Skip to content

Commit 35a93c0

Browse files
committed
fixing the generic requet assertion
1 parent 728368a commit 35a93c0

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

gpu-simulator/trace-driven/trace_driven.cc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -244,6 +244,7 @@ bool trace_warp_inst_t::parse_from_trace_struct(
244244
space.set_type(local_space);
245245
else
246246
space.set_type(global_space);
247+
cache_op = CACHE_ALL;
247248
break;
248249
}
249250
}

0 commit comments

Comments
 (0)