Skip to content

Commit 0c775f4

Browse files
authored
[SYCL][ESIMD][E2E] Enable thread_id_test on GPU (#9943)
We updated the GPU driver in 52a0fc8 and this test is passing on GPU now. The test uses XFAIL so the test is actually failing in CI. Fixes: #9941 Signed-off-by: Sarnie, Nick <[email protected]>
1 parent 9114864 commit 0c775f4

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

sycl/test-e2e/ESIMD/thread_id_test.cpp

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
// RUN: %{build} -o %t.out
22
// RUN: %{run} %t.out
3-
// XFAIL: linux && gpu && !esimd_emulator
43
//==- thread_id_test.cpp - Test to verify thread id functionlity-==//
54
//
65
// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
@@ -10,8 +9,6 @@
109
//===----------------------------------------------------------------------===//
1110

1211
// This is basic test to validate thread id functions.
13-
// TODO: Enable the test once the GPU RT supporting the functionality reaches
14-
// the CI
1512

1613
#include <cmath>
1714
#include <iostream>

0 commit comments

Comments
 (0)