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

github.com/marian-nmt/intgemm.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNikolay Bogoychev <nheart@gmail.com>2020-04-25 14:33:03 +0300
committerNikolay Bogoychev <nheart@gmail.com>2020-04-25 14:33:03 +0300
commit3276ef94669b2dc0814b299425259581b32d2093 (patch)
tree400649615ad67e8f2cf31289b8412756a4e3c530 /types.h
parentf0c778201334b71d8309be32dbb499090a1030d4 (diff)
compile_with_marian
Diffstat (limited to 'types.h')
-rw-r--r--types.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/types.h b/types.h
index 9f40fcb..c3742b7 100644
--- a/types.h
+++ b/types.h
@@ -34,7 +34,7 @@ class UnsupportedCPU : public std::exception {
}
};
-typedef std::size_t Index;
+typedef unsigned int Index;
// If you want to detect the CPU and dispatch yourself, here's what to use:
enum class CPUType {