Skip to content

Commit

Permalink
Merge pull request #90 from Xilinx/mashakir.add-missing-copyright-hea…
Browse files Browse the repository at this point in the history
…ders

Add Copyright Headers
  • Loading branch information
julio-gorge committed Sep 19, 2024
2 parents c0c4447 + 5243fa5 commit 970e7a2
Show file tree
Hide file tree
Showing 6 changed files with 12 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
# (c) Copyright 2024 Advanced Micro Devices, Inc. All Rights reserved.

[submodule "llvm-project"]
path = llvm-project
url = https://github.com/Xilinx/llvm-project.git
Expand Down
2 changes: 2 additions & 0 deletions include/xten-c/Dialects.h
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
// (c) Copyright 2024 Advanced Micro Devices, Inc. All Rights reserved.

#ifndef XTEN_C_DIALECTS_H
#define XTEN_C_DIALECTS_H

Expand Down
2 changes: 2 additions & 0 deletions lib/CAPI/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
# (c) Copyright 2024 Advanced Micro Devices, Inc. All Rights reserved.

add_mlir_public_c_api_library(
XTenCAPI
Dialects.cpp
Expand Down
2 changes: 2 additions & 0 deletions lib/CAPI/Dialects.cpp
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
// (c) Copyright 2024 Advanced Micro Devices, Inc. All Rights reserved.

//===- Dialects.cpp - C Interface for Dialects ----------------------------===//
//
// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
Expand Down
2 changes: 2 additions & 0 deletions test/Conversion/XTenNNToTorch/conv_transpose_2d.mlir
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
// (c) Copyright 2024 Advanced Micro Devices, Inc. All Rights reserved.

// RUN: aten-opt --convert-xtennn-to-torch -split-input-file %s | FileCheck %s
// REQUIRES: torch

Expand Down
2 changes: 2 additions & 0 deletions test/Dialect/XTenNN/grid_sample.mlir
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
// (c) Copyright 2024 Advanced Micro Devices, Inc. All Rights reserved.

// RUN: aten-opt %s -split-input-file --verify-diagnostics

func.func @test_grid_sample_valid1(%arg0: tensor<1x3x1152x1344xf32>, %arg1: tensor<1x1152x1344x2xf32>) -> tensor<*xf32> {
Expand Down

0 comments on commit 970e7a2

Please sign in to comment.