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.
2 parents 83eb3ad + 858d8c3 commit c791418Copy full SHA for c791418
third_party/cudnn/local/BUILD
@@ -26,7 +26,7 @@ cc_import(
26
name = "cudnn_lib",
27
shared_library = select({
28
":aarch64_linux": "lib/aarch64-linux-gnu/libcudnn.so",
29
- ":windows": glob(["bin/cudnn64_*.dll"])[0],
+ ":windows": "bin/cudnn64_7.dll", #Need to configure specific version for windows
30
"//conditions:default": "lib/x86_64-linux-gnu/libcudnn.so",
31
}),
32
visibility = ["//visibility:private"],
third_party/tensorrt/local/BUILD
@@ -72,7 +72,6 @@ cc_import(
72
73
cc_library(
74
name = "nvinfer",
75
- srcs = select({ ":windows": [ "lib/nvinfer.lib" ] }),
76
deps = [
77
"nvinfer_headers",
78
"nvinfer_lib",
0 commit comments