OClCollMeshEngn: use the central ComputeMgr APIs

We no longer create our own context and get our own OpenCL device
in OClCollMeshEngn::setup. We now request a device from the central
ComputeManager.
This commit is contained in:
2025-11-20 00:55:19 -04:00
parent 2c7e090ef1
commit ee6405048a
3 changed files with 101 additions and 188 deletions
+1
View File
@@ -60,6 +60,7 @@ target_link_libraries(smocore PRIVATE
Boost::system
Boost::log
${OPENCL_LIBRARIES}
attachmentSupport
)
target_link_directories(smocore PRIVATE
${OPENCL_LIBRARY_DIRS}