[all-commits] [llvm/llvm-project] aad53e: [mlir][openacc] Add verifier for dataOperands on c...
Valentin Clement (バレンタイン クレメン) via All-commits
all-commits at lists.llvm.org
Mon May 8 09:37:44 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: aad53e3b26103bf2525264264e07b0427403fb49
https://github.com/llvm/llvm-project/commit/aad53e3b26103bf2525264264e07b0427403fb49
Author: Valentin Clement <clementval at gmail.com>
Date: 2023-05-08 (Mon, 08 May 2023)
Changed paths:
M mlir/include/mlir/Dialect/OpenACC/OpenACCOps.td
M mlir/lib/Dialect/OpenACC/IR/OpenACC.cpp
M mlir/test/Dialect/OpenACC/invalid.mlir
Log Message:
-----------
[mlir][openacc] Add verifier for dataOperands on compute operations
Data operands associated with acc.parallel, acc.serial and
acc.kernels should comes from acc data entry/exit operations
or acc.getdeviceptr.
Reviewed By: razvanlupusoru, jeanPerier
Differential Revision: https://reviews.llvm.org/D149994
More information about the All-commits
mailing list