dividiti / ck-caffe

Collective Knowledge workflow for Caffe to automate installation across diverse platforms and to collaboratively evaluate and optimize Caffe-based workloads across diverse hardware, software and data sets (compilers, libraries, tools, models, inputs):
http://cKnowledge.org
BSD 3-Clause "New" or "Revised" License
193 stars 40 forks source link

switch to official opencl branch #58

Closed DVEfremov closed 7 years ago

DVEfremov commented 7 years ago

All my commits related to android support merged to https://github.com/BVLC/caffe/tree/opencl

so I've tested invariants linux/android CPU/GPU all works fine. Details:

ck run program:caffe-time-opencl --target_os=android21-arm-v7a

ck compile program:caffe-time-opencl-cpu --target_os=android21-arm-v7a ck run program:caffe-time-opencl-cpu --target_os=android21-arm-v7a

DVEfremov commented 7 years ago

done