home.social

#adaptivecpp — Public Fediverse posts

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

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

  2. / 2020 / ++ / Is starting to look pretty nice. I’m not sure if there is a story for mobile devices and older devices. It seems that OpenCL 1.2 isn’t enough for SYCL 2020, but unsure. Also not sure how Vulcan fits in here. It’s also unclear how it scales to smaller kernels and data. The API looks like kernel/buffer/queue. Not sure if you can queue up many kernels or if they can be pipelined.

    How does the new IR that llvm is using fit in here? So many questions.

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