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]