Syncleus / aparapi

The New Official Aparapi: a framework for executing native Java and Scala code on the GPU.
http://aparapi.com
Apache License 2.0
466 stars 59 forks source link

Test fails when loading an external kernel though @Resource #89

Closed freemo closed 6 years ago

freemo commented 6 years ago

The following unit test fails (currently set to ignore) and exemplifies this issue: https://github.com/Syncleus/aparapi/blob/master/src/test/java/com/aparapi/runtime/LoadClTest.java

The specific error it produces is:

LoadClTest.test:50 » IllegalState kernel is null
freemo commented 6 years ago

This turned out to be a bug in the test itself not the core project