Bug#877316: clblas: Crashes on single-precision-only hardware, due to double-precision literals

2017-11-19 Thread harish k
On Wed, 4 Oct 2017 04:06:18 +0100 Ghislain Vaillant wrote: > Hi Rebecca, > > On Sat, 30 Sep 2017 14:47:03 +0100 "Rebecca N. Palmer" > wrote: > > Package: libclblas2 > > Version: 2.12-1 > > Control: tags -1 upstream > > Control: affects -1

Bug#877316: clblas: Crashes on single-precision-only hardware, due to double-precision literals

2017-10-04 Thread Rebecca N. Palmer
I intend to file this upstream after investigating further (with a patch if I can); the main purpose of this Debian bug is to explain why I can't fully test the theano package I recently pushed. -- debian-science-maintainers mailing list debian-science-maintainers@lists.alioth.debian.org

Bug#877316: clblas: Crashes on single-precision-only hardware, due to double-precision literals

2017-10-03 Thread Ghislain Vaillant
Hi Rebecca, On Sat, 30 Sep 2017 14:47:03 +0100 "Rebecca N. Palmer" wrote: Package: libclblas2 Version: 2.12-1 Control: tags -1 upstream Control: affects -1 beignet-opencl-icd Some clblas operations use '0.0' (a double-precision literal) not '0.0f' (a

Bug#877316: clblas: Crashes on single-precision-only hardware, due to double-precision literals

2017-09-30 Thread Rebecca N. Palmer
Package: libclblas2 Version: 2.12-1 Control: tags -1 upstream Control: affects -1 beignet-opencl-icd Some clblas operations use '0.0' (a double-precision literal) not '0.0f' (a single-precision literal) even when processing single-precision arrays. This causes it to crash on GPUs that don't