File tree Expand file tree Collapse file tree 10 files changed +0
-30
lines changed
Expand file tree Collapse file tree 10 files changed +0
-30
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-
118#include " add.h"
129#include < iostream>
1310using 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-
107#include " assignment.h"
118#include < iostream>
129using 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-
107#include " compare_exchange.h"
118#include < iostream>
129using 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-
107#include " exchange.h"
118#include < iostream>
129using 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-
107#include " load.h"
118#include < iostream>
129using 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-
107#include " max.h"
118#include < iostream>
129using 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-
107#include " min.h"
118#include < iostream>
129using 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-
107#include " store.h"
118#include < iostream>
129using 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-
118#include " sub.h"
129#include < iostream>
1310using 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-
107// ==--------------- aspects.cpp - SYCL device test ------------------------==//
118//
129// Returns the various aspects of a device and platform.
You can’t perform that action at this time.
0 commit comments