summaryrefslogtreecommitdiff
path: root/src/gpu-compute/SConscript
diff options
context:
space:
mode:
authorTony Gutierrez <anthony.gutierrez@amd.com>2018-05-03 14:03:20 -0400
committerAnthony Gutierrez <anthony.gutierrez@amd.com>2018-05-15 22:02:27 +0000
commit7c46a8eb2be41ee1a3892956f5806440a0f76c83 (patch)
treeac26770c907a8481921204d36c829a9518006f3c /src/gpu-compute/SConscript
parentce00e6042d996a9255960917f99009d9826b3885 (diff)
downloadgem5-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/SConscript2
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')