This patch introduces the OpenACC dialect with three operation defined
parallel, data and loop operations with custom parsing and printing.
OpenACC dialect RFC can be find here: https://llvm.discourse.group/t/rfc-openacc-dialect/546/2
Differential D84268
[mlir][openacc] Introduce OpenACC dialect with parallel, data, loop operations clementval on Jul 21 2020, 1:25 PM. Authored by
Details This patch introduces the OpenACC dialect with three operation defined OpenACC dialect RFC can be find here: https://llvm.discourse.group/t/rfc-openacc-dialect/546/2
Diff Detail
Event Timeline
Comment Actions Add some "clauses" to parallel op and loop op
Comment Actions Update region for parallel, loop and data op
Comment Actions Address review comments
Comment Actions LGTM(at least the part I reviewed). But it would be good to wait for @kiranchandramohan and IIRC @ftynse has contributed a lot in GPU dialect. So it would be nice to have there views/thoughts also. Comment Actions Sure will wait on their review. It's the first bits of the dialect so there is no problem to wait some more.
Comment Actions This looks ready. A few nit comments.
|
clang-tidy: warning: header guard does not follow preferred style [llvm-header-guard]
not useful