issues
search
Syncleus
/
aparapi-native
A framework for executing native Java code on the GPU.
http://aparapi.com
Apache License 2.0
5
stars
6
forks
source link
Fix: local arrays handling 1D and ND, to cope with arrays resizing across kernel executions
#8
Closed
CoreRasurae
closed
6 years ago
CoreRasurae
commented
6 years ago
Fixes 1D local arrays being handled as if they were global arrays
Detection of 1D local arrays resizing across kernel executions
Fixes multiple executions of the same kernel having ND local arrays
Detection of ND local arrays resizing across kernel executions
CoreRasurae
commented
6 years ago
@freemo Fixed!
freemo
commented
6 years ago
@CoreRasurae Thanks merged