Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions control/Makefile.src
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ libmagma_src += \
$(cdir)/magma_bulge.cpp \
$(cdir)/magma_threadsetting.cpp \
$(cdir)/magma_timer.cpp \
$(cdir)/magma_tuning_trees.cpp \
$(cdir)/magma_winthread.cpp \
$(cdir)/magma_yield.cpp \
$(cdir)/magma_zauxiliary.cpp \
Expand Down
6 changes: 6 additions & 0 deletions control/gemm_batched_decision_tree.h
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
#ifndef GEMM_BATCHED_DECISION_TREE
#define GEMM_BATCHED_DECISION_TREE

#include "gemm_batched_decision_tree_pvc.h"

#endif
1,260 changes: 1,260 additions & 0 deletions control/gemm_batched_decision_tree_pvc.h

Large diffs are not rendered by default.

Loading