load_library

Function load_library 

Source
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.