Skip to content

R1.15 #1

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 3 commits into
base: r1.15
Choose a base branch
from
Open
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
@@ -188,6 +188,7 @@ def _library_paths():
"lib/*-linux-gnu",
"lib/x64",
"extras/CUPTI/*",
"targets/x86_64-linux/include",
]


2 changes: 1 addition & 1 deletion third_party/mpi/mpi.bzl
Original file line number Diff line number Diff line change
@@ -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
1 change: 0 additions & 1 deletion third_party/nccl/build_defs.bzl.tpl
Original file line number Diff line number Diff line change
@@ -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,