rocfft_cache_deserialize Interface Reference

rocfft_cache_deserialize Interface Reference#

HIPFORT API Reference: hipfort_rocfft::rocfft_cache_deserialize Interface Reference
hipfort_rocfft::rocfft_cache_deserialize Interface Reference

Deserialize a buffer into the compiled kernel cache. More...

Public Member Functions

integer(kind(rocfft_status_success)) function rocfft_cache_deserialize_ (buffer, buffer_len_bytes)
 

Detailed Description

Deserialize a buffer into the compiled kernel cache.

Kernels in the buffer that match already-cached kernels will replace those kernels that are in the cache. Already-cached kernels that do not match those in the buffer are unmodified by this operation. The cache is unmodified if either a null buffer pointer or a zero length is passed.

Member Function/Subroutine Documentation

◆ rocfft_cache_deserialize_()

integer(kind(rocfft_status_success)) function hipfort_rocfft::rocfft_cache_deserialize::rocfft_cache_deserialize_ ( type(c_ptr), value  buffer,
integer(c_size_t), value  buffer_len_bytes 
)

The documentation for this interface was generated from the following file: