Skip to content

Commit

Permalink
Add SPDX tags (#272)
Browse files Browse the repository at this point in the history
  • Loading branch information
marbre authored Aug 7, 2023
1 parent 31f810f commit a2ed83e
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 0 deletions.
3 changes: 3 additions & 0 deletions samples/simple_embedding/simple_embedding_int_test.mlir
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
// SPDX-FileCopyrightText: 2022 Fraunhofer-Gesellschaft zur Förderung der angewandten Forschung e.V.
// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception

func.func @simple_mul(%arg0: tensor<4xi32>, %arg1: tensor<4xi32>) -> tensor<4xi32>
{
%0 = "arith.muli"(%arg0, %arg1) : (tensor<4xi32>, tensor<4xi32>) -> tensor<4xi32>
Expand Down
3 changes: 3 additions & 0 deletions samples/simple_vec_mul/simple_mul_int.mlir
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
// SPDX-FileCopyrightText: 2023 Fraunhofer-Gesellschaft zur Förderung der angewandten Forschung e.V.
// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception

func.func @simple_mul(%arg0: tensor<1024xi32>, %arg1: tensor<1024xi32>) -> tensor<1024xi32>
{
%0 = "stablehlo.multiply"(%arg0, %arg1) : (tensor<1024xi32>, tensor<1024xi32>) -> tensor<1024xi32>
Expand Down
4 changes: 4 additions & 0 deletions third_party/libopencm3-custom/README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
<!--
SPDX-FileCopyrightText: 2022 Fraunhofer-Gesellschaft zur Förderung der angewandten Forschung e.V.
SPDX-License-Identifier: LGPL-3.0-or-later
-->
# LibOpenCM3

This folder contains a subset of files imported from
Expand Down

0 comments on commit a2ed83e

Please sign in to comment.