Remove extern C warpper for cuBLAS (#3877)

This commit is contained in:
kice 2019-09-02 22:35:14 -04:00 коммит произвёл Tianqi Chen
Родитель 4434a89c17
Коммит 0fa308e9ef
1 изменённых файлов: 0 добавлений и 2 удалений

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

@ -27,9 +27,7 @@
#include <dmlc/logging.h>
extern "C" {
#include <cublas_v2.h>
}
namespace tvm {
namespace contrib {