We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 008b0d1 commit 5fa0560Copy full SHA for 5fa0560
sycl/test-e2e/ESIMD/thread_id_test.cpp
@@ -2,7 +2,6 @@
2
// UNSUPPORTED: cuda || hip
3
// RUN: %clangxx -fsycl %s -o %t.out
4
// RUN: %GPU_RUN_PLACEHOLDER %t.out
5
-// XFAIL: gpu && !esimd_emulator
6
//==- thread_id_test.cpp - Test to verify thread id functionlity-==//
7
//
8
// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
@@ -12,8 +11,6 @@
12
11
//===----------------------------------------------------------------------===//
13
14
// 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
17
18
#include <cmath>
19
#include <iostream>
0 commit comments