changeset d9205e67b172 in /z/repo/gem5
details: http://repo.gem5.org/gem5?cmd=changeset;node=d9205e67b172
description:
gpu-compute: remove brig_object.hh from hsa_object.cc
brig_object.hh is specific to the HSAIL ISA, and hence should not be
included in ISA-agnostic code.
diffstat:
src/gpu-compute/hsa_object.cc | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
diffs (15 lines):
diff -r e777659dcff6 -r d9205e67b172 src/gpu-compute/hsa_object.cc
--- a/src/gpu-compute/hsa_object.cc Wed Feb 17 11:31:54 2016 -0500
+++ b/src/gpu-compute/hsa_object.cc Wed Feb 17 11:46:02 2016 -0500
@@ -35,9 +35,10 @@
#include "gpu-compute/hsa_object.hh"
+#include <cassert>
#include <fstream>
-#include "gpu-compute/brig_object.hh"
+#include "base/misc.hh"
HsaObject::HsaObject(const std::string &fname)
: readonlyData(nullptr), filename(fname)
_______________________________________________
gem5-dev mailing list
[email protected]
http://m5sim.org/mailman/listinfo/gem5-dev