You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Just wondering, is there a way to disable jit by precompiling all the necessary shapes? Or is it recommended to just some "warmup" script to compile all the kernels? What's a good list of M,N,K values to do so?
The text was updated successfully, but these errors were encountered:
For your own model (if the shapes are fixed), you can simply modify the test scripts to test all the shapes your model used. And later for model training, make sure that you are using the same cache dir (DG_CACHE_DIR).
Hi, thanks for the amazing library!
Just wondering, is there a way to disable jit by precompiling all the necessary shapes? Or is it recommended to just some "warmup" script to compile all the kernels? What's a good list of M,N,K values to do so?
The text was updated successfully, but these errors were encountered: