Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
144 commits
Select commit Hold shift + click to select a range
432ac70
clean code of py_layer in dygraph mode,test=develop (#17661)
sneaxiy May 27, 2019
96845d2
add Concat quantization (#17448)
May 27, 2019
f34830e
Enable SQRT operator for the nGraph Bridge (#17549)
kbinias May 27, 2019
67a6297
update unique_name notes and examples (#17671)
luotao1 May 28, 2019
962eed6
Revert "Enable SQRT operator for the nGraph Bridge (#17549)" (#17680)
luotao1 May 28, 2019
4f4f099
Bias correction for exponential moving average (#17677)
May 28, 2019
058f1f1
fix the api example for create_global_var, create_parameter, SGDOptim…
May 28, 2019
41f1186
[DOC][PYTHON] Fix api docs, test=develop, test=document_preview (#17629)
ysh329 May 28, 2019
6d8075e
[MKL-DNN] conv_transpose mkldnn bias pass (#17644)
jczaja May 28, 2019
04b6c29
Improve mobilenetv2 INT8 performance by using INT8 relu as post-op (#…
lidanqing-vv May 28, 2019
7a401da
test=develop, fix mac ci will not uninstall dependency files when err…
JiabinYang May 28, 2019
21d7b78
update parallel_helper (#17691)
May 28, 2019
acbb4bf
update python API examples (#17351)
Shixiaowei02 May 28, 2019
5782ddd
Optimize the concat and split kernel for specical cases when the numb…
Xreki May 29, 2019
5eb81fe
Capi for a ngraph engine (#17037)
mozga-intel May 29, 2019
4337009
fix trt ci timeout error (#17701)
NHZlX May 29, 2019
9f85f21
Add new gard clip [old gradient clip not support in dy graph] (#17523)
phlrain May 29, 2019
0f2e7a4
fix:Modify keys in the dictionary of layer.stat_dict in dynamic graph…
junjun315 May 29, 2019
0d3c48e
fix doc in transpiler, test=develop (#17313)
seiriosPlus May 29, 2019
ccf9e23
[Lite] Enable cast operator test=develop (#17294)
mozga-intel May 29, 2019
0d561ef
fix 2dconn test=develop (#17681)
gongweibao May 29, 2019
1735ed3
fix im2sequence padding bug, test=develop (#17660)
shippingwang May 29, 2019
29baca0
add depthwise_conv2d op to ngraph engine (#17454)
baojun-nervana May 29, 2019
70a887a
[NGraph] Add reduce_sum operator for Ngraph (#17450)
pawelpiotrowicz May 29, 2019
b4b1694
add fc_mkldnn_pass in compare_mkldnn (#17712)
luotao1 May 29, 2019
4ff87c0
remove useless input 'Softmax@GRAD' from softmax_with_cross_entropy o…
hutuxian May 29, 2019
33a791d
test=develop, add ocr in dygraph test (#17470)
JiabinYang May 29, 2019
effc555
test=develop, layz init Grad (#17653)
JiabinYang May 29, 2019
a9a531f
Refine python api code example note: (#17369)
NHZlX May 29, 2019
9b99876
Enable less_than ngraph operator (#17642)
pawelpiotrowicz May 30, 2019
2704479
Optimize recurrent_op using Prepare and RunPreparedContext, avoiding …
Xreki May 30, 2019
ac92e4c
fix distributed_transpiler.py api test=develop (#17668)
yaoxuefeng6 May 30, 2019
8fd39f3
Enhance fused_elementwise_activation op and add python api in contrib…
Xreki May 30, 2019
bd15912
fix bug for ctr_reader for svm data (#17575)
YishengCheng May 30, 2019
bd48950
fix paddlepaddle API examples (#17306)
wangchaochaohu May 30, 2019
0a02451
fix ocr; test=develop (#17751)
phlrain May 30, 2019
aca5353
fix bug; test=develop (#17733)
phlrain May 30, 2019
bba57cd
Add deformable conv v2 op,test=develop (#17145)
May 30, 2019
67c8dad
Add Event in ScopeBuffer Executor (#17667)
May 30, 2019
f144740
change ci ctest exit code (#17745)
tianshuo78520a May 30, 2019
552f839
remove ocr unit test; test=develop (#17755)
phlrain May 30, 2019
68dcb1b
fix API examples of assign, reverse and array_write, etc. (#17287)
hong19860320 May 30, 2019
2fbaa5c
[NGraph] added matmul op to ngraph engine test=develop (#17645)
baojun-nervana May 31, 2019
90eae0b
[NGraph] Addded slice op to ngraph test=develop (#17648)
baojun-nervana May 31, 2019
ed9d603
fix api doc: Optimizer.ModelAverage (#17395)
junjun315 May 31, 2019
bacc822
[NGraph] Enable transpose ngraph operator (#17636)
pawelpiotrowicz May 31, 2019
2c58f1a
[NGraph] Added lookup table to ngraph engine test=develop (#17647)
baojun-nervana May 31, 2019
d523910
fix prepare context redundant code problem, optimize executor by cach…
guru4elephant May 31, 2019
93de124
modify some initializer api (#17301)
AIFollowers May 31, 2019
bfcc97d
Split the unittest test_dist_mmist into multiple unittests (test_dist…
May 31, 2019
659b72a
fix document of python api get_startup_program() (#17764)
seiriosPlus May 31, 2019
f893914
fix the dll not found issue on windows (#17750)
wopeizl May 31, 2019
d7c5c2b
Add input format in Transpose GetHash (#17737)
lidanqing-vv May 31, 2019
7f1c626
Fix potential bugs: use numpy assignment to restore parameters at bui…
junjun315 Jun 3, 2019
53920f5
fix scipy version for python 2.7, test=develop (#17719)
seiriosPlus Jun 3, 2019
3a6ead2
Add no_grad decorator to dygraph (#17790)
sneaxiy Jun 3, 2019
931698a
Modify doc of program_guard, py_reader, data, and clone (#17727)
zhhsplendid Jun 3, 2019
82b834c
use the bj as default address instead of cdn test=develop (#17795)
Jun 3, 2019
6a6bf59
[NGraph] Enable elementwise_div operator test=develop (#17515)
mozga-intel Jun 3, 2019
e089e45
make omp thread num default 1 after inference run (#17801)
luotao1 Jun 3, 2019
3d0e120
add support for cuda9 on windows test=develop (#17594)
wopeizl Jun 3, 2019
4c5df40
Fix the data URL in wmt16.py. (#17775)
guoshengCS Jun 3, 2019
863c751
polish error doc (#17772)
Jun 3, 2019
c10157a
revise the cudnn conv choose algorithm to improve the performance(mas…
wangchaochaohu Jun 3, 2019
d6d33fd
Add update method for ema (#17812)
Jun 3, 2019
7cfddf2
Optimize bilinear interpolate op with OpenMP (#17800)
liujianhang-design Jun 4, 2019
82358bf
ont hot support tensor depth (#16972)
phlrain Jun 4, 2019
3b70f87
Using Smart pointer to optimizer memory usage of dyGraph (#17768)
JiabinYang Jun 4, 2019
dfec676
expand op supprt tensor attribute (#17773)
phlrain Jun 4, 2019
473777a
Adding communication part in readme, test=develop (#17797)
adaxi123 Jun 4, 2019
92d9bdf
fix api doc in slice op, test=develop (#17804)
jerrywgz Jun 4, 2019
557452e
update and polish hash op doc (#17809)
tensor-tang Jun 4, 2019
7611208
[NGraph] added gather_grad to ngraph test=develop (#17646)
baojun-nervana Jun 4, 2019
5032656
enable mkldnn primitive reuse for platform reorder (#17826)
LeoZhao-Intel Jun 4, 2019
4375204
fix DropLocalExeScopes (#17829)
Jun 4, 2019
d1169af
remove InstallFailureSignalHandler (#17828)
Jun 5, 2019
5e4f99d
refine doc for prelu (#17810)
jerrywgz Jun 5, 2019
eaf049c
test=develop, refine ocr attention model (#17763)
JiabinYang Jun 5, 2019
47cc1b5
Change Linux CI check API
tianshuo78520a Jun 5, 2019
674e0ce
Use Python C-API to speed up dygraph trace (#17837)
sneaxiy Jun 5, 2019
6009420
fix dataset-flowers random fail. test=develop (#17836)
junjun315 Jun 5, 2019
3d3f550
Feature/Fix recurrent usage of Varbase in Dygraph (#17838)
JiabinYang Jun 5, 2019
a4c528a
[NGraph] some ngraph updates to enable bert (#17739)
baojun-nervana Jun 5, 2019
3556e8e
Fix 2 bugs for CI Cuda9/10 tasks (#17861)
zhhsplendid Jun 5, 2019
5436d66
close socket connect (#17862)
Jun 5, 2019
841553e
use pyreader to read data in dygraph mode (#17314)
Jun 5, 2019
6a1df46
Fine tuning launch.py (#17223)
gongweibao Jun 5, 2019
993c703
INT8 MKL-DNN v2 integrate to slim (#17634)
zhaify Jun 6, 2019
39bc8a5
[NGraph] Enable ngraph layer_norm operator (#17599)
pawelpiotrowicz Jun 6, 2019
453a49b
Make ParallelExecutor support Windows GPU (#17787)
Jun 6, 2019
022dfed
Add optimizer save and load (#16986)
JiabinYang Jun 6, 2019
3bfb92c
test=develop, hide build_once (#17871)
JiabinYang Jun 6, 2019
5efe8c7
fix bug: the lod_tensor_to_array op will aplly a new var but not rele…
NHZlX Jun 6, 2019
ae576f3
fix: when use the load model from memory mode, the RAM occupy is high…
NHZlX Jun 6, 2019
d008260
update the initialization of anakin subgraph (#17880)
Shixiaowei02 Jun 6, 2019
e2c1b7c
[NGraph] cache compiled function instead test=develop (#17845)
baojun-nervana Jun 6, 2019
83e51de
SERIAL flaky imperative unit tests for CI cuda9 (#17892)
zhhsplendid Jun 6, 2019
c1379bf
[NGraph] Bert model for a capi, ngraph's support test=develop (#17844)
mozga-intel Jun 6, 2019
545afb2
Add trainable_statist attr for bn in dygraph (#17881)
tink2123 Jun 6, 2019
4cb7d32
test=develop, add dygraph_not_support and refine ocr (#17868)
JiabinYang Jun 6, 2019
fbbdc9c
Add backward and optimizer operator dependency pass. (#17746)
gongweibao Jun 6, 2019
fba10b6
test=develop, refine api (#17883)
JiabinYang Jun 7, 2019
14a32bf
Fix the accuracy issue while using float precision to get the scale. …
yihuaxu Jun 7, 2019
3925bd8
Fix cuda/cudnn version detection error (#17853)
sneaxiy Jun 7, 2019
5df65e5
Add Ligth-NAS for PaddleSlim (#17679)
wanghaoshuang Jun 7, 2019
f3e5a5c
Unset https_proxy and http_proxy in our launch.py (#17915)
gongweibao Jun 8, 2019
dd4cd35
Fix sync_batch_norm_op ncclallreduce error! (#17918)
gongweibao Jun 8, 2019
4d5f693
Feature/refine api for dygraph (#17907)
JiabinYang Jun 9, 2019
0a96ec6
fix conv v7 workspace size limit error, test=develop (#17902)
sneaxiy Jun 10, 2019
972c54c
Fix FLAGS_fuse_parameter_memory_size unit from Bytes to MBytes. (#17924)
gongweibao Jun 10, 2019
8062bd5
Reshape support tensor attribute (#17781)
phlrain Jun 10, 2019
b888a4c
fix regularizer lod bug (#17848)
phlrain Jun 10, 2019
9b50173
Fix the format issue when 'X' is not nchw. (#17833)
yihuaxu Jun 10, 2019
209a3f4
add log into slim mkldnn int8 test (#17926)
zhaify Jun 10, 2019
2a9d74f
Add comment for dygraph api (#17869)
phlrain Jun 10, 2019
377f9e6
Fix a docker image error. (#17930)
zhhsplendid Jun 10, 2019
90ebce9
QAT int8 MKL-DNN transformation pass (#17819)
bingyanghuang Jun 10, 2019
33d1e56
Enable seq_pool op to accept len 0 input (#17284)
Jun 10, 2019
3ece61f
Remove attribute in Allocator::Allocate (#17878)
sneaxiy Jun 10, 2019
aab4d12
refine GetExpectedKernelType in conat op, test=develop (#17934)
jerrywgz Jun 10, 2019
82bfa0a
Enhence auto pruning and fix save/load graph when using py_reader
wanghaoshuang Jun 10, 2019
3847d9f
refine sum stack api doc (#17923)
zhaoyuchen2018 Jun 10, 2019
53fd507
fix merge conflict of 'Remove attribute in Allocator::Allocate' and e…
luotao1 Jun 10, 2019
9f519ba
Ignore a unit test which failed on cuda9/10 python3 ci task (#17950)
zhhsplendid Jun 10, 2019
3559e5a
fix bug when iterate in locals_var.items() in python3 (#17948)
SunGaofeng Jun 10, 2019
dcaf60f
Fix dygraph doc at nn.py for v1.5 (#17904)
junjun315 Jun 10, 2019
83942c3
move warning of ParallelExecutor (#17945)
Jun 11, 2019
4e8d5a0
Light mem reuse strategy for inference. (#17925)
NHZlX Jun 11, 2019
ed118ee
fix deconv2d bug for cycle_gan (#17554)
tink2123 Jun 11, 2019
969e637
Pipeline Concurrency (#17402)
hutuxian Jun 11, 2019
410907f
added monitoring of python/requirements.txt file (#17957)
tianshuo78520a Jun 11, 2019
bce259e
Update the Anakin interfaces for content-dnn and MLU (#17890)
Shixiaowei02 Jun 11, 2019
da9143c
Polish codes of old prs. (#17938)
gongweibao Jun 11, 2019
84bb45c
[MKL-DNN] Thread-Safety for MKL-DNN reusing Part 1 (#17965)
jczaja Jun 11, 2019
b5c35ae
add UserDefinedCollectiveRoleMaker for collective mode (#17898)
Jun 11, 2019
40885c2
add unfold op (new op),test=develop (#17944)
SunGaofeng Jun 11, 2019
871af28
add deformable psroi pooling (#17827)
cjt222 Jun 11, 2019
a1bdf25
Add shape not match doc to data layer (#17936)
sneaxiy Jun 12, 2019
96ee528
fix logging basicConfig cannot be setting after import paddle (#17786)
heavengate Jun 12, 2019
9d6640f
Fix edit distance doc (#17947)
shippingwang Jun 12, 2019
2ae8dec
test=develop (#17984)
wawltor Jun 12, 2019
0bf2535
Cherry-pick: fix random CI failure. (#18011)
zhhsplendid Jun 12, 2019
04ea7cb
modify the access level of anakin engine (#18015)
Shixiaowei02 Jun 12, 2019
75fcd29
update load_error_info, test=develop (#18000)
junjun315 Jun 12, 2019
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ RUN curl -s -q https://glide.sh/get | sh
# 2. Manually add ~IPluginFactory() in IPluginFactory class of NvInfer.h, otherwise, it couldn't work in paddle.
# See https://github.com/PaddlePaddle/Paddle/issues/10129 for details.

RUN wget -q https://paddlepaddledeps.cdn.bcebos.com/TensorRT-4.0.1.6-ubuntu14.04.x86_64-gnu.cuda.8.0.cudnn7.0.tar.gz --no-check-certificate && \
RUN wget -q https://paddlepaddledeps.bj.bcebos.com/TensorRT-4.0.1.6-ubuntu14.04.x86_64-gnu.cuda.8.0.cudnn7.0.tar.gz --no-check-certificate && \
tar -zxf TensorRT-4.0.1.6-ubuntu14.04.x86_64-gnu.cuda.8.0.cudnn7.0.tar.gz -C /usr/local && \
cp -rf /usr/local/TensorRT/include /usr && \
cp -rf /usr/local/TensorRT/lib /usr
Expand Down
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -98,9 +98,11 @@ We provide [English](http://www.paddlepaddle.org/documentation/docs/en/1.4/begin

We appreciate your contributions!

## Ask Questions
## Communication

You are welcome to submit questions and bug reports as [Github Issues](https://github.com/PaddlePaddle/Paddle/issues).
- [Github Issues](https://github.com/PaddlePaddle/Paddle/issues): bug reports, feature requests, install issues, usage issues, etc.
- QQ discussion group: 432676488 (PaddlePaddle).
- [Forums](http://ai.baidu.com/forum/topic/list/168?pageNo=1): discuss implementations, research, etc.

## Copyright and License
PaddlePaddle is provided under the [Apache-2.0 license](LICENSE).
6 changes: 4 additions & 2 deletions README_cn.md
Original file line number Diff line number Diff line change
Expand Up @@ -80,9 +80,11 @@ pip install paddlepaddle-gpu==1.4.1.post85

欢迎您的贡献!

## 答疑
## 交流与反馈

欢迎您将问题和bug报告以[Github Issues](https://github.com/PaddlePaddle/Paddle/issues)的形式提交
- 欢迎您通过[Github Issues](https://github.com/PaddlePaddle/Paddle/issues)来提交问题、报告与建议
- QQ群: 432676488 (PaddlePaddle)
- [论坛](http://ai.baidu.com/forum/topic/list/168): 欢迎大家在PaddlePaddle论坛分享在使用PaddlePaddle中遇到的问题和经验, 营造良好的论坛氛围

## 版权和许可证
PaddlePaddle由[Apache-2.0 license](LICENSE)提供
11 changes: 5 additions & 6 deletions cmake/anakin_subgraph.cmake
Original file line number Diff line number Diff line change
@@ -1,7 +1,3 @@
if(NOT WITH_GPU)
return()
endif()

set(ANAKIN_ROOT "/usr" CACHE PATH "ANAKIN ROOT")
find_path(ANAKIN_INCLUDE_DIR anakin_config.h
PATHS ${ANAKIN_ROOT} ${ANAKIN_ROOT}/include
Expand All @@ -16,9 +12,7 @@ find_library(ANAKIN_LIBRARY NAMES libanakin_saber_common.so libanakin.so
DOC "Path to ANAKIN library.")

if(ANAKIN_INCLUDE_DIR AND ANAKIN_LIBRARY)
if(WITH_DSO)
set(ANAKIN_FOUND ON)
endif(WITH_DSO)
else()
set(ANAKIN_FOUND OFF)
endif()
Expand All @@ -31,3 +25,8 @@ if(ANAKIN_FOUND)
link_directories(${ANAKIN_ROOT})
add_definitions(-DPADDLE_WITH_ANAKIN)
endif()

if(ANAKIN_FOUND AND WITH_GPU AND WITH_DSO)
message(STATUS "Compile with anakin subgraph.")
set(ANAKIN_SUBGRAPH ON)
endif()
6 changes: 1 addition & 5 deletions cmake/cuda.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -141,31 +141,27 @@ endfunction()
message(STATUS "CUDA detected: " ${CUDA_VERSION})
if (${CUDA_VERSION} LESS 7.0)
set(paddle_known_gpu_archs ${paddle_known_gpu_archs})
add_definitions("-DPADDLE_CUDA_BINVER=\"60\"")
elseif (${CUDA_VERSION} LESS 8.0) # CUDA 7.x
set(paddle_known_gpu_archs ${paddle_known_gpu_archs7})
list(APPEND CUDA_NVCC_FLAGS "-D_MWAITXINTRIN_H_INCLUDED")
list(APPEND CUDA_NVCC_FLAGS "-D__STRICT_ANSI__")
add_definitions("-DPADDLE_CUDA_BINVER=\"70\"")
elseif (${CUDA_VERSION} LESS 9.0) # CUDA 8.x
set(paddle_known_gpu_archs ${paddle_known_gpu_archs8})
list(APPEND CUDA_NVCC_FLAGS "-D_MWAITXINTRIN_H_INCLUDED")
list(APPEND CUDA_NVCC_FLAGS "-D__STRICT_ANSI__")
# CUDA 8 may complain that sm_20 is no longer supported. Suppress the
# warning for now.
list(APPEND CUDA_NVCC_FLAGS "-Wno-deprecated-gpu-targets")
add_definitions("-DPADDLE_CUDA_BINVER=\"80\"")
elseif (${CUDA_VERSION} LESS 10.0) # CUDA 9.x
set(paddle_known_gpu_archs ${paddle_known_gpu_archs9})
list(APPEND CUDA_NVCC_FLAGS "-D_MWAITXINTRIN_H_INCLUDED")
list(APPEND CUDA_NVCC_FLAGS "-D__STRICT_ANSI__")
add_definitions("-DPADDLE_CUDA_BINVER=\"90\"")
elseif (${CUDA_VERSION} LESS 11.0) # CUDA 10.x
set(paddle_known_gpu_archs ${paddle_known_gpu_archs10})
list(APPEND CUDA_NVCC_FLAGS "-D_MWAITXINTRIN_H_INCLUDED")
list(APPEND CUDA_NVCC_FLAGS "-D__STRICT_ANSI__")
add_definitions("-DPADDLE_CUDA_BINVER=\"100\"")
endif()
add_definitions("-DPADDLE_CUDA_BINVER=\"${CUDA_VERSION_MAJOR}${CUDA_VERSION_MINOR}\"")

include_directories(${CUDA_INCLUDE_DIRS})
if(NOT WITH_DSO)
Expand Down
2 changes: 1 addition & 1 deletion cmake/cudnn.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ if(CUDNN_FOUND)
endif()

message(STATUS "Current cuDNN header is ${CUDNN_INCLUDE_DIR}/cudnn.h. "
"Current cuDNN version is v${CUDNN_MAJOR_VERSION}. ")
"Current cuDNN version is v${CUDNN_MAJOR_VERSION}.${CUDNN_MINOR_VERSION}. ")

endif()
endif()
11 changes: 9 additions & 2 deletions cmake/external/eigen.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,13 @@ if(NOT WITH_FAST_MATH)
add_definitions(-DEIGEN_FAST_MATH=0)
endif()

if(WIN32)
set(EIGEN_GIT_REPOSITORY https://github.com/wopeizl/eigen-git-mirror)
set(EIGEN_GIT_TAG support_cuda9_win)
else()
set(EIGEN_GIT_REPOSITORY https://github.com/eigenteam/eigen-git-mirror)
set(EIGEN_GIT_TAG 917060c364181f33a735dc023818d5a54f60e54c)
endif()
if(WITH_AMD_GPU)
ExternalProject_Add(
extern_eigen3
Expand All @@ -29,10 +36,10 @@ else()
ExternalProject_Add(
extern_eigen3
${EXTERNAL_PROJECT_LOG_ARGS}
GIT_REPOSITORY "https://github.com/eigenteam/eigen-git-mirror"
GIT_REPOSITORY "${EIGEN_GIT_REPOSITORY}"
# eigen on cuda9.1 missing header of math_funtions.hpp
# https://stackoverflow.com/questions/43113508/math-functions-hpp-not-found-when-using-cuda-with-eigen
GIT_TAG 917060c364181f33a735dc023818d5a54f60e54c
GIT_TAG ${EIGEN_GIT_TAG}
PREFIX ${EIGEN_SOURCE_DIR}
DOWNLOAD_NAME "eigen"
UPDATE_COMMAND ""
Expand Down
1 change: 1 addition & 0 deletions cmake/external/mklml.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ IF(WIN32)
SET(MKLML_LIB ${MKLML_LIB_DIR}/mklml.lib)
SET(MKLML_IOMP_LIB ${MKLML_LIB_DIR}/libiomp5md.lib)
SET(MKLML_SHARED_LIB ${MKLML_LIB_DIR}/mklml.dll)
SET(MKLML_SHARED_LIB_DEPS ${MKLML_LIB_DIR}/msvcr120.dll)
SET(MKLML_SHARED_IOMP_LIB ${MKLML_LIB_DIR}/libiomp5md.dll)
ELSE()
#TODO(intel-huying):
Expand Down
2 changes: 1 addition & 1 deletion cmake/external/ngraph.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ INCLUDE(GNUInstallDirs)
INCLUDE(ExternalProject)

SET(NGRAPH_PROJECT "extern_ngraph")
SET(NGRAPH_GIT_TAG "096ad6ef0c04d57db1522940dbdf9a0652768065")
SET(NGRAPH_GIT_TAG "4ec94acc11084a5d53418f565529310fa584899a")
SET(NGRAPH_SOURCES_DIR ${THIRD_PARTY_PATH}/ngraph)
SET(NGRAPH_INSTALL_DIR ${THIRD_PARTY_PATH}/install/ngraph)
SET(NGRAPH_INC_DIR ${NGRAPH_INSTALL_DIR}/include)
Expand Down
2 changes: 1 addition & 1 deletion cmake/operators.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ function(op_library TARGET)
# Define operators that don't need pybind here.
foreach(manual_pybind_op "compare_op" "logical_op" "nccl_op"
"tensor_array_read_write_op" "tensorrt_engine_op" "conv_fusion_op"
"fusion_transpose_flatten_concat_op" "fusion_conv_inception_op" "sync_batch_norm_op" "dgc_op")
"fusion_transpose_flatten_concat_op" "fusion_conv_inception_op" "sync_batch_norm_op" "deformable_conv_op" "dgc_op")
if ("${TARGET}" STREQUAL "${manual_pybind_op}")
set(pybind_flag 1)
endif()
Expand Down
Loading