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 45aa49b commit ffe97b9Copy full SHA for ffe97b9
sycl/test-e2e/ESIMD/thread_id_test.cpp
@@ -2,6 +2,7 @@
2
// UNSUPPORTED: cuda || hip
3
// RUN: %clangxx -fsycl %s -o %t.out
4
// RUN: %GPU_RUN_PLACEHOLDER %t.out
5
+// XFAIL: linux && 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.
@@ -11,6 +12,8 @@
11
12
//===----------------------------------------------------------------------===//
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