accel-sim / accel-sim-framework

This is the top-level repository for the Accel-Sim framework.
https://accel-sim.github.io
Other
298 stars 116 forks source link

Fix stats #231

Closed barnes88 closed 3 months ago

barnes88 commented 1 year ago

Adds microbenchmark / correlation data for shared memory bank conflicts counter. Relies on https://github.com/accel-sim/gpgpu-sim_distribution/pull/58 and https://github.com/accel-sim/gpu-app-collection/pull/16 part of https://github.com/accel-sim/accel-sim-framework/issues/226

For the ubench with bank conflicts: HW: 260593 bank conflicts, Simulator: 253952 (97%)

For the ubench without bank conflicts: HW: 2484, Simulator 0

It's odd that for some reason nsight compute shows bank conflicts on the example that has none.

barnes88 commented 1 year ago

this PR can't be merged until we add the traces for the new benchmark to common/accel-sim/traces/volta-tesla-v100/latest/. Right now only Tim has write access