ROCm / HIP-CPU

An implementation of HIP that works on CPUs, across OSes.
MIT License
112 stars 19 forks source link

Newer TBB variants incompatible with libstdc++ 9 and 10 #21

Open AlexVlx opened 3 years ago

AlexVlx commented 3 years ago

See: https://software.intel.com/content/www/us/en/develop/articles/intel-oneapi-threading-building-blocks-release-notes.html. We need to keep this on the radar and work around it (it's already breaking in MacOS with latest brew-ed TBB).

lanwatch commented 3 years ago

I had to downgrade my TBB to get around this issue a while back