gem5/src/arch
jkalamat 3724fb15fa gpu-compute: parametrize Wavefront size
Eliminate the VSZ constant that defined the Wavefront size (in numbers of work
items); replaced it with a parameter in the GPU.py configuration script.
Changed all data structures dependent on the Wavefront size to be dynamically
sized. Legal values of Wavefront size are 16, 32, 64 for now and checked at
initialization time.
2016-06-09 11:24:55 -04:00
..
alpha stats: Fixing regStats function for some SimObjects 2016-06-06 17:16:43 +01:00
arm sim: Call regStats of base-class as well 2016-06-06 17:16:43 +01:00
generic style: fix missing spaces in control statements 2016-02-06 17:21:19 -08:00
hsail gpu-compute: parametrize Wavefront size 2016-06-09 11:24:55 -04:00
mips stats: Fixing regStats function for some SimObjects 2016-06-06 17:16:43 +01:00
null cpu,isa,mem: Add per-thread wakeup logic 2015-09-30 11:14:19 -05:00
power stats: Fixing regStats function for some SimObjects 2016-06-06 17:16:43 +01:00
sparc syscall_emul: remove mmapFlagTable 2016-04-01 16:38:16 -07:00
x86 config, x86: Properly space pad the X86IntelMPBus Entry descriptions 2016-05-19 15:19:35 -05:00
isa_parser.py arch, x86: add support for arrays as memory operands 2016-02-06 17:21:20 -08:00
micro_asm.py scons: add slicc and ply to sys.path and PYTHONPATH so everyone has access 2009-09-22 15:24:16 -07:00
micro_asm_test.py Add a second section to make sure the ROM is extended properly. 2007-05-31 22:21:21 +00:00
SConscript gpu-compute: AMD's baseline GPU model 2016-01-19 14:28:22 -05:00