ytgui / temp

0 stars 0 forks source link

MLIR #61

Open ytgui opened 5 years ago

ytgui commented 5 years ago

https://github.com/tensorflow/mlir

https://github.com/bosskwei/temp/issues/29 https://github.com/bosskwei/temp/issues/31 https://github.com/bosskwei/temp/issues/35

2020.01 now mlir become part of llvm, reopen this issue

ytgui commented 5 years ago

Overview

// Compute the inner dimension of %A using the dim operation. %n = dim %A, 1 : tensor<100x?xf32>

// Allocate addressable "buffers" and copy tensors %A and %B into them. %A_m = alloc(%n) : memref<100x?xf32> tensor_store %A to %A_m : memref<100x?xf32>

ytgui commented 5 years ago

No time and interest on this project, so close it.

ytgui commented 4 years ago

mlir.llvm.org

arxiv.org/abs/2002.11054