Skip to content
This repository was archived by the owner on Mar 28, 2023. It is now read-only.
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
Original file line number Diff line number Diff line change
@@ -1,8 +1,5 @@
// RUN: %clangxx -fsycl -fsycl-targets=%sycl_triple %s -o %t.out
// RUN: %CPU_RUN_PLACEHOLDER %t.out
//
// Hits an assert in the Lower Work Group Scope Code pass on AMD:
// XFAIL: hip_amd

// This test checks all possible scenarios of running single_task, parallel_for
// and parallel_for_work_group to verify that this code compiles and runs
Expand Down
Original file line number Diff line number Diff line change
@@ -1,8 +1,5 @@
// RUN: %clangxx -fsycl -fsycl-targets=%sycl_triple %s -o %t.out
// RUN: %CPU_RUN_PLACEHOLDER %t.out
//
// Hits an assert in the Lower Work Group Scope Code pass on AMD:
// XFAIL: hip_amd

// This test checks correctness of compiling and running of application with
// kernel lambdas containing kernel_handler arguments and w/o usage of
Expand Down