Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/marian-nmt/marian.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHieu Hoang <hieuhoang@gmail.com>2018-02-27 03:18:02 +0300
committerHieu Hoang <hieuhoang@gmail.com>2018-02-27 03:18:02 +0300
commit3027e801b7047897302266d7d1937c4475fdb49b (patch)
tree07a1555a138dee88dfbea74d8333f6b46ed40eaa /src/amun/gpu/mblas/tensor.h
parentaaf78f5dd5e0df7dc91ae1e57da3129c351a77ba (diff)
rename files
Diffstat (limited to 'src/amun/gpu/mblas/tensor.h')
-rw-r--r--src/amun/gpu/mblas/tensor.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/amun/gpu/mblas/tensor.h b/src/amun/gpu/mblas/tensor.h
index 90b9a636..231f9aff 100644
--- a/src/amun/gpu/mblas/tensor.h
+++ b/src/amun/gpu/mblas/tensor.h
@@ -6,7 +6,7 @@
#include <thrust/functional.h>
#include "common/exception.h"
-#include "common/base_matrix.h"
+#include "common/base_tensor.h"
#include "gpu/types-gpu.h"
#include "handles.h"
#include "vector.h"