Am seeing the following warning on CI
tests/test_explicit_comms.py::test_dataframe_shuffle[True-tcp-cudf-1] cub/detail/detect_cuda_runtime.cuh(39): warning: cuda_runtime_api.h: [jitify] File not found
../util_type.cuh(42): warning: cuda.h: [jitify] File not found
cupy_jitify_exercise(10): warning: cooperative_groups.h: [jitify] File not found
cupy_jitify_exercise(11): warning: cooperative_groups/memcpy_async.h: [jitify] File not found
PASSED
It looks like this may be related to how CuPy uses CUB. Though it could easily be something else
Note: The test does pass. However the warning looks odd. Like something is misconfigured