Skip to content

Commit

Permalink
Fix changelog entries
Browse files Browse the repository at this point in the history
  • Loading branch information
shi-eric committed Jan 10, 2025
1 parent 64f8bd9 commit cc3b17b
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@
- Support `assert` statements in kernels ([docs](https://nvidia.github.io/warp/debugging.html#assertions)).
Assertions can only be triggered in `"debug"` mode ([GH-366](https://github.com/NVIDIA/warp/issues/336)).
- Add optimization example for soft-body properties ([GH-419](https://github.com/NVIDIA/warp/pull/419)).
- Add per-module option to disable fused floating point operations, use `wp.set_module_options({"fuse_fp": False})`
([GH-379](https://github.com/NVIDIA/warp/issues/379)).

### Changed

Expand All @@ -29,8 +31,6 @@
- Add PyTorch basics and custom operators notebooks to the `notebooks` directory.
- Update PyTorch interop docs to include section on custom operators
([docs](https://nvidia.github.io/warp/modules/interoperability.html#pytorch-custom-ops-example)).
- Add per-module option to disable fused floating point operations, use `wp.set_module_options({"fuse_fp": False})`
([GH-379](https://github.com/NVIDIA/warp/issues/379)).

### Fixed

Expand All @@ -46,7 +46,6 @@
- Fix the OpenGL renderer not being able to run without a CUDA device available
([GH-344](https://github.com/NVIDIA/warp/issues/344)).
- Fix incorrect CUDA driver function versions ([GH-402](https://github.com/NVIDIA/warp/issues/402)).
- Fix allocating arrays with strides ([GH-404](https://github.com/NVIDIA/warp/issues/404)).

## [1.5.0] - 2024-12-02

Expand Down

0 comments on commit cc3b17b

Please sign in to comment.