diff --git a/sycl/test-e2e/ESIMD/rdtsc.cpp b/sycl/test-e2e/ESIMD/rdtsc.cpp index b73de23d5770b..c196ea145da56 100644 --- a/sycl/test-e2e/ESIMD/rdtsc.cpp +++ b/sycl/test-e2e/ESIMD/rdtsc.cpp @@ -1,5 +1,3 @@ -// RUN: %{build} -o %t.out -// RUN: %{run} %t.out //==- rdtsc.cpp - Test to verify rdtsc0 and sr0 functionlity----------------==// // // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions. @@ -8,6 +6,11 @@ // //===----------------------------------------------------------------------===// +// RUN: %{build} -o %t.out +// RUN: %{run} %t.out + +// REQUIRES-INTEL-DRIVER: lin: 28690 + // This is basic test to validate rdtsc function. #include