Skip to content
This repository was archived by the owner on Mar 28, 2023. It is now read-only.

[SYCL][HIP] Update HIP AMD XFAILs #563

Merged
merged 1 commit into from
Nov 11, 2021
Merged
Show file tree
Hide file tree
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
3 changes: 0 additions & 3 deletions SYCL/Basic/kernel_info.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,6 @@
//
// Fail is flaky for level_zero, enable when fixed.
// UNSUPPORTED: level_zero
//
// Failing on HIP AMD and HIP Nvidia
// XFAIL: hip_amd || hip_nvidia

//==--- kernel_info.cpp - SYCL kernel info test ----------------------------==//
//
Expand Down
2 changes: 0 additions & 2 deletions SYCL/Basic/linear-sub_group.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,6 @@
// RUN: %GPU_RUN_PLACEHOLDER %t.out
// RUN: %ACC_RUN_PLACEHOLDER %t.out
//
// Missing built-ins on AMD
// XFAIL: hip_amd
//==--------------- linear-sub_group.cpp - SYCL linear id test -------------==//
//
// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
Expand Down
1 change: 1 addition & 0 deletions SYCL/DeprecatedFeatures/get_backend.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ bool check(backend be) {
case backend::level_zero:
case backend::cuda:
case backend::host:
case backend::hip:
return true;
default:
return false;
Expand Down
2 changes: 1 addition & 1 deletion SYCL/ESIMD/api/simd_negation_operator.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
//
//===----------------------------------------------------------------------===//
// REQUIRES: gpu
// UNSUPPORTED: cuda || hip_nvidia
// UNSUPPORTED: cuda || hip
// RUN: %clangxx -fsycl %s -o %t.out
// RUN: %GPU_RUN_PLACEHOLDER %t.out
//
Expand Down
2 changes: 1 addition & 1 deletion SYCL/ESIMD/api/simd_view_copy_move_assign.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
//
//===----------------------------------------------------------------------===//
// REQUIRES: gpu
// UNSUPPORTED: cuda || hip_nvidia
// UNSUPPORTED: cuda || hip
// RUN: %clangxx -fsycl %s -o %t.out
// RUN: %GPU_RUN_PLACEHOLDER %t.out
//
Expand Down
2 changes: 1 addition & 1 deletion SYCL/ESIMD/api/simd_view_negation_operator.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
//
//===----------------------------------------------------------------------===//
// REQUIRES: gpu
// UNSUPPORTED: cuda || hip_nvidia
// UNSUPPORTED: cuda || hip
// RUN: %clangxx -fsycl %s -o %t.out
// RUN: %GPU_RUN_PLACEHOLDER %t.out
//
Expand Down
2 changes: 1 addition & 1 deletion SYCL/ESIMD/api/slm_gather_scatter.cpp
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// REQUIRES: gpu
// UNSUPPORTED: cuda || hip_nvidia
// UNSUPPORTED: cuda || hip
// RUN: %clangxx -fsycl %s -o %t.out
// RUN: %GPU_RUN_PLACEHOLDER %t.out
//
Expand Down
2 changes: 1 addition & 1 deletion SYCL/ESIMD/api/slm_gather_scatter_rgba.cpp
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// REQUIRES: gpu
// UNSUPPORTED: cuda || hip_nvidia
// UNSUPPORTED: cuda || hip
// RUN: %clangxx -fsycl %s -o %t.out
// RUN: %GPU_RUN_PLACEHOLDER %t.out
//
Expand Down
2 changes: 1 addition & 1 deletion SYCL/ESIMD/regression/replicate_bug.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
//
//===----------------------------------------------------------------------===//
// REQUIRES: gpu
// UNSUPPORTED: cuda || hip_nvidia
// UNSUPPORTED: cuda || hip
// RUN: %clangxx -fsycl %s -o %t.out
// RUN: %GPU_RUN_PLACEHOLDER %t.out
//
Expand Down
2 changes: 1 addition & 1 deletion SYCL/ESIMD/usm_gather_scatter_rgba.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
//
//===----------------------------------------------------------------------===//
// REQUIRES: gpu
// UNSUPPORTED: cuda || hip_nvidia
// UNSUPPORTED: cuda || hip
// RUN: %clangxx -fsycl %s -o %t.out
// RUN: %GPU_RUN_PLACEHOLDER %t.out
//
Expand Down
4 changes: 0 additions & 4 deletions SYCL/GroupAlgorithm/SYCL2020/permute_select.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,6 @@
// RUN: %GPU_RUN_PLACEHOLDER %t.out
// RUN: %ACC_RUN_PLACEHOLDER %t.out
//
// Missing __spirv_SubgroupId, __spirv_SubgroupMaxSize, __spirv_SubgroupShuffle*
// on AMD:
// XFAIL: hip_amd
//
//==------------ permute_select.cpp -*- C++ -*-----------------------------===//
//
// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
Expand Down
4 changes: 0 additions & 4 deletions SYCL/GroupAlgorithm/SYCL2020/shift_left_right.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,6 @@
// RUN: %GPU_RUN_PLACEHOLDER %t.out
// RUN: %ACC_RUN_PLACEHOLDER %t.out
//
// Missing __spirv_SubgroupId, __spirv_SubgroupMaxSize, __spirv_SubgroupShuffle*
// on AMD:
// XFAIL: hip_amd
//
//==------------ shift_left_right.cpp -*- C++ -*----------------------------==//
//
// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
Expand Down
2 changes: 1 addition & 1 deletion SYCL/Regression/kernel_bundle_ignore_sycl_external.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
// RUN: %CPU_RUN_PLACEHOLDER %t.out
// RUN: %ACC_RUN_PLACEHOLDER %t.out
//
// XFAIL: cuda || hip
// XFAIL: cuda || hip_nvidia

#include <CL/sycl.hpp>

Expand Down
3 changes: 0 additions & 3 deletions SYCL/SubGroup/common.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,6 @@
// RUN: %GPU_RUN_PLACEHOLDER %t.out
// RUN: %ACC_RUN_PLACEHOLDER %t.out
//
// Missing __spirv_SubgroupLocalInvocationId on AMD
// XFAIL: hip_amd

//==-------------- common.cpp - SYCL sub_group common test -----*- C++ -*---==//
//
// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
Expand Down
4 changes: 0 additions & 4 deletions SYCL/SubGroup/generic_reduce.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,6 @@
// RUN: %CPU_RUN_PLACEHOLDER %t.out
// RUN: %GPU_RUN_PLACEHOLDER %t_gpu.out
// RUN: %ACC_RUN_PLACEHOLDER %t.out
//
// Missing __spirv_SubgroupShuffleXorINTEL, __spirv_SubgroupLocalInvocationId,
// __spirv_SubgroupShuffleINTEL, __spirv_SubgroupShuffleXorINTEL on AMD
// XFAIL: hip_amd

#include "helper.hpp"
#include <CL/sycl.hpp>
Expand Down
3 changes: 1 addition & 2 deletions SYCL/SubGroup/sub_groups_sycl2020.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,9 @@
// RUN: %CPU_RUN_PLACEHOLDER %t.out
// RUN: %GPU_RUN_PLACEHOLDER %t.out
//
// Missing __spirv_SubgroupLocalInvocationId on AMD
// Assertion `!MHostPlatform && "Plugin is not available for Host."' failed on
// Nvidia.
// XFAIL: hip_amd || hip_nvidia
// XFAIL: hip_nvidia

#include <sycl/sycl.hpp>

Expand Down