Skip to content
This repository was archived by the owner on Jun 27, 2024. It is now read-only.

Commit 87a09c9

Browse files
committed
Add AUTHORS file and update Copyright line
1 parent 39482f0 commit 87a09c9

22 files changed

+33
-22
lines changed

.bazel_to_cmake.cfg.py

+3-2
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,13 @@
1-
# Copyright 2023 The IREE Authors
1+
# Copyright 2023 The OpenXLA Authors
22
#
33
# Licensed under the Apache License v2.0 with LLVM Exceptions.
44
# See https://llvm.org/LICENSE.txt for license information.
55
# SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
66

7-
import bazel_to_cmake_targets
87
import re
98

9+
import bazel_to_cmake_targets
10+
1011
DEFAULT_ROOT_DIRS = ["compiler"]
1112

1213
REPO_MAP = {

AUTHORS

+10
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
# This is the list of this repository's significant contributors.
2+
#
3+
# This does not necessarily list everyone who has contributed code, especially
4+
# since many employees of one corporation may be contributing. To see the full
5+
# list of contributors, see the revision history in source control.
6+
#
7+
# Please only add individuals if they are not contributing on behalf of a
8+
# company (who should be listed instead). Add new entries at the bottom of the
9+
# file.
10+
Google LLC

CMakeLists.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright 2023 The IREE Authors
1+
# Copyright 2023 The OpenXLA Authors
22
#
33
# Licensed under the Apache License v2.0 with LLVM Exceptions.
44
# See https://llvm.org/LICENSE.txt for license information.

compiler/src/CMakeLists.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright 2023 The IREE Authors
1+
# Copyright 2023 The OpenXLA Authors
22
#
33
# Licensed under the Apache License v2.0 with LLVM Exceptions.
44
# See https://llvm.org/LICENSE.txt for license information.

compiler/src/openxla/compiler/nvgpu/BUILD.bazel

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright 2023 The IREE Authors
1+
# Copyright 2023 The OpenXLA Authors
22
#
33
# Licensed under the Apache License v2.0 with LLVM Exceptions.
44
# See https://llvm.org/LICENSE.txt for license information.

compiler/src/openxla/compiler/nvgpu/Dialect/BUILD.bazel

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright 2023 The IREE Authors
1+
# Copyright 2023 The OpenXLA Authors
22
#
33
# Licensed under the Apache License v2.0 with LLVM Exceptions.
44
# See https://llvm.org/LICENSE.txt for license information.

compiler/src/openxla/compiler/nvgpu/Dialect/CUDNN/BUILD.bazel

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright 2023 The IREE Authors
1+
# Copyright 2023 The OpenXLA Authors
22
#
33
# Licensed under the Apache License v2.0 with LLVM Exceptions.
44
# See https://llvm.org/LICENSE.txt for license information.

compiler/src/openxla/compiler/nvgpu/Dialect/CUDNN/IR/BUILD.bazel

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright 2023 The IREE Authors
1+
# Copyright 2023 The OpenXLA Authors
22
#
33
# Licensed under the Apache License v2.0 with LLVM Exceptions.
44
# See https://llvm.org/LICENSE.txt for license information.

compiler/src/openxla/compiler/nvgpu/PluginRegistration.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2023 The IREE Authors
1+
// Copyright 2023 The OpenXLA Authors
22
//
33
// Licensed under the Apache License v2.0 with LLVM Exceptions.
44
// See https://llvm.org/LICENSE.txt for license information.

compiler/src/openxla/compiler/nvgpu/Transforms/BUILD.bazel

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright 2023 The IREE Authors
1+
# Copyright 2023 The OpenXLA Authors
22
#
33
# Licensed under the Apache License v2.0 with LLVM Exceptions.
44
# See https://llvm.org/LICENSE.txt for license information.

compiler/src/openxla/compiler/nvgpu/Transforms/Passes.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2023 The IREE Authors
1+
// Copyright 2023 The OpenXLA Authors
22
//
33
// Licensed under the Apache License v2.0 with LLVM Exceptions.
44
// See https://llvm.org/LICENSE.txt for license information.

compiler/src/openxla/compiler/nvgpu/Transforms/Passes.td

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2023 The IREE Authors
1+
// Copyright 2023 The OpenXLA Authors
22
//
33
// Licensed under the Apache License v2.0 with LLVM Exceptions.
44
// See https://llvm.org/LICENSE.txt for license information.

compiler/src/openxla/compiler/nvgpu/Transforms/Sample.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2023 The IREE Authors
1+
// Copyright 2023 The OpenXLA Authors
22
//
33
// Licensed under the Apache License v2.0 with LLVM Exceptions.
44
// See https://llvm.org/LICENSE.txt for license information.

iree_compiler_plugin_group.cmake

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright 2023 The IREE Authors
1+
# Copyright 2023 The OpenXLA Authors
22
#
33
# Licensed under the Apache License v2.0 with LLVM Exceptions.
44
# See https://llvm.org/LICENSE.txt for license information.

runtime/CMakeLists.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright 2023 The IREE Authors
1+
# Copyright 2023 The OpenXLA Authors
22
#
33
# Licensed under the Apache License v2.0 with LLVM Exceptions.
44
# See https://llvm.org/LICENSE.txt for license information.

runtime/src/CMakeLists.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright 2023 The IREE Authors
1+
# Copyright 2023 The OpenXLA Authors
22
#
33
# Licensed under the Apache License v2.0 with LLVM Exceptions.
44
# See https://llvm.org/LICENSE.txt for license information.

runtime/src/openxla/runtime/nvgpu/CMakeLists.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright 2023 The IREE Authors
1+
# Copyright 2023 The OpenXLA Authors
22
#
33
# Licensed under the Apache License v2.0 with LLVM Exceptions.
44
# See https://llvm.org/LICENSE.txt for license information.

runtime/src/openxla/runtime/nvgpu/cudnn_module.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2023 The IREE Authors
1+
// Copyright 2023 The OpenXLA Authors
22
//
33
// Licensed under the Apache License v2.0 with LLVM Exceptions.
44
// See https://llvm.org/LICENSE.txt for license information.

runtime/src/openxla/runtime/nvgpu/cudnn_module.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2023 The IREE Authors
1+
// Copyright 2023 The OpenXLA Authors
22
//
33
// Licensed under the Apache License v2.0 with LLVM Exceptions.
44
// See https://llvm.org/LICENSE.txt for license information.

runtime/src/openxla/runtime/nvgpu/test/CMakeLists.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright 2022 The IREE Authors
1+
# Copyright 2022 The OpenXLA Authors
22
#
33
# Licensed under the Apache License v2.0 with LLVM Exceptions.
44
# See https://llvm.org/LICENSE.txt for license information.

tools/CMakeLists.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright 2023 The IREE Authors
1+
# Copyright 2023 The OpenXLA Authors
22
#
33
# Licensed under the Apache License v2.0 with LLVM Exceptions.
44
# See https://llvm.org/LICENSE.txt for license information.

tools/openxla-runner.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2023 The IREE Authors
1+
// Copyright 2023 The OpenXLA Authors
22
//
33
// Licensed under the Apache License v2.0 with LLVM Exceptions.
44
// See https://llvm.org/LICENSE.txt for license information.

0 commit comments

Comments
 (0)