-
Notifications
You must be signed in to change notification settings - Fork 539
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
Add NVCC inability to compile .hip files notice and workaround #3650
Conversation
This will probably need to be consolidated around a separate FAQ-rewrite PR, once that gets merged: #3596 |
Sorry, the updates of this PR slipped by me! If you rebase I'll take another look. Sorry for the delay! |
Apologies, my attempt to git rebase to the head of docs/develop somehow pulled in commits from the top of docs/develop that appear "new" and prevent merging... I'll spend some time trying to un-footgun myself later this afternoon Edit: This seems fixed by a force-push @MKKnorr You can take another look when you have time. |
56cbf1a
to
f90a77e
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The explanation is good, I would just move it to the compiler related section. Either add a new subsection for it, or you could as well add add the warning to hipcc-detected-my-platform-incorrectly-what-should-i-do
@MKKnorr , the warning has been moved to the section entitled "hipcc detected my platform incorrectly. What should I do?". Are any other changes needed? |
Thanks! Nope, looks good as it is |
This docs change serves to clarify an error encountered when attempting to compile .hip files with nvcc, through hipcc.
e.g: As encountered by user in #3582