Skip to content

Commit 60b95ad

Browse files
committed
Added licence reference.
Signed-off-by: jack.kirk <[email protected]>
1 parent ec933e2 commit 60b95ad

File tree

3 files changed

+10
-2
lines changed

3 files changed

+10
-2
lines changed

sycl/include/sycl/ext/oneapi/matrix/matrix-aot-amx.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
//===-------------- matrix-amx.hpp - SYCL matrix --------------*- C++ -*---===//
1+
//===------------ matrix-aot-amx.hpp - SYCL matrix ------------*- C++ -*---===//
22
//
33
// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
44
// See https://llvm.org/LICENSE.txt for license information.

sycl/include/sycl/ext/oneapi/matrix/matrix-jit.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
//==------------------ matrix.hpp - SYCL matrix ----------------*- C++ -*---==//
1+
//==---------------- matrix-jit.hpp - SYCL matrix --------------*- C++ -*---==//
22
//
33
// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
44
// See https://llvm.org/LICENSE.txt for license information.

sycl/include/sycl/ext/oneapi/matrix/matrix-tensorcore.hpp

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
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+
19
#pragma once
210

311
__SYCL_INLINE_NAMESPACE(cl) {

0 commit comments

Comments
 (0)