Skip to content

Optimize Output vector generation #19

@MPSQUARK

Description

@MPSQUARK

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); 

Metadata

Metadata

Assignees

Labels

OptimisationA performance focused improvement of an existing feature

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions