[all-commits] [llvm/llvm-project] 3c46de: [MLIR] Fix 0-dimensional case of conversion of vec...
Benoit Jacob via All-commits
all-commits at lists.llvm.org
Thu Feb 20 16:43:55 PST 2025
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 3c46debe6b0143932d1fc3ac0d566c7f159f364d
https://github.com/llvm/llvm-project/commit/3c46debe6b0143932d1fc3ac0d566c7f159f364d
Author: Benoit Jacob <jacob.benoit.1 at gmail.com>
Date: 2025-02-20 (Thu, 20 Feb 2025)
Changed paths:
M mlir/lib/Conversion/GPUCommon/GPUOpsLowering.cpp
M mlir/test/Conversion/MathToROCDL/math-to-rocdl.mlir
Log Message:
-----------
[MLIR] Fix 0-dimensional case of conversion of vector ops to GPU (#128075)
This is a follow-up to #127844. That PR got vectors of arbitrary rank
working, but I hadn't thought about the rank-0 case.
Signed-off-by: Benoit Jacob <jacob.benoit.1 at gmail.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