Anton Lokhmotov

Results 273 comments of Anton Lokhmotov

Same on Amazon Linux 2.

@mlosab3 - Many thanks for bringing this topic to our attention! You are right - thanks to the community effort led by @naibaf7, Caffe1 does support OpenCL. And we do...

@bwasti Any plans to support the [ARM Compute Library](https://github.com/arm-software/computelibrary)? For example, there's such a [project](https://github.com/OAID/caffeOnACL) for Caffe1. And [apparently](https://www.youtube.com/watch?v=xwESWqdJt_Y&feature=youtu.be&t=20m33s) for TensorFlow.

@pietern Would you like any help and contributions? We have many years of experience with optimising applications for server, mobile and embedded OpenCL accelerators (especially for the market-dominant [ARM Mali](http://malideveloper.arm.com/downloads/GPU_Pro_5/GronqvistLokhmotov_white_paper.pdf)...

@Yangqing @bwasti @pietern Guys, are you open to contributions, or should the OpenCL community be content with contributing to [Caffe1](https://github.com/bvlc/caffe/tree/opencl)?

@haolongzhangm Apologies, I've only just read your message here. Which OpenCL math library do you use with Caffe? ViennaCL and clBLAS are not optimised for Mobile. CLBlast can be tuned...

@Yangqing Any plans to support OpenCL in Caffe2?

Reproduced on the NVIDIA TX1 with [Collective Knowledge](http://cknowledge.org): ``` $ sudo pip install ck $ ck pull repo:ck-math $ ck install package:lib-mace-0.8.1 ... ERROR: /home/anton/CK_TOOLS/lib-mace-0.8.1-linux-64/src/mace/codegen/BUILD:22:1: no such target '@local_opencl_kernel_encrypt//:gen/encrypt_opencl_kernel': target...

Just to note that it fails rather differently on the Firefly-RK3399: ``` ERROR: /home/anton/CK_TOOLS/lib-mace-0.8.1-linux-64/src/mace/core/BUILD:20:1: C++ compilation of rule '//mace/core:core' failed (Exit 1): gcc failed: error executing command (cd /home/anton/.cache/bazel/_bazel_anton/3e103c6c68c2e878009d1b22f99877a1/execroot/mace &&...

@nolanliou Thanks. Please check out @Chunosov's patches which fix some missing headers: https://github.com/ctuning/ck-math/tree/master/package/lib-mace-cpu-0.8.1/patch.linux I think @Chunosov has also hit the `__builtin_snprintf` issue also on a desktop machine, so you shouldn't...