openphotogrammetry / meshroomcl

MeshroomCL: An OpenCL implementation of photogrammetry with the Meshroom interface
Other
173 stars 8 forks source link

CLArrayWrapper: clCreateImage: error code=-10 #7

Closed jujubeesloco closed 3 years ago

jujubeesloco commented 3 years ago

OpenCL platform : Intel(R) OpenCL HD Graphics OpenCL device : Intel(R) UHD Graphics 750 CLArrayWrapper::Allocate() failed in clCreateImage with error code=-10


I have tried with the Buddha data set.. What is "-10" error?

I can only guess permission, resources, or wrong format. Or OpenCL is antiquated.

Thank you.

revisionarian commented 3 years ago

Hi @jujubeesloco, thanks a lot for reporting your issue with MeshroomCL. The "-10" error that you observed indicates that your OpenCL implementation (the Intel HD graphics driver) does not support the particular OpenCL image format that we used in the old MeshroomCL code.

We released a new version of MeshroomCL today, version 0.7.0, available here:

https://github.com/openphotogrammetry/meshroomcl/releases

This new version uses a different image format, and will hopefully fix your problem. Please let us know if it does not!