Hi Zach, On 02/11/14 19:47, Zach Davis wrote: > I'm back with another question. I was attempting to compare and > contrast the advantages and/or disadvantages with the various backends > available. However, I seem to be encountering a runtime error with > clBLAS which I was hoping someone might be able to interpret and assist > with. I'm running PyFR v0.2.3. I've included the invocation and > corresponding stack trace for your review. Any input you might be able > to provide as to the root cause would be greatly appreciated.
I've not yet got around to enumerating the various clBLAS status codes. For the moment can you add "print status" before L59 of pyfr/backends/opencl/clblas.py: <https://github.com/vincentlab/PyFR/blob/develop/pyfr/backends/opencl/clblas.py#L59> which will output the (non-zero) return status. Then compare this value to those in the clblasStatus enumeration in clBLAS.h: <https://github.com/clMathLibraries/clBLAS/blob/master/src/clBLAS.h#L123> and we'll know what's wrong. Regards, Freddie. -- You received this message because you are subscribed to the Google Groups "PyFR Mailing List" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send an email to [email protected]. Visit this group at http://groups.google.com/group/pyfrmailinglist. For more options, visit https://groups.google.com/d/optout.
