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

[SYCL][CUDA][HIP] Fix compile command in CommandCleanupThreadSafety.cpp #1087

Merged
merged 2 commits into from
Aug 5, 2022
Merged
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
4 changes: 2 additions & 2 deletions SYCL/Scheduler/CommandCleanupThreadSafety.cpp
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
// UNSUPPORTED: windows
// RUN: %clangxx -fsycl %s -o %t.out -lpthread
// RUN: %clangxx -fsycl -fsycl-targets=%sycl_triple %s -o %t.out -lpthread
// RUN: %HOST_RUN_PLACEHOLDER %t.out
// RUN: %CPU_RUN_PLACEHOLDER %t.out
// RUN: %ACC_RUN_PLACEHOLDER %t.out
// RUN: %GPU_RUN_PLACEHOLDER %t.out
// XFAIL: cuda || hip

#include <sycl/sycl.hpp>

#include <cassert>
Expand Down