Skip to content

Commit

Permalink
[SYCL][CUDA] Re-enable same_unnamed_kernels test (intel#9942)
Browse files Browse the repository at this point in the history
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 intel#9336).

Fixes: intel#9174
  • Loading branch information
npmiller authored Sep 18, 2023
1 parent 3ce2ba0 commit 491fb26
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions sycl/test-e2e/Regression/same_unnamed_kernels.cpp
Original file line number Diff line number Diff line change
@@ -1,9 +1,6 @@
// RUN: %{build} -o %t.out
// RUN: %{run} %t.out

// Temporarily disabled on CUDA: https://github.com/intel/llvm/issues/9174
// UNSUPPORTED: cuda

//==----- same_unnamed_kernels.cpp - SYCL kernel naming variants test ------==//
//
// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
Expand Down

0 comments on commit 491fb26

Please sign in to comment.