Syncleus / aparapi

The New Official Aparapi: a framework for executing native Java and Scala code on the GPU.

Home Page:http://aparapi.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

[Bounty $20] Codegen fails on singular boolean values

freemo opened this issue · comments

when a kernel has a variable that is a singular boolean that is used it fails in GPU mode. Works fine for arrays of boolean and other singular variables such as int. This issue is exposed by the following unit test:

https://github.com/Syncleus/aparapi/blob/master/src/test/java/com/aparapi/runtime/UseBooleanTest.java