Skip to content
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

Drop ptx common header by detecting the end of common line #77

Open
wants to merge 1 commit into
base: dev
Choose a base branch
from

Conversation

cezuni
Copy link

@cezuni cezuni commented Sep 7, 2018

Old implementation which had dropped 50 characters before merging ptx
code might insert a garbage code in some CUDA versions due to
different newline character counts. CUDA tools 8.0 has this problem.

Old implementation which had dropped 50 characters before merging ptx
code might insert a garbage code in some CUDA versions due to
different newline character counts. CUDA tools 8.0 has this problem.
@tgrogers tgrogers self-requested a review October 5, 2018 17:42
Copy link
Collaborator

@tgrogers tgrogers left a comment

Choose a reason for hiding this comment

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

Thanks for fixing this!
We have a commit pending that actually gets rid of the PTX file merging code - so I don't know if this still applies. I am going to keep this on hold until the no-PTX merging code gets integrated.

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