Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions torchao/experimental/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@ if(TORCHAO_OP_TARGET STREQUAL "aten")
add_library(torchao_ops_${TORCHAO_OP_TARGET} SHARED)
elseif(TORCHAO_OP_TARGET STREQUAL "executorch")
add_library(torchao_ops_${TORCHAO_OP_TARGET} STATIC)
add_compile_options("-Wno-error=deprecated")
else()
message(FATAL_ERROR "Unknown TORCHAO_OP_TARGET: ${TORCHAO_OP_TARGET}. Please choose one of: aten, executorch.")
endif()
Expand Down
Loading