This repository was archived by the owner on Mar 28, 2023. It is now read-only.
File tree Expand file tree Collapse file tree 6 files changed +14
-14
lines changed Expand file tree Collapse file tree 6 files changed +14
-14
lines changed 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
- // Barrier is not supported on host. HIP and ACC do not support floating
8
- // point atomics.
9
- // XFAIL: host, hip, acc
7
+ // Barrier is not supported on host. HIP does not support floating point
8
+ // atomics.
9
+ // XFAIL: host, hip
10
10
11
11
#include " add.h"
12
12
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
- // Barrier is not supported on host. HIP and ACC do not support floating
8
- // point atomics.
9
- // XFAIL: host, hip, acc
7
+ // Barrier is not supported on host. HIP does not support floating point
8
+ // atomics.
9
+ // XFAIL: host, hip
10
10
11
11
#include " max.h"
12
12
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
- // Barrier is not supported on host. HIP and ACC do not support floating
8
- // point atomics.
9
- // XFAIL: host, hip, acc
7
+ // Barrier is not supported on host. HIP does not support floating point
8
+ // atomics.
9
+ // XFAIL: host, hip
10
10
11
11
#include " min.h"
12
12
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
- // Barrier is not supported on host. HIP and ACC do not support floating
8
- // point atomics.
9
- // XFAIL: host, hip, acc
7
+ // Barrier is not supported on host. HIP does not support floating point
8
+ // atomics.
9
+ // XFAIL: host, hip
10
10
11
11
#include " sub.h"
12
12
Original file line number Diff line number Diff line change 6
6
7
7
// Intel OpenCL CPU and FPGA emulator drivers do not support cl_khr_fp16
8
8
// extension
9
- // UNSUPPORTED: (cpu || acc ) && opencl
9
+ // UNSUPPORTED: (cpu || accelerator ) && opencl
10
10
11
11
#include < sycl/sycl.hpp>
12
12
Original file line number Diff line number Diff line change 1
- // REQUIRES: xptifw, opencl, (cpu || acc )
1
+ // REQUIRES: xptifw, opencl, (cpu || accelerator )
2
2
// RUN: %clangxx %s -DXPTI_COLLECTOR -DXPTI_CALLBACK_API_EXPORTS %xptifw_lib %shared_lib %fPIC %cxx_std_optionc++17 -o %t_collector.dll
3
3
// RUN: %clangxx -fsycl %s -o %t.out
4
4
// RUN: env XPTI_TRACE_ENABLE=1 XPTI_FRAMEWORK_DISPATCHER=%xptifw_dispatcher XPTI_SUBSCRIBERS=%t_collector.dll SYCL_DEVICE_FILTER=opencl %t.out | FileCheck %s 2>&1
You can’t perform that action at this time.
0 commit comments