Closed ConsciousCode closed 8 years ago
For versions 1.1 and 1.2, calling getPlatforms() or accessing platformsCount result in the following error:
getPlatforms()
platformsCount
CLError: OpenCL Error Code: -1001 Type: UNKNOWN at CL11.checkError (/home/consciouscode/node_modules/nooocl/lib/cl11.js:712:19) at CLHost.Object.defineProperties._nPlatformsCount.get (/home/consciouscode/node_modules/nooocl/lib/clHost.js:77:21) at CLHost.Object.defineProperties.platformsCount.get (/home/consciouscode/node_modules/nooocl/lib/clHost.js:85:24) (same thing...) (/home/consciouscode/node_modules/nooocl/lib/clHost.js:77:21) at CLHost.getPlatforms (/home/consciouscode/node_modules/nooocl/lib/clHost.js:111:21)
CLError: OpenCL Error Code: -1001 Type: UNKNOWN at CL11.checkError (/home/consciouscode/node_modules/nooocl/lib/cl11.js:712:19) at CLHost.Object.defineProperties._nPlatformsCount.get (/home/consciouscode/node_modules/nooocl/lib/clHost.js:77:21) at CLHost.Object.defineProperties.platformsCount.get (/home/consciouscode/node_modules/nooocl/lib/clHost.js:85:24)
(same thing...) (/home/consciouscode/node_modules/nooocl/lib/clHost.js:77:21) at CLHost.getPlatforms (/home/consciouscode/node_modules/nooocl/lib/clHost.js:111:21)
I'm not sure if this is a problem with my build or libOpenCL or what, but I was hoping you might have some answers.
I'ts an OpenCL error, not NOOOCL one. See this: http://stackoverflow.com/questions/4959621/error-1001-in-clgetplatformids-call
For versions 1.1 and 1.2, calling
getPlatforms()
or accessingplatformsCount
result in the following error:I'm not sure if this is a problem with my build or libOpenCL or what, but I was hoping you might have some answers.