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

[BUG]: Using CMake presets in a devcontainer does not properly configure compilers. #575

Closed
1 task done
alliepiper opened this issue Oct 17, 2023 · 0 comments · Fixed by #576
Closed
1 task done
Assignees
Labels
bug Something isn't working right.

Comments

@alliepiper
Copy link
Collaborator

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 and CUDAHOSTCXX.

Reproduction link

No response

Operating System

No response

nvidia-smi output

No response

NVCC version

No response

@alliepiper alliepiper added the bug Something isn't working right. label Oct 17, 2023
@github-project-automation github-project-automation bot moved this to Todo in CCCL Oct 17, 2023
@cccl-authenticator-app cccl-authenticator-app bot moved this from Todo to In Review in CCCL Oct 17, 2023
@github-project-automation github-project-automation bot moved this from In Review to Done in CCCL Oct 18, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working right.
Projects
Archived in project
Development

Successfully merging a pull request may close this issue.

1 participant