Can I run CUDA on Intel's integrated graphics processor?

后端 未结 4 1826
挽巷
挽巷 2020-12-04 20:59

I have a very simple Toshiba Laptop with i3 processor. Also, I do not have any expensive graphics card. In the display settings, I see Intel(HD) Graphics as

4条回答
  •  隐瞒了意图╮
    2020-12-04 21:08

    Portland group have a commercial product called CUDA x86, it is hybrid compiler which creates CUDA C/ C++ code which can either run on GPU or use SIMD on CPU, this is done fully automated without any intervention for the developer. Hope this helps.

    Link: http://www.pgroup.com/products/pgiworkstation.htm

提交回复
热议问题