Skip to content

Commit

Permalink
Fix tiles documentation link
Browse files Browse the repository at this point in the history
  • Loading branch information
shi-eric committed Nov 20, 2024
1 parent 1b25ca0 commit a3fa12d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion exts/omni.warp.core/docs/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
### Added

- Support for cooperative tile-based primitives using cuBLASDx and cuFFTDx, please see the tile
[documentation](https://nvidia.github.io/warp/modules/interoperability.html) for details.
[documentation](https://nvidia.github.io/warp/modules/tiles.html) for details.
- Expose a `reversed()` built-in for iterators to test ([GH-311](https://github.com/NVIDIA/warp/issues/311)).
- Support for saving Volumes into `.nvdb` files with the `save_to_nvdb` method.
- warp.fem: Added `Trimesh3D` and `Quadmesh3D` geometry types for 3D surfaces with new `example_distortion_energy` example
Expand Down
2 changes: 1 addition & 1 deletion exts/omni.warp/docs/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
### Added

- Support for cooperative tile-based primitives using cuBLASDx and cuFFTDx, please see the tile
[documentation](https://nvidia.github.io/warp/modules/interoperability.html) for details.
[documentation](https://nvidia.github.io/warp/modules/tiles.html) for details.
- Expose a `reversed()` built-in for iterators to test ([GH-311](https://github.com/NVIDIA/warp/issues/311)).
- Support for saving Volumes into `.nvdb` files with the `save_to_nvdb` method.
- warp.fem: Added `Trimesh3D` and `Quadmesh3D` geometry types for 3D surfaces with new `example_distortion_energy` example
Expand Down

0 comments on commit a3fa12d

Please sign in to comment.