ROCm / triton

Development repository for the Triton language and compiler
MIT License
83 stars 27 forks source link

Add kernel to check HBM BW #431

Closed vgokhale closed 8 months ago

vgokhale commented 8 months ago

This kernel moves 2^32 bytes of data from one region of memory to another. It sweeps the number of WGs that move this data. There are params to change the block size and whether bounds check is performed.