started adding gpu support
This commit is contained in:
+1
-1
@@ -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);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user