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

Configurator can't find devices #118

Closed freemo closed 6 years ago

freemo commented 6 years ago

So merged in all of @CoreRasurae 's configurator code and ran the unit tests but got the following exception. So the release will be held off until we fix this.

[ERROR] configuratorCallbackTest(com.aparapi.runtime.OpenCLDeviceConfiguratorTest)  Time elapsed: 0.017 s  <<< FAILURE!
java.lang.AssertionError: Number of configured devices should be > 0
    at com.aparapi.runtime.OpenCLDeviceConfiguratorTest.configuratorCallbackTest(OpenCLDeviceConfiguratorTest.java:77)
CoreRasurae commented 6 years ago

@freemo Its ready for merging, from my side

freemo commented 6 years ago

@CoreRasurae resolved, thabks