Skip to content

Release v0.5.1

Compare
Choose a tag to compare
@m4rs-mt m4rs-mt released this 03 Jan 02:42
· 2056 commits to master since this release

Improved version of v0.5 that contains bug fixes and performance improvements and features based on community feedback.

  • Polished error messages and util methods.
  • Fixed invalid DebuggerDisplay attributes on array views.
  • Added support for loading addresses of static fields.
  • Added support to disable kernel caches and automatic disposal of kernels and memory buffers (Community request)..
  • Extended kernel loaders with additional overloads.
  • Added support to clear internal caches (Community request).
  • Fixed invalid extent and bounds checks in MemoryBuffer.CopyTo.
  • Fixed invalid initialization of PTX-specific intrinsic functions.
  • Fixed invalid load/store instructions of bytes in PTXBackend.
  • Fixed invalid generation of null values in PTXBackend.