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:
Diffstat (limited to 'types.h')
-rw-r--r--types.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/types.h b/types.h
index b1655d3..9bc8111 100644
--- a/types.h
+++ b/types.h
@@ -49,9 +49,6 @@ enum class CPUType {
extern const CPUType kCPU;
struct Tile {
-/* Tile() {}
- Tile(Index in_A_rows, Index in_inner, Index in_B_cols)
- : A_rows(in_A_rows), inner(in_inner), B_cols(in_B_cols) {} */
Index A_rows, inner, B_cols;
};