v4.1.0
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.