- 04 8月, 2023 1 次提交
-
-
由 Zhenghai Zhang 提交于
-
- 26 7月, 2023 1 次提交
-
-
由 gouzil 提交于
-
- 08 5月, 2023 1 次提交
-
-
由 张春乔 提交于
-
- 24 4月, 2023 1 次提交
-
-
由 张春乔 提交于
-
- 07 3月, 2023 1 次提交
-
-
由 Chen Weihang 提交于
-
- 03 3月, 2023 1 次提交
-
-
由 zhouweiwei2014 提交于
-
- 13 2月, 2023 1 次提交
-
-
由 HongyuJia 提交于
* fix copysign compile error on Windows * fix more files' macro
-
- 13 1月, 2023 1 次提交
-
-
由 HongyuJia 提交于
-
- 23 11月, 2022 1 次提交
-
-
由 Charles-hit 提交于
* add nparray case for basic operator * fix unit test * fix unit test * add unit test * fix unit test
-
- 16 11月, 2022 1 次提交
-
-
由 Leo Chen 提交于
-
- 10 11月, 2022 1 次提交
-
-
由 YuanRisheng 提交于
* standard api * fix sparse bugs * fix xpu bugs, test=kunlun * remove hard code for custom unittest * open ci, test=kunlun * deal with conflict
-
- 26 10月, 2022 1 次提交
-
-
由 Weilong Wu 提交于
* [Eager, Performance optimization] support equal under c++ directly
-
- 20 10月, 2022 1 次提交
-
-
由 Weilong Wu 提交于
-
- 18 10月, 2022 1 次提交
-
-
由 Weilong Wu 提交于
-
- 17 10月, 2022 2 次提交
-
-
由 Weilong Wu 提交于
-
由 Weilong Wu 提交于
-
- 12 10月, 2022 1 次提交
-
-
由 Weilong Wu 提交于
-
- 11 10月, 2022 1 次提交
-
-
由 Weilong Wu 提交于
-
- 29 9月, 2022 1 次提交
-
-
由 Weilong Wu 提交于
[Eager, Performance optimization] support mod / matmul ( % and @ operator) to sink to Cpp layer (#46565) * [Eager, Performance optimization] support mod ( % operator) to sink to Cpp layer * fix mod logic * support matmul math operator * rm LOG(warning), use VLOG(6) * fix conflicts mistake
-
- 28 9月, 2022 2 次提交
-
-
由 Weilong Wu 提交于
[Eager, Performance optimization] support less_than & less_equal( < & <= operator) to sink to Cpp layer (#46542)
-
由 Weilong Wu 提交于
-
- 27 9月, 2022 1 次提交
-
-
由 Weilong Wu 提交于
* [Eager] math op sink to Cpp level * fix ci errors * draft version * support + and - operator under cpp directly * add static test * polish code * promote types or unify right type to left * recover static test case * polish code and fix some ci errors * support complex and polish code * fix conflicts * fix windows ci errors * fix windows-inference-ci errors * polish and fix tests * fix test case * polish code * [Eager, Performance optimization] support multiply( * operator) to sink to Cpp layer * rm useless glog * [Eager, Performance optimization] support divide( / and // operator) to sink to Cpp layer * polish code * polish code and fix code-format * polish code * fix CI * polish code * update test * support div operator under cpp * fix scalar as input * Polish div logic, fix ci test * fix errors
-
- 26 9月, 2022 2 次提交
-
-
由 Weilong Wu 提交于
* [Eager] math op sink to Cpp level * fix ci errors * draft version * support + and - operator under cpp directly * add static test * polish code * promote types or unify right type to left * recover static test case * polish code and fix some ci errors * support complex and polish code * fix conflicts * fix windows ci errors * fix windows-inference-ci errors * polish and fix tests * fix test case * polish code * [Eager, Performance optimization] support multiply( * operator) to sink to Cpp layer * rm useless glog * polish code * polish code and fix code-format * polish code * fix CI * polish code
-
由 Weilong Wu 提交于
[Eager, Performance optimization] math op sink to Cpp level ( + and - operator as an example ) (#45811) * [Eager] math op sink to Cpp level * fix ci errors * draft version * draft version * draft version * support + and - operator under cpp directly * add static test * polish code * promote types or unify right type to left * recover static test case * polish code and fix some ci errors * support complex and polish code * fix conflicts * fix windows ci errors * fix windows-inference-ci errors * polish and fix tests * fix test case * polish code * polish code * polish code and fix code-format * polish code * polish code * polish code * polish code
-