This repository has been archived by the owner on Mar 21, 2024. It is now read-only.
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.
Add tests for host only TUs and fix several found issues. #340
Add tests for host only TUs and fix several found issues. #340
Changes from 16 commits
95b5736
c685e52
8e5c4ca
4cb58a0
28f9aee
f99f7df
f452bcb
99bcfe3
03c0c11
915ff1e
c75b8d2
79d1af6
493cd40
673f048
a9f0f54
b725515
8a44065
f60abbb
File filter
Filter by extension
Conversations
Jump to
There are no files selected for viewing
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.
AFAIK we settled on gcc-7 as the minimal supported version.
Do we want to drop gcc-6 while we are at it?
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.
Will consider it dropping later in another patch. In tandem with #341 would be good timing.
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.
Out of curiosity, what happens when using NVRTC with things like this? Will the functionality that depends on stuff from
<cstdlib>
just not work?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.
Usually NVRTC defines its own equivalent. It's all just
__device__
only.