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

[SYCL][HIP] Disable failing tests #676

Closed
wants to merge 1 commit into from
Closed
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
4 changes: 2 additions & 2 deletions SYCL/AtomicRef/add_atomic64_generic.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
// RUN: %CPU_RUN_PLACEHOLDER %t.out
// RUN: %ACC_RUN_PLACEHOLDER %t.out

// CUDA backend has had no support for the generic address space yet
// XFAIL: cuda
// CUDA and HIP backends have no support for the generic address space yet
// UNSUPPORTED: cuda, hip

#include "add.h"
#include <iostream>
Expand Down
4 changes: 2 additions & 2 deletions SYCL/AtomicRef/add_generic.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
// RUN: %CPU_RUN_PLACEHOLDER %t.out
// RUN: %ACC_RUN_PLACEHOLDER %t.out

// CUDA backend has had no support for the generic address space yet
// XFAIL: cuda
// CUDA and HIP backends have no support for the generic address space yet
// UNSUPPORTED: cuda, hip

#include "add.h"
#include <iostream>
Expand Down
4 changes: 2 additions & 2 deletions SYCL/AtomicRef/assignment_atomic64_generic.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
// RUN: %GPU_RUN_PLACEHOLDER %t.out
// RUN: %ACC_RUN_PLACEHOLDER %t.out

// CUDA backend has had no support for the generic address space yet
// XFAIL: cuda
// CUDA and HIP backends have no support for the generic address space yet
// UNSUPPORTED: cuda, hip

#include "assignment.h"
#include <iostream>
Expand Down
4 changes: 2 additions & 2 deletions SYCL/AtomicRef/assignment_generic.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
// RUN: %GPU_RUN_PLACEHOLDER %t.out
// RUN: %ACC_RUN_PLACEHOLDER %t.out

// CUDA backend has had no support for the generic address space yet
// XFAIL: cuda
// CUDA and HIP backends have no support for the generic address space yet
// UNSUPPORTED: cuda, hip

#include "assignment.h"
#include <iostream>
Expand Down
4 changes: 2 additions & 2 deletions SYCL/AtomicRef/compare_exchange_atomic64_generic.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
// RUN: %GPU_RUN_PLACEHOLDER %t.out
// RUN: %ACC_RUN_PLACEHOLDER %t.out

// CUDA backend has had no support for the generic address space yet
// XFAIL: cuda
// CUDA and HIP backends have no support for the generic address space yet
// UNSUPPORTED: cuda, hip

#include "compare_exchange.h"
#include <iostream>
Expand Down
4 changes: 2 additions & 2 deletions SYCL/AtomicRef/compare_exchange_generic.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
// RUN: %GPU_RUN_PLACEHOLDER %t.out
// RUN: %ACC_RUN_PLACEHOLDER %t.out

// CUDA backend has had no support for the generic address space yet
// XFAIL: cuda
// CUDA and HIP backends have no support for the generic address space yet
// UNSUPPORTED: cuda, hip

#include "compare_exchange.h"
#include <iostream>
Expand Down
4 changes: 2 additions & 2 deletions SYCL/AtomicRef/exchange_atomic64_generic.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
// RUN: %GPU_RUN_PLACEHOLDER %t.out
// RUN: %ACC_RUN_PLACEHOLDER %t.out

// CUDA backend has had no support for the generic address space yet
// XFAIL: cuda
// CUDA and HIP backends have no support for the generic address space yet
// UNSUPPORTED: cuda, hip

#include "exchange.h"
#include <iostream>
Expand Down
4 changes: 2 additions & 2 deletions SYCL/AtomicRef/exchange_generic.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
// RUN: %GPU_RUN_PLACEHOLDER %t.out
// RUN: %ACC_RUN_PLACEHOLDER %t.out

// CUDA backend has had no support for the generic address space yet
// XFAIL: cuda
// CUDA and HIP backends have no support for the generic address space yet
// UNSUPPORTED: cuda, hip

#include "exchange.h"
#include <iostream>
Expand Down
4 changes: 2 additions & 2 deletions SYCL/AtomicRef/load_atomic64_generic.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
// RUN: %GPU_RUN_PLACEHOLDER %t.out
// RUN: %ACC_RUN_PLACEHOLDER %t.out

// CUDA backend has had no support for the generic address space yet
// XFAIL: cuda
// CUDA and HIP backends have no support for the generic address space yet
// UNSUPPORTED: cuda, hip

#include "load.h"
#include <iostream>
Expand Down
4 changes: 2 additions & 2 deletions SYCL/AtomicRef/load_generic.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
// RUN: %GPU_RUN_PLACEHOLDER %t.out
// RUN: %ACC_RUN_PLACEHOLDER %t.out

// CUDA backend has had no support for the generic address space yet
// XFAIL: cuda
// CUDA and HIP backends have no support for the generic address space yet
// UNSUPPORTED: cuda, hip

#include "load.h"
#include <iostream>
Expand Down
4 changes: 2 additions & 2 deletions SYCL/AtomicRef/max_atomic64_generic.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
// RUN: %CPU_RUN_PLACEHOLDER %t.out
// RUN: %ACC_RUN_PLACEHOLDER %t.out

// CUDA backend has had no support for the generic address space yet
// XFAIL: cuda
// CUDA and HIP backends have no support for the generic address space yet
// UNSUPPORTED: cuda, hip

#include "max.h"
#include <iostream>
Expand Down
4 changes: 2 additions & 2 deletions SYCL/AtomicRef/max_generic.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
// RUN: %CPU_RUN_PLACEHOLDER %t.out
// RUN: %ACC_RUN_PLACEHOLDER %t.out

// CUDA backend has had no support for the generic address space yet
// XFAIL: cuda
// CUDA and HIP backends have no support for the generic address space yet
// UNSUPPORTED: cuda, hip

#include "max.h"
#include <iostream>
Expand Down
4 changes: 2 additions & 2 deletions SYCL/AtomicRef/min_atomic64_generic.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
// RUN: %CPU_RUN_PLACEHOLDER %t.out
// RUN: %ACC_RUN_PLACEHOLDER %t.out

// CUDA backend has had no support for the generic address space yet
// XFAIL: cuda
// CUDA and HIP backends have no support for the generic address space yet
// UNSUPPORTED: cuda, hip

#include "min.h"
#include <iostream>
Expand Down
4 changes: 2 additions & 2 deletions SYCL/AtomicRef/min_generic.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
// RUN: %CPU_RUN_PLACEHOLDER %t.out
// RUN: %ACC_RUN_PLACEHOLDER %t.out

// CUDA backend has had no support for the generic address space yet
// XFAIL: cuda
// CUDA and HIP backends have no support for the generic address space yet
// UNSUPPORTED: cuda, hip

#include "min.h"
#include <iostream>
Expand Down
4 changes: 2 additions & 2 deletions SYCL/AtomicRef/store_atomic64_generic.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
// RUN: %GPU_RUN_PLACEHOLDER %t.out
// RUN: %ACC_RUN_PLACEHOLDER %t.out

// CUDA backend has had no support for the generic address space yet
// XFAIL: cuda
// CUDA and HIP backends have no support for the generic address space yet
// UNSUPPORTED: cuda, hip

#include "store.h"
#include <iostream>
Expand Down
4 changes: 2 additions & 2 deletions SYCL/AtomicRef/store_generic.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
// RUN: %GPU_RUN_PLACEHOLDER %t.out
// RUN: %ACC_RUN_PLACEHOLDER %t.out

// CUDA backend has had no support for the generic address space yet
// XFAIL: cuda
// CUDA and HIP backends have no support for the generic address space yet
// UNSUPPORTED: cuda, hip

#include "store.h"
#include <iostream>
Expand Down
4 changes: 2 additions & 2 deletions SYCL/AtomicRef/sub_atomic64_generic.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
// RUN: %CPU_RUN_PLACEHOLDER %t.out
// RUN: %ACC_RUN_PLACEHOLDER %t.out

// CUDA backend has had no support for the generic address space yet
// XFAIL: cuda
// CUDA and HIP backends have no support for the generic address space yet
// UNSUPPORTED: cuda, hip

#include "sub.h"
#include <iostream>
Expand Down
4 changes: 2 additions & 2 deletions SYCL/AtomicRef/sub_generic.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
// RUN: %CPU_RUN_PLACEHOLDER %t.out
// RUN: %ACC_RUN_PLACEHOLDER %t.out

// CUDA backend has had no support for the generic address space yet
// XFAIL: cuda
// CUDA and HIP backends have no support for the generic address space yet
// UNSUPPORTED: cuda, hip

#include "sub.h"
#include <iostream>
Expand Down