llvm / llvm-project

The LLVM Project is a collection of modular and reusable compiler and toolchain technologies.
http://llvm.org
Other
27.95k stars 11.53k forks source link

[mlir][spirv] Some op examples in ODS got out of sync #64272

Open kuhar opened 1 year ago

kuhar commented 1 year ago

For example spirv.MemoryBarrier has the following syntax:

spirv.MemoryBarrier <Device>, <Acquire|UniformMemory>

but looks like the following in the ODS example:

spirv.MemoryBarrier "Device", "Acquire|UniformMemory"

This issue covers any SPIRV dialect ops whose examples got out of sync.

llvmbot commented 1 year ago

@llvm/issue-subscribers-mlir-spirv