Skip to content

Commit

Permalink
Added licence reference.
Browse files Browse the repository at this point in the history
Signed-off-by: jack.kirk <jack.kirk@codeplay.com>
  • Loading branch information
JackAKirk committed Jan 20, 2022
1 parent ec933e2 commit 60b95ad
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
2 changes: 1 addition & 1 deletion sycl/include/sycl/ext/oneapi/matrix/matrix-aot-amx.hpp
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
//===-------------- matrix-amx.hpp - SYCL matrix --------------*- C++ -*---===//
//===------------ matrix-aot-amx.hpp - SYCL matrix ------------*- C++ -*---===//
//
// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
// See https://llvm.org/LICENSE.txt for license information.
Expand Down
2 changes: 1 addition & 1 deletion sycl/include/sycl/ext/oneapi/matrix/matrix-jit.hpp
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
//==------------------ matrix.hpp - SYCL matrix ----------------*- C++ -*---==//
//==---------------- matrix-jit.hpp - SYCL matrix --------------*- C++ -*---==//
//
// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
// See https://llvm.org/LICENSE.txt for license information.
Expand Down
8 changes: 8 additions & 0 deletions sycl/include/sycl/ext/oneapi/matrix/matrix-tensorcore.hpp
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
//===---- matrix-tensorcore.hpp - SYCL tensor cores matrix ----*- C++ -*---===//
//
// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
// See https://llvm.org/LICENSE.txt for license information.
// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
//
// ===--------------------------------------------------------------------=== //

#pragma once

__SYCL_INLINE_NAMESPACE(cl) {
Expand Down

0 comments on commit 60b95ad

Please sign in to comment.