Skip to content

Commit

Permalink
TagCpuSycl test
Browse files Browse the repository at this point in the history
  • Loading branch information
mehmetyusufoglu committed Jun 15, 2024
1 parent c8d09fb commit 42b8049
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion test/unit/runtime/src/KernelThrow.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -75,5 +75,6 @@ TEMPLATE_LIST_TEST_CASE("ThrowForCpuThreadAndSerial", "[runtime]", TestAccs)
checkThrow<alpaka::TagCpuThreads, Acc>("Exception thrown by the kernel");
checkThrow<alpaka::TagCpuSerial, Acc>("Exception thrown by the kernel");
// checkThrow<alpaka::TagGpuCudaRt, Acc>("cudaErrorLaunchFailure");
checkThrow<alpaka::TagGpuSyclIntel, Acc>("cudaErrorLaunchFailure");
// checkThrow<alpaka::TagGpuSyclIntel, Acc>("cudaErrorLaunchFailure");
checkThrow<alpaka::TagCpuSycl, Acc>("Exception thrown by the kernel");
}

0 comments on commit 42b8049

Please sign in to comment.