Skip to content

Release SuperBench v0.9.0

Compare
Choose a tag to compare
@yukirora yukirora released this 26 Jul 07:13
1537a27

SuperBench 0.9.0 Release Notes

SuperBench Improvements

  • Support Ctrl+C and interrupt to stop all SuperBench testing.
  • Support Windows Docker for VDI/Gaming GPU.
  • Support DirectX platform for Nvidia and AMD GPU.
  • Add System Config Info feature in SB runner to support distributed collection.
  • Support DirectX test pipeline.

Micro-benchmark Improvements

  • Add DirectXGPUCopyBw Benchmark to measure HtoD/DtoH bandwidth by DirectX.
  • Add DirectXGPUCoreFLops Benchmark to measure peak FLOPS by DirectX.
  • Add DirectXGPUMemBw Benchmark to measure GPU memory bandwidth by DirectX.
  • Add DirectXVCNEncodingLatency Benchmark to measure the VCN hardware encoding latency on AMD graphic GPUs.
  • Support best algorithm selection in cudnn-function microbenchmark.
  • Revise step time collection in distributed inference benchmark.

Model Benchmark Improvements

  • Fix early stop logic due to num_steps in model benchmarks.
  • Support TensorRT models on Nvidia H100.

Documentation Improvements

  • Improve documentation for System Config Info.
  • Update outdate references.