We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5001581 commit 44efd61Copy full SHA for 44efd61
library/include/hipblaslt.h
@@ -346,7 +346,7 @@ hipblasStatus_t hipblasLtGetArchName(char** archName);
346
* opaque structure holding the hipBLASLt library context. It allocates light
347
* hardware resources on the host and device, and must be called prior to making
348
* any other hipBLASLt library calls. The hipBLASLt library context is tied to
349
- * the current CUDA device. To use the library on multiple devices, one
+ * the current ROCm device. To use the library on multiple devices, one
350
* hipBLASLt handle should be created for each device.
351
*
352
* @param[out]
0 commit comments