File tree Expand file tree Collapse file tree 3 files changed +10
-2
lines changed
sycl/include/sycl/ext/oneapi/matrix Expand file tree Collapse file tree 3 files changed +10
-2
lines changed Original file line number Diff line number Diff line change 1
- // ===-------------- matrix-amx.hpp - SYCL matrix -- ------------*- C++ -*---===//
1
+ // ===------------ matrix-aot- amx.hpp - SYCL matrix ------------*- C++ -*---===//
2
2
//
3
3
// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
4
4
// See https://llvm.org/LICENSE.txt for license information.
Original file line number Diff line number Diff line change 1
- // ==------------------ matrix.hpp - SYCL matrix -- --------------*- C++ -*---==//
1
+ // ==---------------- matrix-jit .hpp - SYCL matrix --------------*- C++ -*---==//
2
2
//
3
3
// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
4
4
// See https://llvm.org/LICENSE.txt for license information.
Original file line number Diff line number Diff line change
1
+ // ===---- matrix-tensorcore.hpp - SYCL tensor cores matrix ----*- C++ -*---===//
2
+ //
3
+ // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
4
+ // See https://llvm.org/LICENSE.txt for license information.
5
+ // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
6
+ //
7
+ // ===--------------------------------------------------------------------=== //
8
+
1
9
#pragma once
2
10
3
11
__SYCL_INLINE_NAMESPACE (cl) {
You can’t perform that action at this time.
0 commit comments