..
custom
add ms_hybrid decorator; add new Custom mode ms_hybrid
2022-02-27 23:38:54 +08:00
test_addn.py
Add expander for AddN; update akg submodule
2021-06-29 11:43:46 +08:00
test_argmax.py
update graph kernel support for argmax/argmin
2021-07-30 09:53:12 +08:00
test_assign_add.py
split UMonad in inputs of op
2021-04-01 14:47:59 +08:00
test_atomic_add.py
unify graph kernel pass add_atomic_clean on Ascend and GPU back-end
2021-03-30 11:37:41 +08:00
test_batchnorm.py
[graph kernel] add expander ops.
2021-04-09 17:33:06 +08:00
test_batchnorm_grad.py
[graph kernel] add expander ops.
2021-04-09 17:33:06 +08:00
test_bias_add.py
Add expanders in c++ code
2021-08-12 16:22:56 +08:00
test_bias_add_grad.py
adapt expanders of some ops from gpu to ascend
2021-05-04 16:32:45 +08:00
test_cast_matmul_fusion.py
add security isolate for save_graphs
2021-09-14 10:24:12 +08:00
test_clip_by_norm_no_div_sum.py
recover several graph kernel ci testcases
2021-06-09 20:32:02 +08:00
test_compare.py
Add LiteGraph for graphkernel
2021-07-21 10:21:11 +08:00
test_cse.py
recover several graph kernel ci testcases
2021-06-09 20:32:02 +08:00
test_dropout.py
substitute dropout by cudnnuniformreal and dropout
2020-11-26 10:36:02 +08:00
test_dropoutgrad_reducesum_stitch.py
update akg && set random seed for stitch case
2021-05-18 09:25:16 +08:00
test_easy_fuse_cpu.py
adapt ms_cpu ci for graphkernel
2021-12-09 19:44:09 +08:00
test_equal_count.py
!215 add ops: LogicalNot, LogicalAnd, LogicalOr, NotEqual, EqualCount, Asinh, Acosh
2021-07-21 10:01:17 +08:00
test_erf_erfc.py
add graph kernel div, floordiv, mod, floormod, floor
2021-07-22 14:16:56 +08:00
test_expand_dims.py
[graph kernel] add expander ops.
2021-04-09 17:33:06 +08:00
test_fuse.py
[GraphKernel] fix probabilistic failure case.
2021-12-14 09:49:54 +08:00
test_fused_adam.py
upgrade_ascend_0428
2021-04-30 15:57:57 +08:00
test_gelu.py
adapt expanders of some ops from gpu to ascend
2021-05-04 16:32:45 +08:00
test_gkcpu_for_llvm.py
only run this case in linux
2022-01-28 14:31:06 +08:00
test_identity.py
isnan isfinite isinf squaresumall identity oneslik
2021-07-26 12:58:30 +08:00
test_lamb_apply_optimizer_assign.py
bug fix in lamb
2021-05-29 16:02:30 +08:00
test_lamb_apply_weight_assign.py
bug fix in lamb
2021-05-29 16:02:30 +08:00
test_layernorm.py
prune less effective Ascend testcases to level1
2021-08-27 19:59:59 +08:00
test_layernorm_stitch.py
update akg && set random seed for stitch case
2021-05-18 09:25:16 +08:00
test_logsoftmax.py
adapt for logsoftmax in ascend
2021-05-06 10:13:28 +08:00
test_low_precision.py
add low precison
2021-08-04 09:52:42 +08:00
test_matmul.py
enable gpu gk MatMul and insert pad/unpad
2021-05-19 16:03:29 +08:00
test_matmul_to_mul.py
replace matmul/batchmatmul by mul when k is 1
2021-06-09 15:00:27 +08:00
test_maximum_grad.py
fix maximum_grad and minimum_grad input_shape not equal to output_shape bug
2021-06-16 14:25:18 +08:00
test_minimum_grad.py
fix maximum_grad and minimum_grad input_shape not equal to output_shape bug
2021-06-16 14:25:18 +08:00
test_oneslike.py
isnan isfinite isinf squaresumall identity oneslik
2021-07-26 12:58:30 +08:00
test_optimize_assign.py
fix exec order bug about monad
2021-02-18 11:01:06 +08:00
test_recompute.py
recompute_fuse
2021-06-22 20:39:11 +08:00
test_reduce_max.py
[graph kernel] add expander ops.
2021-04-09 17:33:06 +08:00
test_reduce_mean.py
recover several graph kernel ci testcases
2021-06-09 20:32:02 +08:00
test_reduce_min.py
[graph kernel] add expander ops.
2021-04-09 17:33:06 +08:00
test_relu.py
recover several graph kernel ci testcases
2021-06-09 20:32:02 +08:00
test_relu_grad.py
recover several graph kernel ci testcases
2021-06-09 20:32:02 +08:00
test_reorder_ops.py
prune less effective Ascend testcases to level1
2021-08-27 19:59:59 +08:00
test_sigmoid.py
add some expander ops
2021-03-18 19:03:36 +08:00
test_sigmoid_cross_entropy_with_logits.py
add some expander ops
2021-03-18 19:03:36 +08:00
test_simplify.py
reorganiz empty graph
2021-07-30 15:37:47 +08:00
test_slice.py
[GraphKernel] fix bert and add graph kernel ops.
2021-08-10 16:02:00 +08:00
test_softmax.py
prune less effective Ascend testcases to level1
2021-08-27 19:59:59 +08:00
test_softmax_cross_entropy_with_logits.py
add some expander ops
2021-03-18 19:03:36 +08:00
test_softmax_stitch.py
update akg && set random seed for stitch case
2021-05-18 09:25:16 +08:00
test_sqrt_grad.py
recover several graph kernel ci testcases
2021-06-09 20:32:02 +08:00
test_square_sum_all.py
isnan isfinite isinf squaresumall identity oneslik
2021-07-26 12:58:30 +08:00
test_squared_difference.py
[GraphKernel] add sponge ops.
2021-07-19 19:34:23 +08:00
test_squeeze.py
[graph kernel] add expander ops.
2021-04-09 17:33:06 +08:00
test_tanh_grad.py
recover several graph kernel ci testcases
2021-06-09 20:32:02 +08:00
test_tile.py
recover several graph kernel ci testcases
2021-06-09 20:32:02 +08:00