hiprtSetCacheDirPath

Sets the directory path where kernels will be cached.

hiprtError hiprtSetCacheDirPath(

const char* path);

Parameters

Parameter

Description

path

User defined path to cache kernels.

Return

Returns HIPRT error in case of a failure, or hiprtSuccess otherwise.