You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
GPU compute capabilities for this project are already present at some variation of the CPU project. Conditional building should be enabled for these modules, where #ifdef pragmas should be used as well for different parts of the application.
A hybrid solution could be had which would be built for different GPU brands, so OpenCL is the best solution for us.
GPU compute capabilities for this project are already present at some variation of the CPU project. Conditional building should be enabled for these modules, where
#ifdef
pragmas should be used as well for different parts of the application.A hybrid solution could be had which would be built for different GPU brands, so OpenCL is the best solution for us.
This task should be done after #3.
CMakeLists.txt
option#ifdef
pragmas in the needed source filesThe text was updated successfully, but these errors were encountered: