rapidsai / cugraph

cuGraph - RAPIDS Graph Analytics Library
https://docs.rapids.ai/api/cugraph/stable/
Apache License 2.0
1.76k stars 304 forks source link

Fix debug build failure #4774

Open seunghwak opened 3 days ago

seunghwak commented 3 days ago

cugraph is no longer dependent on cugraph_ops and no longer pulls files from the cugrpahops repo. But we have two assert statements still assuming cugrpahops files are available. These assert statements are compiled only in the debug mode. This PR fixes build errors due to these assert statements in the debug build.

Closes #4763

ChuckHastings commented 21 hours ago

/merge