File tree Expand file tree Collapse file tree 4 files changed +12
-12
lines changed Expand file tree Collapse file tree 4 files changed +12
-12
lines changed Original file line number Diff line number Diff line change 11
11
// RUN: %GPU_RUN_PLACEHOLDER %t_dev_img_scope.out
12
12
// RUN: %ACC_RUN_PLACEHOLDER %t_dev_img_scope.out
13
13
//
14
- // Currently fails for CPUs due to missing support for the SPIR-V extension.
15
- // Currently crashes on accelerators .
16
- // XFAIL : cpu, accelerator
14
+ // CPU and accelerators are not currently guaranteed to support the required
15
+ // extensions they are disabled until they are .
16
+ // UNSUPPORTED : cpu, accelerator
17
17
//
18
18
// Tests operator-> on device_global.
19
19
// NOTE: USE_DEVICE_IMAGE_SCOPE needs both kernels to be in the same image so
Original file line number Diff line number Diff line change 11
11
// RUN: %GPU_RUN_PLACEHOLDER %t_dev_img_scope.out
12
12
// RUN: %ACC_RUN_PLACEHOLDER %t_dev_img_scope.out
13
13
//
14
- // Currently fails for CPUs due to missing support for the SPIR-V extension.
15
- // Currently crashes on accelerators .
16
- // XFAIL : cpu, accelerator
14
+ // CPU and accelerators are not currently guaranteed to support the required
15
+ // extensions they are disabled until they are .
16
+ // UNSUPPORTED : cpu, accelerator
17
17
//
18
18
// Tests basic device_global access through device kernels.
19
19
// NOTE: USE_DEVICE_IMAGE_SCOPE needs both kernels to be in the same image so
Original file line number Diff line number Diff line change 11
11
// RUN: %GPU_RUN_PLACEHOLDER %t_dev_img_scope.out
12
12
// RUN: %ACC_RUN_PLACEHOLDER %t_dev_img_scope.out
13
13
//
14
- // Currently fails for CPUs due to missing support for the SPIR-V extension.
15
- // Currently crashes on accelerators .
16
- // XFAIL : cpu, accelerator
14
+ // CPU and accelerators are not currently guaranteed to support the required
15
+ // extensions they are disabled until they are .
16
+ // UNSUPPORTED : cpu, accelerator
17
17
//
18
18
// Tests the passthrough of operators on device_global.
19
19
// NOTE: USE_DEVICE_IMAGE_SCOPE needs both kernels to be in the same image so
Original file line number Diff line number Diff line change 11
11
// RUN: %GPU_RUN_PLACEHOLDER %t_dev_img_scope.out
12
12
// RUN: %ACC_RUN_PLACEHOLDER %t_dev_img_scope.out
13
13
//
14
- // Currently fails for CPUs due to missing support for the SPIR-V extension.
15
- // Currently crashes on accelerators .
16
- // XFAIL : cpu, accelerator
14
+ // CPU and accelerators are not currently guaranteed to support the required
15
+ // extensions they are disabled until they are .
16
+ // UNSUPPORTED : cpu, accelerator
17
17
//
18
18
// Tests operator[] on device_global.
19
19
// NOTE: USE_DEVICE_IMAGE_SCOPE needs both kernels to be in the same image so
You can’t perform that action at this time.
0 commit comments