Andrei Zhabinski

Results 300 comments of Andrei Zhabinski

It's in `Compat`, so it should work fine on Julia 0.5. Please checkout master branch before testing or modifying anything.

Some updates on this. I've fixed one issue related to building clFFT itself in `travis-fix-branch`, but a couple of tests - namely "Plan" and "Example FFT Single" - take long...

Agree. I'll clean up my experiments and merge partial fix for tests tomorrow and tag a new version just after that.

@juliohm FYI: PR for a new tag is created (see JuliaLang/METADATA.jl#5853), once it's merged, new version will be available for installation.

Currently all high-level functions in CLBLAS add task to a queue and return corresponding event. However, in tests we immediately call `cl.wait()`, so there's always only one task in the...

Got it. I think I'll have some spare time later this week to debug it.

For convenience of debugging, here's a short test calling `clBLAS` directly without all CLBLAS.jl's wrappers: ``` import OpenCL: CLArray, CL_float const cl = OpenCL import CLBLAS: CL_float2 const libCLBLAS =...

I'm not really familiar with `lldb` (or `gdb`), do I understand it correctly that just after ccalling `clblasCscal` value of input parameter `numEventsInWaitList` is equal 4103052928?

Sounds unpleasant, but reasonable. I'll add corresponding note to the README.

`StrPack` seems to be quite outdated (lots of deprecation warnings), but worth trying anyway. I will check in the next couple of days, thanks for the tip.