Remove fmt
11.0.2 patch
#695
Labels
tech debt
debt Internal clean up and improvements to reduce maintenance and technical debt in general
fmt
11.0.2 patch
#695
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):
rapids-cmake/rapids-cmake/cpm/versions.json
Lines 30 to 35 in 3815fab
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:
The text was updated successfully, but these errors were encountered: