Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 5 additions & 2 deletions sycl/test-e2e/ESIMD/rdtsc.cpp
Original file line number Diff line number Diff line change
@@ -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.
Expand All @@ -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 <cmath>
Expand Down
Loading