Skip to content

Commit

Permalink
Add driver requirements for tests
Browse files Browse the repository at this point in the history
  • Loading branch information
fineg74 committed Jan 30, 2024
1 parent 90866aa commit 36b28c1
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions sycl/test-e2e/ESIMD/unified_memory_api/gather_lacc.cpp
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
//==------- gather_lacc.cpp - DPC++ ESIMD on-device test
//--------------------==//
//==------- gather_lacc.cpp - DPC++ ESIMD on-device test ------------------==//
//
// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
// See https://llvm.org/LICENSE.txt for license information.
// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
//
//===----------------------------------------------------------------------===//
// REQUIRES-INTEL-DRIVER: lin: 26690, win: 101.4576
// Use per-kernel compilation to have more information about failing cases.
// RUN: %{build} -fsycl-device-code-split=per_kernel -o %t.out
// RUN: %{run} %t.out
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
//==------- gather_lacc_dg2_pvc.cpp - DPC++ ESIMD on-device test
//------------==//
//==------- gather_lacc_dg2_pvc.cpp - DPC++ ESIMD on-device test ----------==//
//
// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
// See https://llvm.org/LICENSE.txt for license information.
Expand All @@ -8,6 +7,7 @@
//===----------------------------------------------------------------------===//

// REQUIRES: gpu-intel-dg2 || gpu-intel-pvc
// REQUIRES-INTEL-DRIVER: lin: 26690, win: 101.4576

// Use per-kernel compilation to have more information about failing cases.
// RUN: %{build} -fsycl-device-code-split=per_kernel -o %t.out
Expand Down

0 comments on commit 36b28c1

Please sign in to comment.