[all-commits] [llvm/llvm-project] 78c497: [MLIR][Vector] Allow non-default memory spaces in ...

Quinn Dawkins via All-commits all-commits at lists.llvm.org
Thu Sep 28 16:20:45 PDT 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 78c49743c7fb2353b1ca56d56f9ffda7f47e4bae
      https://github.com/llvm/llvm-project/commit/78c49743c7fb2353b1ca56d56f9ffda7f47e4bae
  Author: Quinn Dawkins <quinn.dawkins at gmail.com>
  Date:   2023-09-28 (Thu, 28 Sep 2023)

  Changed paths:
    M mlir/lib/Conversion/VectorToLLVM/ConvertVectorToLLVM.cpp
    M mlir/test/Conversion/VectorToLLVM/vector-to-llvm.mlir

  Log Message:
  -----------
  [MLIR][Vector] Allow non-default memory spaces in gather/scatter lowerings (#67500)

GPU targets can gather on non-default address spaces (e.g. global), so
this removes the check for the default memory space.




More information about the All-commits mailing list