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

Commit e817dba

Browse files
committed
format
Signed-off-by: JackAKirk <[email protected]>
1 parent 473f88b commit e817dba

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

SYCL/Matrix/element_wise_all_ops_cuda.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
//===----------------------------------------------------------------------===//
88
// REQUIRES: cuda
99

10-
// RUN: %clangxx -fsycl -fsycl-targets=%sycl_triple -Xsycl-target-backend --cuda-gpu-arch=sm_80 -DSYCL_EXT_ONEAPI_MATRIX=3 %s -o %t.out
10+
// RUN: %clangxx -fsycl -fsycl-targets=%sycl_triple -Xsycl-target-backend --cuda-gpu-arch=sm_80 -DSYCL_EXT_ONEAPI_MATRIX=3 %s -o %t.out
1111
// RUN: %t.out
1212

1313
#include <CL/sycl.hpp>

SYCL/Matrix/joint_matrix_tensorcore.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -267,7 +267,7 @@ int main() {
267267
test<bfloat16, float, SUB_TILES_M, SUB_TILES_K, SUB_TILES_N, 16, 16, 16>(Q);
268268
test<bfloat16, float, SUB_TILES_M, SUB_TILES_K, SUB_TILES_N, 8, 16, 32>(Q);
269269
test<bfloat16, float, SUB_TILES_M, SUB_TILES_K, SUB_TILES_N, 32, 16, 8>(Q);
270-
270+
271271
// A/B tf32
272272
test<float, float, SUB_TILES_M, SUB_TILES_K, SUB_TILES_N, 16, 8, 16,
273273
precision::tf32>(Q);

0 commit comments

Comments
 (0)