Skip to content

Instantly share code, notes, and snippets.

@apinge
apinge / test_mb.cpp
Created September 9, 2025 08:30 — forked from tingqli/test_mb.cpp
test GPU's memory bandwidth using HIP kernel
/*
Check disassembly for
hipcc -x hip -O2 --offload-arch=native --offload-device-only -S ./test-mb.cpp
https://www.techpowerup.com/gpu-specs/radeon-instinct-mi308x.c4295
*/
#include "hip/hip_runtime.h"
#include <stdio.h>