pub fn load_library() -> &'static Result<OpenClRuntime, Error>Expand description
Utility function to load the OpenCL shared library (actual load will be performed only once). Returns an error if the library is not found.
pub fn load_library() -> &'static Result<OpenClRuntime, Error>Utility function to load the OpenCL shared library (actual load will be performed only once). Returns an error if the library is not found.