ALTree / PLISCuda

PLIS on CUDA
MIT License
1 stars 0 forks source link

Valutare se portare variabili nei registri in alcuni casi #38

Open ALTree opened 8 years ago

ALTree commented 8 years ago

Es. il generatore, come in

\\ Copy state to local memory for efficiency
curandState localState = state[id];
\\ do stuff
state[id] = localState;