From abd712f33f0bb502dad863da83b2f34bc4e95528 Mon Sep 17 00:00:00 2001 From: Sean Keely Date: Thu, 4 Jun 2020 23:44:34 -0500 Subject: [PATCH] Update copyright date. Change-Id: If4bf4c20cf051878bfe759080bb7345d884dd53d [ROCm/ROCR-Runtime commit: ce19721c8885124b5b9589bb180094c03c6ab03d] --- .../runtime/hsa-runtime/CMakeLists.txt | 2 +- .../runtime/hsa-runtime/LICENSE.md | 2 +- .../runtime/hsa-runtime/README.md | 2 +- .../cmake_modules/hsa_common.cmake | 2 +- .../hsa-runtime/cmake_modules/utils.cmake | 2 +- .../core/common/hsa_table_interface.cpp | 2 +- .../hsa-runtime/core/common/shared.cpp | 2 +- .../runtime/hsa-runtime/core/common/shared.h | 2 +- .../runtime/hsa-runtime/core/inc/agent.h | 2 +- .../hsa-runtime/core/inc/amd_aql_queue.h | 2 +- .../hsa-runtime/core/inc/amd_blit_kernel.h | 2 +- .../hsa-runtime/core/inc/amd_blit_sdma.h | 2 +- .../hsa-runtime/core/inc/amd_cpu_agent.h | 2 +- .../hsa-runtime/core/inc/amd_elf_image.hpp | 2 +- .../hsa-runtime/core/inc/amd_filter_device.h | 2 +- .../hsa-runtime/core/inc/amd_gpu_agent.h | 2 +- .../hsa-runtime/core/inc/amd_gpu_pm4.h | 2 +- .../hsa-runtime/core/inc/amd_gpu_shaders.h | 2 +- .../hsa-runtime/core/inc/amd_hsa_code.hpp | 2 +- .../hsa-runtime/core/inc/amd_hsa_loader.hpp | 2 +- .../core/inc/amd_loader_context.hpp | 2 +- .../hsa-runtime/core/inc/amd_memory_region.h | 2 +- .../hsa-runtime/core/inc/amd_topology.h | 2 +- .../runtime/hsa-runtime/core/inc/blit.h | 2 +- .../runtime/hsa-runtime/core/inc/cache.h | 2 +- .../runtime/hsa-runtime/core/inc/checked.h | 2 +- .../hsa-runtime/core/inc/default_signal.h | 2 +- .../runtime/hsa-runtime/core/inc/exceptions.h | 2 +- .../runtime/hsa-runtime/core/inc/host_queue.h | 2 +- .../hsa-runtime/core/inc/hsa_api_trace_int.h | 2 +- .../hsa-runtime/core/inc/hsa_ext_amd_impl.h | 2 +- .../hsa-runtime/core/inc/hsa_ext_interface.h | 2 +- .../hsa-runtime/core/inc/hsa_internal.h | 2 +- .../core/inc/hsa_table_interface.h | 2 +- .../hsa-runtime/core/inc/intercept_queue.h | 2 +- .../hsa-runtime/core/inc/interrupt_signal.h | 2 +- .../runtime/hsa-runtime/core/inc/ipc_signal.h | 2 +- .../runtime/hsa-runtime/core/inc/isa.h | 2 +- .../hsa-runtime/core/inc/memory_region.h | 2 +- .../runtime/hsa-runtime/core/inc/queue.h | 2 +- .../runtime/hsa-runtime/core/inc/registers.h | 2 +- .../runtime/hsa-runtime/core/inc/runtime.h | 2 +- .../hsa-runtime/core/inc/sdma_registers.h | 2 +- .../runtime/hsa-runtime/core/inc/signal.h | 2 +- .../core/runtime/amd_aql_queue.cpp | 2 +- .../core/runtime/amd_blit_kernel.cpp | 2 +- .../core/runtime/amd_blit_sdma.cpp | 2 +- .../core/runtime/amd_cpu_agent.cpp | 2 +- .../core/runtime/amd_filter_device.cpp | 2 +- .../core/runtime/amd_gpu_agent.cpp | 2 +- .../core/runtime/amd_hsa_loader.cpp | 2 +- .../core/runtime/amd_loader_context.cpp | 2 +- .../core/runtime/amd_memory_region.cpp | 2 +- .../hsa-runtime/core/runtime/amd_topology.cpp | 2 +- .../hsa-runtime/core/runtime/cache.cpp | 2 +- .../core/runtime/default_signal.cpp | 2 +- .../hsa-runtime/core/runtime/host_queue.cpp | 2 +- .../runtime/hsa-runtime/core/runtime/hsa.cpp | 2 +- .../core/runtime/hsa_api_trace.cpp | 2 +- .../hsa-runtime/core/runtime/hsa_ext_amd.cpp | 2 +- .../core/runtime/hsa_ext_interface.cpp | 2 +- .../core/runtime/hsa_ven_amd_loader.cpp | 2 +- .../core/runtime/intercept_queue.cpp | 2 +- .../core/runtime/interrupt_signal.cpp | 2 +- .../hsa-runtime/core/runtime/ipc_signal.cpp | 2 +- .../runtime/hsa-runtime/core/runtime/isa.cpp | 2 +- .../hsa-runtime/core/runtime/queue.cpp | 2 +- .../hsa-runtime/core/runtime/runtime.cpp | 2 +- .../hsa-runtime/core/runtime/signal.cpp | 2 +- .../hsa-runtime/core/util/atomic_helpers.h | 2 +- .../runtime/hsa-runtime/core/util/flag.h | 2 +- .../runtime/hsa-runtime/core/util/lazy_ptr.h | 2 +- .../hsa-runtime/core/util/lnx/os_linux.cpp | 2 +- .../runtime/hsa-runtime/core/util/locks.h | 2 +- .../runtime/hsa-runtime/core/util/os.h | 2 +- .../hsa-runtime/core/util/simple_heap.h | 2 +- .../hsa-runtime/core/util/small_heap.cpp | 2 +- .../hsa-runtime/core/util/small_heap.h | 2 +- .../runtime/hsa-runtime/core/util/timer.cpp | 2 +- .../runtime/hsa-runtime/core/util/timer.h | 2 +- .../runtime/hsa-runtime/core/util/utils.h | 2 +- .../hsa-runtime/hsa-runtime64-config.cmake.in | 42 +++++++++++++++++++ .../runtime/hsa-runtime/image/blit_kernel.cpp | 2 +- .../runtime/hsa-runtime/image/blit_kernel.h | 2 +- .../hsa-runtime/image/blit_object_gfx7xx.cpp | 2 +- .../hsa-runtime/image/blit_object_gfx8xx.cpp | 2 +- .../hsa-runtime/image/blit_object_gfx9xx.cpp | 2 +- .../hsa-runtime/image/blit_src/CMakeLists.txt | 2 +- .../image/blit_src/create_hsaco_ascii_file.sh | 41 ++++++++++++++++++ .../image/blit_src/imageblit_kernels.cl | 42 +++++++++++++++++++ .../runtime/hsa-runtime/image/device_info.cpp | 2 +- .../runtime/hsa-runtime/image/device_info.h | 2 +- .../hsa-runtime/image/hsa_ext_image.cpp | 2 +- .../runtime/hsa-runtime/image/image_lut.h | 2 +- .../hsa-runtime/image/image_lut_kv.cpp | 2 +- .../runtime/hsa-runtime/image/image_lut_kv.h | 2 +- .../hsa-runtime/image/image_manager.cpp | 2 +- .../runtime/hsa-runtime/image/image_manager.h | 2 +- .../hsa-runtime/image/image_manager_ai.cpp | 2 +- .../hsa-runtime/image/image_manager_ai.h | 2 +- .../hsa-runtime/image/image_manager_kv.cpp | 2 +- .../hsa-runtime/image/image_manager_kv.h | 2 +- .../hsa-runtime/image/image_manager_nv.cpp | 2 +- .../hsa-runtime/image/image_manager_nv.h | 2 +- .../hsa-runtime/image/image_runtime.cpp | 2 +- .../runtime/hsa-runtime/image/image_runtime.h | 2 +- .../image/inc/hsa_ext_image_impl.h | 42 +++++++++++++++++++ .../runtime/hsa-runtime/image/resource.h | 2 +- .../runtime/hsa-runtime/image/resource_ai.h | 2 +- .../runtime/hsa-runtime/image/resource_kv.h | 2 +- .../runtime/hsa-runtime/image/resource_nv.h | 2 +- .../runtime/hsa-runtime/image/util.h | 2 +- .../runtime/hsa-runtime/inc/amd_hsa_common.h | 2 +- .../runtime/hsa-runtime/inc/amd_hsa_elf.h | 2 +- .../hsa-runtime/inc/amd_hsa_kernel_code.h | 2 +- .../runtime/hsa-runtime/inc/amd_hsa_queue.h | 2 +- .../runtime/hsa-runtime/inc/amd_hsa_signal.h | 2 +- .../runtime/hsa-runtime/inc/hsa.h | 2 +- .../runtime/hsa-runtime/inc/hsa_api_trace.h | 2 +- .../runtime/hsa-runtime/inc/hsa_ext_amd.h | 2 +- .../hsa-runtime/inc/hsa_ext_finalize.h | 2 +- .../runtime/hsa-runtime/inc/hsa_ext_image.h | 2 +- .../hsa-runtime/inc/hsa_ven_amd_loader.h | 2 +- .../libamdhsacode/amd_elf_image.cpp | 2 +- .../libamdhsacode/amd_hsa_code.cpp | 2 +- .../libamdhsacode/amd_hsa_code_util.cpp | 2 +- .../libamdhsacode/amd_hsa_code_util.hpp | 2 +- .../libamdhsacode/amd_hsa_locks.cpp | 2 +- .../libamdhsacode/amd_hsa_locks.hpp | 2 +- .../hsa-runtime/libamdhsacode/amd_options.cpp | 2 +- .../hsa-runtime/libamdhsacode/amd_options.hpp | 2 +- .../loader/AMDHSAKernelDescriptor.h | 2 +- .../runtime/hsa-runtime/loader/executable.cpp | 2 +- .../runtime/hsa-runtime/loader/executable.hpp | 2 +- .../runtime/hsa-runtime/loader/loaders.cpp | 2 +- .../runtime/hsa-runtime/loader/loaders.hpp | 2 +- 136 files changed, 299 insertions(+), 132 deletions(-) diff --git a/projects/rocr-runtime/runtime/hsa-runtime/CMakeLists.txt b/projects/rocr-runtime/runtime/hsa-runtime/CMakeLists.txt index 7fc0d37d51..9749261515 100644 --- a/projects/rocr-runtime/runtime/hsa-runtime/CMakeLists.txt +++ b/projects/rocr-runtime/runtime/hsa-runtime/CMakeLists.txt @@ -3,7 +3,7 @@ ## The University of Illinois/NCSA ## Open Source License (NCSA) ## -## Copyright (c) 2014-2017, Advanced Micro Devices, Inc. All rights reserved. +## Copyright (c) 2014-2020, Advanced Micro Devices, Inc. All rights reserved. ## ## Developed by: ## diff --git a/projects/rocr-runtime/runtime/hsa-runtime/LICENSE.md b/projects/rocr-runtime/runtime/hsa-runtime/LICENSE.md index 1e2265e63e..81416d405f 100644 --- a/projects/rocr-runtime/runtime/hsa-runtime/LICENSE.md +++ b/projects/rocr-runtime/runtime/hsa-runtime/LICENSE.md @@ -3,7 +3,7 @@ ROCR-Runtime LICENSE The University of Illinois/NCSA Open Source License (NCSA) -Copyright (c) 2014-2016, Advanced Micro Devices, Inc. All rights reserved. +Copyright (c) 2014-2020, Advanced Micro Devices, Inc. All rights reserved. Developed by: diff --git a/projects/rocr-runtime/runtime/hsa-runtime/README.md b/projects/rocr-runtime/runtime/hsa-runtime/README.md index e465fd27b7..55c1b7682f 100644 --- a/projects/rocr-runtime/runtime/hsa-runtime/README.md +++ b/projects/rocr-runtime/runtime/hsa-runtime/README.md @@ -208,4 +208,4 @@ The information contained herein is for informational purposes only, and is subj AMD, the AMD Arrow logo, and combinations thereof are trademarks of Advanced Micro Devices, Inc. Other product names used in this publication are for identification purposes only and may be trademarks of their respective companies. -Copyright (c) 2014-2017 Advanced Micro Devices, Inc. All rights reserved. +Copyright (c) 2014-2020 Advanced Micro Devices, Inc. All rights reserved. diff --git a/projects/rocr-runtime/runtime/hsa-runtime/cmake_modules/hsa_common.cmake b/projects/rocr-runtime/runtime/hsa-runtime/cmake_modules/hsa_common.cmake index 64554028f3..1dda06bff3 100644 --- a/projects/rocr-runtime/runtime/hsa-runtime/cmake_modules/hsa_common.cmake +++ b/projects/rocr-runtime/runtime/hsa-runtime/cmake_modules/hsa_common.cmake @@ -3,7 +3,7 @@ ## The University of Illinois/NCSA ## Open Source License (NCSA) ## -## Copyright (c) 2014-2016, Advanced Micro Devices, Inc. All rights reserved. +## Copyright (c) 2014-2020, Advanced Micro Devices, Inc. All rights reserved. ## ## Developed by: ## diff --git a/projects/rocr-runtime/runtime/hsa-runtime/cmake_modules/utils.cmake b/projects/rocr-runtime/runtime/hsa-runtime/cmake_modules/utils.cmake index 415e2d757f..6c88a6c144 100644 --- a/projects/rocr-runtime/runtime/hsa-runtime/cmake_modules/utils.cmake +++ b/projects/rocr-runtime/runtime/hsa-runtime/cmake_modules/utils.cmake @@ -3,7 +3,7 @@ ## The University of Illinois/NCSA ## Open Source License (NCSA) ## -## Copyright (c) 2014-2017, Advanced Micro Devices, Inc. All rights reserved. +## Copyright (c) 2014-2020, Advanced Micro Devices, Inc. All rights reserved. ## ## Developed by: ## diff --git a/projects/rocr-runtime/runtime/hsa-runtime/core/common/hsa_table_interface.cpp b/projects/rocr-runtime/runtime/hsa-runtime/core/common/hsa_table_interface.cpp index d453888f1f..1d064fcf1f 100644 --- a/projects/rocr-runtime/runtime/hsa-runtime/core/common/hsa_table_interface.cpp +++ b/projects/rocr-runtime/runtime/hsa-runtime/core/common/hsa_table_interface.cpp @@ -3,7 +3,7 @@ // The University of Illinois/NCSA // Open Source License (NCSA) // -// Copyright (c) 2014-2015, Advanced Micro Devices, Inc. All rights reserved. +// Copyright (c) 2014-2020, Advanced Micro Devices, Inc. All rights reserved. // // Developed by: // diff --git a/projects/rocr-runtime/runtime/hsa-runtime/core/common/shared.cpp b/projects/rocr-runtime/runtime/hsa-runtime/core/common/shared.cpp index ca786b775b..eae6886bd2 100644 --- a/projects/rocr-runtime/runtime/hsa-runtime/core/common/shared.cpp +++ b/projects/rocr-runtime/runtime/hsa-runtime/core/common/shared.cpp @@ -3,7 +3,7 @@ // The University of Illinois/NCSA // Open Source License (NCSA) // -// Copyright (c) 2014-2015, Advanced Micro Devices, Inc. All rights reserved. +// Copyright (c) 2014-2020, Advanced Micro Devices, Inc. All rights reserved. // // Developed by: // diff --git a/projects/rocr-runtime/runtime/hsa-runtime/core/common/shared.h b/projects/rocr-runtime/runtime/hsa-runtime/core/common/shared.h index dc33ac7d45..6802db666a 100644 --- a/projects/rocr-runtime/runtime/hsa-runtime/core/common/shared.h +++ b/projects/rocr-runtime/runtime/hsa-runtime/core/common/shared.h @@ -3,7 +3,7 @@ // The University of Illinois/NCSA // Open Source License (NCSA) // -// Copyright (c) 2014-2015, Advanced Micro Devices, Inc. All rights reserved. +// Copyright (c) 2014-2020, Advanced Micro Devices, Inc. All rights reserved. // // Developed by: // diff --git a/projects/rocr-runtime/runtime/hsa-runtime/core/inc/agent.h b/projects/rocr-runtime/runtime/hsa-runtime/core/inc/agent.h index bb3c3808d7..a78851d989 100644 --- a/projects/rocr-runtime/runtime/hsa-runtime/core/inc/agent.h +++ b/projects/rocr-runtime/runtime/hsa-runtime/core/inc/agent.h @@ -3,7 +3,7 @@ // The University of Illinois/NCSA // Open Source License (NCSA) // -// Copyright (c) 2014-2015, Advanced Micro Devices, Inc. All rights reserved. +// Copyright (c) 2014-2020, Advanced Micro Devices, Inc. All rights reserved. // // Developed by: // diff --git a/projects/rocr-runtime/runtime/hsa-runtime/core/inc/amd_aql_queue.h b/projects/rocr-runtime/runtime/hsa-runtime/core/inc/amd_aql_queue.h index a0de033a14..f75017aaad 100644 --- a/projects/rocr-runtime/runtime/hsa-runtime/core/inc/amd_aql_queue.h +++ b/projects/rocr-runtime/runtime/hsa-runtime/core/inc/amd_aql_queue.h @@ -3,7 +3,7 @@ // The University of Illinois/NCSA // Open Source License (NCSA) // -// Copyright (c) 2014-2015, Advanced Micro Devices, Inc. All rights reserved. +// Copyright (c) 2014-2020, Advanced Micro Devices, Inc. All rights reserved. // // Developed by: // diff --git a/projects/rocr-runtime/runtime/hsa-runtime/core/inc/amd_blit_kernel.h b/projects/rocr-runtime/runtime/hsa-runtime/core/inc/amd_blit_kernel.h index a4c58bc9b4..819117ae2b 100644 --- a/projects/rocr-runtime/runtime/hsa-runtime/core/inc/amd_blit_kernel.h +++ b/projects/rocr-runtime/runtime/hsa-runtime/core/inc/amd_blit_kernel.h @@ -3,7 +3,7 @@ // The University of Illinois/NCSA // Open Source License (NCSA) // -// Copyright (c) 2014-2015, Advanced Micro Devices, Inc. All rights reserved. +// Copyright (c) 2014-2020, Advanced Micro Devices, Inc. All rights reserved. // // Developed by: // diff --git a/projects/rocr-runtime/runtime/hsa-runtime/core/inc/amd_blit_sdma.h b/projects/rocr-runtime/runtime/hsa-runtime/core/inc/amd_blit_sdma.h index 4c677360c0..2471435689 100644 --- a/projects/rocr-runtime/runtime/hsa-runtime/core/inc/amd_blit_sdma.h +++ b/projects/rocr-runtime/runtime/hsa-runtime/core/inc/amd_blit_sdma.h @@ -3,7 +3,7 @@ // The University of Illinois/NCSA // Open Source License (NCSA) // -// Copyright (c) 2014-2015, Advanced Micro Devices, Inc. All rights reserved. +// Copyright (c) 2014-2020, Advanced Micro Devices, Inc. All rights reserved. // // Developed by: // diff --git a/projects/rocr-runtime/runtime/hsa-runtime/core/inc/amd_cpu_agent.h b/projects/rocr-runtime/runtime/hsa-runtime/core/inc/amd_cpu_agent.h index 24e0011f00..902f08545c 100644 --- a/projects/rocr-runtime/runtime/hsa-runtime/core/inc/amd_cpu_agent.h +++ b/projects/rocr-runtime/runtime/hsa-runtime/core/inc/amd_cpu_agent.h @@ -3,7 +3,7 @@ // The University of Illinois/NCSA // Open Source License (NCSA) // -// Copyright (c) 2014-2015, Advanced Micro Devices, Inc. All rights reserved. +// Copyright (c) 2014-2020, Advanced Micro Devices, Inc. All rights reserved. // // Developed by: // diff --git a/projects/rocr-runtime/runtime/hsa-runtime/core/inc/amd_elf_image.hpp b/projects/rocr-runtime/runtime/hsa-runtime/core/inc/amd_elf_image.hpp index c0cde9336a..2a5daa5380 100644 --- a/projects/rocr-runtime/runtime/hsa-runtime/core/inc/amd_elf_image.hpp +++ b/projects/rocr-runtime/runtime/hsa-runtime/core/inc/amd_elf_image.hpp @@ -3,7 +3,7 @@ // The University of Illinois/NCSA // Open Source License (NCSA) // -// Copyright (c) 2014-2015, Advanced Micro Devices, Inc. All rights reserved. +// Copyright (c) 2014-2020, Advanced Micro Devices, Inc. All rights reserved. // // Developed by: // diff --git a/projects/rocr-runtime/runtime/hsa-runtime/core/inc/amd_filter_device.h b/projects/rocr-runtime/runtime/hsa-runtime/core/inc/amd_filter_device.h index f7205a0fcd..ff511007a1 100644 --- a/projects/rocr-runtime/runtime/hsa-runtime/core/inc/amd_filter_device.h +++ b/projects/rocr-runtime/runtime/hsa-runtime/core/inc/amd_filter_device.h @@ -3,7 +3,7 @@ // The University of Illinois/NCSA // Open Source License (NCSA) // -// Copyright (c) 2014-2015, Advanced Micro Devices, Inc. All rights reserved. +// Copyright (c) 2014-2020, Advanced Micro Devices, Inc. All rights reserved. // // Developed by: // diff --git a/projects/rocr-runtime/runtime/hsa-runtime/core/inc/amd_gpu_agent.h b/projects/rocr-runtime/runtime/hsa-runtime/core/inc/amd_gpu_agent.h index 59a5ce840b..f8e06c26dd 100644 --- a/projects/rocr-runtime/runtime/hsa-runtime/core/inc/amd_gpu_agent.h +++ b/projects/rocr-runtime/runtime/hsa-runtime/core/inc/amd_gpu_agent.h @@ -3,7 +3,7 @@ // The University of Illinois/NCSA // Open Source License (NCSA) // -// Copyright (c) 2014-2015, Advanced Micro Devices, Inc. All rights reserved. +// Copyright (c) 2014-2020, Advanced Micro Devices, Inc. All rights reserved. // // Developed by: // diff --git a/projects/rocr-runtime/runtime/hsa-runtime/core/inc/amd_gpu_pm4.h b/projects/rocr-runtime/runtime/hsa-runtime/core/inc/amd_gpu_pm4.h index 008e5efa5a..7ebf0c3994 100644 --- a/projects/rocr-runtime/runtime/hsa-runtime/core/inc/amd_gpu_pm4.h +++ b/projects/rocr-runtime/runtime/hsa-runtime/core/inc/amd_gpu_pm4.h @@ -3,7 +3,7 @@ // The University of Illinois/NCSA // Open Source License (NCSA) // -// Copyright (c) 2014-2015, Advanced Micro Devices, Inc. All rights reserved. +// Copyright (c) 2014-2020, Advanced Micro Devices, Inc. All rights reserved. // // Developed by: // diff --git a/projects/rocr-runtime/runtime/hsa-runtime/core/inc/amd_gpu_shaders.h b/projects/rocr-runtime/runtime/hsa-runtime/core/inc/amd_gpu_shaders.h index 5daca69bd8..af0bcf385f 100644 --- a/projects/rocr-runtime/runtime/hsa-runtime/core/inc/amd_gpu_shaders.h +++ b/projects/rocr-runtime/runtime/hsa-runtime/core/inc/amd_gpu_shaders.h @@ -3,7 +3,7 @@ // The University of Illinois/NCSA // Open Source License (NCSA) // -// Copyright (c) 2014-2015, Advanced Micro Devices, Inc. All rights reserved. +// Copyright (c) 2014-2020, Advanced Micro Devices, Inc. All rights reserved. // // Developed by: // diff --git a/projects/rocr-runtime/runtime/hsa-runtime/core/inc/amd_hsa_code.hpp b/projects/rocr-runtime/runtime/hsa-runtime/core/inc/amd_hsa_code.hpp index 61ee1d58ce..637698f0d2 100644 --- a/projects/rocr-runtime/runtime/hsa-runtime/core/inc/amd_hsa_code.hpp +++ b/projects/rocr-runtime/runtime/hsa-runtime/core/inc/amd_hsa_code.hpp @@ -3,7 +3,7 @@ // The University of Illinois/NCSA // Open Source License (NCSA) // -// Copyright (c) 2014-2015, Advanced Micro Devices, Inc. All rights reserved. +// Copyright (c) 2014-2020, Advanced Micro Devices, Inc. All rights reserved. // // Developed by: // diff --git a/projects/rocr-runtime/runtime/hsa-runtime/core/inc/amd_hsa_loader.hpp b/projects/rocr-runtime/runtime/hsa-runtime/core/inc/amd_hsa_loader.hpp index dcf1fedb95..66c6a9388e 100644 --- a/projects/rocr-runtime/runtime/hsa-runtime/core/inc/amd_hsa_loader.hpp +++ b/projects/rocr-runtime/runtime/hsa-runtime/core/inc/amd_hsa_loader.hpp @@ -3,7 +3,7 @@ // The University of Illinois/NCSA // Open Source License (NCSA) // -// Copyright (c) 2014-2015, Advanced Micro Devices, Inc. All rights reserved. +// Copyright (c) 2014-2020, Advanced Micro Devices, Inc. All rights reserved. // // Developed by: // diff --git a/projects/rocr-runtime/runtime/hsa-runtime/core/inc/amd_loader_context.hpp b/projects/rocr-runtime/runtime/hsa-runtime/core/inc/amd_loader_context.hpp index 27830ff369..96d73fece1 100644 --- a/projects/rocr-runtime/runtime/hsa-runtime/core/inc/amd_loader_context.hpp +++ b/projects/rocr-runtime/runtime/hsa-runtime/core/inc/amd_loader_context.hpp @@ -3,7 +3,7 @@ // The University of Illinois/NCSA // Open Source License (NCSA) // -// Copyright (c) 2014-2015, Advanced Micro Devices, Inc. All rights reserved. +// Copyright (c) 2014-2020, Advanced Micro Devices, Inc. All rights reserved. // // Developed by: // diff --git a/projects/rocr-runtime/runtime/hsa-runtime/core/inc/amd_memory_region.h b/projects/rocr-runtime/runtime/hsa-runtime/core/inc/amd_memory_region.h index 25e4113115..e0025026e5 100644 --- a/projects/rocr-runtime/runtime/hsa-runtime/core/inc/amd_memory_region.h +++ b/projects/rocr-runtime/runtime/hsa-runtime/core/inc/amd_memory_region.h @@ -3,7 +3,7 @@ // The University of Illinois/NCSA // Open Source License (NCSA) // -// Copyright (c) 2014-2015, Advanced Micro Devices, Inc. All rights reserved. +// Copyright (c) 2014-2020, Advanced Micro Devices, Inc. All rights reserved. // // Developed by: // diff --git a/projects/rocr-runtime/runtime/hsa-runtime/core/inc/amd_topology.h b/projects/rocr-runtime/runtime/hsa-runtime/core/inc/amd_topology.h index f0c0eabcfe..27ff534d8c 100644 --- a/projects/rocr-runtime/runtime/hsa-runtime/core/inc/amd_topology.h +++ b/projects/rocr-runtime/runtime/hsa-runtime/core/inc/amd_topology.h @@ -3,7 +3,7 @@ // The University of Illinois/NCSA // Open Source License (NCSA) // -// Copyright (c) 2014-2015, Advanced Micro Devices, Inc. All rights reserved. +// Copyright (c) 2014-2020, Advanced Micro Devices, Inc. All rights reserved. // // Developed by: // diff --git a/projects/rocr-runtime/runtime/hsa-runtime/core/inc/blit.h b/projects/rocr-runtime/runtime/hsa-runtime/core/inc/blit.h index cfcbba51dd..2d7eaff0a9 100644 --- a/projects/rocr-runtime/runtime/hsa-runtime/core/inc/blit.h +++ b/projects/rocr-runtime/runtime/hsa-runtime/core/inc/blit.h @@ -3,7 +3,7 @@ // The University of Illinois/NCSA // Open Source License (NCSA) // -// Copyright (c) 2014-2015, Advanced Micro Devices, Inc. All rights reserved. +// Copyright (c) 2014-2020, Advanced Micro Devices, Inc. All rights reserved. // // Developed by: // diff --git a/projects/rocr-runtime/runtime/hsa-runtime/core/inc/cache.h b/projects/rocr-runtime/runtime/hsa-runtime/core/inc/cache.h index 9e7f7d12a3..886ab58763 100644 --- a/projects/rocr-runtime/runtime/hsa-runtime/core/inc/cache.h +++ b/projects/rocr-runtime/runtime/hsa-runtime/core/inc/cache.h @@ -3,7 +3,7 @@ // The University of Illinois/NCSA // Open Source License (NCSA) // -// Copyright (c) 2014-2015, Advanced Micro Devices, Inc. All rights reserved. +// Copyright (c) 2014-2020, Advanced Micro Devices, Inc. All rights reserved. // // Developed by: // diff --git a/projects/rocr-runtime/runtime/hsa-runtime/core/inc/checked.h b/projects/rocr-runtime/runtime/hsa-runtime/core/inc/checked.h index 856d22ba8b..a7b57dcad5 100644 --- a/projects/rocr-runtime/runtime/hsa-runtime/core/inc/checked.h +++ b/projects/rocr-runtime/runtime/hsa-runtime/core/inc/checked.h @@ -3,7 +3,7 @@ // The University of Illinois/NCSA // Open Source License (NCSA) // -// Copyright (c) 2014-2015, Advanced Micro Devices, Inc. All rights reserved. +// Copyright (c) 2014-2020, Advanced Micro Devices, Inc. All rights reserved. // // Developed by: // diff --git a/projects/rocr-runtime/runtime/hsa-runtime/core/inc/default_signal.h b/projects/rocr-runtime/runtime/hsa-runtime/core/inc/default_signal.h index a7d9b8afdd..3237f691b8 100644 --- a/projects/rocr-runtime/runtime/hsa-runtime/core/inc/default_signal.h +++ b/projects/rocr-runtime/runtime/hsa-runtime/core/inc/default_signal.h @@ -3,7 +3,7 @@ // The University of Illinois/NCSA // Open Source License (NCSA) // -// Copyright (c) 2014-2015, Advanced Micro Devices, Inc. All rights reserved. +// Copyright (c) 2014-2020, Advanced Micro Devices, Inc. All rights reserved. // // Developed by: // diff --git a/projects/rocr-runtime/runtime/hsa-runtime/core/inc/exceptions.h b/projects/rocr-runtime/runtime/hsa-runtime/core/inc/exceptions.h index 8c2c6891a8..4b328be8e6 100644 --- a/projects/rocr-runtime/runtime/hsa-runtime/core/inc/exceptions.h +++ b/projects/rocr-runtime/runtime/hsa-runtime/core/inc/exceptions.h @@ -3,7 +3,7 @@ // The University of Illinois/NCSA // Open Source License (NCSA) // -// Copyright (c) 2014-2015, Advanced Micro Devices, Inc. All rights reserved. +// Copyright (c) 2014-2020, Advanced Micro Devices, Inc. All rights reserved. // // Developed by: // diff --git a/projects/rocr-runtime/runtime/hsa-runtime/core/inc/host_queue.h b/projects/rocr-runtime/runtime/hsa-runtime/core/inc/host_queue.h index e4e0d47484..2a61816889 100644 --- a/projects/rocr-runtime/runtime/hsa-runtime/core/inc/host_queue.h +++ b/projects/rocr-runtime/runtime/hsa-runtime/core/inc/host_queue.h @@ -3,7 +3,7 @@ // The University of Illinois/NCSA // Open Source License (NCSA) // -// Copyright (c) 2014-2015, Advanced Micro Devices, Inc. All rights reserved. +// Copyright (c) 2014-2020, Advanced Micro Devices, Inc. All rights reserved. // // Developed by: // diff --git a/projects/rocr-runtime/runtime/hsa-runtime/core/inc/hsa_api_trace_int.h b/projects/rocr-runtime/runtime/hsa-runtime/core/inc/hsa_api_trace_int.h index b41a81618b..aed02f10e3 100644 --- a/projects/rocr-runtime/runtime/hsa-runtime/core/inc/hsa_api_trace_int.h +++ b/projects/rocr-runtime/runtime/hsa-runtime/core/inc/hsa_api_trace_int.h @@ -3,7 +3,7 @@ // The University of Illinois/NCSA // Open Source License (NCSA) // -// Copyright (c) 2014-2015, Advanced Micro Devices, Inc. All rights reserved. +// Copyright (c) 2014-2020, Advanced Micro Devices, Inc. All rights reserved. // // Developed by: // diff --git a/projects/rocr-runtime/runtime/hsa-runtime/core/inc/hsa_ext_amd_impl.h b/projects/rocr-runtime/runtime/hsa-runtime/core/inc/hsa_ext_amd_impl.h index 9d38cedffa..a02b4fd24a 100644 --- a/projects/rocr-runtime/runtime/hsa-runtime/core/inc/hsa_ext_amd_impl.h +++ b/projects/rocr-runtime/runtime/hsa-runtime/core/inc/hsa_ext_amd_impl.h @@ -3,7 +3,7 @@ // The University of Illinois/NCSA // Open Source License (NCSA) // -// Copyright (c) 2014-2015, Advanced Micro Devices, Inc. All rights reserved. +// Copyright (c) 2014-2020, Advanced Micro Devices, Inc. All rights reserved. // // Developed by: // diff --git a/projects/rocr-runtime/runtime/hsa-runtime/core/inc/hsa_ext_interface.h b/projects/rocr-runtime/runtime/hsa-runtime/core/inc/hsa_ext_interface.h index 81ebdda13f..519c0eedae 100644 --- a/projects/rocr-runtime/runtime/hsa-runtime/core/inc/hsa_ext_interface.h +++ b/projects/rocr-runtime/runtime/hsa-runtime/core/inc/hsa_ext_interface.h @@ -3,7 +3,7 @@ // The University of Illinois/NCSA // Open Source License (NCSA) // -// Copyright (c) 2014-2015, Advanced Micro Devices, Inc. All rights reserved. +// Copyright (c) 2014-2020, Advanced Micro Devices, Inc. All rights reserved. // // Developed by: // diff --git a/projects/rocr-runtime/runtime/hsa-runtime/core/inc/hsa_internal.h b/projects/rocr-runtime/runtime/hsa-runtime/core/inc/hsa_internal.h index 8f1f7610ae..1c7a6d9068 100644 --- a/projects/rocr-runtime/runtime/hsa-runtime/core/inc/hsa_internal.h +++ b/projects/rocr-runtime/runtime/hsa-runtime/core/inc/hsa_internal.h @@ -3,7 +3,7 @@ // The University of Illinois/NCSA // Open Source License (NCSA) // -// Copyright (c) 2014-2015, Advanced Micro Devices, Inc. All rights reserved. +// Copyright (c) 2014-2020, Advanced Micro Devices, Inc. All rights reserved. // // Developed by: // diff --git a/projects/rocr-runtime/runtime/hsa-runtime/core/inc/hsa_table_interface.h b/projects/rocr-runtime/runtime/hsa-runtime/core/inc/hsa_table_interface.h index 8571c9a170..5cecbd4c02 100644 --- a/projects/rocr-runtime/runtime/hsa-runtime/core/inc/hsa_table_interface.h +++ b/projects/rocr-runtime/runtime/hsa-runtime/core/inc/hsa_table_interface.h @@ -3,7 +3,7 @@ // The University of Illinois/NCSA // Open Source License (NCSA) // -// Copyright (c) 2014-2015, Advanced Micro Devices, Inc. All rights reserved. +// Copyright (c) 2014-2020, Advanced Micro Devices, Inc. All rights reserved. // // Developed by: // diff --git a/projects/rocr-runtime/runtime/hsa-runtime/core/inc/intercept_queue.h b/projects/rocr-runtime/runtime/hsa-runtime/core/inc/intercept_queue.h index ea0dfa6a93..c5fea439f8 100644 --- a/projects/rocr-runtime/runtime/hsa-runtime/core/inc/intercept_queue.h +++ b/projects/rocr-runtime/runtime/hsa-runtime/core/inc/intercept_queue.h @@ -3,7 +3,7 @@ // The University of Illinois/NCSA // Open Source License (NCSA) // -// Copyright (c) 2014-2015, Advanced Micro Devices, Inc. All rights reserved. +// Copyright (c) 2014-2020, Advanced Micro Devices, Inc. All rights reserved. // // Developed by: // diff --git a/projects/rocr-runtime/runtime/hsa-runtime/core/inc/interrupt_signal.h b/projects/rocr-runtime/runtime/hsa-runtime/core/inc/interrupt_signal.h index 3822cd972d..b3e6138daa 100644 --- a/projects/rocr-runtime/runtime/hsa-runtime/core/inc/interrupt_signal.h +++ b/projects/rocr-runtime/runtime/hsa-runtime/core/inc/interrupt_signal.h @@ -3,7 +3,7 @@ // The University of Illinois/NCSA // Open Source License (NCSA) // -// Copyright (c) 2014-2015, Advanced Micro Devices, Inc. All rights reserved. +// Copyright (c) 2014-2020, Advanced Micro Devices, Inc. All rights reserved. // // Developed by: // diff --git a/projects/rocr-runtime/runtime/hsa-runtime/core/inc/ipc_signal.h b/projects/rocr-runtime/runtime/hsa-runtime/core/inc/ipc_signal.h index 9303b79e55..0ee739af5a 100644 --- a/projects/rocr-runtime/runtime/hsa-runtime/core/inc/ipc_signal.h +++ b/projects/rocr-runtime/runtime/hsa-runtime/core/inc/ipc_signal.h @@ -3,7 +3,7 @@ // The University of Illinois/NCSA // Open Source License (NCSA) // -// Copyright (c) 2014-2015, Advanced Micro Devices, Inc. All rights reserved. +// Copyright (c) 2014-2020, Advanced Micro Devices, Inc. All rights reserved. // // Developed by: // diff --git a/projects/rocr-runtime/runtime/hsa-runtime/core/inc/isa.h b/projects/rocr-runtime/runtime/hsa-runtime/core/inc/isa.h index c5dba5f75b..4d57f7bb29 100644 --- a/projects/rocr-runtime/runtime/hsa-runtime/core/inc/isa.h +++ b/projects/rocr-runtime/runtime/hsa-runtime/core/inc/isa.h @@ -3,7 +3,7 @@ // The University of Illinois/NCSA // Open Source License (NCSA) // -// Copyright (c) 2014-2015, Advanced Micro Devices, Inc. All rights reserved. +// Copyright (c) 2014-2020, Advanced Micro Devices, Inc. All rights reserved. // // Developed by: // diff --git a/projects/rocr-runtime/runtime/hsa-runtime/core/inc/memory_region.h b/projects/rocr-runtime/runtime/hsa-runtime/core/inc/memory_region.h index 35cbaa47a2..671fb6c81c 100644 --- a/projects/rocr-runtime/runtime/hsa-runtime/core/inc/memory_region.h +++ b/projects/rocr-runtime/runtime/hsa-runtime/core/inc/memory_region.h @@ -3,7 +3,7 @@ // The University of Illinois/NCSA // Open Source License (NCSA) // -// Copyright (c) 2014-2015, Advanced Micro Devices, Inc. All rights reserved. +// Copyright (c) 2014-2020, Advanced Micro Devices, Inc. All rights reserved. // // Developed by: // diff --git a/projects/rocr-runtime/runtime/hsa-runtime/core/inc/queue.h b/projects/rocr-runtime/runtime/hsa-runtime/core/inc/queue.h index c7f07342a3..1853df69ff 100644 --- a/projects/rocr-runtime/runtime/hsa-runtime/core/inc/queue.h +++ b/projects/rocr-runtime/runtime/hsa-runtime/core/inc/queue.h @@ -3,7 +3,7 @@ // The University of Illinois/NCSA // Open Source License (NCSA) // -// Copyright (c) 2014-2015, Advanced Micro Devices, Inc. All rights reserved. +// Copyright (c) 2014-2020, Advanced Micro Devices, Inc. All rights reserved. // // Developed by: // diff --git a/projects/rocr-runtime/runtime/hsa-runtime/core/inc/registers.h b/projects/rocr-runtime/runtime/hsa-runtime/core/inc/registers.h index 211ff5f9d3..f436aba6e4 100644 --- a/projects/rocr-runtime/runtime/hsa-runtime/core/inc/registers.h +++ b/projects/rocr-runtime/runtime/hsa-runtime/core/inc/registers.h @@ -3,7 +3,7 @@ // The University of Illinois/NCSA // Open Source License (NCSA) // -// Copyright (c) 2014-2015, Advanced Micro Devices, Inc. All rights reserved. +// Copyright (c) 2014-2020, Advanced Micro Devices, Inc. All rights reserved. // // Developed by: // diff --git a/projects/rocr-runtime/runtime/hsa-runtime/core/inc/runtime.h b/projects/rocr-runtime/runtime/hsa-runtime/core/inc/runtime.h index ea22340ec9..268b46bb3a 100644 --- a/projects/rocr-runtime/runtime/hsa-runtime/core/inc/runtime.h +++ b/projects/rocr-runtime/runtime/hsa-runtime/core/inc/runtime.h @@ -3,7 +3,7 @@ // The University of Illinois/NCSA // Open Source License (NCSA) // -// Copyright (c) 2014-2015, Advanced Micro Devices, Inc. All rights reserved. +// Copyright (c) 2014-2020, Advanced Micro Devices, Inc. All rights reserved. // // Developed by: // diff --git a/projects/rocr-runtime/runtime/hsa-runtime/core/inc/sdma_registers.h b/projects/rocr-runtime/runtime/hsa-runtime/core/inc/sdma_registers.h index 1b895597fa..22be75a061 100644 --- a/projects/rocr-runtime/runtime/hsa-runtime/core/inc/sdma_registers.h +++ b/projects/rocr-runtime/runtime/hsa-runtime/core/inc/sdma_registers.h @@ -3,7 +3,7 @@ // The University of Illinois/NCSA // Open Source License (NCSA) // -// Copyright (c) 2014-2015, Advanced Micro Devices, Inc. All rights reserved. +// Copyright (c) 2014-2020, Advanced Micro Devices, Inc. All rights reserved. // // Developed by: // diff --git a/projects/rocr-runtime/runtime/hsa-runtime/core/inc/signal.h b/projects/rocr-runtime/runtime/hsa-runtime/core/inc/signal.h index 24dd36acc8..656ac54886 100644 --- a/projects/rocr-runtime/runtime/hsa-runtime/core/inc/signal.h +++ b/projects/rocr-runtime/runtime/hsa-runtime/core/inc/signal.h @@ -3,7 +3,7 @@ // The University of Illinois/NCSA // Open Source License (NCSA) // -// Copyright (c) 2014-2015, Advanced Micro Devices, Inc. All rights reserved. +// Copyright (c) 2014-2020, Advanced Micro Devices, Inc. All rights reserved. // // Developed by: // diff --git a/projects/rocr-runtime/runtime/hsa-runtime/core/runtime/amd_aql_queue.cpp b/projects/rocr-runtime/runtime/hsa-runtime/core/runtime/amd_aql_queue.cpp index 4106f3ee32..100b06d99d 100644 --- a/projects/rocr-runtime/runtime/hsa-runtime/core/runtime/amd_aql_queue.cpp +++ b/projects/rocr-runtime/runtime/hsa-runtime/core/runtime/amd_aql_queue.cpp @@ -3,7 +3,7 @@ // The University of Illinois/NCSA // Open Source License (NCSA) // -// Copyright (c) 2014-2015, Advanced Micro Devices, Inc. All rights reserved. +// Copyright (c) 2014-2020, Advanced Micro Devices, Inc. All rights reserved. // // Developed by: // diff --git a/projects/rocr-runtime/runtime/hsa-runtime/core/runtime/amd_blit_kernel.cpp b/projects/rocr-runtime/runtime/hsa-runtime/core/runtime/amd_blit_kernel.cpp index f7b5653b2a..3bbf11f140 100644 --- a/projects/rocr-runtime/runtime/hsa-runtime/core/runtime/amd_blit_kernel.cpp +++ b/projects/rocr-runtime/runtime/hsa-runtime/core/runtime/amd_blit_kernel.cpp @@ -3,7 +3,7 @@ // The University of Illinois/NCSA // Open Source License (NCSA) // -// Copyright (c) 2014-2015, Advanced Micro Devices, Inc. All rights reserved. +// Copyright (c) 2014-2020, Advanced Micro Devices, Inc. All rights reserved. // // Developed by: // diff --git a/projects/rocr-runtime/runtime/hsa-runtime/core/runtime/amd_blit_sdma.cpp b/projects/rocr-runtime/runtime/hsa-runtime/core/runtime/amd_blit_sdma.cpp index 9d58bcf7b4..3b21e478a1 100644 --- a/projects/rocr-runtime/runtime/hsa-runtime/core/runtime/amd_blit_sdma.cpp +++ b/projects/rocr-runtime/runtime/hsa-runtime/core/runtime/amd_blit_sdma.cpp @@ -3,7 +3,7 @@ // The University of Illinois/NCSA // Open Source License (NCSA) // -// Copyright (c) 2014-2015, Advanced Micro Devices, Inc. All rights reserved. +// Copyright (c) 2014-2020, Advanced Micro Devices, Inc. All rights reserved. // // Developed by: // diff --git a/projects/rocr-runtime/runtime/hsa-runtime/core/runtime/amd_cpu_agent.cpp b/projects/rocr-runtime/runtime/hsa-runtime/core/runtime/amd_cpu_agent.cpp index ceae7ee22e..70c54c18a3 100644 --- a/projects/rocr-runtime/runtime/hsa-runtime/core/runtime/amd_cpu_agent.cpp +++ b/projects/rocr-runtime/runtime/hsa-runtime/core/runtime/amd_cpu_agent.cpp @@ -3,7 +3,7 @@ // The University of Illinois/NCSA // Open Source License (NCSA) // -// Copyright (c) 2014-2015, Advanced Micro Devices, Inc. All rights reserved. +// Copyright (c) 2014-2020, Advanced Micro Devices, Inc. All rights reserved. // // Developed by: // diff --git a/projects/rocr-runtime/runtime/hsa-runtime/core/runtime/amd_filter_device.cpp b/projects/rocr-runtime/runtime/hsa-runtime/core/runtime/amd_filter_device.cpp index 04087fb111..0fd0263053 100644 --- a/projects/rocr-runtime/runtime/hsa-runtime/core/runtime/amd_filter_device.cpp +++ b/projects/rocr-runtime/runtime/hsa-runtime/core/runtime/amd_filter_device.cpp @@ -3,7 +3,7 @@ // The University of Illinois/NCSA // Open Source License (NCSA) // -// Copyright (c) 2014-2015, Advanced Micro Devices, Inc. All rights reserved. +// Copyright (c) 2014-2020, Advanced Micro Devices, Inc. All rights reserved. // // Developed by: // diff --git a/projects/rocr-runtime/runtime/hsa-runtime/core/runtime/amd_gpu_agent.cpp b/projects/rocr-runtime/runtime/hsa-runtime/core/runtime/amd_gpu_agent.cpp index 40cff5eee5..760b85f1d1 100644 --- a/projects/rocr-runtime/runtime/hsa-runtime/core/runtime/amd_gpu_agent.cpp +++ b/projects/rocr-runtime/runtime/hsa-runtime/core/runtime/amd_gpu_agent.cpp @@ -3,7 +3,7 @@ // The University of Illinois/NCSA // Open Source License (NCSA) // -// Copyright (c) 2014-2015, Advanced Micro Devices, Inc. All rights reserved. +// Copyright (c) 2014-2020, Advanced Micro Devices, Inc. All rights reserved. // // Developed by: // diff --git a/projects/rocr-runtime/runtime/hsa-runtime/core/runtime/amd_hsa_loader.cpp b/projects/rocr-runtime/runtime/hsa-runtime/core/runtime/amd_hsa_loader.cpp index 2ed2be4538..d963be703d 100644 --- a/projects/rocr-runtime/runtime/hsa-runtime/core/runtime/amd_hsa_loader.cpp +++ b/projects/rocr-runtime/runtime/hsa-runtime/core/runtime/amd_hsa_loader.cpp @@ -3,7 +3,7 @@ // The University of Illinois/NCSA // Open Source License (NCSA) // -// Copyright (c) 2014-2015, Advanced Micro Devices, Inc. All rights reserved. +// Copyright (c) 2014-2020, Advanced Micro Devices, Inc. All rights reserved. // // Developed by: // diff --git a/projects/rocr-runtime/runtime/hsa-runtime/core/runtime/amd_loader_context.cpp b/projects/rocr-runtime/runtime/hsa-runtime/core/runtime/amd_loader_context.cpp index 14b2b4de34..635ca9475f 100644 --- a/projects/rocr-runtime/runtime/hsa-runtime/core/runtime/amd_loader_context.cpp +++ b/projects/rocr-runtime/runtime/hsa-runtime/core/runtime/amd_loader_context.cpp @@ -3,7 +3,7 @@ // The University of Illinois/NCSA // Open Source License (NCSA) // -// Copyright (c) 2014-2015, Advanced Micro Devices, Inc. All rights reserved. +// Copyright (c) 2014-2020, Advanced Micro Devices, Inc. All rights reserved. // // Developed by: // diff --git a/projects/rocr-runtime/runtime/hsa-runtime/core/runtime/amd_memory_region.cpp b/projects/rocr-runtime/runtime/hsa-runtime/core/runtime/amd_memory_region.cpp index 59ee5e64e4..9f94a0d131 100644 --- a/projects/rocr-runtime/runtime/hsa-runtime/core/runtime/amd_memory_region.cpp +++ b/projects/rocr-runtime/runtime/hsa-runtime/core/runtime/amd_memory_region.cpp @@ -3,7 +3,7 @@ // The University of Illinois/NCSA // Open Source License (NCSA) // -// Copyright (c) 2014-2015, Advanced Micro Devices, Inc. All rights reserved. +// Copyright (c) 2014-2020, Advanced Micro Devices, Inc. All rights reserved. // // Developed by: // diff --git a/projects/rocr-runtime/runtime/hsa-runtime/core/runtime/amd_topology.cpp b/projects/rocr-runtime/runtime/hsa-runtime/core/runtime/amd_topology.cpp index 4fe2fac4fc..96e2161907 100644 --- a/projects/rocr-runtime/runtime/hsa-runtime/core/runtime/amd_topology.cpp +++ b/projects/rocr-runtime/runtime/hsa-runtime/core/runtime/amd_topology.cpp @@ -3,7 +3,7 @@ // The University of Illinois/NCSA // Open Source License (NCSA) // -// Copyright (c) 2014-2015, Advanced Micro Devices, Inc. All rights reserved. +// Copyright (c) 2014-2020, Advanced Micro Devices, Inc. All rights reserved. // // Developed by: // diff --git a/projects/rocr-runtime/runtime/hsa-runtime/core/runtime/cache.cpp b/projects/rocr-runtime/runtime/hsa-runtime/core/runtime/cache.cpp index f9bdb2100b..ab8d656dfe 100644 --- a/projects/rocr-runtime/runtime/hsa-runtime/core/runtime/cache.cpp +++ b/projects/rocr-runtime/runtime/hsa-runtime/core/runtime/cache.cpp @@ -3,7 +3,7 @@ // The University of Illinois/NCSA // Open Source License (NCSA) // -// Copyright (c) 2014-2015, Advanced Micro Devices, Inc. All rights reserved. +// Copyright (c) 2014-2020, Advanced Micro Devices, Inc. All rights reserved. // // Developed by: // diff --git a/projects/rocr-runtime/runtime/hsa-runtime/core/runtime/default_signal.cpp b/projects/rocr-runtime/runtime/hsa-runtime/core/runtime/default_signal.cpp index 350a214ca5..06766be897 100644 --- a/projects/rocr-runtime/runtime/hsa-runtime/core/runtime/default_signal.cpp +++ b/projects/rocr-runtime/runtime/hsa-runtime/core/runtime/default_signal.cpp @@ -3,7 +3,7 @@ // The University of Illinois/NCSA // Open Source License (NCSA) // -// Copyright (c) 2014-2015, Advanced Micro Devices, Inc. All rights reserved. +// Copyright (c) 2014-2020, Advanced Micro Devices, Inc. All rights reserved. // // Developed by: // diff --git a/projects/rocr-runtime/runtime/hsa-runtime/core/runtime/host_queue.cpp b/projects/rocr-runtime/runtime/hsa-runtime/core/runtime/host_queue.cpp index 1eff1fbbc4..95c8f61f1d 100644 --- a/projects/rocr-runtime/runtime/hsa-runtime/core/runtime/host_queue.cpp +++ b/projects/rocr-runtime/runtime/hsa-runtime/core/runtime/host_queue.cpp @@ -3,7 +3,7 @@ // The University of Illinois/NCSA // Open Source License (NCSA) // -// Copyright (c) 2014-2015, Advanced Micro Devices, Inc. All rights reserved. +// Copyright (c) 2014-2020, Advanced Micro Devices, Inc. All rights reserved. // // Developed by: // diff --git a/projects/rocr-runtime/runtime/hsa-runtime/core/runtime/hsa.cpp b/projects/rocr-runtime/runtime/hsa-runtime/core/runtime/hsa.cpp index 7cf6e7f908..323cb5b75e 100644 --- a/projects/rocr-runtime/runtime/hsa-runtime/core/runtime/hsa.cpp +++ b/projects/rocr-runtime/runtime/hsa-runtime/core/runtime/hsa.cpp @@ -3,7 +3,7 @@ // The University of Illinois/NCSA // Open Source License (NCSA) // -// Copyright (c) 2014-2015, Advanced Micro Devices, Inc. All rights reserved. +// Copyright (c) 2014-2020, Advanced Micro Devices, Inc. All rights reserved. // // Developed by: // diff --git a/projects/rocr-runtime/runtime/hsa-runtime/core/runtime/hsa_api_trace.cpp b/projects/rocr-runtime/runtime/hsa-runtime/core/runtime/hsa_api_trace.cpp index a9c5597623..93a5b042f9 100644 --- a/projects/rocr-runtime/runtime/hsa-runtime/core/runtime/hsa_api_trace.cpp +++ b/projects/rocr-runtime/runtime/hsa-runtime/core/runtime/hsa_api_trace.cpp @@ -3,7 +3,7 @@ // The University of Illinois/NCSA // Open Source License (NCSA) // -// Copyright (c) 2014-2015, Advanced Micro Devices, Inc. All rights reserved. +// Copyright (c) 2014-2020, Advanced Micro Devices, Inc. All rights reserved. // // Developed by: // diff --git a/projects/rocr-runtime/runtime/hsa-runtime/core/runtime/hsa_ext_amd.cpp b/projects/rocr-runtime/runtime/hsa-runtime/core/runtime/hsa_ext_amd.cpp index df93bf27d3..0a9833d20f 100644 --- a/projects/rocr-runtime/runtime/hsa-runtime/core/runtime/hsa_ext_amd.cpp +++ b/projects/rocr-runtime/runtime/hsa-runtime/core/runtime/hsa_ext_amd.cpp @@ -3,7 +3,7 @@ // The University of Illinois/NCSA // Open Source License (NCSA) // -// Copyright (c) 2014-2015, Advanced Micro Devices, Inc. All rights reserved. +// Copyright (c) 2014-2020, Advanced Micro Devices, Inc. All rights reserved. // // Developed by: // diff --git a/projects/rocr-runtime/runtime/hsa-runtime/core/runtime/hsa_ext_interface.cpp b/projects/rocr-runtime/runtime/hsa-runtime/core/runtime/hsa_ext_interface.cpp index b6a8dbeb02..c5a037698b 100644 --- a/projects/rocr-runtime/runtime/hsa-runtime/core/runtime/hsa_ext_interface.cpp +++ b/projects/rocr-runtime/runtime/hsa-runtime/core/runtime/hsa_ext_interface.cpp @@ -3,7 +3,7 @@ // The University of Illinois/NCSA // Open Source License (NCSA) // -// Copyright (c) 2014-2015, Advanced Micro Devices, Inc. All rights reserved. +// Copyright (c) 2014-2020, Advanced Micro Devices, Inc. All rights reserved. // // Developed by: // diff --git a/projects/rocr-runtime/runtime/hsa-runtime/core/runtime/hsa_ven_amd_loader.cpp b/projects/rocr-runtime/runtime/hsa-runtime/core/runtime/hsa_ven_amd_loader.cpp index c911de107e..0f603bd454 100644 --- a/projects/rocr-runtime/runtime/hsa-runtime/core/runtime/hsa_ven_amd_loader.cpp +++ b/projects/rocr-runtime/runtime/hsa-runtime/core/runtime/hsa_ven_amd_loader.cpp @@ -3,7 +3,7 @@ // The University of Illinois/NCSA // Open Source License (NCSA) // -// Copyright (c) 2014-2015, Advanced Micro Devices, Inc. All rights reserved. +// Copyright (c) 2014-2020, Advanced Micro Devices, Inc. All rights reserved. // // Developed by: // diff --git a/projects/rocr-runtime/runtime/hsa-runtime/core/runtime/intercept_queue.cpp b/projects/rocr-runtime/runtime/hsa-runtime/core/runtime/intercept_queue.cpp index 020252f02e..47656521c0 100644 --- a/projects/rocr-runtime/runtime/hsa-runtime/core/runtime/intercept_queue.cpp +++ b/projects/rocr-runtime/runtime/hsa-runtime/core/runtime/intercept_queue.cpp @@ -3,7 +3,7 @@ // The University of Illinois/NCSA // Open Source License (NCSA) // -// Copyright (c) 2014-2015, Advanced Micro Devices, Inc. All rights reserved. +// Copyright (c) 2014-2020, Advanced Micro Devices, Inc. All rights reserved. // // Developed by: // diff --git a/projects/rocr-runtime/runtime/hsa-runtime/core/runtime/interrupt_signal.cpp b/projects/rocr-runtime/runtime/hsa-runtime/core/runtime/interrupt_signal.cpp index 4342decc9e..3a3c9152d1 100644 --- a/projects/rocr-runtime/runtime/hsa-runtime/core/runtime/interrupt_signal.cpp +++ b/projects/rocr-runtime/runtime/hsa-runtime/core/runtime/interrupt_signal.cpp @@ -3,7 +3,7 @@ // The University of Illinois/NCSA // Open Source License (NCSA) // -// Copyright (c) 2014-2015, Advanced Micro Devices, Inc. All rights reserved. +// Copyright (c) 2014-2020, Advanced Micro Devices, Inc. All rights reserved. // // Developed by: // diff --git a/projects/rocr-runtime/runtime/hsa-runtime/core/runtime/ipc_signal.cpp b/projects/rocr-runtime/runtime/hsa-runtime/core/runtime/ipc_signal.cpp index 4b4d62fef3..faab99e890 100644 --- a/projects/rocr-runtime/runtime/hsa-runtime/core/runtime/ipc_signal.cpp +++ b/projects/rocr-runtime/runtime/hsa-runtime/core/runtime/ipc_signal.cpp @@ -3,7 +3,7 @@ // The University of Illinois/NCSA // Open Source License (NCSA) // -// Copyright (c) 2014-2015, Advanced Micro Devices, Inc. All rights reserved. +// Copyright (c) 2014-2020, Advanced Micro Devices, Inc. All rights reserved. // // Developed by: // diff --git a/projects/rocr-runtime/runtime/hsa-runtime/core/runtime/isa.cpp b/projects/rocr-runtime/runtime/hsa-runtime/core/runtime/isa.cpp index 5b56c84a48..bd9918a01e 100755 --- a/projects/rocr-runtime/runtime/hsa-runtime/core/runtime/isa.cpp +++ b/projects/rocr-runtime/runtime/hsa-runtime/core/runtime/isa.cpp @@ -3,7 +3,7 @@ // The University of Illinois/NCSA // Open Source License (NCSA) // -// Copyright (c) 2014-2015, Advanced Micro Devices, Inc. All rights reserved. +// Copyright (c) 2014-2020, Advanced Micro Devices, Inc. All rights reserved. // // Developed by: // diff --git a/projects/rocr-runtime/runtime/hsa-runtime/core/runtime/queue.cpp b/projects/rocr-runtime/runtime/hsa-runtime/core/runtime/queue.cpp index 9246d4a04d..63eb8f6eb8 100644 --- a/projects/rocr-runtime/runtime/hsa-runtime/core/runtime/queue.cpp +++ b/projects/rocr-runtime/runtime/hsa-runtime/core/runtime/queue.cpp @@ -3,7 +3,7 @@ // The University of Illinois/NCSA // Open Source License (NCSA) // -// Copyright (c) 2014-2015, Advanced Micro Devices, Inc. All rights reserved. +// Copyright (c) 2014-2020, Advanced Micro Devices, Inc. All rights reserved. // // Developed by: // diff --git a/projects/rocr-runtime/runtime/hsa-runtime/core/runtime/runtime.cpp b/projects/rocr-runtime/runtime/hsa-runtime/core/runtime/runtime.cpp index 8e1b6922d2..7746e3d888 100644 --- a/projects/rocr-runtime/runtime/hsa-runtime/core/runtime/runtime.cpp +++ b/projects/rocr-runtime/runtime/hsa-runtime/core/runtime/runtime.cpp @@ -3,7 +3,7 @@ // The University of Illinois/NCSA // Open Source License (NCSA) // -// Copyright (c) 2014-2015, Advanced Micro Devices, Inc. All rights reserved. +// Copyright (c) 2014-2020, Advanced Micro Devices, Inc. All rights reserved. // // Developed by: // diff --git a/projects/rocr-runtime/runtime/hsa-runtime/core/runtime/signal.cpp b/projects/rocr-runtime/runtime/hsa-runtime/core/runtime/signal.cpp index fa24c421d0..5df921c020 100644 --- a/projects/rocr-runtime/runtime/hsa-runtime/core/runtime/signal.cpp +++ b/projects/rocr-runtime/runtime/hsa-runtime/core/runtime/signal.cpp @@ -3,7 +3,7 @@ // The University of Illinois/NCSA // Open Source License (NCSA) // -// Copyright (c) 2014-2015, Advanced Micro Devices, Inc. All rights reserved. +// Copyright (c) 2014-2020, Advanced Micro Devices, Inc. All rights reserved. // // Developed by: // diff --git a/projects/rocr-runtime/runtime/hsa-runtime/core/util/atomic_helpers.h b/projects/rocr-runtime/runtime/hsa-runtime/core/util/atomic_helpers.h index 69a2a58ab1..b9bcb84c23 100644 --- a/projects/rocr-runtime/runtime/hsa-runtime/core/util/atomic_helpers.h +++ b/projects/rocr-runtime/runtime/hsa-runtime/core/util/atomic_helpers.h @@ -3,7 +3,7 @@ // The University of Illinois/NCSA // Open Source License (NCSA) // -// Copyright (c) 2014-2015, Advanced Micro Devices, Inc. All rights reserved. +// Copyright (c) 2014-2020, Advanced Micro Devices, Inc. All rights reserved. // // Developed by: // diff --git a/projects/rocr-runtime/runtime/hsa-runtime/core/util/flag.h b/projects/rocr-runtime/runtime/hsa-runtime/core/util/flag.h index ce054d84f3..4d9ac84293 100644 --- a/projects/rocr-runtime/runtime/hsa-runtime/core/util/flag.h +++ b/projects/rocr-runtime/runtime/hsa-runtime/core/util/flag.h @@ -3,7 +3,7 @@ // The University of Illinois/NCSA // Open Source License (NCSA) // -// Copyright (c) 2014-2015, Advanced Micro Devices, Inc. All rights reserved. +// Copyright (c) 2014-2020, Advanced Micro Devices, Inc. All rights reserved. // // Developed by: // diff --git a/projects/rocr-runtime/runtime/hsa-runtime/core/util/lazy_ptr.h b/projects/rocr-runtime/runtime/hsa-runtime/core/util/lazy_ptr.h index bb2583c714..c3bf59e5ba 100644 --- a/projects/rocr-runtime/runtime/hsa-runtime/core/util/lazy_ptr.h +++ b/projects/rocr-runtime/runtime/hsa-runtime/core/util/lazy_ptr.h @@ -3,7 +3,7 @@ // The University of Illinois/NCSA // Open Source License (NCSA) // -// Copyright (c) 2014-2015, Advanced Micro Devices, Inc. All rights reserved. +// Copyright (c) 2014-2020, Advanced Micro Devices, Inc. All rights reserved. // // Developed by: // diff --git a/projects/rocr-runtime/runtime/hsa-runtime/core/util/lnx/os_linux.cpp b/projects/rocr-runtime/runtime/hsa-runtime/core/util/lnx/os_linux.cpp index fdbe19a29f..29038ff0d7 100644 --- a/projects/rocr-runtime/runtime/hsa-runtime/core/util/lnx/os_linux.cpp +++ b/projects/rocr-runtime/runtime/hsa-runtime/core/util/lnx/os_linux.cpp @@ -3,7 +3,7 @@ // The University of Illinois/NCSA // Open Source License (NCSA) // -// Copyright (c) 2014-2015, Advanced Micro Devices, Inc. All rights reserved. +// Copyright (c) 2014-2020, Advanced Micro Devices, Inc. All rights reserved. // // Developed by: // diff --git a/projects/rocr-runtime/runtime/hsa-runtime/core/util/locks.h b/projects/rocr-runtime/runtime/hsa-runtime/core/util/locks.h index 4b13c1e94b..24dd718a4a 100644 --- a/projects/rocr-runtime/runtime/hsa-runtime/core/util/locks.h +++ b/projects/rocr-runtime/runtime/hsa-runtime/core/util/locks.h @@ -3,7 +3,7 @@ // The University of Illinois/NCSA // Open Source License (NCSA) // -// Copyright (c) 2014-2015, Advanced Micro Devices, Inc. All rights reserved. +// Copyright (c) 2014-2020, Advanced Micro Devices, Inc. All rights reserved. // // Developed by: // diff --git a/projects/rocr-runtime/runtime/hsa-runtime/core/util/os.h b/projects/rocr-runtime/runtime/hsa-runtime/core/util/os.h index 00210cc12c..7743dc9c87 100644 --- a/projects/rocr-runtime/runtime/hsa-runtime/core/util/os.h +++ b/projects/rocr-runtime/runtime/hsa-runtime/core/util/os.h @@ -3,7 +3,7 @@ // The University of Illinois/NCSA // Open Source License (NCSA) // -// Copyright (c) 2014-2015, Advanced Micro Devices, Inc. All rights reserved. +// Copyright (c) 2014-2020, Advanced Micro Devices, Inc. All rights reserved. // // Developed by: // diff --git a/projects/rocr-runtime/runtime/hsa-runtime/core/util/simple_heap.h b/projects/rocr-runtime/runtime/hsa-runtime/core/util/simple_heap.h index 2584f3c2bd..9da0db8382 100644 --- a/projects/rocr-runtime/runtime/hsa-runtime/core/util/simple_heap.h +++ b/projects/rocr-runtime/runtime/hsa-runtime/core/util/simple_heap.h @@ -3,7 +3,7 @@ // The University of Illinois/NCSA // Open Source License (NCSA) // -// Copyright (c) 2014-2015, Advanced Micro Devices, Inc. All rights reserved. +// Copyright (c) 2014-2020, Advanced Micro Devices, Inc. All rights reserved. // // Developed by: // diff --git a/projects/rocr-runtime/runtime/hsa-runtime/core/util/small_heap.cpp b/projects/rocr-runtime/runtime/hsa-runtime/core/util/small_heap.cpp index 6cd8e117dc..9e69222e45 100644 --- a/projects/rocr-runtime/runtime/hsa-runtime/core/util/small_heap.cpp +++ b/projects/rocr-runtime/runtime/hsa-runtime/core/util/small_heap.cpp @@ -3,7 +3,7 @@ // The University of Illinois/NCSA // Open Source License (NCSA) // -// Copyright (c) 2014-2015, Advanced Micro Devices, Inc. All rights reserved. +// Copyright (c) 2014-2020, Advanced Micro Devices, Inc. All rights reserved. // // Developed by: // diff --git a/projects/rocr-runtime/runtime/hsa-runtime/core/util/small_heap.h b/projects/rocr-runtime/runtime/hsa-runtime/core/util/small_heap.h index d9064bba66..f06e667e57 100644 --- a/projects/rocr-runtime/runtime/hsa-runtime/core/util/small_heap.h +++ b/projects/rocr-runtime/runtime/hsa-runtime/core/util/small_heap.h @@ -3,7 +3,7 @@ // The University of Illinois/NCSA // Open Source License (NCSA) // -// Copyright (c) 2014-2015, Advanced Micro Devices, Inc. All rights reserved. +// Copyright (c) 2014-2020, Advanced Micro Devices, Inc. All rights reserved. // // Developed by: // diff --git a/projects/rocr-runtime/runtime/hsa-runtime/core/util/timer.cpp b/projects/rocr-runtime/runtime/hsa-runtime/core/util/timer.cpp index a2cf13fb0f..338bbe0720 100644 --- a/projects/rocr-runtime/runtime/hsa-runtime/core/util/timer.cpp +++ b/projects/rocr-runtime/runtime/hsa-runtime/core/util/timer.cpp @@ -3,7 +3,7 @@ // The University of Illinois/NCSA // Open Source License (NCSA) // -// Copyright (c) 2014-2015, Advanced Micro Devices, Inc. All rights reserved. +// Copyright (c) 2014-2020, Advanced Micro Devices, Inc. All rights reserved. // // Developed by: // diff --git a/projects/rocr-runtime/runtime/hsa-runtime/core/util/timer.h b/projects/rocr-runtime/runtime/hsa-runtime/core/util/timer.h index 914bda34eb..ac6224ca19 100644 --- a/projects/rocr-runtime/runtime/hsa-runtime/core/util/timer.h +++ b/projects/rocr-runtime/runtime/hsa-runtime/core/util/timer.h @@ -3,7 +3,7 @@ // The University of Illinois/NCSA // Open Source License (NCSA) // -// Copyright (c) 2014-2015, Advanced Micro Devices, Inc. All rights reserved. +// Copyright (c) 2014-2020, Advanced Micro Devices, Inc. All rights reserved. // // Developed by: // diff --git a/projects/rocr-runtime/runtime/hsa-runtime/core/util/utils.h b/projects/rocr-runtime/runtime/hsa-runtime/core/util/utils.h index 0fdabef811..4a65e90eec 100644 --- a/projects/rocr-runtime/runtime/hsa-runtime/core/util/utils.h +++ b/projects/rocr-runtime/runtime/hsa-runtime/core/util/utils.h @@ -3,7 +3,7 @@ // The University of Illinois/NCSA // Open Source License (NCSA) // -// Copyright (c) 2014-2015, Advanced Micro Devices, Inc. All rights reserved. +// Copyright (c) 2014-2020, Advanced Micro Devices, Inc. All rights reserved. // // Developed by: // diff --git a/projects/rocr-runtime/runtime/hsa-runtime/hsa-runtime64-config.cmake.in b/projects/rocr-runtime/runtime/hsa-runtime/hsa-runtime64-config.cmake.in index 41da4f949c..0014f953f2 100644 --- a/projects/rocr-runtime/runtime/hsa-runtime/hsa-runtime64-config.cmake.in +++ b/projects/rocr-runtime/runtime/hsa-runtime/hsa-runtime64-config.cmake.in @@ -1,3 +1,45 @@ +################################################################################ +## +## The University of Illinois/NCSA +## Open Source License (NCSA) +## +## Copyright (c) 2020-2020, Advanced Micro Devices, Inc. All rights reserved. +## +## Developed by: +## +## AMD Research and AMD HSA Software Development +## +## Advanced Micro Devices, Inc. +## +## www.amd.com +## +## Permission is hereby granted, free of charge, to any person obtaining a copy +## of this software and associated documentation files (the "Software"), to +## deal with the Software without restriction, including without limitation +## the rights to use, copy, modify, merge, publish, distribute, sublicense, +## and#or sell copies of the Software, and to permit persons to whom the +## Software is furnished to do so, subject to the following conditions: +## +## - Redistributions of source code must retain the above copyright notice, +## this list of conditions and the following disclaimers. +## - Redistributions in binary form must reproduce the above copyright +## notice, this list of conditions and the following disclaimers in +## the documentation and#or other materials provided with the distribution. +## - Neither the names of Advanced Micro Devices, Inc, +## nor the names of its contributors may be used to endorse or promote +## products derived from this Software without specific prior written +## permission. +## +## THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +## IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +## FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL +## THE CONTRIBUTORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR +## OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, +## ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER +## DEALINGS WITH THE SOFTWARE. +## +################################################################################ + @PACKAGE_INIT@ include( CMakeFindDependencyMacro ) diff --git a/projects/rocr-runtime/runtime/hsa-runtime/image/blit_kernel.cpp b/projects/rocr-runtime/runtime/hsa-runtime/image/blit_kernel.cpp index a2429ba0de..c8ab67ac5d 100644 --- a/projects/rocr-runtime/runtime/hsa-runtime/image/blit_kernel.cpp +++ b/projects/rocr-runtime/runtime/hsa-runtime/image/blit_kernel.cpp @@ -3,7 +3,7 @@ // The University of Illinois/NCSA // Open Source License (NCSA) // -// Copyright (c) 2014-2015, Advanced Micro Devices, Inc. All rights reserved. +// Copyright (c) 2014-2020, Advanced Micro Devices, Inc. All rights reserved. // // Developed by: // diff --git a/projects/rocr-runtime/runtime/hsa-runtime/image/blit_kernel.h b/projects/rocr-runtime/runtime/hsa-runtime/image/blit_kernel.h index c4d823dcc7..7733cdd5d6 100644 --- a/projects/rocr-runtime/runtime/hsa-runtime/image/blit_kernel.h +++ b/projects/rocr-runtime/runtime/hsa-runtime/image/blit_kernel.h @@ -3,7 +3,7 @@ // The University of Illinois/NCSA // Open Source License (NCSA) // -// Copyright (c) 2014-2015, Advanced Micro Devices, Inc. All rights reserved. +// Copyright (c) 2014-2020, Advanced Micro Devices, Inc. All rights reserved. // // Developed by: // diff --git a/projects/rocr-runtime/runtime/hsa-runtime/image/blit_object_gfx7xx.cpp b/projects/rocr-runtime/runtime/hsa-runtime/image/blit_object_gfx7xx.cpp index 669ad58f53..9a31f9ef48 100644 --- a/projects/rocr-runtime/runtime/hsa-runtime/image/blit_object_gfx7xx.cpp +++ b/projects/rocr-runtime/runtime/hsa-runtime/image/blit_object_gfx7xx.cpp @@ -3,7 +3,7 @@ // The University of Illinois/NCSA // Open Source License (NCSA) // -// Copyright (c) 2014-2015, Advanced Micro Devices, Inc. All rights reserved. +// Copyright (c) 2014-2020, Advanced Micro Devices, Inc. All rights reserved. // // Developed by: // diff --git a/projects/rocr-runtime/runtime/hsa-runtime/image/blit_object_gfx8xx.cpp b/projects/rocr-runtime/runtime/hsa-runtime/image/blit_object_gfx8xx.cpp index 9662f07619..3b74cc7bc1 100644 --- a/projects/rocr-runtime/runtime/hsa-runtime/image/blit_object_gfx8xx.cpp +++ b/projects/rocr-runtime/runtime/hsa-runtime/image/blit_object_gfx8xx.cpp @@ -3,7 +3,7 @@ // The University of Illinois/NCSA // Open Source License (NCSA) // -// Copyright (c) 2014-2015, Advanced Micro Devices, Inc. All rights reserved. +// Copyright (c) 2014-2020, Advanced Micro Devices, Inc. All rights reserved. // // Developed by: // diff --git a/projects/rocr-runtime/runtime/hsa-runtime/image/blit_object_gfx9xx.cpp b/projects/rocr-runtime/runtime/hsa-runtime/image/blit_object_gfx9xx.cpp index e03de75caa..8cd2e265b2 100644 --- a/projects/rocr-runtime/runtime/hsa-runtime/image/blit_object_gfx9xx.cpp +++ b/projects/rocr-runtime/runtime/hsa-runtime/image/blit_object_gfx9xx.cpp @@ -3,7 +3,7 @@ // The University of Illinois/NCSA // Open Source License (NCSA) // -// Copyright (c) 2014-2015, Advanced Micro Devices, Inc. All rights reserved. +// Copyright (c) 2014-2020, Advanced Micro Devices, Inc. All rights reserved. // // Developed by: // diff --git a/projects/rocr-runtime/runtime/hsa-runtime/image/blit_src/CMakeLists.txt b/projects/rocr-runtime/runtime/hsa-runtime/image/blit_src/CMakeLists.txt index 5380325846..12dae5846e 100644 --- a/projects/rocr-runtime/runtime/hsa-runtime/image/blit_src/CMakeLists.txt +++ b/projects/rocr-runtime/runtime/hsa-runtime/image/blit_src/CMakeLists.txt @@ -3,7 +3,7 @@ ## The University of Illinois/NCSA ## Open Source License (NCSA) ## -## Copyright (c) 2014-2017, Advanced Micro Devices, Inc. All rights reserved. +## Copyright (c) 2014-2020, Advanced Micro Devices, Inc. All rights reserved. ## ## Developed by: ## diff --git a/projects/rocr-runtime/runtime/hsa-runtime/image/blit_src/create_hsaco_ascii_file.sh b/projects/rocr-runtime/runtime/hsa-runtime/image/blit_src/create_hsaco_ascii_file.sh index 0f1544d1dc..e3bfc52f84 100755 --- a/projects/rocr-runtime/runtime/hsa-runtime/image/blit_src/create_hsaco_ascii_file.sh +++ b/projects/rocr-runtime/runtime/hsa-runtime/image/blit_src/create_hsaco_ascii_file.sh @@ -1,4 +1,45 @@ #!/bin/bash -e +################################################################################ +## +## The University of Illinois/NCSA +## Open Source License (NCSA) +## +## Copyright (c) 2014-2020, Advanced Micro Devices, Inc. All rights reserved. +## +## Developed by: +## +## AMD Research and AMD HSA Software Development +## +## Advanced Micro Devices, Inc. +## +## www.amd.com +## +## Permission is hereby granted, free of charge, to any person obtaining a copy +## of this software and associated documentation files (the "Software"), to +## deal with the Software without restriction, including without limitation +## the rights to use, copy, modify, merge, publish, distribute, sublicense, +## and#or sell copies of the Software, and to permit persons to whom the +## Software is furnished to do so, subject to the following conditions: +## +## - Redistributions of source code must retain the above copyright notice, +## this list of conditions and the following disclaimers. +## - Redistributions in binary form must reproduce the above copyright +## notice, this list of conditions and the following disclaimers in +## the documentation and#or other materials provided with the distribution. +## - Neither the names of Advanced Micro Devices, Inc, +## nor the names of its contributors may be used to endorse or promote +## products derived from this Software without specific prior written +## permission. +## +## THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +## IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +## FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL +## THE CONTRIBUTORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR +## OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, +## ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER +## DEALINGS WITH THE SOFTWARE. +## +################################################################################ opencl_blit_file="$1" diff --git a/projects/rocr-runtime/runtime/hsa-runtime/image/blit_src/imageblit_kernels.cl b/projects/rocr-runtime/runtime/hsa-runtime/image/blit_src/imageblit_kernels.cl index 64c0b72927..d4700b2915 100644 --- a/projects/rocr-runtime/runtime/hsa-runtime/image/blit_src/imageblit_kernels.cl +++ b/projects/rocr-runtime/runtime/hsa-runtime/image/blit_src/imageblit_kernels.cl @@ -1,3 +1,45 @@ +//////////////////////////////////////////////////////////////////////////////// +// +// The University of Illinois/NCSA +// Open Source License (NCSA) +// +// Copyright (c) 2014-2020, Advanced Micro Devices, Inc. All rights reserved. +// +// Developed by: +// +// AMD Research and AMD HSA Software Development +// +// Advanced Micro Devices, Inc. +// +// www.amd.com +// +// Permission is hereby granted, free of charge, to any person obtaining a copy +// of this software and associated documentation files (the "Software"), to +// deal with the Software without restriction, including without limitation +// the rights to use, copy, modify, merge, publish, distribute, sublicense, +// and/or sell copies of the Software, and to permit persons to whom the +// Software is furnished to do so, subject to the following conditions: +// +// - Redistributions of source code must retain the above copyright notice, +// this list of conditions and the following disclaimers. +// - Redistributions in binary form must reproduce the above copyright +// notice, this list of conditions and the following disclaimers in +// the documentation and/or other materials provided with the distribution. +// - Neither the names of Advanced Micro Devices, Inc, +// nor the names of its contributors may be used to endorse or promote +// products derived from this Software without specific prior written +// permission. +// +// THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +// IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +// FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL +// THE CONTRIBUTORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR +// OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, +// ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER +// DEALINGS WITH THE SOFTWARE. +// +//////////////////////////////////////////////////////////////////////////////// + /// Kernel code for HSA image import/export/copy/clear in OpenCL C form. uint4 read_image(__read_only image1d_t src1d, diff --git a/projects/rocr-runtime/runtime/hsa-runtime/image/device_info.cpp b/projects/rocr-runtime/runtime/hsa-runtime/image/device_info.cpp index 8a893ef371..355d51f90b 100755 --- a/projects/rocr-runtime/runtime/hsa-runtime/image/device_info.cpp +++ b/projects/rocr-runtime/runtime/hsa-runtime/image/device_info.cpp @@ -3,7 +3,7 @@ // The University of Illinois/NCSA // Open Source License (NCSA) // -// Copyright (c) 2014-2015, Advanced Micro Devices, Inc. All rights reserved. +// Copyright (c) 2014-2020, Advanced Micro Devices, Inc. All rights reserved. // // Developed by: // diff --git a/projects/rocr-runtime/runtime/hsa-runtime/image/device_info.h b/projects/rocr-runtime/runtime/hsa-runtime/image/device_info.h index a6b20113a7..c8b4a82231 100755 --- a/projects/rocr-runtime/runtime/hsa-runtime/image/device_info.h +++ b/projects/rocr-runtime/runtime/hsa-runtime/image/device_info.h @@ -3,7 +3,7 @@ // The University of Illinois/NCSA // Open Source License (NCSA) // -// Copyright (c) 2014-2015, Advanced Micro Devices, Inc. All rights reserved. +// Copyright (c) 2014-2020, Advanced Micro Devices, Inc. All rights reserved. // // Developed by: // diff --git a/projects/rocr-runtime/runtime/hsa-runtime/image/hsa_ext_image.cpp b/projects/rocr-runtime/runtime/hsa-runtime/image/hsa_ext_image.cpp index e658c7897a..7fb43a106e 100644 --- a/projects/rocr-runtime/runtime/hsa-runtime/image/hsa_ext_image.cpp +++ b/projects/rocr-runtime/runtime/hsa-runtime/image/hsa_ext_image.cpp @@ -3,7 +3,7 @@ // The University of Illinois/NCSA // Open Source License (NCSA) // -// Copyright (c) 2014-2015, Advanced Micro Devices, Inc. All rights reserved. +// Copyright (c) 2014-2020, Advanced Micro Devices, Inc. All rights reserved. // // Developed by: // diff --git a/projects/rocr-runtime/runtime/hsa-runtime/image/image_lut.h b/projects/rocr-runtime/runtime/hsa-runtime/image/image_lut.h index 176c5c2df6..bb45b35201 100644 --- a/projects/rocr-runtime/runtime/hsa-runtime/image/image_lut.h +++ b/projects/rocr-runtime/runtime/hsa-runtime/image/image_lut.h @@ -3,7 +3,7 @@ // The University of Illinois/NCSA // Open Source License (NCSA) // -// Copyright (c) 2014-2015, Advanced Micro Devices, Inc. All rights reserved. +// Copyright (c) 2014-2020, Advanced Micro Devices, Inc. All rights reserved. // // Developed by: // diff --git a/projects/rocr-runtime/runtime/hsa-runtime/image/image_lut_kv.cpp b/projects/rocr-runtime/runtime/hsa-runtime/image/image_lut_kv.cpp index 0b31749234..a5b02ebbb7 100644 --- a/projects/rocr-runtime/runtime/hsa-runtime/image/image_lut_kv.cpp +++ b/projects/rocr-runtime/runtime/hsa-runtime/image/image_lut_kv.cpp @@ -3,7 +3,7 @@ // The University of Illinois/NCSA // Open Source License (NCSA) // -// Copyright (c) 2014-2015, Advanced Micro Devices, Inc. All rights reserved. +// Copyright (c) 2014-2020, Advanced Micro Devices, Inc. All rights reserved. // // Developed by: // diff --git a/projects/rocr-runtime/runtime/hsa-runtime/image/image_lut_kv.h b/projects/rocr-runtime/runtime/hsa-runtime/image/image_lut_kv.h index b4a14400af..4335f8ac07 100644 --- a/projects/rocr-runtime/runtime/hsa-runtime/image/image_lut_kv.h +++ b/projects/rocr-runtime/runtime/hsa-runtime/image/image_lut_kv.h @@ -3,7 +3,7 @@ // The University of Illinois/NCSA // Open Source License (NCSA) // -// Copyright (c) 2014-2015, Advanced Micro Devices, Inc. All rights reserved. +// Copyright (c) 2014-2020, Advanced Micro Devices, Inc. All rights reserved. // // Developed by: // diff --git a/projects/rocr-runtime/runtime/hsa-runtime/image/image_manager.cpp b/projects/rocr-runtime/runtime/hsa-runtime/image/image_manager.cpp index a478d003fd..f3090eaccf 100644 --- a/projects/rocr-runtime/runtime/hsa-runtime/image/image_manager.cpp +++ b/projects/rocr-runtime/runtime/hsa-runtime/image/image_manager.cpp @@ -3,7 +3,7 @@ // The University of Illinois/NCSA // Open Source License (NCSA) // -// Copyright (c) 2014-2015, Advanced Micro Devices, Inc. All rights reserved. +// Copyright (c) 2014-2020, Advanced Micro Devices, Inc. All rights reserved. // // Developed by: // diff --git a/projects/rocr-runtime/runtime/hsa-runtime/image/image_manager.h b/projects/rocr-runtime/runtime/hsa-runtime/image/image_manager.h index f65f52384a..d63461c8f5 100644 --- a/projects/rocr-runtime/runtime/hsa-runtime/image/image_manager.h +++ b/projects/rocr-runtime/runtime/hsa-runtime/image/image_manager.h @@ -3,7 +3,7 @@ // The University of Illinois/NCSA // Open Source License (NCSA) // -// Copyright (c) 2014-2015, Advanced Micro Devices, Inc. All rights reserved. +// Copyright (c) 2014-2020, Advanced Micro Devices, Inc. All rights reserved. // // Developed by: // diff --git a/projects/rocr-runtime/runtime/hsa-runtime/image/image_manager_ai.cpp b/projects/rocr-runtime/runtime/hsa-runtime/image/image_manager_ai.cpp index 7740f13c1a..8329cc0d2d 100755 --- a/projects/rocr-runtime/runtime/hsa-runtime/image/image_manager_ai.cpp +++ b/projects/rocr-runtime/runtime/hsa-runtime/image/image_manager_ai.cpp @@ -3,7 +3,7 @@ // The University of Illinois/NCSA // Open Source License (NCSA) // -// Copyright (c) 2014-2015, Advanced Micro Devices, Inc. All rights reserved. +// Copyright (c) 2014-2020, Advanced Micro Devices, Inc. All rights reserved. // // Developed by: // diff --git a/projects/rocr-runtime/runtime/hsa-runtime/image/image_manager_ai.h b/projects/rocr-runtime/runtime/hsa-runtime/image/image_manager_ai.h index f3fe8c6b15..4c709cd085 100644 --- a/projects/rocr-runtime/runtime/hsa-runtime/image/image_manager_ai.h +++ b/projects/rocr-runtime/runtime/hsa-runtime/image/image_manager_ai.h @@ -3,7 +3,7 @@ // The University of Illinois/NCSA // Open Source License (NCSA) // -// Copyright (c) 2014-2015, Advanced Micro Devices, Inc. All rights reserved. +// Copyright (c) 2014-2020, Advanced Micro Devices, Inc. All rights reserved. // // Developed by: // diff --git a/projects/rocr-runtime/runtime/hsa-runtime/image/image_manager_kv.cpp b/projects/rocr-runtime/runtime/hsa-runtime/image/image_manager_kv.cpp index e54a2f5b01..c81461ccec 100755 --- a/projects/rocr-runtime/runtime/hsa-runtime/image/image_manager_kv.cpp +++ b/projects/rocr-runtime/runtime/hsa-runtime/image/image_manager_kv.cpp @@ -3,7 +3,7 @@ // The University of Illinois/NCSA // Open Source License (NCSA) // -// Copyright (c) 2014-2015, Advanced Micro Devices, Inc. All rights reserved. +// Copyright (c) 2014-2020, Advanced Micro Devices, Inc. All rights reserved. // // Developed by: // diff --git a/projects/rocr-runtime/runtime/hsa-runtime/image/image_manager_kv.h b/projects/rocr-runtime/runtime/hsa-runtime/image/image_manager_kv.h index 316858e9b2..617ae7720c 100755 --- a/projects/rocr-runtime/runtime/hsa-runtime/image/image_manager_kv.h +++ b/projects/rocr-runtime/runtime/hsa-runtime/image/image_manager_kv.h @@ -3,7 +3,7 @@ // The University of Illinois/NCSA // Open Source License (NCSA) // -// Copyright (c) 2014-2015, Advanced Micro Devices, Inc. All rights reserved. +// Copyright (c) 2014-2020, Advanced Micro Devices, Inc. All rights reserved. // // Developed by: // diff --git a/projects/rocr-runtime/runtime/hsa-runtime/image/image_manager_nv.cpp b/projects/rocr-runtime/runtime/hsa-runtime/image/image_manager_nv.cpp index cbd72d8011..755fa8f01a 100755 --- a/projects/rocr-runtime/runtime/hsa-runtime/image/image_manager_nv.cpp +++ b/projects/rocr-runtime/runtime/hsa-runtime/image/image_manager_nv.cpp @@ -3,7 +3,7 @@ // The University of Illinois/NCSA // Open Source License (NCSA) // -// Copyright (c) 2014-2015, Advanced Micro Devices, Inc. All rights reserved. +// Copyright (c) 2014-2020, Advanced Micro Devices, Inc. All rights reserved. // // Developed by: // diff --git a/projects/rocr-runtime/runtime/hsa-runtime/image/image_manager_nv.h b/projects/rocr-runtime/runtime/hsa-runtime/image/image_manager_nv.h index affe68ee84..215c1c9069 100755 --- a/projects/rocr-runtime/runtime/hsa-runtime/image/image_manager_nv.h +++ b/projects/rocr-runtime/runtime/hsa-runtime/image/image_manager_nv.h @@ -3,7 +3,7 @@ // The University of Illinois/NCSA // Open Source License (NCSA) // -// Copyright (c) 2014-2015, Advanced Micro Devices, Inc. All rights reserved. +// Copyright (c) 2014-2020, Advanced Micro Devices, Inc. All rights reserved. // // Developed by: // diff --git a/projects/rocr-runtime/runtime/hsa-runtime/image/image_runtime.cpp b/projects/rocr-runtime/runtime/hsa-runtime/image/image_runtime.cpp index 03ae4e9c5e..5d2f136d62 100755 --- a/projects/rocr-runtime/runtime/hsa-runtime/image/image_runtime.cpp +++ b/projects/rocr-runtime/runtime/hsa-runtime/image/image_runtime.cpp @@ -3,7 +3,7 @@ // The University of Illinois/NCSA // Open Source License (NCSA) // -// Copyright (c) 2014-2015, Advanced Micro Devices, Inc. All rights reserved. +// Copyright (c) 2014-2020, Advanced Micro Devices, Inc. All rights reserved. // // Developed by: // diff --git a/projects/rocr-runtime/runtime/hsa-runtime/image/image_runtime.h b/projects/rocr-runtime/runtime/hsa-runtime/image/image_runtime.h index 306ebf1cab..f6f3dafcf4 100644 --- a/projects/rocr-runtime/runtime/hsa-runtime/image/image_runtime.h +++ b/projects/rocr-runtime/runtime/hsa-runtime/image/image_runtime.h @@ -3,7 +3,7 @@ // The University of Illinois/NCSA // Open Source License (NCSA) // -// Copyright (c) 2014-2015, Advanced Micro Devices, Inc. All rights reserved. +// Copyright (c) 2014-2020, Advanced Micro Devices, Inc. All rights reserved. // // Developed by: // diff --git a/projects/rocr-runtime/runtime/hsa-runtime/image/inc/hsa_ext_image_impl.h b/projects/rocr-runtime/runtime/hsa-runtime/image/inc/hsa_ext_image_impl.h index 40b876a8f2..70c2a35ca8 100644 --- a/projects/rocr-runtime/runtime/hsa-runtime/image/inc/hsa_ext_image_impl.h +++ b/projects/rocr-runtime/runtime/hsa-runtime/image/inc/hsa_ext_image_impl.h @@ -1,3 +1,45 @@ +//////////////////////////////////////////////////////////////////////////////// +// +// The University of Illinois/NCSA +// Open Source License (NCSA) +// +// Copyright (c) 2020-2020, Advanced Micro Devices, Inc. All rights reserved. +// +// Developed by: +// +// AMD Research and AMD HSA Software Development +// +// Advanced Micro Devices, Inc. +// +// www.amd.com +// +// Permission is hereby granted, free of charge, to any person obtaining a copy +// of this software and associated documentation files (the "Software"), to +// deal with the Software without restriction, including without limitation +// the rights to use, copy, modify, merge, publish, distribute, sublicense, +// and/or sell copies of the Software, and to permit persons to whom the +// Software is furnished to do so, subject to the following conditions: +// +// - Redistributions of source code must retain the above copyright notice, +// this list of conditions and the following disclaimers. +// - Redistributions in binary form must reproduce the above copyright +// notice, this list of conditions and the following disclaimers in +// the documentation and/or other materials provided with the distribution. +// - Neither the names of Advanced Micro Devices, Inc, +// nor the names of its contributors may be used to endorse or promote +// products derived from this Software without specific prior written +// permission. +// +// THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +// IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +// FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL +// THE CONTRIBUTORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR +// OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, +// ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER +// DEALINGS WITH THE SOFTWARE. +// +//////////////////////////////////////////////////////////////////////////////// + #ifndef HSA_RUNTIME_EXT_IMAGE_H #define HSA_RUNTIME_EXT_IMAGE_H diff --git a/projects/rocr-runtime/runtime/hsa-runtime/image/resource.h b/projects/rocr-runtime/runtime/hsa-runtime/image/resource.h index eb607628f0..4d566e1bd0 100644 --- a/projects/rocr-runtime/runtime/hsa-runtime/image/resource.h +++ b/projects/rocr-runtime/runtime/hsa-runtime/image/resource.h @@ -3,7 +3,7 @@ // The University of Illinois/NCSA // Open Source License (NCSA) // -// Copyright (c) 2014-2015, Advanced Micro Devices, Inc. All rights reserved. +// Copyright (c) 2014-2020, Advanced Micro Devices, Inc. All rights reserved. // // Developed by: // diff --git a/projects/rocr-runtime/runtime/hsa-runtime/image/resource_ai.h b/projects/rocr-runtime/runtime/hsa-runtime/image/resource_ai.h index 84d0abb96b..a7f72a8b9f 100644 --- a/projects/rocr-runtime/runtime/hsa-runtime/image/resource_ai.h +++ b/projects/rocr-runtime/runtime/hsa-runtime/image/resource_ai.h @@ -3,7 +3,7 @@ // The University of Illinois/NCSA // Open Source License (NCSA) // -// Copyright (c) 2014-2015, Advanced Micro Devices, Inc. All rights reserved. +// Copyright (c) 2014-2020, Advanced Micro Devices, Inc. All rights reserved. // // Developed by: // diff --git a/projects/rocr-runtime/runtime/hsa-runtime/image/resource_kv.h b/projects/rocr-runtime/runtime/hsa-runtime/image/resource_kv.h index 79c0e07e5e..4de908d2e8 100644 --- a/projects/rocr-runtime/runtime/hsa-runtime/image/resource_kv.h +++ b/projects/rocr-runtime/runtime/hsa-runtime/image/resource_kv.h @@ -3,7 +3,7 @@ // The University of Illinois/NCSA // Open Source License (NCSA) // -// Copyright (c) 2014-2015, Advanced Micro Devices, Inc. All rights reserved. +// Copyright (c) 2014-2020, Advanced Micro Devices, Inc. All rights reserved. // // Developed by: // diff --git a/projects/rocr-runtime/runtime/hsa-runtime/image/resource_nv.h b/projects/rocr-runtime/runtime/hsa-runtime/image/resource_nv.h index 6c8fa000e2..986d08e73d 100755 --- a/projects/rocr-runtime/runtime/hsa-runtime/image/resource_nv.h +++ b/projects/rocr-runtime/runtime/hsa-runtime/image/resource_nv.h @@ -3,7 +3,7 @@ // The University of Illinois/NCSA // Open Source License (NCSA) // -// Copyright (c) 2014-2015, Advanced Micro Devices, Inc. All rights reserved. +// Copyright (c) 2014-2020, Advanced Micro Devices, Inc. All rights reserved. // // Developed by: // diff --git a/projects/rocr-runtime/runtime/hsa-runtime/image/util.h b/projects/rocr-runtime/runtime/hsa-runtime/image/util.h index c6294cc267..5eb9f3aabd 100644 --- a/projects/rocr-runtime/runtime/hsa-runtime/image/util.h +++ b/projects/rocr-runtime/runtime/hsa-runtime/image/util.h @@ -3,7 +3,7 @@ // The University of Illinois/NCSA // Open Source License (NCSA) // -// Copyright (c) 2014-2015, Advanced Micro Devices, Inc. All rights reserved. +// Copyright (c) 2014-2020, Advanced Micro Devices, Inc. All rights reserved. // // Developed by: // diff --git a/projects/rocr-runtime/runtime/hsa-runtime/inc/amd_hsa_common.h b/projects/rocr-runtime/runtime/hsa-runtime/inc/amd_hsa_common.h index bfb613ec47..7c4ed3eea4 100644 --- a/projects/rocr-runtime/runtime/hsa-runtime/inc/amd_hsa_common.h +++ b/projects/rocr-runtime/runtime/hsa-runtime/inc/amd_hsa_common.h @@ -3,7 +3,7 @@ // The University of Illinois/NCSA // Open Source License (NCSA) // -// Copyright (c) 2014-2015, Advanced Micro Devices, Inc. All rights reserved. +// Copyright (c) 2014-2020, Advanced Micro Devices, Inc. All rights reserved. // // Developed by: // diff --git a/projects/rocr-runtime/runtime/hsa-runtime/inc/amd_hsa_elf.h b/projects/rocr-runtime/runtime/hsa-runtime/inc/amd_hsa_elf.h index 4d9dba5b8a..40ef07cc49 100644 --- a/projects/rocr-runtime/runtime/hsa-runtime/inc/amd_hsa_elf.h +++ b/projects/rocr-runtime/runtime/hsa-runtime/inc/amd_hsa_elf.h @@ -3,7 +3,7 @@ // The University of Illinois/NCSA // Open Source License (NCSA) // -// Copyright (c) 2014-2015, Advanced Micro Devices, Inc. All rights reserved. +// Copyright (c) 2014-2020, Advanced Micro Devices, Inc. All rights reserved. // // Developed by: // diff --git a/projects/rocr-runtime/runtime/hsa-runtime/inc/amd_hsa_kernel_code.h b/projects/rocr-runtime/runtime/hsa-runtime/inc/amd_hsa_kernel_code.h index 6c2742a68a..901e49c8dd 100644 --- a/projects/rocr-runtime/runtime/hsa-runtime/inc/amd_hsa_kernel_code.h +++ b/projects/rocr-runtime/runtime/hsa-runtime/inc/amd_hsa_kernel_code.h @@ -3,7 +3,7 @@ // The University of Illinois/NCSA // Open Source License (NCSA) // -// Copyright (c) 2014-2015, Advanced Micro Devices, Inc. All rights reserved. +// Copyright (c) 2014-2020, Advanced Micro Devices, Inc. All rights reserved. // // Developed by: // diff --git a/projects/rocr-runtime/runtime/hsa-runtime/inc/amd_hsa_queue.h b/projects/rocr-runtime/runtime/hsa-runtime/inc/amd_hsa_queue.h index 2da98964da..8675ec4dc1 100644 --- a/projects/rocr-runtime/runtime/hsa-runtime/inc/amd_hsa_queue.h +++ b/projects/rocr-runtime/runtime/hsa-runtime/inc/amd_hsa_queue.h @@ -3,7 +3,7 @@ // The University of Illinois/NCSA // Open Source License (NCSA) // -// Copyright (c) 2014-2015, Advanced Micro Devices, Inc. All rights reserved. +// Copyright (c) 2014-2020, Advanced Micro Devices, Inc. All rights reserved. // // Developed by: // diff --git a/projects/rocr-runtime/runtime/hsa-runtime/inc/amd_hsa_signal.h b/projects/rocr-runtime/runtime/hsa-runtime/inc/amd_hsa_signal.h index 57aa1adcdc..f9d721f73d 100644 --- a/projects/rocr-runtime/runtime/hsa-runtime/inc/amd_hsa_signal.h +++ b/projects/rocr-runtime/runtime/hsa-runtime/inc/amd_hsa_signal.h @@ -3,7 +3,7 @@ // The University of Illinois/NCSA // Open Source License (NCSA) // -// Copyright (c) 2014-2015, Advanced Micro Devices, Inc. All rights reserved. +// Copyright (c) 2014-2020, Advanced Micro Devices, Inc. All rights reserved. // // Developed by: // diff --git a/projects/rocr-runtime/runtime/hsa-runtime/inc/hsa.h b/projects/rocr-runtime/runtime/hsa-runtime/inc/hsa.h index 0e5936852e..d8fdd472b9 100644 --- a/projects/rocr-runtime/runtime/hsa-runtime/inc/hsa.h +++ b/projects/rocr-runtime/runtime/hsa-runtime/inc/hsa.h @@ -3,7 +3,7 @@ // The University of Illinois/NCSA // Open Source License (NCSA) // -// Copyright (c) 2014-2015, Advanced Micro Devices, Inc. All rights reserved. +// Copyright (c) 2014-2020, Advanced Micro Devices, Inc. All rights reserved. // // Developed by: // diff --git a/projects/rocr-runtime/runtime/hsa-runtime/inc/hsa_api_trace.h b/projects/rocr-runtime/runtime/hsa-runtime/inc/hsa_api_trace.h index 375ddfdc42..5c33f07f88 100644 --- a/projects/rocr-runtime/runtime/hsa-runtime/inc/hsa_api_trace.h +++ b/projects/rocr-runtime/runtime/hsa-runtime/inc/hsa_api_trace.h @@ -3,7 +3,7 @@ // The University of Illinois/NCSA // Open Source License (NCSA) // -// Copyright (c) 2014-2015, Advanced Micro Devices, Inc. All rights reserved. +// Copyright (c) 2014-2020, Advanced Micro Devices, Inc. All rights reserved. // // Developed by: // diff --git a/projects/rocr-runtime/runtime/hsa-runtime/inc/hsa_ext_amd.h b/projects/rocr-runtime/runtime/hsa-runtime/inc/hsa_ext_amd.h index bc6ea7d84b..5cd01f75a5 100644 --- a/projects/rocr-runtime/runtime/hsa-runtime/inc/hsa_ext_amd.h +++ b/projects/rocr-runtime/runtime/hsa-runtime/inc/hsa_ext_amd.h @@ -3,7 +3,7 @@ // The University of Illinois/NCSA // Open Source License (NCSA) // -// Copyright (c) 2014-2015, Advanced Micro Devices, Inc. All rights reserved. +// Copyright (c) 2014-2020, Advanced Micro Devices, Inc. All rights reserved. // // Developed by: // diff --git a/projects/rocr-runtime/runtime/hsa-runtime/inc/hsa_ext_finalize.h b/projects/rocr-runtime/runtime/hsa-runtime/inc/hsa_ext_finalize.h index 014e49bfe0..94c4582055 100644 --- a/projects/rocr-runtime/runtime/hsa-runtime/inc/hsa_ext_finalize.h +++ b/projects/rocr-runtime/runtime/hsa-runtime/inc/hsa_ext_finalize.h @@ -3,7 +3,7 @@ // The University of Illinois/NCSA // Open Source License (NCSA) // -// Copyright (c) 2014-2015, Advanced Micro Devices, Inc. All rights reserved. +// Copyright (c) 2014-2020, Advanced Micro Devices, Inc. All rights reserved. // // Developed by: // diff --git a/projects/rocr-runtime/runtime/hsa-runtime/inc/hsa_ext_image.h b/projects/rocr-runtime/runtime/hsa-runtime/inc/hsa_ext_image.h index de358c3dbd..b25f168395 100644 --- a/projects/rocr-runtime/runtime/hsa-runtime/inc/hsa_ext_image.h +++ b/projects/rocr-runtime/runtime/hsa-runtime/inc/hsa_ext_image.h @@ -3,7 +3,7 @@ // The University of Illinois/NCSA // Open Source License (NCSA) // -// Copyright (c) 2014-2015, Advanced Micro Devices, Inc. All rights reserved. +// Copyright (c) 2014-2020, Advanced Micro Devices, Inc. All rights reserved. // // Developed by: // diff --git a/projects/rocr-runtime/runtime/hsa-runtime/inc/hsa_ven_amd_loader.h b/projects/rocr-runtime/runtime/hsa-runtime/inc/hsa_ven_amd_loader.h index 93437fc94b..3ce8475556 100644 --- a/projects/rocr-runtime/runtime/hsa-runtime/inc/hsa_ven_amd_loader.h +++ b/projects/rocr-runtime/runtime/hsa-runtime/inc/hsa_ven_amd_loader.h @@ -3,7 +3,7 @@ // The University of Illinois/NCSA // Open Source License (NCSA) // -// Copyright (c) 2014-2015, Advanced Micro Devices, Inc. All rights reserved. +// Copyright (c) 2014-2020, Advanced Micro Devices, Inc. All rights reserved. // // Developed by: // diff --git a/projects/rocr-runtime/runtime/hsa-runtime/libamdhsacode/amd_elf_image.cpp b/projects/rocr-runtime/runtime/hsa-runtime/libamdhsacode/amd_elf_image.cpp index b7aa7abdac..4950b0b189 100644 --- a/projects/rocr-runtime/runtime/hsa-runtime/libamdhsacode/amd_elf_image.cpp +++ b/projects/rocr-runtime/runtime/hsa-runtime/libamdhsacode/amd_elf_image.cpp @@ -3,7 +3,7 @@ // The University of Illinois/NCSA // Open Source License (NCSA) // -// Copyright (c) 2014-2016, Advanced Micro Devices, Inc. All rights reserved. +// Copyright (c) 2014-2020, Advanced Micro Devices, Inc. All rights reserved. // // Developed by: // diff --git a/projects/rocr-runtime/runtime/hsa-runtime/libamdhsacode/amd_hsa_code.cpp b/projects/rocr-runtime/runtime/hsa-runtime/libamdhsacode/amd_hsa_code.cpp index 93f6bb54b9..5b1304f560 100644 --- a/projects/rocr-runtime/runtime/hsa-runtime/libamdhsacode/amd_hsa_code.cpp +++ b/projects/rocr-runtime/runtime/hsa-runtime/libamdhsacode/amd_hsa_code.cpp @@ -3,7 +3,7 @@ // The University of Illinois/NCSA // Open Source License (NCSA) // -// Copyright (c) 2014-2016, Advanced Micro Devices, Inc. All rights reserved. +// Copyright (c) 2014-2020, Advanced Micro Devices, Inc. All rights reserved. // // Developed by: // diff --git a/projects/rocr-runtime/runtime/hsa-runtime/libamdhsacode/amd_hsa_code_util.cpp b/projects/rocr-runtime/runtime/hsa-runtime/libamdhsacode/amd_hsa_code_util.cpp index 40080b868b..1fa277cea3 100644 --- a/projects/rocr-runtime/runtime/hsa-runtime/libamdhsacode/amd_hsa_code_util.cpp +++ b/projects/rocr-runtime/runtime/hsa-runtime/libamdhsacode/amd_hsa_code_util.cpp @@ -3,7 +3,7 @@ // The University of Illinois/NCSA // Open Source License (NCSA) // -// Copyright (c) 2014-2016, Advanced Micro Devices, Inc. All rights reserved. +// Copyright (c) 2014-2020, Advanced Micro Devices, Inc. All rights reserved. // // Developed by: // diff --git a/projects/rocr-runtime/runtime/hsa-runtime/libamdhsacode/amd_hsa_code_util.hpp b/projects/rocr-runtime/runtime/hsa-runtime/libamdhsacode/amd_hsa_code_util.hpp index c6c6717406..07cc61058c 100644 --- a/projects/rocr-runtime/runtime/hsa-runtime/libamdhsacode/amd_hsa_code_util.hpp +++ b/projects/rocr-runtime/runtime/hsa-runtime/libamdhsacode/amd_hsa_code_util.hpp @@ -3,7 +3,7 @@ // The University of Illinois/NCSA // Open Source License (NCSA) // -// Copyright (c) 2014-2016, Advanced Micro Devices, Inc. All rights reserved. +// Copyright (c) 2014-2020, Advanced Micro Devices, Inc. All rights reserved. // // Developed by: // diff --git a/projects/rocr-runtime/runtime/hsa-runtime/libamdhsacode/amd_hsa_locks.cpp b/projects/rocr-runtime/runtime/hsa-runtime/libamdhsacode/amd_hsa_locks.cpp index 004c9cc626..5658c38a14 100644 --- a/projects/rocr-runtime/runtime/hsa-runtime/libamdhsacode/amd_hsa_locks.cpp +++ b/projects/rocr-runtime/runtime/hsa-runtime/libamdhsacode/amd_hsa_locks.cpp @@ -3,7 +3,7 @@ // The University of Illinois/NCSA // Open Source License (NCSA) // -// Copyright (c) 2014-2016, Advanced Micro Devices, Inc. All rights reserved. +// Copyright (c) 2014-2020, Advanced Micro Devices, Inc. All rights reserved. // // Developed by: // diff --git a/projects/rocr-runtime/runtime/hsa-runtime/libamdhsacode/amd_hsa_locks.hpp b/projects/rocr-runtime/runtime/hsa-runtime/libamdhsacode/amd_hsa_locks.hpp index 6bc7632d1f..adb39a239c 100644 --- a/projects/rocr-runtime/runtime/hsa-runtime/libamdhsacode/amd_hsa_locks.hpp +++ b/projects/rocr-runtime/runtime/hsa-runtime/libamdhsacode/amd_hsa_locks.hpp @@ -3,7 +3,7 @@ // The University of Illinois/NCSA // Open Source License (NCSA) // -// Copyright (c) 2014-2016, Advanced Micro Devices, Inc. All rights reserved. +// Copyright (c) 2014-2020, Advanced Micro Devices, Inc. All rights reserved. // // Developed by: // diff --git a/projects/rocr-runtime/runtime/hsa-runtime/libamdhsacode/amd_options.cpp b/projects/rocr-runtime/runtime/hsa-runtime/libamdhsacode/amd_options.cpp index d40fe6d012..fc163d7d31 100644 --- a/projects/rocr-runtime/runtime/hsa-runtime/libamdhsacode/amd_options.cpp +++ b/projects/rocr-runtime/runtime/hsa-runtime/libamdhsacode/amd_options.cpp @@ -3,7 +3,7 @@ // The University of Illinois/NCSA // Open Source License (NCSA) // -// Copyright (c) 2014-2016, Advanced Micro Devices, Inc. All rights reserved. +// Copyright (c) 2014-2020, Advanced Micro Devices, Inc. All rights reserved. // // Developed by: // diff --git a/projects/rocr-runtime/runtime/hsa-runtime/libamdhsacode/amd_options.hpp b/projects/rocr-runtime/runtime/hsa-runtime/libamdhsacode/amd_options.hpp index f15f22040c..87fce99202 100644 --- a/projects/rocr-runtime/runtime/hsa-runtime/libamdhsacode/amd_options.hpp +++ b/projects/rocr-runtime/runtime/hsa-runtime/libamdhsacode/amd_options.hpp @@ -3,7 +3,7 @@ // The University of Illinois/NCSA // Open Source License (NCSA) // -// Copyright (c) 2014-2016, Advanced Micro Devices, Inc. All rights reserved. +// Copyright (c) 2014-2020, Advanced Micro Devices, Inc. All rights reserved. // // Developed by: // diff --git a/projects/rocr-runtime/runtime/hsa-runtime/loader/AMDHSAKernelDescriptor.h b/projects/rocr-runtime/runtime/hsa-runtime/loader/AMDHSAKernelDescriptor.h index a1870c15c8..f6ced01ef8 100644 --- a/projects/rocr-runtime/runtime/hsa-runtime/loader/AMDHSAKernelDescriptor.h +++ b/projects/rocr-runtime/runtime/hsa-runtime/loader/AMDHSAKernelDescriptor.h @@ -3,7 +3,7 @@ // The University of Illinois/NCSA // Open Source License (NCSA) // -// Copyright (c) 2014-2016, Advanced Micro Devices, Inc. All rights reserved. +// Copyright (c) 2014-2020, Advanced Micro Devices, Inc. All rights reserved. // // Developed by: // diff --git a/projects/rocr-runtime/runtime/hsa-runtime/loader/executable.cpp b/projects/rocr-runtime/runtime/hsa-runtime/loader/executable.cpp index d2935a3f97..e804ef8b7f 100644 --- a/projects/rocr-runtime/runtime/hsa-runtime/loader/executable.cpp +++ b/projects/rocr-runtime/runtime/hsa-runtime/loader/executable.cpp @@ -3,7 +3,7 @@ // The University of Illinois/NCSA // Open Source License (NCSA) // -// Copyright (c) 2014-2016, Advanced Micro Devices, Inc. All rights reserved. +// Copyright (c) 2014-2020, Advanced Micro Devices, Inc. All rights reserved. // // Developed by: // diff --git a/projects/rocr-runtime/runtime/hsa-runtime/loader/executable.hpp b/projects/rocr-runtime/runtime/hsa-runtime/loader/executable.hpp index 7e3ae6c200..727108a12d 100644 --- a/projects/rocr-runtime/runtime/hsa-runtime/loader/executable.hpp +++ b/projects/rocr-runtime/runtime/hsa-runtime/loader/executable.hpp @@ -3,7 +3,7 @@ // The University of Illinois/NCSA // Open Source License (NCSA) // -// Copyright (c) 2014-2016, Advanced Micro Devices, Inc. All rights reserved. +// Copyright (c) 2014-2020, Advanced Micro Devices, Inc. All rights reserved. // // Developed by: // diff --git a/projects/rocr-runtime/runtime/hsa-runtime/loader/loaders.cpp b/projects/rocr-runtime/runtime/hsa-runtime/loader/loaders.cpp index 5c72664d51..fdab349d6d 100644 --- a/projects/rocr-runtime/runtime/hsa-runtime/loader/loaders.cpp +++ b/projects/rocr-runtime/runtime/hsa-runtime/loader/loaders.cpp @@ -3,7 +3,7 @@ // The University of Illinois/NCSA // Open Source License (NCSA) // -// Copyright (c) 2014-2016, Advanced Micro Devices, Inc. All rights reserved. +// Copyright (c) 2014-2020, Advanced Micro Devices, Inc. All rights reserved. // // Developed by: // diff --git a/projects/rocr-runtime/runtime/hsa-runtime/loader/loaders.hpp b/projects/rocr-runtime/runtime/hsa-runtime/loader/loaders.hpp index d28ffb73fc..9f26f82cb7 100644 --- a/projects/rocr-runtime/runtime/hsa-runtime/loader/loaders.hpp +++ b/projects/rocr-runtime/runtime/hsa-runtime/loader/loaders.hpp @@ -3,7 +3,7 @@ // The University of Illinois/NCSA // Open Source License (NCSA) // -// Copyright (c) 2014-2016, Advanced Micro Devices, Inc. All rights reserved. +// Copyright (c) 2014-2020, Advanced Micro Devices, Inc. All rights reserved. // // Developed by: //