Skip to content
Snippets Groups Projects
  • Robin Bijl's avatar
    9ff6adbe
    proxy: add libopencl stub · 9ff6adbe
    Robin Bijl authored
    this commit adds a cmake option for the proxy
    device to link to libopencl-stub.
    This allows the proxy device to be compiled
    without linking directly to libopencl.
    This is useful when compiling for android.
    
    changes added:
    * RENAME_POCL allows hiding pocl
    * replace use of proxy_device with RENAME_POCL
    * PROXY_USE_LIBOPENCL_STUB link to libopencl stub
    * add libopencl_stub files
    9ff6adbe
    History
    proxy: add libopencl stub
    Robin Bijl authored
    this commit adds a cmake option for the proxy
    device to link to libopencl-stub.
    This allows the proxy device to be compiled
    without linking directly to libopencl.
    This is useful when compiling for android.
    
    changes added:
    * RENAME_POCL allows hiding pocl
    * replace use of proxy_device with RENAME_POCL
    * PROXY_USE_LIBOPENCL_STUB link to libopencl stub
    * add libopencl_stub files