comment out stray mkl includes

This commit is contained in:
Evan Shelhamer 2014-02-26 22:41:58 -08:00
Родитель f6cbe2c5ce
Коммит ff27988995
2 изменённых файлов: 2 добавлений и 2 удалений

Просмотреть файл

@ -1,7 +1,7 @@
// Copyright 2013 Yangqing Jia // Copyright 2013 Yangqing Jia
#include <mkl.h> //#include <mkl.h>
#include <cublas_v2.h> #include <cublas_v2.h>
#include <vector> #include <vector>

Просмотреть файл

@ -3,7 +3,7 @@
#include <cstring> #include <cstring>
#include "cuda_runtime.h" #include "cuda_runtime.h"
#include "mkl.h" //#include "mkl.h"
#include "cublas_v2.h" #include "cublas_v2.h"
#include "gtest/gtest.h" #include "gtest/gtest.h"