Skip to content
This repository was archived by the owner on Mar 28, 2023. It is now read-only.

[SYCL][CUDA] Add experimental cuda event interop test #1053

Merged
merged 2 commits into from
Jun 20, 2022

Conversation

AidanBeltonS
Copy link

@AidanBeltonS AidanBeltonS commented Jun 10, 2022

This PR add testing of the CUDA backend experimental event interop and has_native_event.

It checks that valid types are returned and that the created SYCL objects can be used to do work.
Additionally it checks that has_native_event returns true for a SYCL kernel but false for a host_task.

Depends on: intel/llvm#6288

@AidanBeltonS AidanBeltonS requested a review from a team as a code owner June 10, 2022 10:17
@AidanBeltonS AidanBeltonS changed the title [SYCL][CUDA] Add experimental cuda interop test [SYCL][CUDA] Add experimental cuda event interop test Jun 10, 2022
steffenlarsen pushed a commit to intel/llvm that referenced this pull request Jun 20, 2022
This PR is adds part of the CUDA-backend spec interop proposed in KhronosGroup/SYCL-Docs#197. The changes work with the CUDA CTS interop checks KhronosGroup/SYCL-CTS#336.

This PR just adds the event interop. 

llvm-test-suite: intel/llvm-test-suite#1053
@steffenlarsen steffenlarsen merged commit a84675d into intel:intel Jun 20, 2022
@AidanBeltonS AidanBeltonS deleted the cuda_expr_event branch June 21, 2022 08:39
myler pushed a commit to myler/llvm-test-suite that referenced this pull request Mar 22, 2023
This PR add testing of the CUDA backend experimental event interop and `has_native_event`.

It checks that valid types are returned and that the created SYCL objects can be used to do work.
Additionally it checks that `has_native_event` returns true for a SYCL kernel but false for a host_task.

Depends on: intel/llvm#6288
aelovikov-intel pushed a commit to aelovikov-intel/llvm that referenced this pull request Mar 27, 2023
…te#1053)

This PR add testing of the CUDA backend experimental event interop and `has_native_event`.

It checks that valid types are returned and that the created SYCL objects can be used to do work.
Additionally it checks that `has_native_event` returns true for a SYCL kernel but false for a host_task.

Depends on: intel#6288
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants