[all-commits] [llvm/llvm-project] c13ebb: Fix bug in gpu.memcpy lowering for dynamically sha...

Arnab Dutta via All-commits all-commits at lists.llvm.org
Mon Mar 3 00:23:31 PST 2025


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: c13ebb527961e96e96ec1913dbbbcc6782512e18
      https://github.com/llvm/llvm-project/commit/c13ebb527961e96e96ec1913dbbbcc6782512e18
  Author: Arnab Dutta <85476402+arnab-polymage at users.noreply.github.com>
  Date:   2025-03-03 (Mon, 03 Mar 2025)

  Changed paths:
    M mlir/lib/Conversion/GPUCommon/GPUToLLVMConversion.cpp
    M mlir/test/Conversion/GPUCommon/lower-memcpy-to-gpu-runtime-calls.mlir

  Log Message:
  -----------
  Fix bug in gpu.memcpy lowering for dynamically shaped operands. (#128820)

Compute the number of elements to be copied by multiplying dim sizes
along all the dimensions.



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