- 18 8月, 2023 6 次提交
-
-
由 Charles-hit 提交于
* support ir api form prim * convert vector of int to intarray * support ir api for prim * support vjp prim mode in new ir * remove useless code * add test for prim * modify utils * remove useless code --------- Co-authored-by: Ncyber-pioneer <chenzhuo@tju.edu.cn>
-
由 huangjiyi 提交于
-
由 lzy 提交于
[Inference] Make share_external_data supports bf16 and bool; fix while_op cache_inference_while_scope when using fleet_executor. (#56055) * 1. make share_external_data supports bf16 and bool; 2. don't drop_kids when cache_inference_while_scope * fix FLAGS_cache_inference_while_scope * add unitest * add unitest * skip unitest when cudnn_version < 8100 * skip test share_external_data_bf16 when CUDA_ARCH < 80
-
由 hong 提交于
* fix op translator reshape type * update * new ir support vector type place transfer * add test case * update * revert code * add test assert new ir test * update * update
-
由 yuguo 提交于
-
由 wanghuancoder 提交于
-
- 17 8月, 2023 12 次提交
-
-
由 kangguangli 提交于
* fix shadow output translator * fix coverage ci
-
由 傅剑寒 提交于
-
由 Chen Zhiyang 提交于
* add vjp autogen v1.0 * resolve type conflict
-
由 wanghuancoder 提交于
* trace run when sync bn
-
由 Sonder 提交于
* remove execution_config.used_for_control_flow_op * update * update * open static build flag * close static build flag * open static build flag * add searchsorted to analyze dtype list * recover and add test_searchsorted_op to static build list * Update CMakeLists.txt * Update CMakeLists.txt
-
由 RichardWooSJTU 提交于
-
由 tianshuo78520a 提交于
This reverts commit fd765f61.
-
由 cyber-pioneer 提交于
* support setting backward prim blacklist * add test case * polish prim forward flag * fix test case
-
由 ming1753 提交于
* [paddle-TRT] support mark output * [fix bug] hook function only call one in different predictor * add api test
-
由 hong 提交于
* fix op translator reshape type * new ir support vector type place transfer * add test case * fix new ir bn grad bug
-
由 zhouweiwei2014 提交于
-
由 zhiboniu 提交于
* add lu_unpack data check * add error input api test * add error type info
-
- 16 8月, 2023 22 次提交
-
-
由 Charles-hit 提交于
* add flags for cinn test * rename DescTensor * remove useless code * modify code style * modify code style * modify code style
-
由 hong 提交于
* fix op translator reshape type * new ir support vector type place transfer * add test case
-
由 Leo Chen 提交于
* [NewIR] support c_broadcast * add legacyOpList
-
由 MarDino 提交于
* refine static op return val
-
由 tianshuo78520a 提交于
* Fix Mac Timeout Test * fix test * fix * Fix test * Tesst * Fix mac test
-
由 kangguangli 提交于
* fix inset get_parameter op bug * fix bug: insert only for parameters * fix bug: wrong idx in vector --------- Co-authored-by: Nzhangbo9674 <zhangbo54@baidu.com>
-
由 BiynXu 提交于
Added a graph data structure in units of ScheduleBlock and some necessary operations, such as finding upstream and downstream nodes, and performing operations in the DFS topological order.
-
由 Nyakku Shigure 提交于
Co-authored-by: Nxiongkun <xiongkun03@baidu.com>
-
由 傅剑寒 提交于
-
由 zhangbo9674 提交于
-
由 huangjiyi 提交于
* update * update
-
由 zxcd 提交于
-
由 cyber-pioneer 提交于
* fix silu backward prim bug * fix silu double grad prim
-
由 Aurelius84 提交于
* [NewIR]Add CinnJitInstruction for interpreter * fix windows compile error
-
由 onepick 提交于
runtime compiler api will only build special target if it is bind. '--include-path' is not supported by hipcc and "-I/include/folder" is better choice fix ut: * device_code_test * test_code_generator * test_fusion_group_pass * test_fusion_group_op Signed-off-by: Njiajuku <jiajuku12@163.com>
-
由 Sonder 提交于
-
由 Ruibin Cheung 提交于
* [Fluid] Migrate c_embedding to PHI * fix * add python_api * fix ut * migrate xpu kernel * fix windows compile error
-
由 jiangfan06 提交于
-
由 xiongkun 提交于
-
由 wanghuancoder 提交于
-
由 wanghuancoder 提交于
* add TrilAndTriuOpTranscriber for ir translator * refine
-
由 wanghuancoder 提交于
* fix assert op pd to kernel pass bug * refine * refine
-