Skip to content

Commit 4ac8c62

Browse files
committed
[SYCL][E2E] Disable local-arg-align again
intel#13695 enabled local-arg-align for all other targets than Gen12, but it seems to be a wider issue so this commit disables it again. Signed-off-by: Larsen, Steffen <[email protected]>
1 parent d42d90e commit 4ac8c62

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sycl/test-e2e/Regression/local-arg-align.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
// RUN: %{run} %t.out
44

55
// https://github.com/intel/llvm/issues/10682
6-
// UNSUPPORTED: gpu-intel-gen12
6+
// REQUIRES: TEMPORARY_DISABLED
77

88
//==-- local-arg-align.cpp - Test for local argument alignmnent ------------==//
99
//

0 commit comments

Comments
 (0)