This repository has been archived by the owner on Mar 21, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 187
Conversation
This file contains 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
This changes quite a bit of docker stuff, one thing I couldn't quite figure out was the default NVCC build where no architecture was specified. Prior to these changes it wasn't throwing up on tests that should have been unsupported. To fix that behavior I changed config.py to launch with NVCC defaults and all newer SMs disabled. |
8406bd1
to
8e03396
Compare
griwes
reviewed
Feb 11, 2022
8e03396
to
cf54cb7
Compare
griwes
approved these changes
Feb 12, 2022
…e configuration. Right now it all seems to work, just need adjustment in perform_tests.bash and to eventually fix all the issues with running some of the test suites in some of the configurations.
…ree mess left by lit
…ore specific paths
… libcxx to point to the top level
b264189
to
17a3055
Compare
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.
These changes remove the need to use the upstream LLVM project on Windows for lit configuration.