1. 16 6月, 2023 4 次提交
  2. 15 6月, 2023 6 次提交
    • Y
      fix mac unittest bugs when use static phi (#54656) · b7a6e981
      YuanRisheng 提交于
      b7a6e981
    • H
      exp/expm1 support int32/int64/float16 forward (#54556) · 58ae8c7c
      Hui Zhang 提交于
      * fix for log xxx
      
      * add int32/int64 for cpu/gpu; add float16/bfloat16 for cpu forward
      
      * fix docstring
      
      * fix bug
      
      * fix bugs
      
      * fix bugs
      
      * fix bugs
      
      * fix bugs
      
      * fix bug
      
      * using cast
      
      * fix test
      
      * fix api
      
      * fix other bugs
      
      * fix ci bug for not using dygraph guard
      
      * add bfloat16 test
      
      * fix ut
      
      * bf16
      
      * exp/expm1 support int32/int64
      
      * fix ut
      
      * fix ut
      
      * fix ut
      58ae8c7c
    • H
      [IR] [Baby step] New interprector support new ir (#54570) · ce0c5c27
      hong 提交于
      * add kernel dialect
      
      * change DenseTensorTypeStorage to DenseTensorType
      
      * add test case`
      
      * add first pd_op to kernel dialect
      
      * lower pd op to kernel dialect
      
      * update
      
      * update
      
      * remove useless code
      
      * add attrite print test
      
      * fix bug
      
      * update
      
      * update
      
      * update
      
      * update
      
      * polish code
      
      * fix bug
      
      * polish  code  and add python test
      
      * add test
      
      * fix test error
      
      * add env flag
      
      * fix bug
      
      * revert test env
      
      * change cc_test_old to cc_test
      
      * fix build_static bug
      
      * fix type test error
      
      * udpate cmake
      
      * disable test in windows
      
      * fix inference compile
      ce0c5c27
    • B
      [inference][trt]modify test timeout and test_trt_convert_activation bug fix (#54491) · 1f3dd978
      bukejiyu 提交于
      * modify tensorrt ci timeout
      
      * activation ci bug fix
      
      * comment out  int8 mode test_trt_dynamic_shape_groupnorm
      1f3dd978
    • C
      fix batch_norm optest code (#54661) · 3a8484c4
      cyber-pioneer 提交于
      3a8484c4
    • G
      Fix sync batch norm op under cuda 12 (#54640) · 7fef4ee9
      Ghost Screaming 提交于
      * Fix bug of reduce_sum op. When input.numel() > INT32_MAX, its result
      is wrong.
      
      * Remove climits.
      
      * Fix problem of pickle and NCCL_P2P_DISABLE in distributed testcases in
      cuda12.
      
      * Fix problem of TimeOut of distributed testcases under cuda12.
      
      * Fix bug of test_sync_batch_norm_op_static_build accuracy problem under
      cuda12.
      
      * Remove useless code modification.
      7fef4ee9
  3. 14 6月, 2023 12 次提交
  4. 13 6月, 2023 16 次提交
  5. 12 6月, 2023 2 次提交
    • K
      [IR] Support custom op printer (#54499) · 7d688871
      kangguangli 提交于
      * adapt_startup_program
      
      * refactor program translator
      
      * polish
      
      * add custom op printer hook
      
      * fix merge conflicts
      
      * fix top level op printer
      
      * adapt full int array op
      
      * modify by reviews
      
      * fix
      7d688871
    • H
      log/Log10/log2/log1p support int32/int64/float16/bfloat16 forward (#54089) · 2ddd0473
      Hui Zhang 提交于
      * fix for log xxx
      
      * add int32/int64 for cpu/gpu; add float16/bfloat16 for cpu forward
      
      * fix docstring
      
      * fix bug
      
      * fix bugs
      
      * fix bugs
      
      * fix bugs
      
      * fix bugs
      
      * fix bug
      
      * using cast
      
      * fix test
      
      * fix api
      
      * fix other bugs
      
      * fix ci bug for not using dygraph guard
      
      * add bfloat16 test
      
      * fix ut
      
      * bf16
      2ddd0473