Skip to content

Commit 2c6814f

Browse files
committed
Format.
Signed-off-by: JackAKirk <[email protected]>
1 parent 1a9f631 commit 2c6814f

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

sycl/include/sycl/ext/oneapi/experimental/builtins.hpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -179,7 +179,6 @@ sycl::marray<bfloat16, N> fmin(sycl::marray<bfloat16, N> x,
179179
std::memcpy(&res[i * 2], &partial_res, sizeof(uint32_t));
180180
}
181181

182-
183182
if (N % 2) {
184183
res[N - 1] =
185184
bfloat16::from_bits(__clc_fmin(x[N - 1].raw(), y[N - 1].raw()));

0 commit comments

Comments
 (0)