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.
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