-
Notifications
You must be signed in to change notification settings - Fork 961
Description
Describe the bug
cudf-25.06.00/cpp/src/io/fst/dispatch_dfa.cuh(395): error: namespace "cub::detail" has no member "AliasTemporaries"
error = cub::detail::AliasTemporaries(
Steps/Code to reproduce bug
cmake -B build -S cpp \
-DCMAKE_BUILD_TYPE=Release \
-DCMAKE_INSTALL_PREFIX=/usr \
-DCUDA_WARNINGS_AS_ERRORS=OFF \
-DBUILD_TESTS=OFF \
-DCUDF_BUILD_TESTUTIL=OFF \
-DCUDF_BUILD_STREAMS_TEST_UTIL=OFF \
-G Ninja
cmake --build build
Expected behavior
no error
Environment overview (please complete the following information)
-- The C compiler identification is GNU 14.2.1
-- The CXX compiler identification is GNU 14.2.1
-- The CUDA compiler identification is NVIDIA 12.8.93 with host compiler GNU 13.3.1
-- Detecting C compiler ABI info - done
-- Check for working C compiler: /usr/bin/cc - skipped
-- Detecting C compile features - done
-- Detecting CXX compiler ABI info - done
-- Check for working CXX compiler: /usr/bin/c++ - skipped
-- Detecting CXX compile features - done
-- Detecting CUDA compiler ABI info - done
-- Check for working CUDA compiler: /opt/cuda/bin/nvcc - skipped
-- Detecting CUDA compile features - done
-- Found CUDAToolkit: /opt/cuda/targets/x86_64-linux/include (found version "12.8.93")
-- Performing Test CMAKE_HAVE_LIBC_PTHREAD - Success
-- Found Threads: TRUE
-- Found ZLIB: /usr/lib/libz.so (found version "1.3.1")
-- CPM: Using local package [email protected]
-- CPM: Adding package [email protected] (jitify2)