[all-commits] [llvm/llvm-project] f1efac: Add verifier for gpu.alloc op
akshaybaviskar via All-commits
all-commits at lists.llvm.org
Tue Feb 15 02:43:31 PST 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: f1efac7f081365a937f289c6619adf213a5c58b3
https://github.com/llvm/llvm-project/commit/f1efac7f081365a937f289c6619adf213a5c58b3
Author: Akshay Baviskar <akshay at polymagelabs.com>
Date: 2022-02-15 (Tue, 15 Feb 2022)
Changed paths:
M mlir/include/mlir/Dialect/GPU/GPUOps.td
M mlir/lib/Dialect/GPU/IR/GPUDialect.cpp
M mlir/test/Dialect/GPU/invalid.mlir
Log Message:
-----------
Add verifier for gpu.alloc op
Add verifier for gpu.alloc op to verify if the dimension operand counts
and symbol operand counts are same as their memref counterparts.
Differential Revision: https://reviews.llvm.org/D117427
More information about the All-commits
mailing list