-
Notifications
You must be signed in to change notification settings - Fork 78
Home
Andrew Chapman edited this page Oct 27, 2017
·
31 revisions
- For instructions to build rocblas library and clients, see Build hipBLAS libraries and verification code.
- For instructions on how to run/use the client code, see Build hipBLAS libraries, verification-code, tests and benchmarks.
hipBLAS exports the following BLAS-like functions at this time.
hipBLAS is a marshalling library, so it runs with either rocBLAS or cuBLAS configured as the backend BLAS library, chosen at cmake configure time.
There are a few library unit tests failing with cuBLAS; we believe these failures are benign and can be ignored. Our unit tests are testing with negative strides and edge cases which are handled differently between the two libraries, and our unit tests don't account for these differences yet. These errors will be resolved in an upcoming release.
Build hipblas