Tagged Questions
1
vote
0answers
82 views
Convert float[c][f][a][b][d][e] to float[a*b*c*d*e*f] without using buffer
Briefly
I was working on a program that involved OpenCL interop, it required specific memory layout. The problem though didn't concern OpenCL, it was more like a theoretical problem that thrown me ...