This repository has been archived by the owner on Nov 17, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 6.8k
Support for fp16 in SpM x DnsM on GPU #18930
Merged
sandeep-krishnamurthy
merged 2 commits into
apache:master
from
access2rohit:spgemm_fp16
Aug 28, 2020
Merged
Support for fp16 in SpM x DnsM on GPU #18930
sandeep-krishnamurthy
merged 2 commits into
apache:master
from
access2rohit:spgemm_fp16
Aug 28, 2020
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Hey @access2rohit , Thanks for submitting the PR
CI supported jobs: [windows-cpu, clang, centos-gpu, unix-cpu, website, miscellaneous, edge, windows-gpu, centos-cpu, unix-gpu, sanity] Note: |
@mxnet-label-bot add [pr-work-in-progress] |
@ptrendx Can you take an initial look ? I am yet to add test case though |
Looks good :-) |
access2rohit
force-pushed
the
spgemm_fp16
branch
from
August 27, 2020 09:56
810d62d
to
22ef5ad
Compare
access2rohit
changed the title
[WIP]Support for fp16 in SpM x DnsM
Support for fp16 in SpM x DnsM on GPU
Aug 27, 2020
@mxnet-label-bot update [pr-awaiting-review] |
lanking520
added
pr-awaiting-review
PR is waiting for code review
and removed
pr-work-in-progress
PR is still work in progress
labels
Aug 27, 2020
@ptrendx I have added test case. Can you help with review and merge |
Merging per previous review by @ptrendx |
access2rohit
added a commit
to access2rohit/incubator-mxnet
that referenced
this pull request
Sep 2, 2020
* Support for fp16 in SpGeMM * adding test for GPU spmm Co-authored-by: Rohit Kumar Srivastava <srivastava.141@buckeyemail.osu.edu>
samskalicky
pushed a commit
that referenced
this pull request
Sep 3, 2020
4 tasks
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Description
enables fp16 DType suport in following case
Will add test case shortly
Checklist
Essentials
Please feel free to remove inapplicable items for your PR.
Testing