[BUG]: Using CMake presets in a devcontainer does not properly configure compilers. #575
Closed
1 task done
Labels
bug
Something isn't working right.
Is this a duplicate?
Type of Bug
Something else
Component
Not sure
Describe the bug
While the CI scripts are working as expected, configuring a preset directly in vscode from a dev container does not properly setup the dev container compilers.
How to Reproduce
Configure a preset in vscode from a dev container. The nvcc invocations will not set --ccbin.
Expected behavior
The compilers should be configured in the dev container environment using the variables that CMake expects, namely
CXX
andCUDAHOSTCXX
.Reproduction link
No response
Operating System
No response
nvidia-smi output
No response
NVCC version
No response
The text was updated successfully, but these errors were encountered: