[all-commits] [llvm/llvm-project] 6f1e23: [MLIR][Bufferization] Choose default memory space ...
Kunwar Grover via All-commits
all-commits at lists.llvm.org
Fri Apr 12 09:10:07 PDT 2024
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 6f1e23b47d428d792866993ed26f4173d479d43d
https://github.com/llvm/llvm-project/commit/6f1e23b47d428d792866993ed26f4173d479d43d
Author: Kunwar Grover <groverkss at gmail.com>
Date: 2024-04-12 (Fri, 12 Apr 2024)
Changed paths:
M mlir/lib/Dialect/Bufferization/IR/BufferizableOpInterface.cpp
M mlir/test/Dialect/Bufferization/Transforms/tensor-copy-insertion.mlir
M mlir/test/Dialect/SparseTensor/sparse_sddmm.mlir
Log Message:
-----------
[MLIR][Bufferization] Choose default memory space in tensor copy insertion (#88500)
Tensor copy insertion currently uses memory_space = 0 when creating a
tensor copy using alloc_tensor. This memory space should instead be the
default memory space provided in bufferization options.
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