Skip to content

Commit 491fb26

Browse files
authored
[SYCL][CUDA] Re-enable same_unnamed_kernels test (#9942)
I believe the issue was that the tests wasn't getting the CUDA target flags properly and this would have been fixed as part of the E2E tests rework (in #9336). Fixes: #9174
1 parent 3ce2ba0 commit 491fb26

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

sycl/test-e2e/Regression/same_unnamed_kernels.cpp

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,6 @@
11
// RUN: %{build} -o %t.out
22
// RUN: %{run} %t.out
33

4-
// Temporarily disabled on CUDA: https://github.com/intel/llvm/issues/9174
5-
// UNSUPPORTED: cuda
6-
74
//==----- same_unnamed_kernels.cpp - SYCL kernel naming variants test ------==//
85
//
96
// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.

0 commit comments

Comments
 (0)