Skip to content

0.3.0

Latest
Compare
Choose a tag to compare
@sdpython sdpython released this 19 Sep 22:19
ff2c70e
  • #189: use onnxruntime==1.19.2 as default, pybind11 2.13.5, MatX 0.8.0
  • #187: Fix compilation with GCC>=13 #187
  • #185: adds custom operator MulMulSigmoid on CUDA
  • #184: use onnxruntime==1.18.0 as default
  • #181: adds MaskedScatterNDOfShape custom operator
  • #175: adds custom operator MulSub and SubMul on CUDA
  • #173: adds custom operator AddSharedInput, MulSharedInput on CUDA
  • #170: adds custom operator TriMatrix on CUDA
  • #169: adds custom operator ReplaceZero on CUDA
  • #168: adds custom operator MulSigmoid on CUDA
  • #167: adds custom operator Rotary on CUDA
  • #166, #178: adds custom operators AddMul, MulAdd on CUDA
  • #165: adds custom operators AddAddAdd, MulMulMul on CUDA
  • #163: use onnxruntime==1.17.3 as default
  • #162: add ScatterNDOfShape implementation on CUDA without atomics
  • #159: add AddAdd custom operator on CUDA
  • #158: add MulMul custom operator on CUDA
  • #157: add ScatterNDOfShape custom operator
  • #155: add a function to draw a timeline from a profile
  • #154: improves ploting legend for profiling
  • #151: refactoring of TreeEnsemble code to make them faster
  • #129, #132: support sparse features for TreeEnsemble