Skip to content

Tries to not count the unnecessary unstructions

Kaushik Kulkarni requested to merge kgk2_bug_fixes into master

The operation counting function was counting the operations for BarrierInstruction and hitting an error. This commit tries to fix it.

Merge request reports