- 30 9月, 2022 19 次提交
-
-
由 Wen Sun 提交于
-
由 Ruibiao Chen 提交于
-
由 HongyuJia 提交于
-
由 HongyuJia 提交于
-
由 engineer1109 提交于
* Fix undefined reference PD_IntArrayGetElementCount * Delete PD_IntArrayGetSize Unused
-
由 Allen Guo 提交于
* paddle-inference support custom-ops Co-authored-by: NZhixin Yao <zhixiny@graphcore.ai> * fix tolower Co-authored-by: NZhixin Yao <zhixiny@graphcore.ai>
-
由 Zhang Zheng 提交于
* Optimize performance of depthwise_conv_bwd of filter * op-benchmark * fix * op benchmark * merge bwd
-
由 Zhang Zheng 提交于
* Optimize performance of depthwise_conv_bwd * fix
-
由 Chenxiao Niu 提交于
-
由 光明和真理 提交于
-
由 ykkk2333 提交于
* migrate sigmoid with cross entropy, and tile xpu kernels to phi, test=kunlun * migrate add_n kernep to phi, test=kunlun * fix bugs of tipc, test=kunlun
-
由 HongyuJia 提交于
* opt GetExpectedKernelType code of conv_transpose_op * fix if error
-
由 HongyuJia 提交于
-
由 HongyuJia 提交于
-
由 HongyuJia 提交于
-
由 六个骨头 提交于
-
由 HongyuJia 提交于
-
由 HongyuJia 提交于
-
由 sneaxiy 提交于
* support pure bfloat16 * support bf16 linear * update PR to pass CI * tiny fix where_grad_kernel.cu * add bfloat16 to selu_grad to pass CI * fix selu grad compilation error
-
- 29 9月, 2022 15 次提交
-
-
由 carryyu 提交于
-
由 Xinger 提交于
-
由 Zhang Zheng 提交于
* Move valid check from python to kernel * fix error throw * fix * invalid label check * fix * Revert "fix" This reverts commit 79fad6799cfa4b30423dbc84e67d7d843d22b84a. * Revert "invalid label check" This reverts commit 402a9707390ad5386b3222e85844b92d2e9b9fa4. * Revert "fix" This reverts commit 09ba3080ee0587447f875c19cdf060485f15ae3b. * Revert "fix error throw" This reverts commit a901bfcc2179d5c120ec29af766f392b122dab52. * Revert "Move valid check from python to kernel" This reverts commit baa03cc4ef82d8d45516c30dfb52bf5aead30748. * final fix * fix * fix
-
由 zmxdream 提交于
* add afs OpenWriter * update
-
由 Leo Guo 提交于
Add index_select, index_select_grad, reduce_min kernel and their unittests for kunlun. Add registers of index_select, index_select_grad, reduce_min, sqrt, sqrt_grad to xpu2_op_list.test=kunlun. (#46557)
-
由 carryyu 提交于
* fix P40 topk: Make the optimized topk compatible with P40. * fix P40 topk: Make the optimized topk compatible with P40. * fix P40 topk: Make the optimized topk compatible with P40.
-
由 yeliang2258 提交于
* remove calibration file path * remove useless code
-
由 光明和真理 提交于
Co-authored-by: Nliupeiyu <liupeiyu@cambricon.com>
-
由 ming1753 提交于
-
由 傅剑寒 提交于
-
由 HongyuJia 提交于
* select highest priority layout * opt performance, save virtual table find
-
由 HongyuJia 提交于
* add datatype check for ParseKernelKeyByInputArgs * polish error message * Actually, einsum has vector<Tensor> inpute with DataType::COMPLEX64, see test_einsum_v2.py * headerfile remove enforce.h
-
由 Weilong Wu 提交于
[Eager, Performance optimization] support mod / matmul ( % and @ operator) to sink to Cpp layer (#46565) * [Eager, Performance optimization] support mod ( % operator) to sink to Cpp layer * fix mod logic * support matmul math operator * rm LOG(warning), use VLOG(6) * fix conflicts mistake
-
由 houj04 提交于
* [XPU] update xpu cmake to 0923. test=kunlun * [XPU] update xpu cmake to 0928. test=kunlun
-
由 risemeup1 提交于
* check change of unittest before checking coverage rate,test=coverage * modify paddle_build.sh * adding test_list.py
-
- 28 9月, 2022 6 次提交
-
-
由 sneaxiy 提交于
-
由 Chen Weihang 提交于
* remove needless using tensor * remove needless using tensor * resolve conflict * replace tensor using * fix format error * revert needless changing * fix rocm and npu compile error * fix cinn compile error * fix format error * fix mkldnn format error * fix mkldnn format error * fix cinn compile error * fix cinn compile error * fix cinn compile error * resolve conflict
-
由 Ruibiao Chen 提交于
* Convert GradMergeAllReduceOpHandle in GraphToBlock * Set FLAGS_CONVERT_GRAPH_TO_PROGRAM to False
-
由 HongyuJia 提交于
-
由 HongyuJia 提交于
* change BackendSet from 64bits to 32bits * fix _MSC_VER error, __lzcnt32->__lzcnt * fix __GNUC__ error, __builtin_clzl->__builtin_clz
-
由 Weilong Wu 提交于
[Eager, Performance optimization] support less_than & less_equal( < & <= operator) to sink to Cpp layer (#46542)
-