onnxruntime
ffeba98a
- Allow gemm profile by pass args from commandline (#12991)
Go
Login via GitHub
Home
Pricing
FAQ
Install
Login
via GitHub
Commit
View On
GitHub
Commit
3 years ago
Allow gemm profile by pass args from commandline (#12991) This allow us quickly launch a microbench session by, for example: ```bash python gemm_test.py T N float16 256 256 65536 ``` So that we can quickly see which one is the fastest.
References
#12991 - Allow gemm profile by pass args from commandline
Author
cloudhan
Parents
f26054de
Loading