----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: http://reviews.gem5.org/r/3314/ -----------------------------------------------------------
Review request for Default. Repository: gem5 Description ------- Changeset 11416:5b712931394b --------------------------- gpu: fix bugs with MemFence, Flat Instrs and Resource utilization Both Memory Fence is now flagged as Global Memory only to avoid resource oversubscribing. Flat instructions now check for Shared Memory resource busy to avoid oversubscribing resources. All WaitClass resources now use cycles (not ticks) to register the number of pipe stages between Scoreboard and Execute to be consistent with instruction scheduling logic which always used clock cycles. Diffs ----- src/gpu-compute/wavefront.cc 3d7a85d71bd1aad69c07781d50779b7d1f83dd96 src/gpu-compute/code_enums.hh 3d7a85d71bd1aad69c07781d50779b7d1f83dd96 src/gpu-compute/compute_unit.cc 3d7a85d71bd1aad69c07781d50779b7d1f83dd96 Diff: http://reviews.gem5.org/r/3314/diff/ Testing ------- Thanks, John Kalamatianos _______________________________________________ gem5-dev mailing list [email protected] http://m5sim.org/mailman/listinfo/gem5-dev
