amd / OpenCL-caffe

This is a Experimental version of OpenCL by AMD Research, we now recommend you to use The official BVLC Caffe OpenCL branch is over at Caffe branch now at https://github.com/BVLC/caffe/tree/opencl

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

I fail to run caffe, the question is about caffe::SyncedMemory::to_gpu(), but I don't know the reason

wuzhijiexia opened this issue · comments

When I run caffe, the error show like this.
image 2
I annotate these of caffe::SyncedMemory::to_gpu() on the file src/caffe/syncedmem.cpp.
image 3
Then, recompile and setup. I can run caffe normally. But I think the method will influence caffe badly.
I want to know another new method which makes caffe work normally but don't need to annotate these sentences.

This was experimental branch of Caffe for OpenCL, we know recommend you use the now official OpenCL port of Caffe in BVLC GitHub Repo at https://github.com/BVLC/caffe/tree/opencl