mirror of
https://github.com/RRZE-HPC/OSACA.git
synced 2026-01-07 03:30:06 +01:00
formatting
This commit is contained in:
@@ -375,7 +375,7 @@ def inspect(args, output_file=sys.stdout):
|
||||
file=output_file,
|
||||
)
|
||||
if args.yaml_out is not None:
|
||||
yaml = YAML(typ='unsafe', pure=True)
|
||||
yaml = YAML(typ="unsafe", pure=True)
|
||||
yaml.dump(
|
||||
frontend.full_analysis_dict(
|
||||
kernel,
|
||||
|
||||
@@ -398,7 +398,6 @@ arch_info = {
|
||||
},
|
||||
},
|
||||
},
|
||||
|
||||
}
|
||||
|
||||
|
||||
@@ -974,7 +973,9 @@ def main():
|
||||
except FileNotFoundError:
|
||||
llvm_mca = False
|
||||
|
||||
build_mark_run_all_kernels(measurements="--no-measurements" not in sys.argv, iaca=False, osaca=True, llvm_mca=llvm_mca)
|
||||
build_mark_run_all_kernels(
|
||||
measurements="--no-measurements" not in sys.argv, iaca=False, osaca=True, llvm_mca=llvm_mca
|
||||
)
|
||||
sys.exit()
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user