Skip to content

Commit

Permalink
Merge branch 'gradcheck-kernel' into 'main'
Browse files Browse the repository at this point in the history
Add gradcheck utilities for kernels

See merge request omniverse/warp!548
  • Loading branch information
mmacklin committed Jul 7, 2024
2 parents 6bb8a6c + 5a0708b commit ad9286a
Show file tree
Hide file tree
Showing 7 changed files with 3,426 additions and 2 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@

- Improve memory usage and performance for rigid body contact handling when `self.rigid_mesh_contact_max` is zero (default behavior)
- The `mask` argument to `wp.sim.eval_fk` now accepts both integer and boolean arrays.
- The `mask` argument to `wp.sim.eval_fk` now accepts both integer and bool arrays
- Support for NumPy >= 2.0
- Add `warp.autograd` module with utility functions `gradcheck`, `jacobian`, and `jacobian_fd` for debugging kernel Jacobians
- Fix hashing of replay functions and snippets.
- Add additional code comments for random number sampling functions in `rand.h`
- Add information to the module load printouts to indicate whether a module was
Expand Down
Loading

0 comments on commit ad9286a

Please sign in to comment.