Good day,
I am currently running windows with OpenCL kernels across CPU(2990WX) and AMD GPU with C++17.
As AMD stopped support for OpenCL on CPU how can I adapt my tool-chain to still leverage the CPU in a multiprocessing environment?
What is the preferred way to write multiprocessing code for the Ryzen architecture on Windows?
What is the preferred way to write multiprocessing code for the GPU architecture on Windows?
Thank you.