The AMDGPU dialect provides wrappers around AMD-specific functionality and LLVM intrinsics. These wrappers should be used in conjunction with more generic dialects, such as gpu and vector, when generating LLVM IR that will eventually be executed on AMD hardware. Operations amdgpu.dpp (amdgpu::DPPOp) amdgpu.ext_packed_fp8 (amdgpu::ExtPackedFp8Op) amdgpu.fat_raw_buffer_cast (amdgpu::FatRawBufferCastOp) amdgpu.gather_to_lds (amdgpu::GatherToLDSOp) amdgpu.lds_barrier (amdgpu::LDSBarrierOp) amdgpu...