Add batch approach for matrix multiplication
Compare changes
- Mattia Mancini authored
Conflict: This file was modified in both the source and target branches.
Ask someone with write access to resolve it.
+ 8
− 1
@@ -21,8 +21,15 @@ def read_and_combine_json(files, filter):
@@ -21,8 +21,15 @@ def read_and_combine_json(files, filter):
result_normalized["compiler_version"], result_normalized["architecture"] = basename.replace("results-", "").replace(".json", "").split("-")