diff options
author | Tony Gutierrez <anthony.gutierrez@amd.com> | 2018-05-03 14:03:20 -0400 |
---|---|---|
committer | Anthony Gutierrez <anthony.gutierrez@amd.com> | 2018-05-15 22:02:27 +0000 |
commit | 7c46a8eb2be41ee1a3892956f5806440a0f76c83 (patch) | |
tree | ac26770c907a8481921204d36c829a9518006f3c /src/gpu-compute/SConscript | |
parent | ce00e6042d996a9255960917f99009d9826b3885 (diff) | |
download | gem5-7c46a8eb2be41ee1a3892956f5806440a0f76c83.tar.xz |
gpu-compute: Cleanup the scheduler a bit
Change-Id: If2c626544f208e15c91be975dee9253126862ced
Reviewed-on: https://gem5-review.googlesource.com/10222
Reviewed-by: Alexandru Duțu <alexandru.dutu@amd.com>
Maintainer: Anthony Gutierrez <anthony.gutierrez@amd.com>
Diffstat (limited to 'src/gpu-compute/SConscript')
-rw-r--r-- | src/gpu-compute/SConscript | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/gpu-compute/SConscript b/src/gpu-compute/SConscript index 8cf1ed8cf..73d0a6654 100644 --- a/src/gpu-compute/SConscript +++ b/src/gpu-compute/SConscript @@ -65,9 +65,7 @@ Source('hsa_object.cc') Source('kernel_cfg.cc') Source('lds_state.cc') Source('local_memory_pipeline.cc') -Source('of_scheduling_policy.cc') Source('pool_manager.cc') -Source('rr_scheduling_policy.cc') Source('schedule_stage.cc') Source('scheduler.cc') Source('scoreboard_check_stage.cc') |