Skip to content

Conversation

@npmiller
Copy link
Contributor

codeplay_host_task is deprecated in SYCL 2020, host_task should be
used instead, this is already what is used by the cublas backend.

Additionally support for codeplay_host_task was recently removed from
DPC++, intel/llvm#4426 so this code wouldn't
build with recent DPC++.

Here's a log file running the curand tests with this patch:
curand.log

`codeplay_host_task` is deprecated in SYCL 2020, `host_task` should be
used instead, this is already what is used by the cublas backend.

Additionally support for `codeplay_host_task` was recently removed from
DPC++, intel/llvm#4426 so this code wouldn't
build with recent DPC++.
Copy link
Contributor

@aelizaro aelizaro left a comment

Choose a reason for hiding this comment

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

Looks good to me, thank you @npmiller!

@aelizaro aelizaro requested a review from mkrainiuk October 20, 2021 12:37
@mkrainiuk mkrainiuk merged commit 99e6783 into uxlfoundation:develop Oct 22, 2021
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.

4 participants