@@ -462,6 +462,9 @@ if _build_core_ext():
if _is_cuda() or _is_hip():
ext_modules.append(CMakeExtension(name="vllm._moe_C"))
if _is_hip():
ext_modules.append(CMakeExtension(name="vllm._rocm_C"))
if _build_custom_ops():
ext_modules.append(CMakeExtension(name="vllm._C"))
The note is not visible to the blocked user.