-
Notifications
You must be signed in to change notification settings - Fork 166
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. For more information on logging please see logging.rst.
See 6.Contributing for guidelines on contributing to rocBLAS.
For information on handle, device and stream management please see handle_stream_device.rst.
TRSM has division, and the triangle matrices may be ill-conditioned. For more information see 9.Numerical stability in TRSM.