AMD multi-core programming

后端 未结 1 1984
耶瑟儿~
耶瑟儿~ 2021-01-13 01:29

I want to start to write applications(C++) that will utilize the additional cores to execute portions of the code that have a need to perform lots of calculations and whose

1条回答
  •  被撕碎了的回忆
    2021-01-13 02:15

    OpenMP and TBB are both available also for AMD - it is also a compiler question. E.g. see linux TBB on AMD.
    I think the latest development on this end is to use the graphic card via CUDA or similar APIs- but this depends on the nature of your calculations. If it fits, it is faster than the CPU anyway.

    0 讨论(0)
提交回复
热议问题