[all-commits] [llvm/llvm-project] 099bf2: [NVPTX] Add idp2a, idp4a intrinsics (#102763)

Alex MacLean via All-commits all-commits at lists.llvm.org
Wed Aug 14 13:31:38 PDT 2024


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 099bf20c3f8a9258b2d6cc39d0618fd45e6dfb4f
      https://github.com/llvm/llvm-project/commit/099bf20c3f8a9258b2d6cc39d0618fd45e6dfb4f
  Author: Alex MacLean <amaclean at nvidia.com>
  Date:   2024-08-14 (Wed, 14 Aug 2024)

  Changed paths:
    M llvm/docs/NVPTXUsage.rst
    M llvm/include/llvm/IR/IntrinsicsNVVM.td
    M llvm/lib/Target/NVPTX/NVPTXInstrInfo.td
    M llvm/lib/Target/NVPTX/NVPTXSubtarget.h
    A llvm/test/CodeGen/NVPTX/dot-product.ll

  Log Message:
  -----------
  [NVPTX] Add idp2a, idp4a intrinsics (#102763)

Add support for `llvm.nvvm.idp2a` and `llvm.nvvm.idp4a` which correspond
directly to `dp2a` and `dp4a` PTX instructions.



To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications


More information about the All-commits mailing list