looop5
1a3da1fc47
update submodule akg
2022-11-03 19:53:47 +08:00
looop5
6a901a5f8a
sync clean code
2022-11-01 11:31:18 +08:00
Zichun Ye
b96d172b31
fix code check problem for custom op
2022-10-25 23:55:44 +08:00
looop5
73f7d83eed
adapt to inplace assign
2022-10-22 11:39:49 +08:00
i-robot
43af19a7cf
!44254 Rename the decorator ms_kernel to kernel
...
Merge pull request !44254 from zichun_ye/custom_kernel_rename
2022-10-21 08:52:17 +00:00
huangbingjian
b98fc0021a
Add api mindspore.jit and mindspore.jit_class.
...
1、ms_function will be removed in a future version and replaced with jit.
2、ms_class will be removed in a future version and replaced with
jit_class.
2022-10-21 10:17:44 +08:00
Zichun Ye
26a70116f2
rename the docarator ms_kernel to kernel
...
fix code check problem
fix code check problem
fix code review comment
2022-10-20 16:05:12 +08:00
Margaret_wangrui
dd2c45a829
Add the check of the return value of Assign, AssignAdd, AssignSub.
2022-10-11 15:50:47 +08:00
Zichun Ye
df01cfcf93
update custom_aot_cpu/gpu_kernel_mod to new kernel mod class
2022-10-03 16:07:45 +08:00
zengzitao
3b87ff1bb2
lu ascend adapt
2022-09-29 14:08:33 +08:00
yanghaoran
164fada9f5
takedown testcases that are almost never failing as to save time on gate
2022-09-27 22:38:48 +08:00
i-robot
ecc476a9ff
!41114 Custom Op AOT attr support update
...
Merge pull request !41114 from zichun_ye/custom_attr_aot_update
2022-08-30 10:35:14 +00:00
i-robot
901c643567
!41075 GraphKernel enhance complex expander
...
Merge pull request !41075 from ZengZitao/enhance_complex
2022-08-30 06:17:34 +00:00
zengzitao
02f5c260bb
enhance complex expander
2022-08-30 09:41:34 +08:00
Zichun Ye
567c6f48de
update custom op aot attr support
...
fix code check problem
2022-08-30 00:42:12 +08:00
Zichun Ye
bc63bdf6f2
update solve tri expander
...
update code via code review comments
update code via code review comments
2022-08-27 22:33:06 +08:00
i-robot
32a8bdd0dd
!40495 Fixed median for zero dim tensor
...
Merge pull request !40495 from liuchao/median
2022-08-19 10:19:50 +00:00
Corleone
28d4f140c7
fixed Median and MedianGrad for zero dim tensor
2022-08-18 15:14:30 +08:00
zengzitao
b4a7a8dad8
solve_triangular adapt
2022-08-18 14:15:46 +08:00
muxiyin
1db3397c89
support mediangrad gpu
2022-08-04 17:08:01 +08:00
Zichun Ye
9b4a19b503
update mac test case
2022-07-04 16:01:22 +08:00
Zichun Ye
4279fd9413
update custom op aot mode with attr support
...
fix code check problem
fix code check problem
fix code check problem
disable compiling aot kernel on windows
update the custom aot op attr class
fix pclint problem
fix typo
update attr class based on code review comments
fix code check problem
2022-06-27 22:55:36 +08:00
liuruotao
84223375ce
takedown ascend testcases for better gate performance
2022-06-24 09:47:21 +08:00
i-robot
b476009eba
!35312 Custom Op Hybrid and AOT mode update
...
Merge pull request !35312 from zichun_ye/fused_kernel_transformer
2022-06-17 22:11:09 +00:00
Zichun Ye
90cb42933a
update aot auto-compile; add fused kernel to transformer
...
fix code checck problem
update aot compiling logic
udpate new intrin st cases
fix code check
fix typo
2022-06-15 16:43:52 +08:00
i-robot
0f160775c5
!35618 Update ms_kernel custom op
...
Merge pull request !35618 from zichun_ye/custom_op_update
2022-06-13 02:00:54 +00:00
Zichun Ye
8de24b4d2f
update ms_kernel related files
...
fix import problem
update code check
update test case
update test case
rename file
2022-06-10 15:41:38 +08:00
i-robot
7fa2215252
!31463 Add ArgMax(Min)WithValue to Expander
...
Merge pull request !31463 from jiaoy1224/argmaxwithvalue
2022-06-08 13:02:12 +00:00
7347157+joylvliang@user.noreply.gitee.com
e8bc5e59e7
move_clipbynorm_to_inner_interface
2022-06-07 21:01:04 +08:00
Yang Jiao
ecf69c41af
expand argmaxminwithvalue
2022-06-07 20:41:19 +08:00
i-robot
06824b4a2e
!35316 gpu_testcase_level_adjust
...
Merge pull request !35316 from LLLRT/master
2022-06-07 02:09:14 +00:00
liuruotao
b5b4c7c9d9
takedown gpu testcases where pass >=200 && fail==0
2022-06-01 20:37:11 +08:00
i-robot
2534345459
!35177 Auto Tensor Inplace in Graph Kernel(Version1.0)
...
Merge pull request !35177 from jiaoy1224/aot
2022-06-01 09:49:02 +00:00
Yang Jiao
7bd719390e
auto tensor inplace
2022-05-31 19:09:00 +08:00
r1chardf1d0
15c7ba2087
julia only support x86_64
2022-05-31 10:15:13 +08:00
yanghaoran
e1d3e6edac
take down testcases that are passing all the time
2022-05-28 09:53:29 +08:00
i-robot
acb8f8d99d
!34803 Inplace Assign for Hybrid DSL
...
Merge pull request !34803 from jiaoy1224/real_master
2022-05-25 06:50:47 +00:00
Yang Jiao
d6afbbc732
fix custom bug on ascend
2022-05-24 09:41:00 +08:00
7347157+joylvliang@user.noreply.gitee.com
846ea25978
add_clip_by_norm_op_on_GPU_and_CPU
2022-05-24 09:19:00 +08:00
Zichun Ye
cd20125db6
update aot custom op
...
update aot custom op
fix code check problems
2022-05-13 12:08:17 +08:00
Zichun Ye
2d29ec8781
drop ms_hybrid cpu fp16
2022-05-10 10:12:34 +08:00
r1chardf1d0
e55322ae5a
fix para build info
2022-05-07 11:56:07 +08:00
i-robot
52eac8dd7b
!33863 Expand AdamWeightDecay
...
Merge pull request !33863 from jiaoy1224/expand
2022-05-07 01:45:40 +00:00
Yang Jiao
9a9b3e987a
expand adamweightdecay
2022-05-06 14:19:47 +08:00
Yang Jiao
8eac14eb9f
floatstatus
2022-05-05 11:12:08 +08:00
Zichun Ye
d5322e6f5f
add ms_hybrid cpu fp16 support
...
format file
update test case
fix test case on d
update test cases on D
update akg commit id
update test cases
2022-05-03 22:14:23 +08:00
i-robot
712be60c30
!33586 GraphKernel Fix softsign test case bug
...
Merge pull request !33586 from ZengZitao/windows_continue
2022-04-27 02:04:36 +00:00
zengzitao
f6969e02ae
don't run test case on windows
2022-04-26 18:23:05 +08:00
zengzitao
751a9e0094
add checkinput in expand dsl and close expandfallback on ascend
2022-04-26 18:09:17 +08:00
yanghaoran
75d7cd8fce
takedown windows cpu testcases and add windows ST back to gate level0
2022-04-26 17:16:57 +08:00