You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
/localscratch/dgl-1/graphbolt/../third_party/cccl/cub/cub/agent/agent_three_way_partition.cuh(78): error: name followed by "::" must be a class or namespace name
/localscratch/dgl-1/graphbolt/../third_party/cccl/cub/cub/agent/agent_three_way_partition.cuh(78): error: expected an identifier
/localscratch/dgl-1/graphbolt/../third_party/cccl/cub/cub/agent/agent_three_way_partition.cuh(78): error: expected a ">"
/localscratch/dgl-1/graphbolt/../third_party/cccl/cub/cub/agent/agent_three_way_partition.cuh(78): error: expected a ";"
4 errors detected in the compilation of "/localscratch/dgl-1/graphbolt/src/cuda/index_select_impl.cu".
How to Reproduce
We have a compilation error when upgrading from the old thrust repo to the new CCCL repo 2.2.x release. dmlc/dgl#6166
Expected behavior
There should be no compilation error due to upgrading to CCCL.
Reproduction link
No response
Operating System
No response
nvidia-smi output
No response
NVCC version
(base) root@a100cse:/localscratch/dgl-1/build# nvcc --version
nvcc: NVIDIA (R) Cuda compiler driver
Copyright (c) 2005-2022 NVIDIA Corporation
Built on Wed_Jun__8_16:49:14_PDT_2022
Cuda compilation tools, release 11.7, V11.7.99
Build cuda_11.7.r11.7/compiler.31442593_0
The text was updated successfully, but these errors were encountered:
Is this a duplicate?
Type of Bug
Compile-time Error
Component
CUB
Describe the bug
Simply including cub headers seems to cause a compilation error with CCCL branch/2.2.x. The error seems to originate from file: https://github.com/dmlc/dgl/blob/master/graphbolt/src/cuda/index_select_impl.cu
How to Reproduce
We have a compilation error when upgrading from the old thrust repo to the new CCCL repo 2.2.x release.
dmlc/dgl#6166
Expected behavior
There should be no compilation error due to upgrading to CCCL.
Reproduction link
No response
Operating System
No response
nvidia-smi output
No response
NVCC version
The text was updated successfully, but these errors were encountered: