OCL-dev/ocl-icd
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
master
Could not load branches
Nothing to show
Could not load tags
Nothing to show
{{ refName }}
default
Code
-
Clone
Use Git or checkout with SVN using the web URL.
Work fast with our official CLI. Learn more.
- Open with GitHub Desktop
- Download ZIP
Launching GitHub Desktop
If nothing happens, download GitHub Desktop and try again.
Launching GitHub Desktop
If nothing happens, download GitHub Desktop and try again.
Launching Xcode
If nothing happens, download Xcode and try again.
Launching Visual Studio Code
Your codespace will open once ready.
There was a problem preparing your codespace, please try again.
Latest commit
Files
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
This package aims at creating an Open Source alternative to vendor specific OpenCL ICD loaders. The main difficulties to create such software is that the order of function pointers in a structure is not publicy available. This software maintains a YAML database of all known and guessed entries. If the configure script is called with --enable-update-database, then: - a dummy OpenCL implementation using available headers on the system is created - this dummy OpenCL implementation is installed system-wide (root access needed) with the file dummy.icd in /etc/OpenCL/vendors/ - a test program then calls every function defined in the headers and thus obtains the function mapping inside the demultiplexer So, if an other OpenCL ICD loader is installed on the system, this allows us to discover the mapping of new entries in the structure, entries that are then recoreded in the YAML database. Of course, if the currently installed OpenCL ICD loader is this one, there wont be any problems but no new mapping will be discovered. This package also delivers a skeleton of bindings to incorporate inside an OpenCL implementation to give it ICD functionalities. Main Make targets: all/check/install/...: builds the library and bindings from database update-database: adds new functions to the database from the currently installed OpenCL ICD Loader. Needs root permission.
About
OpenCL ICD Loader (free software)
Topics
Resources
License
Stars
Watchers
Forks
Packages 0
No packages published