https://github.com/Acim-Maravic updated
https://github.com/llvm/llvm-project/pull/135631
>From df4b39ea8558dcf18a0e6c2947c5f33eb356e77f Mon Sep 17 00:00:00 2001
From: Acim Maravic
Date: Mon, 14 Apr 2025 16:29:11 +0200
Subject: [PATCH] [LLVM] Add intrinsics for v_cvt_pk_norm_{i16,u16}_f16
Added
Acim-Maravic wrote:
> Check code formatting job is failing in a weird way. I can't work out what
> the issue is.
I have checked locally, and it seems that the whole AMDGPURegisterBankInfo.cpp
is not clang-formatted... But my change did not introduce any new formatting
issues... How should I p
https://github.com/Acim-Maravic created
https://github.com/llvm/llvm-project/pull/135631
Added builtin and intrinsic for v_cvt_pk_norm_i16_f16 and v_cvt_pk_norm_u16_f16
>From 86976f24c00ae6471c95edf21e4d55b35682 Mon Sep 17 00:00:00 2001
From: Acim Maravic
Date: Mon, 14 Apr 2025 16:29:11 +0
https://github.com/Acim-Maravic closed
https://github.com/llvm/llvm-project/pull/124616
___
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
@@ -699,7 +699,8 @@ def DS_PERMUTE_B32 : DS_1A1D_PERMUTE <"ds_permute_b32",
int_amdgcn_ds_permute>;
def DS_BPERMUTE_B32 : DS_1A1D_PERMUTE <"ds_bpermute_b32",
int_amdgcn_ds_bpermute>;
-def DS_BPERMUTE
@@ -504,6 +504,8 @@ TARGET_BUILTIN(__builtin_amdgcn_global_load_tr_b128_v4i16,
"V4sV4s*1", "nc", "gf
TARGET_BUILTIN(__builtin_amdgcn_global_load_tr_b128_v4f16, "V4hV4h*1", "nc",
"gfx12-insts,wavefrontsize64")
TARGET_BUILTIN(__builtin_amdgcn_global_load_tr_b128_v4bf16, "V4yV4y*
https://github.com/Acim-Maravic updated
https://github.com/llvm/llvm-project/pull/124616
>From c9c461bf868e5f874dc0881d007e88dae7a83d43 Mon Sep 17 00:00:00 2001
From: Acim Maravic
Date: Tue, 28 Jan 2025 20:42:28 +0100
Subject: [PATCH] [LLVM][AMDGPU] Add Intrinsic and Builtin for
ds_bpermute_fi
https://github.com/Acim-Maravic created
https://github.com/llvm/llvm-project/pull/124616
None
>From dea0bd7a2cb5f67599257a7d6ae6d0bb0e8804ab Mon Sep 17 00:00:00 2001
From: Acim Maravic
Date: Mon, 27 Jan 2025 19:26:03 +0100
Subject: [PATCH] [LLVM][AMDGPU] Add Intrinsic and Builtin for
ds_bperm