gem5/src/arch/hsail
Tony Gutierrez 8602aea4e5 gpu-compute: remove unnecessary member from class
The clang compiler complains that the wavefront member in
the GpuISA class is unused. This changeset removes the member,
because it does not appear serve a purpose.
2017-02-27 13:18:51 -05:00
..
insts gpu-compute: mark functions with override if replacing virtual 2017-02-27 13:18:38 -05:00
Brig.h gpu-compute: AMD's baseline GPU model 2016-01-19 14:28:22 -05:00
Brig_new.hpp hsail: add popcount type and generate popcount instructions 2016-12-02 18:01:55 -05:00
gen.py hsail: add stub type and stub out several instructions 2016-12-02 18:01:57 -05:00
gpu_decoder.hh gpu-compute: AMD's baseline GPU model 2016-01-19 14:28:22 -05:00
gpu_isa.hh gpu-compute: remove unnecessary member from class 2017-02-27 13:18:51 -05:00
gpu_types.hh gpu-compute, hsail: make the PC a byte address, not an instruction index 2016-10-26 22:47:43 -04:00
operand.cc hsail: disable asserts to allow immediate operands i.e. 0 with loads 2016-12-02 18:01:58 -05:00
operand.hh hsail: fix unsigned offset bug in address calculation 2016-12-02 11:40:52 -05:00
SConscript gpu-compute: remove inst enums and use bit flag for attributes 2016-10-26 22:47:11 -04:00
SConsopts gpu-compute: AMD's baseline GPU model 2016-01-19 14:28:22 -05:00