Andrei Zhabinski

Results 250 comments of Andrei Zhabinski

@dlfivefifty Just to make sure, do you get exactly the same error message as the original author (except for paths, of course)? If so, can you run CLBLAS tests (C...

I don't have access to MacOS right now so can't really check, but I guess there's a `test` directory somewhere near the `libclBLAS.dylib`. I'd start by changing directory to the...

It's a bit more tricky than that. At the top-level, clBLAS uses CMake to build its binaries. CMake handles platform-specific details and generates a Makefile, which is then used by...

Firs you need to run tests (`staging/test-correct` line from above or any other tests in the same directory). If they work, we will at least see that clBLAS works correctly...

But at least some tests passed without CL_INVALID_DEVICE. Can you try the trick with a custom `libclBLAS.dylib`?

Do you mean that you changed the `libCLBLAS` value in macro.jl, ran `Pkg.test("CLBLAS")` and it outputted the same error as before? If so, I'm running out of ideas, so you'll...

Are you on the master branch? Because on master, there's nothing on line 44 that your error message points to.

Try running the following lines one by one and post the output: ``` import BinDeps BinDeps.debug("CLBLAS") Pkg.build("CLBLAS") ``` Also, can you download [binaries](https://github.com/clMathLibraries/clBLAS/releases/download/v2.12/clBLAS-2.12.0-Windows-x64.zip) and build them manually? Right now it's...

I see one error coming from a Yota bug that is already fixed on `main`, but I can't immediately understand the others, especially related to the arity of functions, e.g.:...

I managed to fix a few cases, but the amount of errors only grows, and I don't understand the code base here well enough to understand what exactly is expected....