Open haesleinhuepf opened 4 years ago
THANK YOU for testing this!
- Making the device name configurable would be great. Ideally it should be configurable in the UI. I'm undecided: What's the best place to do such Settings in ImageJ / Labkit?
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?
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