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

Commit 15afe1e

Browse files
authored
[ESIMD] Enable the test imulh_umulh.cpp (#1594)
The test was disabled due to false-alarm. The cases/PRs reporting this test as 'unrelated fail' used _old_ compiler with _new_ test. All such PRs had CI runs with the test failed at compilation. Even though both the PR and LIT tests were merged at same hour, the compiled used by CI was still old, but the test was new. PR: intel/llvm#8176 PR-LIT: #1566 Signed-off-by: Vyacheslav N Klochkov <[email protected]>
1 parent d366158 commit 15afe1e

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

SYCL/ESIMD/imulh_umulh.cpp

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,6 @@
1010
// RUN: %clangxx -fsycl %s -o %t.out
1111
// RUN: %GPU_RUN_PLACEHOLDER %t.out
1212

13-
// TODO: the test gives irregular fails in CI (flaky), disabled until resolved.
14-
// UNSUPPORTED: gpu
15-
1613
// The test verifies ESIMD API that multiplies 2 32-bit integer scalars/vectors
1714
// resulting into 64-bit result and returning the result as 2 parts:
1815
// lower 32-bits in the input modified operand and upper 32-bits as return

0 commit comments

Comments
 (0)