Jeffrey Phillips Freeman
Jeffrey Phillips Freeman
This is quite odd as it does run for me on the latest on macOS... At least i think so. Let me try replicating this again my memory might be...
> Could you create the aparapi-jni 1.4.2 branch and update the pom for aparapi? > Thanks a lot! I've been working on that the past few days actually. Trying to...
I wrote a unit test which demonstrates this bug here: https://github.com/Syncleus/aparapi/blob/master/src/test/java/com/aparapi/runtime/ReturnInstantiatedArrayDirectlyTest.java
@CC007 I have included this in the list of tickets I'll be adding a bounty to as well. Let me know if you have any interest in taking it up.
@CC007 do you think our recent implementation of barriers satisfies this ticket?
_From @SubaruWRC on February 17, 2016 12:53_ Hmm, so it's not declaring the variable as a long. Does this also occur if you declare the value as a double? Sent...
_From @ericcaspole on February 17, 2016 13:13_ I think you must be building the Aparapi code slightly differently, in the first case that works you have symbols, and in the...
_From @jjfumero on February 17, 2016 15:19_ Hi @ericcaspole, with javac -g, it works! The kernel is correct (same version as the first one). I have other kernels running such...
_From @grfrost on February 17, 2016 15:31_ It looks like a bug trying to determine the scope of the var. I have a workaround which I think will work. Replace...
_From @grfrost on February 17, 2016 15:34_ Eric is correct. When we have local var info (-g) we can use this table to confirm the scope of vars. Without this...