Build command placeholder
src/commands/build.cpp
The README promises a build helper, but the native build command is not implemented yet.
Reference
src/commands/build.cpp exists in the repository, but it is currently an empty placeholder.
Placeholder file
This path reserves architecture and intent in the repo, but it does not contain executable logic yet.
Intended role
This file should eventually encapsulate project-local CUDA builds that automatically choose the correct toolkit, compiler, and architecture flags for the detected GPU.
- Treat this file as a roadmap marker rather than current implementation.
- Search results should still surface it so users can understand what parts of the project are planned but not yet filled in.
Search terms
- build command
- compile
- architecture flags
- sm_120
- toolchain selection
Related files
Project overview
README.md
Defines the product thesis, the command model, the success criteria, and the repository layout for cuda-doctor.
Future core
src/core/builder.cpp
Reserved implementation file for the core build helper logic.
Native entrypoint
src/main.cpp
Owns native argument validation, text and JSON rendering, exit codes, and the interactive handoff from `doctor` to `doctor auto`.