large matrices working

This commit is contained in:
2023-02-22 22:17:40 -06:00
parent 904e96b703
commit 21736c114b
8 changed files with 199 additions and 5 deletions

View File

@@ -3,10 +3,8 @@
#include <stdlib.h>
#include <time.h>
#define NS_PER_SEC 1000000000
static inline uint64_t gettime_ns() {
struct timespec ts;
clock_gettime(CLOCK_REALTIME, &ts);