-
Notifications
You must be signed in to change notification settings - Fork 2
Open
Labels
OptimisationA performance focused improvement of an existing featureA performance focused improvement of an existing feature
Milestone
Description
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);
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
OptimisationA performance focused improvement of an existing featureA performance focused improvement of an existing feature