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

[SYCLomatic] Add migration for CU_DEVICE_ATTRIBUTE_ASYNC_ENGINE_COUNT #2601

Open
wants to merge 5 commits into
base: SYCLomatic
Choose a base branch
from

Conversation

the-slow-one
Copy link
Collaborator

CU_DEVICE_ATTRIBUTE_AYSNC_ENGINE_COUNT is associated with value 2 for bidirectional data transfer between host and device while executing the kernel and is associated to 1 in case of unidirectional data transfer and for no support of data transfer and parallel execution it's 0.

This is irrelevant in SYCL. So, the value is set to zero.

Signed-off-by: Deepak Raj H R

@the-slow-one the-slow-one requested a review from a team as a code owner January 7, 2025 06:11
@the-slow-one the-slow-one requested a review from zhiweij1 January 7, 2025 07:51
Copy link
Contributor

@ziranzha ziranzha left a comment

Choose a reason for hiding this comment

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

Please add the help function to SYCLcompat before merged..

@the-slow-one the-slow-one changed the title [SYCLomatic] Add migration for CU_DEVICE_ATTRIBUTE_ASYNC_ENGINE_COUNT [SYCLomatic] Add migration for CU_DEVICE_ATTRIBUTE_ASYNC_ENGINE_COUNT Jan 7, 2025
@the-slow-one
Copy link
Collaborator Author

This PR can only be merged after merging the following PR.

intel/llvm#16533

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.

3 participants