mirror of
https://github.com/pytorch/pytorch.git
synced 2025-10-20 21:14:14 +08:00
delete ${GEN_VULKAN_FLAGS}
'--vulkan' no longer exists in 'tools/codegen/gen.py', was deleted in #46938. Pull Request resolved: https://github.com/pytorch/pytorch/pull/76080 Approved by: https://github.com/albanD
This commit is contained in:
committed by
PyTorch MergeBot
parent
7a27accbd6
commit
bc9bba9b43
@ -154,7 +154,6 @@ if(INTERN_BUILD_ATEN_OPS)
|
||||
${GEN_PER_OPERATOR_FLAG}
|
||||
${GEN_ROCM_FLAG}
|
||||
${CUSTOM_BUILD_FLAGS}
|
||||
${GEN_VULKAN_FLAGS}
|
||||
)
|
||||
|
||||
file(GLOB_RECURSE headers_templates "${CMAKE_CURRENT_LIST_DIR}/../aten/src/ATen/templates/*\.h")
|
||||
|
Reference in New Issue
Block a user