Adding missing dependencies to BUILD.bazel (#84235)

Build fix after (#84007).
This commit is contained in:
mmilanifard 2024-03-06 13:18:13 -08:00 committed by GitHub
parent c3acbf6bb0
commit 1ed15cd5de
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -6187,6 +6187,9 @@ cc_library(
":NVVMToLLVMIRTranslation",
":TargetLLVM",
":ToLLVMIRTranslation",
"@cuda//:cuda_headers",
"@cuda//:cusparse_static",
"@cuda//:libcuda",
":config",
"//llvm:NVPTXCodeGen",
"//llvm:Support",