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
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
…ath library, and cast the second argument so it will find an acceptable form.
Hey @josephevans , Thanks for submitting the PR
CI supported jobs: [edge, website, windows-gpu, centos-gpu, clang, sanity, unix-cpu, miscellaneous, windows-cpu, centos-cpu, unix-gpu] Note: |
josephevans
requested review from
aaronmarkham and
marcoabreu
as code owners
November 13, 2020 21:52
szhengac
approved these changes
Nov 13, 2020
This was referenced Nov 14, 2020
lanking520
added
pr-awaiting-testing
PR is reviewed and waiting CI build and test
pr-awaiting-review
PR is waiting for code review
and removed
pr-work-in-progress
PR is still work in progress
pr-awaiting-testing
PR is reviewed and waiting CI build and test
pr-awaiting-review
PR is waiting for code review
labels
Nov 14, 2020
leezu
approved these changes
Nov 14, 2020
lanking520
added
pr-awaiting-merge
Review and CI is complete. Ready to Merge
and removed
pr-awaiting-testing
PR is reviewed and waiting CI build and test
labels
Nov 14, 2020
chinakook
pushed a commit
to chinakook/mxnet
that referenced
this pull request
Nov 19, 2020
* Don't use namespace for pow() function, since it is built into cuda math library, and cast the second argument so it will find an acceptable form. * Properly case exponent. * Remove thrust library override and use default from cuda 11.0. * Fix lint. * Fix lint. Co-authored-by: Joe Evans <joeev@amazon.com>
access2rohit
pushed a commit
to access2rohit/incubator-mxnet
that referenced
this pull request
Feb 19, 2021
* Don't use namespace for pow() function, since it is built into cuda math library, and cast the second argument so it will find an acceptable form. * Properly case exponent. * Remove thrust library override and use default from cuda 11.0. * Fix lint. * Fix lint. Co-authored-by: Joe Evans <joeev@amazon.com>
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
Fixes to build properly on Windows with Cuda 11.0:
Fixes compilation errors:
Checklist
Essentials
Changes
Comments