naibaf7 / caffe

Caffe: a fast open framework for deep learning. With OpenCL and CUDA support.
http://caffe.berkeleyvision.org/
Other
85 stars 20 forks source link

Build failing since abd5b6a8e44abeef4ecdfb57c899605756902edf #38

Closed srslynow closed 8 years ago

srslynow commented 8 years ago

conv_layer_spatial.cpp fails to build since commit: abd5b6a8e44abeef4ecdfb57c899605756902edf (7 days ago)

Using master branch before this commit works.

Used configuration: Makefile: Cuda: 7.5 cuDNN: v5.0 Blas: open No greentea/opencl

Hardware: K20m GPU 16 core intel v3 xeon

Libraries used: According to official installation instructions

naibaf7 commented 8 years ago

@srslynow conv_layer_spatial is intended for Intel iGPUs only. This can be ignored, however I will exclude this test/layer on non-Intel platforms in the future.