Skip to content

Commit

Permalink
update documentation of hipblaslt (#998)
Browse files Browse the repository at this point in the history
  • Loading branch information
jichangjichang authored Aug 14, 2024
1 parent 5001581 commit 44efd61
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion library/include/hipblaslt.h
Original file line number Diff line number Diff line change
Expand Up @@ -346,7 +346,7 @@ hipblasStatus_t hipblasLtGetArchName(char** archName);
* opaque structure holding the hipBLASLt library context. It allocates light
* hardware resources on the host and device, and must be called prior to making
* any other hipBLASLt library calls. The hipBLASLt library context is tied to
* the current CUDA device. To use the library on multiple devices, one
* the current ROCm device. To use the library on multiple devices, one
* hipBLASLt handle should be created for each device.
*
* @param[out]
Expand Down

0 comments on commit 44efd61

Please sign in to comment.