Open moderate-leon opened 10 months ago
This (from DCNv4 import ext)function is missing when I want to use it without compiling. Can DCNv4 be used without compilation?
This (from DCNv4 import ext)function is missing when I want to use it without compiling. Can DCNv4 be used without compilation?
The DCNv4 op involves our own CUDA implementation, so it should be compiled.
Can DCNv4 support torch=2.0 ?
It should support torch w/ 2.0+ as well.
Can DCNv4 support torch=2.0 ?
It should support torch w/ 2.0+ as well.
Thank you very much and I have successfully compiled DCNv4 with torch 2.0.
This (from DCNv4 import ext)function is missing when I want to use it without compiling. Can DCNv4 be used without compilation?
The DCNv4 op involves our own CUDA implementation, so it should be compiled.
OK, thanks for you answer.
Can DCNv4 support torch=2.0 ?