Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions third_party/gpus/find_cuda_config.py
Original file line number Diff line number Diff line change
Expand Up @@ -188,6 +188,7 @@ def _library_paths():
"lib/*-linux-gnu",
"lib/x64",
"extras/CUPTI/*",
"targets/x86_64-linux/include",
]


Expand Down
2 changes: 1 addition & 1 deletion third_party/mpi/mpi.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
#based on the configuration options return one or the other

def mpi_hdr():
MPI_LIB_IS_OPENMPI = True
MPI_LIB_IS_OPENMPI = False
hdrs = []
if MPI_LIB_IS_OPENMPI:
hdrs = ["mpi.h", "mpi_portable_platform.h"] #When using OpenMPI
Expand Down
1 change: 0 additions & 1 deletion third_party/nccl/build_defs.bzl.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,6 @@ def _device_link_impl(ctx):
"--cmdline=--compile-only",
"--link",
"--compress-all",
"--bin2c-path=%s" % bin2c.dirname,
"--create=%s" % tmp_fatbin.path,
"--embedded-fatbin=%s" % fatbin_h.path,
] + images,
Expand Down