Skip to content

Commit ffe97b9

Browse files
v-klochkovbader
andauthored
Revert "[ESIMD] Reenable the thread_id test after CI was updated" (#9046)
Reverts #9037 --------- Co-authored-by: Alexey Bader <[email protected]>
1 parent 45aa49b commit ffe97b9

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

sycl/test-e2e/ESIMD/thread_id_test.cpp

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
// UNSUPPORTED: cuda || hip
33
// RUN: %clangxx -fsycl %s -o %t.out
44
// RUN: %GPU_RUN_PLACEHOLDER %t.out
5+
// XFAIL: linux && gpu && !esimd_emulator
56
//==- thread_id_test.cpp - Test to verify thread id functionlity-==//
67
//
78
// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
@@ -11,6 +12,8 @@
1112
//===----------------------------------------------------------------------===//
1213

1314
// This is basic test to validate thread id functions.
15+
// TODO: Enable the test once the GPU RT supporting the functionality reaches
16+
// the CI
1417

1518
#include <cmath>
1619
#include <iostream>

0 commit comments

Comments
 (0)