All Questions
1 question
2
votes
0
answers
647
views
How to read and write to Global Data Share in AMD GCN?
I'm trying to use GDS in AMD GPU, but I can not make it work. My GPU is AMD RX580.
I used this OpenCL kernel:
__kernel __attribute__((reqd_work_group_size(64, 1, 1)))
void localVarExample(__global ...