#adaptivecpp — Public Fediverse posts
Live and recent posts from across the Fediverse tagged #adaptivecpp, aggregated by home.social.
-
My latest paper from IWOCL'25 is now available. Here's one of #AdaptiveCpp's secrets revealed which explains why it often manages to outperform vendor compilers: https://dl.acm.org/doi/full/10.1145/3731125.3731127
-
Like C++ standard parallelism offload? #AdaptiveCpp substantially outperforms NVIDIA HPC SDK's nvc++ in C++ PSTL offloading for the LULESH app on A100. Perhaps this a good moment to reconsider your use of vendor compilers 😉 (Also, the same AdaptiveCpp binary runs runs on AMD/Intel hw too!)
-
For a while (and still AFAIK) you needed to build clang from source to get #OpenMP working on MacOS.
Remember running into that with #AdaptiveCPP+#Spack