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
style(comments): wrap remaining technical identifiers in Markdown backticks
Scan-and-fix pass for identifiers in comments that still lack Markdown
backticks, matching reviewer comments 9, 11, 13, 14 on PR #64. Applied
only to files authored / modified by this PR (leaves custom/cmake/
config_envs.cmake and similar vllm-ascend-verbatim content untouched to
stay consistent with the upstream it was adapted from).
- `CMakeLists.txt`: `pybind11` (line 7).
- `src/ascend/common.h`: `shape`, `strides`, `storage_shape`, `dtype`
in the `AclTensorCache` class doc.
- `src/ascend/custom/CMakeLists.txt`: `AscendC` toolchain reference.
- `src/ascend/custom/build.sh`: `AscendC`, `libascend_kernel.so`.
- `src/ascend/custom/cmake/config_ascend.cmake`: `SOC_VERSION`,
`CANN`, `AscendC`.
0 commit comments