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

Direct memory copies from host to device location #1557

Draft
wants to merge 7 commits into
base: main
Choose a base branch
from

Conversation

michael-smirnov
Copy link
Contributor

No description provided.

@michael-smirnov michael-smirnov added enhancement oneAPI Issue/PR related to oneAPI part labels Apr 8, 2021
@michael-smirnov michael-smirnov requested a review from rlnx April 8, 2021 13:38
@michael-smirnov michael-smirnov self-assigned this Apr 8, 2021
@michael-smirnov
Copy link
Contributor Author

/intelci: run

@michael-smirnov michael-smirnov marked this pull request as draft April 12, 2021 06:04
Comment on lines +250 to +251
return (pointer_type == sycl::usm::alloc::host) || //
(pointer_type == sycl::usm::alloc::shared);
Copy link
Contributor

Choose a reason for hiding this comment

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

Suggested change
return (pointer_type == sycl::usm::alloc::host) || //
(pointer_type == sycl::usm::alloc::shared);
return (pointer_type == sycl::usm::alloc::host) ||
(pointer_type == sycl::usm::alloc::shared);

@michael-smirnov
Copy link
Contributor Author

/intelci: run

@michael-smirnov
Copy link
Contributor Author

@KulikovNikita KulikovNikita added the perf Performance optimization label Mar 21, 2023
@napetrov napetrov requested a review from KulikovNikita June 15, 2023 11:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement oneAPI Issue/PR related to oneAPI part perf Performance optimization
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants