Skip to content

A stub opecl library that dynamically dlopen/dlsyms opencl implementations at runtime based on environment variables. Will be useful when opencl implementations are installed in non-standard pahs

License

Notifications You must be signed in to change notification settings

thinksquirrel/libopencl-stub

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

libopencl-stub

A stub OpenCL library that dynamically dlopen/dlsyms OpenCL implementations at runtime, based on environment variables. This is useful when OpenCL implementations are installed in non-standard paths (for example, POCL on Android).

Environment Variables

  • LIBOPENCL_SO_PATH -- Path to OpenCL that will be searched first
  • LIBOPENCL_SO_PATH_2 -- Searched second
  • LIBOPENCL_SO_PATH_3 -- Searched third
  • LIBOPENCL_SO_PATH_4 -- Searched fourth

Default paths will be searched otherwise.

About

A stub opecl library that dynamically dlopen/dlsyms opencl implementations at runtime based on environment variables. Will be useful when opencl implementations are installed in non-standard pahs

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 58.6%
  • C 41.3%
  • Makefile 0.1%