Cuda Tool Kit Cub Error

I am working on the gardenia benchmark:GitHub - chenxuhao/gardenia: GARDENIA: Graph Analytics Repository for Designing Efficient Next-generation Accelerators, and I think I have a problem with CUB library,
I get an erorr,when run the command
nvcc -O3 -w -I…/…/include -I …/…/cub -c bitset.cu,

/usr/local/cuda/bin/…/targets/x86_64-linux/include/cub/agent/agent_batch_memcpy.cuh(779): error: expected an identifier
constexpr uint32_t (256 / 32) = BLOCK_THREADS / (1 << (5));
^

1 error detected in the compilation of “bitset.cu”.
make: *** [Makefile:13: bitset.o] Error 2

I use latest cuda tool kit version 12.2 and latest nvidia driver.