This repository was 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
Cuda 11 build fixes #19530
Merged
Merged
Cuda 11 build fixes #19530
Conversation
This file contains hidden or 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: |
szhengac
approved these changes
Nov 13, 2020
This was referenced Nov 14, 2020
leezu
approved these changes
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