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

fix: remove FIL_PROOFS_CUDA_NVCC_ARGS environment variable #1520

Merged
merged 1 commit into from
Oct 7, 2021

Conversation

vmx
Copy link
Contributor

@vmx vmx commented Oct 7, 2021

The FIL_PROOFS_CUDA_NVCC_ARGS variable doesn't work as expected. The
problem is that its value would need to be forwarded to the dependencies
at compile-time. That currently isn't possible.

The solution is to set the BELLMAN_CUDA_NVCC_ARGS and
NEPTUNE_CUDA_NVCC_ARGS environment variable individually.

Set properly, the CI runs are 4mins faster :)

The `FIL_PROOFS_CUDA_NVCC_ARGS` variable doesn't work as expected. The
problem is that its value would need to be forwarded to the dependencies
at compile-time. That currently isn't possible.

The solution is to set the `BELLMAN_CUDA_NVCC_ARGS` and
`NEPTUNE_CUDA_NVCC_ARGS` environment variable individually.
@vmx vmx merged commit 2ddef1f into master Oct 7, 2021
@vmx vmx deleted the remove-cuda-nvcc-args branch October 7, 2021 14:11
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.

2 participants