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 fbd3675 commit df00265Copy full SHA for df00265
sycl/test-e2e/ESIMD/rdtsc.cpp
@@ -1,5 +1,3 @@
1
-// RUN: %{build} -o %t.out
2
-// RUN: %{run} %t.out
3
//==- rdtsc.cpp - Test to verify rdtsc0 and sr0 functionlity----------------==//
4
//
5
// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
@@ -8,6 +6,11 @@
8
6
9
7
//===----------------------------------------------------------------------===//
10
+// RUN: %{build} -o %t.out
+// RUN: %{run} %t.out
11
+
12
+// REQUIRES-INTEL-DRIVER: lin: 28690
13
14
// This is basic test to validate rdtsc function.
15
16
#include <cmath>
0 commit comments