SConscript (11692:e772fdcd3809) SConscript (12696:15d4edfbb01b)
1# -*- mode:python -*-
2
3#
4# Copyright (c) 2015 Advanced Micro Devices, Inc.
5# All rights reserved.
6#
7# For use for simulation and test purposes only
8#

--- 51 unchanged lines hidden (view full) ---

60Source('gpu_dyn_inst.cc')
61Source('gpu_exec_context.cc')
62Source('gpu_static_inst.cc')
63Source('gpu_tlb.cc')
64Source('hsa_object.cc')
65Source('kernel_cfg.cc')
66Source('lds_state.cc')
67Source('local_memory_pipeline.cc')
1# -*- mode:python -*-
2
3#
4# Copyright (c) 2015 Advanced Micro Devices, Inc.
5# All rights reserved.
6#
7# For use for simulation and test purposes only
8#

--- 51 unchanged lines hidden (view full) ---

60Source('gpu_dyn_inst.cc')
61Source('gpu_exec_context.cc')
62Source('gpu_static_inst.cc')
63Source('gpu_tlb.cc')
64Source('hsa_object.cc')
65Source('kernel_cfg.cc')
66Source('lds_state.cc')
67Source('local_memory_pipeline.cc')
68Source('of_scheduling_policy.cc')
69Source('pool_manager.cc')
68Source('pool_manager.cc')
70Source('rr_scheduling_policy.cc')
71Source('schedule_stage.cc')
72Source('scheduler.cc')
73Source('scoreboard_check_stage.cc')
74Source('shader.cc')
75Source('simple_pool_manager.cc')
76Source('tlb_coalescer.cc')
77Source('vector_register_file.cc')
78Source('vector_register_state.cc')

--- 24 unchanged lines hidden ---
69Source('schedule_stage.cc')
70Source('scheduler.cc')
71Source('scoreboard_check_stage.cc')
72Source('shader.cc')
73Source('simple_pool_manager.cc')
74Source('tlb_coalescer.cc')
75Source('vector_register_file.cc')
76Source('vector_register_state.cc')

--- 24 unchanged lines hidden ---