Skip to content

Commit

Permalink
Merge branch 'ershi/builtins-consistency' into 'main'
Browse files Browse the repository at this point in the history
Change tile exception types and messages for consistency

See merge request omniverse/warp!1000
  • Loading branch information
shi-eric committed Jan 21, 2025
2 parents 10a3ef9 + 7370a8d commit 7ad70af
Show file tree
Hide file tree
Showing 4 changed files with 433 additions and 423 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@
- Avoid recompilation of modules when changing `block_dim`.
- Improve memory consumption, compilation and runtime performance when using in-place vector/matrix assignments in kernels that have `enable_backward` set to False ([GH-332](https://github.com/NVIDIA/warp/issues/332)).
- Fix the `len()` operator returning the total size of a matrix instead of its first dimension.
- Change exception types and error messages thrown by tile functions for improved consistency.

### Fixed

Expand Down
Loading

0 comments on commit 7ad70af

Please sign in to comment.