summaryrefslogtreecommitdiff
path: root/src/gpu-compute/compute_unit.cc
diff options
context:
space:
mode:
authorAndreas Hansson <andreas.hansson@arm.com>2016-03-04 20:14:10 -0500
committerAndreas Hansson <andreas.hansson@arm.com>2016-03-04 20:14:10 -0500
commit8faeec44a69ee56ca9252cd36a2bb8e22d02bddd (patch)
tree7ec23df429d457f9f9039a7118091daeb39fe592 /src/gpu-compute/compute_unit.cc
parent4f303785dc3001a8c952f19540e16a9b437278f2 (diff)
downloadgem5-8faeec44a69ee56ca9252cd36a2bb8e22d02bddd.tar.xz
base: Fix gpu-compute output stream creation
Match changes in output stream.
Diffstat (limited to 'src/gpu-compute/compute_unit.cc')
-rw-r--r--src/gpu-compute/compute_unit.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gpu-compute/compute_unit.cc b/src/gpu-compute/compute_unit.cc
index 63f3e8fb5..1387f9b56 100644
--- a/src/gpu-compute/compute_unit.cc
+++ b/src/gpu-compute/compute_unit.cc
@@ -1620,7 +1620,7 @@ ComputeUnit::CUExitCallback::process()
{
if (computeUnit->countPages) {
std::ostream *page_stat_file =
- simout.create(computeUnit->name().c_str());
+ simout.create(computeUnit->name().c_str())->stream();
*page_stat_file << "page, wavefront accesses, workitem accesses" <<
std::endl;