[PATCH] D101435: [OpenMP][MLIR]Add support for guided, auto and runtime scheduling

Mats Petersson via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed May 5 04:27:30 PDT 2021


Leporacanthicus updated this revision to Diff 342993.
Leporacanthicus added a comment.

Adding MLIR to LLVM-IR tests. The tests are very basic, just checking that
the correct runtime functions are called.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D101435/new/

https://reviews.llvm.org/D101435

Files:
  llvm/include/llvm/Frontend/OpenMP/OMPConstants.h
  llvm/include/llvm/Frontend/OpenMP/OMPIRBuilder.h
  llvm/lib/Frontend/OpenMP/OMPIRBuilder.cpp
  llvm/unittests/Frontend/OpenMPIRBuilderTest.cpp
  mlir/lib/Target/LLVMIR/Dialect/OpenMP/OpenMPToLLVMIRTranslation.cpp
  mlir/test/Target/LLVMIR/openmp-llvm.mlir

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D101435.342993.patch
Type: text/x-patch
Size: 11223 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20210505/615e712e/attachment.bin>


More information about the llvm-commits mailing list