[BUG] Installed headers return CMake / configure_file placeholders for version numbers
Nobody has claimed this yet.
- Dominant language
- C++
- Stars
- 10.5k
- Forks
- 2.1k
- Avg merge
- 3d 11h
- Merged PRs (30d)
- 7
Description
Which component has the problem?
CUTLASS C++
Bug Report
https://github.com/NVIDIA/cutlass/commit/bbe579a9e3beb6ea6626d9227ec32d0dae119a49#diff-1e7de1ae2d059d21e1dd75d5812d5a34b0222cef273b7c3a2af62eb747f9d20aR54-R612 removed configure_file for version.h, but version.h still has @Replacements@ in getVersionString and getGitRevision:
In vcpkg we patched this in https://github.com/microsoft/vcpkg/pull/53412
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start with include/cutlass/version.h, especially getVersionString and getGitRevision, and compare it with the referenced commit that removed configure_file. Use the vcpkg patch as a reference for the intended behavior; done means installed headers no longer expose CMake placeholders and the version functions return resolved version and revision values.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- cmake, cpp
- Domain
- build-system
- Issue type
- Bug
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Active
- Clarity
- Mostly clear
- Newbie friendliness
- 76/100