movienet / movienet-tools

Tools for movie and video research
http://movienet.github.io
271 stars 31 forks source link

Not compatible with nvidia3090+cuda11.0 #13

Open starsholic opened 3 years ago

starsholic commented 3 years ago

Hi, I am trying to compile movienet-tools with CUDA support. Unfortunately this fails with the message:

nvcc fatal : Unsupported gpu architecture 'compute_86'

ycxioooong commented 3 years ago

Hi @starsholic, this issue is raised because current operations did not support your GPU and CUDA. I'm planing a major revision on these operations in order to catch up with new devices.

starsholic commented 3 years ago

Looking forward to the revision.