Skip to content

Commit

Permalink
doc
Browse files Browse the repository at this point in the history
  • Loading branch information
xadupre committed May 7, 2024
1 parent 5cc5ca3 commit ffccb2f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/wheels-mac.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ jobs:

- name: Build wheels
run: python -m cibuildwheel --output-dir wheelhouse
continue-on-error: true

- uses: actions/upload-artifact@v3
with:
Expand Down
2 changes: 1 addition & 1 deletion CHANGELOGS.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Change Logs
0.3.0
+++++

* :pr:`180`: add MaskedScatterNDOfShape custom operator
* :pr:`181`: add MaskedScatterNDOfShape custom operator
* :pr:`175`: adds custom operator MulSub and SubMul on CUDA
* :pr:`173`: adds custom operator AddSharedInput, MulSharedInput on CUDA
* :pr:`170`: adds custom operator TriMatrix on CUDA
Expand Down

0 comments on commit ffccb2f

Please sign in to comment.