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

Commit b14fdbc

Browse files
authored
[SYCL][CUDA] in_order_event_release.cpp supported for CUDA and passes. (#268)
Signed-off-by: JackAKirk <[email protected]>
1 parent ff1ffce commit b14fdbc

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

SYCL/InorderQueue/in_order_event_release.cpp

+1-4
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,11 @@
1-
// UNSUPPORTED: cuda
2-
// CUDA does not support unnamed lambdas.
31
//
42
// RUN: %clangxx -fsycl -fsycl-targets=%sycl_triple -fsycl-unnamed-lambda %s -o %t.out
53
// RUN: %HOST_RUN_PLACEHOLDER %t.out
64
// RUN: %ACC_RUN_PLACEHOLDER %t.out
75
// RUN: %CPU_RUN_PLACEHOLDER %t.out
86
// RUN: %GPU_RUN_PLACEHOLDER %t.out
97

10-
//==------ oq_event_release.cpp - SYCL ordered queue event release shortcut test
11-
//--------==//
8+
// SYCL ordered queue event release shortcut test
129
//
1310
// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
1411
// See https://llvm.org/LICENSE.txt for license information.

0 commit comments

Comments
 (0)