base: Fix gpu-compute output stream creation

Match changes in output stream.
This commit is contained in:
Andreas Hansson
2016-03-04 20:14:10 -05:00
parent 4f303785dc
commit 8faeec44a6
2 changed files with 2 additions and 2 deletions

View File

@@ -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;