[all-commits] [llvm/llvm-project] 1c8e5e: [mlir][gpu] Fix breaking constructor from GPUSubgr...

Stanley Winata via All-commits all-commits at lists.llvm.org
Fri Apr 25 20:25:28 PDT 2025


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 1c8e5e223fdbb7ce2752d9c30b72519b37376d8c
      https://github.com/llvm/llvm-project/commit/1c8e5e223fdbb7ce2752d9c30b72519b37376d8c
  Author: Stanley Winata <68087699+raikonenfnu at users.noreply.github.com>
  Date:   2025-04-25 (Fri, 25 Apr 2025)

  Changed paths:
    M mlir/lib/Conversion/GPUToROCDL/LowerGpuOpsToROCDLOps.cpp

  Log Message:
  -----------
  [mlir][gpu] Fix breaking constructor from GPUSubgroupSizeToROCDL (#137439)

This PR addressed a bug from llvm/llvm-project#137360. which was using
GPUSubgroupSizeToROCDL to patterns function that do not have a valid
constructor for it. This is causing compilation error below:

error: constructor inherited by 'GPUSubgroupSizeOpToROCDL' from base
class 'ConvertOpToLLVMPattern<mlir::gpu::SubgroupSizeOp>' is implicitly
deleted

Signed-off-by: Stanley Winata <stanley.winata at amd.com>



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