home.social

#adaptivecpp — Public Fediverse posts

Live and recent posts from across the Fediverse tagged #adaptivecpp, aggregated by home.social.

fetched live
  1. 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: dl.acm.org/doi/full/10.1145/37

  2. Managed to get an #Intel Arc A750 #gpu running on #risc_v using #OpenCL, #SYCL, and #AdaptiveCpp. Software PR's submitted for review.

    #hpc #supercomputing

    @risc_v

  3. 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!)

  4. 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