We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3d74218 commit a6df8f0Copy full SHA for a6df8f0
torch/CMakeLists.txt
@@ -490,7 +490,7 @@ add_custom_target(
490
"${Python_EXECUTABLE}" "${TOOLS_PATH}/generate_torch_version.py"
491
--is-debug=${TORCH_VERSION_DEBUG}
492
--cuda-version=${CUDA_VERSION}
493
- --hip-version=${ROCM_VERSION_DEV}
+ --hip-version=${HIP_VERSION}
494
--xpu-version=${SYCL_COMPILER_VERSION}
495
BYPRODUCTS ${TORCH_SRC_DIR}/version.py
496
COMMENT "Regenerating version file..."
0 commit comments