Skip to content

Commit

Permalink
Move viennacl linalg/prod header
Browse files Browse the repository at this point in the history
Attempt to fix buildbot error # 6
  • Loading branch information
OXPHOS committed Mar 17, 2017
1 parent b9ee07e commit 33512a5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/shogun/mathematics/linalg/LinalgBackendViennaCL.h
Expand Up @@ -38,10 +38,10 @@

#ifdef HAVE_VIENNACL

#include <viennacl/vector.hpp>
#include <viennacl/matrix.hpp>
#include <viennacl/linalg/inner_prod.hpp>
#include <viennacl/linalg/prod.hpp>
#include <viennacl/vector.hpp>
#include <viennacl/matrix.hpp>
#include <shogun/mathematics/linalg/GPUMemoryViennaCL.h>

#if VIENNACL_VERSION >= 10700
Expand Down

0 comments on commit 33512a5

Please sign in to comment.