[all-commits] [llvm/llvm-project] 9cd47a: [mlir] add verifiers for NVVM and ROCDL kernel att...
ftynse via All-commits
all-commits at lists.llvm.org
Tue Feb 16 09:07:15 PST 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 9cd47a26d593985ad2b36857cb9fcbc7659ffde8
https://github.com/llvm/llvm-project/commit/9cd47a26d593985ad2b36857cb9fcbc7659ffde8
Author: Alex Zinenko <zinenko at google.com>
Date: 2021-02-16 (Tue, 16 Feb 2021)
Changed paths:
M mlir/include/mlir/Dialect/LLVMIR/NVVMOps.td
M mlir/include/mlir/Dialect/LLVMIR/ROCDLOps.td
M mlir/lib/Dialect/LLVMIR/IR/NVVMDialect.cpp
M mlir/lib/Dialect/LLVMIR/IR/ROCDLDialect.cpp
M mlir/lib/Target/LLVMIR/Dialect/NVVM/NVVMToLLVMIRTranslation.cpp
M mlir/lib/Target/LLVMIR/Dialect/ROCDL/ROCDLToLLVMIRTranslation.cpp
M mlir/test/Dialect/LLVMIR/nvvm.mlir
M mlir/test/Dialect/LLVMIR/rocdl.mlir
Log Message:
-----------
[mlir] add verifiers for NVVM and ROCDL kernel attributes
Make sure they can only be attached to LLVM functions as a result of converting
GPU functions to the LLVM Dialect.
More information about the All-commits
mailing list