Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Is oclgrind supporting generic address space? #160

Open
ghostplant opened this issue Dec 30, 2018 · 1 comment
Open

Is oclgrind supporting generic address space? #160

ghostplant opened this issue Dec 30, 2018 · 1 comment

Comments

@ghostplant
Copy link

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

@jrprice
Copy link
Owner

jrprice commented Jan 7, 2019

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).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants