Set some optional dependencies to find_package(... QUIET).#51
Closed
m-kurtenacker wants to merge 2 commits intoAnyDSL:masterfrom
Closed
Set some optional dependencies to find_package(... QUIET).#51m-kurtenacker wants to merge 2 commits intoAnyDSL:masterfrom
m-kurtenacker wants to merge 2 commits intoAnyDSL:masterfrom
Conversation
Contributor
|
I like this, but I also agree with the last point that we have to list all the "features" the runtime in the end provides. It is not really funny to see that the runtime has no CUDA or JIT (etc,...) when building a different project :D |
Member
|
How do we know what's relevant for the user? |
f62d036 to
1454d4f
Compare
37eff6d to
8eac783
Compare
74c5c6b to
b1a1d46
Compare
These intrinsics are used in generating code for NVIDIA Tensor Cores.
Contributor
Author
|
See #57 for further discussion. |
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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
We should not nag users with warnings that might not be relevant to them. We might want to enable some info messages for this though, or find some other means to expose the capabilities that the runtime (and probably the rest of the toolchain) was build with.