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

kernel.cu(25): error: class "node_t" has no member "element" #4

Open
mathfirst opened this issue Sep 10, 2023 · 1 comment
Open

kernel.cu(25): error: class "node_t" has no member "element" #4

mathfirst opened this issue Sep 10, 2023 · 1 comment

Comments

@mathfirst
Copy link

kernel.cu(25): error: class "node_t" has no member "element"
detected during:
instantiation of "auto node_kernel_t::operator()(const X &, const X &) const [with X=node_t]"
graphdot/graphdot/cpp/marginalized_kernel.h(227): here
instantiation of "void graphdot::marginalized::labeled_compact_block_dynsched_pcg::compute(NodeKernel, EdgeKernel, Graph, Graph, graphdot::marginalized::labeled_compact_block_dynsched_pcg::scratch_t, char *, float, float, __nv_bool, float) [with Graph=graph_t, NodeKernel=node_kernel_t, EdgeKernel=edge_kernel_t]"
(182): here

kernel.cu(25): error: class "node_t" has no member "element"
detected during:
instantiation of "auto node_kernel_t::operator()(const X &, const X &) const [with X=node_t]"
graphdot/graphdot/cpp/marginalized_kernel.h(227): here
instantiation of "void graphdot::marginalized::labeled_compact_block_dynsched_pcg::compute(NodeKernel, EdgeKernel, Graph, Graph, graphdot::marginalized::labeled_compact_block_dynsched_pcg::scratch_t, char *, float, float, __nv_bool, float) [with Graph=graph_t, NodeKernel=node_kernel_t, EdgeKernel=edge_kernel_t]"
(182): here

2 errors detected in the compilation of "kernel.cu".
]

@gihanpanapitiya
Copy link

@mathfirst I am having the same issue. Were you able to find a fix for this?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants