search for: dma_start

Displaying 2 results from an estimated 2 matches for "dma_start".

2019 Jul 28
2
[RFC] A new multidimensional array indexing intrinsic
...th value and buffer semantics (e.g. load <https://github.com/tensorflow/mlir/blob/master/g3doc/LangRef.md#load-operation>, store <https://github.com/tensorflow/mlir/blob/master/g3doc/LangRef.md#store-operation>, and DMA <https://github.com/tensorflow/mlir/blob/master/g3doc/LangRef.md#dma_start-operation> operations). It is specifically focused on solving these sorts of problems, and is the current proposed direction for the flang compiler IR <https://github.com/flang-compiler/f18/blob/master/documentation/Investigating-FIR-as-an-MLIR-dialect.md> (as well as a bunch of HPC appli...
2019 Jul 24
6
[RFC] A new multidimensional array indexing intrinsic
Hi all, On Wed, 24 Jul 2019 at 16:14, Michael Kruse via llvm-dev <llvm-dev at lists.llvm.org> wrote: > Mmmh, looks like Tim Northover is actively working on typeless/opaque > pointers, e.g. https://reviews.llvm.org/D64203 Yep, I'm spending as much time as I can on the project. I think there's not really much chance that it'll be required in this cycle (i.e. when we fork