Skip to content
Ruban Kumar edited this page Jun 8, 2022 · 43 revisions

Installing or building rocBLAS

To install rocblas, or build rocblas library and clients, please see Getting Started Guide for Linux.

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.

Clone this wiki locally