gpu-compute: Delete authors lists from gpu-compute files.
authorGabe Black <gabeblack@google.com>
Sun, 16 Feb 2020 02:42:01 +0000 (18:42 -0800)
committerGabe Black <gabeblack@google.com>
Mon, 17 Feb 2020 10:05:52 +0000 (10:05 +0000)
commit71a868224ce73cf3ec072744acea47b1b4e0953b
treead207a3ee9cbaf8ec607148799989c45016f150f
parent5f243a72fc9f354b2ee3f3c94f645e43ea0c09f7
gpu-compute: Delete authors lists from gpu-compute files.

Change-Id: I72318eb885f9517de325ea9a9af263f36613bf6e
Reviewed-on: https://gem5-review.googlesource.com/c/public/gem5/+/25414
Maintainer: Gabe Black <gabeblack@google.com>
Tested-by: kokoro <noreply+kokoro@google.com>
Reviewed-by: Daniel Carvalho <odanrc@yahoo.com.br>
49 files changed:
src/gpu-compute/GPUStaticInstFlags.py
src/gpu-compute/LdsState.py
src/gpu-compute/SConscript
src/gpu-compute/X86GPUTLB.py
src/gpu-compute/cl_event.hh
src/gpu-compute/compute_unit.cc
src/gpu-compute/compute_unit.hh
src/gpu-compute/dispatcher.cc
src/gpu-compute/dispatcher.hh
src/gpu-compute/exec_stage.cc
src/gpu-compute/exec_stage.hh
src/gpu-compute/fetch_stage.cc
src/gpu-compute/fetch_stage.hh
src/gpu-compute/fetch_unit.cc
src/gpu-compute/fetch_unit.hh
src/gpu-compute/global_memory_pipeline.cc
src/gpu-compute/global_memory_pipeline.hh
src/gpu-compute/gpu_dyn_inst.cc
src/gpu-compute/gpu_dyn_inst.hh
src/gpu-compute/gpu_exec_context.cc
src/gpu-compute/gpu_exec_context.hh
src/gpu-compute/gpu_static_inst.cc
src/gpu-compute/gpu_static_inst.hh
src/gpu-compute/gpu_tlb.hh
src/gpu-compute/lds_state.cc
src/gpu-compute/lds_state.hh
src/gpu-compute/local_memory_pipeline.cc
src/gpu-compute/local_memory_pipeline.hh
src/gpu-compute/misc.hh
src/gpu-compute/of_scheduling_policy.hh
src/gpu-compute/pool_manager.cc
src/gpu-compute/pool_manager.hh
src/gpu-compute/rr_scheduling_policy.hh
src/gpu-compute/schedule_stage.cc
src/gpu-compute/schedule_stage.hh
src/gpu-compute/scheduler.cc
src/gpu-compute/scheduler.hh
src/gpu-compute/scheduling_policy.hh
src/gpu-compute/scoreboard_check_stage.cc
src/gpu-compute/scoreboard_check_stage.hh
src/gpu-compute/shader.cc
src/gpu-compute/simple_pool_manager.cc
src/gpu-compute/simple_pool_manager.hh
src/gpu-compute/tlb_coalescer.cc
src/gpu-compute/tlb_coalescer.hh
src/gpu-compute/vector_register_file.cc
src/gpu-compute/vector_register_file.hh
src/gpu-compute/wavefront.cc
src/gpu-compute/wavefront.hh