[llvm-dev] LLVM GPU News Issue #12, May 21 2021

Jakub (Kuba) Kuderski via llvm-dev llvm-dev at lists.llvm.org
Fri May 21 09:10:37 PDT 2021


Hi folks,

The 12th issue of LLVM GPU News, a bi-weekly newsletter on all
the GPU things under the LLVM umbrella, is now available at:
<https://llvm-gpu-news.github.io/2021/05/21/issue-12.html>.

I also pasted the content below, in case you prefer to read in your email
client.

-Jakub

======================================================================

# LLVM GPU News Issue #12, May 21 2021
Authors: Jakub Kuderski, Lei Zhang

Welcome to LLVM GPU News, a bi-weekly newsletter on all the GPU things
under the LLVM umbrella.
This issue covers the period from April 30 to May 20 2021.

We welcome your feedback and suggestions. Let us know if we missed anything
interesting, or want us to bring attention to your (sub)project, revisions
under review, or proposals. Please see the bottom of the page for details
on how to submit suggestions and contribute.


## Industry News and Conference Talks

*  The X.Org Developers' Conference 2021 is now [accepting submissions and
is open for registration](
https://lists.freedesktop.org/archives/wayland-devel/2021-May/041828.html).
The conference will happen virtually on September 15-17. There is no
registration fee.
*  Portable Computing Language (PoCL) v1.7, a portable open-source OpenCL
implementation, [has been released](
https://lists.llvm.org/pipermail/llvm-dev/2021-May/150654.html). The new
release features Clang/LLVM 12.0 support and can execute SPIR-V binaries on
CPUs. The project is looking for people interested in taking the roles of
ARM and RISC-V CPU maintainers.
*  ROCm 4.2 [has been released](
https://github.com/RadeonOpenCompute/ROCm/blob/f7b3a38d4988d41247ded9d4fdb3a405e90cc089/AMD_ROCm_Release_Notes_v4.2.pdf).
The new HIP enhancements include target platform macros for AMD and Nvidia,
platform-specific include directories, and extended support for Stream
Memory Operations that enable direct synchronization between network nodes
and GPU.
*  Nvidia proposed a new Vulkan extension to allow application to import
CUDA binaries ([cubin ELF files](
https://docs.nvidia.com/cuda/cuda-binary-utilities/index.html#cuda-binary))
and execute them.


##  LLVM and Clang

### Discussions

*  Reshabh Kumar Sharma revived the RFC on [implementing the sanitizer
runtimes for heterogeneous devices](
https://lists.llvm.org/pipermail/llvm-dev/2021-May/150490.html). The idea
is to isolate the changes using a new macro, e.g., `SANITIZER_AMDGPU`.
Reshabh is requesting feedback on this idea. There are no replies as of
writing.

### Commits

*  NVPTX intrinsics for CUDA's [`redux.sync`](
https://reviews.llvm.org/D100124) and [`cp.async`](
https://reviews.llvm.org/D100394) were added as Clang target builtins.
*  A few optimization passes got [disabled when compiling for AMDGPU with
`-O1`](https://reviews.llvm.org/D101414) to reduce compilation times.
*  AMDGPU [support for architected flat scratch](
https://llvm.org/docs/AMDGPUUsage.html#processors): readonly flat scratch
register initialized by the SPI.
*  New [AMDGPU gfx1034 target](https://reviews.llvm.org/D102306) was added
to Clang/LLVM. The [list of AMDGPU processors](
https://llvm.org/docs/AMDGPUUsage.html#processors) lists gfx1034 as an
unreleased discrete RDNA2 GPU.


## MLIR

### Discussions

### Commits

*  warp synchronous matrix-multiply accumulate ops [landed](
https://reviews.llvm.org/D95330) in the GPU dialect.
*  `spv.BranchConditional`’s (de)serialization is properly [implemented](
https://reviews.llvm.org/D101602) now.
*  More progress on supporting graphics in SPIR-V: `spv.ImageQuerySize` is
[defined](https://reviews.llvm.org/D102029) now.
*  A few corner cases in vector/std to SPIR-V conversion are addressed.


## OpenMP (Target Offloading)

### Discussions

*  Jon Chesterfield proposed Johannes Doerfert as the [code owner for
OpenMP offloading](
https://lists.llvm.org/pipermail/llvm-dev/2021-May/150602.html). All
replies are in favor so far.

### Commits

*  `unified_shared_memory` is now [supported for Pascal-generation Nvidia
GPUs](https://reviews.llvm.org/D101595).


## External Compilers

### LLPC

*  A new ELF disassembler, `lgcdis`, [has been added](
https://github.com/GPUOpen-Drivers/llpc/pull/1241). The disassembler can be
used either through a standalone tool or as a library, potentially
replacing existing non-LLVM-based ELF dumpers. Compared to `llvm-objdump`,
the new disassembler can decode [PAL](https://github.com/GPUOpen-Drivers/pal)
metadata.

### Mesa


-- 
Jakub Kuderski
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20210521/5e90dba6/attachment.html>


More information about the llvm-dev mailing list