From 44efd612f456a790275475bcb349bace1e045ef3 Mon Sep 17 00:00:00 2001 From: jichangjichang <40224768+jichangjichang@users.noreply.github.com> Date: Thu, 15 Aug 2024 02:40:22 +0800 Subject: [PATCH] update documentation of hipblaslt (#998) --- library/include/hipblaslt.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/library/include/hipblaslt.h b/library/include/hipblaslt.h index 946a62b23..681344be5 100644 --- a/library/include/hipblaslt.h +++ b/library/include/hipblaslt.h @@ -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]