-
Notifications
You must be signed in to change notification settings - Fork 6
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Compatibility with Intel GPUs #3
Comments
THANK YOU for testing this!
|
Does Labkit have its own config dialog? It would fit there, right? Next to the "Use GPU" checkbox ;-) |
No Labkit doesn't have a config dialog yet. Is there an "ImageJ / scijava way" for config dialogs? |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi @maarzt ,
I'm just testing on Windows 10 / Intel UHD 620 and found some issues in this benchmark:
https://github.com/maarzt/imglib2-trainable-segmentation/blob/clij-benchmark/src/test/java/net/imglib2/trainable_segmention/performance/GpuCpuComparisonBenchmark.java
It crashes on my GPU with this error:
When removing the
__write_only
and__read_only
from here execution of the benchmark hangs here for quite some time (minutes):Edit: It's not "hanging" - it just takes a minute or so before it continues...
Note, I had to make the OPENCL_DEVICE_NAME configurable in order to test this. It might make sense to make this available to end users as well:
https://github.com/haesleinhuepf/imglib2-trainable-segmentation/commit/d32ab1af07d0bd48ab9bcac28736f55231b3f91a
Let me know if I can help with further infos.
Cheers,
Robert
The text was updated successfully, but these errors were encountered: