junrushao opened a new pull request, #15287:
URL: https://github.com/apache/tvm/pull/15287
This PR adds a script to test GPU memory bandwidth in TVM. Example usage:
python -m tvm.exec.gpu_memory_bandwidth \
"nvidia/geforce-rtx-3090-ti" \
--dtype "float32" \
--bx "8,16,32,64,128,256" \
--tx "32,64,128,256,512,1024" \
--vec "1,2,4"
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]