- 04 3月, 2019 13 次提交
-
-
由 minqiyang 提交于
test=develop
-
由 minqiyang 提交于
test=develop
-
由 Yihua Xu 提交于
test=develop
-
由 xiaoli.liu@intel.com 提交于
test=develop
-
由 minqiyang 提交于
test=develop
-
由 jerrywgz 提交于
-
由 baojun-nervana 提交于
-
由 minqiyang 提交于
test=develop
-
由 minqiyang 提交于
test=develop
-
由 minqiyang 提交于
-
由 tensor-tang 提交于
test=develop
-
由 shippingwang 提交于
-
由 jerrywgz 提交于
-
- 01 3月, 2019 1 次提交
-
-
由 ceci3 提交于
-
- 27 2月, 2019 6 次提交
-
-
由 ceci3 提交于
-
由 ceci3 提交于
-
由 Yiqun Liu 提交于
* Rewrite is_empty op to avoid unnecessary data transform. test=develop * Add the implementation of InferShape and InferVarType for is_empty op. test=develop * Rewrite is_empty op to avoid directly inherit OperatorBase. test=develop
-
由 xiaolil1 提交于
* Optimize key creation of INT8 pool kernel to improve the peformance of ResNet-50 and MobileNet, especially for latency. test=develop * Optimize key creation of pool fp32 grad. test=develop
-
由 Tao Luo 提交于
MKL-DNN: Add placement pass tester
-
由 Tao Luo 提交于
[MKL-DNN] Adjusting ops to Tensor modifications
-
- 26 2月, 2019 20 次提交
-
-
由 Krzysztof Binias 提交于
test=develop
-
由 colourful-tree 提交于
remove mkldnn & fix commit
-
由 Tao Luo 提交于
Enable function coverage for U8/S8 ConvMKLDNNOpKernel
-
由 dzhwinter 提交于
add ir memory optimize test base
-
由 Zhen Wang 提交于
add IrNode&IrVarNode&IrOpNode. test=develop
-
由 Jacek Czaja 提交于
- MKLDNN ops revisited - disabled softmax modifications - disabled elementwise_add - reverted LRN modifications - reverted SUM primitive - Partial reviing of softmax - Enable softmax - Softmax changes - LRN is back - LRN partially disabled - LRN is back - LRN fix - compilation fixes - Sum fixed(hopefully) - Enabling (partially) elementwise_add - Fixes to elemenwise_add - Lint fixes quantize fix - compilation fix test=develop Disabling pooling - Disabled quantize op test=develop
-
由 lujun 提交于
Fix util-plot for py3
-
由 qingqing01 提交于
-
由 qingqing01 提交于
* loosly check in cross_entropy_op when soft_label is True * Add Runtime assertion in backward infer_shape check. * Skip InferShape check when un-know the input dimensions
-
由 dzhwinter 提交于
-
由 Tao Luo 提交于
MKL-DNN: Add Activations and Softmax UTs to check if primitives already exist in backward
-
由 Yiqun Liu 提交于
Optimize the CUDA implementation of sequence_expand op by reduce the times of copying lod data from CPU to GPU. (#15493) * Optimize the CUDA implementation of sequence_expand op by reduce the times of copying lod data from CPU to GPU. test=develop * Refine the op benchmark to support setting lod in config. test=develop
-
由 dzhwinter 提交于
-
由 dzhwinter 提交于
-
由 dzhwinter 提交于
-
由 Tao Luo 提交于
Add Conv Residual Connection UT for Projection
-
由 dzhwinter 提交于
-
由 guomingz 提交于
* This PR improve performance of prior_box op about 1.25x faster on CPU. * Test Env:SKX 8180 with fake data on 28 threads(bs=1). * The below table shows the ~25% improvement which generated by [eval_tp_fake_data.py](https://github.com/PaddlePaddle/Paddle/issues/15618#issuecomment-464613976). | Type |Event | Calls | Total | Min. | Max. | Ave. | Ratio.| | ---------------- | ------------------ | ---- | ------- | -------- | -------- | ------------ | -------- | | w/ optimization | thread0::prior_box | 6000 | 921.201 | 0.110572 | 0.383402 | **0.153533** | 0.084585 | | w/o optimization | thread0::prior_box | 6000 | 1151.85 | 0.102276 | 0.426702 | **0.191976** | 0.103337 | test=develop * Fix the style issue. test=develop
-
由 Tao Luo 提交于
Refactor MKL-DNN Sum to use reference version on fallback
-
由 chengduo 提交于
* add alloc_continuous_space_op test=develop * Polish code test=develop * follow comment test=develop
-