There is nothing fundamentally different about what goes on, bare metal, on a GPU, it’s just built to run certain kinds of operations much more efficiently, a lot more small operations in parallel. But you can have CPU run the same processes, it’ll just take much longer. Hell, with effort you can get a GPU to do what a CPU does. Would it take some seriously complex porting and weird black magic fuckery? Yah. would it be a massively inefficient, slow and difficult way to do it? Without a fucking doubt. Memory and storage are a non issue so long as you can get a signal out and attach a external storage medium, it’ll just slow things down, but with enough time and power…
There is nothing fundamentally different about what goes on, bare metal, on a GPU, it’s just built to run certain kinds of operations much more efficiently, a lot more small operations in parallel. But you can have CPU run the same processes, it’ll just take much longer. Hell, with effort you can get a GPU to do what a CPU does. Would it take some seriously complex porting and weird black magic fuckery? Yah. would it be a massively inefficient, slow and difficult way to do it? Without a fucking doubt. Memory and storage are a non issue so long as you can get a signal out and attach a external storage medium, it’ll just slow things down, but with enough time and power…
it is possible