Skip to content

v4.1.0

Compare
Choose a tag to compare
@mcfadden8 mcfadden8 released this 29 Sep 15:17
· 1247 commits to main since this release
62f146d

v4.1.0

  • QuickPool available via the C & Fortran APIs.

  • Resources are now created on-demand when accessed for the first time.

  • Peer access is no longer automatically enabled for CUDA and HIP.

  • Added cmake check to deterime if build subsystem capable of ASAN.

  • Fixed ASAN poisoning to limit it to what user originally requested and not
    rounded amount.

  • Improved resilliance of primary pool destructors so that giving back
    previously allocated blocks to a device that has already been cleaned up
    will no longer throw an error, but instead will now be logged and ignored.