-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
While installing an OpenCL device we do a number of checks for special situations, that could be detecting problematic drivers/devices or some implementations with advantage. These checks leave a bitflag in device exceptions, they can later be tested while running OpenCL code via `gboolean dt_opencl_exception(const int devid, const uint32_t mask);` An example is provided in demosaicer module, we know that the default AMD windows driver is bad for PPG so we do a fallback there.
- Loading branch information
1 parent
ca55f74
commit fb8a96d
Showing
4 changed files
with
63 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters