-
Notifications
You must be signed in to change notification settings - Fork 2.4k
Closed
Description
Hello,
I would like to use Isaac in OpenCL. After installing isaac and linking to libisaac.so, there is a link failure
undefined reference to `clblasSgemm'
From README
Link against libisaac.so instead of libcublas.so or libclblas.so, and you're good to go!
but grepping about the source file I can't find implementations of clBLAS.h functions. Isaac GEMM executes on my machine via the example bench/blas.cpp, but it is not clear in that example how an end user is supposed to use Isaac's GEMM (there are calls to function dot (?)).
So my question is : can I just link to libisaac.so and get sgemm working, or do I need to use a different API?
Thanks.
Metadata
Metadata
Assignees
Labels
No labels