Open GoogleCodeExporter opened 9 years ago
I forgot to mention that I am using JDK 1.8u20.
Original comment by gaetan.e...@gmail.com
on 26 Nov 2014 at 8:34
I have the same problem like you.
Aparapi ignores the put of an array.
But I think, if I say
kernel.get(returnArray)
inArray=returnArray; //Swap the arrays
kernel.put(inArray);
Aparapi compare the Array ID and this is the same, so maybe the Set that used
inside, ignores this array, because it’s “already” inside.
If I copy the ReturnArray or create a new one, its works fine, but now the
MemoryManagement is useless because I need JavaCopy.
Original comment by oliver.h...@gmail.com
on 4 Feb 2015 at 1:42
Original issue reported on code.google.com by
gaetan.e...@gmail.com
on 11 Sep 2014 at 3:15Attachments: