Skip to content
Sam Wu edited this page Dec 15, 2023 · 43 revisions

Installing or building rocBLAS

To install rocblas, or build rocblas library and clients, please see the Linux Install Guide or the Windows Install Guide.

Functions

For information on rocBLAS functions, please see

Handle, device, and stream management

For information on handle, device and stream management please see Handle, Stream, and Device Management in rocBLAS.

Example code

For example code and Makefile using rocBLAS see Example.

Logging functions

You can set Environment variables that cause rocBLAS to output logging information for each rocBLAS call. Note that output is streamed to standard error, and logging should only be used for diagnostics as it will slow down the code. For more information on logging please see Logging in rocBLAS.

Contributing

For more information on contributing, please see Contributor's Guide.

Running client executables

For instructions on how to run/use the client code please see rocBLAS Benchmarking & Testing.