Tagged Questions

2
votes
1answer
105 views

CUDA: Unaligned Memory Access Not Supported: What am I missing?

There are a few questions similar to this but in this case, its a bit weird; NVCC 3.1 doesn't like this but 3.2 and 4.0RC do; float xtmp[MAT1]; for (i=0; i<MAT1; i++){ xtmp[i]=x[p[i]]; ...