Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 4 additions & 2 deletions sycl/test-e2e/EnqueueFunctions/kernel_shortcuts.cpp
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
// REQUIRES: aspect-usm_shared_allocations
// RUN: %{build} -o %t.out
// RUN: %{run} %t.out
// RUN: %{build} -o %t1.out
// RUN: %{run} %t1.out
// RUN: %{build} -D__DPCPP_ENABLE_UNFINISHED_NO_CGH_SUBMIT -o %t2.out
// RUN: %{run} %t2.out

// Tests the enqueue free function kernel shortcuts.

Expand Down
6 changes: 4 additions & 2 deletions sycl/test-e2e/FreeFunctionCommands/launch_grouped.cpp
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
// REQUIRES: aspect-usm_shared_allocations
// RUN: %{build} -o %t.out
// RUN: %{run} %t.out
// RUN: %{build} -o %t1.out
// RUN: %{run} %t1.out
// RUN: %{build} -D__DPCPP_ENABLE_UNFINISHED_NO_CGH_SUBMIT -o %t2.out
// RUN: %{run} %t2.out

// This test checks whether the free function command launch grouped is valid.

Expand Down
6 changes: 4 additions & 2 deletions sycl/test-e2e/InorderQueue/in_order_kernels.cpp
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
//
// RUN: %{build} -o %t.out
// RUN: %{run} %t.out
// RUN: %{build} -o %t1.out
// RUN: %{run} %t1.out
// RUN: %{build} -D__DPCPP_ENABLE_UNFINISHED_NO_CGH_SUBMIT -o %t2.out
// RUN: %{run} %t2.out

// SYCL ordered queue kernel shortcut test
//
Expand Down