muh-bot 162a45d4ea [muh_kernel_map] fix syntax error + add bytes_in_flight from CCCL babelstream benchmark
Two missing commas in BI_V100 dict caused Python SyntaxError.

Added bytes_in_flight=64KB from bench_bi100.py real-hardware data:
  bif=8 (64KB) beat bif=0 (32KB) at all problem sizes
  Top 30 transform/float16 results ALL have bif=8
  Physical: BW/SM × HBM_latency = 56 GB/s × 1100ns ≈ 62KB
  CCCL cc_to_min_bytes_in_flight: B200=64KB (54 GB/s/SM)
  BI-V100 matches B200 tier, not A100 (16KB) or V100 (12KB)

Source: cccl_upstream/cub/benchmarks/bench/transform/babelstream.cu
and cccl_upstream/cub/cub/device/dispatch/tuning/tuning_transform.cuh
cc_to_min_bytes_in_flight() function.
2026-08-05 03:34:12 +00:00
2026-07-30 17:03:23 +08:00

project_6

Description
No description provided
Readme 427 MiB
Languages
C++ 41.8%
Cuda 31.6%
Python 22.2%
C 2.1%
CMake 1.1%
Other 1.1%