Commit Graph

22516 Commits (6e87843e260cb4b690db649978c5fb0e0dc1abcb)
 

Author SHA1 Message Date
Tao Luo 6e87843e26 enable cpplint, remove go_fmt
6 years ago
tensor-tang 0eefad0a2d fix jitcodekey and refine test
6 years ago
tensor-tang ce4cc482a4 add sgd jitcode and op test
6 years ago
tensor-tang 1bfc565ffe add benchmark and mkl sgd implement
6 years ago
shippingwang a0834044fc add API.spec. test=develop
6 years ago
shippingwang 7d4feb2fc5 fix api.spec, test=develop
6 years ago
minqiyang 9035887bc9 Add gperftools into imperative tracer
6 years ago
minqiyang cd2db80655 Add tracer implementation
6 years ago
Yihua Xu b48d56e87f Optimize gelu operation with mkl erf.
6 years ago
xiaoli.liu@intel.com f8cbc4f34b Optimize INT8 DeQuantize Op with primitive reuse.
6 years ago
minqiyang 701af43958 Fix bugs
6 years ago
jerrywgz 4f43e981c1 add comment for revise, test=develop
6 years ago
baojun-nervana dea34134e8 Update ngraph version to v0.14 test=develop
6 years ago
minqiyang f1a2d20430 invoke backward_hooks after reduce op's depcounts map
6 years ago
minqiyang e0a2b472f4 Move ClearBlock into OpBase and VarBase's destructor
6 years ago
minqiyang 9abf40c9e2 Add imperative python tracer
6 years ago
tensor-tang 92f3cf42cb enable sgd jitkernel refer code and test
6 years ago
shippingwang 13e891516b add cosine decay op, test=develop
6 years ago
jerrywgz b2ce832021 change default option related to softmax, test=develop
6 years ago
ceci3 f6d186782a
test=develop
6 years ago
ceci3 6bce986107
2018 -> 2019
6 years ago
ceci3 4b7bf06e1f test=develop
6 years ago
Yiqun Liu 454f4f2140
Rewrite is_empty op to avoid unnecessary data transform. (#15509)
6 years ago
xiaolil1 6724be2b0d INT8 Pool kernel Key Creation Optimization. (#15883)
6 years ago
Tao Luo d5a888e15c
Merge pull request #15943 from kbinias/kbinias/add-placement-pass-tester
6 years ago
Tao Luo ba90e05281
Merge pull request #15917 from jczaja/prv-tensor-mkldnn-ops
6 years ago
Krzysztof Binias 72253391b6 Add MKL-DNN placement pass tester
6 years ago
colourful-tree 7d8f639883
Merge pull request #15902 from colourful-tree/new_develop
6 years ago
Tao Luo effec86600
Merge pull request #15913 from liangan1/func_coverage
6 years ago
dzhwinter 15de2dff00
Merge pull request #15926 from dzhwinter/test/add_ir_mem_opt_tests
6 years ago
Zhen Wang e00c7a2e26
Merge pull request #15830 from wzzju/add_ir_node_encapsulation
6 years ago
Jacek Czaja c63f6b2039 - MKL-DNN pooling updated to set_prim_desc
6 years ago
lujun a4b4ecd8b6
Merge pull request #15906 from junjun315/fix-api-doc-20190220
6 years ago
qingqing01 8e439ccfff
Fix bug in fake_quantize_op and add more unit testing (#15912)
6 years ago
qingqing01 f4846bf3dc
loosly check in the InferShape of cross_entropy_op. (#15863)
6 years ago
dzhwinter 48d9fd08e5 fix default value. test=develop
6 years ago
Tao Luo 2c5c7b2a7e
Merge pull request #15922 from kbinias/kbinias/reuse-primitives-activations-and-softmax-mkldnn-ut
6 years ago
Yiqun Liu f4634d76d7
Optimize the CUDA implementation of sequence_expand op by reduce the times of copying lod data from CPU to GPU. (#15493)
6 years ago
dzhwinter dfb2121967 fix default value. test=develop
6 years ago
dzhwinter a4cf295471 fix default value. test=develop
6 years ago
dzhwinter a922a0a1ef fix default value. test=develop
6 years ago
Tao Luo 60546b78cc
Merge pull request #15923 from Sand3r-/mgallus/conv-residual-ut
6 years ago
dzhwinter 6477b443f3 fix default value. test=develop
6 years ago
guomingz 630c1e8317 This PR improve performance of prior_box op about 1.25x faster on CPU. (#15909)
6 years ago
Tao Luo 9c05421c97
Merge pull request #15914 from Sand3r-/mgallus/mkldnn-sum-code-reuse
6 years ago
chengduo 7ca8553d4e
Add alloc_continuous_space_op (#15900)
6 years ago
dzhwinter 131e4a3b5f
Merge pull request #15904 from dzhwinter/fix/disable_temp
6 years ago
wopeizl 2192c46436
Merge pull request #15916 from wopeizl/win/fixevent1
6 years ago
Michal Gallus 6a2bc9a275 Add Conv Residual Connection UT for Projection
6 years ago
Krzysztof Binias 851ea04dec Add UTs to check whether primitives for activations and softmax already exist in backward
6 years ago