Author

Topic: The lack of Intel OneAPI use among mining softwares (Read 54 times)

newbie
Activity: 10
Merit: 1
https://www.intel.com/content/www/us/en/developer/tools/oneapi/overview.html
https://www.intel.com/content/www/us/en/developer/tools/oneapi/dpc-compatibility-tool.html
https://devcloud.intel.com/oneapi/get_started/baseToolkitSamples/prod-category.html

Intel OneAPI is a recent API (2020) for loop parallelization similar as CUDA but since CUDA only work for NVIDIA products, Intel OneAPI is for Intel products (CPU and GPU).

And since Intel Arc GPU will come real soon, it's a need to port the actual mining software with OneAPI asap.

That's one of the reason why I decided to understand how to make one but using OneAPI, else I do hope that actual mining programmers think about implementing OneAPI in their code since the learning of mining algo programming is a linux difficulty grade Grin

Actually OneAPI use OpenCL specification.
Jump to: