Skip to content
Snippets Groups Projects
CMakeLists.txt 430 B
Newer Older
Ahmat's avatar
Ahmat committed
add_buddy_ops_benchmark(depthwise-conv-2d-nhwc-hwc-benchmark
  MLIR DepthwiseConv2DNhwcHwc.mlir
  BITCODE depthwise-conv-2d-nhwc-hwc.o
  LIBRARY DepthwiseConv2DNhwcHwc
  OPTIONS
    -convert-linalg-to-loops 
zhanghb97's avatar
zhanghb97 committed
    -convert-scf-to-cf 
Ahmat's avatar
Ahmat committed
    -convert-linalg-to-llvm 
    -lower-affine 
    --convert-memref-to-llvm 
    -convert-func-to-llvm='emit-c-wrappers=1' 
Ahmat's avatar
Ahmat committed
    -reconcile-unrealized-casts
  SOURCE Main.cpp MLIROptBenchmark.cpp