|
|
|
|
|
by GregarianChild
1056 days ago
|
|
Can you point me to papers with reproducible benchmarking that achieves big speedups on those? Modern GPUs are GP-GPUs: where GP means "general purpose": you can run any code on GPGPUs. But if you want to gain real speed-ups you will have to program in an
awkward style ("data parallel"). I am not aware of GPU acceleration of the work-horses of symbolic AI, such as Prolog, or SMT solving. There has been a lot of work on running SAT-solvers on GPUs, but I don't think this has really succeeded so far. |
|
I'm not saying symbolic AI has been GPU accelerated in the past, but that non-deep ML has been.