You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Matlab (2019b) internally uses HDF5 1.8.12, which in principle already supports dynamically loaded filter, however to safely deallocate any unneeded buffers H5free_memory should be used: https://portal.hdfgroup.org/display/HDF5/H5_FREE_MEMORY
This feature was introduced in HDF5 1.8.15, and is not supported in Matlab. Using free directly requires to match the plugin compiler version with the one that was used for Matlab to avoid memory corruption.
The text was updated successfully, but these errors were encountered:
Matlab (2019b) internally uses HDF5 1.8.12, which in principle already supports dynamically loaded filter, however to safely deallocate any unneeded buffers
H5free_memory
should be used: https://portal.hdfgroup.org/display/HDF5/H5_FREE_MEMORYThis feature was introduced in HDF5 1.8.15, and is not supported in Matlab. Using
free
directly requires to match the plugin compiler version with the one that was used for Matlab to avoid memory corruption.The text was updated successfully, but these errors were encountered: