[all-commits] [llvm/llvm-project] 2b664d: [mlir][python bindings] turn on openmp
Maksim Levental via All-commits
all-commits at lists.llvm.org
Wed Aug 23 16:17:27 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 2b664d678dcd6b23eda992b45d009788e34ea8f1
https://github.com/llvm/llvm-project/commit/2b664d678dcd6b23eda992b45d009788e34ea8f1
Author: max <maksim.levental at gmail.com>
Date: 2023-08-23 (Wed, 23 Aug 2023)
Changed paths:
A mlir/include/mlir-c/Dialect/OpenMP.h
M mlir/lib/CAPI/Dialect/CMakeLists.txt
A mlir/lib/CAPI/Dialect/OpenMP.cpp
M mlir/python/CMakeLists.txt
A mlir/python/mlir/dialects/OpenMPOps.td
A mlir/python/mlir/dialects/openmp.py
A mlir/test/python/dialects/openmp_ops.py
Log Message:
-----------
[mlir][python bindings] turn on openmp
Just as in https://reviews.llvm.org/D157820, dialect registration is independent of any vendor specific libs having been linked/built/etc.
Reviewed By: rkayaith
Differential Revision: https://reviews.llvm.org/D158670
More information about the All-commits
mailing list