Hi, I’m using an RTX5060Ti, which forces me to use Pytorch Nightly.
I successfully compiled the latest xformers from the main branch, but when I try to run
“memory_efficient_attention“, I get the following error:
NotImplementedError: … requires device with capability <= (9. 0) but your GPU has capability (12, 0) (too new)
Does xformers not support the new sm_120(RTX 50-series) architecture yet?Thanks!