mn416 / QPULib

Language and compiler for the Raspberry Pi GPU
Other
429 stars 64 forks source link

store values in Non-continuous memory #71

Open JelixLi opened 5 years ago

JelixLi commented 5 years ago
Int ind = index()*2;
store(ind,C + ind );
It doesn't work when I do this, and it still store values in a continuous  memory