Skip to content

Commit

Permalink
fix viennacl unittest
Browse files Browse the repository at this point in the history
  • Loading branch information
OXPHOS committed Jul 8, 2016
1 parent 79c0037 commit 5095c5f
Showing 1 changed file with 2 additions and 0 deletions.
Expand Up @@ -11,6 +11,8 @@ using namespace linalg;

TEST(LinalgBackendViennaCL, add)
{
sg_linalg->set_gpu_backend(new LinalgBackendViennaCL());

const float64_t alpha = 0.3;
const float64_t beta = -1.5;

Expand Down

0 comments on commit 5095c5f

Please sign in to comment.