Skip to content
Andrew Chapman edited this page Nov 11, 2020 · 43 revisions

Installing or building rocBLAS

To install rocblas, or build rocblas library and clients, please see install.rst.

Example code

For example code and Makefile using rocBLAS see 2.Example.

Running client executables

For instructions on how to run/use the client code please see clients.rst.

Functions

For information on rocBLAS functions, please see User Guide.

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.rst.

Contributing

For more information on contributing, please see contributing.rst.

Handle, device, and stream management

For information on handle, device and stream management please see handle_stream_device.rst.

Clone this wiki locally