Skip to content

Commit 0b7f602

Browse files
committed
Revert "Address clang-format concerns"
This reverts commit 1764dac76364ad8b93b5b417950e0f81d7763923.
1 parent 1690508 commit 0b7f602

File tree

1 file changed

+3
-6
lines changed

1 file changed

+3
-6
lines changed

sycl/test/matrix/matrix-int8-test.cpp

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,8 @@
11
// RUN: %clangxx -fsycl -fsycl-device-only -O2 -S -emit-llvm -o - %s | FileCheck %s
22

3-
// CHECK-DAG: %"struct.__spv::__spirv_JointMatrixINTEL" =
4-
// CHECK-DAG: type { [12 x [48 x [1 x [4 x i8]]]] addrspace(4)* }
5-
// CHECK-DAG: %"struct.__spv::__spirv_JointMatrixINTEL.[[#]]" =
6-
// CHECK-DAG: type { [12 x [12 x [1 x [4 x i32]]]] addrspace(4)* }
7-
// CHECK-DAG: %"struct.__spv::__spirv_JointMatrixINTEL.[[#]]" =
8-
// CHECK-DAG: type { [48 x [12 x [4 x [4 x i8]]]] addrspace(4)* }
3+
// CHECK-DAG: %"struct.__spv::__spirv_JointMatrixINTEL" = type { [12 x [48 x [1 x [4 x i8]]]] addrspace(4)* }
4+
// CHECK-DAG: %"struct.__spv::__spirv_JointMatrixINTEL.[[#]]" = type { [12 x [12 x [1 x [4 x i32]]]] addrspace(4)* }
5+
// CHECK-DAG: %"struct.__spv::__spirv_JointMatrixINTEL.[[#]]" = type { [48 x [12 x [4 x [4 x i8]]]] addrspace(4)* }
96

107
#include <CL/sycl.hpp>
118
#if (SYCL_EXT_ONEAPI_MATRIX == 2)

0 commit comments

Comments
 (0)