Skip to content

Commit 260facf

Browse files
Oleg Bogdanovfacebook-github-bot
authored andcommitted
caffe2 | added missing operator source file (pytorch#17272)
Summary: Pull Request resolved: pytorch#17272 after windows-specific fixes were applied new file was left out of CMakeLists Reviewed By: orionr Differential Revision: D14140419 fbshipit-source-id: 6a6c652048ed196ec20241bc2a1d08cbe2a4e155
1 parent a91e056 commit 260facf

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

caffe2/operators/quantized/CMakeLists.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ list(APPEND Caffe2_CPU_SRCS
66
"${CMAKE_CURRENT_SOURCE_DIR}/int8_channel_shuffle_op.cc"
77
"${CMAKE_CURRENT_SOURCE_DIR}/int8_concat_op.cc"
88
"${CMAKE_CURRENT_SOURCE_DIR}/int8_conv_op.cc"
9+
"${CMAKE_CURRENT_SOURCE_DIR}/int8_conv_op_relu.cc"
910
"${CMAKE_CURRENT_SOURCE_DIR}/int8_conv_transpose_op.cc"
1011
"${CMAKE_CURRENT_SOURCE_DIR}/int8_dequantize_op.cc"
1112
"${CMAKE_CURRENT_SOURCE_DIR}/int8_fc_op.cc"

0 commit comments

Comments
 (0)