Skip to content

Commit 1bf21ef

Browse files
authored
fix: typo of full component name for cupti (#402)
1 parent 33cdf5b commit 1bf21ef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cuda/private/templates/registry.bzl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ FULL_COMPONENT_NAME = {
2828
"cublas": "libcublas",
2929
"cufft": "libcufft",
3030
"cufile": "libcufile",
31-
"cupti": "libcupti",
31+
"cupti": "cuda_cupti",
3232
"curand": "libcurand",
3333
"cusolver": "libcusolver",
3434
"cusparse": "libcusparse",

0 commit comments

Comments
 (0)