mirror of
https://github.com/zebrajr/pytorch.git
synced 2025-12-06 12:20:52 +01:00
Fix OSS build
Summary: Add missing .cc file into CMakeLists for pybind Reviewed By: pjh5, houseroad Differential Revision: D6625894 fbshipit-source-id: 900f10bf7d9abd1e2a1b8cdf56f098664a575889
This commit is contained in:
parent
5d6dacaafe
commit
5d3fc364aa
|
|
@ -1,6 +1,7 @@
|
||||||
# ---[ CPU files.
|
# ---[ CPU files.
|
||||||
set(Caffe2_CPU_PYTHON_SRCS
|
set(Caffe2_CPU_PYTHON_SRCS
|
||||||
"/pybind_state.cc"
|
"/pybind_state.cc"
|
||||||
|
"/pybind_state_dlpack.cc"
|
||||||
"/pybind_state_mkl.cc"
|
"/pybind_state_mkl.cc"
|
||||||
)
|
)
|
||||||
# ---[ GPU files
|
# ---[ GPU files
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user