We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 728368a commit 35a93c0Copy full SHA for 35a93c0
1 file changed
gpu-simulator/trace-driven/trace_driven.cc
@@ -244,6 +244,7 @@ bool trace_warp_inst_t::parse_from_trace_struct(
244
space.set_type(local_space);
245
else
246
space.set_type(global_space);
247
+ cache_op = CACHE_ALL;
248
break;
249
}
250
0 commit comments