1>F:\GitHub\chrono\src\chrono_dem/cuda/ChDem_SMC.cuh(237): error : 
namespace "cub" has no member "Inequality"
1>      Block_Discontinuity(temp_storage_disc).FlagHeads(head_flags, 
SDsTouched, cub::Inequality());
1>                                                                         
           ^
1>
1>1 error detected in the compilation of 
"F:/GitHub/chrono/src/chrono_dem/cuda/ChDem_SMC_trimesh.cu".
1>ChDem_SMC_trimesh.cu



*The above errors appeared when compiling dem_module.*

"In Chrono::DEM's dem_module there are still uses of the old CUB APIs (CUDA 
10/11), such as cub::Inequality. After CUDA 12/13, CUB was merged into the 
CUDA C++ Core Libraries (CCCL) and many tag-type comparators were removed, 
e.g. cub::Inequality, cub::Equality, cub::Less, cub::Greater, etc."

"I'm using CUDA( version 13.1).Should this part be updated?"

-- 
You received this message because you are subscribed to the Google Groups 
"ProjectChrono" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To view this discussion visit 
https://groups.google.com/d/msgid/projectchrono/9106777c-fb96-4865-9bc7-d46498339ed6n%40googlegroups.com.

Reply via email to