SConscript (11642:46cffde5d8a6) SConscript (11692:e772fdcd3809)
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#

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

36#
37
38Import('*')
39
40if not env['BUILD_GPU']:
41 Return()
42
43SimObject('GPU.py')
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#

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

36#
37
38Import('*')
39
40if not env['BUILD_GPU']:
41 Return()
42
43SimObject('GPU.py')
44SimObject('GPUStaticInstFlags.py')
44SimObject('LdsState.py')
45SimObject('X86GPUTLB.py')
46
47if env['TARGET_GPU_ISA'] == 'hsail':
48 Source('brig_object.cc')
49 Source('hsail_code.cc')
50
51Source('cl_driver.cc')

--- 50 unchanged lines hidden ---
45SimObject('LdsState.py')
46SimObject('X86GPUTLB.py')
47
48if env['TARGET_GPU_ISA'] == 'hsail':
49 Source('brig_object.cc')
50 Source('hsail_code.cc')
51
52Source('cl_driver.cc')

--- 50 unchanged lines hidden ---