Optimized matrix multiplication; data type for quantization.

This commit is contained in:
Marcel Keller
2019-02-14 15:15:37 +11:00
parent 216fbdf1e1
commit b6a18675e8
108 changed files with 2676 additions and 999 deletions

View File

@@ -3,6 +3,8 @@
#include "Processor/Data_Files.h"
#include "Processor/Processor.h"
#include "Processor/Instruction.hpp"
void Program::compute_constants()
{
for (int reg_type = 0; reg_type < MAX_REG_TYPE; reg_type++)