Never_More
Loading Heatmap…

Never_More synced commits to develop at Never_More/Paddle from mirror

  • a246d2cc88 【Hackathon 6th Fundable Projects 3 No.90】fluid operator depend (#64206)
  • 8cef8479c3 fix the bug in sigmoid_cross_entropy_with_logits_grad_kernel (#64253) * fix the bug in sigmoid_cross_entropy_with_logits_grad_kernel * add the test for sigmoid_cross_entropy_with_logits_grad * modify the test * modify the grad kernel * modify the kernel
  • 78be56a2ab 【Fix PIR JIT SaveLoad Unittest No.20-21】modify test_mobile_net.py, test_resnet.py (#64315) * modify test_modbile_net.py * delete print * modify ci * code style * code style
  • 9a00592972 Clean paddle/fluid/operators/expand_as_v2_op.h (#64349)
  • 1c43203896 【Fix PIR Unittest No.60-64】Fix some test cast in PIR mode (#64276) * fix pir api 1
  • Compare 55 commits »

1 day ago

Never_More synced commits to release/2.6 at Never_More/PaddleCustomDevice from mirror

1 day ago

Never_More synced commits to develop at Never_More/PaddleCustomDevice from mirror

1 day ago

Never_More synced commits to develop at Never_More/Paddle from mirror

  • 593806170e [XPU] set the shape of tile's output when the input is 0D (#64279)
  • b1019933d0 fix gpubox training (#63905) * fix gpubox training;test=develop
  • 48b7bafd58 【Error Message No.11】Replace CHECK_ in paddle/cinn/adt/* (#63283) * fix * fix * fix * fix
  • e59e0d8919 【Error Message No. 16】Replace CHECK_ in paddle/cinn/frontend/.cc,.h (#63157) * fix * fix * fix * fix * fix * fix * fix * fix
  • 3f4cf8343f [Auto Parallel] Support MoE expert parallelism in dygraph auto parallel (#63904) * Support MoE in dygraph auto parallel * modify the api name and add unit test * remove partial_status-related functions in dist_attr * add unit test to CMakeList * add timeout property for ut * add global_clip_norm in unit test * remove print * polish as comments * bug fix
  • Compare 17 commits »

4 days ago

Never_More synced commits to develop at Never_More/PaddleCustomDevice from mirror

4 days ago

Never_More synced commits to release/2.6 at Never_More/Paddle from mirror

  • 131999233e fix rpc_sync and rpc_async doc;test=develop (#64107)

5 days ago

Never_More synced commits to release/2.5 at Never_More/Paddle from mirror

  • e700d69a95 fix rpc_sync and rpc_async doc;test=develop (#64109)

5 days ago

Never_More synced commits to develop at Never_More/Paddle from mirror

  • 36f8a78cfc [CINN]Remove duplicate cast (#64183) * remove duplicate cast * fix cast bug
  • 28d573c40e [OneDNN] Fix ocr error since pass avx512 command (#64132) * fix ocr avx error since pass avx512 command * replace 512 core to 512f, limit restrict * skip avx2 in new pir pass * fix
  • e0b27c7b98 【Hackathon 6th Fundable Projects 3 No.172】fluid operator fusion_seqpool_cvm_concat (#64038) * Fix * Fix * Fix
  • 0b97c57003 【Hackathon 6th Fundable Projects 3 No.81】fluid operator ctc_align (#64102)
  • 34ebff8d47 Replace platform::GpuLaunchConfig in fluid/operators (#64236) * Fix * Fix
  • Compare 73 commits »

5 days ago

Never_More synced commits to release/2.6 at Never_More/PaddleCustomDevice from mirror

5 days ago

Never_More synced commits to develop at Never_More/PaddleCustomDevice from mirror

5 days ago

Never_More synced commits to develop at Never_More/PARL from mirror

  • 39d210b1b8 Update unittest.yml (#1147)
  • 0eb7b8df71 Create unittest.yml (#1139) * Create develop.yml * Update develop.yml * Update develop.yml * Update develop.yml * Update develop.yml * Update and rename develop.yml to check_style.yml * Update check_style.yml * add action_build.sh * Update check_style.yml * Update check_style.yml * test example * full test * Update unittest.yml * Update unittest.yml * fix test param * use noavx version of paddle * add lib * ls lib * fix lib * Update action_build.sh * from mkl to openblas * skip not_import_dl_framework_test * 3.8->3.9 * set LD_LIBRARY_PATH * check googletest,py3.9->3.8 * Update unittest.yml * Update unittest.yml * debug paddle in github actions' docker * ubuntu22->20 * test DIS_TESTING_SERIALLY * test_torch * test example * test example * test example * Update unittest.yml * test example * full test of CI * try ES * full test again, include 3.8,3.9 * test XPARL_igonre_core * final test for ci * Update action_build.sh
  • Compare 2 commits »

1 week ago

Never_More synced commits to develop at Never_More/Paddle from mirror

  • cd7f35d695 fix bug of symbol constraint (#64136)
  • a3095f15a4 Fix ParametersRecorder for processing stop_gradient (#64084) * Fix ParametersRecorder for processing stop_gradient * Fix cmake
  • 0f41ea7f0a Fix paddle.mode and paddle.bincount API (#63970) * fix_infermeta * Update binary.cc * Update binary.cc * Update binary.cc * Update binary.cc * Update binary.cc * ci
  • 481ba78581 【Hackathon 6th Fundable Projects 3 No.294】fluid operator random_routing (#63928) * Fix * Fix
  • a14c641f16 【Hackathon 6th Fundable Projects 3 No.76】fluid operator crf_decoding (#63933) * Fix * Fix * Fix * Fix * Fix * Fix * Fix * Fix * Fix * Fix
  • Compare 42 commits »

1 week ago

Never_More synced commits to release/2.6 at Never_More/PaddleCustomDevice from mirror

  • a4493dbe93 [NPU] 910A to support CANN 7.x (#1222)

1 week ago

Never_More synced commits to develop at Never_More/PaddleCustomDevice from mirror

1 week ago

Never_More synced commits to develop at Never_More/Paddle from mirror

  • 75351346a9 【Hackathon 6th No.35】support kwargs for recompute when use_reentrant == True fix (#63880) * support kwargs for recompute when use_reentrant == True * recover third party
  • 66ea6656f4 Fix backward program kwargs error when process inplace value (#63939)
  • 5fec217a93 【PIR Dist Op Reg No.20】 reg global_gather (#63867) * reg global_gather * reg global_gather * reg_global_gather * fix * fix * fix * fix conflict * fix conflict * Update ops_api_gen.py * Update ops_api_gen.py
  • d6e41636f5 Flashattention support qkvpacked and varlen (#63289) * Flashattention support qkvpacked and varlen * fix codestyle * fix codestyle * FlashAttention kvReduceGQA Performance Optimization * Fix problem with windows * code clean * update third_party/flashattn * update errormsg and docs * update api * update doc * update doctest * update doc, test=document_fix * update doc, test=document_fix * Update python/paddle/nn/functional/flash_attention.py Co-authored-by: zachary sun <70642955+sunzhongkai588@users.noreply.github.com> * Update python/paddle/nn/functional/flash_attention.py Co-authored-by: zachary sun <70642955+sunzhongkai588@users.noreply.github.com> * update doc --------- Co-authored-by: zachary sun <70642955+sunzhongkai588@users.noreply.github.com>
  • f692f020a0 [pir_save_load] add pir for test_jit_save_load.py (#63958) * add jit load.train * modify backward program lost * modify * combine eval and train * modify 8 case of jit.save.load * modify jit_save_load case * rename jit_save_load * change name all * modify timeout * modify new case * modify TestJitSaveLoadMultiMethods * modify cpu tensor no holder bug
  • Compare 29 commits »

1 week ago

Never_More synced commits to develop at Never_More/PaddleCustomDevice from mirror

1 week ago

Never_More synced commits to develop at Never_More/Paddle from mirror

  • 8909b1954a [Dy2St] Use `full_graph=True` outside dy2st uts (part2) (#64059)
  • 6083213f89 [Dy2St] Use `full_graph=True` outside dy2st uts (part1) (#64058)
  • 7504923e3d [PIR] Fix `attributes_num` of `SliceArrayOp` (#64013)
  • 52a811f913 option for WITH_CPP_TEST (#63896) * option for WITH_CPP_TEST * fix * Fix * Fix
  • 0cd31ce773 [PIR] Support sparse_slice and sparse_sum in pt (#64009) * support sparse_slice and sparse_sum in pt * support sparse_slice and sparse_sum in pt * support sparse_slice and sparse_sum in pt
  • Compare 10 commits »

1 week ago

Never_More synced commits to develop at Never_More/PaddleCustomDevice from mirror

1 week ago

Never_More synced commits to develop at Never_More/Paddle from mirror

  • eb7c5d125e move some unittest (#63980)
  • 2562f58384 add cross mesh r_to_s reshard func for auto parrallel. (#63962) * add cross mesh r_to_s reshard func for auto parrallel. * fix ci
  • Compare 2 commits »

1 week ago

Never_More synced commits to develop at Never_More/PaddleCustomDevice from mirror

  • cf7f045937 register some bf16 kernel in npu (#1197)

2 weeks ago