jrprice / Oclgrind

An OpenCL device simulator and debugger
Other
346 stars 61 forks source link

Is oclgrind supporting generic address space? #160

Open ghostplant opened 5 years ago

ghostplant commented 5 years ago

I failed to execute the kernels if I remove __global tags for data pointers.

jrprice commented 5 years ago

No, Oclgrind does not currently support the generic address space. It currently has distinct address spaces for global, local and private memory, so some work would be needed to make it possible to identify the address space from the pointer value (probably at the same time as reworking the addressing system to support SVM).