in NVIDIA_runner.py [0:0]
def run_HBMBandwidth():
if machine_name == "NVIDIA Graphics Device" or "GB200" in machine_name:
print("HBM bandwidth Test not supported on this machine")
return
test = HBM.HBMBandwidth("config.json", machine_name)
test.build()
test.run()