|
|
|
|
|
by pjc50
3698 days ago
|
|
Communication between the part of the program that runs on the CPU and the part that runs on the GPU is typeless and requires manually marshalling arguments. Javascript programmers will shrug at this, but for people used to strong type checking and better automarshalling of RPC it's very disappointing. |
|
It's a useful exercise in understanding why such a thing wasn't done.