This repository was archived by the owner on Mar 28, 2023. It is now read-only.
File tree Expand file tree Collapse file tree 10 files changed +30
-0
lines changed
Expand file tree Collapse file tree 10 files changed +30
-0
lines changed Original file line number Diff line number Diff line change 55// RUN: %CPU_RUN_PLACEHOLDER %t.out
66// RUN: %ACC_RUN_PLACEHOLDER %t.out
77
8+ // XFAIL: hip
9+ // Expected failure because hip does not have atomic64 check implementation
10+
811#include " add.h"
912#include < iostream>
1013using namespace sycl ;
Original file line number Diff line number Diff line change 44// RUN: %GPU_RUN_PLACEHOLDER %t.out
55// RUN: %ACC_RUN_PLACEHOLDER %t.out
66
7+ // XFAIL: hip
8+ // Expected failure because hip does not have atomic64 check implementation
9+
710#include " assignment.h"
811#include < iostream>
912using namespace sycl ;
Original file line number Diff line number Diff line change 44// RUN: %GPU_RUN_PLACEHOLDER %t.out
55// RUN: %ACC_RUN_PLACEHOLDER %t.out
66
7+ // XFAIL: hip
8+ // Expected failure because hip does not have atomic64 check implementation
9+
710#include " compare_exchange.h"
811#include < iostream>
912using namespace sycl ;
Original file line number Diff line number Diff line change 44// RUN: %GPU_RUN_PLACEHOLDER %t.out
55// RUN: %ACC_RUN_PLACEHOLDER %t.out
66
7+ // XFAIL: hip
8+ // Expected failure because hip does not have atomic64 check implementation
9+
710#include " exchange.h"
811#include < iostream>
912using namespace sycl ;
Original file line number Diff line number Diff line change 44// RUN: %GPU_RUN_PLACEHOLDER %t.out
55// RUN: %ACC_RUN_PLACEHOLDER %t.out
66
7+ // XFAIL: hip
8+ // Expected failure because hip does not have atomic64 check implementation
9+
710#include " load.h"
811#include < iostream>
912using namespace sycl ;
Original file line number Diff line number Diff line change 44// RUN: %CPU_RUN_PLACEHOLDER %t.out
55// RUN: %ACC_RUN_PLACEHOLDER %t.out
66
7+ // XFAIL: hip
8+ // Expected failure because hip does not have atomic64 check implementation
9+
710#include " max.h"
811#include < iostream>
912using namespace sycl ;
Original file line number Diff line number Diff line change 44// RUN: %CPU_RUN_PLACEHOLDER %t.out
55// RUN: %ACC_RUN_PLACEHOLDER %t.out
66
7+ // XFAIL: hip
8+ // Expected failure because hip does not have atomic64 check implementation
9+
710#include " min.h"
811#include < iostream>
912using namespace sycl ;
Original file line number Diff line number Diff line change 44// RUN: %GPU_RUN_PLACEHOLDER %t.out
55// RUN: %ACC_RUN_PLACEHOLDER %t.out
66
7+ // XFAIL: hip
8+ // Expected failure because hip does not have atomic64 check implementation
9+
710#include " store.h"
811#include < iostream>
912using namespace sycl ;
Original file line number Diff line number Diff line change 55// RUN: %CPU_RUN_PLACEHOLDER %t.out
66// RUN: %ACC_RUN_PLACEHOLDER %t.out
77
8+ // XFAIL: hip
9+ // Expected failure because hip does not have atomic64 check implementation
10+
811#include " sub.h"
912#include < iostream>
1013using namespace sycl ;
Original file line number Diff line number Diff line change 44// Hip is missing some of the parameters tested here so it fails with NVIDIA
55// XFAIL: hip_nvidia
66
7+ // XFAIL: hip
8+ // Expected failure because hip does not have atomic64 check implementation
9+
710// ==--------------- aspects.cpp - SYCL device test ------------------------==//
811//
912// Returns the various aspects of a device and platform.
You can’t perform that action at this time.
0 commit comments