ctuning / ck-mlperf

This repository is outdated! Join the open MLPerf workgroup to participate in the development of the next generation of automation workflows for MLPerf benchmarks:
https://bit.ly/mlperf-edu-wg
BSD 3-Clause "New" or "Revised" License
32 stars 23 forks source link

compiling TFLite 1.13 for android28-arm64 with Android NDK r18b fails #16

Closed gfursin closed 5 years ago

gfursin commented 5 years ago

I tried to build TFLite 1.13 for android28-arm64 with Android NDK r18b but it fails. I used the following commands:

$ ck detect soft:compiler.llvm.android.ndk --target_os=android28-arm64
$ ck install package --tags=lib,tflite,v1.13 --env.CK_HOST_CPU_NUMBER_OF_PROCESSORS=2 --target_os=android28-arm64

Here is the output: output.log

psyhtest commented 5 years ago

It's a duplicate of https://github.com/ctuning/ck-tensorflow/issues/106