gpu-compute: remove unnecessary member from class
Review Request #3840 - Created Feb. 25, 2017 and submitted - Latest diff uploaded
Information | |
---|---|
Brandon Potter | |
gem5 | |
default | |
Reviewers | |
Default | |
Changeset 11879:12817f27b991 --------------------------- 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.