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 +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 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
-
11
8
#include " add.h"
12
9
#include < iostream>
13
10
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
-
10
7
#include " assignment.h"
11
8
#include < iostream>
12
9
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
-
10
7
#include " compare_exchange.h"
11
8
#include < iostream>
12
9
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
-
10
7
#include " exchange.h"
11
8
#include < iostream>
12
9
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
-
10
7
#include " load.h"
11
8
#include < iostream>
12
9
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
-
10
7
#include " max.h"
11
8
#include < iostream>
12
9
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
-
10
7
#include " min.h"
11
8
#include < iostream>
12
9
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
-
10
7
#include " store.h"
11
8
#include < iostream>
12
9
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
-
11
8
#include " sub.h"
12
9
#include < iostream>
13
10
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
-
10
7
// ==--------------- aspects.cpp - SYCL device test ------------------------==//
11
8
//
12
9
// Returns the various aspects of a device and platform.
You can’t perform that action at this time.
0 commit comments