Skip to content
This repository was archived by the owner on Mar 28, 2023. It is now read-only.

Commit 8bae70f

Browse files
committed
format
1 parent ad77010 commit 8bae70f

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

SYCL/AtomicRef/max_generic_local_native_fp.cpp

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,8 @@
148148
// RUN: %ACC_RUN_PLACEHOLDER %t.out
149149

150150
// CUDA and HIP backends have had no support for the generic address space yet.
151-
// Host does not support barrier. HIP dees not support native floating point atomics
151+
// Host does not support barrier. HIP dees not support native floating point
152+
// atomics
152153
// XFAIL: cuda, hip, host
153154

154155
#define SYCL_USE_NATIVE_FP_ATOMICS

SYCL/AtomicRef/max_local_native_fp.cpp

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,8 @@
147147
// RUN: %CPU_RUN_PLACEHOLDER %t.out
148148
// RUN: %ACC_RUN_PLACEHOLDER %t.out
149149

150-
// Barrier is not supported on host. HIP does not support native floating point atomics
150+
// Barrier is not supported on host. HIP does not support native floating point
151+
// atomics
151152
// XFAIL: host, hip
152153

153154
#define SYCL_USE_NATIVE_FP_ATOMICS

0 commit comments

Comments
 (0)