From 9313294efe5a832ff1ba69436b36e6ce4c8457fe Mon Sep 17 00:00:00 2001 From: Matthew Poremba Date: Thu, 9 Dec 2021 12:14:13 -0600 Subject: [PATCH] misc: Remove AMD license addition Remove the line "For use for simulation and test purposes only" in files were AMD is the only copyright holder listed in the header. This happens to be the case for all files where this line exists, removing it completely from gem5. Change-Id: I623f266b002f564301b28774f49081099cfc60fd Reviewed-on: https://gem5-review.googlesource.com/c/public/gem5/+/53943 Reviewed-by: Jason Lowe-Power Maintainer: Jason Lowe-Power Tested-by: kokoro --- configs/common/GPUTLBConfig.py | 2 -- configs/common/GPUTLBOptions.py | 2 -- configs/example/apu_se.py | 2 -- configs/example/gpufs/amd/AmdGPUOptions.py | 2 -- configs/example/gpufs/runfs.py | 2 -- configs/example/gpufs/system/amdgpu.py | 2 -- configs/example/gpufs/system/system.py | 2 -- configs/example/hsaTopology.py | 2 -- configs/example/ruby_gpu_random_test.py | 2 -- configs/ruby/AMD_Base_Constructor.py | 2 -- configs/ruby/GPU_VIPER.py | 2 -- configs/ruby/MOESI_AMD_Base.py | 2 -- src/arch/amdgpu/common/SConscript | 2 -- src/arch/amdgpu/common/X86GPUTLB.py | 2 -- src/arch/amdgpu/common/tlb.cc | 2 -- src/arch/amdgpu/common/tlb.hh | 2 -- src/arch/amdgpu/common/tlb_coalescer.cc | 2 -- src/arch/amdgpu/common/tlb_coalescer.hh | 2 -- src/arch/amdgpu/gcn3/SConscript | 2 -- src/arch/amdgpu/gcn3/SConsopts | 2 -- src/arch/amdgpu/gcn3/decoder.cc | 2 -- src/arch/amdgpu/gcn3/gpu_decoder.hh | 2 -- src/arch/amdgpu/gcn3/gpu_isa.hh | 2 -- src/arch/amdgpu/gcn3/gpu_mem_helpers.hh | 2 -- src/arch/amdgpu/gcn3/gpu_registers.hh | 2 -- src/arch/amdgpu/gcn3/gpu_types.hh | 2 -- src/arch/amdgpu/gcn3/insts/gpu_static_inst.cc | 2 -- src/arch/amdgpu/gcn3/insts/gpu_static_inst.hh | 2 -- src/arch/amdgpu/gcn3/insts/inst_util.hh | 2 -- src/arch/amdgpu/gcn3/insts/instructions.cc | 2 -- src/arch/amdgpu/gcn3/insts/instructions.hh | 2 -- src/arch/amdgpu/gcn3/insts/op_encodings.cc | 2 -- src/arch/amdgpu/gcn3/insts/op_encodings.hh | 2 -- src/arch/amdgpu/gcn3/isa.cc | 2 -- src/arch/amdgpu/gcn3/operand.hh | 2 -- src/arch/amdgpu/gcn3/registers.cc | 2 -- src/arch/amdgpu/vega/SConscript | 2 -- src/arch/amdgpu/vega/SConsopts | 2 -- src/arch/amdgpu/vega/decoder.cc | 2 -- src/arch/amdgpu/vega/gpu_decoder.hh | 2 -- src/arch/amdgpu/vega/gpu_isa.hh | 2 -- src/arch/amdgpu/vega/gpu_mem_helpers.hh | 2 -- src/arch/amdgpu/vega/gpu_registers.hh | 2 -- src/arch/amdgpu/vega/gpu_types.hh | 2 -- src/arch/amdgpu/vega/insts/gpu_static_inst.cc | 2 -- src/arch/amdgpu/vega/insts/gpu_static_inst.hh | 2 -- src/arch/amdgpu/vega/insts/inst_util.hh | 2 -- src/arch/amdgpu/vega/insts/instructions.cc | 2 -- src/arch/amdgpu/vega/insts/instructions.hh | 2 -- src/arch/amdgpu/vega/insts/op_encodings.cc | 2 -- src/arch/amdgpu/vega/insts/op_encodings.hh | 2 -- src/arch/amdgpu/vega/isa.cc | 2 -- src/arch/amdgpu/vega/operand.hh | 2 -- src/arch/amdgpu/vega/registers.cc | 2 -- src/cpu/testers/gpu_ruby_test/CpuThread.py | 2 -- src/cpu/testers/gpu_ruby_test/DmaThread.py | 2 -- src/cpu/testers/gpu_ruby_test/GpuWavefront.py | 2 -- src/cpu/testers/gpu_ruby_test/ProtocolTester.py | 2 -- src/cpu/testers/gpu_ruby_test/README | 2 -- src/cpu/testers/gpu_ruby_test/SConscript | 2 -- src/cpu/testers/gpu_ruby_test/TesterDma.py | 2 -- src/cpu/testers/gpu_ruby_test/TesterThread.py | 2 -- src/cpu/testers/gpu_ruby_test/address_manager.cc | 2 -- src/cpu/testers/gpu_ruby_test/address_manager.hh | 2 -- src/cpu/testers/gpu_ruby_test/cpu_thread.cc | 2 -- src/cpu/testers/gpu_ruby_test/cpu_thread.hh | 2 -- src/cpu/testers/gpu_ruby_test/dma_thread.cc | 2 -- src/cpu/testers/gpu_ruby_test/dma_thread.hh | 2 -- src/cpu/testers/gpu_ruby_test/episode.cc | 2 -- src/cpu/testers/gpu_ruby_test/episode.hh | 2 -- src/cpu/testers/gpu_ruby_test/gpu_wavefront.cc | 2 -- src/cpu/testers/gpu_ruby_test/gpu_wavefront.hh | 2 -- src/cpu/testers/gpu_ruby_test/protocol_tester.cc | 2 -- src/cpu/testers/gpu_ruby_test/protocol_tester.hh | 2 -- src/cpu/testers/gpu_ruby_test/tester_dma.hh | 2 -- src/cpu/testers/gpu_ruby_test/tester_thread.cc | 2 -- src/cpu/testers/gpu_ruby_test/tester_thread.hh | 2 -- src/dev/amdgpu/AMDGPU.py | 2 -- src/dev/amdgpu/SConscript | 2 -- src/dev/amdgpu/amdgpu_device.cc | 2 -- src/dev/amdgpu/amdgpu_device.hh | 2 -- src/dev/amdgpu/mmio_reader.cc | 2 -- src/dev/amdgpu/mmio_reader.hh | 2 -- src/dev/dma_virt_device.cc | 2 -- src/dev/dma_virt_device.hh | 2 -- src/dev/hsa/HSADevice.py | 2 -- src/dev/hsa/HSADriver.py | 2 -- src/dev/hsa/SConscript | 2 -- src/dev/hsa/hsa_packet.hh | 2 -- src/dev/hsa/hsa_packet_processor.cc | 2 -- src/dev/hsa/hsa_packet_processor.hh | 2 -- src/dev/hsa/hsa_queue.hh | 2 -- src/dev/hsa/hsa_signal.hh | 2 -- src/dev/hsa/hw_scheduler.cc | 2 -- src/dev/hsa/hw_scheduler.hh | 2 -- src/dev/hsa/kfd_event_defines.h | 2 -- src/gpu-compute/GPU.py | 2 -- src/gpu-compute/GPUStaticInstFlags.py | 2 -- src/gpu-compute/LdsState.py | 2 -- src/gpu-compute/SConscript | 2 -- src/gpu-compute/comm.cc | 2 -- src/gpu-compute/comm.hh | 2 -- src/gpu-compute/compute_unit.cc | 2 -- src/gpu-compute/compute_unit.hh | 2 -- src/gpu-compute/dispatcher.cc | 2 -- src/gpu-compute/dispatcher.hh | 2 -- src/gpu-compute/dyn_pool_manager.cc | 2 -- src/gpu-compute/dyn_pool_manager.hh | 2 -- src/gpu-compute/exec_stage.cc | 2 -- src/gpu-compute/exec_stage.hh | 2 -- src/gpu-compute/fetch_stage.cc | 2 -- src/gpu-compute/fetch_stage.hh | 2 -- src/gpu-compute/fetch_unit.cc | 2 -- src/gpu-compute/fetch_unit.hh | 2 -- src/gpu-compute/global_memory_pipeline.cc | 2 -- src/gpu-compute/global_memory_pipeline.hh | 2 -- src/gpu-compute/gpu_command_processor.cc | 2 -- src/gpu-compute/gpu_command_processor.hh | 2 -- src/gpu-compute/gpu_compute_driver.cc | 2 -- src/gpu-compute/gpu_compute_driver.hh | 2 -- src/gpu-compute/gpu_dyn_inst.cc | 2 -- src/gpu-compute/gpu_dyn_inst.hh | 2 -- src/gpu-compute/gpu_exec_context.cc | 2 -- src/gpu-compute/gpu_exec_context.hh | 2 -- src/gpu-compute/gpu_static_inst.cc | 2 -- src/gpu-compute/gpu_static_inst.hh | 2 -- src/gpu-compute/hsa_queue_entry.hh | 2 -- src/gpu-compute/kernel_code.hh | 2 -- src/gpu-compute/lds_state.cc | 2 -- src/gpu-compute/lds_state.hh | 2 -- src/gpu-compute/local_memory_pipeline.cc | 2 -- src/gpu-compute/local_memory_pipeline.hh | 2 -- src/gpu-compute/misc.hh | 2 -- src/gpu-compute/of_scheduling_policy.hh | 2 -- src/gpu-compute/operand_info.hh | 2 -- src/gpu-compute/pool_manager.cc | 2 -- src/gpu-compute/pool_manager.hh | 2 -- src/gpu-compute/register_file.cc | 2 -- src/gpu-compute/register_file.hh | 2 -- src/gpu-compute/register_manager.cc | 2 -- src/gpu-compute/register_manager.hh | 2 -- src/gpu-compute/register_manager_policy.hh | 2 -- src/gpu-compute/rr_scheduling_policy.hh | 2 -- src/gpu-compute/scalar_memory_pipeline.cc | 2 -- src/gpu-compute/scalar_memory_pipeline.hh | 2 -- src/gpu-compute/scalar_register_file.cc | 2 -- src/gpu-compute/scalar_register_file.hh | 2 -- src/gpu-compute/schedule_stage.cc | 2 -- src/gpu-compute/schedule_stage.hh | 2 -- src/gpu-compute/scheduler.cc | 2 -- src/gpu-compute/scheduler.hh | 2 -- src/gpu-compute/scheduling_policy.hh | 2 -- src/gpu-compute/scoreboard_check_stage.cc | 2 -- src/gpu-compute/scoreboard_check_stage.hh | 2 -- src/gpu-compute/shader.cc | 2 -- src/gpu-compute/shader.hh | 2 -- src/gpu-compute/simple_pool_manager.cc | 2 -- src/gpu-compute/simple_pool_manager.hh | 2 -- src/gpu-compute/static_register_manager_policy.cc | 2 -- src/gpu-compute/static_register_manager_policy.hh | 2 -- src/gpu-compute/vector_register_file.cc | 2 -- src/gpu-compute/vector_register_file.hh | 2 -- src/gpu-compute/wavefront.cc | 2 -- src/gpu-compute/wavefront.hh | 2 -- src/mem/cache/replacement_policies/weighted_lru_rp.cc | 2 -- src/mem/cache/replacement_policies/weighted_lru_rp.hh | 2 -- src/mem/ruby/common/IntVec.cc | 2 -- src/mem/ruby/common/IntVec.hh | 2 -- src/mem/ruby/network/garnet/NetworkBridge.cc | 2 -- src/mem/ruby/network/garnet/NetworkBridge.hh | 2 -- src/mem/ruby/protocol/GPU_VIPER-SQC.sm | 2 -- src/mem/ruby/protocol/GPU_VIPER-TCC.sm | 2 -- src/mem/ruby/protocol/GPU_VIPER-TCP.sm | 2 -- src/mem/ruby/protocol/GPU_VIPER-msg.sm | 2 -- src/mem/ruby/protocol/MOESI_AMD_Base-CorePair.sm | 2 -- src/mem/ruby/protocol/MOESI_AMD_Base-L3cache.sm | 2 -- src/mem/ruby/protocol/MOESI_AMD_Base-Region-CorePair.sm | 2 -- src/mem/ruby/protocol/MOESI_AMD_Base-Region-dir.sm | 2 -- src/mem/ruby/protocol/MOESI_AMD_Base-Region-msg.sm | 2 -- src/mem/ruby/protocol/MOESI_AMD_Base-RegionBuffer.sm | 2 -- src/mem/ruby/protocol/MOESI_AMD_Base-RegionDir.sm | 2 -- src/mem/ruby/protocol/MOESI_AMD_Base-dir.sm | 2 -- src/mem/ruby/protocol/MOESI_AMD_Base-msg.sm | 2 -- src/mem/ruby/protocol/MOESI_AMD_Base-probeFilter.sm | 2 -- src/mem/ruby/system/GPUCoalescer.cc | 2 -- src/mem/ruby/system/GPUCoalescer.hh | 2 -- src/mem/ruby/system/GPUCoalescer.py | 2 -- src/mem/ruby/system/VIPERCoalescer.cc | 2 -- src/mem/ruby/system/VIPERCoalescer.hh | 2 -- src/mem/ruby/system/VIPERCoalescer.py | 2 -- src/mem/slicc/ast/DeferEnqueueingStatementAST.py | 2 -- src/mem/token_port.cc | 2 -- src/mem/token_port.hh | 2 -- src/sim/aux_vector.hh | 2 -- src/sim/fd_array.cc | 2 -- src/sim/fd_array.hh | 2 -- src/sim/fd_entry.cc | 2 -- src/sim/fd_entry.hh | 2 -- src/sim/mem_pool.cc | 2 -- src/sim/mem_pool.hh | 2 -- tests/configs/gpu-randomtest-ruby.py | 5 ----- tests/configs/gpu-ruby.py | 5 ----- util/amdgpu/fs_files/collect_mmio_trace.sh | 2 -- util/amdgpu/fs_files/dump_gpu_rom.sh | 2 -- util/maint/show_changes_by_file.py | 2 -- 205 files changed, 416 deletions(-) diff --git a/configs/common/GPUTLBConfig.py b/configs/common/GPUTLBConfig.py index 5173cbf407..f6aaccfecc 100644 --- a/configs/common/GPUTLBConfig.py +++ b/configs/common/GPUTLBConfig.py @@ -1,8 +1,6 @@ # Copyright (c) 2011-2015 Advanced Micro Devices, Inc. # All rights reserved. # -# For use for simulation and test purposes only -# # Redistribution and use in source and binary forms, with or without # modification, are permitted provided that the following conditions are met: # diff --git a/configs/common/GPUTLBOptions.py b/configs/common/GPUTLBOptions.py index 79ff1e7f67..3a1f9ad37e 100644 --- a/configs/common/GPUTLBOptions.py +++ b/configs/common/GPUTLBOptions.py @@ -1,8 +1,6 @@ # Copyright (c) 2011-2015 Advanced Micro Devices, Inc. # All rights reserved. # -# For use for simulation and test purposes only -# # Redistribution and use in source and binary forms, with or without # modification, are permitted provided that the following conditions are met: # diff --git a/configs/example/apu_se.py b/configs/example/apu_se.py index 29ceddb5f4..882d181062 100644 --- a/configs/example/apu_se.py +++ b/configs/example/apu_se.py @@ -1,8 +1,6 @@ # Copyright (c) 2015 Advanced Micro Devices, Inc. # All rights reserved. # -# For use for simulation and test purposes only -# # Redistribution and use in source and binary forms, with or without # modification, are permitted provided that the following conditions are met: # diff --git a/configs/example/gpufs/amd/AmdGPUOptions.py b/configs/example/gpufs/amd/AmdGPUOptions.py index 272c417c25..51e010870d 100644 --- a/configs/example/gpufs/amd/AmdGPUOptions.py +++ b/configs/example/gpufs/amd/AmdGPUOptions.py @@ -1,8 +1,6 @@ # Copyright (c) 2021 Advanced Micro Devices, Inc. # All rights reserved. # -# For use for simulation and test purposes only -# # Redistribution and use in source and binary forms, with or without # modification, are permitted provided that the following conditions are met: # diff --git a/configs/example/gpufs/runfs.py b/configs/example/gpufs/runfs.py index fc32a618e7..e5acf05372 100644 --- a/configs/example/gpufs/runfs.py +++ b/configs/example/gpufs/runfs.py @@ -1,8 +1,6 @@ # Copyright (c) 2021 Advanced Micro Devices, Inc. # All rights reserved. # -# For use for simulation and test purposes only -# # Redistribution and use in source and binary forms, with or without # modification, are permitted provided that the following conditions are met: # diff --git a/configs/example/gpufs/system/amdgpu.py b/configs/example/gpufs/system/amdgpu.py index b30892c1d7..26e4809e25 100644 --- a/configs/example/gpufs/system/amdgpu.py +++ b/configs/example/gpufs/system/amdgpu.py @@ -1,8 +1,6 @@ # Copyright (c) 2021 Advanced Micro Devices, Inc. # All rights reserved. # -# For use for simulation and test purposes only -# # Redistribution and use in source and binary forms, with or without # modification, are permitted provided that the following conditions are met: # diff --git a/configs/example/gpufs/system/system.py b/configs/example/gpufs/system/system.py index 4ec36186ac..d06cd2cb6a 100644 --- a/configs/example/gpufs/system/system.py +++ b/configs/example/gpufs/system/system.py @@ -1,8 +1,6 @@ # Copyright (c) 2021 Advanced Micro Devices, Inc. # All rights reserved. # -# For use for simulation and test purposes only -# # Redistribution and use in source and binary forms, with or without # modification, are permitted provided that the following conditions are met: # diff --git a/configs/example/hsaTopology.py b/configs/example/hsaTopology.py index 232464e474..b11a8df0e4 100644 --- a/configs/example/hsaTopology.py +++ b/configs/example/hsaTopology.py @@ -1,8 +1,6 @@ # Copyright (c) 2018 Advanced Micro Devices, Inc. # All rights reserved. # -# For use for simulation and test purposes only -# # Redistribution and use in source and binary forms, with or without # modification, are permitted provided that the following conditions are met: # diff --git a/configs/example/ruby_gpu_random_test.py b/configs/example/ruby_gpu_random_test.py index 75aac2eb8d..a5d9a49bdf 100644 --- a/configs/example/ruby_gpu_random_test.py +++ b/configs/example/ruby_gpu_random_test.py @@ -1,8 +1,6 @@ # Copyright (c) 2018-2021 Advanced Micro Devices, Inc. # All rights reserved. # -# For use for simulation and test purposes only -# # Redistribution and use in source and binary forms, with or without # modification, are permitted provided that the following conditions are met: # diff --git a/configs/ruby/AMD_Base_Constructor.py b/configs/ruby/AMD_Base_Constructor.py index 7f4fb433a5..93907a33a7 100644 --- a/configs/ruby/AMD_Base_Constructor.py +++ b/configs/ruby/AMD_Base_Constructor.py @@ -1,8 +1,6 @@ # Copyright (c) 2015-2017 Advanced Micro Devices, Inc. # All rights reserved. # -# For use for simulation and test purposes only -# # Redistribution and use in source and binary forms, with or without # modification, are permitted provided that the following conditions are met: # diff --git a/configs/ruby/GPU_VIPER.py b/configs/ruby/GPU_VIPER.py index b8a427104f..f8a7386f80 100644 --- a/configs/ruby/GPU_VIPER.py +++ b/configs/ruby/GPU_VIPER.py @@ -1,8 +1,6 @@ # Copyright (c) 2011-2015 Advanced Micro Devices, Inc. # All rights reserved. # -# For use for simulation and test purposes only -# # Redistribution and use in source and binary forms, with or without # modification, are permitted provided that the following conditions are met: # diff --git a/configs/ruby/MOESI_AMD_Base.py b/configs/ruby/MOESI_AMD_Base.py index bd52ebadbe..12b87712fc 100644 --- a/configs/ruby/MOESI_AMD_Base.py +++ b/configs/ruby/MOESI_AMD_Base.py @@ -1,8 +1,6 @@ # Copyright (c) 2010-2015 Advanced Micro Devices, Inc. # All rights reserved. # -# For use for simulation and test purposes only -# # Redistribution and use in source and binary forms, with or without # modification, are permitted provided that the following conditions are met: # diff --git a/src/arch/amdgpu/common/SConscript b/src/arch/amdgpu/common/SConscript index f6f9cb68c7..2e49e7a6b1 100644 --- a/src/arch/amdgpu/common/SConscript +++ b/src/arch/amdgpu/common/SConscript @@ -1,8 +1,6 @@ # Copyright (c) 2021 Advanced Micro Devices, Inc. # All rights reserved. # -# For use for simulation and test purposes only -# # Redistribution and use in source and binary forms, with or without # modification, are permitted provided that the following conditions are met: # diff --git a/src/arch/amdgpu/common/X86GPUTLB.py b/src/arch/amdgpu/common/X86GPUTLB.py index b5f3387402..557ace6f9b 100644 --- a/src/arch/amdgpu/common/X86GPUTLB.py +++ b/src/arch/amdgpu/common/X86GPUTLB.py @@ -1,8 +1,6 @@ # Copyright (c) 2011-2015 Advanced Micro Devices, Inc. # All rights reserved. # -# For use for simulation and test purposes only -# # Redistribution and use in source and binary forms, with or without # modification, are permitted provided that the following conditions are met: # diff --git a/src/arch/amdgpu/common/tlb.cc b/src/arch/amdgpu/common/tlb.cc index e108a0b563..7bee4c30e2 100644 --- a/src/arch/amdgpu/common/tlb.cc +++ b/src/arch/amdgpu/common/tlb.cc @@ -2,8 +2,6 @@ * Copyright (c) 2011-2021 Advanced Micro Devices, Inc. * All rights reserved. * - * For use for simulation and test purposes only - * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: * diff --git a/src/arch/amdgpu/common/tlb.hh b/src/arch/amdgpu/common/tlb.hh index 944c0ac59c..dec0d61a43 100644 --- a/src/arch/amdgpu/common/tlb.hh +++ b/src/arch/amdgpu/common/tlb.hh @@ -2,8 +2,6 @@ * Copyright (c) 2011-2015 Advanced Micro Devices, Inc. * All rights reserved. * - * For use for simulation and test purposes only - * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: * diff --git a/src/arch/amdgpu/common/tlb_coalescer.cc b/src/arch/amdgpu/common/tlb_coalescer.cc index 507d0e2b6f..367ce5c041 100644 --- a/src/arch/amdgpu/common/tlb_coalescer.cc +++ b/src/arch/amdgpu/common/tlb_coalescer.cc @@ -2,8 +2,6 @@ * Copyright (c) 2011-2015 Advanced Micro Devices, Inc. * All rights reserved. * - * For use for simulation and test purposes only - * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: * diff --git a/src/arch/amdgpu/common/tlb_coalescer.hh b/src/arch/amdgpu/common/tlb_coalescer.hh index 22f311c682..6c940b1dd1 100644 --- a/src/arch/amdgpu/common/tlb_coalescer.hh +++ b/src/arch/amdgpu/common/tlb_coalescer.hh @@ -2,8 +2,6 @@ * Copyright (c) 2011-2015 Advanced Micro Devices, Inc. * All rights reserved. * - * For use for simulation and test purposes only - * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: * diff --git a/src/arch/amdgpu/gcn3/SConscript b/src/arch/amdgpu/gcn3/SConscript index eb309c42e6..6b206488de 100644 --- a/src/arch/amdgpu/gcn3/SConscript +++ b/src/arch/amdgpu/gcn3/SConscript @@ -3,8 +3,6 @@ # Copyright (c) 2015-2017 Advanced Micro Devices, Inc. # All rights reserved. # -# For use for simulation and test purposes only -# # Redistribution and use in source and binary forms, with or without # modification, are permitted provided that the following conditions are met: # diff --git a/src/arch/amdgpu/gcn3/SConsopts b/src/arch/amdgpu/gcn3/SConsopts index 3312e98082..edccf603fa 100644 --- a/src/arch/amdgpu/gcn3/SConsopts +++ b/src/arch/amdgpu/gcn3/SConsopts @@ -3,8 +3,6 @@ # Copyright (c) 2015, 2017 Advanced Micro Devices, Inc. # All rights reserved. # -# For use for simulation and test purposes only -# # Redistribution and use in source and binary forms, with or without # modification, are permitted provided that the following conditions are met: # diff --git a/src/arch/amdgpu/gcn3/decoder.cc b/src/arch/amdgpu/gcn3/decoder.cc index ec7ee4e94c..c0fcc3a7dd 100644 --- a/src/arch/amdgpu/gcn3/decoder.cc +++ b/src/arch/amdgpu/gcn3/decoder.cc @@ -2,8 +2,6 @@ * Copyright (c) 2015-2021 Advanced Micro Devices, Inc. * All rights reserved. * - * For use for simulation and test purposes only - * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: * diff --git a/src/arch/amdgpu/gcn3/gpu_decoder.hh b/src/arch/amdgpu/gcn3/gpu_decoder.hh index 02a420b465..1dadae6f30 100644 --- a/src/arch/amdgpu/gcn3/gpu_decoder.hh +++ b/src/arch/amdgpu/gcn3/gpu_decoder.hh @@ -2,8 +2,6 @@ * Copyright (c) 2015-2021 Advanced Micro Devices, Inc. * All rights reserved. * - * For use for simulation and test purposes only - * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: * diff --git a/src/arch/amdgpu/gcn3/gpu_isa.hh b/src/arch/amdgpu/gcn3/gpu_isa.hh index 26cbc5c3e8..4d5aba46c7 100644 --- a/src/arch/amdgpu/gcn3/gpu_isa.hh +++ b/src/arch/amdgpu/gcn3/gpu_isa.hh @@ -2,8 +2,6 @@ * Copyright (c) 2016-2021 Advanced Micro Devices, Inc. * All rights reserved. * - * For use for simulation and test purposes only - * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: * diff --git a/src/arch/amdgpu/gcn3/gpu_mem_helpers.hh b/src/arch/amdgpu/gcn3/gpu_mem_helpers.hh index 0a0b304ba3..009bb7c6c7 100644 --- a/src/arch/amdgpu/gcn3/gpu_mem_helpers.hh +++ b/src/arch/amdgpu/gcn3/gpu_mem_helpers.hh @@ -2,8 +2,6 @@ * Copyright (c) 2021 Advanced Micro Devices, Inc. * All rights reserved. * - * For use for simulation and test purposes only - * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: * diff --git a/src/arch/amdgpu/gcn3/gpu_registers.hh b/src/arch/amdgpu/gcn3/gpu_registers.hh index e897d68963..7f1307f372 100644 --- a/src/arch/amdgpu/gcn3/gpu_registers.hh +++ b/src/arch/amdgpu/gcn3/gpu_registers.hh @@ -2,8 +2,6 @@ * Copyright (c) 2015-2021 Advanced Micro Devices, Inc. * All rights reserved. * - * For use for simulation and test purposes only - * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: * diff --git a/src/arch/amdgpu/gcn3/gpu_types.hh b/src/arch/amdgpu/gcn3/gpu_types.hh index 4c7e288a70..4cb862de48 100644 --- a/src/arch/amdgpu/gcn3/gpu_types.hh +++ b/src/arch/amdgpu/gcn3/gpu_types.hh @@ -2,8 +2,6 @@ * Copyright (c) 2015-2021 Advanced Micro Devices, Inc. * All rights reserved. * - * For use for simulation and test purposes only - * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: * diff --git a/src/arch/amdgpu/gcn3/insts/gpu_static_inst.cc b/src/arch/amdgpu/gcn3/insts/gpu_static_inst.cc index 2cedbe153c..8e5310843e 100644 --- a/src/arch/amdgpu/gcn3/insts/gpu_static_inst.cc +++ b/src/arch/amdgpu/gcn3/insts/gpu_static_inst.cc @@ -2,8 +2,6 @@ * Copyright (c) 2015-2021 Advanced Micro Devices, Inc. * All rights reserved. * - * For use for simulation and test purposes only - * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: * diff --git a/src/arch/amdgpu/gcn3/insts/gpu_static_inst.hh b/src/arch/amdgpu/gcn3/insts/gpu_static_inst.hh index 82f5714056..aa742f2e3a 100644 --- a/src/arch/amdgpu/gcn3/insts/gpu_static_inst.hh +++ b/src/arch/amdgpu/gcn3/insts/gpu_static_inst.hh @@ -2,8 +2,6 @@ * Copyright (c) 2015-2021 Advanced Micro Devices, Inc. * All rights reserved. * - * For use for simulation and test purposes only - * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: * diff --git a/src/arch/amdgpu/gcn3/insts/inst_util.hh b/src/arch/amdgpu/gcn3/insts/inst_util.hh index dddbce476e..dfade6ad87 100644 --- a/src/arch/amdgpu/gcn3/insts/inst_util.hh +++ b/src/arch/amdgpu/gcn3/insts/inst_util.hh @@ -2,8 +2,6 @@ * Copyright (c) 2015-2021 Advanced Micro Devices, Inc. * All rights reserved. * - * For use for simulation and test purposes only - * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: * diff --git a/src/arch/amdgpu/gcn3/insts/instructions.cc b/src/arch/amdgpu/gcn3/insts/instructions.cc index bb15957c92..56a541c52f 100644 --- a/src/arch/amdgpu/gcn3/insts/instructions.cc +++ b/src/arch/amdgpu/gcn3/insts/instructions.cc @@ -2,8 +2,6 @@ * Copyright (c) 2015-2021 Advanced Micro Devices, Inc. * All rights reserved. * - * For use for simulation and test purposes only - * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: * diff --git a/src/arch/amdgpu/gcn3/insts/instructions.hh b/src/arch/amdgpu/gcn3/insts/instructions.hh index f49182ec8a..d1b7ccb60e 100644 --- a/src/arch/amdgpu/gcn3/insts/instructions.hh +++ b/src/arch/amdgpu/gcn3/insts/instructions.hh @@ -2,8 +2,6 @@ * Copyright (c) 2015-2021 Advanced Micro Devices, Inc. * All rights reserved. * - * For use for simulation and test purposes only - * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: * diff --git a/src/arch/amdgpu/gcn3/insts/op_encodings.cc b/src/arch/amdgpu/gcn3/insts/op_encodings.cc index cf20a2ea06..41b4feefc1 100644 --- a/src/arch/amdgpu/gcn3/insts/op_encodings.cc +++ b/src/arch/amdgpu/gcn3/insts/op_encodings.cc @@ -2,8 +2,6 @@ * Copyright (c) 2016-2021 Advanced Micro Devices, Inc. * All rights reserved. * - * For use for simulation and test purposes only - * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: * diff --git a/src/arch/amdgpu/gcn3/insts/op_encodings.hh b/src/arch/amdgpu/gcn3/insts/op_encodings.hh index be96924064..880ccc4503 100644 --- a/src/arch/amdgpu/gcn3/insts/op_encodings.hh +++ b/src/arch/amdgpu/gcn3/insts/op_encodings.hh @@ -2,8 +2,6 @@ * Copyright (c) 2016-2021 Advanced Micro Devices, Inc. * All rights reserved. * - * For use for simulation and test purposes only - * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: * diff --git a/src/arch/amdgpu/gcn3/isa.cc b/src/arch/amdgpu/gcn3/isa.cc index 9349045d34..385a0f0901 100644 --- a/src/arch/amdgpu/gcn3/isa.cc +++ b/src/arch/amdgpu/gcn3/isa.cc @@ -2,8 +2,6 @@ * Copyright (c) 2016-2021 Advanced Micro Devices, Inc. * All rights reserved. * - * For use for simulation and test purposes only - * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: * diff --git a/src/arch/amdgpu/gcn3/operand.hh b/src/arch/amdgpu/gcn3/operand.hh index e8e93215be..6b51307f44 100644 --- a/src/arch/amdgpu/gcn3/operand.hh +++ b/src/arch/amdgpu/gcn3/operand.hh @@ -2,8 +2,6 @@ * Copyright (c) 2017-2021 Advanced Micro Devices, Inc. * All rights reserved. * - * For use for simulation and test purposes only - * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: * diff --git a/src/arch/amdgpu/gcn3/registers.cc b/src/arch/amdgpu/gcn3/registers.cc index 7a065674cb..3329cf1ff1 100644 --- a/src/arch/amdgpu/gcn3/registers.cc +++ b/src/arch/amdgpu/gcn3/registers.cc @@ -2,8 +2,6 @@ * Copyright (c) 2015-2021 Advanced Micro Devices, Inc. * All rights reserved. * - * For use for simulation and test purposes only - * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: * diff --git a/src/arch/amdgpu/vega/SConscript b/src/arch/amdgpu/vega/SConscript index 5e9e63aefb..a8bab57a24 100644 --- a/src/arch/amdgpu/vega/SConscript +++ b/src/arch/amdgpu/vega/SConscript @@ -3,8 +3,6 @@ # Copyright (c) 2021 Advanced Micro Devices, Inc. # All rights reserved. # -# For use for simulation and test purposes only -# # Redistribution and use in source and binary forms, with or without # modification, are permitted provided that the following conditions are met: # diff --git a/src/arch/amdgpu/vega/SConsopts b/src/arch/amdgpu/vega/SConsopts index b2b6695722..38b07a89ff 100644 --- a/src/arch/amdgpu/vega/SConsopts +++ b/src/arch/amdgpu/vega/SConsopts @@ -3,8 +3,6 @@ # Copyright (c) 2021 Advanced Micro Devices, Inc. # All rights reserved. # -# For use for simulation and test purposes only -# # Redistribution and use in source and binary forms, with or without # modification, are permitted provided that the following conditions are met: # diff --git a/src/arch/amdgpu/vega/decoder.cc b/src/arch/amdgpu/vega/decoder.cc index b7bd3445f4..33443658f0 100644 --- a/src/arch/amdgpu/vega/decoder.cc +++ b/src/arch/amdgpu/vega/decoder.cc @@ -2,8 +2,6 @@ * Copyright (c) 2015-2021 Advanced Micro Devices, Inc. * All rights reserved. * - * For use for simulation and test purposes only - * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: * diff --git a/src/arch/amdgpu/vega/gpu_decoder.hh b/src/arch/amdgpu/vega/gpu_decoder.hh index 878dc8b759..1ca292675e 100644 --- a/src/arch/amdgpu/vega/gpu_decoder.hh +++ b/src/arch/amdgpu/vega/gpu_decoder.hh @@ -2,8 +2,6 @@ * Copyright (c) 2015-2021 Advanced Micro Devices, Inc. * All rights reserved. * - * For use for simulation and test purposes only - * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: * diff --git a/src/arch/amdgpu/vega/gpu_isa.hh b/src/arch/amdgpu/vega/gpu_isa.hh index 925503fa1f..82dd8dd37e 100644 --- a/src/arch/amdgpu/vega/gpu_isa.hh +++ b/src/arch/amdgpu/vega/gpu_isa.hh @@ -2,8 +2,6 @@ * Copyright (c) 2016-2021 Advanced Micro Devices, Inc. * All rights reserved. * - * For use for simulation and test purposes only - * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: * diff --git a/src/arch/amdgpu/vega/gpu_mem_helpers.hh b/src/arch/amdgpu/vega/gpu_mem_helpers.hh index 3b2aa77482..c60325dac0 100644 --- a/src/arch/amdgpu/vega/gpu_mem_helpers.hh +++ b/src/arch/amdgpu/vega/gpu_mem_helpers.hh @@ -2,8 +2,6 @@ * Copyright (c) 2021 Advanced Micro Devices, Inc. * All rights reserved. * - * For use for simulation and test purposes only - * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: * diff --git a/src/arch/amdgpu/vega/gpu_registers.hh b/src/arch/amdgpu/vega/gpu_registers.hh index d744a903df..63929d5917 100644 --- a/src/arch/amdgpu/vega/gpu_registers.hh +++ b/src/arch/amdgpu/vega/gpu_registers.hh @@ -2,8 +2,6 @@ * Copyright (c) 2015-2021 Advanced Micro Devices, Inc. * All rights reserved. * - * For use for simulation and test purposes only - * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: * diff --git a/src/arch/amdgpu/vega/gpu_types.hh b/src/arch/amdgpu/vega/gpu_types.hh index e40230ad6c..f95ab17846 100644 --- a/src/arch/amdgpu/vega/gpu_types.hh +++ b/src/arch/amdgpu/vega/gpu_types.hh @@ -2,8 +2,6 @@ * Copyright (c) 2015-2021 Advanced Micro Devices, Inc. * All rights reserved. * - * For use for simulation and test purposes only - * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: * diff --git a/src/arch/amdgpu/vega/insts/gpu_static_inst.cc b/src/arch/amdgpu/vega/insts/gpu_static_inst.cc index 35819f0d05..aba48a5db8 100644 --- a/src/arch/amdgpu/vega/insts/gpu_static_inst.cc +++ b/src/arch/amdgpu/vega/insts/gpu_static_inst.cc @@ -2,8 +2,6 @@ * Copyright (c) 2015-2021 Advanced Micro Devices, Inc. * All rights reserved. * - * For use for simulation and test purposes only - * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: * diff --git a/src/arch/amdgpu/vega/insts/gpu_static_inst.hh b/src/arch/amdgpu/vega/insts/gpu_static_inst.hh index fa2a8e1651..f5d3e730dc 100644 --- a/src/arch/amdgpu/vega/insts/gpu_static_inst.hh +++ b/src/arch/amdgpu/vega/insts/gpu_static_inst.hh @@ -2,8 +2,6 @@ * Copyright (c) 2015-2021 Advanced Micro Devices, Inc. * All rights reserved. * - * For use for simulation and test purposes only - * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: * diff --git a/src/arch/amdgpu/vega/insts/inst_util.hh b/src/arch/amdgpu/vega/insts/inst_util.hh index 55176e5b61..01925f9d07 100644 --- a/src/arch/amdgpu/vega/insts/inst_util.hh +++ b/src/arch/amdgpu/vega/insts/inst_util.hh @@ -2,8 +2,6 @@ * Copyright (c) 2015-2021 Advanced Micro Devices, Inc. * All rights reserved. * - * For use for simulation and test purposes only - * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: * diff --git a/src/arch/amdgpu/vega/insts/instructions.cc b/src/arch/amdgpu/vega/insts/instructions.cc index 28473d7238..56ccc3df55 100644 --- a/src/arch/amdgpu/vega/insts/instructions.cc +++ b/src/arch/amdgpu/vega/insts/instructions.cc @@ -2,8 +2,6 @@ * Copyright (c) 2015-2021 Advanced Micro Devices, Inc. * All rights reserved. * - * For use for simulation and test purposes only - * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: * diff --git a/src/arch/amdgpu/vega/insts/instructions.hh b/src/arch/amdgpu/vega/insts/instructions.hh index 88c133cf45..95c66ba90a 100644 --- a/src/arch/amdgpu/vega/insts/instructions.hh +++ b/src/arch/amdgpu/vega/insts/instructions.hh @@ -2,8 +2,6 @@ * Copyright (c) 2015-2021 Advanced Micro Devices, Inc. * All rights reserved. * - * For use for simulation and test purposes only - * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: * diff --git a/src/arch/amdgpu/vega/insts/op_encodings.cc b/src/arch/amdgpu/vega/insts/op_encodings.cc index 585021d0e5..40910e4cac 100644 --- a/src/arch/amdgpu/vega/insts/op_encodings.cc +++ b/src/arch/amdgpu/vega/insts/op_encodings.cc @@ -2,8 +2,6 @@ * Copyright (c) 2016-2021 Advanced Micro Devices, Inc. * All rights reserved. * - * For use for simulation and test purposes only - * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: * diff --git a/src/arch/amdgpu/vega/insts/op_encodings.hh b/src/arch/amdgpu/vega/insts/op_encodings.hh index 50bb0823ab..109e680f1e 100644 --- a/src/arch/amdgpu/vega/insts/op_encodings.hh +++ b/src/arch/amdgpu/vega/insts/op_encodings.hh @@ -2,8 +2,6 @@ * Copyright (c) 2016-2021 Advanced Micro Devices, Inc. * All rights reserved. * - * For use for simulation and test purposes only - * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: * diff --git a/src/arch/amdgpu/vega/isa.cc b/src/arch/amdgpu/vega/isa.cc index 459a6e5496..1a5d8d3985 100644 --- a/src/arch/amdgpu/vega/isa.cc +++ b/src/arch/amdgpu/vega/isa.cc @@ -2,8 +2,6 @@ * Copyright (c) 2016-2021 Advanced Micro Devices, Inc. * All rights reserved. * - * For use for simulation and test purposes only - * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: * diff --git a/src/arch/amdgpu/vega/operand.hh b/src/arch/amdgpu/vega/operand.hh index e9e1fd03fc..d6542971ef 100644 --- a/src/arch/amdgpu/vega/operand.hh +++ b/src/arch/amdgpu/vega/operand.hh @@ -2,8 +2,6 @@ * Copyright (c) 2017-2021 Advanced Micro Devices, Inc. * All rights reserved. * - * For use for simulation and test purposes only - * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: * diff --git a/src/arch/amdgpu/vega/registers.cc b/src/arch/amdgpu/vega/registers.cc index 6b75222f1e..2145ee38a5 100644 --- a/src/arch/amdgpu/vega/registers.cc +++ b/src/arch/amdgpu/vega/registers.cc @@ -2,8 +2,6 @@ * Copyright (c) 2015-2021 Advanced Micro Devices, Inc. * All rights reserved. * - * For use for simulation and test purposes only - * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: * diff --git a/src/cpu/testers/gpu_ruby_test/CpuThread.py b/src/cpu/testers/gpu_ruby_test/CpuThread.py index be6469222d..a9fa2efecd 100644 --- a/src/cpu/testers/gpu_ruby_test/CpuThread.py +++ b/src/cpu/testers/gpu_ruby_test/CpuThread.py @@ -1,8 +1,6 @@ # Copyright (c) 2017-2021 Advanced Micro Devices, Inc. # All rights reserved. # -# For use for simulation and test purposes only -# # Redistribution and use in source and binary forms, with or without # modification, are permitted provided that the following conditions are met: # diff --git a/src/cpu/testers/gpu_ruby_test/DmaThread.py b/src/cpu/testers/gpu_ruby_test/DmaThread.py index 5f9165fdb5..c5ab564e21 100644 --- a/src/cpu/testers/gpu_ruby_test/DmaThread.py +++ b/src/cpu/testers/gpu_ruby_test/DmaThread.py @@ -1,8 +1,6 @@ # Copyright (c) 2021 Advanced Micro Devices, Inc. # All rights reserved. # -# For use for simulation and test purposes only -# # Redistribution and use in source and binary forms, with or without # modification, are permitted provided that the following conditions are met: # diff --git a/src/cpu/testers/gpu_ruby_test/GpuWavefront.py b/src/cpu/testers/gpu_ruby_test/GpuWavefront.py index b1dc45b48b..f71ed3c14f 100644 --- a/src/cpu/testers/gpu_ruby_test/GpuWavefront.py +++ b/src/cpu/testers/gpu_ruby_test/GpuWavefront.py @@ -1,8 +1,6 @@ # Copyright (c) 2017-2021 Advanced Micro Devices, Inc. # All rights reserved. # -# For use for simulation and test purposes only -# # Redistribution and use in source and binary forms, with or without # modification, are permitted provided that the following conditions are met: # diff --git a/src/cpu/testers/gpu_ruby_test/ProtocolTester.py b/src/cpu/testers/gpu_ruby_test/ProtocolTester.py index cf24aec71c..3a87337d31 100644 --- a/src/cpu/testers/gpu_ruby_test/ProtocolTester.py +++ b/src/cpu/testers/gpu_ruby_test/ProtocolTester.py @@ -1,8 +1,6 @@ # Copyright (c) 2017-2021 Advanced Micro Devices, Inc. # All rights reserved. # -# For use for simulation and test purposes only -# # Redistribution and use in source and binary forms, with or without # modification, are permitted provided that the following conditions are met: # diff --git a/src/cpu/testers/gpu_ruby_test/README b/src/cpu/testers/gpu_ruby_test/README index 390b503431..73fd55421c 100644 --- a/src/cpu/testers/gpu_ruby_test/README +++ b/src/cpu/testers/gpu_ruby_test/README @@ -2,8 +2,6 @@ * Copyright (c) 2017-2021 Advanced Micro Devices, Inc. * All rights reserved. * - * For use for simulation and test purposes only - * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: * diff --git a/src/cpu/testers/gpu_ruby_test/SConscript b/src/cpu/testers/gpu_ruby_test/SConscript index a84e9f8838..88215ccddd 100644 --- a/src/cpu/testers/gpu_ruby_test/SConscript +++ b/src/cpu/testers/gpu_ruby_test/SConscript @@ -2,8 +2,6 @@ # Copyright (c) 2017-2021 Advanced Micro Devices, Inc. # All rights reserved. # -# For use for simulation and test purposes only -# # Redistribution and use in source and binary forms, with or without # modification, are permitted provided that the following conditions are met: # diff --git a/src/cpu/testers/gpu_ruby_test/TesterDma.py b/src/cpu/testers/gpu_ruby_test/TesterDma.py index 0b864ffa12..1555393804 100644 --- a/src/cpu/testers/gpu_ruby_test/TesterDma.py +++ b/src/cpu/testers/gpu_ruby_test/TesterDma.py @@ -1,8 +1,6 @@ # Copyright (c) 2021 Advanced Micro Devices, Inc. # All rights reserved. # -# For use for simulation and test purposes only -# # Redistribution and use in source and binary forms, with or without # modification, are permitted provided that the following conditions are met: # diff --git a/src/cpu/testers/gpu_ruby_test/TesterThread.py b/src/cpu/testers/gpu_ruby_test/TesterThread.py index eaa5cc45cc..c743dd5d95 100644 --- a/src/cpu/testers/gpu_ruby_test/TesterThread.py +++ b/src/cpu/testers/gpu_ruby_test/TesterThread.py @@ -1,8 +1,6 @@ # Copyright (c) 2017-2021 Advanced Micro Devices, Inc. # All rights reserved. # -# For use for simulation and test purposes only -# # Redistribution and use in source and binary forms, with or without # modification, are permitted provided that the following conditions are met: # diff --git a/src/cpu/testers/gpu_ruby_test/address_manager.cc b/src/cpu/testers/gpu_ruby_test/address_manager.cc index 959f8a2dcd..37f74203f7 100644 --- a/src/cpu/testers/gpu_ruby_test/address_manager.cc +++ b/src/cpu/testers/gpu_ruby_test/address_manager.cc @@ -2,8 +2,6 @@ * Copyright (c) 2017-2020 Advanced Micro Devices, Inc. * All rights reserved. * - * For use for simulation and test purposes only - * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: * diff --git a/src/cpu/testers/gpu_ruby_test/address_manager.hh b/src/cpu/testers/gpu_ruby_test/address_manager.hh index 1527db43a0..3a76365062 100644 --- a/src/cpu/testers/gpu_ruby_test/address_manager.hh +++ b/src/cpu/testers/gpu_ruby_test/address_manager.hh @@ -2,8 +2,6 @@ * Copyright (c) 2017-2021 Advanced Micro Devices, Inc. * All rights reserved. * - * For use for simulation and test purposes only - * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: * diff --git a/src/cpu/testers/gpu_ruby_test/cpu_thread.cc b/src/cpu/testers/gpu_ruby_test/cpu_thread.cc index 2dce83ac45..c171d3a487 100644 --- a/src/cpu/testers/gpu_ruby_test/cpu_thread.cc +++ b/src/cpu/testers/gpu_ruby_test/cpu_thread.cc @@ -2,8 +2,6 @@ * Copyright (c) 2017-2021 Advanced Micro Devices, Inc. * All rights reserved. * - * For use for simulation and test purposes only - * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: * diff --git a/src/cpu/testers/gpu_ruby_test/cpu_thread.hh b/src/cpu/testers/gpu_ruby_test/cpu_thread.hh index 32c2020042..fc639df86c 100644 --- a/src/cpu/testers/gpu_ruby_test/cpu_thread.hh +++ b/src/cpu/testers/gpu_ruby_test/cpu_thread.hh @@ -2,8 +2,6 @@ * Copyright (c) 2017-2021 Advanced Micro Devices, Inc. * All rights reserved. * - * For use for simulation and test purposes only - * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: * diff --git a/src/cpu/testers/gpu_ruby_test/dma_thread.cc b/src/cpu/testers/gpu_ruby_test/dma_thread.cc index 0029ee37fb..1d6f46c44b 100644 --- a/src/cpu/testers/gpu_ruby_test/dma_thread.cc +++ b/src/cpu/testers/gpu_ruby_test/dma_thread.cc @@ -2,8 +2,6 @@ * Copyright (c) 2021 Advanced Micro Devices, Inc. * All rights reserved. * - * For use for simulation and test purposes only - * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: * diff --git a/src/cpu/testers/gpu_ruby_test/dma_thread.hh b/src/cpu/testers/gpu_ruby_test/dma_thread.hh index a80322bea9..f35ef7e7a0 100644 --- a/src/cpu/testers/gpu_ruby_test/dma_thread.hh +++ b/src/cpu/testers/gpu_ruby_test/dma_thread.hh @@ -2,8 +2,6 @@ * Copyright (c) 2021 Advanced Micro Devices, Inc. * All rights reserved. * - * For use for simulation and test purposes only - * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: * diff --git a/src/cpu/testers/gpu_ruby_test/episode.cc b/src/cpu/testers/gpu_ruby_test/episode.cc index fb6c849cbe..6822049bbd 100644 --- a/src/cpu/testers/gpu_ruby_test/episode.cc +++ b/src/cpu/testers/gpu_ruby_test/episode.cc @@ -2,8 +2,6 @@ * Copyright (c) 2017-2021 Advanced Micro Devices, Inc. * All rights reserved. * - * For use for simulation and test purposes only - * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: * diff --git a/src/cpu/testers/gpu_ruby_test/episode.hh b/src/cpu/testers/gpu_ruby_test/episode.hh index 091329d1ce..a597b3a932 100644 --- a/src/cpu/testers/gpu_ruby_test/episode.hh +++ b/src/cpu/testers/gpu_ruby_test/episode.hh @@ -2,8 +2,6 @@ * Copyright (c) 2017-2021 Advanced Micro Devices, Inc. * All rights reserved. * - * For use for simulation and test purposes only - * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: * diff --git a/src/cpu/testers/gpu_ruby_test/gpu_wavefront.cc b/src/cpu/testers/gpu_ruby_test/gpu_wavefront.cc index 35c30b19f1..ae4078ee6c 100644 --- a/src/cpu/testers/gpu_ruby_test/gpu_wavefront.cc +++ b/src/cpu/testers/gpu_ruby_test/gpu_wavefront.cc @@ -2,8 +2,6 @@ * Copyright (c) 2017-2021 Advanced Micro Devices, Inc. * All rights reserved. * - * For use for simulation and test purposes only - * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: * diff --git a/src/cpu/testers/gpu_ruby_test/gpu_wavefront.hh b/src/cpu/testers/gpu_ruby_test/gpu_wavefront.hh index 065eb69d19..153d977628 100644 --- a/src/cpu/testers/gpu_ruby_test/gpu_wavefront.hh +++ b/src/cpu/testers/gpu_ruby_test/gpu_wavefront.hh @@ -2,8 +2,6 @@ * Copyright (c) 2017-2021 Advanced Micro Devices, Inc. * All rights reserved. * - * For use for simulation and test purposes only - * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: * diff --git a/src/cpu/testers/gpu_ruby_test/protocol_tester.cc b/src/cpu/testers/gpu_ruby_test/protocol_tester.cc index 5cedd1ff09..f2fd7f9600 100644 --- a/src/cpu/testers/gpu_ruby_test/protocol_tester.cc +++ b/src/cpu/testers/gpu_ruby_test/protocol_tester.cc @@ -2,8 +2,6 @@ * Copyright (c) 2017-2021 Advanced Micro Devices, Inc. * All rights reserved. * - * For use for simulation and test purposes only - * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: * diff --git a/src/cpu/testers/gpu_ruby_test/protocol_tester.hh b/src/cpu/testers/gpu_ruby_test/protocol_tester.hh index 1d9b99f599..758ece50f1 100644 --- a/src/cpu/testers/gpu_ruby_test/protocol_tester.hh +++ b/src/cpu/testers/gpu_ruby_test/protocol_tester.hh @@ -2,8 +2,6 @@ * Copyright (c) 2017-2021 Advanced Micro Devices, Inc. * All rights reserved. * - * For use for simulation and test purposes only - * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: * diff --git a/src/cpu/testers/gpu_ruby_test/tester_dma.hh b/src/cpu/testers/gpu_ruby_test/tester_dma.hh index d4743ad910..5b98be5234 100644 --- a/src/cpu/testers/gpu_ruby_test/tester_dma.hh +++ b/src/cpu/testers/gpu_ruby_test/tester_dma.hh @@ -2,8 +2,6 @@ * Copyright (c) 2021 Advanced Micro Devices, Inc. * All rights reserved. * - * For use for simulation and test purposes only - * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: * diff --git a/src/cpu/testers/gpu_ruby_test/tester_thread.cc b/src/cpu/testers/gpu_ruby_test/tester_thread.cc index fec7718992..2dfd54a2e4 100644 --- a/src/cpu/testers/gpu_ruby_test/tester_thread.cc +++ b/src/cpu/testers/gpu_ruby_test/tester_thread.cc @@ -2,8 +2,6 @@ * Copyright (c) 2017-2021 Advanced Micro Devices, Inc. * All rights reserved. * - * For use for simulation and test purposes only - * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: * diff --git a/src/cpu/testers/gpu_ruby_test/tester_thread.hh b/src/cpu/testers/gpu_ruby_test/tester_thread.hh index 714a193ecd..5612df969e 100644 --- a/src/cpu/testers/gpu_ruby_test/tester_thread.hh +++ b/src/cpu/testers/gpu_ruby_test/tester_thread.hh @@ -2,8 +2,6 @@ * Copyright (c) 2017-2021 Advanced Micro Devices, Inc. * All rights reserved. * - * For use for simulation and test purposes only - * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: * diff --git a/src/dev/amdgpu/AMDGPU.py b/src/dev/amdgpu/AMDGPU.py index f72f5124f0..9ca9b3b693 100644 --- a/src/dev/amdgpu/AMDGPU.py +++ b/src/dev/amdgpu/AMDGPU.py @@ -1,8 +1,6 @@ # Copyright (c) 2021 Advanced Micro Devices, Inc. # All rights reserved. # -# For use for simulation and test purposes only -# # Redistribution and use in source and binary forms, with or without # modification, are permitted provided that the following conditions are met: # diff --git a/src/dev/amdgpu/SConscript b/src/dev/amdgpu/SConscript index 605a0b7a0e..87a560ebf7 100644 --- a/src/dev/amdgpu/SConscript +++ b/src/dev/amdgpu/SConscript @@ -1,8 +1,6 @@ # Copyright (c) 2021 Advanced Micro Devices, Inc. # All rights reserved. # -# For use for simulation and test purposes only -# # Redistribution and use in source and binary forms, with or without # modification, are permitted provided that the following conditions are met: # diff --git a/src/dev/amdgpu/amdgpu_device.cc b/src/dev/amdgpu/amdgpu_device.cc index 94a5a6afee..a4edef4d67 100644 --- a/src/dev/amdgpu/amdgpu_device.cc +++ b/src/dev/amdgpu/amdgpu_device.cc @@ -2,8 +2,6 @@ * Copyright (c) 2021 Advanced Micro Devices, Inc. * All rights reserved. * - * For use for simulation and test purposes only - * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: * diff --git a/src/dev/amdgpu/amdgpu_device.hh b/src/dev/amdgpu/amdgpu_device.hh index 6915d3daea..b97d682a1a 100644 --- a/src/dev/amdgpu/amdgpu_device.hh +++ b/src/dev/amdgpu/amdgpu_device.hh @@ -2,8 +2,6 @@ * Copyright (c) 2021 Advanced Micro Devices, Inc. * All rights reserved. * - * For use for simulation and test purposes only - * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: * diff --git a/src/dev/amdgpu/mmio_reader.cc b/src/dev/amdgpu/mmio_reader.cc index ddb860f139..636330c607 100644 --- a/src/dev/amdgpu/mmio_reader.cc +++ b/src/dev/amdgpu/mmio_reader.cc @@ -2,8 +2,6 @@ * Copyright (c) 2021 Advanced Micro Devices, Inc. * All rights reserved. * - * For use for simulation and test purposes only - * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: * diff --git a/src/dev/amdgpu/mmio_reader.hh b/src/dev/amdgpu/mmio_reader.hh index a0571837a5..b22a8722e6 100644 --- a/src/dev/amdgpu/mmio_reader.hh +++ b/src/dev/amdgpu/mmio_reader.hh @@ -2,8 +2,6 @@ * Copyright (c) 2021 Advanced Micro Devices, Inc. * All rights reserved. * - * For use for simulation and test purposes only - * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: * diff --git a/src/dev/dma_virt_device.cc b/src/dev/dma_virt_device.cc index b377a03055..18fa4ec813 100644 --- a/src/dev/dma_virt_device.cc +++ b/src/dev/dma_virt_device.cc @@ -2,8 +2,6 @@ * Copyright (c) 2021 Advanced Micro Devices, Inc. * All rights reserved. * - * For use for simulation and test purposes only - * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: * diff --git a/src/dev/dma_virt_device.hh b/src/dev/dma_virt_device.hh index e38d291f56..f49337c046 100644 --- a/src/dev/dma_virt_device.hh +++ b/src/dev/dma_virt_device.hh @@ -2,8 +2,6 @@ * Copyright (c) 2021 Advanced Micro Devices, Inc. * All rights reserved. * - * For use for simulation and test purposes only - * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: * diff --git a/src/dev/hsa/HSADevice.py b/src/dev/hsa/HSADevice.py index 8a6e61d18b..00a3dd7087 100644 --- a/src/dev/hsa/HSADevice.py +++ b/src/dev/hsa/HSADevice.py @@ -1,8 +1,6 @@ # Copyright (c) 2015-2018 Advanced Micro Devices, Inc. # All rights reserved. # -# For use for simulation and test purposes only -# # Redistribution and use in source and binary forms, with or without # modification, are permitted provided that the following conditions are met: # diff --git a/src/dev/hsa/HSADriver.py b/src/dev/hsa/HSADriver.py index 4173dcf7b2..021bd607ff 100644 --- a/src/dev/hsa/HSADriver.py +++ b/src/dev/hsa/HSADriver.py @@ -1,8 +1,6 @@ # Copyright (c) 2015-2018 Advanced Micro Devices, Inc. # All rights reserved. # -# For use for simulation and test purposes only -# # Redistribution and use in source and binary forms, with or without # modification, are permitted provided that the following conditions are met: # diff --git a/src/dev/hsa/SConscript b/src/dev/hsa/SConscript index 14bdeac9f4..c1d3ed4c09 100644 --- a/src/dev/hsa/SConscript +++ b/src/dev/hsa/SConscript @@ -3,8 +3,6 @@ # Copyright (c) 2017 Advanced Micro Devices, Inc. # All rights reserved. # -# For use for simulation and test purposes only -# # Redistribution and use in source and binary forms, with or without # modification, are permitted provided that the following conditions are met: # diff --git a/src/dev/hsa/hsa_packet.hh b/src/dev/hsa/hsa_packet.hh index d4874c3d13..8c7d694431 100644 --- a/src/dev/hsa/hsa_packet.hh +++ b/src/dev/hsa/hsa_packet.hh @@ -2,8 +2,6 @@ * Copyright (c) 2015-2017 Advanced Micro Devices, Inc. * All rights reserved. * - * For use for simulation and test purposes only - * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: * diff --git a/src/dev/hsa/hsa_packet_processor.cc b/src/dev/hsa/hsa_packet_processor.cc index 44c0e874d9..91dd7321b7 100644 --- a/src/dev/hsa/hsa_packet_processor.cc +++ b/src/dev/hsa/hsa_packet_processor.cc @@ -2,8 +2,6 @@ * Copyright (c) 2015-2018 Advanced Micro Devices, Inc. * All rights reserved. * - * For use for simulation and test purposes only - * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: * diff --git a/src/dev/hsa/hsa_packet_processor.hh b/src/dev/hsa/hsa_packet_processor.hh index 144fe42078..29d6889683 100644 --- a/src/dev/hsa/hsa_packet_processor.hh +++ b/src/dev/hsa/hsa_packet_processor.hh @@ -2,8 +2,6 @@ * Copyright (c) 2015-2018 Advanced Micro Devices, Inc. * All rights reserved. * - * For use for simulation and test purposes only - * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: * diff --git a/src/dev/hsa/hsa_queue.hh b/src/dev/hsa/hsa_queue.hh index 4aa1c3b850..f62d7f9aeb 100644 --- a/src/dev/hsa/hsa_queue.hh +++ b/src/dev/hsa/hsa_queue.hh @@ -2,8 +2,6 @@ * Copyright (c) 2016-2017 Advanced Micro Devices, Inc. * All rights reserved. * - * For use for simulation and test purposes only - * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: * diff --git a/src/dev/hsa/hsa_signal.hh b/src/dev/hsa/hsa_signal.hh index 725aca301b..6acbcb7e1b 100644 --- a/src/dev/hsa/hsa_signal.hh +++ b/src/dev/hsa/hsa_signal.hh @@ -2,8 +2,6 @@ * Copyright (c) 2016-2019 Advanced Micro Devices, Inc. * All rights reserved. * - * For use for simulation and test purposes only - * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: * diff --git a/src/dev/hsa/hw_scheduler.cc b/src/dev/hsa/hw_scheduler.cc index f42dedef1c..bd02b304f1 100644 --- a/src/dev/hsa/hw_scheduler.cc +++ b/src/dev/hsa/hw_scheduler.cc @@ -2,8 +2,6 @@ * Copyright (c) 2016-2017 Advanced Micro Devices, Inc. * All rights reserved. * - * For use for simulation and test purposes only - * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: * diff --git a/src/dev/hsa/hw_scheduler.hh b/src/dev/hsa/hw_scheduler.hh index 8c043ec8ef..e7d1a6195d 100644 --- a/src/dev/hsa/hw_scheduler.hh +++ b/src/dev/hsa/hw_scheduler.hh @@ -2,8 +2,6 @@ * Copyright (c) 2016-2017 Advanced Micro Devices, Inc. * All rights reserved. * - * For use for simulation and test purposes only - * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: * diff --git a/src/dev/hsa/kfd_event_defines.h b/src/dev/hsa/kfd_event_defines.h index 020c174a9d..9e838857f4 100644 --- a/src/dev/hsa/kfd_event_defines.h +++ b/src/dev/hsa/kfd_event_defines.h @@ -2,8 +2,6 @@ * Copyright (c) 2016-2019 Advanced Micro Devices, Inc. * All rights reserved. * - * For use for simulation and test purposes only - * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: * diff --git a/src/gpu-compute/GPU.py b/src/gpu-compute/GPU.py index f714cc0050..99e7cd5768 100644 --- a/src/gpu-compute/GPU.py +++ b/src/gpu-compute/GPU.py @@ -1,8 +1,6 @@ # Copyright (c) 2015-2018 Advanced Micro Devices, Inc. # All rights reserved. # -# For use for simulation and test purposes only -# # Redistribution and use in source and binary forms, with or without # modification, are permitted provided that the following conditions are met: # diff --git a/src/gpu-compute/GPUStaticInstFlags.py b/src/gpu-compute/GPUStaticInstFlags.py index 6b1d107a4c..75bd673c19 100644 --- a/src/gpu-compute/GPUStaticInstFlags.py +++ b/src/gpu-compute/GPUStaticInstFlags.py @@ -1,8 +1,6 @@ # Copyright (c) 2016 Advanced Micro Devices, Inc. # All rights reserved. # -# For use for simulation and test purposes only -# # Redistribution and use in source and binary forms, with or without # modification, are permitted provided that the following conditions are met: # diff --git a/src/gpu-compute/LdsState.py b/src/gpu-compute/LdsState.py index e3848a5f63..fb35d825bb 100644 --- a/src/gpu-compute/LdsState.py +++ b/src/gpu-compute/LdsState.py @@ -1,8 +1,6 @@ # Copyright (c) 2015 Advanced Micro Devices, Inc. # All rights reserved. # -# For use for simulation and test purposes only -# # Redistribution and use in source and binary forms, with or without # modification, are permitted provided that the following conditions are met: # diff --git a/src/gpu-compute/SConscript b/src/gpu-compute/SConscript index e7153fa7df..c6404bc546 100644 --- a/src/gpu-compute/SConscript +++ b/src/gpu-compute/SConscript @@ -3,8 +3,6 @@ # Copyright (c) 2015-2018 Advanced Micro Devices, Inc. # All rights reserved. # -# For use for simulation and test purposes only -# # Redistribution and use in source and binary forms, with or without # modification, are permitted provided that the following conditions are met: # diff --git a/src/gpu-compute/comm.cc b/src/gpu-compute/comm.cc index d6face2f02..a1eb3aeeeb 100644 --- a/src/gpu-compute/comm.cc +++ b/src/gpu-compute/comm.cc @@ -2,8 +2,6 @@ * Copyright (c) 2018 Advanced Micro Devices, Inc. * All rights reserved. * - * For use for simulation and test purposes only - * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: * diff --git a/src/gpu-compute/comm.hh b/src/gpu-compute/comm.hh index d131feefba..b43bbbc65f 100644 --- a/src/gpu-compute/comm.hh +++ b/src/gpu-compute/comm.hh @@ -2,8 +2,6 @@ * Copyright (c) 2018 Advanced Micro Devices, Inc. * All rights reserved. * - * For use for simulation and test purposes only - * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: * diff --git a/src/gpu-compute/compute_unit.cc b/src/gpu-compute/compute_unit.cc index 761d37b672..0273ae99d0 100644 --- a/src/gpu-compute/compute_unit.cc +++ b/src/gpu-compute/compute_unit.cc @@ -2,8 +2,6 @@ * Copyright (c) 2011-2015 Advanced Micro Devices, Inc. * All rights reserved. * - * For use for simulation and test purposes only - * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: * diff --git a/src/gpu-compute/compute_unit.hh b/src/gpu-compute/compute_unit.hh index 8beba70f00..10fd2f93d0 100644 --- a/src/gpu-compute/compute_unit.hh +++ b/src/gpu-compute/compute_unit.hh @@ -2,8 +2,6 @@ * Copyright (c) 2011-2015 Advanced Micro Devices, Inc. * All rights reserved. * - * For use for simulation and test purposes only - * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: * diff --git a/src/gpu-compute/dispatcher.cc b/src/gpu-compute/dispatcher.cc index 6319da059f..a76ba7c0be 100644 --- a/src/gpu-compute/dispatcher.cc +++ b/src/gpu-compute/dispatcher.cc @@ -2,8 +2,6 @@ * Copyright (c) 2011-2015,2018 Advanced Micro Devices, Inc. * All rights reserved. * - * For use for simulation and test purposes only - * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: * diff --git a/src/gpu-compute/dispatcher.hh b/src/gpu-compute/dispatcher.hh index a9a527b2c9..7699ceff7c 100644 --- a/src/gpu-compute/dispatcher.hh +++ b/src/gpu-compute/dispatcher.hh @@ -2,8 +2,6 @@ * Copyright (c) 2011-2015,2018 Advanced Micro Devices, Inc. * All rights reserved. * - * For use for simulation and test purposes only - * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: * diff --git a/src/gpu-compute/dyn_pool_manager.cc b/src/gpu-compute/dyn_pool_manager.cc index 22dfd9d051..62a39a977d 100644 --- a/src/gpu-compute/dyn_pool_manager.cc +++ b/src/gpu-compute/dyn_pool_manager.cc @@ -2,8 +2,6 @@ * Copyright (c) 2020 Advanced Micro Devices, Inc. * All rights reserved. * - * For use for simulation and test purposes only - * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: * diff --git a/src/gpu-compute/dyn_pool_manager.hh b/src/gpu-compute/dyn_pool_manager.hh index 623667f012..c4b1c0940a 100644 --- a/src/gpu-compute/dyn_pool_manager.hh +++ b/src/gpu-compute/dyn_pool_manager.hh @@ -2,8 +2,6 @@ * Copyright (c) 2020 Advanced Micro Devices, Inc. * All rights reserved. * - * For use for simulation and test purposes only - * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: * diff --git a/src/gpu-compute/exec_stage.cc b/src/gpu-compute/exec_stage.cc index 730992c256..bcba938cd8 100644 --- a/src/gpu-compute/exec_stage.cc +++ b/src/gpu-compute/exec_stage.cc @@ -2,8 +2,6 @@ * Copyright (c) 2014-2015 Advanced Micro Devices, Inc. * All rights reserved. * - * For use for simulation and test purposes only - * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: * diff --git a/src/gpu-compute/exec_stage.hh b/src/gpu-compute/exec_stage.hh index 71badb8a6c..c71bdb1994 100644 --- a/src/gpu-compute/exec_stage.hh +++ b/src/gpu-compute/exec_stage.hh @@ -2,8 +2,6 @@ * Copyright (c) 2014-2015 Advanced Micro Devices, Inc. * All rights reserved. * - * For use for simulation and test purposes only - * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: * diff --git a/src/gpu-compute/fetch_stage.cc b/src/gpu-compute/fetch_stage.cc index 8ba9a8589e..15927b5062 100644 --- a/src/gpu-compute/fetch_stage.cc +++ b/src/gpu-compute/fetch_stage.cc @@ -2,8 +2,6 @@ * Copyright (c) 2014-2015 Advanced Micro Devices, Inc. * All rights reserved. * - * For use for simulation and test purposes only - * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: * diff --git a/src/gpu-compute/fetch_stage.hh b/src/gpu-compute/fetch_stage.hh index 86f778ce11..564df4688f 100644 --- a/src/gpu-compute/fetch_stage.hh +++ b/src/gpu-compute/fetch_stage.hh @@ -2,8 +2,6 @@ * Copyright (c) 2014-2015 Advanced Micro Devices, Inc. * All rights reserved. * - * For use for simulation and test purposes only - * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: * diff --git a/src/gpu-compute/fetch_unit.cc b/src/gpu-compute/fetch_unit.cc index fed9cb5501..a5a03706cd 100644 --- a/src/gpu-compute/fetch_unit.cc +++ b/src/gpu-compute/fetch_unit.cc @@ -2,8 +2,6 @@ * Copyright (c) 2014-2017 Advanced Micro Devices, Inc. * All rights reserved. * - * For use for simulation and test purposes only - * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: * diff --git a/src/gpu-compute/fetch_unit.hh b/src/gpu-compute/fetch_unit.hh index 66e334399c..6002665bb0 100644 --- a/src/gpu-compute/fetch_unit.hh +++ b/src/gpu-compute/fetch_unit.hh @@ -2,8 +2,6 @@ * Copyright (c) 2014-2017 Advanced Micro Devices, Inc. * All rights reserved. * - * For use for simulation and test purposes only - * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: * diff --git a/src/gpu-compute/global_memory_pipeline.cc b/src/gpu-compute/global_memory_pipeline.cc index 83d949f981..f766f7e23b 100644 --- a/src/gpu-compute/global_memory_pipeline.cc +++ b/src/gpu-compute/global_memory_pipeline.cc @@ -2,8 +2,6 @@ * Copyright (c) 2014-2015 Advanced Micro Devices, Inc. * All rights reserved. * - * For use for simulation and test purposes only - * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: * diff --git a/src/gpu-compute/global_memory_pipeline.hh b/src/gpu-compute/global_memory_pipeline.hh index 1a525c31a2..90215af6b7 100644 --- a/src/gpu-compute/global_memory_pipeline.hh +++ b/src/gpu-compute/global_memory_pipeline.hh @@ -2,8 +2,6 @@ * Copyright (c) 2014-2015 Advanced Micro Devices, Inc. * All rights reserved. * - * For use for simulation and test purposes only - * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: * diff --git a/src/gpu-compute/gpu_command_processor.cc b/src/gpu-compute/gpu_command_processor.cc index a444c9dec7..46a2004e4a 100644 --- a/src/gpu-compute/gpu_command_processor.cc +++ b/src/gpu-compute/gpu_command_processor.cc @@ -2,8 +2,6 @@ * Copyright (c) 2018 Advanced Micro Devices, Inc. * All rights reserved. * - * For use for simulation and test purposes only - * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: * diff --git a/src/gpu-compute/gpu_command_processor.hh b/src/gpu-compute/gpu_command_processor.hh index c9084d12b2..332f2e0494 100644 --- a/src/gpu-compute/gpu_command_processor.hh +++ b/src/gpu-compute/gpu_command_processor.hh @@ -2,8 +2,6 @@ * Copyright (c) 2018 Advanced Micro Devices, Inc. * All rights reserved. * - * For use for simulation and test purposes only - * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: * diff --git a/src/gpu-compute/gpu_compute_driver.cc b/src/gpu-compute/gpu_compute_driver.cc index 6101dbeb06..e908f4eecc 100644 --- a/src/gpu-compute/gpu_compute_driver.cc +++ b/src/gpu-compute/gpu_compute_driver.cc @@ -2,8 +2,6 @@ * Copyright (c) 2015-2018 Advanced Micro Devices, Inc. * All rights reserved. * - * For use for simulation and test purposes only - * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: * diff --git a/src/gpu-compute/gpu_compute_driver.hh b/src/gpu-compute/gpu_compute_driver.hh index 6ce523ecb7..868ad1cdb9 100644 --- a/src/gpu-compute/gpu_compute_driver.hh +++ b/src/gpu-compute/gpu_compute_driver.hh @@ -2,8 +2,6 @@ * Copyright (c) 2015-2018 Advanced Micro Devices, Inc. * All rights reserved. * - * For use for simulation and test purposes only - * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: * diff --git a/src/gpu-compute/gpu_dyn_inst.cc b/src/gpu-compute/gpu_dyn_inst.cc index 1b1fbe9395..3cbb6f1ff8 100644 --- a/src/gpu-compute/gpu_dyn_inst.cc +++ b/src/gpu-compute/gpu_dyn_inst.cc @@ -2,8 +2,6 @@ * Copyright (c) 2015-2017 Advanced Micro Devices, Inc. * All rights reserved. * - * For use for simulation and test purposes only - * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: * diff --git a/src/gpu-compute/gpu_dyn_inst.hh b/src/gpu-compute/gpu_dyn_inst.hh index 1c6aa319dd..17c7ee6573 100644 --- a/src/gpu-compute/gpu_dyn_inst.hh +++ b/src/gpu-compute/gpu_dyn_inst.hh @@ -2,8 +2,6 @@ * Copyright (c) 2015-2017 Advanced Micro Devices, Inc. * All rights reserved. * - * For use for simulation and test purposes only - * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: * diff --git a/src/gpu-compute/gpu_exec_context.cc b/src/gpu-compute/gpu_exec_context.cc index 9f059c8e1f..b1cab93f63 100644 --- a/src/gpu-compute/gpu_exec_context.cc +++ b/src/gpu-compute/gpu_exec_context.cc @@ -2,8 +2,6 @@ * Copyright (c) 2015 Advanced Micro Devices, Inc. * All rights reserved. * - * For use for simulation and test purposes only - * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: * diff --git a/src/gpu-compute/gpu_exec_context.hh b/src/gpu-compute/gpu_exec_context.hh index 372b701eff..50f29db9a4 100644 --- a/src/gpu-compute/gpu_exec_context.hh +++ b/src/gpu-compute/gpu_exec_context.hh @@ -2,8 +2,6 @@ * Copyright (c) 2015-2018 Advanced Micro Devices, Inc. * All rights reserved. * - * For use for simulation and test purposes only - * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: * diff --git a/src/gpu-compute/gpu_static_inst.cc b/src/gpu-compute/gpu_static_inst.cc index c66330cd8a..063e87eee1 100644 --- a/src/gpu-compute/gpu_static_inst.cc +++ b/src/gpu-compute/gpu_static_inst.cc @@ -2,8 +2,6 @@ * Copyright (c) 2015 Advanced Micro Devices, Inc. * All rights reserved. * - * For use for simulation and test purposes only - * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: * diff --git a/src/gpu-compute/gpu_static_inst.hh b/src/gpu-compute/gpu_static_inst.hh index 8de6c89c53..b86a507dce 100644 --- a/src/gpu-compute/gpu_static_inst.hh +++ b/src/gpu-compute/gpu_static_inst.hh @@ -2,8 +2,6 @@ * Copyright (c) 2015 Advanced Micro Devices, Inc. * All rights reserved. * - * For use for simulation and test purposes only - * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: * diff --git a/src/gpu-compute/hsa_queue_entry.hh b/src/gpu-compute/hsa_queue_entry.hh index 4a22791db8..4261f2c631 100644 --- a/src/gpu-compute/hsa_queue_entry.hh +++ b/src/gpu-compute/hsa_queue_entry.hh @@ -2,8 +2,6 @@ * Copyright (c) 2017-2018 Advanced Micro Devices, Inc. * All rights reserved. * - * For use for simulation and test purposes only - * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: * diff --git a/src/gpu-compute/kernel_code.hh b/src/gpu-compute/kernel_code.hh index 0e9badee4a..1879dee672 100644 --- a/src/gpu-compute/kernel_code.hh +++ b/src/gpu-compute/kernel_code.hh @@ -2,8 +2,6 @@ * Copyright (c) 2015-2017 Advanced Micro Devices, Inc. * All rights reserved. * - * For use for simulation and test purposes only - * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: * diff --git a/src/gpu-compute/lds_state.cc b/src/gpu-compute/lds_state.cc index 0c0b47e087..42b5296cdc 100644 --- a/src/gpu-compute/lds_state.cc +++ b/src/gpu-compute/lds_state.cc @@ -2,8 +2,6 @@ * Copyright (c) 2014-2015 Advanced Micro Devices, Inc. * All rights reserved. * - * For use for simulation and test purposes only - * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: * diff --git a/src/gpu-compute/lds_state.hh b/src/gpu-compute/lds_state.hh index 65aec57492..9dcaccb660 100644 --- a/src/gpu-compute/lds_state.hh +++ b/src/gpu-compute/lds_state.hh @@ -2,8 +2,6 @@ * Copyright (c) 2014-2015 Advanced Micro Devices, Inc. * All rights reserved. * - * For use for simulation and test purposes only - * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: * diff --git a/src/gpu-compute/local_memory_pipeline.cc b/src/gpu-compute/local_memory_pipeline.cc index c99be00468..0149707db3 100644 --- a/src/gpu-compute/local_memory_pipeline.cc +++ b/src/gpu-compute/local_memory_pipeline.cc @@ -2,8 +2,6 @@ * Copyright (c) 2014-2015 Advanced Micro Devices, Inc. * All rights reserved. * - * For use for simulation and test purposes only - * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: * diff --git a/src/gpu-compute/local_memory_pipeline.hh b/src/gpu-compute/local_memory_pipeline.hh index a4e3629b87..9ed733e1ec 100644 --- a/src/gpu-compute/local_memory_pipeline.hh +++ b/src/gpu-compute/local_memory_pipeline.hh @@ -2,8 +2,6 @@ * Copyright (c) 2014-2015 Advanced Micro Devices, Inc. * All rights reserved. * - * For use for simulation and test purposes only - * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: * diff --git a/src/gpu-compute/misc.hh b/src/gpu-compute/misc.hh index f45786d30d..88798da3ff 100644 --- a/src/gpu-compute/misc.hh +++ b/src/gpu-compute/misc.hh @@ -2,8 +2,6 @@ * Copyright (c) 2011-2017 Advanced Micro Devices, Inc. * All rights reserved. * - * For use for simulation and test purposes only - * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: * diff --git a/src/gpu-compute/of_scheduling_policy.hh b/src/gpu-compute/of_scheduling_policy.hh index cd60cd0f45..f9123904b7 100644 --- a/src/gpu-compute/of_scheduling_policy.hh +++ b/src/gpu-compute/of_scheduling_policy.hh @@ -2,8 +2,6 @@ * Copyright (c) 2014-2017 Advanced Micro Devices, Inc. * All rights reserved. * - * For use for simulation and test purposes only - * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: * diff --git a/src/gpu-compute/operand_info.hh b/src/gpu-compute/operand_info.hh index a0a4f6f4e3..cdefdb99b2 100644 --- a/src/gpu-compute/operand_info.hh +++ b/src/gpu-compute/operand_info.hh @@ -2,8 +2,6 @@ * Copyright (c) 2019-2021 Advanced Micro Devices, Inc. * All rights reserved. * - * For use for simulation and test purposes only - * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: * diff --git a/src/gpu-compute/pool_manager.cc b/src/gpu-compute/pool_manager.cc index a331cb5c3d..f88ed1d79d 100644 --- a/src/gpu-compute/pool_manager.cc +++ b/src/gpu-compute/pool_manager.cc @@ -2,8 +2,6 @@ * Copyright (c) 2015-2017 Advanced Micro Devices, Inc. * All rights reserved. * - * For use for simulation and test purposes only - * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: * diff --git a/src/gpu-compute/pool_manager.hh b/src/gpu-compute/pool_manager.hh index ffd59f71a0..03a7fe7632 100644 --- a/src/gpu-compute/pool_manager.hh +++ b/src/gpu-compute/pool_manager.hh @@ -2,8 +2,6 @@ * Copyright (c) 2015-2017 Advanced Micro Devices, Inc. * All rights reserved. * - * For use for simulation and test purposes only - * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: * diff --git a/src/gpu-compute/register_file.cc b/src/gpu-compute/register_file.cc index ba9d3e0b48..62510e47b7 100644 --- a/src/gpu-compute/register_file.cc +++ b/src/gpu-compute/register_file.cc @@ -2,8 +2,6 @@ * Copyright (c) 2015-2017 Advanced Micro Devices, Inc. * All rights reserved. * - * For use for simulation and test purposes only - * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: * diff --git a/src/gpu-compute/register_file.hh b/src/gpu-compute/register_file.hh index 9fd47094c8..089516ce27 100644 --- a/src/gpu-compute/register_file.hh +++ b/src/gpu-compute/register_file.hh @@ -2,8 +2,6 @@ * Copyright (c) 2015-2017 Advanced Micro Devices, Inc. * All rights reserved. * - * For use for simulation and test purposes only - * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: * diff --git a/src/gpu-compute/register_manager.cc b/src/gpu-compute/register_manager.cc index ffb0d00b57..419e0dea25 100644 --- a/src/gpu-compute/register_manager.cc +++ b/src/gpu-compute/register_manager.cc @@ -2,8 +2,6 @@ * Copyright (c) 2016, 2017 Advanced Micro Devices, Inc. * All rights reserved. * - * For use for simulation and test purposes only - * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: * diff --git a/src/gpu-compute/register_manager.hh b/src/gpu-compute/register_manager.hh index fb97ff8fb9..006e258725 100644 --- a/src/gpu-compute/register_manager.hh +++ b/src/gpu-compute/register_manager.hh @@ -2,8 +2,6 @@ * Copyright (c) 2016, 2017 Advanced Micro Devices, Inc. * All rights reserved. * - * For use for simulation and test purposes only - * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: * diff --git a/src/gpu-compute/register_manager_policy.hh b/src/gpu-compute/register_manager_policy.hh index 6895c999fb..a8eb06aa95 100644 --- a/src/gpu-compute/register_manager_policy.hh +++ b/src/gpu-compute/register_manager_policy.hh @@ -2,8 +2,6 @@ * Copyright (c) 2016 Advanced Micro Devices, Inc. * All rights reserved. * - * For use for simulation and test purposes only - * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: * diff --git a/src/gpu-compute/rr_scheduling_policy.hh b/src/gpu-compute/rr_scheduling_policy.hh index 00ba775d6f..cebe1c0809 100644 --- a/src/gpu-compute/rr_scheduling_policy.hh +++ b/src/gpu-compute/rr_scheduling_policy.hh @@ -2,8 +2,6 @@ * Copyright (c) 2014-2017 Advanced Micro Devices, Inc. * All rights reserved. * - * For use for simulation and test purposes only - * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: * diff --git a/src/gpu-compute/scalar_memory_pipeline.cc b/src/gpu-compute/scalar_memory_pipeline.cc index a79aed170d..de24f9448b 100644 --- a/src/gpu-compute/scalar_memory_pipeline.cc +++ b/src/gpu-compute/scalar_memory_pipeline.cc @@ -2,8 +2,6 @@ * Copyright (c) 2016-2017 Advanced Micro Devices, Inc. * All rights reserved. * - * For use for simulation and test purposes only - * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: * diff --git a/src/gpu-compute/scalar_memory_pipeline.hh b/src/gpu-compute/scalar_memory_pipeline.hh index 8f0828bd8a..5512c7c01f 100644 --- a/src/gpu-compute/scalar_memory_pipeline.hh +++ b/src/gpu-compute/scalar_memory_pipeline.hh @@ -2,8 +2,6 @@ * Copyright (c) 2016-2017 Advanced Micro Devices, Inc. * All rights reserved. * - * For use for simulation and test purposes only - * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: * diff --git a/src/gpu-compute/scalar_register_file.cc b/src/gpu-compute/scalar_register_file.cc index 3a00093793..47337c5c79 100644 --- a/src/gpu-compute/scalar_register_file.cc +++ b/src/gpu-compute/scalar_register_file.cc @@ -2,8 +2,6 @@ * Copyright (c) 2015-2017 Advanced Micro Devices, Inc. * All rights reserved. * - * For use for simulation and test purposes only - * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: * diff --git a/src/gpu-compute/scalar_register_file.hh b/src/gpu-compute/scalar_register_file.hh index fa992fdaa5..fa62436373 100644 --- a/src/gpu-compute/scalar_register_file.hh +++ b/src/gpu-compute/scalar_register_file.hh @@ -2,8 +2,6 @@ * Copyright (c) 2015-2017 Advanced Micro Devices, Inc. * All rights reserved. * - * For use for simulation and test purposes only - * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: * diff --git a/src/gpu-compute/schedule_stage.cc b/src/gpu-compute/schedule_stage.cc index 633e0c045f..4c4028b152 100644 --- a/src/gpu-compute/schedule_stage.cc +++ b/src/gpu-compute/schedule_stage.cc @@ -2,8 +2,6 @@ * Copyright (c) 2014-2015 Advanced Micro Devices, Inc. * All rights reserved. * - * For use for simulation and test purposes only - * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: * diff --git a/src/gpu-compute/schedule_stage.hh b/src/gpu-compute/schedule_stage.hh index f6cd1bcedf..8eed002158 100644 --- a/src/gpu-compute/schedule_stage.hh +++ b/src/gpu-compute/schedule_stage.hh @@ -2,8 +2,6 @@ * Copyright (c) 2014-2015 Advanced Micro Devices, Inc. * All rights reserved. * - * For use for simulation and test purposes only - * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: * diff --git a/src/gpu-compute/scheduler.cc b/src/gpu-compute/scheduler.cc index 4f4738669a..e19f9240f5 100644 --- a/src/gpu-compute/scheduler.cc +++ b/src/gpu-compute/scheduler.cc @@ -2,8 +2,6 @@ * Copyright (c) 2014-2017 Advanced Micro Devices, Inc. * All rights reserved. * - * For use for simulation and test purposes only - * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: * diff --git a/src/gpu-compute/scheduler.hh b/src/gpu-compute/scheduler.hh index abb5e10f13..895e976e65 100644 --- a/src/gpu-compute/scheduler.hh +++ b/src/gpu-compute/scheduler.hh @@ -2,8 +2,6 @@ * Copyright (c) 2014-2017 Advanced Micro Devices, Inc. * All rights reserved. * - * For use for simulation and test purposes only - * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: * diff --git a/src/gpu-compute/scheduling_policy.hh b/src/gpu-compute/scheduling_policy.hh index 6566c570bf..9e45f398c4 100644 --- a/src/gpu-compute/scheduling_policy.hh +++ b/src/gpu-compute/scheduling_policy.hh @@ -2,8 +2,6 @@ * Copyright (c) 2014-2017 Advanced Micro Devices, Inc. * All rights reserved. * - * For use for simulation and test purposes only - * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: * diff --git a/src/gpu-compute/scoreboard_check_stage.cc b/src/gpu-compute/scoreboard_check_stage.cc index 790d324280..fa16e54faa 100644 --- a/src/gpu-compute/scoreboard_check_stage.cc +++ b/src/gpu-compute/scoreboard_check_stage.cc @@ -2,8 +2,6 @@ * Copyright (c) 2014-2015 Advanced Micro Devices, Inc. * All rights reserved. * - * For use for simulation and test purposes only - * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: * diff --git a/src/gpu-compute/scoreboard_check_stage.hh b/src/gpu-compute/scoreboard_check_stage.hh index bed7a7aef8..af90e08acd 100644 --- a/src/gpu-compute/scoreboard_check_stage.hh +++ b/src/gpu-compute/scoreboard_check_stage.hh @@ -2,8 +2,6 @@ * Copyright (c) 2014-2015 Advanced Micro Devices, Inc. * All rights reserved. * - * For use for simulation and test purposes only - * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: * diff --git a/src/gpu-compute/shader.cc b/src/gpu-compute/shader.cc index 4d71ca0959..5a8c939635 100644 --- a/src/gpu-compute/shader.cc +++ b/src/gpu-compute/shader.cc @@ -2,8 +2,6 @@ * Copyright (c) 2011-2015 Advanced Micro Devices, Inc. * All rights reserved. * - * For use for simulation and test purposes only - * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: * diff --git a/src/gpu-compute/shader.hh b/src/gpu-compute/shader.hh index 6108bdfd01..0ea8741afa 100644 --- a/src/gpu-compute/shader.hh +++ b/src/gpu-compute/shader.hh @@ -2,8 +2,6 @@ * Copyright (c) 2011-2015 Advanced Micro Devices, Inc. * All rights reserved. * - * For use for simulation and test purposes only - * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: * diff --git a/src/gpu-compute/simple_pool_manager.cc b/src/gpu-compute/simple_pool_manager.cc index 2e3a0cea82..d404210d03 100644 --- a/src/gpu-compute/simple_pool_manager.cc +++ b/src/gpu-compute/simple_pool_manager.cc @@ -2,8 +2,6 @@ * Copyright (c) 2015 Advanced Micro Devices, Inc. * All rights reserved. * - * For use for simulation and test purposes only - * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: * diff --git a/src/gpu-compute/simple_pool_manager.hh b/src/gpu-compute/simple_pool_manager.hh index 5241540262..ae39fc3147 100644 --- a/src/gpu-compute/simple_pool_manager.hh +++ b/src/gpu-compute/simple_pool_manager.hh @@ -2,8 +2,6 @@ * Copyright (c) 2015 Advanced Micro Devices, Inc. * All rights reserved. * - * For use for simulation and test purposes only - * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: * diff --git a/src/gpu-compute/static_register_manager_policy.cc b/src/gpu-compute/static_register_manager_policy.cc index cc32abe441..7f221e1945 100644 --- a/src/gpu-compute/static_register_manager_policy.cc +++ b/src/gpu-compute/static_register_manager_policy.cc @@ -2,8 +2,6 @@ * Copyright (c) 2016 Advanced Micro Devices, Inc. * All rights reserved. * - * For use for simulation and test purposes only - * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: * diff --git a/src/gpu-compute/static_register_manager_policy.hh b/src/gpu-compute/static_register_manager_policy.hh index a2e9ab84ae..7cb1ea4513 100644 --- a/src/gpu-compute/static_register_manager_policy.hh +++ b/src/gpu-compute/static_register_manager_policy.hh @@ -2,8 +2,6 @@ * Copyright (c) 2016 Advanced Micro Devices, Inc. * All rights reserved. * - * For use for simulation and test purposes only - * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: * diff --git a/src/gpu-compute/vector_register_file.cc b/src/gpu-compute/vector_register_file.cc index 2355643774..9ab1cfd53e 100644 --- a/src/gpu-compute/vector_register_file.cc +++ b/src/gpu-compute/vector_register_file.cc @@ -2,8 +2,6 @@ * Copyright (c) 2015-2017 Advanced Micro Devices, Inc. * All rights reserved. * - * For use for simulation and test purposes only - * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: * diff --git a/src/gpu-compute/vector_register_file.hh b/src/gpu-compute/vector_register_file.hh index 4743a0fef4..25a2ff6d82 100644 --- a/src/gpu-compute/vector_register_file.hh +++ b/src/gpu-compute/vector_register_file.hh @@ -2,8 +2,6 @@ * Copyright (c) 2015-2017 Advanced Micro Devices, Inc. * All rights reserved. * - * For use for simulation and test purposes only - * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: * diff --git a/src/gpu-compute/wavefront.cc b/src/gpu-compute/wavefront.cc index cf7b91a9bf..8e1a066bbb 100644 --- a/src/gpu-compute/wavefront.cc +++ b/src/gpu-compute/wavefront.cc @@ -2,8 +2,6 @@ * Copyright (c) 2011-2017 Advanced Micro Devices, Inc. * All rights reserved. * - * For use for simulation and test purposes only - * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: * diff --git a/src/gpu-compute/wavefront.hh b/src/gpu-compute/wavefront.hh index 2cc8bd528a..43ac3e9ffc 100644 --- a/src/gpu-compute/wavefront.hh +++ b/src/gpu-compute/wavefront.hh @@ -2,8 +2,6 @@ * Copyright (c) 2011-2017 Advanced Micro Devices, Inc. * All rights reserved. * - * For use for simulation and test purposes only - * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: * diff --git a/src/mem/cache/replacement_policies/weighted_lru_rp.cc b/src/mem/cache/replacement_policies/weighted_lru_rp.cc index 8b10a98de4..ed6a7f6166 100644 --- a/src/mem/cache/replacement_policies/weighted_lru_rp.cc +++ b/src/mem/cache/replacement_policies/weighted_lru_rp.cc @@ -2,8 +2,6 @@ * Copyright (c) 2013-2015 Advanced Micro Devices, Inc. * All rights reserved. * - * For use for simulation and test purposes only - * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: * diff --git a/src/mem/cache/replacement_policies/weighted_lru_rp.hh b/src/mem/cache/replacement_policies/weighted_lru_rp.hh index 613592a7b4..bc0e5735af 100644 --- a/src/mem/cache/replacement_policies/weighted_lru_rp.hh +++ b/src/mem/cache/replacement_policies/weighted_lru_rp.hh @@ -2,8 +2,6 @@ * Copyright (c) 2013-2015 Advanced Micro Devices, Inc. * All rights reserved. * - * For use for simulation and test purposes only - * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: * diff --git a/src/mem/ruby/common/IntVec.cc b/src/mem/ruby/common/IntVec.cc index f599f32d0d..ff93885655 100644 --- a/src/mem/ruby/common/IntVec.cc +++ b/src/mem/ruby/common/IntVec.cc @@ -2,8 +2,6 @@ * Copyright (c) 2015 Advanced Micro Devices, Inc. * All rights reserved. * - * For use for simulation and test purposes only - * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: * diff --git a/src/mem/ruby/common/IntVec.hh b/src/mem/ruby/common/IntVec.hh index e92dc9b820..09946a5e2e 100644 --- a/src/mem/ruby/common/IntVec.hh +++ b/src/mem/ruby/common/IntVec.hh @@ -2,8 +2,6 @@ * Copyright (c) 2015 Advanced Micro Devices, Inc. * All rights reserved. * - * For use for simulation and test purposes only - * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: * diff --git a/src/mem/ruby/network/garnet/NetworkBridge.cc b/src/mem/ruby/network/garnet/NetworkBridge.cc index 98a05fddda..9412b5b721 100644 --- a/src/mem/ruby/network/garnet/NetworkBridge.cc +++ b/src/mem/ruby/network/garnet/NetworkBridge.cc @@ -2,8 +2,6 @@ * Copyright (c) 2020 Advanced Micro Devices, Inc. * All rights reserved. * - * For use for simulation and test purposes only - * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: * diff --git a/src/mem/ruby/network/garnet/NetworkBridge.hh b/src/mem/ruby/network/garnet/NetworkBridge.hh index 206c662f3f..1287ab183b 100644 --- a/src/mem/ruby/network/garnet/NetworkBridge.hh +++ b/src/mem/ruby/network/garnet/NetworkBridge.hh @@ -2,8 +2,6 @@ * Copyright (c) 2020 Advanced Micro Devices, Inc. * All rights reserved. * - * For use for simulation and test purposes only - * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: * diff --git a/src/mem/ruby/protocol/GPU_VIPER-SQC.sm b/src/mem/ruby/protocol/GPU_VIPER-SQC.sm index 84e86dcaf4..dea347ab9b 100644 --- a/src/mem/ruby/protocol/GPU_VIPER-SQC.sm +++ b/src/mem/ruby/protocol/GPU_VIPER-SQC.sm @@ -2,8 +2,6 @@ * Copyright (c) 2012-2015 Advanced Micro Devices, Inc. * All rights reserved. * - * For use for simulation and test purposes only - * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: * diff --git a/src/mem/ruby/protocol/GPU_VIPER-TCC.sm b/src/mem/ruby/protocol/GPU_VIPER-TCC.sm index dc6cf03dd7..0d925654b1 100644 --- a/src/mem/ruby/protocol/GPU_VIPER-TCC.sm +++ b/src/mem/ruby/protocol/GPU_VIPER-TCC.sm @@ -2,8 +2,6 @@ * Copyright (c) 2010-2015 Advanced Micro Devices, Inc. * All rights reserved. * - * For use for simulation and test purposes only - * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: * diff --git a/src/mem/ruby/protocol/GPU_VIPER-TCP.sm b/src/mem/ruby/protocol/GPU_VIPER-TCP.sm index a231da4b36..2e8378beae 100644 --- a/src/mem/ruby/protocol/GPU_VIPER-TCP.sm +++ b/src/mem/ruby/protocol/GPU_VIPER-TCP.sm @@ -2,8 +2,6 @@ * Copyright (c) 2011-2015 Advanced Micro Devices, Inc. * All rights reserved. * - * For use for simulation and test purposes only - * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: * diff --git a/src/mem/ruby/protocol/GPU_VIPER-msg.sm b/src/mem/ruby/protocol/GPU_VIPER-msg.sm index 60117482a8..9074a86b52 100644 --- a/src/mem/ruby/protocol/GPU_VIPER-msg.sm +++ b/src/mem/ruby/protocol/GPU_VIPER-msg.sm @@ -2,8 +2,6 @@ * Copyright (c) 2020 Advanced Micro Devices, Inc. * All rights reserved. * - * For use for simulation and test purposes only - * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: * diff --git a/src/mem/ruby/protocol/MOESI_AMD_Base-CorePair.sm b/src/mem/ruby/protocol/MOESI_AMD_Base-CorePair.sm index 11b53bcdf7..12270cde2f 100644 --- a/src/mem/ruby/protocol/MOESI_AMD_Base-CorePair.sm +++ b/src/mem/ruby/protocol/MOESI_AMD_Base-CorePair.sm @@ -2,8 +2,6 @@ * Copyright (c) 2010-2015 Advanced Micro Devices, Inc. * All rights reserved. * - * For use for simulation and test purposes only - * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: * diff --git a/src/mem/ruby/protocol/MOESI_AMD_Base-L3cache.sm b/src/mem/ruby/protocol/MOESI_AMD_Base-L3cache.sm index daf500cea6..469bb9a919 100644 --- a/src/mem/ruby/protocol/MOESI_AMD_Base-L3cache.sm +++ b/src/mem/ruby/protocol/MOESI_AMD_Base-L3cache.sm @@ -2,8 +2,6 @@ * Copyright (c) 2010-2015 Advanced Micro Devices, Inc. * All rights reserved. * - * For use for simulation and test purposes only - * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: * diff --git a/src/mem/ruby/protocol/MOESI_AMD_Base-Region-CorePair.sm b/src/mem/ruby/protocol/MOESI_AMD_Base-Region-CorePair.sm index d4c6bbc8d6..a5e75e94e8 100644 --- a/src/mem/ruby/protocol/MOESI_AMD_Base-Region-CorePair.sm +++ b/src/mem/ruby/protocol/MOESI_AMD_Base-Region-CorePair.sm @@ -2,8 +2,6 @@ * Copyright (c) 2010-2015 Advanced Micro Devices, Inc. * All rights reserved. * - * For use for simulation and test purposes only - * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: * diff --git a/src/mem/ruby/protocol/MOESI_AMD_Base-Region-dir.sm b/src/mem/ruby/protocol/MOESI_AMD_Base-Region-dir.sm index 3218574bf0..f16c2576a2 100644 --- a/src/mem/ruby/protocol/MOESI_AMD_Base-Region-dir.sm +++ b/src/mem/ruby/protocol/MOESI_AMD_Base-Region-dir.sm @@ -2,8 +2,6 @@ * Copyright (c) 2010-2015 Advanced Micro Devices, Inc. * All rights reserved. * - * For use for simulation and test purposes only - * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: * diff --git a/src/mem/ruby/protocol/MOESI_AMD_Base-Region-msg.sm b/src/mem/ruby/protocol/MOESI_AMD_Base-Region-msg.sm index ec70f33c84..52c2be8aff 100644 --- a/src/mem/ruby/protocol/MOESI_AMD_Base-Region-msg.sm +++ b/src/mem/ruby/protocol/MOESI_AMD_Base-Region-msg.sm @@ -2,8 +2,6 @@ * Copyright (c) 2010-2015 Advanced Micro Devices, Inc. * All rights reserved. * - * For use for simulation and test purposes only - * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: * diff --git a/src/mem/ruby/protocol/MOESI_AMD_Base-RegionBuffer.sm b/src/mem/ruby/protocol/MOESI_AMD_Base-RegionBuffer.sm index 4a231f6073..3eeece229d 100644 --- a/src/mem/ruby/protocol/MOESI_AMD_Base-RegionBuffer.sm +++ b/src/mem/ruby/protocol/MOESI_AMD_Base-RegionBuffer.sm @@ -2,8 +2,6 @@ * Copyright (c) 2010-2015 Advanced Micro Devices, Inc. * All rights reserved. * - * For use for simulation and test purposes only - * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: * diff --git a/src/mem/ruby/protocol/MOESI_AMD_Base-RegionDir.sm b/src/mem/ruby/protocol/MOESI_AMD_Base-RegionDir.sm index 785d04543c..1b03286411 100644 --- a/src/mem/ruby/protocol/MOESI_AMD_Base-RegionDir.sm +++ b/src/mem/ruby/protocol/MOESI_AMD_Base-RegionDir.sm @@ -2,8 +2,6 @@ * Copyright (c) 2012-2015 Advanced Micro Devices, Inc. * All rights reserved. * - * For use for simulation and test purposes only - * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: * diff --git a/src/mem/ruby/protocol/MOESI_AMD_Base-dir.sm b/src/mem/ruby/protocol/MOESI_AMD_Base-dir.sm index d176581b92..e44d8db4bf 100644 --- a/src/mem/ruby/protocol/MOESI_AMD_Base-dir.sm +++ b/src/mem/ruby/protocol/MOESI_AMD_Base-dir.sm @@ -2,8 +2,6 @@ * Copyright (c) 2010-2015 Advanced Micro Devices, Inc. * All rights reserved. * - * For use for simulation and test purposes only - * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: * diff --git a/src/mem/ruby/protocol/MOESI_AMD_Base-msg.sm b/src/mem/ruby/protocol/MOESI_AMD_Base-msg.sm index c0bd4fe631..46bab43c22 100644 --- a/src/mem/ruby/protocol/MOESI_AMD_Base-msg.sm +++ b/src/mem/ruby/protocol/MOESI_AMD_Base-msg.sm @@ -2,8 +2,6 @@ * Copyright (c) 2010-2015, 2018 Advanced Micro Devices, Inc. * All rights reserved. * - * For use for simulation and test purposes only - * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: * diff --git a/src/mem/ruby/protocol/MOESI_AMD_Base-probeFilter.sm b/src/mem/ruby/protocol/MOESI_AMD_Base-probeFilter.sm index 06c2934707..8608608590 100644 --- a/src/mem/ruby/protocol/MOESI_AMD_Base-probeFilter.sm +++ b/src/mem/ruby/protocol/MOESI_AMD_Base-probeFilter.sm @@ -2,8 +2,6 @@ * Copyright (c) 2013-2015 Advanced Micro Devices, Inc. * All rights reserved. * - * For use for simulation and test purposes only - * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: * diff --git a/src/mem/ruby/system/GPUCoalescer.cc b/src/mem/ruby/system/GPUCoalescer.cc index b842b5516d..a0808faa2b 100644 --- a/src/mem/ruby/system/GPUCoalescer.cc +++ b/src/mem/ruby/system/GPUCoalescer.cc @@ -2,8 +2,6 @@ * Copyright (c) 2013-2015 Advanced Micro Devices, Inc. * All rights reserved. * - * For use for simulation and test purposes only - * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: * diff --git a/src/mem/ruby/system/GPUCoalescer.hh b/src/mem/ruby/system/GPUCoalescer.hh index 51239cbec6..1120947fd5 100644 --- a/src/mem/ruby/system/GPUCoalescer.hh +++ b/src/mem/ruby/system/GPUCoalescer.hh @@ -2,8 +2,6 @@ * Copyright (c) 2013-2015 Advanced Micro Devices, Inc. * All rights reserved. * - * For use for simulation and test purposes only - * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: * diff --git a/src/mem/ruby/system/GPUCoalescer.py b/src/mem/ruby/system/GPUCoalescer.py index 1a70028d8f..c3c44ef5d6 100644 --- a/src/mem/ruby/system/GPUCoalescer.py +++ b/src/mem/ruby/system/GPUCoalescer.py @@ -1,8 +1,6 @@ # Copyright (c) 2015 Advanced Micro Devices, Inc. # All rights reserved. # -# For use for simulation and test purposes only -# # Redistribution and use in source and binary forms, with or without # modification, are permitted provided that the following conditions are met: # diff --git a/src/mem/ruby/system/VIPERCoalescer.cc b/src/mem/ruby/system/VIPERCoalescer.cc index e4f9f8695e..ea95129841 100644 --- a/src/mem/ruby/system/VIPERCoalescer.cc +++ b/src/mem/ruby/system/VIPERCoalescer.cc @@ -2,8 +2,6 @@ * Copyright (c) 2013-2015 Advanced Micro Devices, Inc. * All rights reserved. * - * For use for simulation and test purposes only - * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: * diff --git a/src/mem/ruby/system/VIPERCoalescer.hh b/src/mem/ruby/system/VIPERCoalescer.hh index bfe99caa2e..c7e21e946b 100644 --- a/src/mem/ruby/system/VIPERCoalescer.hh +++ b/src/mem/ruby/system/VIPERCoalescer.hh @@ -2,8 +2,6 @@ * Copyright (c) 2013-2015 Advanced Micro Devices, Inc. * All rights reserved. * - * For use for simulation and test purposes only - * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: * diff --git a/src/mem/ruby/system/VIPERCoalescer.py b/src/mem/ruby/system/VIPERCoalescer.py index 7e11ae27af..311ce94a2c 100644 --- a/src/mem/ruby/system/VIPERCoalescer.py +++ b/src/mem/ruby/system/VIPERCoalescer.py @@ -1,8 +1,6 @@ # Copyright (c) 2015 Advanced Micro Devices, Inc. # All rights reserved. # -# For use for simulation and test purposes only -# # Redistribution and use in source and binary forms, with or without # modification, are permitted provided that the following conditions are met: # diff --git a/src/mem/slicc/ast/DeferEnqueueingStatementAST.py b/src/mem/slicc/ast/DeferEnqueueingStatementAST.py index 5bd71235e4..b71310541c 100644 --- a/src/mem/slicc/ast/DeferEnqueueingStatementAST.py +++ b/src/mem/slicc/ast/DeferEnqueueingStatementAST.py @@ -2,8 +2,6 @@ # Copyright (c) 2017 Advanced Micro Devices, Inc. # All rights reserved. # -# For use for simulation and test purposes only -# # Redistribution and use in source and binary forms, with or without # modification, are permitted provided that the following conditions are met: # diff --git a/src/mem/token_port.cc b/src/mem/token_port.cc index 46032f28db..1919ddf5d4 100644 --- a/src/mem/token_port.cc +++ b/src/mem/token_port.cc @@ -2,8 +2,6 @@ * Copyright (c) 2016-2020 Advanced Micro Devices, Inc. * All rights reserved. * - * For use for simulation and test purposes only - * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: * diff --git a/src/mem/token_port.hh b/src/mem/token_port.hh index 53e32a7d2a..8a2d15dce5 100644 --- a/src/mem/token_port.hh +++ b/src/mem/token_port.hh @@ -2,8 +2,6 @@ * Copyright (c) 2016-2020 Advanced Micro Devices, Inc. * All rights reserved. * - * For use for simulation and test purposes only - * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: * diff --git a/src/sim/aux_vector.hh b/src/sim/aux_vector.hh index bc100c541f..3cf4f1e6cd 100644 --- a/src/sim/aux_vector.hh +++ b/src/sim/aux_vector.hh @@ -2,8 +2,6 @@ * Copyright (c) 2016 Advanced Micro Devices, Inc. * All rights reserved. * - * For use for simulation and test purposes only - * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: * diff --git a/src/sim/fd_array.cc b/src/sim/fd_array.cc index c371c4dc02..5ca9370054 100644 --- a/src/sim/fd_array.cc +++ b/src/sim/fd_array.cc @@ -2,8 +2,6 @@ * Copyright (c) 2016 Advanced Micro Devices, Inc. * All rights reserved. * - * For use for simulation and test purposes only - * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: * diff --git a/src/sim/fd_array.hh b/src/sim/fd_array.hh index 492865bbe0..d6d1b3cfbe 100644 --- a/src/sim/fd_array.hh +++ b/src/sim/fd_array.hh @@ -2,8 +2,6 @@ * Copyright (c) 2016 Advanced Micro Devices, Inc. * All rights reserved. * - * For use for simulation and test purposes only - * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: * diff --git a/src/sim/fd_entry.cc b/src/sim/fd_entry.cc index a7160024e4..bc54808ac1 100644 --- a/src/sim/fd_entry.cc +++ b/src/sim/fd_entry.cc @@ -2,8 +2,6 @@ * Copyright (c) 2016 Advanced Micro Devices, Inc. * All rights reserved. * - * For use for simulation and test purposes only - * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: * diff --git a/src/sim/fd_entry.hh b/src/sim/fd_entry.hh index 5301ee13e0..1efd02bccf 100644 --- a/src/sim/fd_entry.hh +++ b/src/sim/fd_entry.hh @@ -2,8 +2,6 @@ * Copyright (c) 2016 Advanced Micro Devices, Inc. * All rights reserved. * - * For use for simulation and test purposes only - * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: * diff --git a/src/sim/mem_pool.cc b/src/sim/mem_pool.cc index bd56df8241..20b6eda67c 100644 --- a/src/sim/mem_pool.cc +++ b/src/sim/mem_pool.cc @@ -2,8 +2,6 @@ * Copyright (c) 2011-2021 Advanced Micro Devices, Inc. * All rights reserved. * - * For use for simulation and test purposes only - * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: * diff --git a/src/sim/mem_pool.hh b/src/sim/mem_pool.hh index a2a00d54bb..f35fdbc544 100644 --- a/src/sim/mem_pool.hh +++ b/src/sim/mem_pool.hh @@ -2,8 +2,6 @@ * Copyright (c) 2011-2021 Advanced Micro Devices, Inc. * All rights reserved. * - * For use for simulation and test purposes only - * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: * diff --git a/tests/configs/gpu-randomtest-ruby.py b/tests/configs/gpu-randomtest-ruby.py index 03d31fe113..ff4071ccf3 100644 --- a/tests/configs/gpu-randomtest-ruby.py +++ b/tests/configs/gpu-randomtest-ruby.py @@ -2,8 +2,6 @@ # Copyright (c) 2010-2015 Advanced Micro Devices, Inc. # All rights reserved. # -# For use for simulation and test purposes only -# # Redistribution and use in source and binary forms, with or without # modification, are permitted provided that the following conditions are met: # @@ -29,9 +27,6 @@ # CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) # ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE # POSSIBILITY OF SUCH DAMAGE. -# -# Author: Brad Beckmann -# import m5 from m5.objects import * diff --git a/tests/configs/gpu-ruby.py b/tests/configs/gpu-ruby.py index 2f57779b06..391b98d62a 100644 --- a/tests/configs/gpu-ruby.py +++ b/tests/configs/gpu-ruby.py @@ -2,8 +2,6 @@ # Copyright (c) 2015 Advanced Micro Devices, Inc. # All rights reserved. # -# For use for simulation and test purposes only -# # Redistribution and use in source and binary forms, with or without # modification, are permitted provided that the following conditions are met: # @@ -29,9 +27,6 @@ # CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) # ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE # POSSIBILITY OF SUCH DAMAGE. -# -# Author: Brad Beckmann -# import m5 from m5.objects import * diff --git a/util/amdgpu/fs_files/collect_mmio_trace.sh b/util/amdgpu/fs_files/collect_mmio_trace.sh index 7dbaade2d6..17bd23989c 100755 --- a/util/amdgpu/fs_files/collect_mmio_trace.sh +++ b/util/amdgpu/fs_files/collect_mmio_trace.sh @@ -1,8 +1,6 @@ # Copyright (c) 2021 Advanced Micro Devices, Inc. # All rights reserved. # -# For use for simulation and test purposes only -# # Redistribution and use in source and binary forms, with or without # modification, are permitted provided that the following conditions are met: # diff --git a/util/amdgpu/fs_files/dump_gpu_rom.sh b/util/amdgpu/fs_files/dump_gpu_rom.sh index fd34cf0ed2..3735e785cf 100755 --- a/util/amdgpu/fs_files/dump_gpu_rom.sh +++ b/util/amdgpu/fs_files/dump_gpu_rom.sh @@ -1,8 +1,6 @@ # Copyright (c) 2021 Advanced Micro Devices, Inc. # All rights reserved. # -# For use for simulation and test purposes only -# # Redistribution and use in source and binary forms, with or without # modification, are permitted provided that the following conditions are met: # diff --git a/util/maint/show_changes_by_file.py b/util/maint/show_changes_by_file.py index 298021fc73..3c08b2199d 100755 --- a/util/maint/show_changes_by_file.py +++ b/util/maint/show_changes_by_file.py @@ -3,8 +3,6 @@ # Copyright (c) 2018 Advanced Micro Devices, Inc. # All rights reserved. # -# For use for simulation and test purposes only -# # Redistribution and use in source and binary forms, with or without # modification, are permitted provided that the following conditions are met: #