Skip to content

Commit

Permalink
Merge branch 'master' into InstrucForm
Browse files Browse the repository at this point in the history
  • Loading branch information
JanLJL committed May 2, 2024
2 parents b6a3af8 + dd17e73 commit 5e05dcf
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions kerncraft/incore_model.py
Original file line number Diff line number Diff line change
Expand Up @@ -719,6 +719,7 @@ def osaca_analyse_instrumented_assembly(
semantics.add_semantics(kernel)
if assign_optimal_throughput:
semantics.assign_optimal_throughput(kernel)
semantics.assign_optimal_throughput(kernel)

kernel_graph = osaca.KernelDG(kernel, parser, osaca_machine_model, semantics)
frontend = osaca.Frontend(instrumented_assembly_file, arch=micro_architecture)
Expand Down

0 comments on commit 5e05dcf

Please sign in to comment.