Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Copyright Headers #90

Merged
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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