Ok, I've looked into SDL threads, thought about PThreads.<BR><BR>What reccomendations do people have for using threads and making it as portable as possible with C/C++.<BR><BR>I know I could do it in ...
AMD has announced hipThreads, a C++-style parallel processing library that allows C++ code written for processing on CPUs to be ported to run on AMD GPUs. With HIP Threads, you can move C++ threading ...