search for: looplikeinterfac

Displaying 7 results from an estimated 7 matches for "looplikeinterfac".

Did you mean: looplikeinterface
2020 Jan 13
2
Attempt to build MLIR.
...;> In file included from >> /home/sourabh/mirror-upstream/mlir/include/mlir/Dialect/AffineOps/AffineOps.h:22:0, >> from >> /home/sourabh/mirror-upstream/mlir/lib/Analysis/AffineAnalysis.cpp:17: >> /home/sourabh/mirror-upstream/mlir/include/mlir/Transforms/LoopLikeInterface.h:22:10: >> fatal error: mlir/Transforms/LoopLikeInterface.h.inc: No such file or >> directory >> #include "mlir/Transforms/LoopLikeInterface.h.inc" >> ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ >> >> Am I missing something? -- some pre-requi...
2019 Dec 24
2
Attempt to build MLIR.
...obj.MLIRAnalysis.dir/AffineAnalysis.cpp.o In file included from /home/sourabh/mirror-upstream/mlir/include/mlir/Dialect/AffineOps/AffineOps.h:22:0, from /home/sourabh/mirror-upstream/mlir/lib/Analysis/AffineAnalysis.cpp:17: /home/sourabh/mirror-upstream/mlir/include/mlir/Transforms/LoopLikeInterface.h:22:10: fatal error: mlir/Transforms/LoopLikeInterface.h.inc: No such file or directory #include "mlir/Transforms/LoopLikeInterface.h.inc" ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Am I missing something? -- some pre-requisites ? Thanks in anticipation! Sourabh. compilation...
2020 Feb 13
6
About OpenMP dialect in MLIR
...MLIR? It is not mentioned in the design as to how the various SSA values for various OpenMP clauses are passed around in OpenMP operations. D. Because of (A), (B) and (C), it would be beneficial to have an omp. parallel_do operation which has semantics similar to other loop structures (may not be LoopLikeInterface) in MLIR. To me, it looks like having OpenMP operations based on standard MLIR types and operations (scalars and memrefs mainly) is the right way to go. Why not have omp.parallel_do operation with AffineMap based bounds, so as to decouple it from Value/Type similar to affine.for? 1. With the cur...
2020 Feb 15
5
[flang-dev] About OpenMP dialect in MLIR
...structs and clauses > which was shared as mails to flang-dev and the RFC. As we make progress and > before implementation, we will share further details. > > it would be beneficial to have an omp.parallel_do operation which has > semantics similar to other loop structures (may not be LoopLikeInterface) > in MLIR. > > I am not against adding parallel_do if it can help with transformations or > reduce the complexity of lowering. Please share the details in discourse as > a reply to the RFC or a separate thread. > > it looks like having OpenMP operations based on standard MLIR...
2020 Feb 17
3
[flang-dev] About OpenMP dialect in MLIR
...as shared as mails to flang-dev and the RFC. As we make progress and >>> before implementation, we will share further details. >>> >>> it would be beneficial to have an omp.parallel_do operation which has >>> semantics similar to other loop structures (may not be LoopLikeInterface) >>> in MLIR. >>> >>> I am not against adding parallel_do if it can help with transformations >>> or reduce the complexity of lowering. Please share the details in discourse >>> as a reply to the RFC or a separate thread. >>> >>> it lo...
2020 Feb 18
2
[flang-dev] About OpenMP dialect in MLIR
...and the RFC. As we make >>>>> progress and before implementation, we will share further details. >>>>> >>>>> it would be beneficial to have an omp.parallel_do operation which has >>>>> semantics similar to other loop structures (may not be LoopLikeInterface) >>>>> in MLIR. >>>>> >>>>> I am not against adding parallel_do if it can help with >>>>> transformations or reduce the complexity of lowering. Please share the >>>>> details in discourse as a reply to the RFC or a separate...
2020 Feb 14
4
About OpenMP dialect in MLIR
...gt; > SSA values for various OpenMP clauses are passed around in OpenMP > > operations. > > > > D. Because of (A), (B) and (C), it would be beneficial to have an omp. > > parallel_do operation which has semantics similar to other loop > structures > > (may not be LoopLikeInterface) in MLIR. To me, it looks like having > OpenMP > > operations based on standard MLIR types and operations (scalars and > memrefs > > mainly) is the right way to go. > > > > Why not have omp.parallel_do operation with AffineMap based bounds, so as > > to decouple...