Used all of these three. I don’t want to even look at MS Visual C/C++ ecosystem.

  • Kale
    link
    fedilink
    English
    arrow-up
    4
    arrow-down
    1
    ·
    9 months ago

    I haven’t dealt with HPC in a while, but Intel C compiler against MKL libraries were fastest CPU, and Nvidia CUDA was slightly easier to develop than OpenCL for other cards. I’m not sure if the situation’s changed.

    For my current applications, I use NumPy compiled against Intel MKV installed as a binary. It works great.