Machine Learning/PyTorch

Pytorch using oneAPI for Intel CPU

Physicist 2022. 8. 16. 19:19

Intel은 CPU에 내장된 GPU 활용할수있는 OpenCL 을 지원하고 있음.

또한 최근 외장형 GPU ARC를 발표하였음.

 

Intel은 ALTERA FPGA 를 인수하고 OpenCL 이용하여 이기종간 호환되는 oneAPI 를 발표함

https://www.intel.com/content/www/us/en/developer/tools/oneapi/overview.html 

 

인텔 CPU+GPU를 활용할수있는  Deep Learning 관련 라이브러리인 oneDNN 발표함

https://github.com/oneapi-src/oneDNN 

 

oneDNN 로 개발한 백앤드를 통합한 Pytorch  를 발표함

https://www.intel.com/content/www/us/en/developer/articles/guide/getting-started-with-intel-optimization-of-pytorch.html  

https://www.intel.com/content/www/us/en/developer/articles/containers/pytorch-extension.html?wapkw=pytorch 

 

깃허브 브런치를 확인하면 Pytorch 1.10 부터 1.8 까지지원함

https://github.com/intel/intel-extension-for-pytorch  

https://intel.github.io/intel-extension-for-pytorch/latest/index.html   

 

최신 CPU지원하는 AVX512 지원은 업급되어 있지만 GPU 사용 언급이 없음?