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

[ESIMD] Disable the test for preemption option generation on PVC #1506

Merged
merged 1 commit into from
Jan 12, 2023
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
3 changes: 1 addition & 2 deletions SYCL/ESIMD/preemption.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,7 @@
//
//===----------------------------------------------------------------------===//
// REQUIRES: gpu && linux
// UNSUPPORTED: cuda || hip
// UNSUPPORTED: esimd_emulator, gpu-intel-dg2
// UNSUPPORTED: cuda || hip || esimd_emulator || gpu-intel-dg2 || gpu-intel-pvc
// RUN: %clangxx -fsycl %s -o %t.out
// RUN: %GPU_RUN_PLACEHOLDER IGC_DumpToCustomDir=%t.dump IGC_ShaderDumpEnable=1 %t.out
// RUN: grep enablePreemption %t.dump/*.asm
Expand Down