-
Notifications
You must be signed in to change notification settings - Fork 170
Home
To build rocblas library and clients, please see install.rst.
For example code and Makefile using rocBLAS see 2.Example.
For instructions on how to run/use the client code please see clients.rst.
rocBLAS exports the functions listed in 4.Exported 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.
See 6.Contributing for guidelines on contributing to rocBLAS.
For information on Device and Stream management, see the section 8.Device and stream management.
TRSM has division, and the triangle matrices may be ill-conditioned. For more information see 9.Numerical stability in TRSM.