This repository was archived by the owner on Mar 21, 2024. It is now read-only.
provide NVVMIR_LIBRARY_DIR environment variable to nvcc#724
Merged
brycelelbach merged 1 commit intoNVIDIA:masterfrom May 29, 2018
Merged
provide NVVMIR_LIBRARY_DIR environment variable to nvcc#724brycelelbach merged 1 commit intoNVIDIA:masterfrom
brycelelbach merged 1 commit intoNVIDIA:masterfrom
Conversation
Collaborator
|
Sure, sounds good. We are moving to CMake eventually. |
brycelelbach
added a commit
that referenced
this pull request
Feb 28, 2019
…f variable is set GitHub #724 Bug 2157885 git-commit 6c2b8c21b7324c8459f6d1d13125120e2f95912b git-author Manuel Schiller <manuel.schiller@caligano.de> [git-p4: depot-paths = "//sw/gpgpu/thrust/": change = 24246898]
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 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.
If a system does not use a
nvcc.profilefile but setsNVVMIR_LIBRARY_DIRas an environment variable instead, building thrust tests fails with:This patch provides
NVVMIR_LIBRARY_DIRtonvccif this environment variable is set.