Closed ens-lg4 closed 5 years ago
It finally seems to work.
Whenever building an ArmNN package make sure to either require "release" or "dev" in the list of tags. Examples:
$ ck install package --tags=lib,armnn,neon,tflite,release
OR
$ ck install package --tags=lib,armnn,opencl,onnx,dev
Currently both
dev
branches of ArmCL and ArmNN live on a different server and have to be somehow synchronized when we build our packages (in each branch, 12 basic variations or ArmNN have to be correctly matched against 3 or 4 variations of ArmCL).My initial urge to represent
dev
as yet another variation seems to be a wrong one.dev
is more of a "version" than a "feature".