Closed lacker closed 3 years ago
Okay, I believe the error here is due to https://github.com/cupy/cupy/issues/4875 . This is a problem in at least version 8.6 of cupy which is currently the most recent release. I managed to get the tests running when I used cudatoolkit 11.0 and the cupy beta release wheel version cupy-cuda110==9.0.0b3
. So for anyone who runs into this in the future, I recommend those as a working combination.
Glad you figured this out! (That one-line change looks pretty innocuous, but with disastrous effect)
When attempting to run
find_et_serial
I get an NVRTC compilation error:Maybe there is a dependency I am missing, or a particular cupy version?