Open jameslamb opened 2 months ago
RAPIDS updated to fmt 11.0.2 in #689. To do that, rapids-cmake project took on a patch to suppress warnings from nvcc about a bit of code in fmt being unreachable.
fmt
rapids-cmake
nvcc
references:
That patch should be removed and fixes upstreamed to the appropriate places (e.g. RAPIDS code, fmt, nvcc).
First, try to reproduce the error. That could probably be done like this (haven't re-tested as of this writing):
cudf
build-all
raft
Try to narrow down:
Submit fixes that'd allow the fmt patch in rapids-cmake to be removed.
Would also help with these:
Description
RAPIDS updated to
fmt
11.0.2 in #689. To do that,rapids-cmake
project took on a patch to suppress warnings fromnvcc
about a bit of code infmt
being unreachable.references:
That patch should be removed and fixes upstreamed to the appropriate places (e.g. RAPIDS code,
fmt
,nvcc
).Benefits of this work
Acceptance Criteria
Approach
First, try to reproduce the error. That could probably be done like this (haven't re-tested as of this writing):
cudf
's CMake at itbuild-all
in thecudf
pip devcontainerraft
C++ conda builds:Try to narrow down:
cudf
")Submit fixes that'd allow the
fmt
patch inrapids-cmake
to be removed.Notes
Would also help with these: