PyTorch no longer supports this GPU because it is too old.

Since compiling from source is a bit of a headache, and I have a GPU with
a cuda capability of 5.0:

Does that message mean that Pytorch doesn’t support my GPU from 0.3.1 (which is the first version which print this warning AFAIK),or that it won’t support it going forward? (which is what deprecation usually mean)

Also,what kind of operations should I expect NOT to work?
Any reasonable way for me to tell when an unsupported operation was executed?