File tree Expand file tree Collapse file tree 3 files changed +12
-0
lines changed Expand file tree Collapse file tree 3 files changed +12
-0
lines changed Original file line number Diff line number Diff line change 6
6
7
7
- This is the final release that will provide builds for or support the CUDA 11.x Toolkit and driver.
8
8
Starting with v1.9.0, Warp will require CUDA 12.x or newer.
9
+ - Deprecate the ` graph_compatible ` boolean flag in ` jax_callable() ` in favor of the new ` graph_mode ` argument with
10
+ ` GraphMode ` enum ([ GH-848 ] ( https://github.com/NVIDIA/warp/issues/848 ) ).
9
11
10
12
### Added
11
13
Original file line number Diff line number Diff line change 2
2
3
3
## [ 1.8.1] - 2025-08-01
4
4
5
+ ### Deprecated
6
+
7
+ - Deprecate the ` graph_compatible ` boolean flag in ` jax_callable() ` in favor of the new ` graph_mode ` argument with
8
+ ` GraphMode ` enum ([ GH-848 ] ( https://github.com/NVIDIA/warp/issues/848 ) ).
9
+
5
10
### Added
6
11
7
12
- Add documentation for creating and manipulating Warp structured arrays using NumPy
Original file line number Diff line number Diff line change 2
2
3
3
## [ 1.8.1] - 2025-08-01
4
4
5
+ ### Deprecated
6
+
7
+ - Deprecate the ` graph_compatible ` boolean flag in ` jax_callable() ` in favor of the new ` graph_mode ` argument with
8
+ ` GraphMode ` enum ([ GH-848 ] ( https://github.com/NVIDIA/warp/issues/848 ) ).
9
+
5
10
### Added
6
11
7
12
- Add documentation for creating and manipulating Warp structured arrays using NumPy
You can’t perform that action at this time.
0 commit comments