]> git.seodisparate.com - blue_noise_generation/commit
Make OpenCL default backend
authorStephen Seo <seo.disparate@gmail.com>
Mon, 1 Apr 2024 02:19:16 +0000 (11:19 +0900)
committerStephen Seo <seo.disparate@gmail.com>
Mon, 1 Apr 2024 02:19:55 +0000 (11:19 +0900)
commit2854aa5104dd1c581515a001db77d6fe7aec51ab
treed855de32e315f1ff8758a288781329e6704c59a7
parentf3d1ad425c8ce6f3c224e7b205c60c3a465dba2f
Make OpenCL default backend

Order of backends to use:
OpenCL -> Vulkan -> CPU threads

Unless I figure out a way to make Vulkan faster, OpenCL will be the
default backend used, or at least it will have higher priority than
Vulkan if both OpenCL and Vulkan is available.
src/blue_noise.cpp