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

@@ -170,6 +170,8 @@ void* Sub_Main_Func(void* ptr)
cerr << "Thread " << num << " timer: " << thread_timer.elapsed() << endl;
cerr << "Thread " << num << " wait timer: " << wait_timer.elapsed() << endl;
machine.data_sent += P.sent;
delete MC2;
delete MCp;
delete player;