Add license header to some files. (#13074)

This commit is contained in:
Changming Sun 2022-09-23 18:46:02 -07:00 committed by GitHub
parent bcc93ab17c
commit 9e21ffb649
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
7 changed files with 22 additions and 3 deletions

View file

@ -1,4 +1,6 @@
#!/bin/bash
# Copyright (c) Microsoft Corporation. All rights reserved.
# Licensed under the MIT License.
# This is for testing GPU final jar on Linux
set -e -o -x

View file

@ -1,4 +1,7 @@
#!/bin/bash
# Copyright (c) Microsoft Corporation. All rights reserved.
# Licensed under the MIT License.
set -e -x
BUILD_DEVICE="CPU"
@ -41,4 +44,4 @@ ln -s /data/models $BUILD_BINARIESDIRECTORY
cd $BUILD_BINARIESDIRECTORY/$BUILD_CONFIG
# Restore file permissions
xargs -a $BUILD_BINARIESDIRECTORY/$BUILD_CONFIG/perms.txt chmod a+x
python3 $BUILD_SOURCESDIRECTORY/tools/ci_build/build.py $BUILD_ARGS --ctest_path ''
python3 $BUILD_SOURCESDIRECTORY/tools/ci_build/build.py $BUILD_ARGS --ctest_path ''

View file

@ -1,2 +1,4 @@
set PATH=C:\azcopy;%PATH%
REM Copyright (c) Microsoft Corporation. All rights reserved.
REM Licensed under the MIT License.
set GRADLE_OPTS=-Dorg.gradle.daemon=false

View file

@ -1,2 +1,5 @@
REM Copyright (c) Microsoft Corporation. All rights reserved.
REM Licensed under the MIT License.
set PATH=C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v11.6\bin;C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v11.6\extras\CUPTI\lib64;%PATH%
set GRADLE_OPTS=-Dorg.gradle.daemon=false

View file

@ -1,2 +1,5 @@
REM Copyright (c) Microsoft Corporation. All rights reserved.
REM Licensed under the MIT License.
set PATH=C:\local\TensorRT-8.4.1.5.Windows10.x86_64.cuda-11.6.cudnn8.4\lib;C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v11.6\bin;C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v11.6\extras\CUPTI\lib64;C:\Program Files (x86)\Microsoft Visual Studio\2019\Enterprise\MSBuild\Current\Bin;%PATH%
set GRADLE_OPTS=-Dorg.gradle.daemon=false

View file

@ -1,2 +1,5 @@
set PATH=C:\azcopy;C:\Program Files (x86)\dotnet;%PATH%
REM Copyright (c) Microsoft Corporation. All rights reserved.
REM Licensed under the MIT License.
set PATH=C:\Program Files (x86)\dotnet;%PATH%
set GRADLE_OPTS=-Dorg.gradle.daemon=false

View file

@ -1,3 +1,6 @@
# Copyright (c) Microsoft Corporation. All rights reserved.
# Licensed under the MIT License.
import json
import os
from pathlib import Path