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

[SYCL] Align test result after uplift gpu driver 22.05.22297 #870

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
1 change: 0 additions & 1 deletion SYCL/ESIMD/preemption.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@
// REQUIRES: gpu && linux
// UNSUPPORTED: cuda || hip
// TODO: remove XFAIL once GPU RT starts using "enablePreemption" by default.
// XFAIL: *
// 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
2 changes: 1 addition & 1 deletion SYCL/ESIMD/regression/complex-lib-lin.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
// REQUIRES: linux,gpu
// UNSUPPORTED: cuda || hip
// TODO/DEBUG Segmentation fault occurs with esimd_emulator backend
// XFAIL: esimd_emulator
// XFAIL: esimd_emulator || gpu
//
// RUN: %clangxx -fsycl -fPIC -O3 %S/Inputs/complex-lib-sycl.cpp -c -o %t-lib-sycl.o
// RUN: %clangxx -fsycl -fPIC -O3 %S/Inputs/complex-lib-esimd.cpp -c -o %t-lib-esimd.o
Expand Down
2 changes: 1 addition & 1 deletion SYCL/Regression/static-buffer-dtor.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
// RUN: %ACC_RUN_PLACEHOLDER %t.out

// Failing on HIP AMD
// XFAIL: hip_amd
// XFAIL: hip_amd || (gpu && linux)

#include <CL/sycl.hpp>

Expand Down
1 change: 0 additions & 1 deletion SYCL/Sampler/normalized-clamp-nearest.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
// RUN: %HOST_RUN_PLACEHOLDER %t.out
// RUN: %CPU_RUN_PLACEHOLDER %t.out
// RUN: %GPU_RUN_PLACEHOLDER %t.out
// XFAIL: level_zero

// TODO: enable this test after flaky bug is gone on Windows
// UNSUPPORTED: windows
Expand Down