- 12 12月, 2022 10 次提交
-
-
由 Paulina Gacek 提交于
* OneDNN version of Copy, tranpose kernels adjusted * style fixes in tranpose_grad * redundant headers deleted
-
由 Yiqun Liu 提交于
* Enable to print device info. * Enhance the nan and inf checking for cpu. * Implement a common print function. * Unify the check of complex numbers. * Rewrite the omp method. * Count and print the number of nan and inf. * Change the print content. * Add unittest.
-
由 feng_shuai 提交于
-
由 zhoutianzi666 提交于
-
由 huangjiyi 提交于
* move norm_utils.cu.h from fluid to phi * remove norm_utils.h in fluid * fix bugs and replace mutable_data with Alloc * replace mutable_data with Alloc
-
由 zyfncg 提交于
-
由 zhoutianzi666 提交于
-
由 HappyHeavyRain 提交于
* generate static graph code of some ops by yaml, test = develop * fix 'take_along_axis' yaml style * reset scatter/scatter_nd_add * delete the comments of put_along_axis
-
由 Ruibiao Chen 提交于
* Add UT * Support cross-step stream synchronization for standalone executor * Fix typos * Fix typos * Update UTs
-
由 Wen Sun 提交于
* chore: unify `SingleTensor` * feat: dynamic check
-
- 11 12月, 2022 2 次提交
- 10 12月, 2022 1 次提交
-
-
由 zhoutianzi666 提交于
* Add cast between int64 tensor and Paddle-TRT * Add Unit testing.
-
- 09 12月, 2022 16 次提交
-
-
由 risemeup1 提交于
* support py3 in setup.py * support setup.py bdist_wheel in py3 * support py3 in setup.py * modify run_setup
-
由 Sławomir Siwek 提交于
* reshape * typo * remove header
-
由 Yuanle Liu 提交于
* clean ir_pass_manager and fix map_depthwise_conv_to_conv_pass * fix unitest timeout
-
由 HongyuJia 提交于
* support custom_xpu * update cmake to test xpu * support custom_xpu, verify mechanism * fix test_custom_relu_op_xpu_setup.py, test=kunlun * fix FLAGS_init_allocated_mem * cancel TIMEOUT property * reset FLAGS_init_allocated_mem property
-
由 Zhang Jun 提交于
* add prelu
-
由 MarDino 提交于
-
由 huangjiyi 提交于
-
由 Weilong Wu 提交于
* mv fused_bias_dropout_residual_ln to fluid manual dir * rm useless comments
-
由 james 提交于
This is a PR to catch up with latest xpu white list strategy (https://github.com/PaddlePaddle/Paddle/pull/48606) , since original list only include 'fluid' fashion names, but new list must include 'phi' fashion as well. Refer to paddle/phi/core/kernel_factory.cc for more details.
-
由 haosicheng 提交于
-
由 niuliling123 提交于
-
由 zhoutianzi666 提交于
* add cutlass act set in conv_elementwise_add_act_fuse_pass
-
由 zyfncg 提交于
* add suppport_tensor for code_gen to static graph * support code-gen for int_array * polish code * fix bug of data_type
-
由 HongyuJia 提交于
* simplify SelectKernelOrThrowError function in phi * opt kernel_selection process * polish code, fix backend error
-
由 Leo Chen 提交于
* move share_buffer kernel to phi * fix ut * add source file * fix window links
-
由 PuQing 提交于
-
- 08 12月, 2022 11 次提交
-
-
由 jiangcheng 提交于
-
由 limingshu 提交于
-
由 Kai Song 提交于
* fix 'BlasAXPBY unimplemented' error with custom device * fix utils CmakeLists bug
-
由 haosicheng 提交于
-
由 RichardWooSJTU 提交于
* rewrite delete_weight_deqquant_linear_op_encoder/decoder pass
-
由 HongyuJia 提交于
-
由 jakpiase 提交于
Reenabled ext_reorder recording for TransDataLayoutFromOneDNN
-
由 Wangzheee 提交于
* general optimization no_varlen embedding layernorm
-
由 houj04 提交于
* [XPU] add load op into oplist. * remove test_sampling_id_op_xpu.py
-
由 huangjiyi 提交于
* move cuda_graph from fluid to phi * move device_memory_aligment from fluid to phi * Revert "move device_memory_aligment from fluid to phi" This reverts commit b92fcd39a0a50fdac13278f49be0237a85f3a13f. * update xpu cmake
-
由 tianshuo78520a 提交于
* fix-gpups * test=document_fix
-