View Single Post
Old 2018-09-09, 23:51   #691
preda
 
preda's Avatar
 
"Mihai Preda"
Apr 2015

1,453 Posts
Default

Quote:
Originally Posted by tServo View Post
Mr Preda,
Do you use opencl 2.0 in gpuOwl or is it coded to 1.2 version?
Thanks
It's mostly OpenCL 1.x, but it does use some aspects of the "memory model" that were introduced in OpenCL 2.0; related to memory synchronization between groups, used mostly in the kernel carryFused() I think.

It was plain 1.x not so long ago, but that stopped working on ROCm (because of the memory model), so switched to requiring 2.x at that point.
preda is offline   Reply With Quote