Hey!
I am trying to use flute on a model with matrices of shape (3072, 3072).
Some already existing templates (the one that validates the function is_template_supported here if I understood well) can work for such matrices. However the compute time is not very good (ie inference takes long). I guess it is because the templates pre-loaded in TEMPLATE_CONFIGS do not suit well for shape (3072, 3072).
Am I missing something? Should I re-run the codegen_utils.py file with different hyper-parameters?
Thanks for your help :)
Hey!
I am trying to use flute on a model with matrices of shape (3072, 3072).
Some already existing templates (the one that validates the function
is_template_supportedhere if I understood well) can work for such matrices. However the compute time is not very good (ie inference takes long). I guess it is because the templates pre-loaded inTEMPLATE_CONFIGSdo not suit well for shape (3072, 3072).Am I missing something? Should I re-run the
codegen_utils.pyfile with different hyper-parameters?Thanks for your help :)