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 5
5
// RUN: %CPU_RUN_PLACEHOLDER %t.out
6
6
// RUN: %ACC_RUN_PLACEHOLDER %t.out
7
7
8
+ // XFAIL: hip
9
+ // Expected failure because hip does not have atomic64 check implementation
10
+
8
11
#include " add.h"
9
12
#include < iostream>
10
13
using namespace sycl ;
Original file line number Diff line number Diff line change 4
4
// RUN: %GPU_RUN_PLACEHOLDER %t.out
5
5
// RUN: %ACC_RUN_PLACEHOLDER %t.out
6
6
7
+ // XFAIL: hip
8
+ // Expected failure because hip does not have atomic64 check implementation
9
+
7
10
#include " assignment.h"
8
11
#include < iostream>
9
12
using namespace sycl ;
Original file line number Diff line number Diff line change 4
4
// RUN: %GPU_RUN_PLACEHOLDER %t.out
5
5
// RUN: %ACC_RUN_PLACEHOLDER %t.out
6
6
7
+ // XFAIL: hip
8
+ // Expected failure because hip does not have atomic64 check implementation
9
+
7
10
#include " compare_exchange.h"
8
11
#include < iostream>
9
12
using namespace sycl ;
Original file line number Diff line number Diff line change 4
4
// RUN: %GPU_RUN_PLACEHOLDER %t.out
5
5
// RUN: %ACC_RUN_PLACEHOLDER %t.out
6
6
7
+ // XFAIL: hip
8
+ // Expected failure because hip does not have atomic64 check implementation
9
+
7
10
#include " exchange.h"
8
11
#include < iostream>
9
12
using namespace sycl ;
Original file line number Diff line number Diff line change 4
4
// RUN: %GPU_RUN_PLACEHOLDER %t.out
5
5
// RUN: %ACC_RUN_PLACEHOLDER %t.out
6
6
7
+ // XFAIL: hip
8
+ // Expected failure because hip does not have atomic64 check implementation
9
+
7
10
#include " load.h"
8
11
#include < iostream>
9
12
using namespace sycl ;
Original file line number Diff line number Diff line change 4
4
// RUN: %CPU_RUN_PLACEHOLDER %t.out
5
5
// RUN: %ACC_RUN_PLACEHOLDER %t.out
6
6
7
+ // XFAIL: hip
8
+ // Expected failure because hip does not have atomic64 check implementation
9
+
7
10
#include " max.h"
8
11
#include < iostream>
9
12
using namespace sycl ;
Original file line number Diff line number Diff line change 4
4
// RUN: %CPU_RUN_PLACEHOLDER %t.out
5
5
// RUN: %ACC_RUN_PLACEHOLDER %t.out
6
6
7
+ // XFAIL: hip
8
+ // Expected failure because hip does not have atomic64 check implementation
9
+
7
10
#include " min.h"
8
11
#include < iostream>
9
12
using namespace sycl ;
Original file line number Diff line number Diff line change 4
4
// RUN: %GPU_RUN_PLACEHOLDER %t.out
5
5
// RUN: %ACC_RUN_PLACEHOLDER %t.out
6
6
7
+ // XFAIL: hip
8
+ // Expected failure because hip does not have atomic64 check implementation
9
+
7
10
#include " store.h"
8
11
#include < iostream>
9
12
using namespace sycl ;
Original file line number Diff line number Diff line change 5
5
// RUN: %CPU_RUN_PLACEHOLDER %t.out
6
6
// RUN: %ACC_RUN_PLACEHOLDER %t.out
7
7
8
+ // XFAIL: hip
9
+ // Expected failure because hip does not have atomic64 check implementation
10
+
8
11
#include " sub.h"
9
12
#include < iostream>
10
13
using namespace sycl ;
Original file line number Diff line number Diff line change 4
4
// Hip is missing some of the parameters tested here so it fails with NVIDIA
5
5
// XFAIL: hip_nvidia
6
6
7
+ // XFAIL: hip
8
+ // Expected failure because hip does not have atomic64 check implementation
9
+
7
10
// ==--------------- aspects.cpp - SYCL device test ------------------------==//
8
11
//
9
12
// Returns the various aspects of a device and platform.
You can’t perform that action at this time.
0 commit comments