ctuning / ck-request-asplos18-mobilenets-tvm-arm

CK workflow, portable packages and other artifacts for the ReQuEST-ASPLOS'18 submission:
http://cknowledge.org/request-cfp-asplos2018.html
Other
11 stars 1 forks source link

Starting CK conversion #1

Closed fvella closed 6 years ago

fvella commented 6 years ago

Requirements and Dependencies already provided by CK

Dataset

fvella commented 6 years ago

New soft entry for blas has been created. $ sudo apt-get install libblas*

cfe1e23a4472bb1d linux-32 32 BLAS library api-3 32bits,blas,blas,cblas,host-os-linux-32,lib,no-openblas,target-os-linux-32,v0,v0.3

fvella commented 6 years ago

mxnet

The installation via pip fails*. So install it via new package

ck install package:lib-incubator-mxnet

(*)


Could not find a version that satisfies the requirement mxnet==0.11.0 (from versions: )
No matching distribution found for mxnet==0.11.0
gfursin commented 6 years ago

Seems that there is no mxnet package for ARM available via pip ... That's why version 0.11.0 (or any other) fails ...

fvella commented 6 years ago

@gfursin I confirm that! There is not mxnet package for ARM.

gfursin commented 6 years ago

We can later add custom.py in this package, check ARM target and fail nicely, but I don't have time for that right now ...

fvella commented 6 years ago

How to install llvm via apt and detecting via CK. sudo apt-get install llvm-4.0 clang-4.0 ck detect soft:compiler.llvm

fvella commented 6 years ago

All the packages and programs have been converted into ck... I am writing the ReadMe. After the test, I will close the issue.