Skip to content

Commit 7c80022

Browse files
committed
Add requires hip to gfx90a
These tests already implicitly required it due to requiring gfx90a
1 parent d7a720c commit 7c80022

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

sycl/test-e2e/Matrix/joint_matrix_hip_gfx90a.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
// RUN: %{build} -fsycl -fsycl-targets=amd_gpu_gfx90a %s -o %t.out
1010
// RUN: %{run} %t.out
1111

12-
// REQUIRES: gpu-amd-gfx90a
12+
// REQUIRES: gpu-amd-gfx90a, hip
1313

1414
#include "joint_matrix_hip_apply.hpp"
1515
#include "joint_matrix_hip_copy.hpp"

sycl/test-e2e/Matrix/joint_matrix_hip_half_gfx90a.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
// RUN: %{build} -fsycl -fsycl-targets=amd_gpu_gfx90a %s -o %t.out
1010
// RUN: %{run} %t.out
1111

12-
// REQUIRES: gpu-amd-gfx90a
12+
// REQUIRES: gpu-amd-gfx90a, hip
1313
// REQUIRES: aspect-fp16
1414

1515
#include "joint_matrix_hip_apply.hpp"

sycl/test-e2e/Matrix/runtime_query_hip_gfx90a.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
//
77
//===----------------------------------------------------------------------===//
88

9-
// REQUIRES: gpu-amd-gfx90a
9+
// REQUIRES: gpu-amd-gfx90a, hip
1010
// RUN: %{build} -Xsycl-target-backend=amdgcn-amd-amdhsa --offload-arch=gfx90a -o %t.out
1111
// RUN: %{run} %t.out
1212

0 commit comments

Comments
 (0)