gpu-compute: Explicitly use little endian packet accessors.
authorGabe Black <gabeblack@google.com>
Fri, 12 Oct 2018 12:09:27 +0000 (05:09 -0700)
committerGabe Black <gabeblack@google.com>
Wed, 17 Oct 2018 23:38:47 +0000 (23:38 +0000)
commit095d7fba324222273b92512680ffcfa12dbd7968
tree58709d594ad4764d4aa9a23c88266d0c6bfcb2d0
parent4b9f15be1eed720390e7c1e4d663a46d3fe1f0ad
gpu-compute: Explicitly use little endian packet accessors.

The gpu ISA doesn't have a well defined endianness, but it really
should. It seems that the GPU is only used with x86, and in that
context it would be little endian.

Change-Id: I1620906564a77f44553fbf6d788866e017b6054b
Reviewed-on: https://gem5-review.googlesource.com/c/13463
Reviewed-by: Anthony Gutierrez <anthony.gutierrez@amd.com>
Maintainer: Anthony Gutierrez <anthony.gutierrez@amd.com>
src/gpu-compute/dispatcher.cc