Skip to content

performance enhancement on .vector() copy - #474

Closed
eokeeffe wants to merge 1 commit into
KomputeProject:masterfrom
eokeeffe:master
Closed

eokeeffe wants to merge 1 commit into
KomputeProject:masterfrom
eokeeffe:master

Conversation

@eokeeffe

@eokeeffe eokeeffe commented Sep 8, 2026

Copy link
Copy Markdown
Contributor

This helped with a vector and memcpy issue I was having, was spending nearly 350ms just on reads for an image processing pipeline. With this simple modification I was able to drop that to 62.1ms on my machine.

Think this might be useful for others, if there any issues please let me know.

… nearly 350ms just on reads for an image processing pipeline. With this simple modification I was able to drop that to 62.1ms on my machine

Signed-off-by: evanokeeffe <evan.okeeffe@tas-2.com>
@eokeeffe

eokeeffe commented Sep 8, 2026

Copy link
Copy Markdown
Contributor Author

Ah this is only an issue for version 0.9
This is already handled in Memory.cpp, I'll cancel this then sorry about that

@eokeeffe eokeeffe closed this Sep 8, 2026
@axsaucedo

Copy link
Copy Markdown
Member

No problem! Thanks for having a look

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants