You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
As a CCCL developer, I'd like to be able to use the DevContainers without necessarily needing a GPU because I could be interested in just compiling the tests and not actually running them.
However, CCCL's devcontainer.json currently lists a GPU as a host requirement:
Is this a duplicate?
Area
Infrastructure
Is your feature request related to a problem? Please describe.
As a CCCL developer, I'd like to be able to use the DevContainers without necessarily needing a GPU because I could be interested in just compiling the tests and not actually running them.
However, CCCL's
devcontainer.json
currently lists a GPU as a host requirement:cccl/.devcontainer/devcontainer.json
Lines 4 to 6 in 6a2185a
Describe the solution you'd like
We should instead list a GPU as optional:
Describe alternatives you've considered
No response
Additional context
No response
The text was updated successfully, but these errors were encountered: