Skip to content

Commit 5fa0560

Browse files
authored
[ESIMD] Reenable the thread_id test after CI was updated (#9037)
1 parent 008b0d1 commit 5fa0560

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
@@ -2,7 +2,6 @@
22
// UNSUPPORTED: cuda || hip
33
// RUN: %clangxx -fsycl %s -o %t.out
44
// RUN: %GPU_RUN_PLACEHOLDER %t.out
5-
// XFAIL: gpu && !esimd_emulator
65
//==- thread_id_test.cpp - Test to verify thread id functionlity-==//
76
//
87
// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
@@ -12,8 +11,6 @@
1211
//===----------------------------------------------------------------------===//
1312

1413
// 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
1714

1815
#include <cmath>
1916
#include <iostream>

0 commit comments

Comments
 (0)