Updating copyright notices for 2020.

このコミットが含まれているのは:
Stanley Tsang
2020-01-15 17:54:27 -07:00
committed by Wenkai Du
コミット 20fa04d9b6
89個のファイルの変更91行の追加74行の削除
+1 -1
ファイルの表示
@@ -1,4 +1,4 @@
# Copyright (c) 2019 Advanced Micro Devices, Inc. All rights reserved. # Copyright (c) 2019-2020 Advanced Micro Devices, Inc. All rights reserved.
cmake_minimum_required(VERSION 2.8.12) cmake_minimum_required(VERSION 2.8.12)
ベンダーファイル
+1 -1
ファイルの表示
@@ -1,5 +1,5 @@
#!/usr/bin/env groovy #!/usr/bin/env groovy
// Copyright (c) 2019 Advanced Micro Devices, Inc. All rights reserved. // Copyright (c) 2019-2020 Advanced Micro Devices, Inc. All rights reserved.
// This shared library is available at https://github.com/ROCmSoftwarePlatform/rccl // This shared library is available at https://github.com/ROCmSoftwarePlatform/rccl
@Library('rocJenkins@rccl') _ @Library('rocJenkins@rccl') _
+1 -1
ファイルの表示
@@ -1,6 +1,6 @@
Copyright (c) 2015-2019, NVIDIA CORPORATION. All rights reserved. Copyright (c) 2015-2019, NVIDIA CORPORATION. All rights reserved.
Modifications Copyright (c) 2019 Advanced Micro Devices, Inc. All rights reserved. Modifications Copyright (c) 2019-2020 Advanced Micro Devices, Inc. All rights reserved.
Redistribution and use in source and binary forms, with or without Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions modification, are permitted provided that the following conditions
+1
ファイルの表示
@@ -1,5 +1,6 @@
# #
# Copyright (c) 2015-2019, NVIDIA CORPORATION. All rights reserved. # Copyright (c) 2015-2019, NVIDIA CORPORATION. All rights reserved.
# Modifications Copyright (c) 2019-2020 Advanced Micro Devices, Inc. All rights reserved.
# #
# See LICENSE.txt for license information # See LICENSE.txt for license information
# #
+1 -1
ファイルの表示
@@ -3,7 +3,7 @@ _______________________________________________________________
Dependencies on nvidia-nccl v2.3.7-1 (BSD3) Dependencies on nvidia-nccl v2.3.7-1 (BSD3)
Copyright (c) 2015-2018, NVIDIA CORPORATION. Copyright (c) 2015-2018, NVIDIA CORPORATION.
Modifications Copyright (c) 2019 Advanced Micro Devices, Inc. Modifications Copyright (c) 2019-2020 Advanced Micro Devices, Inc.
Redistribution and use in source and binary forms, with or without Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions modification, are permitted provided that the following conditions
+1 -1
ファイルの表示
@@ -81,4 +81,4 @@ Please refer to the [Library documentation](http://rccl.readthedocs.io/) for cur
All source code and accompanying documentation is copyright (c) 2015-2018, NVIDIA CORPORATION. All rights reserved. All source code and accompanying documentation is copyright (c) 2015-2018, NVIDIA CORPORATION. All rights reserved.
All modifications are copyright (c) 2019 Advanced Micro Devices, Inc. All rights reserved. All modifications are copyright (c) 2019-2020 Advanced Micro Devices, Inc. All rights reserved.
+1
ファイルの表示
@@ -1,3 +1,4 @@
# Copyright (c) 2019-2020 Advanced Micro Devices, Inc. All rights reserved.
# This Dockerfile provides a starting point for a ROCm installation of rccl # This Dockerfile provides a starting point for a ROCm installation of rccl
# Parameters related to building rccl # Parameters related to building rccl
+1
ファイルの表示
@@ -1,3 +1,4 @@
# Copyright (c) 2019-2020 Advanced Micro Devices, Inc. All rights reserved.
# Parameters related to building rccl # Parameters related to building rccl
ARG base_image ARG base_image
+1
ファイルの表示
@@ -1,3 +1,4 @@
# Copyright (c) 2019-2020 Advanced Micro Devices, Inc. All rights reserved.
# Parameters related to building rccl # Parameters related to building rccl
ARG base_image ARG base_image
+1
ファイルの表示
@@ -1,3 +1,4 @@
# Copyright (c) 2019-2020 Advanced Micro Devices, Inc. All rights reserved.
# Parameters related to building rccl # Parameters related to building rccl
ARG base_image ARG base_image
+1
ファイルの表示
@@ -1,4 +1,5 @@
# Doxyfile 1.8.10 # Doxyfile 1.8.10
# Copyright (c) 2019-2020 Advanced Micro Devices, Inc. All rights reserved.
# This file describes the settings to be used by the documentation system # This file describes the settings to be used by the documentation system
# doxygen (www.doxygen.org) for a project. # doxygen (www.doxygen.org) for a project.
+1
ファイルの表示
@@ -1,4 +1,5 @@
#!/bin/bash #!/bin/bash
# Copyright (c) 2019-2020 Advanced Micro Devices, Inc. All rights reserved.
if [ -d docBin ]; then if [ -d docBin ]; then
rm -rf docBin rm -rf docBin
+1
ファイルの表示
@@ -1,4 +1,5 @@
#!/bin/bash #!/bin/bash
# # Copyright (c) 2019-2020 Advanced Micro Devices, Inc. All rights reserved.
if [ -d docBin ]; then if [ -d docBin ]; then
rm -rf docBin rm -rf docBin
+1 -1
ファイルの表示
@@ -1,5 +1,5 @@
#!/bin/bash #!/bin/bash
# Copyright (c) 2019 Advanced Micro Devices, Inc. All rights reserved. # Copyright (c) 2019-2020 Advanced Micro Devices, Inc. All rights reserved.
# ################################################# # #################################################
# helper functions # helper functions
+1
ファイルの表示
@@ -1,5 +1,6 @@
# #
# Copyright (c) 2015-2019, NVIDIA CORPORATION. All rights reserved. # Copyright (c) 2015-2019, NVIDIA CORPORATION. All rights reserved.
# Modifications Copyright (c) 2015-2020, Advanced Micro Devices, Inc. All rights reserved.
# #
# See LICENSE.txt for license information # See LICENSE.txt for license information
# #
+1
ファイルの表示
@@ -1,5 +1,6 @@
/************************************************************************* /*************************************************************************
* Copyright (c) 2016-2019, NVIDIA CORPORATION. All rights reserved. * Copyright (c) 2016-2019, NVIDIA CORPORATION. All rights reserved.
* Modifications Copyright (c) 2019-2020 Advanced Micro Devices, Inc. All rights reserved.
* *
* See LICENSE.txt for license information * See LICENSE.txt for license information
************************************************************************/ ************************************************************************/
+1 -1
ファイルの表示
@@ -1,6 +1,6 @@
/************************************************************************* /*************************************************************************
* Copyright (c) 2015-2019, NVIDIA CORPORATION. All rights reserved. * Copyright (c) 2015-2019, NVIDIA CORPORATION. All rights reserved.
* Modifications Copyright (c) 2019 Advanced Micro Devices, Inc. All rights reserved. * Modifications Copyright (c) 2019-2020 Advanced Micro Devices, Inc. All rights reserved.
* *
* See LICENSE.txt for license information * See LICENSE.txt for license information
************************************************************************/ ************************************************************************/
+1 -1
ファイルの表示
@@ -1,6 +1,6 @@
/************************************************************************* /*************************************************************************
* Copyright (c) 2015-2019, NVIDIA CORPORATION. All rights reserved. * Copyright (c) 2015-2019, NVIDIA CORPORATION. All rights reserved.
* Modifications Copyright (c) 2019 Advanced Micro Devices, Inc. All rights reserved. * Modifications Copyright (c) 2019-2020 Advanced Micro Devices, Inc. All rights reserved.
* *
* See LICENSE.txt for license information * See LICENSE.txt for license information
************************************************************************/ ************************************************************************/
+1 -1
ファイルの表示
@@ -1,6 +1,6 @@
/************************************************************************* /*************************************************************************
* Copyright (c) 2015-2019, NVIDIA CORPORATION. All rights reserved. * Copyright (c) 2015-2019, NVIDIA CORPORATION. All rights reserved.
* Modifications Copyright (c) 2019 Advanced Micro Devices, Inc. All rights reserved. * Modifications Copyright (c) 2019-2020 Advanced Micro Devices, Inc. All rights reserved.
* *
* See LICENSE.txt for license information * See LICENSE.txt for license information
************************************************************************/ ************************************************************************/
+1 -1
ファイルの表示
@@ -1,6 +1,6 @@
/************************************************************************* /*************************************************************************
* Copyright (c) 2015-2019, NVIDIA CORPORATION. All rights reserved. * Copyright (c) 2015-2019, NVIDIA CORPORATION. All rights reserved.
* Modifications Copyright (c) 2019 Advanced Micro Devices, Inc. All rights reserved. * Modifications Copyright (c) 2019-2020 Advanced Micro Devices, Inc. All rights reserved.
* *
* See LICENSE.txt for license information * See LICENSE.txt for license information
************************************************************************/ ************************************************************************/
+1 -1
ファイルの表示
@@ -1,6 +1,6 @@
/************************************************************************* /*************************************************************************
* Copyright (c) 2015-2019, NVIDIA CORPORATION. All rights reserved. * Copyright (c) 2015-2019, NVIDIA CORPORATION. All rights reserved.
* Modifications Copyright (c) 2019 Advanced Micro Devices, Inc. All rights reserved. * Modifications Copyright (c) 2019-2020 Advanced Micro Devices, Inc. All rights reserved.
* *
* See LICENSE.txt for license information * See LICENSE.txt for license information
************************************************************************/ ************************************************************************/
+1 -1
ファイルの表示
@@ -1,6 +1,6 @@
/************************************************************************* /*************************************************************************
* Copyright (c) 2015-2019, NVIDIA CORPORATION. All rights reserved. * Copyright (c) 2015-2019, NVIDIA CORPORATION. All rights reserved.
* Modifications Copyright (c) 2019 Advanced Micro Devices, Inc. All rights reserved. * Modifications Copyright (c) 2019-2020 Advanced Micro Devices, Inc. All rights reserved.
* *
* See LICENSE.txt for license information * See LICENSE.txt for license information
************************************************************************/ ************************************************************************/
+1 -1
ファイルの表示
@@ -1,6 +1,6 @@
/************************************************************************* /*************************************************************************
* Copyright (c) 2015-2019, NVIDIA CORPORATION. All rights reserved. * Copyright (c) 2015-2019, NVIDIA CORPORATION. All rights reserved.
* Modifications Copyright (c) 2019 Advanced Micro Devices, Inc. All rights reserved. * Modifications Copyright (c) 2019-2020 Advanced Micro Devices, Inc. All rights reserved.
* *
* See LICENSE.txt for license information * See LICENSE.txt for license information
************************************************************************/ ************************************************************************/
+1 -1
ファイルの表示
@@ -1,7 +1,7 @@
#include "hip/hip_runtime.h" #include "hip/hip_runtime.h"
/************************************************************************* /*************************************************************************
* Copyright (c) 2017-2019, NVIDIA CORPORATION. All rights reserved. * Copyright (c) 2017-2019, NVIDIA CORPORATION. All rights reserved.
* Modifications Copyright (c) 2019 Advanced Micro Devices, Inc. All rights reserved. * Modifications Copyright (c) 2019-2020 Advanced Micro Devices, Inc. All rights reserved.
* *
* See LICENSE.txt for license information * See LICENSE.txt for license information
************************************************************************/ ************************************************************************/
+1 -1
ファイルの表示
@@ -1,6 +1,6 @@
/************************************************************************* /*************************************************************************
* Copyright (c) 2015-2019, NVIDIA CORPORATION. All rights reserved. * Copyright (c) 2015-2019, NVIDIA CORPORATION. All rights reserved.
* Modifications Copyright (c) 2019 Advanced Micro Devices, Inc. All rights reserved. * Modifications Copyright (c) 2019-2020 Advanced Micro Devices, Inc. All rights reserved.
* *
* See LICENSE.txt for license information * See LICENSE.txt for license information
************************************************************************/ ************************************************************************/
+1 -1
ファイルの表示
@@ -1,6 +1,6 @@
/************************************************************************* /*************************************************************************
* Copyright (c) 2015-2019, NVIDIA CORPORATION. All rights reserved. * Copyright (c) 2015-2019, NVIDIA CORPORATION. All rights reserved.
* Modifications Copyright (c) 2019 Advanced Micro Devices, Inc. All rights reserved. * Modifications Copyright (c) 2019-2020 Advanced Micro Devices, Inc. All rights reserved.
* *
* See LICENSE.txt for license information * See LICENSE.txt for license information
************************************************************************/ ************************************************************************/
+1 -1
ファイルの表示
@@ -1,6 +1,6 @@
/************************************************************************* /*************************************************************************
* Copyright (c) 2016-2019, NVIDIA CORPORATION. All rights reserved. * Copyright (c) 2016-2019, NVIDIA CORPORATION. All rights reserved.
* Modifications Copyright (c) 2019 Advanced Micro Devices, Inc. All rights reserved. * Modifications Copyright (c) 2019-2020 Advanced Micro Devices, Inc. All rights reserved.
* *
* See LICENSE.txt for license information * See LICENSE.txt for license information
************************************************************************/ ************************************************************************/
+1 -1
ファイルの表示
@@ -1,6 +1,6 @@
/************************************************************************* /*************************************************************************
* Copyright (c) 2016-2019, NVIDIA CORPORATION. All rights reserved. * Copyright (c) 2016-2019, NVIDIA CORPORATION. All rights reserved.
* Modifications Copyright (c) 2019 Advanced Micro Devices, Inc. All rights reserved. * Modifications Copyright (c) 2019-2020 Advanced Micro Devices, Inc. All rights reserved.
* *
* See LICENSE.txt for license information * See LICENSE.txt for license information
************************************************************************/ ************************************************************************/
+1 -1
ファイルの表示
@@ -1,6 +1,6 @@
/************************************************************************* /*************************************************************************
* Copyright (c) 2016-2019, NVIDIA CORPORATION. All rights reserved. * Copyright (c) 2016-2019, NVIDIA CORPORATION. All rights reserved.
* Modifications Copyright (c) 2019 Advanced Micro Devices, Inc. All rights reserved. * Modifications Copyright (c) 2019-2020 Advanced Micro Devices, Inc. All rights reserved.
* *
* See LICENSE.txt for license information * See LICENSE.txt for license information
************************************************************************/ ************************************************************************/
+1 -1
ファイルの表示
@@ -1,6 +1,6 @@
/************************************************************************* /*************************************************************************
* Copyright (c) 2016-2019, NVIDIA CORPORATION. All rights reserved. * Copyright (c) 2016-2019, NVIDIA CORPORATION. All rights reserved.
* Modifications Copyright (c) 2019 Advanced Micro Devices, Inc. All rights reserved. * Modifications Copyright (c) 2019-2020 Advanced Micro Devices, Inc. All rights reserved.
* *
* See LICENSE.txt for license information * See LICENSE.txt for license information
************************************************************************/ ************************************************************************/
+1 -1
ファイルの表示
@@ -1,6 +1,6 @@
/************************************************************************* /*************************************************************************
* Copyright (c) 2015-2019, NVIDIA CORPORATION. All rights reserved. * Copyright (c) 2015-2019, NVIDIA CORPORATION. All rights reserved.
* Modifications Copyright (c) 2019 Advanced Micro Devices, Inc. All rights reserved. * Modifications Copyright (c) 2019-2020 Advanced Micro Devices, Inc. All rights reserved.
* *
* See LICENSE.txt for license information * See LICENSE.txt for license information
************************************************************************/ ************************************************************************/
+1 -1
ファイルの表示
@@ -1,6 +1,6 @@
/************************************************************************* /*************************************************************************
* Copyright (c) 2015-2019, NVIDIA CORPORATION. All rights reserved. * Copyright (c) 2015-2019, NVIDIA CORPORATION. All rights reserved.
* Modifications Copyright (c) 2019 Advanced Micro Devices, Inc. All rights reserved. * Modifications Copyright (c) 2019-2020 Advanced Micro Devices, Inc. All rights reserved.
* *
* See LICENSE.txt for license information * See LICENSE.txt for license information
************************************************************************/ ************************************************************************/
+1 -1
ファイルの表示
@@ -1,6 +1,6 @@
/************************************************************************* /*************************************************************************
* Copyright (c) 2015-2019, NVIDIA CORPORATION. All rights reserved. * Copyright (c) 2015-2019, NVIDIA CORPORATION. All rights reserved.
* Modifications Copyright (c) 2019 Advanced Micro Devices, Inc. All rights reserved. * Modifications Copyright (c) 2019-2020 Advanced Micro Devices, Inc. All rights reserved.
* *
* See LICENSE.txt for license information * See LICENSE.txt for license information
************************************************************************/ ************************************************************************/
+1 -1
ファイルの表示
@@ -1,6 +1,6 @@
/************************************************************************* /*************************************************************************
* Copyright (c) 2015-2019, NVIDIA CORPORATION. All rights reserved. * Copyright (c) 2015-2019, NVIDIA CORPORATION. All rights reserved.
* Modifications Copyright (c) 2019 Advanced Micro Devices, Inc. All rights reserved. * Modifications Copyright (c) 2019-2020 Advanced Micro Devices, Inc. All rights reserved.
* *
* See LICENSE.txt for license information * See LICENSE.txt for license information
************************************************************************/ ************************************************************************/
+1 -1
ファイルの表示
@@ -1,6 +1,6 @@
/************************************************************************* /*************************************************************************
* Copyright (c) 2015-2019, NVIDIA CORPORATION. All rights reserved. * Copyright (c) 2015-2019, NVIDIA CORPORATION. All rights reserved.
* Modifications Copyright (c) 2019 Advanced Micro Devices, Inc. All rights reserved. * Modifications Copyright (c) 2019-2020 Advanced Micro Devices, Inc. All rights reserved.
* *
* See LICENSE.txt for license information * See LICENSE.txt for license information
************************************************************************/ ************************************************************************/
+1 -1
ファイルの表示
@@ -1,6 +1,6 @@
/************************************************************************* /*************************************************************************
* Copyright (c) 2016-2019, NVIDIA CORPORATION. All rights reserved. * Copyright (c) 2016-2019, NVIDIA CORPORATION. All rights reserved.
* Modifications Copyright (c) 2019 Advanced Micro Devices, Inc. All rights reserved. * Modifications Copyright (c) 2019-2020 Advanced Micro Devices, Inc. All rights reserved.
* *
* See LICENSE.txt for license information * See LICENSE.txt for license information
************************************************************************/ ************************************************************************/
+1 -1
ファイルの表示
@@ -1,6 +1,6 @@
/************************************************************************* /*************************************************************************
* Copyright (c) 2017-2019, NVIDIA CORPORATION. All rights reserved. * Copyright (c) 2017-2019, NVIDIA CORPORATION. All rights reserved.
* Modifications Copyright (c) 2019 Advanced Micro Devices, Inc. All rights reserved. * Modifications Copyright (c) 2019-2020 Advanced Micro Devices, Inc. All rights reserved.
* *
* See LICENSE.txt for license information * See LICENSE.txt for license information
************************************************************************/ ************************************************************************/
+1
ファイルの表示
@@ -1,5 +1,6 @@
/************************************************************************* /*************************************************************************
* Copyright (c) 2016-2019, NVIDIA CORPORATION. All rights reserved. * Copyright (c) 2016-2019, NVIDIA CORPORATION. All rights reserved.
* Modifications Copyright (c) 2019-2020 Advanced Micro Devices, Inc. All rights reserved.
* *
* See LICENSE.txt for license information * See LICENSE.txt for license information
************************************************************************/ ************************************************************************/
+1
ファイルの表示
@@ -1,5 +1,6 @@
/************************************************************************* /*************************************************************************
* Copyright (c) 2016-2019, NVIDIA CORPORATION. All rights reserved. * Copyright (c) 2016-2019, NVIDIA CORPORATION. All rights reserved.
* Modifications Copyright (c) 2019-2020 Advanced Micro Devices, Inc. All rights reserved.
* *
* See LICENSE.txt for license information * See LICENSE.txt for license information
************************************************************************/ ************************************************************************/
+1 -1
ファイルの表示
@@ -1,6 +1,6 @@
/************************************************************************* /*************************************************************************
* Copyright (c) 2016-2019, NVIDIA CORPORATION. All rights reserved. * Copyright (c) 2016-2019, NVIDIA CORPORATION. All rights reserved.
* Modifications Copyright (c) 2019 Advanced Micro Devices, Inc. All rights reserved. * Modifications Copyright (c) 2019-2020 Advanced Micro Devices, Inc. All rights reserved.
* *
* See LICENSE.txt for license information * See LICENSE.txt for license information
************************************************************************/ ************************************************************************/
+1
ファイルの表示
@@ -1,5 +1,6 @@
/************************************************************************* /*************************************************************************
* Copyright (c) 2016-2019, NVIDIA CORPORATION. All rights reserved. * Copyright (c) 2016-2019, NVIDIA CORPORATION. All rights reserved.
* Modifications Copyright (c) 2019-2020 Advanced Micro Devices, Inc. All rights reserved.
* *
* See LICENSE.txt for license information * See LICENSE.txt for license information
************************************************************************/ ************************************************************************/
+1 -1
ファイルの表示
@@ -1,6 +1,6 @@
/************************************************************************* /*************************************************************************
* Copyright (c) 2016-2019, NVIDIA CORPORATION. All rights reserved. * Copyright (c) 2016-2019, NVIDIA CORPORATION. All rights reserved.
* Modifications Copyright (c) 2019 Advanced Micro Devices, Inc. All rights reserved. * Modifications Copyright (c) 2019-2020 Advanced Micro Devices, Inc. All rights reserved.
* *
* See LICENSE.txt for license information * See LICENSE.txt for license information
************************************************************************/ ************************************************************************/
+1 -1
ファイルの表示
@@ -1,6 +1,6 @@
/************************************************************************* /*************************************************************************
* Copyright (c) 2015-2019, NVIDIA CORPORATION. All rights reserved. * Copyright (c) 2015-2019, NVIDIA CORPORATION. All rights reserved.
* Modifications Copyright (c) 2019 Advanced Micro Devices, Inc. All rights reserved. * Modifications Copyright (c) 2019-2020 Advanced Micro Devices, Inc. All rights reserved.
* *
* See LICENSE.txt for license information * See LICENSE.txt for license information
************************************************************************/ ************************************************************************/
+1
ファイルの表示
@@ -1,5 +1,6 @@
/************************************************************************* /*************************************************************************
* Copyright (c) 2019, NVIDIA CORPORATION. All rights reserved. * Copyright (c) 2019, NVIDIA CORPORATION. All rights reserved.
* Modifications Copyright (c) 2019-2020 Advanced Micro Devices, Inc. All rights reserved.
* *
* See LICENSE.txt for license information * See LICENSE.txt for license information
************************************************************************/ ************************************************************************/
+1 -1
ファイルの表示
@@ -1,6 +1,6 @@
/************************************************************************* /*************************************************************************
* Copyright (c) 2019, NVIDIA CORPORATION. All rights reserved. * Copyright (c) 2019, NVIDIA CORPORATION. All rights reserved.
* Modifications Copyright (c) 2019 Advanced Micro Devices, Inc. All rights reserved. * Modifications Copyright (c) 2019-2020 Advanced Micro Devices, Inc. All rights reserved.
* *
* See LICENSE.txt for license information * See LICENSE.txt for license information
************************************************************************/ ************************************************************************/
+1 -1
ファイルの表示
@@ -1,7 +1,7 @@
#include "hip/hip_runtime.h" #include "hip/hip_runtime.h"
/************************************************************************* /*************************************************************************
* Copyright (c) 2017-2019, NVIDIA CORPORATION. All rights reserved. * Copyright (c) 2017-2019, NVIDIA CORPORATION. All rights reserved.
* Modifications Copyright (c) 2019 Advanced Micro Devices, Inc. All rights reserved. * Modifications Copyright (c) 2019-2020 Advanced Micro Devices, Inc. All rights reserved.
* *
* See LICENSE.txt for license information * See LICENSE.txt for license information
************************************************************************/ ************************************************************************/
+1 -1
ファイルの表示
@@ -1,6 +1,6 @@
/************************************************************************* /*************************************************************************
* Copyright (c) 2015-2019, NVIDIA CORPORATION. All rights reserved. * Copyright (c) 2015-2019, NVIDIA CORPORATION. All rights reserved.
* Modifications Copyright (c) 2019 Advanced Micro Devices, Inc. All rights reserved. * Modifications Copyright (c) 2019-2020 Advanced Micro Devices, Inc. All rights reserved.
* *
* See LICENSE.txt for license information * See LICENSE.txt for license information
************************************************************************/ ************************************************************************/
+1 -1
ファイルの表示
@@ -1,6 +1,6 @@
/************************************************************************* /*************************************************************************
* Copyright (c) 2015-2019, NVIDIA CORPORATION. All rights reserved. * Copyright (c) 2015-2019, NVIDIA CORPORATION. All rights reserved.
* Modifications Copyright (c) 2019 Advanced Micro Devices, Inc. All rights reserved. * Modifications Copyright (c) 2019-2020 Advanced Micro Devices, Inc. All rights reserved.
* *
* See LICENSE.txt for license information * See LICENSE.txt for license information
************************************************************************/ ************************************************************************/
+1 -1
ファイルの表示
@@ -1,6 +1,6 @@
/************************************************************************* /*************************************************************************
* Copyright (c) 2015-2019, NVIDIA CORPORATION. All rights reserved. * Copyright (c) 2015-2019, NVIDIA CORPORATION. All rights reserved.
* Modifications Copyright (c) 2019 Advanced Micro Devices, Inc. All rights reserved. * Modifications Copyright (c) 2019-2020 Advanced Micro Devices, Inc. All rights reserved.
* *
* See LICENSE.txt for license information * See LICENSE.txt for license information
************************************************************************/ ************************************************************************/
+1 -1
ファイルの表示
@@ -1,6 +1,6 @@
/************************************************************************* /*************************************************************************
* Copyright (c) 2015-2017, NVIDIA CORPORATION. All rights reserved. * Copyright (c) 2015-2017, NVIDIA CORPORATION. All rights reserved.
* Modifications Copyright (c) 2019 Advanced Micro Devices, Inc. All rights reserved. * Modifications Copyright (c) 2019-2020 Advanced Micro Devices, Inc. All rights reserved.
* *
* See LICENSE.txt for license information * See LICENSE.txt for license information
************************************************************************/ ************************************************************************/
+1 -1
ファイルの表示
@@ -1,6 +1,6 @@
/************************************************************************* /*************************************************************************
* Copyright (c) 2019, NVIDIA CORPORATION. All rights reserved. * Copyright (c) 2019, NVIDIA CORPORATION. All rights reserved.
* Modifications Copyright (c) 2019 Advanced Micro Devices, Inc. All rights reserved. * Modifications Copyright (c) 2019-2020 Advanced Micro Devices, Inc. All rights reserved.
* *
* See LICENSE.txt for license information * See LICENSE.txt for license information
************************************************************************/ ************************************************************************/
+1 -1
ファイルの表示
@@ -1,6 +1,6 @@
/************************************************************************* /*************************************************************************
* Copyright (c) 2016-2019, NVIDIA CORPORATION. All rights reserved. * Copyright (c) 2016-2019, NVIDIA CORPORATION. All rights reserved.
* Modifications Copyright (c) 2019 Advanced Micro Devices, Inc. All rights reserved. * Modifications Copyright (c) 2019-2020 Advanced Micro Devices, Inc. All rights reserved.
* *
* See LICENSE.txt for license information * See LICENSE.txt for license information
************************************************************************/ ************************************************************************/
+1 -1
ファイルの表示
@@ -1,7 +1,7 @@
/** /**
* MIT License * MIT License
* *
* Copyright 2019 Advanced Micro Devices, Inc. All rights reserved. * Copyright 2019-2020 Advanced Micro Devices, Inc. All rights reserved.
* *
* Permission is hereby granted, free of charge, to any person obtaining a copy * Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal * of this software and associated documentation files (the "Software"), to deal
+1 -1
ファイルの表示
@@ -1,6 +1,6 @@
/************************************************************************* /*************************************************************************
* Copyright (c) 2016-2019, NVIDIA CORPORATION. All rights reserved. * Copyright (c) 2016-2019, NVIDIA CORPORATION. All rights reserved.
* Modifications Copyright (c) 2019 Advanced Micro Devices, Inc. All rights reserved. * Modifications Copyright (c) 2019-2020 Advanced Micro Devices, Inc. All rights reserved.
* *
* See LICENSE.txt for license information * See LICENSE.txt for license information
************************************************************************/ ************************************************************************/
+1 -1
ファイルの表示
@@ -1,6 +1,6 @@
/************************************************************************* /*************************************************************************
* Copyright (c) 2015-2019, NVIDIA CORPORATION. All rights reserved. * Copyright (c) 2015-2019, NVIDIA CORPORATION. All rights reserved.
* Modifications Copyright (c) 2019 Advanced Micro Devices, Inc. All rights reserved. * Modifications Copyright (c) 2019-2020 Advanced Micro Devices, Inc. All rights reserved.
* *
* See LICENSE.txt for license information * See LICENSE.txt for license information
************************************************************************/ ************************************************************************/
+1 -1
ファイルの表示
@@ -1,6 +1,6 @@
/************************************************************************* /*************************************************************************
* Copyright (c) 2019, NVIDIA CORPORATION. All rights reserved. * Copyright (c) 2019, NVIDIA CORPORATION. All rights reserved.
* Modifications Copyright (c) 2019 Advanced Micro Devices, Inc. All rights reserved. * Modifications Copyright (c) 2019-2020 Advanced Micro Devices, Inc. All rights reserved.
* *
* See LICENSE.txt for license information * See LICENSE.txt for license information
************************************************************************/ ************************************************************************/
+1 -1
ファイルの表示
@@ -1,6 +1,6 @@
/************************************************************************* /*************************************************************************
* Copyright (c) 2015-2019, NVIDIA CORPORATION. All rights reserved. * Copyright (c) 2015-2019, NVIDIA CORPORATION. All rights reserved.
* Modifications Copyright (c) 2019 Advanced Micro Devices, Inc. All rights reserved. * Modifications Copyright (c) 2019-2020 Advanced Micro Devices, Inc. All rights reserved.
* *
* See LICENSE.txt for license information * See LICENSE.txt for license information
************************************************************************/ ************************************************************************/
+1 -1
ファイルの表示
@@ -1,6 +1,6 @@
/************************************************************************* /*************************************************************************
* Copyright (c) 2016-2019, NVIDIA CORPORATION. All rights reserved. * Copyright (c) 2016-2019, NVIDIA CORPORATION. All rights reserved.
* Modifications Copyright (c) 2019 Advanced Micro Devices, Inc. All rights reserved. * Modifications Copyright (c) 2019-2020 Advanced Micro Devices, Inc. All rights reserved.
* *
* See LICENSE.txt for license information * See LICENSE.txt for license information
************************************************************************/ ************************************************************************/
+1 -1
ファイルの表示
@@ -1,6 +1,6 @@
/************************************************************************* /*************************************************************************
* Copyright (c) 2015-2019, NVIDIA CORPORATION. All rights reserved. * Copyright (c) 2015-2019, NVIDIA CORPORATION. All rights reserved.
* Modifications Copyright (c) 2019 Advanced Micro Devices, Inc. All rights reserved. * Modifications Copyright (c) 2019-2020 Advanced Micro Devices, Inc. All rights reserved.
* *
* See LICENSE.txt for license information * See LICENSE.txt for license information
************************************************************************/ ************************************************************************/
+1 -1
ファイルの表示
@@ -1,6 +1,6 @@
/************************************************************************* /*************************************************************************
* Copyright (c) 2016-2019, NVIDIA CORPORATION. All rights reserved. * Copyright (c) 2016-2019, NVIDIA CORPORATION. All rights reserved.
* Modifications Copyright (c) 2019 Advanced Micro Devices, Inc. All rights reserved. * Modifications Copyright (c) 2019-2020 Advanced Micro Devices, Inc. All rights reserved.
* *
* See LICENSE.txt for license information * See LICENSE.txt for license information
************************************************************************/ ************************************************************************/
+1 -1
ファイルの表示
@@ -1,6 +1,6 @@
/************************************************************************* /*************************************************************************
* Copyright (c) 2016-2019, NVIDIA CORPORATION. All rights reserved. * Copyright (c) 2016-2019, NVIDIA CORPORATION. All rights reserved.
* Modifications Copyright (c) 2019 Advanced Micro Devices, Inc. All rights reserved. * Modifications Copyright (c) 2019-2020 Advanced Micro Devices, Inc. All rights reserved.
* *
* See LICENSE.txt for license information * See LICENSE.txt for license information
************************************************************************/ ************************************************************************/
+1 -1
ファイルの表示
@@ -1,6 +1,6 @@
/************************************************************************* /*************************************************************************
* Copyright (c) 2016-2019, NVIDIA CORPORATION. All rights reserved. * Copyright (c) 2016-2019, NVIDIA CORPORATION. All rights reserved.
* Modifications Copyright (c) 2019 Advanced Micro Devices, Inc. All rights reserved. * Modifications Copyright (c) 2019-2020 Advanced Micro Devices, Inc. All rights reserved.
* *
* See LICENSE.txt for license information * See LICENSE.txt for license information
************************************************************************/ ************************************************************************/
+1 -1
ファイルの表示
@@ -1,6 +1,6 @@
/************************************************************************* /*************************************************************************
* Copyright (c) 2016-2019, NVIDIA CORPORATION. All rights reserved. * Copyright (c) 2016-2019, NVIDIA CORPORATION. All rights reserved.
* Modifications Copyright (c) 2019 Advanced Micro Devices, Inc. All rights reserved. * Modifications Copyright (c) 2019-2020 Advanced Micro Devices, Inc. All rights reserved.
* *
* See LICENSE.txt for license information * See LICENSE.txt for license information
************************************************************************/ ************************************************************************/
+1 -1
ファイルの表示
@@ -1,6 +1,6 @@
/************************************************************************* /*************************************************************************
* Copyright (c) 2016-2019, NVIDIA CORPORATION. All rights reserved. * Copyright (c) 2016-2019, NVIDIA CORPORATION. All rights reserved.
* Modifications Copyright (c) 2019 Advanced Micro Devices, Inc. All rights reserved. * Modifications Copyright (c) 2019-2020 Advanced Micro Devices, Inc. All rights reserved.
* *
* See LICENSE.txt for license information * See LICENSE.txt for license information
************************************************************************/ ************************************************************************/
+1
ファイルの表示
@@ -1,3 +1,4 @@
# Copyright (c) 2019-2020 Advanced Micro Devices, Inc. All rights reserved.
cmake_minimum_required(VERSION 2.8.12) cmake_minimum_required(VERSION 2.8.12)
if(BUILD_TESTS) if(BUILD_TESTS)
+1 -1
ファイルの表示
@@ -1,5 +1,5 @@
/************************************************************************* /*************************************************************************
* Copyright (c) 2019 Advanced Micro Devices, Inc. All rights reserved. * Copyright (c) 2019-2020 Advanced Micro Devices, Inc. All rights reserved.
* *
* See LICENSE.txt for license information * See LICENSE.txt for license information
************************************************************************/ ************************************************************************/
+1 -1
ファイルの表示
@@ -1,5 +1,5 @@
/************************************************************************* /*************************************************************************
* Copyright (c) 2019 Advanced Micro Devices, Inc. All rights reserved. * Copyright (c) 2019-2020 Advanced Micro Devices, Inc. All rights reserved.
* *
* See LICENSE.txt for license information * See LICENSE.txt for license information
************************************************************************/ ************************************************************************/
+1 -1
ファイルの表示
@@ -1,5 +1,5 @@
/************************************************************************* /*************************************************************************
* Copyright (c) 2019 Advanced Micro Devices, Inc. All rights reserved. * Copyright (c) 2019-2020 Advanced Micro Devices, Inc. All rights reserved.
* *
* See LICENSE.txt for license information * See LICENSE.txt for license information
************************************************************************/ ************************************************************************/
+1 -1
ファイルの表示
@@ -1,5 +1,5 @@
/************************************************************************* /*************************************************************************
* Copyright (c) 2019 Advanced Micro Devices, Inc. All rights reserved. * Copyright (c) 2019-2020 Advanced Micro Devices, Inc. All rights reserved.
* *
* See LICENSE.txt for license information * See LICENSE.txt for license information
************************************************************************/ ************************************************************************/
+1 -1
ファイルの表示
@@ -1,5 +1,5 @@
/************************************************************************* /*************************************************************************
* Copyright (c) 2019 Advanced Micro Devices, Inc. All rights reserved. * Copyright (c) 2019-2020 Advanced Micro Devices, Inc. All rights reserved.
* *
* See LICENSE.txt for license information * See LICENSE.txt for license information
************************************************************************/ ************************************************************************/
+1 -1
ファイルの表示
@@ -1,5 +1,5 @@
/************************************************************************* /*************************************************************************
* Copyright (c) 2019 Advanced Micro Devices, Inc. All rights reserved. * Copyright (c) 2019-2020 Advanced Micro Devices, Inc. All rights reserved.
* *
* See LICENSE.txt for license information * See LICENSE.txt for license information
************************************************************************/ ************************************************************************/
+1 -1
ファイルの表示
@@ -1,5 +1,5 @@
/************************************************************************* /*************************************************************************
* Copyright (c) 2019 Advanced Micro Devices, Inc. All rights reserved. * Copyright (c) 2019-2020 Advanced Micro Devices, Inc. All rights reserved.
* *
* See LICENSE.txt for license information * See LICENSE.txt for license information
************************************************************************/ ************************************************************************/
+1 -1
ファイルの表示
@@ -1,5 +1,5 @@
/************************************************************************* /*************************************************************************
* Copyright (c) 2019 Advanced Micro Devices, Inc. All rights reserved. * Copyright (c) 2019-2020 Advanced Micro Devices, Inc. All rights reserved.
* *
* See LICENSE.txt for license information * See LICENSE.txt for license information
************************************************************************/ ************************************************************************/
+1 -1
ファイルの表示
@@ -1,5 +1,5 @@
/************************************************************************* /*************************************************************************
* Copyright (c) 2019 Advanced Micro Devices, Inc. All rights reserved. * Copyright (c) 2019-2020 Advanced Micro Devices, Inc. All rights reserved.
* *
* See LICENSE.txt for license information * See LICENSE.txt for license information
************************************************************************/ ************************************************************************/
+1 -1
ファイルの表示
@@ -1,5 +1,5 @@
/************************************************************************* /*************************************************************************
* Copyright (c) 2019 Advanced Micro Devices, Inc. All rights reserved. * Copyright (c) 2019-2020 Advanced Micro Devices, Inc. All rights reserved.
* *
* See LICENSE.txt for license information * See LICENSE.txt for license information
************************************************************************/ ************************************************************************/
+1 -1
ファイルの表示
@@ -1,5 +1,5 @@
/************************************************************************* /*************************************************************************
* Copyright (c) 2019 Advanced Micro Devices, Inc. All rights reserved. * Copyright (c) 2019-2020 Advanced Micro Devices, Inc. All rights reserved.
* *
* See LICENSE.txt for license information * See LICENSE.txt for license information
************************************************************************/ ************************************************************************/
+1 -1
ファイルの表示
@@ -1,5 +1,5 @@
/************************************************************************* /*************************************************************************
* Copyright (c) 2019 Advanced Micro Devices, Inc. All rights reserved. * Copyright (c) 2019-2020 Advanced Micro Devices, Inc. All rights reserved.
* *
* See LICENSE.txt for license information * See LICENSE.txt for license information
************************************************************************/ ************************************************************************/
+1 -1
ファイルの表示
@@ -1,5 +1,5 @@
/************************************************************************* /*************************************************************************
* Copyright (c) 2019 Advanced Micro Devices, Inc. All rights reserved. * Copyright (c) 2019-2020 Advanced Micro Devices, Inc. All rights reserved.
* *
* See LICENSE.txt for license information * See LICENSE.txt for license information
************************************************************************/ ************************************************************************/
+1 -1
ファイルの表示
@@ -1,5 +1,5 @@
/************************************************************************* /*************************************************************************
* Copyright (c) 2019 Advanced Micro Devices, Inc. All rights reserved. * Copyright (c) 2019-2020 Advanced Micro Devices, Inc. All rights reserved.
* *
* See LICENSE.txt for license information * See LICENSE.txt for license information
************************************************************************/ ************************************************************************/
+1 -1
ファイルの表示
@@ -1,5 +1,5 @@
/************************************************************************* /*************************************************************************
* Copyright (c) 2019 Advanced Micro Devices, Inc. All rights reserved. * Copyright (c) 2019-2020 Advanced Micro Devices, Inc. All rights reserved.
* *
* See LICENSE.txt for license information * See LICENSE.txt for license information
************************************************************************/ ************************************************************************/
+1 -1
ファイルの表示
@@ -1,5 +1,5 @@
/************************************************************************* /*************************************************************************
* Copyright (c) 2019 Advanced Micro Devices, Inc. All rights reserved. * Copyright (c) 2019-2020 Advanced Micro Devices, Inc. All rights reserved.
* *
* See LICENSE.txt for license information * See LICENSE.txt for license information
************************************************************************/ ************************************************************************/
+1 -1
ファイルの表示
@@ -1,5 +1,5 @@
/************************************************************************* /*************************************************************************
* Copyright (c) 2019 Advanced Micro Devices, Inc. All rights reserved. * Copyright (c) 2019-2020 Advanced Micro Devices, Inc. All rights reserved.
* *
* See LICENSE.txt for license information * See LICENSE.txt for license information
************************************************************************/ ************************************************************************/
+1 -1
ファイルの表示
@@ -1,5 +1,5 @@
/************************************************************************* /*************************************************************************
* Copyright (c) 2019 Advanced Micro Devices, Inc. All rights reserved. * Copyright (c) 2019-2020 Advanced Micro Devices, Inc. All rights reserved.
* *
* See LICENSE.txt for license information * See LICENSE.txt for license information
************************************************************************/ ************************************************************************/
+1 -1
ファイルの表示
@@ -1,5 +1,5 @@
/************************************************************************* /*************************************************************************
* Copyright (c) 2019 Advanced Micro Devices, Inc. All rights reserved. * Copyright (c) 2019-2020 Advanced Micro Devices, Inc. All rights reserved.
* *
* See LICENSE.txt for license information * See LICENSE.txt for license information
************************************************************************/ ************************************************************************/
+1
ファイルの表示
@@ -1,3 +1,4 @@
# Copyright (c) 2019-2020 Advanced Micro Devices, Inc. All rights reserved.
HIP_PATH?= $(wildcard /opt/rocm/hip) HIP_PATH?= $(wildcard /opt/rocm/hip)
ifeq (,$(HIP_PATH)) ifeq (,$(HIP_PATH))
HIP_PATH=../../.. HIP_PATH=../../..
+1 -1
ファイルの表示
@@ -1,5 +1,5 @@
/* /*
Copyright (c) 2019 - present Advanced Micro Devices, Inc. All rights reserved. Copyright (c) 2019-2020 Advanced Micro Devices, Inc. All rights reserved.
Permission is hereby granted, free of charge, to any person obtaining a copy Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal of this software and associated documentation files (the "Software"), to deal
+1 -1
ファイルの表示
@@ -1,5 +1,5 @@
/* /*
Copyright (c) 2019 - present Advanced Micro Devices, Inc. All rights reserved. Copyright (c) 2019-2020 Advanced Micro Devices, Inc. All rights reserved.
Permission is hereby granted, free of charge, to any person obtaining a copy Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal of this software and associated documentation files (the "Software"), to deal
+1
ファイルの表示
@@ -1,3 +1,4 @@
# Copyright (c) 2019-2020 Advanced Micro Devices, Inc. All rights reserved.
HIP_PATH?= $(wildcard /opt/rocm/hip) HIP_PATH?= $(wildcard /opt/rocm/hip)
ifeq (,$(HIP_PATH)) ifeq (,$(HIP_PATH))
HIP_PATH=../../.. HIP_PATH=../../..
+1 -1
ファイルの表示
@@ -1,5 +1,5 @@
/* /*
Copyright (c) 2019 - present Advanced Micro Devices, Inc. All rights reserved. Copyright (c) 2019-2020 Advanced Micro Devices, Inc. All rights reserved.
Permission is hereby granted, free of charge, to any person obtaining a copy Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal of this software and associated documentation files (the "Software"), to deal