I mean by useless is it’s so slow you can’t make games or even big projects for GUI, only you can do is AI/ML, Data Science, and basic stuff. I think Rust is better because of its speed and language capabilities?

  • socsa@piefed.social
    link
    fedilink
    English
    arrow-up
    5
    ·
    1 day ago

    PyTorch in particular is literally just a dispatching front end for CUDA anyway. It’s actually an incredibly powerful tool for GPGPU development, and you will struggle to make faster GPU DSP by hand.

    People making these arguments are just incredibly out of date. You can basically use python to trace super optimized GPU compute kernels and then drop them into whatever language you want via torchscript, onnx, trt, whatever.