Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Optimize Output vector generation #19

Open
MPSQUARK opened this issue Oct 20, 2021 · 0 comments
Open

Optimize Output vector generation #19

MPSQUARK opened this issue Oct 20, 2021 · 0 comments
Assignees
Labels
Optimisation A performance focused improvement of an existing feature

Comments

@MPSQUARK
Copy link
Owner

Test if generating an output Vector using Copy and Cache Methods

Test:

Vector Output = new Vector(gpu, new float[length], columns) 

Output.IncrementLiveCount(); 

Output.GetBuffer();  

VS

Vector Output = Vector.Empty(gpu).IncrementLiveCount().Cache(new float[length], out Memorybuffer buffer); 
@MPSQUARK MPSQUARK self-assigned this Oct 20, 2021
@MPSQUARK MPSQUARK added this to the Alpha v0.90-1.0.0 milestone Oct 20, 2021
@MPSQUARK MPSQUARK added the Organisational Aesthetic or Structural Improvements or Changes label Oct 20, 2021
@MPSQUARK MPSQUARK added Optimisation A performance focused improvement of an existing feature and removed Organisational Aesthetic or Structural Improvements or Changes labels Nov 12, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Optimisation A performance focused improvement of an existing feature
Projects
None yet
Development

No branches or pull requests

1 participant