Skip to content

v1.4.2

Compare
Choose a tag to compare
@shi-eric shi-eric released this 13 Nov 10:34
· 363 commits to main since this release
v1.4.2
3c1ed27

Changelog

[1.4.2] - 2024-11-13

Changed

  • Make the output of wp.print() in backward kernels consistent for all supported data types.

Fixed

  • Fix to relax the integer types expected when indexing arrays (regression in 1.3.0).
  • Fix printing vector and matrix adjoints in backward kernels.
  • Fix kernel compile error when printing structs.
  • Fix an incorrect user function being sometimes resolved when multiple overloads are available with array parameters with different dtype values.
  • Fix error being raised when static and dynamic for-loops are written in sequence with the same iteration variable names (GH-331).
  • Fix an issue with the Texture Write node, used in the Mandelbrot Omniverse sample, sometimes erroring out in multi-GPU environments.
  • Code generation of in-place multiplication and division operations (regression introduced in a69d061)(GH-342).