- 13 12月, 2022 1 次提交
-
-
由 Qi Li 提交于
-
- 12 12月, 2022 7 次提交
-
-
由 YuanRisheng 提交于
* add new tensor * fix windows compile bugs * fix ci bugs * fix ci bugs * fix ci bugs * perfect according comment * fix ci compile bugs * add raw tensor * fix ci bugs * modify code by comment * delete String
-
由 Netpunk 提交于
* replace dependency of inclusive_scan.h from phi * format code
-
由 傅剑寒 提交于
* fix codestyle * add double complex<float> complex<double> dtype support for syevj_batched * fix use_syevj flag for precision loss when input dtype of syevj_batch is complex128 in some case * optimize eigh in different case * fix missing ; bug * fix use_syevj bug * fix use_cusolver_syevj_batched flag
-
由 Paulina Gacek 提交于
* OneDNN version of Copy, tranpose kernels adjusted * style fixes in tranpose_grad * redundant headers deleted
-
由 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 提交于
-
由 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
-
- 11 12月, 2022 1 次提交
-
-
由 limingshu 提交于
* first commit. * refine performance with fast_divmod * refine performance with fast_divmod
-
- 09 12月, 2022 9 次提交
-
-
由 Sławomir Siwek 提交于
* reshape * typo * remove header
-
由 huangjiyi 提交于
-
由 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 提交于
-
由 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 10 次提交
-
-
由 limingshu 提交于
-
由 haosicheng 提交于
-
由 HongyuJia 提交于
-
由 jakpiase 提交于
Reenabled ext_reorder recording for TransDataLayoutFromOneDNN
-
由 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
-
由 201716010711 提交于
-
由 Netpunk 提交于
* remove bbox_util.h from phi * add file bbox_util.h * reframe bbox_util.h
-
由 Netpunk 提交于
-
由 Yiqun Liu 提交于
-
- 07 12月, 2022 6 次提交
-
-
由 Sławomir Siwek 提交于
* squeeze kernel * squeze fwd * whitespace
-
由 傅剑寒 提交于
* [Zero-Dim] Support 0D for paddle.diagflat
-
由 WangZhen 提交于
-
由 QingshuChen 提交于
*test=kunlun
-
由 zhoutianzi666 提交于
-
由 zhangyikun02 提交于
-
- 06 12月, 2022 6 次提交
-
-
由 xiongkun 提交于
* make bilinear interpolate stable. * fix code
-
由 zyfncg 提交于
* delete Bias and ResidualData in OpMaker of conv2d * delete extra input of conv3d * refactor pass of conv_bias_fusion * fix mkldnn dependency * fix mkldnn compile * fix test_conv_bias_mkldnn_fuse_pass * police some code * remove useless log * fix analyzer_vit_ocr_tester * fix conv_activation_mkldnn_fuse_pass * fix test_analyzer_ocr * add fused_conv_sig * fix performence regression * fix performance regression
-
由 QingshuChen 提交于
*test=kunlun
-
由 Sławomir Siwek 提交于
* remove fluid code * init * typo * fix merge conflicts
-
由 houj04 提交于
-
由 kangguangli 提交于
* remove layers.matmul in nets.py * remove layers.matmul in rnn_impl/test_quantization_pass/auto_parallel_gpt_model/test_auto_parallel_completion_gpt * remove layers.matmul in other files * fix * fix * remove layers.matmul itself * remove ref in CMakeLists.txt and tools directory * remove matmul in fluid.layers.nn.py * remove matmul in fluid.dygraph.rnn.py && resotre test_matmul_op.py * replace matmul in fluid.dygraph.rnn.py && clean api_test in test_matmul_op.py * fix error && restore empty test_auto_search_dist_matmul_op.py * fix check in test_auto_parallel_partitioner.py * fix test_dist_matmul && test_flags_mkldnn_ops_on_off * fix test_fused_attention_op_xpu.py && test_matmul_op_xpu.py * remove test_auto_search_dist_matmul_op.py * remove layers.matmul in auto_parallel_gpt_model.py && fix doc in fluid/io.py * fix for matmul_grad * fix codestyle * fix codestyle * resolve conflicts error * restore unit test file but not compiled it for later remove * fix codestyle * fix wrong unittest skip * fix unittest delete * fix scale cost * fix scale cost * resolve conflicts error * resolve conflicts error Co-authored-by: Njakpiase <jakpia21@gmail.com>
-