Files
clang-p2996/llvm/test/CodeGen/SPIRV/extensions/SPV_INTEL_subgroups
Viktoria Maximova 9514a7784e [SPIR-V] [NFC] Verify cl_intel_subgroup_local_block_io extension in SPIR-V BE (#118796)
This OpenCL extension extends the subgroup block read and write
functions defined by `cl_intel_subgroups` (and its `char`, `short`, and
`long` versions) to support reading from and writing to pointers to the`
__local` memory address space in addition to pointers to the `__global`
memory address space.

The builtins are translated to SPIR-V using `SPV_INTEL_subgroups`
extension.
2024-12-09 07:09:09 +01:00
..