|
|
|
|
|
by chc4
3800 days ago
|
|
It probably looks like APL. Data-oriented programming, with the only type being vectors/streams of data. Ideal parallelization to however many million CUDA cores just by distributing the workset into partitions. Really, its how GLSL and other shader languages work already, just hidden behind C-like syntax and lies. |
|