Skip to content

[CUBLAS] Add support for nn.dense and nn.batch_matmul#10826

Merged
masahi merged 2 commits into
apache:mainfrom
mbaret:byoc-cublas-2
Mar 31, 2022
Merged

[CUBLAS] Add support for nn.dense and nn.batch_matmul#10826
masahi merged 2 commits into
apache:mainfrom
mbaret:byoc-cublas-2

Conversation

@mbaret

@mbaret mbaret commented Mar 30, 2022

Copy link
Copy Markdown
Contributor

Add support for nn.dense and nn.batch_matmul using cuBLAS. This commit includes a fix for cublas.batch_matmul when mixed precision is being used.

This commit includes a fix for cublas.batch_matmul
when mixed precision is being used.
@mbaret mbaret marked this pull request as ready for review March 30, 2022 18:28
@mbaret

mbaret commented Mar 30, 2022

Copy link
Copy Markdown
Contributor Author

cc @mbs-octoml @mikepapadim

@mbs-octoml mbs-octoml left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

Comment thread python/tvm/relay/op/contrib/cublas.py Outdated
@masahi masahi merged commit 5cacecc into apache:main Mar 31, 2022
pfk-beta pushed a commit to pfk-beta/tvm that referenced this pull request Apr 11, 2022
* [CUBLAS] Add support for nn.dense and nn.batch_matmul

This commit includes a fix for cublas.batch_matmul
when mixed precision is being used.

* Specify args in dense
mehrdadh pushed a commit to mehrdadh/tvm that referenced this pull request Apr 11, 2022
* [CUBLAS] Add support for nn.dense and nn.batch_matmul

This commit includes a fix for cublas.batch_matmul
when mixed precision is being used.

* Specify args in dense
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants