sniklaus / pytorch-pwc

a reimplementation of PWC-Net in PyTorch that matches the official Caffe version
GNU General Public License v3.0
608 stars 122 forks source link

Deprecation of cupy.cuda.compile_with_cache() in cupy 13.0 #67

Closed KeWang0622 closed 4 months ago

KeWang0622 commented 4 months ago

Hi Simon, Thanks for putting up this repo, very helpful! One little thing, the cupy.cuda.compile_with_cache() function is deprecated/removed from cupy 13.0 (released early this year). It causes an error in the correlation function. Any simple fix? I guess we can always go back to cupy 12.x to get around with it. Thanks!

sniklaus commented 4 months ago

Thank you for bringing this up! I thought I fixed this in 997f42d21912592463014dce56731b56c39abc64 roughly two days ago, are you using the newest version?

KeWang0622 commented 4 months ago

Oh! wonderful, I tried it last week I guess with the previous version, and I think we should be good with this fix! Thank you!

sniklaus commented 4 months ago

I'll close this issue for now then, please reopen it should you still have this issue - thanks!