forked from mindspore-Ecosystem/mindspore
update release note
This commit is contained in:
parent
c67a68d01f
commit
68b3686998
98
RELEASE.md
98
RELEASE.md
|
@ -82,6 +82,104 @@
|
|||
|
||||
- [STABLE] Support perlayer quantization, and built-in CLE to optimize perlayer quantization accuracy.
|
||||
|
||||
#### operator
|
||||
|
||||
- [STABLE] Add GPU support for ops.adaptive_avg_pool2d.
|
||||
- [BETA] Add Ascend, GPU, and CPU support for ops.adaptive_max_pool2d .
|
||||
- [BETA] Add CPU support for ops.approximate_equal.
|
||||
- [STABLE] Add CPU support for ops.argmin.
|
||||
- [BETA] Add CPU support for ops.assign_sub.
|
||||
- [STABLE] Add GPU support for ops.bernoulli.
|
||||
- [BETA] Add CPU support for ops.bessel_i0.
|
||||
- [BETA] Add CPU support for ops.bessel_i0e.
|
||||
- [BETA] Add CPU support for ops.bessel_i1.
|
||||
- [BETA] Add CPU support for ops.bessel_i1e Add CPU support.
|
||||
- [STABLE] Add CPU support for ops.bessel_j0.
|
||||
- [STABLE] Add CPU support for ops.bessel_j1.
|
||||
- [STABLE] Add CPU support for ops.bessel_k0.
|
||||
- [STABLE] Add CPU support for ops.bessel_k0e.
|
||||
- [BETA] Add CPU support for ops.bessel_k1.
|
||||
- [BETA] Add CPU support for ops.bessel_k1e.
|
||||
- [STABLE] Add CPU support for ops.bessel_y0.
|
||||
- [STABLE] Add CPU support for ops.bessel_y1.
|
||||
- [STABLE] Add CPU support for ops.bitwise_and.
|
||||
- [STABLE] Add CPU support for ops.bitwise_or.
|
||||
- [STABLE] Add CPU support for ops.bitwise_xor.
|
||||
- [STABLE] Add functional interface for ops.broadcast_to.
|
||||
- [BETA] Add GPU and CPU support for ops.ceil.
|
||||
- [BETA] Add GPU support for ops.col2im.
|
||||
- [BETA] Add functional interface for ops.concat.
|
||||
- [STABLE] Add GPU support for ops.cosh.
|
||||
- [STABLE] Add Ascend and CPU support for ops.ctc_greedy_decoder.
|
||||
- [BETA] Add GPU and CPU support for ops.DataFormatDimMap.
|
||||
- [BETA] Add GPU and CPU support for ops.dropout2d.
|
||||
- [BETA] Add CPU support for ops.dropout3d.
|
||||
- [BETA] Add CPU support for ops.erf.
|
||||
- [BETA] Add CPU support for ops.erfc.
|
||||
- [STABLE] Add functional interface for ops.expand_dims.
|
||||
- [STABLE] Add GPU and CPU support for ops.fast_gelu.
|
||||
- [STABLE] Add Ascend dynamic shape support for ops.flatten.
|
||||
- [BETA] Add GPU and CPU support for ops.ger.
|
||||
- [STABLE] Add Ascend, GPU, and CPU support for ops.gumbel_softmax.
|
||||
- [BETA] Add GPU and CPU support for ops.hardshrink.
|
||||
- [BETA] Add CPU support for ops.index_add.
|
||||
- [BETA] Add CPU support for ops.inplace_add.
|
||||
- [BETA] Add CPU support for ops.inplace_sub.
|
||||
- [STABLE] Add CPU support for ops.intopk.
|
||||
- [STABLE] Add GPU and CPU support for ops.inv.
|
||||
- [STABLE] Add GPU and CPU support for ops.invert.
|
||||
- [BETA] Add CPU support for ops.isclose.
|
||||
- [STABLE] Add CPU support for ops.lerp.
|
||||
- [BETA] Add CPU support for ops.linspace.
|
||||
- [BETA] Add functional interface for ops.log_softmax.
|
||||
- [BETA] Add Ascend, GPU, and CPU support for ops.norm.
|
||||
- [BETA] Add CPU support for ops.lrn.
|
||||
- [BETA] Add GPU support for ops.masked_select.
|
||||
- [BETA] Add GPU and CPU support for ops.matrix_band_part.
|
||||
- [BETA] Add GPU and CPU support for ops.matrix_solve.
|
||||
- [BETA] Add CPU support for ops.meshgrid.
|
||||
- [STABLE] Add CPU support for ops.mish.
|
||||
- [BETA] Add GPU support forops.nonzero.
|
||||
- [STABLE] Add GPU and CPU support for ops.padding.
|
||||
- [BETA] Add Ascend dynamic shape support for ops.pow.
|
||||
- [BETA] Add functional interface for ops.range.
|
||||
- [BETA] Add Ascend dynamic shape support for ops.round.
|
||||
- [STABLE] Add Ascend dynamic shape support for ops.scatter_add.
|
||||
- [STABLE] Add Ascend dynamic shape support for ops.scatter_div.
|
||||
- [BETA] Add GPU support for ops.scatter_max.
|
||||
- [BETA] Add GPU support for ops.scatter_min.
|
||||
- [BETA] Add CPU support for ops.scatter_nd_add.
|
||||
- [STABLE] Add GPU and CPU support for ops.scatter_nd_div.
|
||||
- [STABLE] Add GPU and CPU support for ops.scatter_nd_min.
|
||||
- [STABLE] Add GPU and CPU support for ops.scatter_nd_mul.
|
||||
- [BETA] Add CPU support for ops.scatter_nd_sub.
|
||||
- [STABLE] Add Ascend dynamic shape support for ops.scatter_update.
|
||||
- [BETA] Add Ascend dynamic shape support for ops.select.
|
||||
- [BETA] Add GPU and CPU support for ops.selu.
|
||||
- [BETA] Add GPU and CPU support for ops.soft_shrink.
|
||||
- [BETA] Add CPU support for ops.softsign.
|
||||
- [STABLE] Add GPU support for ops.tan.
|
||||
- [BETA] Add Ascend and CPU support ops.tensor_scatter_add.
|
||||
- [STABLE] Add GPU and CPU support for ops.tensor_scatter_div.
|
||||
- [STABLE] Add GPU and CPU support for ops.tensor_scatter_mul.
|
||||
- [BETA] Add Ascend and CPU support for ops.tensor_scatter_sub.
|
||||
- [STABLE] Add Ascend, GPU, and CPU support for nn.AdaptiveAvgPool1d.
|
||||
- [STABLE] Add Ascend, GPU, and CPU support for nn.AdaptiveMaxPool1d.
|
||||
- [BETA] Add Ascend, GPU, and CPU support for nn.BiDense.
|
||||
- [STABLE] Add Ascend, GPU, and CPU support for nn.ConstantPad1d.
|
||||
- [STABLE] Add Ascend, GPU, and CPU support for nn.ConstantPad2d.
|
||||
- [STABLE] Add Ascend, GPU, and CPU support for nn.ConstantPad3d.
|
||||
- [STABLE] Add Ascend, GPU, and CPU support for nn.Hardtanh.
|
||||
- [STABLE] Add Ascend, GPU, and CPU support for nn.HuberLoss.
|
||||
- [STABLE] Add Ascend, GPU, and CPU support for nn.RReLU.
|
||||
- [STABLE] Add Ascend, GPU, and CPU support for nn.Tanhshrink.
|
||||
- [STABLE] Add Ascend, GPU, and CPU support for nn.Threshold.
|
||||
- [STABLE] Add Ascend, GPU, and CPU support for nn.ZeroPad2d.
|
||||
- [BETA] Add GPU support for ops.unique_consecutive.
|
||||
- [STABLE] Add CPU support for ops.unsorted_segment_max.
|
||||
- [STABLE] Add CPU support for ops.unsorted_segment_min.
|
||||
- [STABLE] Add GPU support for ops.unsorted_segment_prod.
|
||||
|
||||
### Contributors
|
||||
|
||||
Thanks goes to these wonderful people:
|
||||
|
|
|
@ -82,6 +82,104 @@
|
|||
|
||||
- [STABLE] 后量化支持PerLayer量化,同时内置CLE算法优化精度。
|
||||
|
||||
#### 算子
|
||||
|
||||
- [STABLE] ops.adaptive_avg_pool2d 新增GPU支持。
|
||||
- [BETA] ops.adaptive_max_pool2d 新增Ascend、GPU、CPU支持。
|
||||
- [BETA] ops.approximate_equal 新增CPU支持。
|
||||
- [STABLE] ops.argmin 新增CPU支持。
|
||||
- [BETA] ops.assign_sub 新增CPU支持。
|
||||
- [STABLE] ops.bernoulli 新增GPU支持。
|
||||
- [BETA] ops.bessel_i0 新增CPU支持。
|
||||
- [BETA] ops.bessel_i0e 新增CPU支持。
|
||||
- [BETA] ops.bessel_i1 新增CPU支持。
|
||||
- [BETA] ops.bessel_i1e 新增CPU支持。
|
||||
- [STABLE] ops.bessel_j0 新增CPU支持。
|
||||
- [STABLE] ops.bessel_j1 新增CPU支持。
|
||||
- [STABLE] ops.bessel_k0 新增CPU支持。
|
||||
- [STABLE] ops.bessel_k0e 新增CPU支持。
|
||||
- [BETA] ops.bessel_k1 新增CPU支持。
|
||||
- [BETA] ops.bessel_k1e 新增CPU支持。
|
||||
- [STABLE] ops.bessel_y0 新增CPU支持。
|
||||
- [STABLE] ops.bessel_y1 新增CPU支持。
|
||||
- [STABLE] ops.bitwise_and 新增CPU支持。
|
||||
- [STABLE] ops.bitwise_or 新增CPU支持。
|
||||
- [STABLE] ops.bitwise_xor 新增CPU支持。
|
||||
- [STABLE] ops.broadcast_to 新增functional接口。
|
||||
- [BETA] ops.ceil 新增GPU、CPU支持。
|
||||
- [BETA] ops.col2im 新增GPU支持。
|
||||
- [BETA] ops.concat 新增functional接口。
|
||||
- [STABLE] ops.cosh 新增GPU支持。
|
||||
- [STABLE] ops.ctc_greedy_decoder 新增Ascend、CPU支持。
|
||||
- [BETA] ops.DataFormatDimMap 新增GPU、CPU支持。
|
||||
- [BETA] ops.dropout2d 新增GPU、CPU支持。
|
||||
- [BETA] ops.dropout3d 新增CPU支持。
|
||||
- [BETA] ops.erf 新增CPU支持。
|
||||
- [BETA] ops.erfc 新增CPU支持。
|
||||
- [STABLE] ops.expand_dims 新增functional接口。
|
||||
- [STABLE] ops.fast_gelu 新增GPU、CPU支持。
|
||||
- [STABLE] ops.flatten Ascend动态shape支持。
|
||||
- [BETA] ops.ger 新增GPU、CPU支持。
|
||||
- [STABLE] ops.gumbel_softmax 新增Ascend、GPU、CPU支持。
|
||||
- [BETA] ops.hardshrink 新增GPU、CPU支持。
|
||||
- [BETA] ops.index_add 新增CPU支持。
|
||||
- [BETA] ops.inplace_add 新增CPU支持。
|
||||
- [BETA] ops.inplace_sub 新增CPU支持。
|
||||
- [STABLE] ops.intopk 新增CPU支持。
|
||||
- [STABLE] ops.inv 新增GPU、CPU支持。
|
||||
- [STABLE] ops.invert 新增GPU、CPU支持。
|
||||
- [BETA] ops.isclose 新增CPU支持。
|
||||
- [STABLE] ops.lerp 新增CPU支持。
|
||||
- [BETA] ops.linspace 新增CPU支持。
|
||||
- [BETA] ops.log_softmax 新增functional接口。
|
||||
- [BETA] ops.norm 新增Ascend、GPU、CPU支持。
|
||||
- [BETA] ops.lrn 新增CPU支持。
|
||||
- [BETA] ops.masked_select 新增GPU支持。
|
||||
- [BETA] ops.matrix_band_part 新增GPU、CPU支持。
|
||||
- [BETA] ops.matrix_solve 新增GPU、CPU支持。
|
||||
- [BETA] ops.meshgrid 新增CPU支持。
|
||||
- [STABLE] ops.mish 新增CPU支持。
|
||||
- [BETA] ops.nonzero 新增GPU支持。
|
||||
- [STABLE] ops.padding 新增GPU、CPU支持。
|
||||
- [BETA] ops.pow 新增Ascend动态shape支持。
|
||||
- [BETA] ops.range 新增functional接口。
|
||||
- [BETA] ops.round 新增Ascend动态shape支持。
|
||||
- [STABLE] ops.scatter_add 新增Ascend动态shape支持。
|
||||
- [STABLE] ops.scatter_div 新增Ascend动态shape支持。
|
||||
- [BETA] ops.scatter_max 新增GPU支持。
|
||||
- [BETA] ops.scatter_min 新增GPU支持。
|
||||
- [BETA] ops.scatter_nd_add 新增CPU支持。
|
||||
- [STABLE] ops.scatter_nd_div 新增GPU、CPU支持。
|
||||
- [STABLE] ops.scatter_nd_min 新增GPU、CPU支持。
|
||||
- [STABLE] ops.scatter_nd_mul 新增GPU、CPU支持。
|
||||
- [BETA] ops.scatter_nd_sub 新增CPU支持。
|
||||
- [STABLE] ops.scatter_update 新增Ascend动态shape支持。
|
||||
- [BETA] ops.select 新增Ascend动态shape支持。
|
||||
- [BETA] ops.selu 新增GPU、CPU支持。
|
||||
- [BETA] ops.soft_shrink 新增GPU、CPU支持。
|
||||
- [BETA] ops.softsign 新增CPU支持。
|
||||
- [STABLE] ops.tan 新增GPU支持。
|
||||
- [BETA] ops.tensor_scatter_add 新增Ascend、CPU支持。
|
||||
- [STABLE] ops.tensor_scatter_div 新增GPU、CPU支持。
|
||||
- [STABLE] ops.tensor_scatter_mul 新增GPU、CPU支持。
|
||||
- [BETA] ops.tensor_scatter_sub 新增Ascend、CPU支持。
|
||||
- [STABLE] nn.AdaptiveAvgPool1d 新增Ascend、GPU、CPU支持。
|
||||
- [STABLE] nn.AdaptiveMaxPool1d 新增Ascend、GPU、CPU支持。
|
||||
- [BETA] nn.BiDense 新增Ascend、GPU、CPU支持。
|
||||
- [STABLE] nn.ConstantPad1d 新增Ascend、GPU、CPU支持。
|
||||
- [STABLE] nn.ConstantPad2d 新增Ascend、GPU、CPU支持。
|
||||
- [STABLE] nn.ConstantPad3d 新增Ascend、GPU、CPU支持。
|
||||
- [STABLE] nn.Hardtanh 新增Ascend、GPU、CPU支持。
|
||||
- [STABLE] nn.HuberLoss 新增Ascend、GPU、CPU支持。
|
||||
- [STABLE] nn.RReLU 新增Ascend、GPU、CPU支持。
|
||||
- [STABLE] nn.Tanhshrink 新增Ascend、GPU、CPU支持。
|
||||
- [STABLE] nn.Threshold 新增Ascend、GPU、CPU支持。
|
||||
- [STABLE] nn.ZeroPad2d 新增Ascend、GPU、CPU支持。
|
||||
- [BETA] ops.unique_consecutive 新增GPU支持。
|
||||
- [STABLE] ops.unsorted_segment_max 新增CPU支持。
|
||||
- [STABLE] ops.unsorted_segment_min 新增CPU支持。
|
||||
- [STABLE] ops.unsorted_segment_prod 新增GPU支持。
|
||||
|
||||
### 贡献者
|
||||
|
||||
感谢以下人员做出的贡献:
|
||||
|
|
|
@ -235,6 +235,7 @@ Reduction算子
|
|||
:nosignatures:
|
||||
:template: classtemplate.rst
|
||||
|
||||
mindspore.ops.approximate_equal
|
||||
mindspore.ops.argmin
|
||||
mindspore.ops.cummax
|
||||
mindspore.ops.cummin
|
||||
|
|
|
@ -234,6 +234,7 @@ Comparison operators
|
|||
:nosignatures:
|
||||
:template: classtemplate.rst
|
||||
|
||||
mindspore.ops.approximate_equal
|
||||
mindspore.ops.argmin
|
||||
mindspore.ops.cummax
|
||||
mindspore.ops.cummin
|
||||
|
|
Loading…
Reference in New Issue