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:
jason_w
2022-04-25 17:21:43 +00:00
committed by PyTorch MergeBot
parent 7a27accbd6
commit bc9bba9b43

View File

@ -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")