home.social

#kokkos — Public Fediverse posts

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

  1. I'm learning #kokkos via the (kokkos-tutorial)[github.com/kokkos/kokkos-tutor] repo on GitHub, and first module gave me an idea of a meme to actually best describe what Kokkos is for, so enjoy :
    #gpu #hpc #opensource #kokkos #tutorial #code #cuda #sycl

  2. I'm learning #kokkos via the (kokkos-tutorial)[github.com/kokkos/kokkos-tutor] repo on GitHub, and first module gave me an idea of a meme to actually best describe what Kokkos is for, so enjoy :
    #gpu #hpc #opensource #kokkos #tutorial #code #cuda #sycl

  3. Working on my first project using the performance portability layer Kokkos. My first impression is mostly good, with the single big exception being their View type. Too many bells and whistles included, in my opinion, for high performance computing.

    Kokkos also supports C style dynamic allocation, but the docs suggest that Views may be more naturally mapped onto various hardware. Can anyone confirm this? It seems surprising to me that all the extra overhead of Views would outperform some malloc equivalent.

    Or do folks have any tips for a Kokkos newbie in general?

    #hpc #kokkos #computation

  4. New paper: Simulating Stellar Merger using HPX/Kokkos on A64FX on Supercomputer Fugaku

    Paper: lnkd.in/g4m_AW8z

    Preprint: lnkd.in/gcpGpNVb

    #hpc #a64fx #arm #hpx #kokkos

  5. Finally get to spend some time learning for parallelism and really excited to implement this in my project