started adding gpu support

This commit is contained in:
unknown
2026-09-09 15:26:36 -05:00
parent 0decb483fe
commit 45650cdc0f
21 changed files with 36 additions and 11 deletions
+1 -1
View File
@@ -30,7 +30,7 @@ namespace MathApp
contents = "";
}
}
Operations ops = new Operations(409600);
Operations ops = new Operations(640);
Console.WriteLine("[ASM] System started!");
ops.EquParserLoop(contents);
}