You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, it is possible to ask NVRTC to compile code for an architecture it does not recognize, when it should really be falling back to the default minimum architecture value of 75.
This appears to be due to the following code that sets the runtime.default_ptx_arch to the lowest value of architectures on the system without checking that each architecture is supported by NVRTC.