Files
rocm-systems/tools/TransferBench/CHANGELOG.md
T
gilbertlee-amd def6832287 Transfer bench single stream mode (#531)
- Adding single stream mode
- Removing some unused env vars
- Adding output to CSV mode for p2p benchmark, topology listing modes
2022-04-08 15:20:55 -06:00

671 B

Changelog for TransferBench

v1.01

Added

  • Adding USE_SINGLE_STREAM feature
    • All Links that execute on the same GPU device are executed with a single kernel launch on a single stream
    • Does not work with USE_HIP_CALL and forces USE_SINGLE_SYNC to collect timings
    • Adding ability to request coherent / fine-grained host memory ('B')

Changed

  • Separating TransferBench from RCCL repo
  • Peer-to-peer benchmark mode now works OUTPUT_TO_CSV
  • Toplogy display now works with OUTPUT_TO_CSV
  • Moving documentation about config file into example.cfg

Removed

  • Removed config file generation
  • Removed show pointer address environment variable (SHOW_ADDR)