Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Make libcu++ matrix green #108

Closed
Tracked by #102
jrhemstad opened this issue Jun 21, 2023 · 4 comments · Fixed by #116
Closed
Tracked by #102

Make libcu++ matrix green #108

jrhemstad opened this issue Jun 21, 2023 · 4 comments · Fixed by #116
Assignees

Comments

@jrhemstad
Copy link
Collaborator

No description provided.

@gevtushenko
Copy link
Collaborator

@miscco the CUB build against ctk 11.1 / gcc 7 is broken and I think it's mainly due to libcu++:

include/cuda/std/detail/libcxx/include/__functional/binary_function.h(37): error #738: a class-qualified name is required

@miscco
Copy link
Collaborator

miscco commented Jun 22, 2023

thanks, @senior-zero I have merged a fix ;)

@gevtushenko
Copy link
Collaborator

@miscco another CUB failure that seems to be caused by libcu++ (CTK 11.1/ llvm 9):

include/cuda/std/detail/libcxx/include/__type_traits/../__type_traits/common_type.h(115): here
            [ 172 instantiation contexts not shown ]
            instantiation of class "cuda::std::__4::common_type<_Tp, _Up> [with _Tp=cuda::std::__4::__decay_t<long long>, _Up=cuda::std::__4::__decay_t<long long>]" 
/__w/cccl/cccl/libcudacxx/lib/cmake/libcudacxx/../../../include/cuda/std/detail/libcxx/include/__type_traits/../__type_traits/common_type.h(114): here
            instantiation of class "cuda::std::__4::common_type<_Tp, _Up> [with _Tp=long long, _Up=long long]" 
/__w/cccl/cccl/libcudacxx/lib/cmake/libcudacxx/../../../include/cuda/std/detail/libcxx/include/chrono(912): here
            instantiation of class "cuda::std::__4::common_type<cuda::std::__4::chrono::duration<_Rep1, _Period1>, cuda::std::__4::chrono::duration<_Rep2, _Period2>> [with _Rep1=long long, _Period1=cuda::std::__4::nano, _Rep2=long long, _Period2=cuda::std::__4::nano]" 
/__w/cccl/cccl/libcudacxx/lib/cmake/libcudacxx/../../../include/cuda/std/detail/libcxx/include/__type_traits/../__type_traits/common_type.h(107): here
            instantiation of class "cuda::std::__4::common_type<_Tp> [with _Tp=cuda::std::__4::chrono::duration<long long, cuda::std::__4::nano>]" 
/__w/cccl/cccl/libcudacxx/lib/cmake/libcudacxx/../../../include/cuda/std/detail/libcxx/include/chrono(1140): here
            instantiation of class "cuda::std::__4::chrono::duration<_Rep, _Period> [with _Rep=long long, _Period=cuda::std::__4::nano]" 
/__w/cccl/cccl/libcudacxx/lib/cmake/libcudacxx/../../../include/cuda/std/detail/libcxx/include/chrono(1613): here

@miscco miscco linked a pull request Jun 28, 2023 that will close this issue
@miscco
Copy link
Collaborator

miscco commented Jul 3, 2023

We are green

@miscco miscco closed this as completed Jul 3, 2023
alliepiper added a commit to alliepiper/cccl that referenced this issue Mar 28, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Archived in project
Development

Successfully merging a pull request may close this issue.

3 participants