Skip to content

Commit

Permalink
Merge branch 'lwawrzyniak/module-retention' into 'main'
Browse files Browse the repository at this point in the history
Retain CUDA modules used during graph capture

See merge request omniverse/warp!663
  • Loading branch information
mmacklin committed Aug 12, 2024
2 parents a66af54 + 3bec1cd commit 0c41578
Show file tree
Hide file tree
Showing 6 changed files with 185 additions and 99 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@
- Remove ``wp.synchronize()`` from PyTorch autograd function example
- ``Tape.check_kernel_array_access()`` and ``Tape.reset_array_read_flags()`` are now private methods.
- Fix reporting unmatched argument types
- Fix errors when launching a CUDA graph after a module is reloaded
- Minor improvements to kernel launch performance

## [1.3.0] - 2024-07-25

Expand Down
Loading

0 comments on commit 0c41578

Please sign in to comment.