-
Notifications
You must be signed in to change notification settings - Fork 1
Description
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".
]