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 900f9ac commit 49b1fb6Copy full SHA for 49b1fb6
torchao/experimental/CMakeLists.txt
@@ -50,6 +50,7 @@ if(TORCHAO_OP_TARGET STREQUAL "aten")
50
add_library(torchao_ops_${TORCHAO_OP_TARGET} SHARED)
51
elseif(TORCHAO_OP_TARGET STREQUAL "executorch")
52
add_library(torchao_ops_${TORCHAO_OP_TARGET} STATIC)
53
+ add_compile_options("-Wno-error=deprecated")
54
else()
55
message(FATAL_ERROR "Unknown TORCHAO_OP_TARGET: ${TORCHAO_OP_TARGET}. Please choose one of: aten, executorch.")
56
endif()
0 commit comments