-
Notifications
You must be signed in to change notification settings - Fork 681
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Modify tacticSources #513
Comments
Hi @austinmw , Thanks for reaching out! Currently this isn’t exposed, but it seems like a relatively straightforward feature for us to add. Particularly, after the following PR for DLA support is merged, torch2trt will use a builder config, so I can just pass an extra argument. I will try to notify you here of any updates, or if I discover anything along way. Best, |
Thanks! |
I have been asking for TRT/PyTorch version recommendations for torch2trt in Discussions ("version (mis)match overview"). However, there is none so far. This issue seems to be linked to such a recommendation, as the default tactics has been changed from cuBLAS to cuBLASLt as of TRT 7.2.1 (see here). Edit: It's stated here, that this already applies for TRT 7.2(.0). Best, |
@jaybdub hello jay can you tell me how to add it Thank you |
|
With trtexec I need to add
--tacticSources=-cublasLt,+cublas
to compile my model, or else I get:How can I do this in torch2trt?
The text was updated successfully, but these errors were encountered: