Skip to content

Remove erroneous memory copy from SYCL array#89

Merged
stephenswat merged 1 commit intoacts-project:mainfrom
krasznaa:SYCLMemcpyFix-main-20250703
Jul 3, 2025
Merged

Remove erroneous memory copy from SYCL array#89
stephenswat merged 1 commit intoacts-project:mainfrom
krasznaa:SYCLMemcpyFix-main-20250703

Conversation

@krasznaa
Copy link
Copy Markdown
Member

@krasznaa krasznaa commented Jul 3, 2025

Removed erroneous host based copy for SYCL device memory. Which lead to issues as soon as using a SYCL device that would have its own device memory.

I tested with traccc that things seem to work fine without this std::memcpy present. Since the memory is already copied correctly in lines 70-72.

@stephenswat stephenswat changed the title Remove Erroneous Memcpy, main branch (2025.07.03.) Remove erroneous memory copy from SYCL array Jul 3, 2025
Copy link
Copy Markdown
Member

@stephenswat stephenswat left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Well spotted, thanks. 👍

@stephenswat stephenswat merged commit 3549387 into acts-project:main Jul 3, 2025
13 checks passed
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