I have RTX2060 Nvidia graphic card which has tensor cores on it. I want to run my codel utilizing tensor cores and cuda cores in a mixed way.The idea is to have a part of the code executed by tensor cores and another part by the cuda cores, in order to get a performance speedup.
My question is: is possible to do something like that or I'm a dreamer. Thanks in advance