ClearVolume / clearvolume

ClearVolume is a real-time live 3D visualization library designed for high-end volumetric microscopes such as SPIM and DLSM microscopes. With ClearVolume you can see live on your screen the stacks acquired by your microscope instead of waiting for offline post-processing to give you an intuitive and comprehensive view on your data.
http://clearvolume.github.io
GNU Lesser General Public License v3.0
43 stars 11 forks source link

OpenCL renderer depends on CUDA through CudaException #37

Closed skalarproduktraum closed 7 years ago

skalarproduktraum commented 8 years ago

For some reason, in OpenCLVolumeRenderer.renderVolume, there's a try clause that checks for a CudaException (https://github.com/ClearVolume/ClearVolume/blob/master/src/java/clearvolume/renderer/opencl/OpenCLVolumeRenderer.java#L310) - was probably forgotten there for some reason.

royerloic commented 8 years ago

oups… Yes, no good reason to be there… :-)

On 25 Oct 2015, at 12:14, Ulrik Guenther notifications@github.com wrote:

For some reason, in OpenCLVolumeRenderer.renderVolume, there's a try clause that checks for a CudaException (https://github.com/ClearVolume/ClearVolume/blob/master/src/java/clearvolume/renderer/opencl/OpenCLVolumeRenderer.java#L310 https://github.com/ClearVolume/ClearVolume/blob/master/src/java/clearvolume/renderer/opencl/OpenCLVolumeRenderer.java#L310) - was probably forgotten there for some reason.

— Reply to this email directly or view it on GitHub https://github.com/ClearVolume/ClearVolume/issues/37.

Dr. Loïc Alain Royer

Post-Doc - Myers Lab Max Planck Institute of Molecular Cell Biology and Genetics Pfotenhauerstr. 108 01307 Dresden

Too short? Here's why: http://emailcharter.org/

skalarproduktraum commented 7 years ago

This is tentatively fixed with #50

skalarproduktraum commented 7 years ago

Fixed now.