├── .gitignore ├── LICENSE ├── OLLAMA_INTEGRATION.md ├── Prompts ├── llvm │ └── req2test │ │ ├── ADCEPass_oneshot_0.txt │ │ ├── AggressiveInstCombinePass_oneshot_0.txt │ │ ├── AlwaysInlinerPass_oneshot_0.txt │ │ ├── ArgumentPromotionPass_oneshot_0.txt │ │ ├── CodeGenPreparePass_oneshot_0.txt │ │ ├── ConstantMergePass_oneshot_0.txt │ │ ├── DCEPass_oneshot_0.txt │ │ ├── DSEPass_oneshot_0.txt │ │ ├── DeadArgumentEliminationPass_oneshot_0.txt │ │ ├── EarlyCSEPass_oneshot_0.txt │ │ ├── GVNPass_oneshot_0.txt │ │ ├── GlobalDCEPass_oneshot_0.txt │ │ ├── GlobalOptPass_oneshot_0.txt │ │ ├── IPSCCPPass_oneshot_0.txt │ │ ├── IndVarSimplifyPass_oneshot_0.txt │ │ ├── InlinerPass_oneshot_0.txt │ │ ├── InstCombineAShrPass_oneshot_0.txt │ │ ├── InstCombineAddSubPass_oneshot_0.txt │ │ ├── InstCombineAtomicRMWPass_oneshot_0.txt │ │ ├── InstCombineCallPass_oneshot_0.txt │ │ ├── InstCombineCastPass_oneshot_0.txt │ │ ├── InstCombineComparesPass_oneshot_0.txt │ │ ├── InstCombineFMulPass_oneshot_0.txt │ │ ├── InstCombineLoadStoreAllocaPass_oneshot_0.txt │ │ ├── InstCombineMulPass_oneshot_0.txt │ │ ├── InstCombinePHIPass_oneshot_0.txt │ │ ├── InstCombineSelectPass_oneshot_0.txt │ │ ├── InstCombineXorPass_oneshot_0.txt │ │ ├── InstSimplifyPass_oneshot_0.txt │ │ ├── InternalizePass_oneshot_0.txt │ │ ├── JumpThreadingPass_oneshot_0.txt │ │ ├── LCSSAPass_oneshot_0.txt │ │ ├── LICMPass_oneshot_0.txt │ │ ├── LoopDeletionPass_oneshot_0.txt │ │ ├── LoopExtractorPass_oneshot_0.txt │ │ ├── LoopFusePass_oneshot_0.txt │ │ ├── LoopSimplifyCFGPass_oneshot_0.txt │ │ ├── LoopStrengthReducePass_oneshot_0.txt │ │ ├── LowerAtomicPass_oneshot_0.txt │ │ ├── LowerGlobalDtorsPass_oneshot_0.txt │ │ ├── LowerInvokePass_oneshot_0.txt │ │ ├── LowerSwitchPass_oneshot_0.txt │ │ ├── MemCpyOptPass_oneshot_0.txt │ │ ├── MergeFunctionsPass_oneshot_0.txt │ │ ├── PromotePass_oneshot_0.txt │ │ ├── ReassociatePass_oneshot_0.txt │ │ ├── RegToMemPass_oneshot_0.txt │ │ ├── SROAPass_oneshot_0.txt │ │ ├── SimpleLoopUnswitchLegacyPass_oneshot_0.txt │ │ ├── SimplifyCFGPass_oneshot_0.txt │ │ ├── SinkingPass_oneshot_0.txt │ │ └── StripSymbolsPass_oneshot_0.txt ├── tflite │ ├── req2test │ │ ├── ConvertTrivialTransposeOpToReshapeOp.txt │ │ ├── FuseAddAndFullyConnected.txt │ │ ├── FuseAffinOpAndMulWithQDQs.txt │ │ ├── FuseBinaryOpToFollowingAffineOp.txt │ │ ├── FuseFullyConnectedAndAdd.txt │ │ ├── FuseFullyConnectedAndMul.txt │ │ ├── FuseFullyConnectedAndReluX.txt │ │ ├── FuseMulAndFullyConnected.txt │ │ ├── FuseUnpackAndConcatToReshape.txt │ │ ├── OptimizeTopK.txt │ │ ├── RemoveReshapeAfterFullyConnected.txt │ │ ├── RemoveReshapeBeforeFullyConnected.txt │ │ └── ScalarizeSplatConstantForBroadcastableOps.txt │ └── src2req │ │ ├── ConvertTrivialTransposeOpToReshapeOp.txt │ │ ├── FuseAddAndFullyConnected.txt │ │ ├── FuseAffinOpAndMulWithQDQs.txt │ │ ├── FuseBinaryOpToFollowingAffineOp.txt │ │ ├── FuseFullyConnectedAndAdd.txt │ │ ├── FuseFullyConnectedAndMul.txt │ │ ├── FuseFullyConnectedAndReluX.txt │ │ ├── FuseMulAndFullyConnected.txt │ │ ├── FuseUnpackAndConcatToReshape.txt │ │ ├── OptimizeTopK.txt │ │ ├── RemoveReshapeAfterFullyConnected.txt │ │ ├── RemoveReshapeBeforeFullyConnected.txt │ │ └── ScalarizeSplatConstantForBroadcastableOps.txt ├── tfxla │ ├── req2test │ │ ├── AllGatherBroadcastReorder.txt │ │ ├── AllGatherCombiner.txt │ │ ├── AllGatherDecomposer.txt │ │ ├── AllReduceCombiner.txt │ │ ├── AllReduceFolder.txt │ │ ├── AllReduceReassociate.txt │ │ ├── AllReduceSimplifier.txt │ │ ├── AsyncCollectiveCreator.txt │ │ ├── BatchDotSimplification.txt │ │ ├── Bfloat16ConversionFolding.txt │ │ ├── BroadcastCanonicalizer.txt │ │ ├── ChangeOpDataType.txt │ │ ├── CollectivesScheduleLinearizer.txt │ │ ├── ConcatForwarding.txt │ │ ├── ConditionalCanonicalizer.txt │ │ ├── ConvertAsyncCollectivesToSync.txt │ │ ├── ConvertMover.txt │ │ ├── Defuser.txt │ │ ├── DotDecomposer.txt │ │ ├── DotMerger.txt │ │ ├── DynamicIndexSplitter.txt │ │ ├── HloConstantFolding.txt │ │ ├── HloCse.txt │ │ ├── HloDce.txt │ │ ├── HloElementTypeConverter.txt │ │ ├── IdentityConvertRemoving.txt │ │ ├── IdentityReshapeRemoving.txt │ │ ├── LoopScheduleLinearizer.txt │ │ ├── MapInliner.txt │ │ ├── ReduceScatterCombiner.txt │ │ ├── ReduceScatterDecomposer.txt │ │ ├── ReduceScatterReassociate.txt │ │ ├── ReshapeBroadcastForwarding.txt │ │ ├── ReshapeReshapeForwarding.txt │ │ ├── ShardingRemover.txt │ │ ├── SimplifyFpConversions.txt │ │ ├── SliceConcatForwarding.txt │ │ ├── SliceSinker.txt │ │ ├── SortSimplifier.txt │ │ ├── StochasticConvertDecomposer.txt │ │ ├── TopkRewriter.txt │ │ ├── TransposeFolding.txt │ │ ├── TreeReductionRewriter.txt │ │ ├── TupleSimplifier.txt │ │ ├── WhileLoopConstantSinking.txt │ │ ├── WhileLoopExpensiveInvariantCodeMotion.txt │ │ ├── WhileLoopInvariantCodeMotion.txt │ │ ├── WhileLoopTripCountAnnotator.txt │ │ └── ZeroSizedHloElimination.txt │ └── src2req │ │ ├── AllGatherBroadcastReorder.txt │ │ ├── AllGatherCombiner.txt │ │ ├── AllGatherDecomposer.txt │ │ ├── AllReduceCombiner.txt │ │ ├── AllReduceFolder.txt │ │ ├── AllReduceReassociate.txt │ │ ├── AllReduceSimplifier.txt │ │ ├── AsyncCollectiveCreator.txt │ │ ├── BatchDotSimplification.txt │ │ ├── Bfloat16ConversionFolding.txt │ │ ├── BroadcastCanonicalizer.txt │ │ ├── ChangeOpDataType.txt │ │ ├── CollectivesScheduleLinearizer.txt │ │ ├── ConcatForwarding.txt │ │ ├── ConditionalCanonicalizer.txt │ │ ├── ConvertAsyncCollectivesToSync.txt │ │ ├── ConvertMover.txt │ │ ├── Defuser.txt │ │ ├── DotDecomposer.txt │ │ ├── DotMerger.txt │ │ ├── DynamicIndexSplitter.txt │ │ ├── HloConstantFolding.txt │ │ ├── HloCse.txt │ │ ├── HloDce.txt │ │ ├── HloElementTypeConverter.txt │ │ ├── IdentityConvertRemoving.txt │ │ ├── IdentityReshapeRemoving.txt │ │ ├── LoopScheduleLinearizer.txt │ │ ├── MapInliner.txt │ │ ├── ReduceScatterCombiner.txt │ │ ├── ReduceScatterDecomposer.txt │ │ ├── ReduceScatterReassociate.txt │ │ ├── ReshapeBroadcastForwarding.txt │ │ ├── ReshapeReshapeForwarding.txt │ │ ├── ShardingRemover.txt │ │ ├── SimplifyFpConversions.txt │ │ ├── SliceConcatForwarding.txt │ │ ├── SliceSinker.txt │ │ ├── SortSimplifier.txt │ │ ├── StochasticConvertDecomposer.txt │ │ ├── TopkRewriter.txt │ │ ├── TransposeFolding.txt │ │ ├── TreeReductionRewriter.txt │ │ ├── TupleSimplifier.txt │ │ ├── WhileLoopConstantSinking.txt │ │ ├── WhileLoopExpensiveInvariantCodeMotion.txt │ │ ├── WhileLoopInvariantCodeMotion.txt │ │ ├── WhileLoopTripCountAnnotator.txt │ │ └── ZeroSizedHloElimination.txt └── torch-inductor │ ├── req2test │ ├── addmm.txt │ ├── binary=0.txt │ ├── binary=10.txt │ ├── binary=2.txt │ ├── binary=4.txt │ ├── binary=6.txt │ ├── binary=8.txt │ ├── binary_unary=0.txt │ ├── binary_unary=10.txt │ ├── binary_unary=2.txt │ ├── binary_unary=4.txt │ ├── binary_unary=6.txt │ ├── binary_unary=8.txt │ ├── cat_addmm.txt │ ├── cat_mm.txt │ ├── cat_slice_cat.txt │ ├── fuse_conv_bn.txt │ ├── linear_permute_fusion.txt │ ├── mm_plus_mm.txt │ ├── permute_linear_fusion.txt │ ├── permute_matmul_fusion.txt │ ├── pointless_cumsum_replacement.txt │ ├── replace_fx.txt │ ├── sfdp=0.txt │ ├── sfdp=1.txt │ ├── sfdp=2.txt │ ├── sfdp=3.txt │ ├── sfdp=4.txt │ ├── sfdp=5.txt │ ├── sink_cat_after_pointwise.txt │ ├── splitwithsizes_cat_replace.txt │ ├── unary=0.txt │ ├── unary=1.txt │ ├── unary=10.txt │ ├── unary=11.txt │ ├── unary=12.txt │ ├── unary=13.txt │ ├── unary=14.txt │ ├── unary=15.txt │ ├── unary=16.txt │ ├── unary=17.txt │ ├── unary=18.txt │ ├── unary=19.txt │ ├── unary=2.txt │ ├── unary=20.txt │ ├── unary=21.txt │ ├── unary=22.txt │ ├── unary=23.txt │ ├── unary=24.txt │ ├── unary=25.txt │ ├── unary=26.txt │ ├── unary=27.txt │ ├── unary=28.txt │ ├── unary=29.txt │ ├── unary=3.txt │ ├── unary=4.txt │ ├── unary=5.txt │ ├── unary=6.txt │ ├── unary=7.txt │ ├── unary=8.txt │ └── unary=9.txt │ └── src2req │ ├── addmm.txt │ ├── binary=0.txt │ ├── binary=10.txt │ ├── binary=2.txt │ ├── binary=4.txt │ ├── binary=6.txt │ ├── binary=8.txt │ ├── binary_unary=0.txt │ ├── binary_unary=10.txt │ ├── binary_unary=2.txt │ ├── binary_unary=4.txt │ ├── binary_unary=6.txt │ ├── binary_unary=8.txt │ ├── cat_addmm.txt │ ├── cat_mm.txt │ ├── cat_slice_cat.txt │ ├── fuse_conv_bn.txt │ ├── linear_permute_fusion.txt │ ├── mm_plus_mm.txt │ ├── permute_linear_fusion.txt │ ├── permute_matmul_fusion.txt │ ├── pointless_cumsum_replacement.txt │ ├── replace_fx.txt │ ├── sfdp=0.txt │ ├── sfdp=1.txt │ ├── sfdp=2.txt │ ├── sfdp=3.txt │ ├── sfdp=4.txt │ ├── sfdp=5.txt │ ├── sink_cat_after_pointwise.txt │ ├── splitwithsizes_cat_replace.txt │ ├── unary=0.txt │ ├── unary=1.txt │ ├── unary=10.txt │ ├── unary=11.txt │ ├── unary=12.txt │ ├── unary=13.txt │ ├── unary=14.txt │ ├── unary=15.txt │ ├── unary=16.txt │ ├── unary=17.txt │ ├── unary=18.txt │ ├── unary=19.txt │ ├── unary=2.txt │ ├── unary=20.txt │ ├── unary=21.txt │ ├── unary=22.txt │ ├── unary=23.txt │ ├── unary=24.txt │ ├── unary=25.txt │ ├── unary=26.txt │ ├── unary=27.txt │ ├── unary=28.txt │ ├── unary=29.txt │ ├── unary=3.txt │ ├── unary=4.txt │ ├── unary=5.txt │ ├── unary=6.txt │ ├── unary=7.txt │ ├── unary=8.txt │ └── unary=9.txt ├── README-DEV.md ├── README.md ├── Requirements ├── llvm │ └── req │ │ ├── ADCEPassoneshot_0_gpt-4_starcoder_cpp_deadarg.txt │ │ ├── AggressiveInstCombinePassoneshot_0_gpt-4_starcoder_cpp_deadarg.txt │ │ ├── ArgumentPromotionPassoneshot_0_gpt-4_starcoder_cpp_deadarg.txt │ │ ├── ConstantMergePassoneshot_0_gpt-4_starcoder_cpp_deadarg.txt │ │ ├── DCEPassoneshot_0_gpt-4_starcoder_cpp_deadarg.txt │ │ ├── DSEPassoneshot_0_gpt-4_starcoder_cpp_deadarg.txt │ │ ├── DeadArgumentEliminationPassoneshot_0_gpt-4_starcoder_cpp_deadarg.txt │ │ ├── EarlyCSEPassoneshot_0_gpt-4_starcoder_cpp_deadarg.txt │ │ ├── GVNPassoneshot_0_gpt-4_starcoder_cpp_deadarg.txt │ │ ├── GlobalDCEPassoneshot_0_gpt-4_starcoder_cpp_deadarg.txt │ │ ├── GlobalOptPassoneshot_0_gpt-4_starcoder_cpp_deadarg.txt │ │ ├── InstSimplifyPassoneshot_0_gpt-4_starcoder_cpp_deadarg.txt │ │ ├── LCSSAPassoneshot_0_gpt-4_starcoder_cpp_deadarg.txt │ │ ├── LICMPassoneshot_0_gpt-4_starcoder_cpp_deadarg.txt │ │ ├── LoopDeletionPassoneshot_0_gpt-4_starcoder_cpp_deadarg.txt │ │ ├── LoopExtractorPassoneshot_0_gpt-4_starcoder_cpp_deadarg.txt │ │ ├── LoopFusePassoneshot_0_gpt-4_starcoder_cpp_deadarg.txt │ │ ├── LoopSimplifyCFGPassoneshot_0_gpt-4_starcoder_cpp_deadarg.txt │ │ ├── PromotePassoneshot_0_gpt-4_starcoder_cpp_deadarg.txt │ │ └── SimpleLoopUnswitchLegacyPassoneshot_0_gpt-4_starcoder_cpp_deadarg.txt └── torch-inductor │ └── req │ ├── addmm │ ├── addmm_1.py │ ├── addmm_1.txt │ └── prompt.txt │ ├── binary=0 │ ├── binary=0_1.py │ ├── binary=0_1.txt │ └── prompt.txt │ ├── binary=10 │ ├── binary=10_1.py │ ├── binary=10_1.txt │ └── prompt.txt │ ├── binary=2 │ ├── binary=2_1.py │ ├── binary=2_1.txt │ └── prompt.txt │ ├── binary=4 │ ├── binary=4_1.py │ ├── binary=4_1.txt │ └── prompt.txt │ ├── binary=6 │ ├── binary=6_1.py │ ├── binary=6_1.txt │ └── prompt.txt │ ├── binary=8 │ ├── binary=8_1.py │ ├── binary=8_1.txt │ └── prompt.txt │ ├── binary_unary=0 │ ├── binary_unary=0_1.py │ ├── binary_unary=0_1.txt │ └── prompt.txt │ ├── binary_unary=10 │ ├── binary_unary=10_1.py │ ├── binary_unary=10_1.txt │ └── prompt.txt │ ├── binary_unary=2 │ ├── binary_unary=2_1.py │ ├── binary_unary=2_1.txt │ └── prompt.txt │ ├── binary_unary=4 │ ├── binary_unary=4_1.py │ ├── binary_unary=4_1.txt │ └── prompt.txt │ ├── binary_unary=6 │ ├── binary_unary=6_1.py │ ├── binary_unary=6_1.txt │ └── prompt.txt │ ├── binary_unary=8 │ ├── binary_unary=8_1.py │ ├── binary_unary=8_1.txt │ └── prompt.txt │ ├── cat_addmm │ ├── cat_addmm_1.py │ ├── cat_addmm_1.txt │ └── prompt.txt │ ├── cat_mm │ ├── cat_mm_1.py │ ├── cat_mm_1.txt │ └── prompt.txt │ ├── cat_slice_cat │ ├── cat_slice_cat_1.py │ ├── cat_slice_cat_1.txt │ └── prompt.txt │ ├── fuse_conv_bn │ ├── fuse_conv_bn_1.py │ ├── fuse_conv_bn_1.txt │ └── prompt.txt │ ├── linear_permute_fusion │ ├── linear_permute_fusion_1.py │ ├── linear_permute_fusion_1.txt │ └── prompt.txt │ ├── mm_plus_mm │ ├── mm_plus_mm_1.py │ ├── mm_plus_mm_1.txt │ └── prompt.txt │ ├── outputs.json │ ├── permute_linear_fusion │ └── permute_linear_fusion_1.txt │ ├── permute_matmul_fusion │ ├── permute_matmul_fusion_1.py │ ├── permute_matmul_fusion_1.txt │ └── prompt.txt │ ├── pointless_cumsum_replacement │ ├── pointless_cumsum_replacement_1.py │ ├── pointless_cumsum_replacement_1.txt │ └── prompt.txt │ ├── replace_fx │ ├── prompt.txt │ ├── replace_fx_1.py │ └── replace_fx_1.txt │ ├── sfdp=0 │ ├── prompt.txt │ ├── sfdp=0_1.py │ └── sfdp=0_1.txt │ ├── sfdp=1 │ ├── prompt.txt │ ├── sfdp=1_1.py │ └── sfdp=1_1.txt │ ├── sfdp=2 │ ├── prompt.txt │ ├── sfdp=2_1.py │ └── sfdp=2_1.txt │ ├── sfdp=3 │ ├── prompt.txt │ ├── sfdp=3_1.py │ └── sfdp=3_1.txt │ ├── sfdp=4 │ ├── prompt.txt │ ├── sfdp=4_1.py │ └── sfdp=4_1.txt │ ├── sfdp=5 │ ├── prompt.txt │ ├── sfdp=5_1.py │ └── sfdp=5_1.txt │ ├── sink_cat_after_pointwise │ ├── prompt.txt │ ├── sink_cat_after_pointwise_1.py │ └── sink_cat_after_pointwise_1.txt │ ├── splitwithsizes_cat_replace │ ├── prompt.txt │ ├── splitwithsizes_cat_replace_1.py │ └── splitwithsizes_cat_replace_1.txt │ ├── unary=0 │ ├── prompt.txt │ ├── unary=0_1.py │ └── unary=0_1.txt │ ├── unary=1 │ ├── prompt.txt │ ├── unary=1_1.py │ └── unary=1_1.txt │ ├── unary=10 │ ├── prompt.txt │ ├── unary=10_1.py │ └── unary=10_1.txt │ ├── unary=11 │ ├── prompt.txt │ ├── unary=11_1.py │ └── unary=11_1.txt │ ├── unary=12 │ ├── prompt.txt │ ├── unary=12_1.py │ └── unary=12_1.txt │ ├── unary=13 │ ├── prompt.txt │ ├── unary=13_1.py │ └── unary=13_1.txt │ ├── unary=14 │ ├── prompt.txt │ ├── unary=14_1.py │ └── unary=14_1.txt │ ├── unary=15 │ ├── prompt.txt │ ├── unary=15_1.py │ └── unary=15_1.txt │ ├── unary=16 │ ├── prompt.txt │ ├── unary=16_1.py │ └── unary=16_1.txt │ ├── unary=17 │ ├── prompt.txt │ ├── unary=17_1.py │ └── unary=17_1.txt │ ├── unary=18 │ ├── prompt.txt │ ├── unary=18_1.py │ └── unary=18_1.txt │ ├── unary=19 │ ├── prompt.txt │ ├── unary=19_1.py │ └── unary=19_1.txt │ ├── unary=2 │ ├── prompt.txt │ ├── unary=2_1.py │ └── unary=2_1.txt │ ├── unary=20 │ ├── prompt.txt │ ├── unary=20_1.py │ └── unary=20_1.txt │ ├── unary=21 │ ├── prompt.txt │ ├── unary=21_1.py │ └── unary=21_1.txt │ ├── unary=22 │ ├── prompt.txt │ ├── unary=22_1.py │ └── unary=22_1.txt │ ├── unary=23 │ ├── prompt.txt │ ├── unary=23_1.py │ └── unary=23_1.txt │ ├── unary=24 │ ├── prompt.txt │ ├── unary=24_1.py │ └── unary=24_1.txt │ ├── unary=25 │ ├── prompt.txt │ ├── unary=25_1.py │ └── unary=25_1.txt │ ├── unary=26 │ ├── prompt.txt │ ├── unary=26_1.py │ └── unary=26_1.txt │ ├── unary=27 │ ├── prompt.txt │ ├── unary=27_1.py │ └── unary=27_1.txt │ ├── unary=28 │ ├── prompt.txt │ ├── unary=28_1.py │ └── unary=28_1.txt │ ├── unary=29 │ ├── prompt.txt │ ├── unary=29_1.py │ └── unary=29_1.txt │ ├── unary=3 │ └── unary=3_1.txt │ ├── unary=4 │ ├── prompt.txt │ ├── unary=4_1.py │ └── unary=4_1.txt │ ├── unary=5 │ ├── prompt.txt │ ├── unary=5_1.py │ └── unary=5_1.txt │ ├── unary=6 │ ├── prompt.txt │ ├── unary=6_1.py │ └── unary=6_1.txt │ ├── unary=7 │ ├── prompt.txt │ ├── unary=7_1.py │ └── unary=7_1.txt │ ├── unary=8 │ ├── prompt.txt │ ├── unary=8_1.py │ └── unary=8_1.txt │ └── unary=9 │ ├── prompt.txt │ ├── unary=9_1.py │ └── unary=9_1.txt ├── assets ├── framework.svg └── logo.svg ├── bugs.csv ├── convert_ollama_to_requirements.py ├── gpt4.py ├── llvm-exec ├── add_instrument.py ├── example.json ├── executor.py ├── executor_test.py ├── executor_test_analysis.py ├── executor_trigger.py ├── feedback_loop.py ├── feedback_loop_test.py ├── gen_prompt.py ├── json_parser.py ├── main.py ├── source-code-data │ └── llvm │ │ ├── llvm-func-body │ │ ├── 0.cpp │ │ ├── ADCEPass0.cpp │ │ ├── AggressiveInstCombinePass0.cpp │ │ ├── AlwaysInlinerPass0.cpp │ │ ├── ArgumentPromotionPass0.cpp │ │ ├── CodeGenPreparePass0.cpp │ │ ├── ConstantMergePass0.cpp │ │ ├── DCEPass0.cpp │ │ ├── DSEPass0.cpp │ │ ├── DeadArgumentEliminationPass0.cpp │ │ ├── EarlyCSEPass0.cpp │ │ ├── GVNPass0.cpp │ │ ├── GlobalDCEPass0.cpp │ │ ├── IPSCCPPass0.cpp │ │ ├── IndVarSimplifyPass0.cpp │ │ ├── InlinerPass0.cpp │ │ ├── InstCombineAShrPass0.cpp │ │ ├── InstCombineAddSubPass0.cpp │ │ ├── InstCombineAtomicRMWPass0.cpp │ │ ├── InstCombineCallPass0.cpp │ │ ├── InstCombineCastPass0.cpp │ │ ├── InstCombineComparesPass0.cpp │ │ ├── InstCombineFMulPass0.cpp │ │ ├── InstCombineLoadStoreAllocaPass0.cpp │ │ ├── InstCombineMulPass0.cpp │ │ ├── InstCombinePHIPass0.cpp │ │ ├── InstCombineSelectPass0.cpp │ │ ├── InstCombineXorPass0.cpp │ │ ├── InstSimplifyPass0.cpp │ │ ├── InternalizePass0.cpp │ │ ├── JumpThreadingPass0.cpp │ │ ├── LCSSAPass0.cpp │ │ ├── LICMPass0.cpp │ │ ├── LoopDeletionPass0.cpp │ │ ├── LoopExtractorPass0.cpp │ │ ├── LoopFusePass0.cpp │ │ ├── LoopSimplifyCFGPass0.cpp │ │ ├── LoopStrengthReducePass0.cpp │ │ ├── LowerAtomicPass0.cpp │ │ ├── LowerGlobalDtorsPass0.cpp │ │ ├── LowerInvokePass0.cpp │ │ ├── LowerSwitchPass0.cpp │ │ ├── MemCpyOptPass0.cpp │ │ ├── MergeFunctionsPass0.cpp │ │ ├── PromotePass0.cpp │ │ ├── ReassociatePass0.cpp │ │ ├── RegToMemPass0.cpp │ │ ├── SCCPPass0.cpp │ │ ├── SROAPass0.cpp │ │ ├── SimpleLoopUnswitchLegacyPass0.cpp │ │ ├── SimplifyCFGPass0.cpp │ │ ├── SinkingPass0.cpp │ │ └── StripSymbolsPass0.cpp │ │ └── llvm-gen-prompt │ │ ├── cpp_deadarg │ │ ├── ADCEPassoneshot_0.txt │ │ ├── AggressiveInstCombinePassoneshot_0.txt │ │ ├── AlwaysInlinerPassoneshot_0.txt │ │ ├── ArgumentPromotionPassoneshot_0.txt │ │ ├── CodeGenPreparePassoneshot_0.txt │ │ ├── ConstantMergePassoneshot_0.txt │ │ ├── DCEPassoneshot_0.txt │ │ ├── DSEPassoneshot_0.txt │ │ ├── DeadArgumentEliminationPassoneshot_0.txt │ │ ├── EarlyCSEPassoneshot_0.txt │ │ ├── GVNPassoneshot_0.txt │ │ ├── GlobalDCEPassoneshot_0.txt │ │ ├── GlobalOptPassoneshot_0.txt │ │ ├── IPSCCPPassoneshot_0.txt │ │ ├── IndVarSimplifyPassoneshot_0.txt │ │ ├── InlinerPassoneshot_0.txt │ │ ├── InstCombineAShrPassoneshot_0.txt │ │ ├── InstCombineAddSubPassoneshot_0.txt │ │ ├── InstCombineAtomicRMWPassoneshot_0.txt │ │ ├── InstCombineCallPassoneshot_0.txt │ │ ├── InstCombineCastPassoneshot_0.txt │ │ ├── InstCombineComparesPassoneshot_0.txt │ │ ├── InstCombineFMulPassoneshot_0.txt │ │ ├── InstCombineLoadStoreAllocaPassoneshot_0.txt │ │ ├── InstCombineMulPassoneshot_0.txt │ │ ├── InstCombinePHIPassoneshot_0.txt │ │ ├── InstCombineSelectPassoneshot_0.txt │ │ ├── InstCombineXorPassoneshot_0.txt │ │ ├── InstSimplifyPassoneshot_0.txt │ │ ├── InternalizePassoneshot_0.txt │ │ ├── JumpThreadingPassoneshot_0.txt │ │ ├── LCSSAPassoneshot_0.txt │ │ ├── LICMPassoneshot_0.txt │ │ ├── LoopDeletionPassoneshot_0.txt │ │ ├── LoopExtractorPassoneshot_0.txt │ │ ├── LoopFusePassoneshot_0.txt │ │ ├── LoopSimplifyCFGPassoneshot_0.txt │ │ ├── LoopStrengthReducePassoneshot_0.txt │ │ ├── LowerAtomicPassoneshot_0.txt │ │ ├── LowerGlobalDtorsPassoneshot_0.txt │ │ ├── LowerInvokePassoneshot_0.txt │ │ ├── LowerSwitchPassoneshot_0.txt │ │ ├── MemCpyOptPassoneshot_0.txt │ │ ├── MergeFunctionsPassoneshot_0.txt │ │ ├── PromotePassoneshot_0.txt │ │ ├── ReassociatePassoneshot_0.txt │ │ ├── RegToMemPassoneshot_0.txt │ │ ├── SROAPassoneshot_0.txt │ │ ├── SimpleLoopUnswitchLegacyPassoneshot_0.txt │ │ ├── SimplifyCFGPassoneshot_0.txt │ │ ├── SinkingPassoneshot_0.txt │ │ └── StripSymbolsPassoneshot_0.txt │ │ └── template_cpp_deadarg-new │ │ ├── ADCEPassoneshot_0_gpt-4_starcoder_cpp_deadarg.txt │ │ ├── AggressiveInstCombinePassoneshot_0_gpt-4_starcoder_cpp_deadarg.txt │ │ ├── AlwaysInlinerPassoneshot_0_gpt-4_starcoder_cpp_deadarg.txt │ │ ├── ArgumentPromotionPassoneshot_0_gpt-4_starcoder_cpp_deadarg.txt │ │ ├── CodeGenPreparePassoneshot_0_gpt-4_starcoder_cpp_deadarg.txt │ │ ├── ConstantMergePassoneshot_0_gpt-4_starcoder_cpp_deadarg.txt │ │ ├── DCEPassoneshot_0_gpt-4_starcoder_cpp_deadarg.txt │ │ ├── DSEPassoneshot_0_gpt-4_starcoder_cpp_deadarg.txt │ │ ├── DeadArgumentEliminationPassoneshot_0_gpt-4_starcoder_cpp_deadarg.txt │ │ ├── EarlyCSEPassoneshot_0_gpt-4_starcoder_cpp_deadarg.txt │ │ ├── GVNPassoneshot_0_gpt-4_starcoder_cpp_deadarg.txt │ │ ├── GlobalDCEPassoneshot_0_gpt-4_starcoder_cpp_deadarg.txt │ │ ├── GlobalOptPassoneshot_0_gpt-4_starcoder_cpp_deadarg.txt │ │ ├── IPSCCPPassoneshot_0_gpt-4_starcoder_cpp_deadarg.txt │ │ ├── IndVarSimplifyPassoneshot_0_gpt-4_starcoder_cpp_deadarg.txt │ │ ├── InlinerPassoneshot_0_gpt-4_starcoder_cpp_deadarg.txt │ │ ├── InstCombineAShrPassoneshot_0_gpt-4_starcoder_cpp_deadarg.txt │ │ ├── InstCombineAddSubPassoneshot_0_gpt-4_starcoder_cpp_deadarg.txt │ │ ├── InstCombineAtomicRMWPassoneshot_0_gpt-4_starcoder_cpp_deadarg.txt │ │ ├── InstCombineCallPassoneshot_0_gpt-4_starcoder_cpp_deadarg.txt │ │ ├── InstCombineCastPassoneshot_0_gpt-4_starcoder_cpp_deadarg.txt │ │ ├── InstCombineComparesPassoneshot_0_gpt-4_starcoder_cpp_deadarg.txt │ │ ├── InstCombineFMulPassoneshot_0_gpt-4_starcoder_cpp_deadarg.txt │ │ ├── InstCombineLoadStoreAllocaPassoneshot_0_gpt-4_starcoder_cpp_deadarg.txt │ │ ├── InstCombineMulPassoneshot_0_gpt-4_starcoder_cpp_deadarg.txt │ │ ├── InstCombinePHIPassoneshot_0_gpt-4_starcoder_cpp_deadarg.txt │ │ ├── InstCombineSelectPassoneshot_0_gpt-4_starcoder_cpp_deadarg.txt │ │ ├── InstCombineXorPassoneshot_0_gpt-4_starcoder_cpp_deadarg.txt │ │ ├── InstSimplifyPassoneshot_0_gpt-4_starcoder_cpp_deadarg.txt │ │ ├── InternalizePassoneshot_0_gpt-4_starcoder_cpp_deadarg.txt │ │ ├── JumpThreadingPassoneshot_0_gpt-4_starcoder_cpp_deadarg.txt │ │ ├── LCSSAPassoneshot_0_gpt-4_starcoder_cpp_deadarg.txt │ │ ├── LICMPassoneshot_0_gpt-4_starcoder_cpp_deadarg.txt │ │ ├── LoopDeletionPassoneshot_0_gpt-4_starcoder_cpp_deadarg.txt │ │ ├── LoopExtractorPassoneshot_0_gpt-4_starcoder_cpp_deadarg.txt │ │ ├── LoopFusePassoneshot_0_gpt-4_starcoder_cpp_deadarg.txt │ │ ├── LoopSimplifyCFGPassoneshot_0_gpt-4_starcoder_cpp_deadarg.txt │ │ ├── LoopStrengthReducePassoneshot_0_gpt-4_starcoder_cpp_deadarg.txt │ │ ├── LowerAtomicPassoneshot_0_gpt-4_starcoder_cpp_deadarg.txt │ │ ├── LowerGlobalDtorsPassoneshot_0_gpt-4_starcoder_cpp_deadarg.txt │ │ ├── LowerInvokePassoneshot_0_gpt-4_starcoder_cpp_deadarg.txt │ │ ├── LowerSwitchPassoneshot_0_gpt-4_starcoder_cpp_deadarg.txt │ │ ├── MemCpyOptPassoneshot_0_gpt-4_starcoder_cpp_deadarg.txt │ │ ├── MergeFunctionsPassoneshot_0_gpt-4_starcoder_cpp_deadarg.txt │ │ ├── PromotePassoneshot_0_gpt-4_starcoder_cpp_deadarg.txt │ │ ├── ReassociatePassoneshot_0_gpt-4_starcoder_cpp_deadarg.txt │ │ ├── RegToMemPassoneshot_0_gpt-4_starcoder_cpp_deadarg.txt │ │ ├── SROAPassoneshot_0_gpt-4_starcoder_cpp_deadarg.txt │ │ ├── SimpleLoopUnswitchLegacyPassoneshot_0_gpt-4_starcoder_cpp_deadarg.txt │ │ ├── SimplifyCFGPassoneshot_0_gpt-4_starcoder_cpp_deadarg.txt │ │ ├── SinkingPassoneshot_0_gpt-4_starcoder_cpp_deadarg.txt │ │ └── StripSymbolsPassoneshot_0_gpt-4_starcoder_cpp_deadarg.txt ├── template_starcoder_cpp_deadarg.md ├── template_starcoder_cpp_feedback.md ├── translate_cpp_2_ir.py └── utils.py ├── ollama_call.py ├── ollama_gen.py ├── ollama_requirements.py ├── ollama_service.py ├── ollama_to_requirements.py ├── optim ├── inductor-bnfold.json ├── inductor-decompose.json ├── inductor-group-batch.json ├── inductor-inductor.json ├── inductor-misc.json ├── inductor-mkldnn.json ├── inductor-postgrad.json ├── inductor-sfdp.json ├── inductor-split-cat.json ├── tflite.json └── tfxla.json ├── prompt_gen.py ├── prompt_template.py ├── requirements.txt ├── scripts ├── whitefox-ollama.sh ├── whitefox-torch-prompt-gen-req2test.sh └── whitefox-torch-prompt-gen-src2req.sh ├── source-code-data ├── pytorch │ ├── efficient_conv_bn_eval.py │ ├── inductor-binary-folding │ │ ├── _is_foldable_pattern.py │ │ └── bnfold.py │ ├── inductor-decompose │ │ ├── addmm.py │ │ ├── bmm.py │ │ ├── mm.py │ │ ├── should_decompose_bmm.py │ │ └── should_decompose_mm.py │ ├── inductor-full │ │ ├── check_permute.py │ │ ├── fuse_binary.py │ │ ├── fuse_conv_bn.py │ │ ├── fuse_unary.py │ │ ├── linear_permute_fusion.py │ │ ├── permute_linear_fusion.py │ │ ├── permute_matmul_fusion.py │ │ ├── replace_fx.py │ │ └── sink_cat_after_pointwise.py │ ├── inductor-group-batch │ │ ├── BatchLayernormFusion.py │ │ ├── BatchLinearLHSFusion.py │ │ ├── BatchPointwiseOpsPostGradFusion.py │ │ ├── BatchPointwiseOpsPreGradFusion.py │ │ ├── GroupLinearFusion.py │ │ ├── PostGradBatchLinearFusion.py │ │ └── PreGradBatchLinearFusion.py │ ├── inductor-mini │ │ ├── check_permute.py │ │ ├── fuse_binary.py │ │ ├── fuse_conv_bn.py │ │ ├── fuse_unary.py │ │ ├── linear_permute_fusion.py │ │ ├── permute_linear_fusion.py │ │ ├── permute_matmul_fusion.py │ │ ├── replace_fx.py │ │ └── sink_cat_after_pointwise.py │ ├── inductor-misc │ │ ├── randperm_index_add_pattern.py │ │ └── randperm_index_pattern.py │ ├── inductor-mkldnn │ │ ├── _binary_fusion_v2.py │ │ ├── _combined_fusion.py │ │ ├── _gelu_fusion_1.py │ │ ├── _gelu_fusion_2.py │ │ ├── binary=0.py │ │ ├── binary=1.py │ │ ├── binary=10.py │ │ ├── binary=11.py │ │ ├── binary=2.py │ │ ├── binary=3.py │ │ ├── binary=4.py │ │ ├── binary=5.py │ │ ├── binary=6.py │ │ ├── binary=7.py │ │ ├── binary=8.py │ │ ├── binary=9.py │ │ ├── binary_unary=0.py │ │ ├── binary_unary=1.py │ │ ├── binary_unary=10.py │ │ ├── binary_unary=11.py │ │ ├── binary_unary=2.py │ │ ├── binary_unary=3.py │ │ ├── binary_unary=4.py │ │ ├── binary_unary=5.py │ │ ├── binary_unary=6.py │ │ ├── binary_unary=7.py │ │ ├── binary_unary=8.py │ │ ├── binary_unary=9.py │ │ ├── unary=0.py │ │ ├── unary=1.py │ │ ├── unary=10.py │ │ ├── unary=11.py │ │ ├── unary=12.py │ │ ├── unary=13.py │ │ ├── unary=14.py │ │ ├── unary=15.py │ │ ├── unary=16.py │ │ ├── unary=17.py │ │ ├── unary=18.py │ │ ├── unary=19.py │ │ ├── unary=2.py │ │ ├── unary=20.py │ │ ├── unary=21.py │ │ ├── unary=22.py │ │ ├── unary=23.py │ │ ├── unary=24.py │ │ ├── unary=25.py │ │ ├── unary=26.py │ │ ├── unary=27.py │ │ ├── unary=28.py │ │ ├── unary=29.py │ │ ├── unary=3.py │ │ ├── unary=4.py │ │ ├── unary=5.py │ │ ├── unary=6.py │ │ ├── unary=7.py │ │ ├── unary=8.py │ │ └── unary=9.py │ ├── inductor-post-grad │ │ ├── addmm.py │ │ ├── cat_addmm.py │ │ ├── cat_mm.py │ │ ├── cat_slice_cat.py │ │ ├── is_valid_splitwithsizes_cat.py │ │ ├── mm_plus_mm.py │ │ ├── pointless_cumsum_replacement.py │ │ └── splitwithsizes_cat_replace.py │ ├── inductor-sfdp │ │ ├── sfdp=0.py │ │ ├── sfdp=1.py │ │ ├── sfdp=10.py │ │ ├── sfdp=11.py │ │ ├── sfdp=12.py │ │ ├── sfdp=13.py │ │ ├── sfdp=14.py │ │ ├── sfdp=15.py │ │ ├── sfdp=16.py │ │ ├── sfdp=2.py │ │ ├── sfdp=3.py │ │ ├── sfdp=4.py │ │ ├── sfdp=5.py │ │ ├── sfdp=6.py │ │ ├── sfdp=7.py │ │ ├── sfdp=8.py │ │ └── sfdp=9.py │ └── inductor-split-cat │ │ ├── merge_getitem_cat-func.py │ │ ├── merge_getitem_cat.py │ │ ├── merge_split_squeeze-func.py │ │ ├── merge_split_squeeze.py │ │ ├── merge_splits.py │ │ ├── merge_stack_tahn_unbind-func.py │ │ ├── merge_stack_tahn_unbind.py │ │ ├── merge_unbind_stack.py │ │ ├── mutate_cat_node-func.py │ │ ├── mutate_cat_node.py │ │ ├── simplify_split_cat-func.py │ │ └── simplify_split_cat.py ├── tflite_v2-full │ ├── ConvertTrivialTransposeOpToReshapeOp.cc │ ├── FuseAddAndFullyConnected.cc │ ├── FuseAffinOpAndMulWithQDQs.cc │ ├── FuseBinaryOpToFollowingAffineOp.cc │ ├── FuseFullyConnectedAndAdd.cc │ ├── FuseFullyConnectedAndMul.cc │ ├── FuseFullyConnectedAndReluX.cc │ ├── FuseMulAndFullyConnected.cc │ ├── FuseUnpackAndConcatToReshape.cc │ ├── OptimizeTopK.cc │ ├── RemoveReshapeAfterFullyConnected.cc │ ├── RemoveReshapeBeforeFullyConnected.cc │ └── ScalarizeSplatConstantForBroadcastableOps.cc ├── tflite_v2-mini │ ├── ConvertTrivialTransposeOpToReshapeOp.cc │ ├── FuseAddAndFullyConnected.cc │ ├── FuseAffinOpAndMulWithQDQs.cc │ ├── FuseBinaryOpToFollowingAffineOp.cc │ ├── FuseFullyConnectedAndAdd.cc │ ├── FuseFullyConnectedAndMul.cc │ ├── FuseFullyConnectedAndReluX.cc │ ├── FuseMulAndFullyConnected.cc │ ├── FuseUnpackAndConcatToReshape.cc │ ├── OptimizeTopK.cc │ ├── RemoveReshapeAfterFullyConnected.cc │ ├── RemoveReshapeBeforeFullyConnected.cc │ └── ScalarizeSplatConstantForBroadcastableOps.cc ├── tfxla-full │ ├── all_gather_broadcast_reorder.cc │ ├── all_gather_combiner.cc │ ├── all_gather_decomposer.cc │ ├── all_reduce_combiner.cc │ ├── all_reduce_folder.cc │ ├── all_reduce_reassociate.cc │ ├── all_reduce_simplifier.cc │ ├── async_collective_creator.cc │ ├── batch_dot_simplification.cc │ ├── bfloat16_conversion_folding.cc │ ├── broadcast_canonicalizer.cc │ ├── change_op_data_type.cc │ ├── collectives_schedule_linearizer.cc │ ├── conditional_canonicalizer.cc │ ├── convert_async_collectives_to_sync.cc │ ├── convert_mover.cc │ ├── defuser.cc │ ├── dot_decomposer.cc │ ├── dot_merger.cc │ ├── dynamic_dimension_simplifier.cc │ ├── dynamic_index_splitter.cc │ ├── hlo_constant_folding.cc │ ├── hlo_cse.cc │ ├── hlo_dce.cc │ ├── hlo_element_type_converter.cc │ ├── loop_schedule_linearizer.cc │ ├── map_inliner.cc │ ├── reduce_scatter_combiner.cc │ ├── reduce_scatter_decomposer.cc │ ├── reduce_scatter_reassociate.cc │ ├── sharding_remover.cc │ ├── simplify_fp_conversions.cc │ ├── slice_sinker.cc │ ├── sort_simplifier.cc │ ├── stochastic_convert_decomposer.cc │ ├── topk_rewriter.cc │ ├── transpose_folding.cc │ ├── tree_reduction_rewriter.cc │ ├── tuple_simplifier.cc │ ├── while_loop_constant_sinking.cc │ ├── while_loop_expensive_invariant_code_motion.cc │ ├── while_loop_invariant_code_motion.cc │ ├── while_loop_trip_count_annotator.cc │ └── zero_sized_hlo_elimination.cc └── tfxla-mini │ ├── ConcatForwarding.cc │ ├── IdentityConvertRemoving.cc │ ├── IdentityReshapeRemoving.cc │ ├── ReshapeBroadcastForwarding.cc │ ├── ReshapeReshapeForwarding.cc │ ├── SliceConcatForwarding.cc │ ├── all_gather_broadcast_reorder.cc │ ├── all_gather_combiner.cc │ ├── all_gather_decomposer.cc │ ├── all_reduce_combiner.cc │ ├── all_reduce_folder.cc │ ├── all_reduce_reassociate.cc │ ├── all_reduce_simplifier.cc │ ├── async_collective_creator.cc │ ├── batch_dot_simplification.cc │ ├── bfloat16_conversion_folding.cc │ ├── broadcast_canonicalizer.cc │ ├── change_op_data_type.cc │ ├── collectives_schedule_linearizer.cc │ ├── conditional_canonicalizer.cc │ ├── convert_async_collectives_to_sync.cc │ ├── convert_mover.cc │ ├── defuser.cc │ ├── dot_decomposer.cc │ ├── dot_merger.cc │ ├── dynamic_index_splitter.cc │ ├── hlo_constant_folding.cc │ ├── hlo_cse.cc │ ├── hlo_dce.cc │ ├── hlo_element_type_converter.cc │ ├── loop_schedule_linearizer.cc │ ├── map_inliner.cc │ ├── reduce_scatter_combiner.cc │ ├── reduce_scatter_decomposer.cc │ ├── reduce_scatter_reassociate.cc │ ├── sharding_remover.cc │ ├── simplify_fp_conversions.cc │ ├── slice_sinker.cc │ ├── sort_simplifier.cc │ ├── stochastic_convert_decomposer.cc │ ├── topk_decomposer.cc │ ├── topk_rewriter.cc │ ├── transpose_folding.cc │ ├── tree_reduction_rewriter.cc │ ├── tuple_simplifier.cc │ ├── while_loop_constant_sinking.cc │ ├── while_loop_expensive_invariant_code_motion.cc │ ├── while_loop_invariant_code_motion.cc │ ├── while_loop_trip_count_annotator.cc │ └── zero_sized_hlo_elimination.cc ├── starcoder-generated └── torch-inductor-generated │ ├── step1 │ ├── addmm │ │ ├── addmm_1.py │ │ ├── addmm_10.py │ │ ├── addmm_2.py │ │ ├── addmm_3.py │ │ ├── addmm_4.py │ │ ├── addmm_5.py │ │ ├── addmm_6.py │ │ ├── addmm_7.py │ │ ├── addmm_8.py │ │ ├── addmm_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── binary=0 │ │ ├── binary=0_1.py │ │ ├── binary=0_10.py │ │ ├── binary=0_2.py │ │ ├── binary=0_3.py │ │ ├── binary=0_4.py │ │ ├── binary=0_5.py │ │ ├── binary=0_6.py │ │ ├── binary=0_7.py │ │ ├── binary=0_8.py │ │ ├── binary=0_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── binary=10 │ │ ├── binary=10_1.py │ │ ├── binary=10_10.py │ │ ├── binary=10_2.py │ │ ├── binary=10_3.py │ │ ├── binary=10_4.py │ │ ├── binary=10_5.py │ │ ├── binary=10_6.py │ │ ├── binary=10_7.py │ │ ├── binary=10_8.py │ │ ├── binary=10_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── binary=2 │ │ ├── binary=2_1.py │ │ ├── binary=2_10.py │ │ ├── binary=2_2.py │ │ ├── binary=2_3.py │ │ ├── binary=2_4.py │ │ ├── binary=2_5.py │ │ ├── binary=2_6.py │ │ ├── binary=2_7.py │ │ ├── binary=2_8.py │ │ ├── binary=2_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── binary=4 │ │ ├── binary=4_1.py │ │ ├── binary=4_10.py │ │ ├── binary=4_2.py │ │ ├── binary=4_3.py │ │ ├── binary=4_4.py │ │ ├── binary=4_5.py │ │ ├── binary=4_6.py │ │ ├── binary=4_7.py │ │ ├── binary=4_8.py │ │ ├── binary=4_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── binary=6 │ │ ├── binary=6_1.py │ │ ├── binary=6_10.py │ │ ├── binary=6_2.py │ │ ├── binary=6_3.py │ │ ├── binary=6_4.py │ │ ├── binary=6_5.py │ │ ├── binary=6_6.py │ │ ├── binary=6_7.py │ │ ├── binary=6_8.py │ │ ├── binary=6_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── binary=8 │ │ ├── binary=8_1.py │ │ ├── binary=8_10.py │ │ ├── binary=8_2.py │ │ ├── binary=8_3.py │ │ ├── binary=8_4.py │ │ ├── binary=8_5.py │ │ ├── binary=8_6.py │ │ ├── binary=8_7.py │ │ ├── binary=8_8.py │ │ ├── binary=8_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── binary_unary=0 │ │ ├── binary_unary=0_1.py │ │ ├── binary_unary=0_10.py │ │ ├── binary_unary=0_2.py │ │ ├── binary_unary=0_3.py │ │ ├── binary_unary=0_4.py │ │ ├── binary_unary=0_5.py │ │ ├── binary_unary=0_6.py │ │ ├── binary_unary=0_7.py │ │ ├── binary_unary=0_8.py │ │ ├── binary_unary=0_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── binary_unary=10 │ │ ├── binary_unary=10_1.py │ │ ├── binary_unary=10_10.py │ │ ├── binary_unary=10_2.py │ │ ├── binary_unary=10_3.py │ │ ├── binary_unary=10_4.py │ │ ├── binary_unary=10_5.py │ │ ├── binary_unary=10_6.py │ │ ├── binary_unary=10_7.py │ │ ├── binary_unary=10_8.py │ │ ├── binary_unary=10_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── binary_unary=2 │ │ ├── binary_unary=2_1.py │ │ ├── binary_unary=2_10.py │ │ ├── binary_unary=2_2.py │ │ ├── binary_unary=2_3.py │ │ ├── binary_unary=2_4.py │ │ ├── binary_unary=2_5.py │ │ ├── binary_unary=2_6.py │ │ ├── binary_unary=2_7.py │ │ ├── binary_unary=2_8.py │ │ ├── binary_unary=2_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── binary_unary=4 │ │ ├── binary_unary=4_1.py │ │ ├── binary_unary=4_10.py │ │ ├── binary_unary=4_2.py │ │ ├── binary_unary=4_3.py │ │ ├── binary_unary=4_4.py │ │ ├── binary_unary=4_5.py │ │ ├── binary_unary=4_6.py │ │ ├── binary_unary=4_7.py │ │ ├── binary_unary=4_8.py │ │ ├── binary_unary=4_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── binary_unary=6 │ │ ├── binary_unary=6_1.py │ │ ├── binary_unary=6_10.py │ │ ├── binary_unary=6_2.py │ │ ├── binary_unary=6_3.py │ │ ├── binary_unary=6_4.py │ │ ├── binary_unary=6_5.py │ │ ├── binary_unary=6_6.py │ │ ├── binary_unary=6_7.py │ │ ├── binary_unary=6_8.py │ │ ├── binary_unary=6_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── binary_unary=8 │ │ ├── binary_unary=8_1.py │ │ ├── binary_unary=8_10.py │ │ ├── binary_unary=8_2.py │ │ ├── binary_unary=8_3.py │ │ ├── binary_unary=8_4.py │ │ ├── binary_unary=8_5.py │ │ ├── binary_unary=8_6.py │ │ ├── binary_unary=8_7.py │ │ ├── binary_unary=8_8.py │ │ ├── binary_unary=8_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── cat_addmm │ │ ├── cat_addmm_1.py │ │ ├── cat_addmm_10.py │ │ ├── cat_addmm_2.py │ │ ├── cat_addmm_3.py │ │ ├── cat_addmm_4.py │ │ ├── cat_addmm_5.py │ │ ├── cat_addmm_6.py │ │ ├── cat_addmm_7.py │ │ ├── cat_addmm_8.py │ │ ├── cat_addmm_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── cat_mm │ │ ├── cat_mm_1.py │ │ ├── cat_mm_10.py │ │ ├── cat_mm_2.py │ │ ├── cat_mm_3.py │ │ ├── cat_mm_4.py │ │ ├── cat_mm_5.py │ │ ├── cat_mm_6.py │ │ ├── cat_mm_7.py │ │ ├── cat_mm_8.py │ │ ├── cat_mm_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── cat_slice_cat │ │ ├── cat_slice_cat_1.py │ │ ├── cat_slice_cat_10.py │ │ ├── cat_slice_cat_2.py │ │ ├── cat_slice_cat_3.py │ │ ├── cat_slice_cat_4.py │ │ ├── cat_slice_cat_5.py │ │ ├── cat_slice_cat_6.py │ │ ├── cat_slice_cat_7.py │ │ ├── cat_slice_cat_8.py │ │ ├── cat_slice_cat_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── fuse_conv_bn │ │ ├── fuse_conv_bn_1.py │ │ ├── fuse_conv_bn_10.py │ │ ├── fuse_conv_bn_2.py │ │ ├── fuse_conv_bn_3.py │ │ ├── fuse_conv_bn_4.py │ │ ├── fuse_conv_bn_5.py │ │ ├── fuse_conv_bn_6.py │ │ ├── fuse_conv_bn_7.py │ │ ├── fuse_conv_bn_8.py │ │ ├── fuse_conv_bn_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── linear_permute_fusion │ │ ├── linear_permute_fusion_1.py │ │ ├── linear_permute_fusion_10.py │ │ ├── linear_permute_fusion_2.py │ │ ├── linear_permute_fusion_3.py │ │ ├── linear_permute_fusion_4.py │ │ ├── linear_permute_fusion_5.py │ │ ├── linear_permute_fusion_6.py │ │ ├── linear_permute_fusion_7.py │ │ ├── linear_permute_fusion_8.py │ │ ├── linear_permute_fusion_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── mm_plus_mm │ │ ├── mm_plus_mm_1.py │ │ ├── mm_plus_mm_10.py │ │ ├── mm_plus_mm_2.py │ │ ├── mm_plus_mm_3.py │ │ ├── mm_plus_mm_4.py │ │ ├── mm_plus_mm_5.py │ │ ├── mm_plus_mm_6.py │ │ ├── mm_plus_mm_7.py │ │ ├── mm_plus_mm_8.py │ │ ├── mm_plus_mm_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── outputs.json │ ├── permute_linear_fusion │ │ ├── permute_linear_fusion_1.py │ │ ├── permute_linear_fusion_10.py │ │ ├── permute_linear_fusion_2.py │ │ ├── permute_linear_fusion_3.py │ │ ├── permute_linear_fusion_4.py │ │ ├── permute_linear_fusion_5.py │ │ ├── permute_linear_fusion_6.py │ │ ├── permute_linear_fusion_7.py │ │ ├── permute_linear_fusion_8.py │ │ ├── permute_linear_fusion_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── permute_matmul_fusion │ │ ├── permute_matmul_fusion_1.py │ │ ├── permute_matmul_fusion_10.py │ │ ├── permute_matmul_fusion_2.py │ │ ├── permute_matmul_fusion_3.py │ │ ├── permute_matmul_fusion_4.py │ │ ├── permute_matmul_fusion_5.py │ │ ├── permute_matmul_fusion_6.py │ │ ├── permute_matmul_fusion_7.py │ │ ├── permute_matmul_fusion_8.py │ │ ├── permute_matmul_fusion_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── pointless_cumsum_replacement │ │ ├── pointless_cumsum_replacement_1.py │ │ ├── pointless_cumsum_replacement_10.py │ │ ├── pointless_cumsum_replacement_2.py │ │ ├── pointless_cumsum_replacement_3.py │ │ ├── pointless_cumsum_replacement_4.py │ │ ├── pointless_cumsum_replacement_5.py │ │ ├── pointless_cumsum_replacement_6.py │ │ ├── pointless_cumsum_replacement_7.py │ │ ├── pointless_cumsum_replacement_8.py │ │ ├── pointless_cumsum_replacement_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── replace_fx │ │ ├── prompt.txt │ │ ├── replace_fx_1.py │ │ ├── replace_fx_10.py │ │ ├── replace_fx_2.py │ │ ├── replace_fx_3.py │ │ ├── replace_fx_4.py │ │ ├── replace_fx_5.py │ │ ├── replace_fx_6.py │ │ ├── replace_fx_7.py │ │ ├── replace_fx_8.py │ │ ├── replace_fx_9.py │ │ └── time.txt │ ├── sfdp=0 │ │ ├── prompt.txt │ │ ├── sfdp=0_1.py │ │ ├── sfdp=0_10.py │ │ ├── sfdp=0_2.py │ │ ├── sfdp=0_3.py │ │ ├── sfdp=0_4.py │ │ ├── sfdp=0_5.py │ │ ├── sfdp=0_6.py │ │ ├── sfdp=0_7.py │ │ ├── sfdp=0_8.py │ │ ├── sfdp=0_9.py │ │ └── time.txt │ ├── sfdp=1 │ │ ├── prompt.txt │ │ ├── sfdp=1_1.py │ │ ├── sfdp=1_10.py │ │ ├── sfdp=1_2.py │ │ ├── sfdp=1_3.py │ │ ├── sfdp=1_4.py │ │ ├── sfdp=1_5.py │ │ ├── sfdp=1_6.py │ │ ├── sfdp=1_7.py │ │ ├── sfdp=1_8.py │ │ ├── sfdp=1_9.py │ │ └── time.txt │ ├── sfdp=2 │ │ ├── prompt.txt │ │ ├── sfdp=2_1.py │ │ ├── sfdp=2_10.py │ │ ├── sfdp=2_2.py │ │ ├── sfdp=2_3.py │ │ ├── sfdp=2_4.py │ │ ├── sfdp=2_5.py │ │ ├── sfdp=2_6.py │ │ ├── sfdp=2_7.py │ │ ├── sfdp=2_8.py │ │ ├── sfdp=2_9.py │ │ └── time.txt │ ├── sfdp=3 │ │ ├── prompt.txt │ │ ├── sfdp=3_1.py │ │ ├── sfdp=3_10.py │ │ ├── sfdp=3_2.py │ │ ├── sfdp=3_3.py │ │ ├── sfdp=3_4.py │ │ ├── sfdp=3_5.py │ │ ├── sfdp=3_6.py │ │ ├── sfdp=3_7.py │ │ ├── sfdp=3_8.py │ │ ├── sfdp=3_9.py │ │ └── time.txt │ ├── sfdp=4 │ │ ├── prompt.txt │ │ ├── sfdp=4_1.py │ │ ├── sfdp=4_10.py │ │ ├── sfdp=4_2.py │ │ ├── sfdp=4_3.py │ │ ├── sfdp=4_4.py │ │ ├── sfdp=4_5.py │ │ ├── sfdp=4_6.py │ │ ├── sfdp=4_7.py │ │ ├── sfdp=4_8.py │ │ ├── sfdp=4_9.py │ │ └── time.txt │ ├── sfdp=5 │ │ ├── prompt.txt │ │ ├── sfdp=5_1.py │ │ ├── sfdp=5_10.py │ │ ├── sfdp=5_2.py │ │ ├── sfdp=5_3.py │ │ ├── sfdp=5_4.py │ │ ├── sfdp=5_5.py │ │ ├── sfdp=5_6.py │ │ ├── sfdp=5_7.py │ │ ├── sfdp=5_8.py │ │ ├── sfdp=5_9.py │ │ └── time.txt │ ├── sink_cat_after_pointwise │ │ ├── prompt.txt │ │ ├── sink_cat_after_pointwise_1.py │ │ ├── sink_cat_after_pointwise_10.py │ │ ├── sink_cat_after_pointwise_2.py │ │ ├── sink_cat_after_pointwise_3.py │ │ ├── sink_cat_after_pointwise_4.py │ │ ├── sink_cat_after_pointwise_5.py │ │ ├── sink_cat_after_pointwise_6.py │ │ ├── sink_cat_after_pointwise_7.py │ │ ├── sink_cat_after_pointwise_8.py │ │ ├── sink_cat_after_pointwise_9.py │ │ └── time.txt │ ├── splitwithsizes_cat_replace │ │ ├── prompt.txt │ │ ├── splitwithsizes_cat_replace_1.py │ │ ├── splitwithsizes_cat_replace_10.py │ │ ├── splitwithsizes_cat_replace_2.py │ │ ├── splitwithsizes_cat_replace_3.py │ │ ├── splitwithsizes_cat_replace_4.py │ │ ├── splitwithsizes_cat_replace_5.py │ │ ├── splitwithsizes_cat_replace_6.py │ │ ├── splitwithsizes_cat_replace_7.py │ │ ├── splitwithsizes_cat_replace_8.py │ │ ├── splitwithsizes_cat_replace_9.py │ │ └── time.txt │ ├── unary=0 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=0_1.py │ │ ├── unary=0_10.py │ │ ├── unary=0_2.py │ │ ├── unary=0_3.py │ │ ├── unary=0_4.py │ │ ├── unary=0_5.py │ │ ├── unary=0_6.py │ │ ├── unary=0_7.py │ │ ├── unary=0_8.py │ │ └── unary=0_9.py │ ├── unary=1 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=1_1.py │ │ ├── unary=1_10.py │ │ ├── unary=1_2.py │ │ ├── unary=1_3.py │ │ ├── unary=1_4.py │ │ ├── unary=1_5.py │ │ ├── unary=1_6.py │ │ ├── unary=1_7.py │ │ ├── unary=1_8.py │ │ └── unary=1_9.py │ ├── unary=10 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=10_1.py │ │ ├── unary=10_10.py │ │ ├── unary=10_2.py │ │ ├── unary=10_3.py │ │ ├── unary=10_4.py │ │ ├── unary=10_5.py │ │ ├── unary=10_6.py │ │ ├── unary=10_7.py │ │ ├── unary=10_8.py │ │ └── unary=10_9.py │ ├── unary=11 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=11_1.py │ │ ├── unary=11_10.py │ │ ├── unary=11_2.py │ │ ├── unary=11_3.py │ │ ├── unary=11_4.py │ │ ├── unary=11_5.py │ │ ├── unary=11_6.py │ │ ├── unary=11_7.py │ │ ├── unary=11_8.py │ │ └── unary=11_9.py │ ├── unary=12 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=12_1.py │ │ ├── unary=12_10.py │ │ ├── unary=12_2.py │ │ ├── unary=12_3.py │ │ ├── unary=12_4.py │ │ ├── unary=12_5.py │ │ ├── unary=12_6.py │ │ ├── unary=12_7.py │ │ ├── unary=12_8.py │ │ └── unary=12_9.py │ ├── unary=13 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=13_1.py │ │ ├── unary=13_10.py │ │ ├── unary=13_2.py │ │ ├── unary=13_3.py │ │ ├── unary=13_4.py │ │ ├── unary=13_5.py │ │ ├── unary=13_6.py │ │ ├── unary=13_7.py │ │ ├── unary=13_8.py │ │ └── unary=13_9.py │ ├── unary=14 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=14_1.py │ │ ├── unary=14_10.py │ │ ├── unary=14_2.py │ │ ├── unary=14_3.py │ │ ├── unary=14_4.py │ │ ├── unary=14_5.py │ │ ├── unary=14_6.py │ │ ├── unary=14_7.py │ │ ├── unary=14_8.py │ │ └── unary=14_9.py │ ├── unary=15 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=15_1.py │ │ ├── unary=15_10.py │ │ ├── unary=15_2.py │ │ ├── unary=15_3.py │ │ ├── unary=15_4.py │ │ ├── unary=15_5.py │ │ ├── unary=15_6.py │ │ ├── unary=15_7.py │ │ ├── unary=15_8.py │ │ └── unary=15_9.py │ ├── unary=16 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=16_1.py │ │ ├── unary=16_10.py │ │ ├── unary=16_2.py │ │ ├── unary=16_3.py │ │ ├── unary=16_4.py │ │ ├── unary=16_5.py │ │ ├── unary=16_6.py │ │ ├── unary=16_7.py │ │ ├── unary=16_8.py │ │ └── unary=16_9.py │ ├── unary=17 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=17_1.py │ │ ├── unary=17_10.py │ │ ├── unary=17_2.py │ │ ├── unary=17_3.py │ │ ├── unary=17_4.py │ │ ├── unary=17_5.py │ │ ├── unary=17_6.py │ │ ├── unary=17_7.py │ │ ├── unary=17_8.py │ │ └── unary=17_9.py │ ├── unary=18 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=18_1.py │ │ ├── unary=18_10.py │ │ ├── unary=18_2.py │ │ ├── unary=18_3.py │ │ ├── unary=18_4.py │ │ ├── unary=18_5.py │ │ ├── unary=18_6.py │ │ ├── unary=18_7.py │ │ ├── unary=18_8.py │ │ └── unary=18_9.py │ ├── unary=19 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=19_1.py │ │ ├── unary=19_10.py │ │ ├── unary=19_2.py │ │ ├── unary=19_3.py │ │ ├── unary=19_4.py │ │ ├── unary=19_5.py │ │ ├── unary=19_6.py │ │ ├── unary=19_7.py │ │ ├── unary=19_8.py │ │ └── unary=19_9.py │ ├── unary=2 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=2_1.py │ │ ├── unary=2_10.py │ │ ├── unary=2_2.py │ │ ├── unary=2_3.py │ │ ├── unary=2_4.py │ │ ├── unary=2_5.py │ │ ├── unary=2_6.py │ │ ├── unary=2_7.py │ │ ├── unary=2_8.py │ │ └── unary=2_9.py │ ├── unary=20 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=20_1.py │ │ ├── unary=20_10.py │ │ ├── unary=20_2.py │ │ ├── unary=20_3.py │ │ ├── unary=20_4.py │ │ ├── unary=20_5.py │ │ ├── unary=20_6.py │ │ ├── unary=20_7.py │ │ ├── unary=20_8.py │ │ └── unary=20_9.py │ ├── unary=21 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=21_1.py │ │ ├── unary=21_10.py │ │ ├── unary=21_2.py │ │ ├── unary=21_3.py │ │ ├── unary=21_4.py │ │ ├── unary=21_5.py │ │ ├── unary=21_6.py │ │ ├── unary=21_7.py │ │ ├── unary=21_8.py │ │ └── unary=21_9.py │ ├── unary=22 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=22_1.py │ │ ├── unary=22_10.py │ │ ├── unary=22_2.py │ │ ├── unary=22_3.py │ │ ├── unary=22_4.py │ │ ├── unary=22_5.py │ │ ├── unary=22_6.py │ │ ├── unary=22_7.py │ │ ├── unary=22_8.py │ │ └── unary=22_9.py │ ├── unary=23 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=23_1.py │ │ ├── unary=23_10.py │ │ ├── unary=23_2.py │ │ ├── unary=23_3.py │ │ ├── unary=23_4.py │ │ ├── unary=23_5.py │ │ ├── unary=23_6.py │ │ ├── unary=23_7.py │ │ ├── unary=23_8.py │ │ └── unary=23_9.py │ ├── unary=24 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=24_1.py │ │ ├── unary=24_10.py │ │ ├── unary=24_2.py │ │ ├── unary=24_3.py │ │ ├── unary=24_4.py │ │ ├── unary=24_5.py │ │ ├── unary=24_6.py │ │ ├── unary=24_7.py │ │ ├── unary=24_8.py │ │ └── unary=24_9.py │ ├── unary=25 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=25_1.py │ │ ├── unary=25_10.py │ │ ├── unary=25_2.py │ │ ├── unary=25_3.py │ │ ├── unary=25_4.py │ │ ├── unary=25_5.py │ │ ├── unary=25_6.py │ │ ├── unary=25_7.py │ │ ├── unary=25_8.py │ │ └── unary=25_9.py │ ├── unary=26 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=26_1.py │ │ ├── unary=26_10.py │ │ ├── unary=26_2.py │ │ ├── unary=26_3.py │ │ ├── unary=26_4.py │ │ ├── unary=26_5.py │ │ ├── unary=26_6.py │ │ ├── unary=26_7.py │ │ ├── unary=26_8.py │ │ └── unary=26_9.py │ ├── unary=27 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=27_1.py │ │ ├── unary=27_10.py │ │ ├── unary=27_2.py │ │ ├── unary=27_3.py │ │ ├── unary=27_4.py │ │ ├── unary=27_5.py │ │ ├── unary=27_6.py │ │ ├── unary=27_7.py │ │ ├── unary=27_8.py │ │ └── unary=27_9.py │ ├── unary=28 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=28_1.py │ │ ├── unary=28_10.py │ │ ├── unary=28_2.py │ │ ├── unary=28_3.py │ │ ├── unary=28_4.py │ │ ├── unary=28_5.py │ │ ├── unary=28_6.py │ │ ├── unary=28_7.py │ │ ├── unary=28_8.py │ │ └── unary=28_9.py │ ├── unary=29 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=29_1.py │ │ ├── unary=29_10.py │ │ ├── unary=29_2.py │ │ ├── unary=29_3.py │ │ ├── unary=29_4.py │ │ ├── unary=29_5.py │ │ ├── unary=29_6.py │ │ ├── unary=29_7.py │ │ ├── unary=29_8.py │ │ └── unary=29_9.py │ ├── unary=3 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=3_1.py │ │ ├── unary=3_10.py │ │ ├── unary=3_2.py │ │ ├── unary=3_3.py │ │ ├── unary=3_4.py │ │ ├── unary=3_5.py │ │ ├── unary=3_6.py │ │ ├── unary=3_7.py │ │ ├── unary=3_8.py │ │ └── unary=3_9.py │ ├── unary=4 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=4_1.py │ │ ├── unary=4_10.py │ │ ├── unary=4_2.py │ │ ├── unary=4_3.py │ │ ├── unary=4_4.py │ │ ├── unary=4_5.py │ │ ├── unary=4_6.py │ │ ├── unary=4_7.py │ │ ├── unary=4_8.py │ │ └── unary=4_9.py │ ├── unary=5 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=5_1.py │ │ ├── unary=5_10.py │ │ ├── unary=5_2.py │ │ ├── unary=5_3.py │ │ ├── unary=5_4.py │ │ ├── unary=5_5.py │ │ ├── unary=5_6.py │ │ ├── unary=5_7.py │ │ ├── unary=5_8.py │ │ └── unary=5_9.py │ ├── unary=6 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=6_1.py │ │ ├── unary=6_10.py │ │ ├── unary=6_2.py │ │ ├── unary=6_3.py │ │ ├── unary=6_4.py │ │ ├── unary=6_5.py │ │ ├── unary=6_6.py │ │ ├── unary=6_7.py │ │ ├── unary=6_8.py │ │ └── unary=6_9.py │ ├── unary=7 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=7_1.py │ │ ├── unary=7_10.py │ │ ├── unary=7_2.py │ │ ├── unary=7_3.py │ │ ├── unary=7_4.py │ │ ├── unary=7_5.py │ │ ├── unary=7_6.py │ │ ├── unary=7_7.py │ │ ├── unary=7_8.py │ │ └── unary=7_9.py │ ├── unary=8 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=8_1.py │ │ ├── unary=8_10.py │ │ ├── unary=8_2.py │ │ ├── unary=8_3.py │ │ ├── unary=8_4.py │ │ ├── unary=8_5.py │ │ ├── unary=8_6.py │ │ ├── unary=8_7.py │ │ ├── unary=8_8.py │ │ └── unary=8_9.py │ └── unary=9 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=9_1.py │ │ ├── unary=9_10.py │ │ ├── unary=9_2.py │ │ ├── unary=9_3.py │ │ ├── unary=9_4.py │ │ ├── unary=9_5.py │ │ ├── unary=9_6.py │ │ ├── unary=9_7.py │ │ ├── unary=9_8.py │ │ └── unary=9_9.py │ ├── step10-3shot │ ├── addmm │ │ ├── addmm_1.py │ │ ├── addmm_10.py │ │ ├── addmm_2.py │ │ ├── addmm_3.py │ │ ├── addmm_4.py │ │ ├── addmm_5.py │ │ ├── addmm_6.py │ │ ├── addmm_7.py │ │ ├── addmm_8.py │ │ ├── addmm_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── binary=0 │ │ ├── binary=0_1.py │ │ ├── binary=0_10.py │ │ ├── binary=0_2.py │ │ ├── binary=0_3.py │ │ ├── binary=0_4.py │ │ ├── binary=0_5.py │ │ ├── binary=0_6.py │ │ ├── binary=0_7.py │ │ ├── binary=0_8.py │ │ ├── binary=0_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── binary=10 │ │ ├── binary=10_1.py │ │ ├── binary=10_10.py │ │ ├── binary=10_2.py │ │ ├── binary=10_3.py │ │ ├── binary=10_4.py │ │ ├── binary=10_5.py │ │ ├── binary=10_6.py │ │ ├── binary=10_7.py │ │ ├── binary=10_8.py │ │ ├── binary=10_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── binary=2 │ │ ├── binary=2_1.py │ │ ├── binary=2_10.py │ │ ├── binary=2_2.py │ │ ├── binary=2_3.py │ │ ├── binary=2_4.py │ │ ├── binary=2_5.py │ │ ├── binary=2_6.py │ │ ├── binary=2_7.py │ │ ├── binary=2_8.py │ │ ├── binary=2_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── binary=4 │ │ ├── binary=4_1.py │ │ ├── binary=4_10.py │ │ ├── binary=4_2.py │ │ ├── binary=4_3.py │ │ ├── binary=4_4.py │ │ ├── binary=4_5.py │ │ ├── binary=4_6.py │ │ ├── binary=4_7.py │ │ ├── binary=4_8.py │ │ ├── binary=4_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── binary=6 │ │ ├── binary=6_1.py │ │ ├── binary=6_10.py │ │ ├── binary=6_2.py │ │ ├── binary=6_3.py │ │ ├── binary=6_4.py │ │ ├── binary=6_5.py │ │ ├── binary=6_6.py │ │ ├── binary=6_7.py │ │ ├── binary=6_8.py │ │ ├── binary=6_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── binary=8 │ │ ├── binary=8_1.py │ │ ├── binary=8_10.py │ │ ├── binary=8_2.py │ │ ├── binary=8_3.py │ │ ├── binary=8_4.py │ │ ├── binary=8_5.py │ │ ├── binary=8_6.py │ │ ├── binary=8_7.py │ │ ├── binary=8_8.py │ │ ├── binary=8_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── binary_unary=0 │ │ ├── binary_unary=0_1.py │ │ ├── binary_unary=0_10.py │ │ ├── binary_unary=0_2.py │ │ ├── binary_unary=0_3.py │ │ ├── binary_unary=0_4.py │ │ ├── binary_unary=0_5.py │ │ ├── binary_unary=0_6.py │ │ ├── binary_unary=0_7.py │ │ ├── binary_unary=0_8.py │ │ ├── binary_unary=0_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── binary_unary=10 │ │ ├── binary_unary=10_1.py │ │ ├── binary_unary=10_10.py │ │ ├── binary_unary=10_2.py │ │ ├── binary_unary=10_3.py │ │ ├── binary_unary=10_4.py │ │ ├── binary_unary=10_5.py │ │ ├── binary_unary=10_6.py │ │ ├── binary_unary=10_7.py │ │ ├── binary_unary=10_8.py │ │ ├── binary_unary=10_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── binary_unary=2 │ │ ├── binary_unary=2_1.py │ │ ├── binary_unary=2_10.py │ │ ├── binary_unary=2_2.py │ │ ├── binary_unary=2_3.py │ │ ├── binary_unary=2_4.py │ │ ├── binary_unary=2_5.py │ │ ├── binary_unary=2_6.py │ │ ├── binary_unary=2_7.py │ │ ├── binary_unary=2_8.py │ │ ├── binary_unary=2_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── binary_unary=4 │ │ ├── binary_unary=4_1.py │ │ ├── binary_unary=4_10.py │ │ ├── binary_unary=4_2.py │ │ ├── binary_unary=4_3.py │ │ ├── binary_unary=4_4.py │ │ ├── binary_unary=4_5.py │ │ ├── binary_unary=4_6.py │ │ ├── binary_unary=4_7.py │ │ ├── binary_unary=4_8.py │ │ ├── binary_unary=4_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── binary_unary=6 │ │ ├── binary_unary=6_1.py │ │ ├── binary_unary=6_10.py │ │ ├── binary_unary=6_2.py │ │ ├── binary_unary=6_3.py │ │ ├── binary_unary=6_4.py │ │ ├── binary_unary=6_5.py │ │ ├── binary_unary=6_6.py │ │ ├── binary_unary=6_7.py │ │ ├── binary_unary=6_8.py │ │ ├── binary_unary=6_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── binary_unary=8 │ │ ├── binary_unary=8_1.py │ │ ├── binary_unary=8_10.py │ │ ├── binary_unary=8_2.py │ │ ├── binary_unary=8_3.py │ │ ├── binary_unary=8_4.py │ │ ├── binary_unary=8_5.py │ │ ├── binary_unary=8_6.py │ │ ├── binary_unary=8_7.py │ │ ├── binary_unary=8_8.py │ │ ├── binary_unary=8_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── cat_addmm │ │ ├── cat_addmm_1.py │ │ ├── cat_addmm_10.py │ │ ├── cat_addmm_2.py │ │ ├── cat_addmm_3.py │ │ ├── cat_addmm_4.py │ │ ├── cat_addmm_5.py │ │ ├── cat_addmm_6.py │ │ ├── cat_addmm_7.py │ │ ├── cat_addmm_8.py │ │ ├── cat_addmm_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── cat_mm │ │ ├── cat_mm_1.py │ │ ├── cat_mm_10.py │ │ ├── cat_mm_2.py │ │ ├── cat_mm_3.py │ │ ├── cat_mm_4.py │ │ ├── cat_mm_5.py │ │ ├── cat_mm_6.py │ │ ├── cat_mm_7.py │ │ ├── cat_mm_8.py │ │ ├── cat_mm_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── cat_slice_cat │ │ ├── cat_slice_cat_1.py │ │ ├── cat_slice_cat_10.py │ │ ├── cat_slice_cat_2.py │ │ ├── cat_slice_cat_3.py │ │ ├── cat_slice_cat_4.py │ │ ├── cat_slice_cat_5.py │ │ ├── cat_slice_cat_6.py │ │ ├── cat_slice_cat_7.py │ │ ├── cat_slice_cat_8.py │ │ ├── cat_slice_cat_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── fuse_conv_bn │ │ ├── fuse_conv_bn_1.py │ │ ├── fuse_conv_bn_10.py │ │ ├── fuse_conv_bn_2.py │ │ ├── fuse_conv_bn_3.py │ │ ├── fuse_conv_bn_4.py │ │ ├── fuse_conv_bn_5.py │ │ ├── fuse_conv_bn_6.py │ │ ├── fuse_conv_bn_7.py │ │ ├── fuse_conv_bn_8.py │ │ ├── fuse_conv_bn_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── linear_permute_fusion │ │ ├── linear_permute_fusion_1.py │ │ ├── linear_permute_fusion_10.py │ │ ├── linear_permute_fusion_2.py │ │ ├── linear_permute_fusion_3.py │ │ ├── linear_permute_fusion_4.py │ │ ├── linear_permute_fusion_5.py │ │ ├── linear_permute_fusion_6.py │ │ ├── linear_permute_fusion_7.py │ │ ├── linear_permute_fusion_8.py │ │ ├── linear_permute_fusion_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── mm_plus_mm │ │ ├── mm_plus_mm_1.py │ │ ├── mm_plus_mm_10.py │ │ ├── mm_plus_mm_2.py │ │ ├── mm_plus_mm_3.py │ │ ├── mm_plus_mm_4.py │ │ ├── mm_plus_mm_5.py │ │ ├── mm_plus_mm_6.py │ │ ├── mm_plus_mm_7.py │ │ ├── mm_plus_mm_8.py │ │ ├── mm_plus_mm_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── outputs.json │ ├── permute_linear_fusion │ │ ├── permute_linear_fusion_1.py │ │ ├── permute_linear_fusion_10.py │ │ ├── permute_linear_fusion_2.py │ │ ├── permute_linear_fusion_3.py │ │ ├── permute_linear_fusion_4.py │ │ ├── permute_linear_fusion_5.py │ │ ├── permute_linear_fusion_6.py │ │ ├── permute_linear_fusion_7.py │ │ ├── permute_linear_fusion_8.py │ │ ├── permute_linear_fusion_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── permute_matmul_fusion │ │ ├── permute_matmul_fusion_1.py │ │ ├── permute_matmul_fusion_10.py │ │ ├── permute_matmul_fusion_2.py │ │ ├── permute_matmul_fusion_3.py │ │ ├── permute_matmul_fusion_4.py │ │ ├── permute_matmul_fusion_5.py │ │ ├── permute_matmul_fusion_6.py │ │ ├── permute_matmul_fusion_7.py │ │ ├── permute_matmul_fusion_8.py │ │ ├── permute_matmul_fusion_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── pointless_cumsum_replacement │ │ ├── pointless_cumsum_replacement_1.py │ │ ├── pointless_cumsum_replacement_10.py │ │ ├── pointless_cumsum_replacement_2.py │ │ ├── pointless_cumsum_replacement_3.py │ │ ├── pointless_cumsum_replacement_4.py │ │ ├── pointless_cumsum_replacement_5.py │ │ ├── pointless_cumsum_replacement_6.py │ │ ├── pointless_cumsum_replacement_7.py │ │ ├── pointless_cumsum_replacement_8.py │ │ ├── pointless_cumsum_replacement_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── replace_fx │ │ ├── prompt.txt │ │ ├── replace_fx_1.py │ │ ├── replace_fx_10.py │ │ ├── replace_fx_2.py │ │ ├── replace_fx_3.py │ │ ├── replace_fx_4.py │ │ ├── replace_fx_5.py │ │ ├── replace_fx_6.py │ │ ├── replace_fx_7.py │ │ ├── replace_fx_8.py │ │ ├── replace_fx_9.py │ │ └── time.txt │ ├── sfdp=0 │ │ ├── prompt.txt │ │ ├── sfdp=0_1.py │ │ ├── sfdp=0_10.py │ │ ├── sfdp=0_2.py │ │ ├── sfdp=0_3.py │ │ ├── sfdp=0_4.py │ │ ├── sfdp=0_5.py │ │ ├── sfdp=0_6.py │ │ ├── sfdp=0_7.py │ │ ├── sfdp=0_8.py │ │ ├── sfdp=0_9.py │ │ └── time.txt │ ├── sfdp=1 │ │ ├── prompt.txt │ │ ├── sfdp=1_1.py │ │ ├── sfdp=1_10.py │ │ ├── sfdp=1_2.py │ │ ├── sfdp=1_3.py │ │ ├── sfdp=1_4.py │ │ ├── sfdp=1_5.py │ │ ├── sfdp=1_6.py │ │ ├── sfdp=1_7.py │ │ ├── sfdp=1_8.py │ │ ├── sfdp=1_9.py │ │ └── time.txt │ ├── sfdp=2 │ │ ├── prompt.txt │ │ ├── sfdp=2_1.py │ │ ├── sfdp=2_10.py │ │ ├── sfdp=2_2.py │ │ ├── sfdp=2_3.py │ │ ├── sfdp=2_4.py │ │ ├── sfdp=2_5.py │ │ ├── sfdp=2_6.py │ │ ├── sfdp=2_7.py │ │ ├── sfdp=2_8.py │ │ ├── sfdp=2_9.py │ │ └── time.txt │ ├── sfdp=3 │ │ ├── prompt.txt │ │ ├── sfdp=3_1.py │ │ ├── sfdp=3_10.py │ │ ├── sfdp=3_2.py │ │ ├── sfdp=3_3.py │ │ ├── sfdp=3_4.py │ │ ├── sfdp=3_5.py │ │ ├── sfdp=3_6.py │ │ ├── sfdp=3_7.py │ │ ├── sfdp=3_8.py │ │ ├── sfdp=3_9.py │ │ └── time.txt │ ├── sfdp=4 │ │ ├── prompt.txt │ │ ├── sfdp=4_1.py │ │ ├── sfdp=4_10.py │ │ ├── sfdp=4_2.py │ │ ├── sfdp=4_3.py │ │ ├── sfdp=4_4.py │ │ ├── sfdp=4_5.py │ │ ├── sfdp=4_6.py │ │ ├── sfdp=4_7.py │ │ ├── sfdp=4_8.py │ │ ├── sfdp=4_9.py │ │ └── time.txt │ ├── sfdp=5 │ │ ├── prompt.txt │ │ ├── sfdp=5_1.py │ │ ├── sfdp=5_10.py │ │ ├── sfdp=5_2.py │ │ ├── sfdp=5_3.py │ │ ├── sfdp=5_4.py │ │ ├── sfdp=5_5.py │ │ ├── sfdp=5_6.py │ │ ├── sfdp=5_7.py │ │ ├── sfdp=5_8.py │ │ ├── sfdp=5_9.py │ │ └── time.txt │ ├── sink_cat_after_pointwise │ │ ├── prompt.txt │ │ ├── sink_cat_after_pointwise_1.py │ │ ├── sink_cat_after_pointwise_10.py │ │ ├── sink_cat_after_pointwise_2.py │ │ ├── sink_cat_after_pointwise_3.py │ │ ├── sink_cat_after_pointwise_4.py │ │ ├── sink_cat_after_pointwise_5.py │ │ ├── sink_cat_after_pointwise_6.py │ │ ├── sink_cat_after_pointwise_7.py │ │ ├── sink_cat_after_pointwise_8.py │ │ ├── sink_cat_after_pointwise_9.py │ │ └── time.txt │ ├── splitwithsizes_cat_replace │ │ ├── prompt.txt │ │ ├── splitwithsizes_cat_replace_1.py │ │ ├── splitwithsizes_cat_replace_10.py │ │ ├── splitwithsizes_cat_replace_2.py │ │ ├── splitwithsizes_cat_replace_3.py │ │ ├── splitwithsizes_cat_replace_4.py │ │ ├── splitwithsizes_cat_replace_5.py │ │ ├── splitwithsizes_cat_replace_6.py │ │ ├── splitwithsizes_cat_replace_7.py │ │ ├── splitwithsizes_cat_replace_8.py │ │ ├── splitwithsizes_cat_replace_9.py │ │ └── time.txt │ ├── unary=0 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=0_1.py │ │ ├── unary=0_10.py │ │ ├── unary=0_2.py │ │ ├── unary=0_3.py │ │ ├── unary=0_4.py │ │ ├── unary=0_5.py │ │ ├── unary=0_6.py │ │ ├── unary=0_7.py │ │ ├── unary=0_8.py │ │ └── unary=0_9.py │ ├── unary=1 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=1_1.py │ │ ├── unary=1_10.py │ │ ├── unary=1_2.py │ │ ├── unary=1_3.py │ │ ├── unary=1_4.py │ │ ├── unary=1_5.py │ │ ├── unary=1_6.py │ │ ├── unary=1_7.py │ │ ├── unary=1_8.py │ │ └── unary=1_9.py │ ├── unary=10 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=10_1.py │ │ ├── unary=10_10.py │ │ ├── unary=10_2.py │ │ ├── unary=10_3.py │ │ ├── unary=10_4.py │ │ ├── unary=10_5.py │ │ ├── unary=10_6.py │ │ ├── unary=10_7.py │ │ ├── unary=10_8.py │ │ └── unary=10_9.py │ ├── unary=11 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=11_1.py │ │ ├── unary=11_10.py │ │ ├── unary=11_2.py │ │ ├── unary=11_3.py │ │ ├── unary=11_4.py │ │ ├── unary=11_5.py │ │ ├── unary=11_6.py │ │ ├── unary=11_7.py │ │ ├── unary=11_8.py │ │ └── unary=11_9.py │ ├── unary=12 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=12_1.py │ │ ├── unary=12_10.py │ │ ├── unary=12_2.py │ │ ├── unary=12_3.py │ │ ├── unary=12_4.py │ │ ├── unary=12_5.py │ │ ├── unary=12_6.py │ │ ├── unary=12_7.py │ │ ├── unary=12_8.py │ │ └── unary=12_9.py │ ├── unary=13 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=13_1.py │ │ ├── unary=13_10.py │ │ ├── unary=13_2.py │ │ ├── unary=13_3.py │ │ ├── unary=13_4.py │ │ ├── unary=13_5.py │ │ ├── unary=13_6.py │ │ ├── unary=13_7.py │ │ ├── unary=13_8.py │ │ └── unary=13_9.py │ ├── unary=14 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=14_1.py │ │ ├── unary=14_10.py │ │ ├── unary=14_2.py │ │ ├── unary=14_3.py │ │ ├── unary=14_4.py │ │ ├── unary=14_5.py │ │ ├── unary=14_6.py │ │ ├── unary=14_7.py │ │ ├── unary=14_8.py │ │ └── unary=14_9.py │ ├── unary=15 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=15_1.py │ │ ├── unary=15_10.py │ │ ├── unary=15_2.py │ │ ├── unary=15_3.py │ │ ├── unary=15_4.py │ │ ├── unary=15_5.py │ │ ├── unary=15_6.py │ │ ├── unary=15_7.py │ │ ├── unary=15_8.py │ │ └── unary=15_9.py │ ├── unary=16 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=16_1.py │ │ ├── unary=16_10.py │ │ ├── unary=16_2.py │ │ ├── unary=16_3.py │ │ ├── unary=16_4.py │ │ ├── unary=16_5.py │ │ ├── unary=16_6.py │ │ ├── unary=16_7.py │ │ ├── unary=16_8.py │ │ └── unary=16_9.py │ ├── unary=17 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=17_1.py │ │ ├── unary=17_10.py │ │ ├── unary=17_2.py │ │ ├── unary=17_3.py │ │ ├── unary=17_4.py │ │ ├── unary=17_5.py │ │ ├── unary=17_6.py │ │ ├── unary=17_7.py │ │ ├── unary=17_8.py │ │ └── unary=17_9.py │ ├── unary=18 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=18_1.py │ │ ├── unary=18_10.py │ │ ├── unary=18_2.py │ │ ├── unary=18_3.py │ │ ├── unary=18_4.py │ │ ├── unary=18_5.py │ │ ├── unary=18_6.py │ │ ├── unary=18_7.py │ │ ├── unary=18_8.py │ │ └── unary=18_9.py │ ├── unary=19 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=19_1.py │ │ ├── unary=19_10.py │ │ ├── unary=19_2.py │ │ ├── unary=19_3.py │ │ ├── unary=19_4.py │ │ ├── unary=19_5.py │ │ ├── unary=19_6.py │ │ ├── unary=19_7.py │ │ ├── unary=19_8.py │ │ └── unary=19_9.py │ ├── unary=2 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=2_1.py │ │ ├── unary=2_10.py │ │ ├── unary=2_2.py │ │ ├── unary=2_3.py │ │ ├── unary=2_4.py │ │ ├── unary=2_5.py │ │ ├── unary=2_6.py │ │ ├── unary=2_7.py │ │ ├── unary=2_8.py │ │ └── unary=2_9.py │ ├── unary=20 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=20_1.py │ │ ├── unary=20_10.py │ │ ├── unary=20_2.py │ │ ├── unary=20_3.py │ │ ├── unary=20_4.py │ │ ├── unary=20_5.py │ │ ├── unary=20_6.py │ │ ├── unary=20_7.py │ │ ├── unary=20_8.py │ │ └── unary=20_9.py │ ├── unary=21 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=21_1.py │ │ ├── unary=21_10.py │ │ ├── unary=21_2.py │ │ ├── unary=21_3.py │ │ ├── unary=21_4.py │ │ ├── unary=21_5.py │ │ ├── unary=21_6.py │ │ ├── unary=21_7.py │ │ ├── unary=21_8.py │ │ └── unary=21_9.py │ ├── unary=22 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=22_1.py │ │ ├── unary=22_10.py │ │ ├── unary=22_2.py │ │ ├── unary=22_3.py │ │ ├── unary=22_4.py │ │ ├── unary=22_5.py │ │ ├── unary=22_6.py │ │ ├── unary=22_7.py │ │ ├── unary=22_8.py │ │ └── unary=22_9.py │ ├── unary=23 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=23_1.py │ │ ├── unary=23_10.py │ │ ├── unary=23_2.py │ │ ├── unary=23_3.py │ │ ├── unary=23_4.py │ │ ├── unary=23_5.py │ │ ├── unary=23_6.py │ │ ├── unary=23_7.py │ │ ├── unary=23_8.py │ │ └── unary=23_9.py │ ├── unary=24 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=24_1.py │ │ ├── unary=24_10.py │ │ ├── unary=24_2.py │ │ ├── unary=24_3.py │ │ ├── unary=24_4.py │ │ ├── unary=24_5.py │ │ ├── unary=24_6.py │ │ ├── unary=24_7.py │ │ ├── unary=24_8.py │ │ └── unary=24_9.py │ ├── unary=25 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=25_1.py │ │ ├── unary=25_10.py │ │ ├── unary=25_2.py │ │ ├── unary=25_3.py │ │ ├── unary=25_4.py │ │ ├── unary=25_5.py │ │ ├── unary=25_6.py │ │ ├── unary=25_7.py │ │ ├── unary=25_8.py │ │ └── unary=25_9.py │ ├── unary=26 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=26_1.py │ │ ├── unary=26_10.py │ │ ├── unary=26_2.py │ │ ├── unary=26_3.py │ │ ├── unary=26_4.py │ │ ├── unary=26_5.py │ │ ├── unary=26_6.py │ │ ├── unary=26_7.py │ │ ├── unary=26_8.py │ │ └── unary=26_9.py │ ├── unary=27 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=27_1.py │ │ ├── unary=27_10.py │ │ ├── unary=27_2.py │ │ ├── unary=27_3.py │ │ ├── unary=27_4.py │ │ ├── unary=27_5.py │ │ ├── unary=27_6.py │ │ ├── unary=27_7.py │ │ ├── unary=27_8.py │ │ └── unary=27_9.py │ ├── unary=28 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=28_1.py │ │ ├── unary=28_10.py │ │ ├── unary=28_2.py │ │ ├── unary=28_3.py │ │ ├── unary=28_4.py │ │ ├── unary=28_5.py │ │ ├── unary=28_6.py │ │ ├── unary=28_7.py │ │ ├── unary=28_8.py │ │ └── unary=28_9.py │ ├── unary=29 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=29_1.py │ │ ├── unary=29_10.py │ │ ├── unary=29_2.py │ │ ├── unary=29_3.py │ │ ├── unary=29_4.py │ │ ├── unary=29_5.py │ │ ├── unary=29_6.py │ │ ├── unary=29_7.py │ │ ├── unary=29_8.py │ │ └── unary=29_9.py │ ├── unary=3 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=3_1.py │ │ ├── unary=3_10.py │ │ ├── unary=3_2.py │ │ ├── unary=3_3.py │ │ ├── unary=3_4.py │ │ ├── unary=3_5.py │ │ ├── unary=3_6.py │ │ ├── unary=3_7.py │ │ ├── unary=3_8.py │ │ └── unary=3_9.py │ ├── unary=4 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=4_1.py │ │ ├── unary=4_10.py │ │ ├── unary=4_2.py │ │ ├── unary=4_3.py │ │ ├── unary=4_4.py │ │ ├── unary=4_5.py │ │ ├── unary=4_6.py │ │ ├── unary=4_7.py │ │ ├── unary=4_8.py │ │ └── unary=4_9.py │ ├── unary=5 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=5_1.py │ │ ├── unary=5_10.py │ │ ├── unary=5_2.py │ │ ├── unary=5_3.py │ │ ├── unary=5_4.py │ │ ├── unary=5_5.py │ │ ├── unary=5_6.py │ │ ├── unary=5_7.py │ │ ├── unary=5_8.py │ │ └── unary=5_9.py │ ├── unary=6 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=6_1.py │ │ ├── unary=6_10.py │ │ ├── unary=6_2.py │ │ ├── unary=6_3.py │ │ ├── unary=6_4.py │ │ ├── unary=6_5.py │ │ ├── unary=6_6.py │ │ ├── unary=6_7.py │ │ ├── unary=6_8.py │ │ └── unary=6_9.py │ ├── unary=7 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=7_1.py │ │ ├── unary=7_10.py │ │ ├── unary=7_2.py │ │ ├── unary=7_3.py │ │ ├── unary=7_4.py │ │ ├── unary=7_5.py │ │ ├── unary=7_6.py │ │ ├── unary=7_7.py │ │ ├── unary=7_8.py │ │ └── unary=7_9.py │ ├── unary=8 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=8_1.py │ │ ├── unary=8_10.py │ │ ├── unary=8_2.py │ │ ├── unary=8_3.py │ │ ├── unary=8_4.py │ │ ├── unary=8_5.py │ │ ├── unary=8_6.py │ │ ├── unary=8_7.py │ │ ├── unary=8_8.py │ │ └── unary=8_9.py │ └── unary=9 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=9_1.py │ │ ├── unary=9_10.py │ │ ├── unary=9_2.py │ │ ├── unary=9_3.py │ │ ├── unary=9_4.py │ │ ├── unary=9_5.py │ │ ├── unary=9_6.py │ │ ├── unary=9_7.py │ │ ├── unary=9_8.py │ │ └── unary=9_9.py │ ├── step100-3shot │ ├── addmm │ │ ├── addmm_1.py │ │ ├── addmm_10.py │ │ ├── addmm_2.py │ │ ├── addmm_3.py │ │ ├── addmm_4.py │ │ ├── addmm_5.py │ │ ├── addmm_6.py │ │ ├── addmm_7.py │ │ ├── addmm_8.py │ │ ├── addmm_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── binary=0 │ │ ├── binary=0_1.py │ │ ├── binary=0_10.py │ │ ├── binary=0_2.py │ │ ├── binary=0_3.py │ │ ├── binary=0_4.py │ │ ├── binary=0_5.py │ │ ├── binary=0_6.py │ │ ├── binary=0_7.py │ │ ├── binary=0_8.py │ │ ├── binary=0_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── binary=10 │ │ ├── binary=10_1.py │ │ ├── binary=10_10.py │ │ ├── binary=10_2.py │ │ ├── binary=10_3.py │ │ ├── binary=10_4.py │ │ ├── binary=10_5.py │ │ ├── binary=10_6.py │ │ ├── binary=10_7.py │ │ ├── binary=10_8.py │ │ ├── binary=10_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── binary=2 │ │ ├── binary=2_1.py │ │ ├── binary=2_10.py │ │ ├── binary=2_2.py │ │ ├── binary=2_3.py │ │ ├── binary=2_4.py │ │ ├── binary=2_5.py │ │ ├── binary=2_6.py │ │ ├── binary=2_7.py │ │ ├── binary=2_8.py │ │ ├── binary=2_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── binary=4 │ │ ├── binary=4_1.py │ │ ├── binary=4_10.py │ │ ├── binary=4_2.py │ │ ├── binary=4_3.py │ │ ├── binary=4_4.py │ │ ├── binary=4_5.py │ │ ├── binary=4_6.py │ │ ├── binary=4_7.py │ │ ├── binary=4_8.py │ │ ├── binary=4_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── binary=6 │ │ ├── binary=6_1.py │ │ ├── binary=6_10.py │ │ ├── binary=6_2.py │ │ ├── binary=6_3.py │ │ ├── binary=6_4.py │ │ ├── binary=6_5.py │ │ ├── binary=6_6.py │ │ ├── binary=6_7.py │ │ ├── binary=6_8.py │ │ ├── binary=6_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── binary=8 │ │ ├── binary=8_1.py │ │ ├── binary=8_10.py │ │ ├── binary=8_2.py │ │ ├── binary=8_3.py │ │ ├── binary=8_4.py │ │ ├── binary=8_5.py │ │ ├── binary=8_6.py │ │ ├── binary=8_7.py │ │ ├── binary=8_8.py │ │ ├── binary=8_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── binary_unary=0 │ │ ├── binary_unary=0_1.py │ │ ├── binary_unary=0_10.py │ │ ├── binary_unary=0_2.py │ │ ├── binary_unary=0_3.py │ │ ├── binary_unary=0_4.py │ │ ├── binary_unary=0_5.py │ │ ├── binary_unary=0_6.py │ │ ├── binary_unary=0_7.py │ │ ├── binary_unary=0_8.py │ │ ├── binary_unary=0_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── binary_unary=10 │ │ ├── binary_unary=10_1.py │ │ ├── binary_unary=10_10.py │ │ ├── binary_unary=10_2.py │ │ ├── binary_unary=10_3.py │ │ ├── binary_unary=10_4.py │ │ ├── binary_unary=10_5.py │ │ ├── binary_unary=10_6.py │ │ ├── binary_unary=10_7.py │ │ ├── binary_unary=10_8.py │ │ ├── binary_unary=10_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── binary_unary=2 │ │ ├── binary_unary=2_1.py │ │ ├── binary_unary=2_10.py │ │ ├── binary_unary=2_2.py │ │ ├── binary_unary=2_3.py │ │ ├── binary_unary=2_4.py │ │ ├── binary_unary=2_5.py │ │ ├── binary_unary=2_6.py │ │ ├── binary_unary=2_7.py │ │ ├── binary_unary=2_8.py │ │ ├── binary_unary=2_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── binary_unary=4 │ │ ├── binary_unary=4_1.py │ │ ├── binary_unary=4_10.py │ │ ├── binary_unary=4_2.py │ │ ├── binary_unary=4_3.py │ │ ├── binary_unary=4_4.py │ │ ├── binary_unary=4_5.py │ │ ├── binary_unary=4_6.py │ │ ├── binary_unary=4_7.py │ │ ├── binary_unary=4_8.py │ │ ├── binary_unary=4_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── binary_unary=6 │ │ ├── binary_unary=6_1.py │ │ ├── binary_unary=6_10.py │ │ ├── binary_unary=6_2.py │ │ ├── binary_unary=6_3.py │ │ ├── binary_unary=6_4.py │ │ ├── binary_unary=6_5.py │ │ ├── binary_unary=6_6.py │ │ ├── binary_unary=6_7.py │ │ ├── binary_unary=6_8.py │ │ ├── binary_unary=6_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── binary_unary=8 │ │ ├── binary_unary=8_1.py │ │ ├── binary_unary=8_10.py │ │ ├── binary_unary=8_2.py │ │ ├── binary_unary=8_3.py │ │ ├── binary_unary=8_4.py │ │ ├── binary_unary=8_5.py │ │ ├── binary_unary=8_6.py │ │ ├── binary_unary=8_7.py │ │ ├── binary_unary=8_8.py │ │ ├── binary_unary=8_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── cat_addmm │ │ ├── cat_addmm_1.py │ │ ├── cat_addmm_10.py │ │ ├── cat_addmm_2.py │ │ ├── cat_addmm_3.py │ │ ├── cat_addmm_4.py │ │ ├── cat_addmm_5.py │ │ ├── cat_addmm_6.py │ │ ├── cat_addmm_7.py │ │ ├── cat_addmm_8.py │ │ ├── cat_addmm_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── cat_mm │ │ ├── cat_mm_1.py │ │ ├── cat_mm_10.py │ │ ├── cat_mm_2.py │ │ ├── cat_mm_3.py │ │ ├── cat_mm_4.py │ │ ├── cat_mm_5.py │ │ ├── cat_mm_6.py │ │ ├── cat_mm_7.py │ │ ├── cat_mm_8.py │ │ ├── cat_mm_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── cat_slice_cat │ │ ├── cat_slice_cat_1.py │ │ ├── cat_slice_cat_10.py │ │ ├── cat_slice_cat_2.py │ │ ├── cat_slice_cat_3.py │ │ ├── cat_slice_cat_4.py │ │ ├── cat_slice_cat_5.py │ │ ├── cat_slice_cat_6.py │ │ ├── cat_slice_cat_7.py │ │ ├── cat_slice_cat_8.py │ │ ├── cat_slice_cat_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── fuse_conv_bn │ │ ├── fuse_conv_bn_1.py │ │ ├── fuse_conv_bn_10.py │ │ ├── fuse_conv_bn_2.py │ │ ├── fuse_conv_bn_3.py │ │ ├── fuse_conv_bn_4.py │ │ ├── fuse_conv_bn_5.py │ │ ├── fuse_conv_bn_6.py │ │ ├── fuse_conv_bn_7.py │ │ ├── fuse_conv_bn_8.py │ │ ├── fuse_conv_bn_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── linear_permute_fusion │ │ ├── linear_permute_fusion_1.py │ │ ├── linear_permute_fusion_10.py │ │ ├── linear_permute_fusion_2.py │ │ ├── linear_permute_fusion_3.py │ │ ├── linear_permute_fusion_4.py │ │ ├── linear_permute_fusion_5.py │ │ ├── linear_permute_fusion_6.py │ │ ├── linear_permute_fusion_7.py │ │ ├── linear_permute_fusion_8.py │ │ ├── linear_permute_fusion_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── mm_plus_mm │ │ ├── mm_plus_mm_1.py │ │ ├── mm_plus_mm_10.py │ │ ├── mm_plus_mm_2.py │ │ ├── mm_plus_mm_3.py │ │ ├── mm_plus_mm_4.py │ │ ├── mm_plus_mm_5.py │ │ ├── mm_plus_mm_6.py │ │ ├── mm_plus_mm_7.py │ │ ├── mm_plus_mm_8.py │ │ ├── mm_plus_mm_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── outputs.json │ ├── permute_linear_fusion │ │ ├── permute_linear_fusion_1.py │ │ ├── permute_linear_fusion_10.py │ │ ├── permute_linear_fusion_2.py │ │ ├── permute_linear_fusion_3.py │ │ ├── permute_linear_fusion_4.py │ │ ├── permute_linear_fusion_5.py │ │ ├── permute_linear_fusion_6.py │ │ ├── permute_linear_fusion_7.py │ │ ├── permute_linear_fusion_8.py │ │ ├── permute_linear_fusion_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── permute_matmul_fusion │ │ ├── permute_matmul_fusion_1.py │ │ ├── permute_matmul_fusion_10.py │ │ ├── permute_matmul_fusion_2.py │ │ ├── permute_matmul_fusion_3.py │ │ ├── permute_matmul_fusion_4.py │ │ ├── permute_matmul_fusion_5.py │ │ ├── permute_matmul_fusion_6.py │ │ ├── permute_matmul_fusion_7.py │ │ ├── permute_matmul_fusion_8.py │ │ ├── permute_matmul_fusion_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── pointless_cumsum_replacement │ │ ├── pointless_cumsum_replacement_1.py │ │ ├── pointless_cumsum_replacement_10.py │ │ ├── pointless_cumsum_replacement_2.py │ │ ├── pointless_cumsum_replacement_3.py │ │ ├── pointless_cumsum_replacement_4.py │ │ ├── pointless_cumsum_replacement_5.py │ │ ├── pointless_cumsum_replacement_6.py │ │ ├── pointless_cumsum_replacement_7.py │ │ ├── pointless_cumsum_replacement_8.py │ │ ├── pointless_cumsum_replacement_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── replace_fx │ │ ├── prompt.txt │ │ ├── replace_fx_1.py │ │ ├── replace_fx_10.py │ │ ├── replace_fx_2.py │ │ ├── replace_fx_3.py │ │ ├── replace_fx_4.py │ │ ├── replace_fx_5.py │ │ ├── replace_fx_6.py │ │ ├── replace_fx_7.py │ │ ├── replace_fx_8.py │ │ ├── replace_fx_9.py │ │ └── time.txt │ ├── sfdp=0 │ │ ├── prompt.txt │ │ ├── sfdp=0_1.py │ │ ├── sfdp=0_10.py │ │ ├── sfdp=0_2.py │ │ ├── sfdp=0_3.py │ │ ├── sfdp=0_4.py │ │ ├── sfdp=0_5.py │ │ ├── sfdp=0_6.py │ │ ├── sfdp=0_7.py │ │ ├── sfdp=0_8.py │ │ ├── sfdp=0_9.py │ │ └── time.txt │ ├── sfdp=1 │ │ ├── prompt.txt │ │ ├── sfdp=1_1.py │ │ ├── sfdp=1_10.py │ │ ├── sfdp=1_2.py │ │ ├── sfdp=1_3.py │ │ ├── sfdp=1_4.py │ │ ├── sfdp=1_5.py │ │ ├── sfdp=1_6.py │ │ ├── sfdp=1_7.py │ │ ├── sfdp=1_8.py │ │ ├── sfdp=1_9.py │ │ └── time.txt │ ├── sfdp=2 │ │ ├── prompt.txt │ │ ├── sfdp=2_1.py │ │ ├── sfdp=2_10.py │ │ ├── sfdp=2_2.py │ │ ├── sfdp=2_3.py │ │ ├── sfdp=2_4.py │ │ ├── sfdp=2_5.py │ │ ├── sfdp=2_6.py │ │ ├── sfdp=2_7.py │ │ ├── sfdp=2_8.py │ │ ├── sfdp=2_9.py │ │ └── time.txt │ ├── sfdp=3 │ │ ├── prompt.txt │ │ ├── sfdp=3_1.py │ │ ├── sfdp=3_10.py │ │ ├── sfdp=3_2.py │ │ ├── sfdp=3_3.py │ │ ├── sfdp=3_4.py │ │ ├── sfdp=3_5.py │ │ ├── sfdp=3_6.py │ │ ├── sfdp=3_7.py │ │ ├── sfdp=3_8.py │ │ ├── sfdp=3_9.py │ │ └── time.txt │ ├── sfdp=4 │ │ ├── prompt.txt │ │ ├── sfdp=4_1.py │ │ ├── sfdp=4_10.py │ │ ├── sfdp=4_2.py │ │ ├── sfdp=4_3.py │ │ ├── sfdp=4_4.py │ │ ├── sfdp=4_5.py │ │ ├── sfdp=4_6.py │ │ ├── sfdp=4_7.py │ │ ├── sfdp=4_8.py │ │ ├── sfdp=4_9.py │ │ └── time.txt │ ├── sfdp=5 │ │ ├── prompt.txt │ │ ├── sfdp=5_1.py │ │ ├── sfdp=5_10.py │ │ ├── sfdp=5_2.py │ │ ├── sfdp=5_3.py │ │ ├── sfdp=5_4.py │ │ ├── sfdp=5_5.py │ │ ├── sfdp=5_6.py │ │ ├── sfdp=5_7.py │ │ ├── sfdp=5_8.py │ │ ├── sfdp=5_9.py │ │ └── time.txt │ ├── sink_cat_after_pointwise │ │ ├── prompt.txt │ │ ├── sink_cat_after_pointwise_1.py │ │ ├── sink_cat_after_pointwise_10.py │ │ ├── sink_cat_after_pointwise_2.py │ │ ├── sink_cat_after_pointwise_3.py │ │ ├── sink_cat_after_pointwise_4.py │ │ ├── sink_cat_after_pointwise_5.py │ │ ├── sink_cat_after_pointwise_6.py │ │ ├── sink_cat_after_pointwise_7.py │ │ ├── sink_cat_after_pointwise_8.py │ │ ├── sink_cat_after_pointwise_9.py │ │ └── time.txt │ ├── splitwithsizes_cat_replace │ │ ├── prompt.txt │ │ ├── splitwithsizes_cat_replace_1.py │ │ ├── splitwithsizes_cat_replace_10.py │ │ ├── splitwithsizes_cat_replace_2.py │ │ ├── splitwithsizes_cat_replace_3.py │ │ ├── splitwithsizes_cat_replace_4.py │ │ ├── splitwithsizes_cat_replace_5.py │ │ ├── splitwithsizes_cat_replace_6.py │ │ ├── splitwithsizes_cat_replace_7.py │ │ ├── splitwithsizes_cat_replace_8.py │ │ ├── splitwithsizes_cat_replace_9.py │ │ └── time.txt │ ├── unary=0 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=0_1.py │ │ ├── unary=0_10.py │ │ ├── unary=0_2.py │ │ ├── unary=0_3.py │ │ ├── unary=0_4.py │ │ ├── unary=0_5.py │ │ ├── unary=0_6.py │ │ ├── unary=0_7.py │ │ ├── unary=0_8.py │ │ └── unary=0_9.py │ ├── unary=1 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=1_1.py │ │ ├── unary=1_10.py │ │ ├── unary=1_2.py │ │ ├── unary=1_3.py │ │ ├── unary=1_4.py │ │ ├── unary=1_5.py │ │ ├── unary=1_6.py │ │ ├── unary=1_7.py │ │ ├── unary=1_8.py │ │ └── unary=1_9.py │ ├── unary=10 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=10_1.py │ │ ├── unary=10_10.py │ │ ├── unary=10_2.py │ │ ├── unary=10_3.py │ │ ├── unary=10_4.py │ │ ├── unary=10_5.py │ │ ├── unary=10_6.py │ │ ├── unary=10_7.py │ │ ├── unary=10_8.py │ │ └── unary=10_9.py │ ├── unary=11 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=11_1.py │ │ ├── unary=11_10.py │ │ ├── unary=11_2.py │ │ ├── unary=11_3.py │ │ ├── unary=11_4.py │ │ ├── unary=11_5.py │ │ ├── unary=11_6.py │ │ ├── unary=11_7.py │ │ ├── unary=11_8.py │ │ └── unary=11_9.py │ ├── unary=12 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=12_1.py │ │ ├── unary=12_10.py │ │ ├── unary=12_2.py │ │ ├── unary=12_3.py │ │ ├── unary=12_4.py │ │ ├── unary=12_5.py │ │ ├── unary=12_6.py │ │ ├── unary=12_7.py │ │ ├── unary=12_8.py │ │ └── unary=12_9.py │ ├── unary=13 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=13_1.py │ │ ├── unary=13_10.py │ │ ├── unary=13_2.py │ │ ├── unary=13_3.py │ │ ├── unary=13_4.py │ │ ├── unary=13_5.py │ │ ├── unary=13_6.py │ │ ├── unary=13_7.py │ │ ├── unary=13_8.py │ │ └── unary=13_9.py │ ├── unary=14 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=14_1.py │ │ ├── unary=14_10.py │ │ ├── unary=14_2.py │ │ ├── unary=14_3.py │ │ ├── unary=14_4.py │ │ ├── unary=14_5.py │ │ ├── unary=14_6.py │ │ ├── unary=14_7.py │ │ ├── unary=14_8.py │ │ └── unary=14_9.py │ ├── unary=15 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=15_1.py │ │ ├── unary=15_10.py │ │ ├── unary=15_2.py │ │ ├── unary=15_3.py │ │ ├── unary=15_4.py │ │ ├── unary=15_5.py │ │ ├── unary=15_6.py │ │ ├── unary=15_7.py │ │ ├── unary=15_8.py │ │ └── unary=15_9.py │ ├── unary=16 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=16_1.py │ │ ├── unary=16_10.py │ │ ├── unary=16_2.py │ │ ├── unary=16_3.py │ │ ├── unary=16_4.py │ │ ├── unary=16_5.py │ │ ├── unary=16_6.py │ │ ├── unary=16_7.py │ │ ├── unary=16_8.py │ │ └── unary=16_9.py │ ├── unary=17 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=17_1.py │ │ ├── unary=17_10.py │ │ ├── unary=17_2.py │ │ ├── unary=17_3.py │ │ ├── unary=17_4.py │ │ ├── unary=17_5.py │ │ ├── unary=17_6.py │ │ ├── unary=17_7.py │ │ ├── unary=17_8.py │ │ └── unary=17_9.py │ ├── unary=18 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=18_1.py │ │ ├── unary=18_10.py │ │ ├── unary=18_2.py │ │ ├── unary=18_3.py │ │ ├── unary=18_4.py │ │ ├── unary=18_5.py │ │ ├── unary=18_6.py │ │ ├── unary=18_7.py │ │ ├── unary=18_8.py │ │ └── unary=18_9.py │ ├── unary=19 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=19_1.py │ │ ├── unary=19_10.py │ │ ├── unary=19_2.py │ │ ├── unary=19_3.py │ │ ├── unary=19_4.py │ │ ├── unary=19_5.py │ │ ├── unary=19_6.py │ │ ├── unary=19_7.py │ │ ├── unary=19_8.py │ │ └── unary=19_9.py │ ├── unary=2 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=2_1.py │ │ ├── unary=2_10.py │ │ ├── unary=2_2.py │ │ ├── unary=2_3.py │ │ ├── unary=2_4.py │ │ ├── unary=2_5.py │ │ ├── unary=2_6.py │ │ ├── unary=2_7.py │ │ ├── unary=2_8.py │ │ └── unary=2_9.py │ ├── unary=20 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=20_1.py │ │ ├── unary=20_10.py │ │ ├── unary=20_2.py │ │ ├── unary=20_3.py │ │ ├── unary=20_4.py │ │ ├── unary=20_5.py │ │ ├── unary=20_6.py │ │ ├── unary=20_7.py │ │ ├── unary=20_8.py │ │ └── unary=20_9.py │ ├── unary=21 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=21_1.py │ │ ├── unary=21_10.py │ │ ├── unary=21_2.py │ │ ├── unary=21_3.py │ │ ├── unary=21_4.py │ │ ├── unary=21_5.py │ │ ├── unary=21_6.py │ │ ├── unary=21_7.py │ │ ├── unary=21_8.py │ │ └── unary=21_9.py │ ├── unary=22 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=22_1.py │ │ ├── unary=22_10.py │ │ ├── unary=22_2.py │ │ ├── unary=22_3.py │ │ ├── unary=22_4.py │ │ ├── unary=22_5.py │ │ ├── unary=22_6.py │ │ ├── unary=22_7.py │ │ ├── unary=22_8.py │ │ └── unary=22_9.py │ ├── unary=23 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=23_1.py │ │ ├── unary=23_10.py │ │ ├── unary=23_2.py │ │ ├── unary=23_3.py │ │ ├── unary=23_4.py │ │ ├── unary=23_5.py │ │ ├── unary=23_6.py │ │ ├── unary=23_7.py │ │ ├── unary=23_8.py │ │ └── unary=23_9.py │ ├── unary=24 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=24_1.py │ │ ├── unary=24_10.py │ │ ├── unary=24_2.py │ │ ├── unary=24_3.py │ │ ├── unary=24_4.py │ │ ├── unary=24_5.py │ │ ├── unary=24_6.py │ │ ├── unary=24_7.py │ │ ├── unary=24_8.py │ │ └── unary=24_9.py │ ├── unary=25 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=25_1.py │ │ ├── unary=25_10.py │ │ ├── unary=25_2.py │ │ ├── unary=25_3.py │ │ ├── unary=25_4.py │ │ ├── unary=25_5.py │ │ ├── unary=25_6.py │ │ ├── unary=25_7.py │ │ ├── unary=25_8.py │ │ └── unary=25_9.py │ ├── unary=26 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=26_1.py │ │ ├── unary=26_10.py │ │ ├── unary=26_2.py │ │ ├── unary=26_3.py │ │ ├── unary=26_4.py │ │ ├── unary=26_5.py │ │ ├── unary=26_6.py │ │ ├── unary=26_7.py │ │ ├── unary=26_8.py │ │ └── unary=26_9.py │ ├── unary=27 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=27_1.py │ │ ├── unary=27_10.py │ │ ├── unary=27_2.py │ │ ├── unary=27_3.py │ │ ├── unary=27_4.py │ │ ├── unary=27_5.py │ │ ├── unary=27_6.py │ │ ├── unary=27_7.py │ │ ├── unary=27_8.py │ │ └── unary=27_9.py │ ├── unary=28 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=28_1.py │ │ ├── unary=28_10.py │ │ ├── unary=28_2.py │ │ ├── unary=28_3.py │ │ ├── unary=28_4.py │ │ ├── unary=28_5.py │ │ ├── unary=28_6.py │ │ ├── unary=28_7.py │ │ ├── unary=28_8.py │ │ └── unary=28_9.py │ ├── unary=29 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=29_1.py │ │ ├── unary=29_10.py │ │ ├── unary=29_2.py │ │ ├── unary=29_3.py │ │ ├── unary=29_4.py │ │ ├── unary=29_5.py │ │ ├── unary=29_6.py │ │ ├── unary=29_7.py │ │ ├── unary=29_8.py │ │ └── unary=29_9.py │ ├── unary=3 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=3_1.py │ │ ├── unary=3_10.py │ │ ├── unary=3_2.py │ │ ├── unary=3_3.py │ │ ├── unary=3_4.py │ │ ├── unary=3_5.py │ │ ├── unary=3_6.py │ │ ├── unary=3_7.py │ │ ├── unary=3_8.py │ │ └── unary=3_9.py │ ├── unary=4 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=4_1.py │ │ ├── unary=4_10.py │ │ ├── unary=4_2.py │ │ ├── unary=4_3.py │ │ ├── unary=4_4.py │ │ ├── unary=4_5.py │ │ ├── unary=4_6.py │ │ ├── unary=4_7.py │ │ ├── unary=4_8.py │ │ └── unary=4_9.py │ ├── unary=5 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=5_1.py │ │ ├── unary=5_10.py │ │ ├── unary=5_2.py │ │ ├── unary=5_3.py │ │ ├── unary=5_4.py │ │ ├── unary=5_5.py │ │ ├── unary=5_6.py │ │ ├── unary=5_7.py │ │ ├── unary=5_8.py │ │ └── unary=5_9.py │ ├── unary=6 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=6_1.py │ │ ├── unary=6_10.py │ │ ├── unary=6_2.py │ │ ├── unary=6_3.py │ │ ├── unary=6_4.py │ │ ├── unary=6_5.py │ │ ├── unary=6_6.py │ │ ├── unary=6_7.py │ │ ├── unary=6_8.py │ │ └── unary=6_9.py │ ├── unary=7 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=7_1.py │ │ ├── unary=7_10.py │ │ ├── unary=7_2.py │ │ ├── unary=7_3.py │ │ ├── unary=7_4.py │ │ ├── unary=7_5.py │ │ ├── unary=7_6.py │ │ ├── unary=7_7.py │ │ ├── unary=7_8.py │ │ └── unary=7_9.py │ ├── unary=8 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=8_1.py │ │ ├── unary=8_10.py │ │ ├── unary=8_2.py │ │ ├── unary=8_3.py │ │ ├── unary=8_4.py │ │ ├── unary=8_5.py │ │ ├── unary=8_6.py │ │ ├── unary=8_7.py │ │ ├── unary=8_8.py │ │ └── unary=8_9.py │ └── unary=9 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=9_1.py │ │ ├── unary=9_10.py │ │ ├── unary=9_2.py │ │ ├── unary=9_3.py │ │ ├── unary=9_4.py │ │ ├── unary=9_5.py │ │ ├── unary=9_6.py │ │ ├── unary=9_7.py │ │ ├── unary=9_8.py │ │ └── unary=9_9.py │ ├── step11-3shot │ ├── addmm │ │ ├── addmm_1.py │ │ ├── addmm_10.py │ │ ├── addmm_2.py │ │ ├── addmm_3.py │ │ ├── addmm_4.py │ │ ├── addmm_5.py │ │ ├── addmm_6.py │ │ ├── addmm_7.py │ │ ├── addmm_8.py │ │ ├── addmm_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── binary=0 │ │ ├── binary=0_1.py │ │ ├── binary=0_10.py │ │ ├── binary=0_2.py │ │ ├── binary=0_3.py │ │ ├── binary=0_4.py │ │ ├── binary=0_5.py │ │ ├── binary=0_6.py │ │ ├── binary=0_7.py │ │ ├── binary=0_8.py │ │ ├── binary=0_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── binary=10 │ │ ├── binary=10_1.py │ │ ├── binary=10_10.py │ │ ├── binary=10_2.py │ │ ├── binary=10_3.py │ │ ├── binary=10_4.py │ │ ├── binary=10_5.py │ │ ├── binary=10_6.py │ │ ├── binary=10_7.py │ │ ├── binary=10_8.py │ │ ├── binary=10_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── binary=2 │ │ ├── binary=2_1.py │ │ ├── binary=2_10.py │ │ ├── binary=2_2.py │ │ ├── binary=2_3.py │ │ ├── binary=2_4.py │ │ ├── binary=2_5.py │ │ ├── binary=2_6.py │ │ ├── binary=2_7.py │ │ ├── binary=2_8.py │ │ ├── binary=2_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── binary=4 │ │ ├── binary=4_1.py │ │ ├── binary=4_10.py │ │ ├── binary=4_2.py │ │ ├── binary=4_3.py │ │ ├── binary=4_4.py │ │ ├── binary=4_5.py │ │ ├── binary=4_6.py │ │ ├── binary=4_7.py │ │ ├── binary=4_8.py │ │ ├── binary=4_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── binary=6 │ │ ├── binary=6_1.py │ │ ├── binary=6_10.py │ │ ├── binary=6_2.py │ │ ├── binary=6_3.py │ │ ├── binary=6_4.py │ │ ├── binary=6_5.py │ │ ├── binary=6_6.py │ │ ├── binary=6_7.py │ │ ├── binary=6_8.py │ │ ├── binary=6_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── binary=8 │ │ ├── binary=8_1.py │ │ ├── binary=8_10.py │ │ ├── binary=8_2.py │ │ ├── binary=8_3.py │ │ ├── binary=8_4.py │ │ ├── binary=8_5.py │ │ ├── binary=8_6.py │ │ ├── binary=8_7.py │ │ ├── binary=8_8.py │ │ ├── binary=8_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── binary_unary=0 │ │ ├── binary_unary=0_1.py │ │ ├── binary_unary=0_10.py │ │ ├── binary_unary=0_2.py │ │ ├── binary_unary=0_3.py │ │ ├── binary_unary=0_4.py │ │ ├── binary_unary=0_5.py │ │ ├── binary_unary=0_6.py │ │ ├── binary_unary=0_7.py │ │ ├── binary_unary=0_8.py │ │ ├── binary_unary=0_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── binary_unary=10 │ │ ├── binary_unary=10_1.py │ │ ├── binary_unary=10_10.py │ │ ├── binary_unary=10_2.py │ │ ├── binary_unary=10_3.py │ │ ├── binary_unary=10_4.py │ │ ├── binary_unary=10_5.py │ │ ├── binary_unary=10_6.py │ │ ├── binary_unary=10_7.py │ │ ├── binary_unary=10_8.py │ │ ├── binary_unary=10_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── binary_unary=2 │ │ ├── binary_unary=2_1.py │ │ ├── binary_unary=2_10.py │ │ ├── binary_unary=2_2.py │ │ ├── binary_unary=2_3.py │ │ ├── binary_unary=2_4.py │ │ ├── binary_unary=2_5.py │ │ ├── binary_unary=2_6.py │ │ ├── binary_unary=2_7.py │ │ ├── binary_unary=2_8.py │ │ ├── binary_unary=2_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── binary_unary=4 │ │ ├── binary_unary=4_1.py │ │ ├── binary_unary=4_10.py │ │ ├── binary_unary=4_2.py │ │ ├── binary_unary=4_3.py │ │ ├── binary_unary=4_4.py │ │ ├── binary_unary=4_5.py │ │ ├── binary_unary=4_6.py │ │ ├── binary_unary=4_7.py │ │ ├── binary_unary=4_8.py │ │ ├── binary_unary=4_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── binary_unary=6 │ │ ├── binary_unary=6_1.py │ │ ├── binary_unary=6_10.py │ │ ├── binary_unary=6_2.py │ │ ├── binary_unary=6_3.py │ │ ├── binary_unary=6_4.py │ │ ├── binary_unary=6_5.py │ │ ├── binary_unary=6_6.py │ │ ├── binary_unary=6_7.py │ │ ├── binary_unary=6_8.py │ │ ├── binary_unary=6_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── binary_unary=8 │ │ ├── binary_unary=8_1.py │ │ ├── binary_unary=8_10.py │ │ ├── binary_unary=8_2.py │ │ ├── binary_unary=8_3.py │ │ ├── binary_unary=8_4.py │ │ ├── binary_unary=8_5.py │ │ ├── binary_unary=8_6.py │ │ ├── binary_unary=8_7.py │ │ ├── binary_unary=8_8.py │ │ ├── binary_unary=8_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── cat_addmm │ │ ├── cat_addmm_1.py │ │ ├── cat_addmm_10.py │ │ ├── cat_addmm_2.py │ │ ├── cat_addmm_3.py │ │ ├── cat_addmm_4.py │ │ ├── cat_addmm_5.py │ │ ├── cat_addmm_6.py │ │ ├── cat_addmm_7.py │ │ ├── cat_addmm_8.py │ │ ├── cat_addmm_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── cat_mm │ │ ├── cat_mm_1.py │ │ ├── cat_mm_10.py │ │ ├── cat_mm_2.py │ │ ├── cat_mm_3.py │ │ ├── cat_mm_4.py │ │ ├── cat_mm_5.py │ │ ├── cat_mm_6.py │ │ ├── cat_mm_7.py │ │ ├── cat_mm_8.py │ │ ├── cat_mm_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── cat_slice_cat │ │ ├── cat_slice_cat_1.py │ │ ├── cat_slice_cat_10.py │ │ ├── cat_slice_cat_2.py │ │ ├── cat_slice_cat_3.py │ │ ├── cat_slice_cat_4.py │ │ ├── cat_slice_cat_5.py │ │ ├── cat_slice_cat_6.py │ │ ├── cat_slice_cat_7.py │ │ ├── cat_slice_cat_8.py │ │ ├── cat_slice_cat_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── fuse_conv_bn │ │ ├── fuse_conv_bn_1.py │ │ ├── fuse_conv_bn_10.py │ │ ├── fuse_conv_bn_2.py │ │ ├── fuse_conv_bn_3.py │ │ ├── fuse_conv_bn_4.py │ │ ├── fuse_conv_bn_5.py │ │ ├── fuse_conv_bn_6.py │ │ ├── fuse_conv_bn_7.py │ │ ├── fuse_conv_bn_8.py │ │ ├── fuse_conv_bn_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── linear_permute_fusion │ │ ├── linear_permute_fusion_1.py │ │ ├── linear_permute_fusion_10.py │ │ ├── linear_permute_fusion_2.py │ │ ├── linear_permute_fusion_3.py │ │ ├── linear_permute_fusion_4.py │ │ ├── linear_permute_fusion_5.py │ │ ├── linear_permute_fusion_6.py │ │ ├── linear_permute_fusion_7.py │ │ ├── linear_permute_fusion_8.py │ │ ├── linear_permute_fusion_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── mm_plus_mm │ │ ├── mm_plus_mm_1.py │ │ ├── mm_plus_mm_10.py │ │ ├── mm_plus_mm_2.py │ │ ├── mm_plus_mm_3.py │ │ ├── mm_plus_mm_4.py │ │ ├── mm_plus_mm_5.py │ │ ├── mm_plus_mm_6.py │ │ ├── mm_plus_mm_7.py │ │ ├── mm_plus_mm_8.py │ │ ├── mm_plus_mm_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── outputs.json │ ├── permute_linear_fusion │ │ ├── permute_linear_fusion_1.py │ │ ├── permute_linear_fusion_10.py │ │ ├── permute_linear_fusion_2.py │ │ ├── permute_linear_fusion_3.py │ │ ├── permute_linear_fusion_4.py │ │ ├── permute_linear_fusion_5.py │ │ ├── permute_linear_fusion_6.py │ │ ├── permute_linear_fusion_7.py │ │ ├── permute_linear_fusion_8.py │ │ ├── permute_linear_fusion_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── permute_matmul_fusion │ │ ├── permute_matmul_fusion_1.py │ │ ├── permute_matmul_fusion_10.py │ │ ├── permute_matmul_fusion_2.py │ │ ├── permute_matmul_fusion_3.py │ │ ├── permute_matmul_fusion_4.py │ │ ├── permute_matmul_fusion_5.py │ │ ├── permute_matmul_fusion_6.py │ │ ├── permute_matmul_fusion_7.py │ │ ├── permute_matmul_fusion_8.py │ │ ├── permute_matmul_fusion_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── pointless_cumsum_replacement │ │ ├── pointless_cumsum_replacement_1.py │ │ ├── pointless_cumsum_replacement_10.py │ │ ├── pointless_cumsum_replacement_2.py │ │ ├── pointless_cumsum_replacement_3.py │ │ ├── pointless_cumsum_replacement_4.py │ │ ├── pointless_cumsum_replacement_5.py │ │ ├── pointless_cumsum_replacement_6.py │ │ ├── pointless_cumsum_replacement_7.py │ │ ├── pointless_cumsum_replacement_8.py │ │ ├── pointless_cumsum_replacement_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── replace_fx │ │ ├── prompt.txt │ │ ├── replace_fx_1.py │ │ ├── replace_fx_10.py │ │ ├── replace_fx_2.py │ │ ├── replace_fx_3.py │ │ ├── replace_fx_4.py │ │ ├── replace_fx_5.py │ │ ├── replace_fx_6.py │ │ ├── replace_fx_7.py │ │ ├── replace_fx_8.py │ │ ├── replace_fx_9.py │ │ └── time.txt │ ├── sfdp=0 │ │ ├── prompt.txt │ │ ├── sfdp=0_1.py │ │ ├── sfdp=0_10.py │ │ ├── sfdp=0_2.py │ │ ├── sfdp=0_3.py │ │ ├── sfdp=0_4.py │ │ ├── sfdp=0_5.py │ │ ├── sfdp=0_6.py │ │ ├── sfdp=0_7.py │ │ ├── sfdp=0_8.py │ │ ├── sfdp=0_9.py │ │ └── time.txt │ ├── sfdp=1 │ │ ├── prompt.txt │ │ ├── sfdp=1_1.py │ │ ├── sfdp=1_10.py │ │ ├── sfdp=1_2.py │ │ ├── sfdp=1_3.py │ │ ├── sfdp=1_4.py │ │ ├── sfdp=1_5.py │ │ ├── sfdp=1_6.py │ │ ├── sfdp=1_7.py │ │ ├── sfdp=1_8.py │ │ ├── sfdp=1_9.py │ │ └── time.txt │ ├── sfdp=2 │ │ ├── prompt.txt │ │ ├── sfdp=2_1.py │ │ ├── sfdp=2_10.py │ │ ├── sfdp=2_2.py │ │ ├── sfdp=2_3.py │ │ ├── sfdp=2_4.py │ │ ├── sfdp=2_5.py │ │ ├── sfdp=2_6.py │ │ ├── sfdp=2_7.py │ │ ├── sfdp=2_8.py │ │ ├── sfdp=2_9.py │ │ └── time.txt │ ├── sfdp=3 │ │ ├── prompt.txt │ │ ├── sfdp=3_1.py │ │ ├── sfdp=3_10.py │ │ ├── sfdp=3_2.py │ │ ├── sfdp=3_3.py │ │ ├── sfdp=3_4.py │ │ ├── sfdp=3_5.py │ │ ├── sfdp=3_6.py │ │ ├── sfdp=3_7.py │ │ ├── sfdp=3_8.py │ │ ├── sfdp=3_9.py │ │ └── time.txt │ ├── sfdp=4 │ │ ├── prompt.txt │ │ ├── sfdp=4_1.py │ │ ├── sfdp=4_10.py │ │ ├── sfdp=4_2.py │ │ ├── sfdp=4_3.py │ │ ├── sfdp=4_4.py │ │ ├── sfdp=4_5.py │ │ ├── sfdp=4_6.py │ │ ├── sfdp=4_7.py │ │ ├── sfdp=4_8.py │ │ ├── sfdp=4_9.py │ │ └── time.txt │ ├── sfdp=5 │ │ ├── prompt.txt │ │ ├── sfdp=5_1.py │ │ ├── sfdp=5_10.py │ │ ├── sfdp=5_2.py │ │ ├── sfdp=5_3.py │ │ ├── sfdp=5_4.py │ │ ├── sfdp=5_5.py │ │ ├── sfdp=5_6.py │ │ ├── sfdp=5_7.py │ │ ├── sfdp=5_8.py │ │ ├── sfdp=5_9.py │ │ └── time.txt │ ├── sink_cat_after_pointwise │ │ ├── prompt.txt │ │ ├── sink_cat_after_pointwise_1.py │ │ ├── sink_cat_after_pointwise_10.py │ │ ├── sink_cat_after_pointwise_2.py │ │ ├── sink_cat_after_pointwise_3.py │ │ ├── sink_cat_after_pointwise_4.py │ │ ├── sink_cat_after_pointwise_5.py │ │ ├── sink_cat_after_pointwise_6.py │ │ ├── sink_cat_after_pointwise_7.py │ │ ├── sink_cat_after_pointwise_8.py │ │ ├── sink_cat_after_pointwise_9.py │ │ └── time.txt │ ├── splitwithsizes_cat_replace │ │ ├── prompt.txt │ │ ├── splitwithsizes_cat_replace_1.py │ │ ├── splitwithsizes_cat_replace_10.py │ │ ├── splitwithsizes_cat_replace_2.py │ │ ├── splitwithsizes_cat_replace_3.py │ │ ├── splitwithsizes_cat_replace_4.py │ │ ├── splitwithsizes_cat_replace_5.py │ │ ├── splitwithsizes_cat_replace_6.py │ │ ├── splitwithsizes_cat_replace_7.py │ │ ├── splitwithsizes_cat_replace_8.py │ │ ├── splitwithsizes_cat_replace_9.py │ │ └── time.txt │ ├── unary=0 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=0_1.py │ │ ├── unary=0_10.py │ │ ├── unary=0_2.py │ │ ├── unary=0_3.py │ │ ├── unary=0_4.py │ │ ├── unary=0_5.py │ │ ├── unary=0_6.py │ │ ├── unary=0_7.py │ │ ├── unary=0_8.py │ │ └── unary=0_9.py │ ├── unary=1 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=1_1.py │ │ ├── unary=1_10.py │ │ ├── unary=1_2.py │ │ ├── unary=1_3.py │ │ ├── unary=1_4.py │ │ ├── unary=1_5.py │ │ ├── unary=1_6.py │ │ ├── unary=1_7.py │ │ ├── unary=1_8.py │ │ └── unary=1_9.py │ ├── unary=10 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=10_1.py │ │ ├── unary=10_10.py │ │ ├── unary=10_2.py │ │ ├── unary=10_3.py │ │ ├── unary=10_4.py │ │ ├── unary=10_5.py │ │ ├── unary=10_6.py │ │ ├── unary=10_7.py │ │ ├── unary=10_8.py │ │ └── unary=10_9.py │ ├── unary=11 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=11_1.py │ │ ├── unary=11_10.py │ │ ├── unary=11_2.py │ │ ├── unary=11_3.py │ │ ├── unary=11_4.py │ │ ├── unary=11_5.py │ │ ├── unary=11_6.py │ │ ├── unary=11_7.py │ │ ├── unary=11_8.py │ │ └── unary=11_9.py │ ├── unary=12 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=12_1.py │ │ ├── unary=12_10.py │ │ ├── unary=12_2.py │ │ ├── unary=12_3.py │ │ ├── unary=12_4.py │ │ ├── unary=12_5.py │ │ ├── unary=12_6.py │ │ ├── unary=12_7.py │ │ ├── unary=12_8.py │ │ └── unary=12_9.py │ ├── unary=13 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=13_1.py │ │ ├── unary=13_10.py │ │ ├── unary=13_2.py │ │ ├── unary=13_3.py │ │ ├── unary=13_4.py │ │ ├── unary=13_5.py │ │ ├── unary=13_6.py │ │ ├── unary=13_7.py │ │ ├── unary=13_8.py │ │ └── unary=13_9.py │ ├── unary=14 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=14_1.py │ │ ├── unary=14_10.py │ │ ├── unary=14_2.py │ │ ├── unary=14_3.py │ │ ├── unary=14_4.py │ │ ├── unary=14_5.py │ │ ├── unary=14_6.py │ │ ├── unary=14_7.py │ │ ├── unary=14_8.py │ │ └── unary=14_9.py │ ├── unary=15 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=15_1.py │ │ ├── unary=15_10.py │ │ ├── unary=15_2.py │ │ ├── unary=15_3.py │ │ ├── unary=15_4.py │ │ ├── unary=15_5.py │ │ ├── unary=15_6.py │ │ ├── unary=15_7.py │ │ ├── unary=15_8.py │ │ └── unary=15_9.py │ ├── unary=16 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=16_1.py │ │ ├── unary=16_10.py │ │ ├── unary=16_2.py │ │ ├── unary=16_3.py │ │ ├── unary=16_4.py │ │ ├── unary=16_5.py │ │ ├── unary=16_6.py │ │ ├── unary=16_7.py │ │ ├── unary=16_8.py │ │ └── unary=16_9.py │ ├── unary=17 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=17_1.py │ │ ├── unary=17_10.py │ │ ├── unary=17_2.py │ │ ├── unary=17_3.py │ │ ├── unary=17_4.py │ │ ├── unary=17_5.py │ │ ├── unary=17_6.py │ │ ├── unary=17_7.py │ │ ├── unary=17_8.py │ │ └── unary=17_9.py │ ├── unary=18 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=18_1.py │ │ ├── unary=18_10.py │ │ ├── unary=18_2.py │ │ ├── unary=18_3.py │ │ ├── unary=18_4.py │ │ ├── unary=18_5.py │ │ ├── unary=18_6.py │ │ ├── unary=18_7.py │ │ ├── unary=18_8.py │ │ └── unary=18_9.py │ ├── unary=19 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=19_1.py │ │ ├── unary=19_10.py │ │ ├── unary=19_2.py │ │ ├── unary=19_3.py │ │ ├── unary=19_4.py │ │ ├── unary=19_5.py │ │ ├── unary=19_6.py │ │ ├── unary=19_7.py │ │ ├── unary=19_8.py │ │ └── unary=19_9.py │ ├── unary=2 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=2_1.py │ │ ├── unary=2_10.py │ │ ├── unary=2_2.py │ │ ├── unary=2_3.py │ │ ├── unary=2_4.py │ │ ├── unary=2_5.py │ │ ├── unary=2_6.py │ │ ├── unary=2_7.py │ │ ├── unary=2_8.py │ │ └── unary=2_9.py │ ├── unary=20 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=20_1.py │ │ ├── unary=20_10.py │ │ ├── unary=20_2.py │ │ ├── unary=20_3.py │ │ ├── unary=20_4.py │ │ ├── unary=20_5.py │ │ ├── unary=20_6.py │ │ ├── unary=20_7.py │ │ ├── unary=20_8.py │ │ └── unary=20_9.py │ ├── unary=21 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=21_1.py │ │ ├── unary=21_10.py │ │ ├── unary=21_2.py │ │ ├── unary=21_3.py │ │ ├── unary=21_4.py │ │ ├── unary=21_5.py │ │ ├── unary=21_6.py │ │ ├── unary=21_7.py │ │ ├── unary=21_8.py │ │ └── unary=21_9.py │ ├── unary=22 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=22_1.py │ │ ├── unary=22_10.py │ │ ├── unary=22_2.py │ │ ├── unary=22_3.py │ │ ├── unary=22_4.py │ │ ├── unary=22_5.py │ │ ├── unary=22_6.py │ │ ├── unary=22_7.py │ │ ├── unary=22_8.py │ │ └── unary=22_9.py │ ├── unary=23 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=23_1.py │ │ ├── unary=23_10.py │ │ ├── unary=23_2.py │ │ ├── unary=23_3.py │ │ ├── unary=23_4.py │ │ ├── unary=23_5.py │ │ ├── unary=23_6.py │ │ ├── unary=23_7.py │ │ ├── unary=23_8.py │ │ └── unary=23_9.py │ ├── unary=24 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=24_1.py │ │ ├── unary=24_10.py │ │ ├── unary=24_2.py │ │ ├── unary=24_3.py │ │ ├── unary=24_4.py │ │ ├── unary=24_5.py │ │ ├── unary=24_6.py │ │ ├── unary=24_7.py │ │ ├── unary=24_8.py │ │ └── unary=24_9.py │ ├── unary=25 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=25_1.py │ │ ├── unary=25_10.py │ │ ├── unary=25_2.py │ │ ├── unary=25_3.py │ │ ├── unary=25_4.py │ │ ├── unary=25_5.py │ │ ├── unary=25_6.py │ │ ├── unary=25_7.py │ │ ├── unary=25_8.py │ │ └── unary=25_9.py │ ├── unary=26 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=26_1.py │ │ ├── unary=26_10.py │ │ ├── unary=26_2.py │ │ ├── unary=26_3.py │ │ ├── unary=26_4.py │ │ ├── unary=26_5.py │ │ ├── unary=26_6.py │ │ ├── unary=26_7.py │ │ ├── unary=26_8.py │ │ └── unary=26_9.py │ ├── unary=27 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=27_1.py │ │ ├── unary=27_10.py │ │ ├── unary=27_2.py │ │ ├── unary=27_3.py │ │ ├── unary=27_4.py │ │ ├── unary=27_5.py │ │ ├── unary=27_6.py │ │ ├── unary=27_7.py │ │ ├── unary=27_8.py │ │ └── unary=27_9.py │ ├── unary=28 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=28_1.py │ │ ├── unary=28_10.py │ │ ├── unary=28_2.py │ │ ├── unary=28_3.py │ │ ├── unary=28_4.py │ │ ├── unary=28_5.py │ │ ├── unary=28_6.py │ │ ├── unary=28_7.py │ │ ├── unary=28_8.py │ │ └── unary=28_9.py │ ├── unary=29 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=29_1.py │ │ ├── unary=29_10.py │ │ ├── unary=29_2.py │ │ ├── unary=29_3.py │ │ ├── unary=29_4.py │ │ ├── unary=29_5.py │ │ ├── unary=29_6.py │ │ ├── unary=29_7.py │ │ ├── unary=29_8.py │ │ └── unary=29_9.py │ ├── unary=3 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=3_1.py │ │ ├── unary=3_10.py │ │ ├── unary=3_2.py │ │ ├── unary=3_3.py │ │ ├── unary=3_4.py │ │ ├── unary=3_5.py │ │ ├── unary=3_6.py │ │ ├── unary=3_7.py │ │ ├── unary=3_8.py │ │ └── unary=3_9.py │ ├── unary=4 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=4_1.py │ │ ├── unary=4_10.py │ │ ├── unary=4_2.py │ │ ├── unary=4_3.py │ │ ├── unary=4_4.py │ │ ├── unary=4_5.py │ │ ├── unary=4_6.py │ │ ├── unary=4_7.py │ │ ├── unary=4_8.py │ │ └── unary=4_9.py │ ├── unary=5 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=5_1.py │ │ ├── unary=5_10.py │ │ ├── unary=5_2.py │ │ ├── unary=5_3.py │ │ ├── unary=5_4.py │ │ ├── unary=5_5.py │ │ ├── unary=5_6.py │ │ ├── unary=5_7.py │ │ ├── unary=5_8.py │ │ └── unary=5_9.py │ ├── unary=6 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=6_1.py │ │ ├── unary=6_10.py │ │ ├── unary=6_2.py │ │ ├── unary=6_3.py │ │ ├── unary=6_4.py │ │ ├── unary=6_5.py │ │ ├── unary=6_6.py │ │ ├── unary=6_7.py │ │ ├── unary=6_8.py │ │ └── unary=6_9.py │ ├── unary=7 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=7_1.py │ │ ├── unary=7_10.py │ │ ├── unary=7_2.py │ │ ├── unary=7_3.py │ │ ├── unary=7_4.py │ │ ├── unary=7_5.py │ │ ├── unary=7_6.py │ │ ├── unary=7_7.py │ │ ├── unary=7_8.py │ │ └── unary=7_9.py │ ├── unary=8 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=8_1.py │ │ ├── unary=8_10.py │ │ ├── unary=8_2.py │ │ ├── unary=8_3.py │ │ ├── unary=8_4.py │ │ ├── unary=8_5.py │ │ ├── unary=8_6.py │ │ ├── unary=8_7.py │ │ ├── unary=8_8.py │ │ └── unary=8_9.py │ └── unary=9 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=9_1.py │ │ ├── unary=9_10.py │ │ ├── unary=9_2.py │ │ ├── unary=9_3.py │ │ ├── unary=9_4.py │ │ ├── unary=9_5.py │ │ ├── unary=9_6.py │ │ ├── unary=9_7.py │ │ ├── unary=9_8.py │ │ └── unary=9_9.py │ ├── step12-3shot │ ├── addmm │ │ ├── addmm_1.py │ │ ├── addmm_10.py │ │ ├── addmm_2.py │ │ ├── addmm_3.py │ │ ├── addmm_4.py │ │ ├── addmm_5.py │ │ ├── addmm_6.py │ │ ├── addmm_7.py │ │ ├── addmm_8.py │ │ ├── addmm_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── binary=0 │ │ ├── binary=0_1.py │ │ ├── binary=0_10.py │ │ ├── binary=0_2.py │ │ ├── binary=0_3.py │ │ ├── binary=0_4.py │ │ ├── binary=0_5.py │ │ ├── binary=0_6.py │ │ ├── binary=0_7.py │ │ ├── binary=0_8.py │ │ ├── binary=0_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── binary=10 │ │ ├── binary=10_1.py │ │ ├── binary=10_10.py │ │ ├── binary=10_2.py │ │ ├── binary=10_3.py │ │ ├── binary=10_4.py │ │ ├── binary=10_5.py │ │ ├── binary=10_6.py │ │ ├── binary=10_7.py │ │ ├── binary=10_8.py │ │ ├── binary=10_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── binary=2 │ │ ├── binary=2_1.py │ │ ├── binary=2_10.py │ │ ├── binary=2_2.py │ │ ├── binary=2_3.py │ │ ├── binary=2_4.py │ │ ├── binary=2_5.py │ │ ├── binary=2_6.py │ │ ├── binary=2_7.py │ │ ├── binary=2_8.py │ │ ├── binary=2_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── binary=4 │ │ ├── binary=4_1.py │ │ ├── binary=4_10.py │ │ ├── binary=4_2.py │ │ ├── binary=4_3.py │ │ ├── binary=4_4.py │ │ ├── binary=4_5.py │ │ ├── binary=4_6.py │ │ ├── binary=4_7.py │ │ ├── binary=4_8.py │ │ ├── binary=4_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── binary=6 │ │ ├── binary=6_1.py │ │ ├── binary=6_10.py │ │ ├── binary=6_2.py │ │ ├── binary=6_3.py │ │ ├── binary=6_4.py │ │ ├── binary=6_5.py │ │ ├── binary=6_6.py │ │ ├── binary=6_7.py │ │ ├── binary=6_8.py │ │ ├── binary=6_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── binary=8 │ │ ├── binary=8_1.py │ │ ├── binary=8_10.py │ │ ├── binary=8_2.py │ │ ├── binary=8_3.py │ │ ├── binary=8_4.py │ │ ├── binary=8_5.py │ │ ├── binary=8_6.py │ │ ├── binary=8_7.py │ │ ├── binary=8_8.py │ │ ├── binary=8_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── binary_unary=0 │ │ ├── binary_unary=0_1.py │ │ ├── binary_unary=0_10.py │ │ ├── binary_unary=0_2.py │ │ ├── binary_unary=0_3.py │ │ ├── binary_unary=0_4.py │ │ ├── binary_unary=0_5.py │ │ ├── binary_unary=0_6.py │ │ ├── binary_unary=0_7.py │ │ ├── binary_unary=0_8.py │ │ ├── binary_unary=0_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── binary_unary=10 │ │ ├── binary_unary=10_1.py │ │ ├── binary_unary=10_10.py │ │ ├── binary_unary=10_2.py │ │ ├── binary_unary=10_3.py │ │ ├── binary_unary=10_4.py │ │ ├── binary_unary=10_5.py │ │ ├── binary_unary=10_6.py │ │ ├── binary_unary=10_7.py │ │ ├── binary_unary=10_8.py │ │ ├── binary_unary=10_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── binary_unary=2 │ │ ├── binary_unary=2_1.py │ │ ├── binary_unary=2_10.py │ │ ├── binary_unary=2_2.py │ │ ├── binary_unary=2_3.py │ │ ├── binary_unary=2_4.py │ │ ├── binary_unary=2_5.py │ │ ├── binary_unary=2_6.py │ │ ├── binary_unary=2_7.py │ │ ├── binary_unary=2_8.py │ │ ├── binary_unary=2_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── binary_unary=4 │ │ ├── binary_unary=4_1.py │ │ ├── binary_unary=4_10.py │ │ ├── binary_unary=4_2.py │ │ ├── binary_unary=4_3.py │ │ ├── binary_unary=4_4.py │ │ ├── binary_unary=4_5.py │ │ ├── binary_unary=4_6.py │ │ ├── binary_unary=4_7.py │ │ ├── binary_unary=4_8.py │ │ ├── binary_unary=4_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── binary_unary=6 │ │ ├── binary_unary=6_1.py │ │ ├── binary_unary=6_10.py │ │ ├── binary_unary=6_2.py │ │ ├── binary_unary=6_3.py │ │ ├── binary_unary=6_4.py │ │ ├── binary_unary=6_5.py │ │ ├── binary_unary=6_6.py │ │ ├── binary_unary=6_7.py │ │ ├── binary_unary=6_8.py │ │ ├── binary_unary=6_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── binary_unary=8 │ │ ├── binary_unary=8_1.py │ │ ├── binary_unary=8_10.py │ │ ├── binary_unary=8_2.py │ │ ├── binary_unary=8_3.py │ │ ├── binary_unary=8_4.py │ │ ├── binary_unary=8_5.py │ │ ├── binary_unary=8_6.py │ │ ├── binary_unary=8_7.py │ │ ├── binary_unary=8_8.py │ │ ├── binary_unary=8_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── cat_addmm │ │ ├── cat_addmm_1.py │ │ ├── cat_addmm_10.py │ │ ├── cat_addmm_2.py │ │ ├── cat_addmm_3.py │ │ ├── cat_addmm_4.py │ │ ├── cat_addmm_5.py │ │ ├── cat_addmm_6.py │ │ ├── cat_addmm_7.py │ │ ├── cat_addmm_8.py │ │ ├── cat_addmm_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── cat_mm │ │ ├── cat_mm_1.py │ │ ├── cat_mm_10.py │ │ ├── cat_mm_2.py │ │ ├── cat_mm_3.py │ │ ├── cat_mm_4.py │ │ ├── cat_mm_5.py │ │ ├── cat_mm_6.py │ │ ├── cat_mm_7.py │ │ ├── cat_mm_8.py │ │ ├── cat_mm_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── cat_slice_cat │ │ ├── cat_slice_cat_1.py │ │ ├── cat_slice_cat_10.py │ │ ├── cat_slice_cat_2.py │ │ ├── cat_slice_cat_3.py │ │ ├── cat_slice_cat_4.py │ │ ├── cat_slice_cat_5.py │ │ ├── cat_slice_cat_6.py │ │ ├── cat_slice_cat_7.py │ │ ├── cat_slice_cat_8.py │ │ ├── cat_slice_cat_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── fuse_conv_bn │ │ ├── fuse_conv_bn_1.py │ │ ├── fuse_conv_bn_10.py │ │ ├── fuse_conv_bn_2.py │ │ ├── fuse_conv_bn_3.py │ │ ├── fuse_conv_bn_4.py │ │ ├── fuse_conv_bn_5.py │ │ ├── fuse_conv_bn_6.py │ │ ├── fuse_conv_bn_7.py │ │ ├── fuse_conv_bn_8.py │ │ ├── fuse_conv_bn_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── linear_permute_fusion │ │ ├── linear_permute_fusion_1.py │ │ ├── linear_permute_fusion_10.py │ │ ├── linear_permute_fusion_2.py │ │ ├── linear_permute_fusion_3.py │ │ ├── linear_permute_fusion_4.py │ │ ├── linear_permute_fusion_5.py │ │ ├── linear_permute_fusion_6.py │ │ ├── linear_permute_fusion_7.py │ │ ├── linear_permute_fusion_8.py │ │ ├── linear_permute_fusion_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── mm_plus_mm │ │ ├── mm_plus_mm_1.py │ │ ├── mm_plus_mm_10.py │ │ ├── mm_plus_mm_2.py │ │ ├── mm_plus_mm_3.py │ │ ├── mm_plus_mm_4.py │ │ ├── mm_plus_mm_5.py │ │ ├── mm_plus_mm_6.py │ │ ├── mm_plus_mm_7.py │ │ ├── mm_plus_mm_8.py │ │ ├── mm_plus_mm_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── outputs.json │ ├── permute_linear_fusion │ │ ├── permute_linear_fusion_1.py │ │ ├── permute_linear_fusion_10.py │ │ ├── permute_linear_fusion_2.py │ │ ├── permute_linear_fusion_3.py │ │ ├── permute_linear_fusion_4.py │ │ ├── permute_linear_fusion_5.py │ │ ├── permute_linear_fusion_6.py │ │ ├── permute_linear_fusion_7.py │ │ ├── permute_linear_fusion_8.py │ │ ├── permute_linear_fusion_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── permute_matmul_fusion │ │ ├── permute_matmul_fusion_1.py │ │ ├── permute_matmul_fusion_10.py │ │ ├── permute_matmul_fusion_2.py │ │ ├── permute_matmul_fusion_3.py │ │ ├── permute_matmul_fusion_4.py │ │ ├── permute_matmul_fusion_5.py │ │ ├── permute_matmul_fusion_6.py │ │ ├── permute_matmul_fusion_7.py │ │ ├── permute_matmul_fusion_8.py │ │ ├── permute_matmul_fusion_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── pointless_cumsum_replacement │ │ ├── pointless_cumsum_replacement_1.py │ │ ├── pointless_cumsum_replacement_10.py │ │ ├── pointless_cumsum_replacement_2.py │ │ ├── pointless_cumsum_replacement_3.py │ │ ├── pointless_cumsum_replacement_4.py │ │ ├── pointless_cumsum_replacement_5.py │ │ ├── pointless_cumsum_replacement_6.py │ │ ├── pointless_cumsum_replacement_7.py │ │ ├── pointless_cumsum_replacement_8.py │ │ ├── pointless_cumsum_replacement_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── replace_fx │ │ ├── prompt.txt │ │ ├── replace_fx_1.py │ │ ├── replace_fx_10.py │ │ ├── replace_fx_2.py │ │ ├── replace_fx_3.py │ │ ├── replace_fx_4.py │ │ ├── replace_fx_5.py │ │ ├── replace_fx_6.py │ │ ├── replace_fx_7.py │ │ ├── replace_fx_8.py │ │ ├── replace_fx_9.py │ │ └── time.txt │ ├── sfdp=0 │ │ ├── prompt.txt │ │ ├── sfdp=0_1.py │ │ ├── sfdp=0_10.py │ │ ├── sfdp=0_2.py │ │ ├── sfdp=0_3.py │ │ ├── sfdp=0_4.py │ │ ├── sfdp=0_5.py │ │ ├── sfdp=0_6.py │ │ ├── sfdp=0_7.py │ │ ├── sfdp=0_8.py │ │ ├── sfdp=0_9.py │ │ └── time.txt │ ├── sfdp=1 │ │ ├── prompt.txt │ │ ├── sfdp=1_1.py │ │ ├── sfdp=1_10.py │ │ ├── sfdp=1_2.py │ │ ├── sfdp=1_3.py │ │ ├── sfdp=1_4.py │ │ ├── sfdp=1_5.py │ │ ├── sfdp=1_6.py │ │ ├── sfdp=1_7.py │ │ ├── sfdp=1_8.py │ │ ├── sfdp=1_9.py │ │ └── time.txt │ ├── sfdp=2 │ │ ├── prompt.txt │ │ ├── sfdp=2_1.py │ │ ├── sfdp=2_10.py │ │ ├── sfdp=2_2.py │ │ ├── sfdp=2_3.py │ │ ├── sfdp=2_4.py │ │ ├── sfdp=2_5.py │ │ ├── sfdp=2_6.py │ │ ├── sfdp=2_7.py │ │ ├── sfdp=2_8.py │ │ ├── sfdp=2_9.py │ │ └── time.txt │ ├── sfdp=3 │ │ ├── prompt.txt │ │ ├── sfdp=3_1.py │ │ ├── sfdp=3_10.py │ │ ├── sfdp=3_2.py │ │ ├── sfdp=3_3.py │ │ ├── sfdp=3_4.py │ │ ├── sfdp=3_5.py │ │ ├── sfdp=3_6.py │ │ ├── sfdp=3_7.py │ │ ├── sfdp=3_8.py │ │ ├── sfdp=3_9.py │ │ └── time.txt │ ├── sfdp=4 │ │ ├── prompt.txt │ │ ├── sfdp=4_1.py │ │ ├── sfdp=4_10.py │ │ ├── sfdp=4_2.py │ │ ├── sfdp=4_3.py │ │ ├── sfdp=4_4.py │ │ ├── sfdp=4_5.py │ │ ├── sfdp=4_6.py │ │ ├── sfdp=4_7.py │ │ ├── sfdp=4_8.py │ │ ├── sfdp=4_9.py │ │ └── time.txt │ ├── sfdp=5 │ │ ├── prompt.txt │ │ ├── sfdp=5_1.py │ │ ├── sfdp=5_10.py │ │ ├── sfdp=5_2.py │ │ ├── sfdp=5_3.py │ │ ├── sfdp=5_4.py │ │ ├── sfdp=5_5.py │ │ ├── sfdp=5_6.py │ │ ├── sfdp=5_7.py │ │ ├── sfdp=5_8.py │ │ ├── sfdp=5_9.py │ │ └── time.txt │ ├── sink_cat_after_pointwise │ │ ├── prompt.txt │ │ ├── sink_cat_after_pointwise_1.py │ │ ├── sink_cat_after_pointwise_10.py │ │ ├── sink_cat_after_pointwise_2.py │ │ ├── sink_cat_after_pointwise_3.py │ │ ├── sink_cat_after_pointwise_4.py │ │ ├── sink_cat_after_pointwise_5.py │ │ ├── sink_cat_after_pointwise_6.py │ │ ├── sink_cat_after_pointwise_7.py │ │ ├── sink_cat_after_pointwise_8.py │ │ ├── sink_cat_after_pointwise_9.py │ │ └── time.txt │ ├── splitwithsizes_cat_replace │ │ ├── prompt.txt │ │ ├── splitwithsizes_cat_replace_1.py │ │ ├── splitwithsizes_cat_replace_10.py │ │ ├── splitwithsizes_cat_replace_2.py │ │ ├── splitwithsizes_cat_replace_3.py │ │ ├── splitwithsizes_cat_replace_4.py │ │ ├── splitwithsizes_cat_replace_5.py │ │ ├── splitwithsizes_cat_replace_6.py │ │ ├── splitwithsizes_cat_replace_7.py │ │ ├── splitwithsizes_cat_replace_8.py │ │ ├── splitwithsizes_cat_replace_9.py │ │ └── time.txt │ ├── unary=0 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=0_1.py │ │ ├── unary=0_10.py │ │ ├── unary=0_2.py │ │ ├── unary=0_3.py │ │ ├── unary=0_4.py │ │ ├── unary=0_5.py │ │ ├── unary=0_6.py │ │ ├── unary=0_7.py │ │ ├── unary=0_8.py │ │ └── unary=0_9.py │ ├── unary=1 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=1_1.py │ │ ├── unary=1_10.py │ │ ├── unary=1_2.py │ │ ├── unary=1_3.py │ │ ├── unary=1_4.py │ │ ├── unary=1_5.py │ │ ├── unary=1_6.py │ │ ├── unary=1_7.py │ │ ├── unary=1_8.py │ │ └── unary=1_9.py │ ├── unary=10 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=10_1.py │ │ ├── unary=10_10.py │ │ ├── unary=10_2.py │ │ ├── unary=10_3.py │ │ ├── unary=10_4.py │ │ ├── unary=10_5.py │ │ ├── unary=10_6.py │ │ ├── unary=10_7.py │ │ ├── unary=10_8.py │ │ └── unary=10_9.py │ ├── unary=11 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=11_1.py │ │ ├── unary=11_10.py │ │ ├── unary=11_2.py │ │ ├── unary=11_3.py │ │ ├── unary=11_4.py │ │ ├── unary=11_5.py │ │ ├── unary=11_6.py │ │ ├── unary=11_7.py │ │ ├── unary=11_8.py │ │ └── unary=11_9.py │ ├── unary=12 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=12_1.py │ │ ├── unary=12_10.py │ │ ├── unary=12_2.py │ │ ├── unary=12_3.py │ │ ├── unary=12_4.py │ │ ├── unary=12_5.py │ │ ├── unary=12_6.py │ │ ├── unary=12_7.py │ │ ├── unary=12_8.py │ │ └── unary=12_9.py │ ├── unary=13 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=13_1.py │ │ ├── unary=13_10.py │ │ ├── unary=13_2.py │ │ ├── unary=13_3.py │ │ ├── unary=13_4.py │ │ ├── unary=13_5.py │ │ ├── unary=13_6.py │ │ ├── unary=13_7.py │ │ ├── unary=13_8.py │ │ └── unary=13_9.py │ ├── unary=14 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=14_1.py │ │ ├── unary=14_10.py │ │ ├── unary=14_2.py │ │ ├── unary=14_3.py │ │ ├── unary=14_4.py │ │ ├── unary=14_5.py │ │ ├── unary=14_6.py │ │ ├── unary=14_7.py │ │ ├── unary=14_8.py │ │ └── unary=14_9.py │ ├── unary=15 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=15_1.py │ │ ├── unary=15_10.py │ │ ├── unary=15_2.py │ │ ├── unary=15_3.py │ │ ├── unary=15_4.py │ │ ├── unary=15_5.py │ │ ├── unary=15_6.py │ │ ├── unary=15_7.py │ │ ├── unary=15_8.py │ │ └── unary=15_9.py │ ├── unary=16 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=16_1.py │ │ ├── unary=16_10.py │ │ ├── unary=16_2.py │ │ ├── unary=16_3.py │ │ ├── unary=16_4.py │ │ ├── unary=16_5.py │ │ ├── unary=16_6.py │ │ ├── unary=16_7.py │ │ ├── unary=16_8.py │ │ └── unary=16_9.py │ ├── unary=17 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=17_1.py │ │ ├── unary=17_10.py │ │ ├── unary=17_2.py │ │ ├── unary=17_3.py │ │ ├── unary=17_4.py │ │ ├── unary=17_5.py │ │ ├── unary=17_6.py │ │ ├── unary=17_7.py │ │ ├── unary=17_8.py │ │ └── unary=17_9.py │ ├── unary=18 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=18_1.py │ │ ├── unary=18_10.py │ │ ├── unary=18_2.py │ │ ├── unary=18_3.py │ │ ├── unary=18_4.py │ │ ├── unary=18_5.py │ │ ├── unary=18_6.py │ │ ├── unary=18_7.py │ │ ├── unary=18_8.py │ │ └── unary=18_9.py │ ├── unary=19 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=19_1.py │ │ ├── unary=19_10.py │ │ ├── unary=19_2.py │ │ ├── unary=19_3.py │ │ ├── unary=19_4.py │ │ ├── unary=19_5.py │ │ ├── unary=19_6.py │ │ ├── unary=19_7.py │ │ ├── unary=19_8.py │ │ └── unary=19_9.py │ ├── unary=2 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=2_1.py │ │ ├── unary=2_10.py │ │ ├── unary=2_2.py │ │ ├── unary=2_3.py │ │ ├── unary=2_4.py │ │ ├── unary=2_5.py │ │ ├── unary=2_6.py │ │ ├── unary=2_7.py │ │ ├── unary=2_8.py │ │ └── unary=2_9.py │ ├── unary=20 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=20_1.py │ │ ├── unary=20_10.py │ │ ├── unary=20_2.py │ │ ├── unary=20_3.py │ │ ├── unary=20_4.py │ │ ├── unary=20_5.py │ │ ├── unary=20_6.py │ │ ├── unary=20_7.py │ │ ├── unary=20_8.py │ │ └── unary=20_9.py │ ├── unary=21 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=21_1.py │ │ ├── unary=21_10.py │ │ ├── unary=21_2.py │ │ ├── unary=21_3.py │ │ ├── unary=21_4.py │ │ ├── unary=21_5.py │ │ ├── unary=21_6.py │ │ ├── unary=21_7.py │ │ ├── unary=21_8.py │ │ └── unary=21_9.py │ ├── unary=22 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=22_1.py │ │ ├── unary=22_10.py │ │ ├── unary=22_2.py │ │ ├── unary=22_3.py │ │ ├── unary=22_4.py │ │ ├── unary=22_5.py │ │ ├── unary=22_6.py │ │ ├── unary=22_7.py │ │ ├── unary=22_8.py │ │ └── unary=22_9.py │ ├── unary=23 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=23_1.py │ │ ├── unary=23_10.py │ │ ├── unary=23_2.py │ │ ├── unary=23_3.py │ │ ├── unary=23_4.py │ │ ├── unary=23_5.py │ │ ├── unary=23_6.py │ │ ├── unary=23_7.py │ │ ├── unary=23_8.py │ │ └── unary=23_9.py │ ├── unary=24 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=24_1.py │ │ ├── unary=24_10.py │ │ ├── unary=24_2.py │ │ ├── unary=24_3.py │ │ ├── unary=24_4.py │ │ ├── unary=24_5.py │ │ ├── unary=24_6.py │ │ ├── unary=24_7.py │ │ ├── unary=24_8.py │ │ └── unary=24_9.py │ ├── unary=25 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=25_1.py │ │ ├── unary=25_10.py │ │ ├── unary=25_2.py │ │ ├── unary=25_3.py │ │ ├── unary=25_4.py │ │ ├── unary=25_5.py │ │ ├── unary=25_6.py │ │ ├── unary=25_7.py │ │ ├── unary=25_8.py │ │ └── unary=25_9.py │ ├── unary=26 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=26_1.py │ │ ├── unary=26_10.py │ │ ├── unary=26_2.py │ │ ├── unary=26_3.py │ │ ├── unary=26_4.py │ │ ├── unary=26_5.py │ │ ├── unary=26_6.py │ │ ├── unary=26_7.py │ │ ├── unary=26_8.py │ │ └── unary=26_9.py │ ├── unary=27 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=27_1.py │ │ ├── unary=27_10.py │ │ ├── unary=27_2.py │ │ ├── unary=27_3.py │ │ ├── unary=27_4.py │ │ ├── unary=27_5.py │ │ ├── unary=27_6.py │ │ ├── unary=27_7.py │ │ ├── unary=27_8.py │ │ └── unary=27_9.py │ ├── unary=28 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=28_1.py │ │ ├── unary=28_10.py │ │ ├── unary=28_2.py │ │ ├── unary=28_3.py │ │ ├── unary=28_4.py │ │ ├── unary=28_5.py │ │ ├── unary=28_6.py │ │ ├── unary=28_7.py │ │ ├── unary=28_8.py │ │ └── unary=28_9.py │ ├── unary=29 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=29_1.py │ │ ├── unary=29_10.py │ │ ├── unary=29_2.py │ │ ├── unary=29_3.py │ │ ├── unary=29_4.py │ │ ├── unary=29_5.py │ │ ├── unary=29_6.py │ │ ├── unary=29_7.py │ │ ├── unary=29_8.py │ │ └── unary=29_9.py │ ├── unary=3 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=3_1.py │ │ ├── unary=3_10.py │ │ ├── unary=3_2.py │ │ ├── unary=3_3.py │ │ ├── unary=3_4.py │ │ ├── unary=3_5.py │ │ ├── unary=3_6.py │ │ ├── unary=3_7.py │ │ ├── unary=3_8.py │ │ └── unary=3_9.py │ ├── unary=4 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=4_1.py │ │ ├── unary=4_10.py │ │ ├── unary=4_2.py │ │ ├── unary=4_3.py │ │ ├── unary=4_4.py │ │ ├── unary=4_5.py │ │ ├── unary=4_6.py │ │ ├── unary=4_7.py │ │ ├── unary=4_8.py │ │ └── unary=4_9.py │ ├── unary=5 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=5_1.py │ │ ├── unary=5_10.py │ │ ├── unary=5_2.py │ │ ├── unary=5_3.py │ │ ├── unary=5_4.py │ │ ├── unary=5_5.py │ │ ├── unary=5_6.py │ │ ├── unary=5_7.py │ │ ├── unary=5_8.py │ │ └── unary=5_9.py │ ├── unary=6 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=6_1.py │ │ ├── unary=6_10.py │ │ ├── unary=6_2.py │ │ ├── unary=6_3.py │ │ ├── unary=6_4.py │ │ ├── unary=6_5.py │ │ ├── unary=6_6.py │ │ ├── unary=6_7.py │ │ ├── unary=6_8.py │ │ └── unary=6_9.py │ ├── unary=7 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=7_1.py │ │ ├── unary=7_10.py │ │ ├── unary=7_2.py │ │ ├── unary=7_3.py │ │ ├── unary=7_4.py │ │ ├── unary=7_5.py │ │ ├── unary=7_6.py │ │ ├── unary=7_7.py │ │ ├── unary=7_8.py │ │ └── unary=7_9.py │ ├── unary=8 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=8_1.py │ │ ├── unary=8_10.py │ │ ├── unary=8_2.py │ │ ├── unary=8_3.py │ │ ├── unary=8_4.py │ │ ├── unary=8_5.py │ │ ├── unary=8_6.py │ │ ├── unary=8_7.py │ │ ├── unary=8_8.py │ │ └── unary=8_9.py │ └── unary=9 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=9_1.py │ │ ├── unary=9_10.py │ │ ├── unary=9_2.py │ │ ├── unary=9_3.py │ │ ├── unary=9_4.py │ │ ├── unary=9_5.py │ │ ├── unary=9_6.py │ │ ├── unary=9_7.py │ │ ├── unary=9_8.py │ │ └── unary=9_9.py │ ├── step13-3shot │ ├── addmm │ │ ├── addmm_1.py │ │ ├── addmm_10.py │ │ ├── addmm_2.py │ │ ├── addmm_3.py │ │ ├── addmm_4.py │ │ ├── addmm_5.py │ │ ├── addmm_6.py │ │ ├── addmm_7.py │ │ ├── addmm_8.py │ │ ├── addmm_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── binary=0 │ │ ├── binary=0_1.py │ │ ├── binary=0_10.py │ │ ├── binary=0_2.py │ │ ├── binary=0_3.py │ │ ├── binary=0_4.py │ │ ├── binary=0_5.py │ │ ├── binary=0_6.py │ │ ├── binary=0_7.py │ │ ├── binary=0_8.py │ │ ├── binary=0_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── binary=10 │ │ ├── binary=10_1.py │ │ ├── binary=10_10.py │ │ ├── binary=10_2.py │ │ ├── binary=10_3.py │ │ ├── binary=10_4.py │ │ ├── binary=10_5.py │ │ ├── binary=10_6.py │ │ ├── binary=10_7.py │ │ ├── binary=10_8.py │ │ ├── binary=10_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── binary=2 │ │ ├── binary=2_1.py │ │ ├── binary=2_10.py │ │ ├── binary=2_2.py │ │ ├── binary=2_3.py │ │ ├── binary=2_4.py │ │ ├── binary=2_5.py │ │ ├── binary=2_6.py │ │ ├── binary=2_7.py │ │ ├── binary=2_8.py │ │ ├── binary=2_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── binary=4 │ │ ├── binary=4_1.py │ │ ├── binary=4_10.py │ │ ├── binary=4_2.py │ │ ├── binary=4_3.py │ │ ├── binary=4_4.py │ │ ├── binary=4_5.py │ │ ├── binary=4_6.py │ │ ├── binary=4_7.py │ │ ├── binary=4_8.py │ │ ├── binary=4_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── binary=6 │ │ ├── binary=6_1.py │ │ ├── binary=6_10.py │ │ ├── binary=6_2.py │ │ ├── binary=6_3.py │ │ ├── binary=6_4.py │ │ ├── binary=6_5.py │ │ ├── binary=6_6.py │ │ ├── binary=6_7.py │ │ ├── binary=6_8.py │ │ ├── binary=6_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── binary=8 │ │ ├── binary=8_1.py │ │ ├── binary=8_10.py │ │ ├── binary=8_2.py │ │ ├── binary=8_3.py │ │ ├── binary=8_4.py │ │ ├── binary=8_5.py │ │ ├── binary=8_6.py │ │ ├── binary=8_7.py │ │ ├── binary=8_8.py │ │ ├── binary=8_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── binary_unary=0 │ │ ├── binary_unary=0_1.py │ │ ├── binary_unary=0_10.py │ │ ├── binary_unary=0_2.py │ │ ├── binary_unary=0_3.py │ │ ├── binary_unary=0_4.py │ │ ├── binary_unary=0_5.py │ │ ├── binary_unary=0_6.py │ │ ├── binary_unary=0_7.py │ │ ├── binary_unary=0_8.py │ │ ├── binary_unary=0_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── binary_unary=10 │ │ ├── binary_unary=10_1.py │ │ ├── binary_unary=10_10.py │ │ ├── binary_unary=10_2.py │ │ ├── binary_unary=10_3.py │ │ ├── binary_unary=10_4.py │ │ ├── binary_unary=10_5.py │ │ ├── binary_unary=10_6.py │ │ ├── binary_unary=10_7.py │ │ ├── binary_unary=10_8.py │ │ ├── binary_unary=10_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── binary_unary=2 │ │ ├── binary_unary=2_1.py │ │ ├── binary_unary=2_10.py │ │ ├── binary_unary=2_2.py │ │ ├── binary_unary=2_3.py │ │ ├── binary_unary=2_4.py │ │ ├── binary_unary=2_5.py │ │ ├── binary_unary=2_6.py │ │ ├── binary_unary=2_7.py │ │ ├── binary_unary=2_8.py │ │ ├── binary_unary=2_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── binary_unary=4 │ │ ├── binary_unary=4_1.py │ │ ├── binary_unary=4_10.py │ │ ├── binary_unary=4_2.py │ │ ├── binary_unary=4_3.py │ │ ├── binary_unary=4_4.py │ │ ├── binary_unary=4_5.py │ │ ├── binary_unary=4_6.py │ │ ├── binary_unary=4_7.py │ │ ├── binary_unary=4_8.py │ │ ├── binary_unary=4_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── binary_unary=6 │ │ ├── binary_unary=6_1.py │ │ ├── binary_unary=6_10.py │ │ ├── binary_unary=6_2.py │ │ ├── binary_unary=6_3.py │ │ ├── binary_unary=6_4.py │ │ ├── binary_unary=6_5.py │ │ ├── binary_unary=6_6.py │ │ ├── binary_unary=6_7.py │ │ ├── binary_unary=6_8.py │ │ ├── binary_unary=6_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── binary_unary=8 │ │ ├── binary_unary=8_1.py │ │ ├── binary_unary=8_10.py │ │ ├── binary_unary=8_2.py │ │ ├── binary_unary=8_3.py │ │ ├── binary_unary=8_4.py │ │ ├── binary_unary=8_5.py │ │ ├── binary_unary=8_6.py │ │ ├── binary_unary=8_7.py │ │ ├── binary_unary=8_8.py │ │ ├── binary_unary=8_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── cat_addmm │ │ ├── cat_addmm_1.py │ │ ├── cat_addmm_10.py │ │ ├── cat_addmm_2.py │ │ ├── cat_addmm_3.py │ │ ├── cat_addmm_4.py │ │ ├── cat_addmm_5.py │ │ ├── cat_addmm_6.py │ │ ├── cat_addmm_7.py │ │ ├── cat_addmm_8.py │ │ ├── cat_addmm_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── cat_mm │ │ ├── cat_mm_1.py │ │ ├── cat_mm_10.py │ │ ├── cat_mm_2.py │ │ ├── cat_mm_3.py │ │ ├── cat_mm_4.py │ │ ├── cat_mm_5.py │ │ ├── cat_mm_6.py │ │ ├── cat_mm_7.py │ │ ├── cat_mm_8.py │ │ ├── cat_mm_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── cat_slice_cat │ │ ├── cat_slice_cat_1.py │ │ ├── cat_slice_cat_10.py │ │ ├── cat_slice_cat_2.py │ │ ├── cat_slice_cat_3.py │ │ ├── cat_slice_cat_4.py │ │ ├── cat_slice_cat_5.py │ │ ├── cat_slice_cat_6.py │ │ ├── cat_slice_cat_7.py │ │ ├── cat_slice_cat_8.py │ │ ├── cat_slice_cat_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── fuse_conv_bn │ │ ├── fuse_conv_bn_1.py │ │ ├── fuse_conv_bn_10.py │ │ ├── fuse_conv_bn_2.py │ │ ├── fuse_conv_bn_3.py │ │ ├── fuse_conv_bn_4.py │ │ ├── fuse_conv_bn_5.py │ │ ├── fuse_conv_bn_6.py │ │ ├── fuse_conv_bn_7.py │ │ ├── fuse_conv_bn_8.py │ │ ├── fuse_conv_bn_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── linear_permute_fusion │ │ ├── linear_permute_fusion_1.py │ │ ├── linear_permute_fusion_10.py │ │ ├── linear_permute_fusion_2.py │ │ ├── linear_permute_fusion_3.py │ │ ├── linear_permute_fusion_4.py │ │ ├── linear_permute_fusion_5.py │ │ ├── linear_permute_fusion_6.py │ │ ├── linear_permute_fusion_7.py │ │ ├── linear_permute_fusion_8.py │ │ ├── linear_permute_fusion_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── mm_plus_mm │ │ ├── mm_plus_mm_1.py │ │ ├── mm_plus_mm_10.py │ │ ├── mm_plus_mm_2.py │ │ ├── mm_plus_mm_3.py │ │ ├── mm_plus_mm_4.py │ │ ├── mm_plus_mm_5.py │ │ ├── mm_plus_mm_6.py │ │ ├── mm_plus_mm_7.py │ │ ├── mm_plus_mm_8.py │ │ ├── mm_plus_mm_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── outputs.json │ ├── permute_linear_fusion │ │ ├── permute_linear_fusion_1.py │ │ ├── permute_linear_fusion_10.py │ │ ├── permute_linear_fusion_2.py │ │ ├── permute_linear_fusion_3.py │ │ ├── permute_linear_fusion_4.py │ │ ├── permute_linear_fusion_5.py │ │ ├── permute_linear_fusion_6.py │ │ ├── permute_linear_fusion_7.py │ │ ├── permute_linear_fusion_8.py │ │ ├── permute_linear_fusion_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── permute_matmul_fusion │ │ ├── permute_matmul_fusion_1.py │ │ ├── permute_matmul_fusion_10.py │ │ ├── permute_matmul_fusion_2.py │ │ ├── permute_matmul_fusion_3.py │ │ ├── permute_matmul_fusion_4.py │ │ ├── permute_matmul_fusion_5.py │ │ ├── permute_matmul_fusion_6.py │ │ ├── permute_matmul_fusion_7.py │ │ ├── permute_matmul_fusion_8.py │ │ ├── permute_matmul_fusion_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── pointless_cumsum_replacement │ │ ├── pointless_cumsum_replacement_1.py │ │ ├── pointless_cumsum_replacement_10.py │ │ ├── pointless_cumsum_replacement_2.py │ │ ├── pointless_cumsum_replacement_3.py │ │ ├── pointless_cumsum_replacement_4.py │ │ ├── pointless_cumsum_replacement_5.py │ │ ├── pointless_cumsum_replacement_6.py │ │ ├── pointless_cumsum_replacement_7.py │ │ ├── pointless_cumsum_replacement_8.py │ │ ├── pointless_cumsum_replacement_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── replace_fx │ │ ├── prompt.txt │ │ ├── replace_fx_1.py │ │ ├── replace_fx_10.py │ │ ├── replace_fx_2.py │ │ ├── replace_fx_3.py │ │ ├── replace_fx_4.py │ │ ├── replace_fx_5.py │ │ ├── replace_fx_6.py │ │ ├── replace_fx_7.py │ │ ├── replace_fx_8.py │ │ ├── replace_fx_9.py │ │ └── time.txt │ ├── sfdp=0 │ │ ├── prompt.txt │ │ ├── sfdp=0_1.py │ │ ├── sfdp=0_10.py │ │ ├── sfdp=0_2.py │ │ ├── sfdp=0_3.py │ │ ├── sfdp=0_4.py │ │ ├── sfdp=0_5.py │ │ ├── sfdp=0_6.py │ │ ├── sfdp=0_7.py │ │ ├── sfdp=0_8.py │ │ ├── sfdp=0_9.py │ │ └── time.txt │ ├── sfdp=1 │ │ ├── prompt.txt │ │ ├── sfdp=1_1.py │ │ ├── sfdp=1_10.py │ │ ├── sfdp=1_2.py │ │ ├── sfdp=1_3.py │ │ ├── sfdp=1_4.py │ │ ├── sfdp=1_5.py │ │ ├── sfdp=1_6.py │ │ ├── sfdp=1_7.py │ │ ├── sfdp=1_8.py │ │ ├── sfdp=1_9.py │ │ └── time.txt │ ├── sfdp=2 │ │ ├── prompt.txt │ │ ├── sfdp=2_1.py │ │ ├── sfdp=2_10.py │ │ ├── sfdp=2_2.py │ │ ├── sfdp=2_3.py │ │ ├── sfdp=2_4.py │ │ ├── sfdp=2_5.py │ │ ├── sfdp=2_6.py │ │ ├── sfdp=2_7.py │ │ ├── sfdp=2_8.py │ │ ├── sfdp=2_9.py │ │ └── time.txt │ ├── sfdp=3 │ │ ├── prompt.txt │ │ ├── sfdp=3_1.py │ │ ├── sfdp=3_10.py │ │ ├── sfdp=3_2.py │ │ ├── sfdp=3_3.py │ │ ├── sfdp=3_4.py │ │ ├── sfdp=3_5.py │ │ ├── sfdp=3_6.py │ │ ├── sfdp=3_7.py │ │ ├── sfdp=3_8.py │ │ ├── sfdp=3_9.py │ │ └── time.txt │ ├── sfdp=4 │ │ ├── prompt.txt │ │ ├── sfdp=4_1.py │ │ ├── sfdp=4_10.py │ │ ├── sfdp=4_2.py │ │ ├── sfdp=4_3.py │ │ ├── sfdp=4_4.py │ │ ├── sfdp=4_5.py │ │ ├── sfdp=4_6.py │ │ ├── sfdp=4_7.py │ │ ├── sfdp=4_8.py │ │ ├── sfdp=4_9.py │ │ └── time.txt │ ├── sfdp=5 │ │ ├── prompt.txt │ │ ├── sfdp=5_1.py │ │ ├── sfdp=5_10.py │ │ ├── sfdp=5_2.py │ │ ├── sfdp=5_3.py │ │ ├── sfdp=5_4.py │ │ ├── sfdp=5_5.py │ │ ├── sfdp=5_6.py │ │ ├── sfdp=5_7.py │ │ ├── sfdp=5_8.py │ │ ├── sfdp=5_9.py │ │ └── time.txt │ ├── sink_cat_after_pointwise │ │ ├── prompt.txt │ │ ├── sink_cat_after_pointwise_1.py │ │ ├── sink_cat_after_pointwise_10.py │ │ ├── sink_cat_after_pointwise_2.py │ │ ├── sink_cat_after_pointwise_3.py │ │ ├── sink_cat_after_pointwise_4.py │ │ ├── sink_cat_after_pointwise_5.py │ │ ├── sink_cat_after_pointwise_6.py │ │ ├── sink_cat_after_pointwise_7.py │ │ ├── sink_cat_after_pointwise_8.py │ │ ├── sink_cat_after_pointwise_9.py │ │ └── time.txt │ ├── splitwithsizes_cat_replace │ │ ├── prompt.txt │ │ ├── splitwithsizes_cat_replace_1.py │ │ ├── splitwithsizes_cat_replace_10.py │ │ ├── splitwithsizes_cat_replace_2.py │ │ ├── splitwithsizes_cat_replace_3.py │ │ ├── splitwithsizes_cat_replace_4.py │ │ ├── splitwithsizes_cat_replace_5.py │ │ ├── splitwithsizes_cat_replace_6.py │ │ ├── splitwithsizes_cat_replace_7.py │ │ ├── splitwithsizes_cat_replace_8.py │ │ ├── splitwithsizes_cat_replace_9.py │ │ └── time.txt │ ├── unary=0 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=0_1.py │ │ ├── unary=0_10.py │ │ ├── unary=0_2.py │ │ ├── unary=0_3.py │ │ ├── unary=0_4.py │ │ ├── unary=0_5.py │ │ ├── unary=0_6.py │ │ ├── unary=0_7.py │ │ ├── unary=0_8.py │ │ └── unary=0_9.py │ ├── unary=1 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=1_1.py │ │ ├── unary=1_10.py │ │ ├── unary=1_2.py │ │ ├── unary=1_3.py │ │ ├── unary=1_4.py │ │ ├── unary=1_5.py │ │ ├── unary=1_6.py │ │ ├── unary=1_7.py │ │ ├── unary=1_8.py │ │ └── unary=1_9.py │ ├── unary=10 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=10_1.py │ │ ├── unary=10_10.py │ │ ├── unary=10_2.py │ │ ├── unary=10_3.py │ │ ├── unary=10_4.py │ │ ├── unary=10_5.py │ │ ├── unary=10_6.py │ │ ├── unary=10_7.py │ │ ├── unary=10_8.py │ │ └── unary=10_9.py │ ├── unary=11 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=11_1.py │ │ ├── unary=11_10.py │ │ ├── unary=11_2.py │ │ ├── unary=11_3.py │ │ ├── unary=11_4.py │ │ ├── unary=11_5.py │ │ ├── unary=11_6.py │ │ ├── unary=11_7.py │ │ ├── unary=11_8.py │ │ └── unary=11_9.py │ ├── unary=12 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=12_1.py │ │ ├── unary=12_10.py │ │ ├── unary=12_2.py │ │ ├── unary=12_3.py │ │ ├── unary=12_4.py │ │ ├── unary=12_5.py │ │ ├── unary=12_6.py │ │ ├── unary=12_7.py │ │ ├── unary=12_8.py │ │ └── unary=12_9.py │ ├── unary=13 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=13_1.py │ │ ├── unary=13_10.py │ │ ├── unary=13_2.py │ │ ├── unary=13_3.py │ │ ├── unary=13_4.py │ │ ├── unary=13_5.py │ │ ├── unary=13_6.py │ │ ├── unary=13_7.py │ │ ├── unary=13_8.py │ │ └── unary=13_9.py │ ├── unary=14 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=14_1.py │ │ ├── unary=14_10.py │ │ ├── unary=14_2.py │ │ ├── unary=14_3.py │ │ ├── unary=14_4.py │ │ ├── unary=14_5.py │ │ ├── unary=14_6.py │ │ ├── unary=14_7.py │ │ ├── unary=14_8.py │ │ └── unary=14_9.py │ ├── unary=15 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=15_1.py │ │ ├── unary=15_10.py │ │ ├── unary=15_2.py │ │ ├── unary=15_3.py │ │ ├── unary=15_4.py │ │ ├── unary=15_5.py │ │ ├── unary=15_6.py │ │ ├── unary=15_7.py │ │ ├── unary=15_8.py │ │ └── unary=15_9.py │ ├── unary=16 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=16_1.py │ │ ├── unary=16_10.py │ │ ├── unary=16_2.py │ │ ├── unary=16_3.py │ │ ├── unary=16_4.py │ │ ├── unary=16_5.py │ │ ├── unary=16_6.py │ │ ├── unary=16_7.py │ │ ├── unary=16_8.py │ │ └── unary=16_9.py │ ├── unary=17 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=17_1.py │ │ ├── unary=17_10.py │ │ ├── unary=17_2.py │ │ ├── unary=17_3.py │ │ ├── unary=17_4.py │ │ ├── unary=17_5.py │ │ ├── unary=17_6.py │ │ ├── unary=17_7.py │ │ ├── unary=17_8.py │ │ └── unary=17_9.py │ ├── unary=18 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=18_1.py │ │ ├── unary=18_10.py │ │ ├── unary=18_2.py │ │ ├── unary=18_3.py │ │ ├── unary=18_4.py │ │ ├── unary=18_5.py │ │ ├── unary=18_6.py │ │ ├── unary=18_7.py │ │ ├── unary=18_8.py │ │ └── unary=18_9.py │ ├── unary=19 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=19_1.py │ │ ├── unary=19_10.py │ │ ├── unary=19_2.py │ │ ├── unary=19_3.py │ │ ├── unary=19_4.py │ │ ├── unary=19_5.py │ │ ├── unary=19_6.py │ │ ├── unary=19_7.py │ │ ├── unary=19_8.py │ │ └── unary=19_9.py │ ├── unary=2 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=2_1.py │ │ ├── unary=2_10.py │ │ ├── unary=2_2.py │ │ ├── unary=2_3.py │ │ ├── unary=2_4.py │ │ ├── unary=2_5.py │ │ ├── unary=2_6.py │ │ ├── unary=2_7.py │ │ ├── unary=2_8.py │ │ └── unary=2_9.py │ ├── unary=20 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=20_1.py │ │ ├── unary=20_10.py │ │ ├── unary=20_2.py │ │ ├── unary=20_3.py │ │ ├── unary=20_4.py │ │ ├── unary=20_5.py │ │ ├── unary=20_6.py │ │ ├── unary=20_7.py │ │ ├── unary=20_8.py │ │ └── unary=20_9.py │ ├── unary=21 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=21_1.py │ │ ├── unary=21_10.py │ │ ├── unary=21_2.py │ │ ├── unary=21_3.py │ │ ├── unary=21_4.py │ │ ├── unary=21_5.py │ │ ├── unary=21_6.py │ │ ├── unary=21_7.py │ │ ├── unary=21_8.py │ │ └── unary=21_9.py │ ├── unary=22 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=22_1.py │ │ ├── unary=22_10.py │ │ ├── unary=22_2.py │ │ ├── unary=22_3.py │ │ ├── unary=22_4.py │ │ ├── unary=22_5.py │ │ ├── unary=22_6.py │ │ ├── unary=22_7.py │ │ ├── unary=22_8.py │ │ └── unary=22_9.py │ ├── unary=23 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=23_1.py │ │ ├── unary=23_10.py │ │ ├── unary=23_2.py │ │ ├── unary=23_3.py │ │ ├── unary=23_4.py │ │ ├── unary=23_5.py │ │ ├── unary=23_6.py │ │ ├── unary=23_7.py │ │ ├── unary=23_8.py │ │ └── unary=23_9.py │ ├── unary=24 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=24_1.py │ │ ├── unary=24_10.py │ │ ├── unary=24_2.py │ │ ├── unary=24_3.py │ │ ├── unary=24_4.py │ │ ├── unary=24_5.py │ │ ├── unary=24_6.py │ │ ├── unary=24_7.py │ │ ├── unary=24_8.py │ │ └── unary=24_9.py │ ├── unary=25 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=25_1.py │ │ ├── unary=25_10.py │ │ ├── unary=25_2.py │ │ ├── unary=25_3.py │ │ ├── unary=25_4.py │ │ ├── unary=25_5.py │ │ ├── unary=25_6.py │ │ ├── unary=25_7.py │ │ ├── unary=25_8.py │ │ └── unary=25_9.py │ ├── unary=26 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=26_1.py │ │ ├── unary=26_10.py │ │ ├── unary=26_2.py │ │ ├── unary=26_3.py │ │ ├── unary=26_4.py │ │ ├── unary=26_5.py │ │ ├── unary=26_6.py │ │ ├── unary=26_7.py │ │ ├── unary=26_8.py │ │ └── unary=26_9.py │ ├── unary=27 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=27_1.py │ │ ├── unary=27_10.py │ │ ├── unary=27_2.py │ │ ├── unary=27_3.py │ │ ├── unary=27_4.py │ │ ├── unary=27_5.py │ │ ├── unary=27_6.py │ │ ├── unary=27_7.py │ │ ├── unary=27_8.py │ │ └── unary=27_9.py │ ├── unary=28 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=28_1.py │ │ ├── unary=28_10.py │ │ ├── unary=28_2.py │ │ ├── unary=28_3.py │ │ ├── unary=28_4.py │ │ ├── unary=28_5.py │ │ ├── unary=28_6.py │ │ ├── unary=28_7.py │ │ ├── unary=28_8.py │ │ └── unary=28_9.py │ ├── unary=29 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=29_1.py │ │ ├── unary=29_10.py │ │ ├── unary=29_2.py │ │ ├── unary=29_3.py │ │ ├── unary=29_4.py │ │ ├── unary=29_5.py │ │ ├── unary=29_6.py │ │ ├── unary=29_7.py │ │ ├── unary=29_8.py │ │ └── unary=29_9.py │ ├── unary=3 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=3_1.py │ │ ├── unary=3_10.py │ │ ├── unary=3_2.py │ │ ├── unary=3_3.py │ │ ├── unary=3_4.py │ │ ├── unary=3_5.py │ │ ├── unary=3_6.py │ │ ├── unary=3_7.py │ │ ├── unary=3_8.py │ │ └── unary=3_9.py │ ├── unary=4 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=4_1.py │ │ ├── unary=4_10.py │ │ ├── unary=4_2.py │ │ ├── unary=4_3.py │ │ ├── unary=4_4.py │ │ ├── unary=4_5.py │ │ ├── unary=4_6.py │ │ ├── unary=4_7.py │ │ ├── unary=4_8.py │ │ └── unary=4_9.py │ ├── unary=5 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=5_1.py │ │ ├── unary=5_10.py │ │ ├── unary=5_2.py │ │ ├── unary=5_3.py │ │ ├── unary=5_4.py │ │ ├── unary=5_5.py │ │ ├── unary=5_6.py │ │ ├── unary=5_7.py │ │ ├── unary=5_8.py │ │ └── unary=5_9.py │ ├── unary=6 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=6_1.py │ │ ├── unary=6_10.py │ │ ├── unary=6_2.py │ │ ├── unary=6_3.py │ │ ├── unary=6_4.py │ │ ├── unary=6_5.py │ │ ├── unary=6_6.py │ │ ├── unary=6_7.py │ │ ├── unary=6_8.py │ │ └── unary=6_9.py │ ├── unary=7 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=7_1.py │ │ ├── unary=7_10.py │ │ ├── unary=7_2.py │ │ ├── unary=7_3.py │ │ ├── unary=7_4.py │ │ ├── unary=7_5.py │ │ ├── unary=7_6.py │ │ ├── unary=7_7.py │ │ ├── unary=7_8.py │ │ └── unary=7_9.py │ ├── unary=8 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=8_1.py │ │ ├── unary=8_10.py │ │ ├── unary=8_2.py │ │ ├── unary=8_3.py │ │ ├── unary=8_4.py │ │ ├── unary=8_5.py │ │ ├── unary=8_6.py │ │ ├── unary=8_7.py │ │ ├── unary=8_8.py │ │ └── unary=8_9.py │ └── unary=9 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=9_1.py │ │ ├── unary=9_10.py │ │ ├── unary=9_2.py │ │ ├── unary=9_3.py │ │ ├── unary=9_4.py │ │ ├── unary=9_5.py │ │ ├── unary=9_6.py │ │ ├── unary=9_7.py │ │ ├── unary=9_8.py │ │ └── unary=9_9.py │ ├── step14-3shot │ ├── addmm │ │ ├── addmm_1.py │ │ ├── addmm_10.py │ │ ├── addmm_2.py │ │ ├── addmm_3.py │ │ ├── addmm_4.py │ │ ├── addmm_5.py │ │ ├── addmm_6.py │ │ ├── addmm_7.py │ │ ├── addmm_8.py │ │ ├── addmm_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── binary=0 │ │ ├── binary=0_1.py │ │ ├── binary=0_10.py │ │ ├── binary=0_2.py │ │ ├── binary=0_3.py │ │ ├── binary=0_4.py │ │ ├── binary=0_5.py │ │ ├── binary=0_6.py │ │ ├── binary=0_7.py │ │ ├── binary=0_8.py │ │ ├── binary=0_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── binary=10 │ │ ├── binary=10_1.py │ │ ├── binary=10_10.py │ │ ├── binary=10_2.py │ │ ├── binary=10_3.py │ │ ├── binary=10_4.py │ │ ├── binary=10_5.py │ │ ├── binary=10_6.py │ │ ├── binary=10_7.py │ │ ├── binary=10_8.py │ │ ├── binary=10_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── binary=2 │ │ ├── binary=2_1.py │ │ ├── binary=2_10.py │ │ ├── binary=2_2.py │ │ ├── binary=2_3.py │ │ ├── binary=2_4.py │ │ ├── binary=2_5.py │ │ ├── binary=2_6.py │ │ ├── binary=2_7.py │ │ ├── binary=2_8.py │ │ ├── binary=2_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── binary=4 │ │ ├── binary=4_1.py │ │ ├── binary=4_10.py │ │ ├── binary=4_2.py │ │ ├── binary=4_3.py │ │ ├── binary=4_4.py │ │ ├── binary=4_5.py │ │ ├── binary=4_6.py │ │ ├── binary=4_7.py │ │ ├── binary=4_8.py │ │ ├── binary=4_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── binary=6 │ │ ├── binary=6_1.py │ │ ├── binary=6_10.py │ │ ├── binary=6_2.py │ │ ├── binary=6_3.py │ │ ├── binary=6_4.py │ │ ├── binary=6_5.py │ │ ├── binary=6_6.py │ │ ├── binary=6_7.py │ │ ├── binary=6_8.py │ │ ├── binary=6_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── binary=8 │ │ ├── binary=8_1.py │ │ ├── binary=8_10.py │ │ ├── binary=8_2.py │ │ ├── binary=8_3.py │ │ ├── binary=8_4.py │ │ ├── binary=8_5.py │ │ ├── binary=8_6.py │ │ ├── binary=8_7.py │ │ ├── binary=8_8.py │ │ ├── binary=8_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── binary_unary=0 │ │ ├── binary_unary=0_1.py │ │ ├── binary_unary=0_10.py │ │ ├── binary_unary=0_2.py │ │ ├── binary_unary=0_3.py │ │ ├── binary_unary=0_4.py │ │ ├── binary_unary=0_5.py │ │ ├── binary_unary=0_6.py │ │ ├── binary_unary=0_7.py │ │ ├── binary_unary=0_8.py │ │ ├── binary_unary=0_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── binary_unary=10 │ │ ├── binary_unary=10_1.py │ │ ├── binary_unary=10_10.py │ │ ├── binary_unary=10_2.py │ │ ├── binary_unary=10_3.py │ │ ├── binary_unary=10_4.py │ │ ├── binary_unary=10_5.py │ │ ├── binary_unary=10_6.py │ │ ├── binary_unary=10_7.py │ │ ├── binary_unary=10_8.py │ │ ├── binary_unary=10_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── binary_unary=2 │ │ ├── binary_unary=2_1.py │ │ ├── binary_unary=2_10.py │ │ ├── binary_unary=2_2.py │ │ ├── binary_unary=2_3.py │ │ ├── binary_unary=2_4.py │ │ ├── binary_unary=2_5.py │ │ ├── binary_unary=2_6.py │ │ ├── binary_unary=2_7.py │ │ ├── binary_unary=2_8.py │ │ ├── binary_unary=2_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── binary_unary=4 │ │ ├── binary_unary=4_1.py │ │ ├── binary_unary=4_10.py │ │ ├── binary_unary=4_2.py │ │ ├── binary_unary=4_3.py │ │ ├── binary_unary=4_4.py │ │ ├── binary_unary=4_5.py │ │ ├── binary_unary=4_6.py │ │ ├── binary_unary=4_7.py │ │ ├── binary_unary=4_8.py │ │ ├── binary_unary=4_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── binary_unary=6 │ │ ├── binary_unary=6_1.py │ │ ├── binary_unary=6_10.py │ │ ├── binary_unary=6_2.py │ │ ├── binary_unary=6_3.py │ │ ├── binary_unary=6_4.py │ │ ├── binary_unary=6_5.py │ │ ├── binary_unary=6_6.py │ │ ├── binary_unary=6_7.py │ │ ├── binary_unary=6_8.py │ │ ├── binary_unary=6_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── binary_unary=8 │ │ ├── binary_unary=8_1.py │ │ ├── binary_unary=8_10.py │ │ ├── binary_unary=8_2.py │ │ ├── binary_unary=8_3.py │ │ ├── binary_unary=8_4.py │ │ ├── binary_unary=8_5.py │ │ ├── binary_unary=8_6.py │ │ ├── binary_unary=8_7.py │ │ ├── binary_unary=8_8.py │ │ ├── binary_unary=8_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── cat_addmm │ │ ├── cat_addmm_1.py │ │ ├── cat_addmm_10.py │ │ ├── cat_addmm_2.py │ │ ├── cat_addmm_3.py │ │ ├── cat_addmm_4.py │ │ ├── cat_addmm_5.py │ │ ├── cat_addmm_6.py │ │ ├── cat_addmm_7.py │ │ ├── cat_addmm_8.py │ │ ├── cat_addmm_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── cat_mm │ │ ├── cat_mm_1.py │ │ ├── cat_mm_10.py │ │ ├── cat_mm_2.py │ │ ├── cat_mm_3.py │ │ ├── cat_mm_4.py │ │ ├── cat_mm_5.py │ │ ├── cat_mm_6.py │ │ ├── cat_mm_7.py │ │ ├── cat_mm_8.py │ │ ├── cat_mm_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── cat_slice_cat │ │ ├── cat_slice_cat_1.py │ │ ├── cat_slice_cat_10.py │ │ ├── cat_slice_cat_2.py │ │ ├── cat_slice_cat_3.py │ │ ├── cat_slice_cat_4.py │ │ ├── cat_slice_cat_5.py │ │ ├── cat_slice_cat_6.py │ │ ├── cat_slice_cat_7.py │ │ ├── cat_slice_cat_8.py │ │ ├── cat_slice_cat_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── fuse_conv_bn │ │ ├── fuse_conv_bn_1.py │ │ ├── fuse_conv_bn_10.py │ │ ├── fuse_conv_bn_2.py │ │ ├── fuse_conv_bn_3.py │ │ ├── fuse_conv_bn_4.py │ │ ├── fuse_conv_bn_5.py │ │ ├── fuse_conv_bn_6.py │ │ ├── fuse_conv_bn_7.py │ │ ├── fuse_conv_bn_8.py │ │ ├── fuse_conv_bn_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── linear_permute_fusion │ │ ├── linear_permute_fusion_1.py │ │ ├── linear_permute_fusion_10.py │ │ ├── linear_permute_fusion_2.py │ │ ├── linear_permute_fusion_3.py │ │ ├── linear_permute_fusion_4.py │ │ ├── linear_permute_fusion_5.py │ │ ├── linear_permute_fusion_6.py │ │ ├── linear_permute_fusion_7.py │ │ ├── linear_permute_fusion_8.py │ │ ├── linear_permute_fusion_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── mm_plus_mm │ │ ├── mm_plus_mm_1.py │ │ ├── mm_plus_mm_10.py │ │ ├── mm_plus_mm_2.py │ │ ├── mm_plus_mm_3.py │ │ ├── mm_plus_mm_4.py │ │ ├── mm_plus_mm_5.py │ │ ├── mm_plus_mm_6.py │ │ ├── mm_plus_mm_7.py │ │ ├── mm_plus_mm_8.py │ │ ├── mm_plus_mm_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── outputs.json │ ├── permute_linear_fusion │ │ ├── permute_linear_fusion_1.py │ │ ├── permute_linear_fusion_10.py │ │ ├── permute_linear_fusion_2.py │ │ ├── permute_linear_fusion_3.py │ │ ├── permute_linear_fusion_4.py │ │ ├── permute_linear_fusion_5.py │ │ ├── permute_linear_fusion_6.py │ │ ├── permute_linear_fusion_7.py │ │ ├── permute_linear_fusion_8.py │ │ ├── permute_linear_fusion_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── permute_matmul_fusion │ │ ├── permute_matmul_fusion_1.py │ │ ├── permute_matmul_fusion_10.py │ │ ├── permute_matmul_fusion_2.py │ │ ├── permute_matmul_fusion_3.py │ │ ├── permute_matmul_fusion_4.py │ │ ├── permute_matmul_fusion_5.py │ │ ├── permute_matmul_fusion_6.py │ │ ├── permute_matmul_fusion_7.py │ │ ├── permute_matmul_fusion_8.py │ │ ├── permute_matmul_fusion_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── pointless_cumsum_replacement │ │ ├── pointless_cumsum_replacement_1.py │ │ ├── pointless_cumsum_replacement_10.py │ │ ├── pointless_cumsum_replacement_2.py │ │ ├── pointless_cumsum_replacement_3.py │ │ ├── pointless_cumsum_replacement_4.py │ │ ├── pointless_cumsum_replacement_5.py │ │ ├── pointless_cumsum_replacement_6.py │ │ ├── pointless_cumsum_replacement_7.py │ │ ├── pointless_cumsum_replacement_8.py │ │ ├── pointless_cumsum_replacement_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── replace_fx │ │ ├── prompt.txt │ │ ├── replace_fx_1.py │ │ ├── replace_fx_10.py │ │ ├── replace_fx_2.py │ │ ├── replace_fx_3.py │ │ ├── replace_fx_4.py │ │ ├── replace_fx_5.py │ │ ├── replace_fx_6.py │ │ ├── replace_fx_7.py │ │ ├── replace_fx_8.py │ │ ├── replace_fx_9.py │ │ └── time.txt │ ├── sfdp=0 │ │ ├── prompt.txt │ │ ├── sfdp=0_1.py │ │ ├── sfdp=0_10.py │ │ ├── sfdp=0_2.py │ │ ├── sfdp=0_3.py │ │ ├── sfdp=0_4.py │ │ ├── sfdp=0_5.py │ │ ├── sfdp=0_6.py │ │ ├── sfdp=0_7.py │ │ ├── sfdp=0_8.py │ │ ├── sfdp=0_9.py │ │ └── time.txt │ ├── sfdp=1 │ │ ├── prompt.txt │ │ ├── sfdp=1_1.py │ │ ├── sfdp=1_10.py │ │ ├── sfdp=1_2.py │ │ ├── sfdp=1_3.py │ │ ├── sfdp=1_4.py │ │ ├── sfdp=1_5.py │ │ ├── sfdp=1_6.py │ │ ├── sfdp=1_7.py │ │ ├── sfdp=1_8.py │ │ ├── sfdp=1_9.py │ │ └── time.txt │ ├── sfdp=2 │ │ ├── prompt.txt │ │ ├── sfdp=2_1.py │ │ ├── sfdp=2_10.py │ │ ├── sfdp=2_2.py │ │ ├── sfdp=2_3.py │ │ ├── sfdp=2_4.py │ │ ├── sfdp=2_5.py │ │ ├── sfdp=2_6.py │ │ ├── sfdp=2_7.py │ │ ├── sfdp=2_8.py │ │ ├── sfdp=2_9.py │ │ └── time.txt │ ├── sfdp=3 │ │ ├── prompt.txt │ │ ├── sfdp=3_1.py │ │ ├── sfdp=3_10.py │ │ ├── sfdp=3_2.py │ │ ├── sfdp=3_3.py │ │ ├── sfdp=3_4.py │ │ ├── sfdp=3_5.py │ │ ├── sfdp=3_6.py │ │ ├── sfdp=3_7.py │ │ ├── sfdp=3_8.py │ │ ├── sfdp=3_9.py │ │ └── time.txt │ ├── sfdp=4 │ │ ├── prompt.txt │ │ ├── sfdp=4_1.py │ │ ├── sfdp=4_10.py │ │ ├── sfdp=4_2.py │ │ ├── sfdp=4_3.py │ │ ├── sfdp=4_4.py │ │ ├── sfdp=4_5.py │ │ ├── sfdp=4_6.py │ │ ├── sfdp=4_7.py │ │ ├── sfdp=4_8.py │ │ ├── sfdp=4_9.py │ │ └── time.txt │ ├── sfdp=5 │ │ ├── prompt.txt │ │ ├── sfdp=5_1.py │ │ ├── sfdp=5_10.py │ │ ├── sfdp=5_2.py │ │ ├── sfdp=5_3.py │ │ ├── sfdp=5_4.py │ │ ├── sfdp=5_5.py │ │ ├── sfdp=5_6.py │ │ ├── sfdp=5_7.py │ │ ├── sfdp=5_8.py │ │ ├── sfdp=5_9.py │ │ └── time.txt │ ├── sink_cat_after_pointwise │ │ ├── prompt.txt │ │ ├── sink_cat_after_pointwise_1.py │ │ ├── sink_cat_after_pointwise_10.py │ │ ├── sink_cat_after_pointwise_2.py │ │ ├── sink_cat_after_pointwise_3.py │ │ ├── sink_cat_after_pointwise_4.py │ │ ├── sink_cat_after_pointwise_5.py │ │ ├── sink_cat_after_pointwise_6.py │ │ ├── sink_cat_after_pointwise_7.py │ │ ├── sink_cat_after_pointwise_8.py │ │ ├── sink_cat_after_pointwise_9.py │ │ └── time.txt │ ├── splitwithsizes_cat_replace │ │ ├── prompt.txt │ │ ├── splitwithsizes_cat_replace_1.py │ │ ├── splitwithsizes_cat_replace_10.py │ │ ├── splitwithsizes_cat_replace_2.py │ │ ├── splitwithsizes_cat_replace_3.py │ │ ├── splitwithsizes_cat_replace_4.py │ │ ├── splitwithsizes_cat_replace_5.py │ │ ├── splitwithsizes_cat_replace_6.py │ │ ├── splitwithsizes_cat_replace_7.py │ │ ├── splitwithsizes_cat_replace_8.py │ │ ├── splitwithsizes_cat_replace_9.py │ │ └── time.txt │ ├── unary=0 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=0_1.py │ │ ├── unary=0_10.py │ │ ├── unary=0_2.py │ │ ├── unary=0_3.py │ │ ├── unary=0_4.py │ │ ├── unary=0_5.py │ │ ├── unary=0_6.py │ │ ├── unary=0_7.py │ │ ├── unary=0_8.py │ │ └── unary=0_9.py │ ├── unary=1 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=1_1.py │ │ ├── unary=1_10.py │ │ ├── unary=1_2.py │ │ ├── unary=1_3.py │ │ ├── unary=1_4.py │ │ ├── unary=1_5.py │ │ ├── unary=1_6.py │ │ ├── unary=1_7.py │ │ ├── unary=1_8.py │ │ └── unary=1_9.py │ ├── unary=10 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=10_1.py │ │ ├── unary=10_10.py │ │ ├── unary=10_2.py │ │ ├── unary=10_3.py │ │ ├── unary=10_4.py │ │ ├── unary=10_5.py │ │ ├── unary=10_6.py │ │ ├── unary=10_7.py │ │ ├── unary=10_8.py │ │ └── unary=10_9.py │ ├── unary=11 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=11_1.py │ │ ├── unary=11_10.py │ │ ├── unary=11_2.py │ │ ├── unary=11_3.py │ │ ├── unary=11_4.py │ │ ├── unary=11_5.py │ │ ├── unary=11_6.py │ │ ├── unary=11_7.py │ │ ├── unary=11_8.py │ │ └── unary=11_9.py │ ├── unary=12 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=12_1.py │ │ ├── unary=12_10.py │ │ ├── unary=12_2.py │ │ ├── unary=12_3.py │ │ ├── unary=12_4.py │ │ ├── unary=12_5.py │ │ ├── unary=12_6.py │ │ ├── unary=12_7.py │ │ ├── unary=12_8.py │ │ └── unary=12_9.py │ ├── unary=13 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=13_1.py │ │ ├── unary=13_10.py │ │ ├── unary=13_2.py │ │ ├── unary=13_3.py │ │ ├── unary=13_4.py │ │ ├── unary=13_5.py │ │ ├── unary=13_6.py │ │ ├── unary=13_7.py │ │ ├── unary=13_8.py │ │ └── unary=13_9.py │ ├── unary=14 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=14_1.py │ │ ├── unary=14_10.py │ │ ├── unary=14_2.py │ │ ├── unary=14_3.py │ │ ├── unary=14_4.py │ │ ├── unary=14_5.py │ │ ├── unary=14_6.py │ │ ├── unary=14_7.py │ │ ├── unary=14_8.py │ │ └── unary=14_9.py │ ├── unary=15 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=15_1.py │ │ ├── unary=15_10.py │ │ ├── unary=15_2.py │ │ ├── unary=15_3.py │ │ ├── unary=15_4.py │ │ ├── unary=15_5.py │ │ ├── unary=15_6.py │ │ ├── unary=15_7.py │ │ ├── unary=15_8.py │ │ └── unary=15_9.py │ ├── unary=16 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=16_1.py │ │ ├── unary=16_10.py │ │ ├── unary=16_2.py │ │ ├── unary=16_3.py │ │ ├── unary=16_4.py │ │ ├── unary=16_5.py │ │ ├── unary=16_6.py │ │ ├── unary=16_7.py │ │ ├── unary=16_8.py │ │ └── unary=16_9.py │ ├── unary=17 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=17_1.py │ │ ├── unary=17_10.py │ │ ├── unary=17_2.py │ │ ├── unary=17_3.py │ │ ├── unary=17_4.py │ │ ├── unary=17_5.py │ │ ├── unary=17_6.py │ │ ├── unary=17_7.py │ │ ├── unary=17_8.py │ │ └── unary=17_9.py │ ├── unary=18 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=18_1.py │ │ ├── unary=18_10.py │ │ ├── unary=18_2.py │ │ ├── unary=18_3.py │ │ ├── unary=18_4.py │ │ ├── unary=18_5.py │ │ ├── unary=18_6.py │ │ ├── unary=18_7.py │ │ ├── unary=18_8.py │ │ └── unary=18_9.py │ ├── unary=19 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=19_1.py │ │ ├── unary=19_10.py │ │ ├── unary=19_2.py │ │ ├── unary=19_3.py │ │ ├── unary=19_4.py │ │ ├── unary=19_5.py │ │ ├── unary=19_6.py │ │ ├── unary=19_7.py │ │ ├── unary=19_8.py │ │ └── unary=19_9.py │ ├── unary=2 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=2_1.py │ │ ├── unary=2_10.py │ │ ├── unary=2_2.py │ │ ├── unary=2_3.py │ │ ├── unary=2_4.py │ │ ├── unary=2_5.py │ │ ├── unary=2_6.py │ │ ├── unary=2_7.py │ │ ├── unary=2_8.py │ │ └── unary=2_9.py │ ├── unary=20 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=20_1.py │ │ ├── unary=20_10.py │ │ ├── unary=20_2.py │ │ ├── unary=20_3.py │ │ ├── unary=20_4.py │ │ ├── unary=20_5.py │ │ ├── unary=20_6.py │ │ ├── unary=20_7.py │ │ ├── unary=20_8.py │ │ └── unary=20_9.py │ ├── unary=21 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=21_1.py │ │ ├── unary=21_10.py │ │ ├── unary=21_2.py │ │ ├── unary=21_3.py │ │ ├── unary=21_4.py │ │ ├── unary=21_5.py │ │ ├── unary=21_6.py │ │ ├── unary=21_7.py │ │ ├── unary=21_8.py │ │ └── unary=21_9.py │ ├── unary=22 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=22_1.py │ │ ├── unary=22_10.py │ │ ├── unary=22_2.py │ │ ├── unary=22_3.py │ │ ├── unary=22_4.py │ │ ├── unary=22_5.py │ │ ├── unary=22_6.py │ │ ├── unary=22_7.py │ │ ├── unary=22_8.py │ │ └── unary=22_9.py │ ├── unary=23 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=23_1.py │ │ ├── unary=23_10.py │ │ ├── unary=23_2.py │ │ ├── unary=23_3.py │ │ ├── unary=23_4.py │ │ ├── unary=23_5.py │ │ ├── unary=23_6.py │ │ ├── unary=23_7.py │ │ ├── unary=23_8.py │ │ └── unary=23_9.py │ ├── unary=24 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=24_1.py │ │ ├── unary=24_10.py │ │ ├── unary=24_2.py │ │ ├── unary=24_3.py │ │ ├── unary=24_4.py │ │ ├── unary=24_5.py │ │ ├── unary=24_6.py │ │ ├── unary=24_7.py │ │ ├── unary=24_8.py │ │ └── unary=24_9.py │ ├── unary=25 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=25_1.py │ │ ├── unary=25_10.py │ │ ├── unary=25_2.py │ │ ├── unary=25_3.py │ │ ├── unary=25_4.py │ │ ├── unary=25_5.py │ │ ├── unary=25_6.py │ │ ├── unary=25_7.py │ │ ├── unary=25_8.py │ │ └── unary=25_9.py │ ├── unary=26 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=26_1.py │ │ ├── unary=26_10.py │ │ ├── unary=26_2.py │ │ ├── unary=26_3.py │ │ ├── unary=26_4.py │ │ ├── unary=26_5.py │ │ ├── unary=26_6.py │ │ ├── unary=26_7.py │ │ ├── unary=26_8.py │ │ └── unary=26_9.py │ ├── unary=27 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=27_1.py │ │ ├── unary=27_10.py │ │ ├── unary=27_2.py │ │ ├── unary=27_3.py │ │ ├── unary=27_4.py │ │ ├── unary=27_5.py │ │ ├── unary=27_6.py │ │ ├── unary=27_7.py │ │ ├── unary=27_8.py │ │ └── unary=27_9.py │ ├── unary=28 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=28_1.py │ │ ├── unary=28_10.py │ │ ├── unary=28_2.py │ │ ├── unary=28_3.py │ │ ├── unary=28_4.py │ │ ├── unary=28_5.py │ │ ├── unary=28_6.py │ │ ├── unary=28_7.py │ │ ├── unary=28_8.py │ │ └── unary=28_9.py │ ├── unary=29 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=29_1.py │ │ ├── unary=29_10.py │ │ ├── unary=29_2.py │ │ ├── unary=29_3.py │ │ ├── unary=29_4.py │ │ ├── unary=29_5.py │ │ ├── unary=29_6.py │ │ ├── unary=29_7.py │ │ ├── unary=29_8.py │ │ └── unary=29_9.py │ ├── unary=3 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=3_1.py │ │ ├── unary=3_10.py │ │ ├── unary=3_2.py │ │ ├── unary=3_3.py │ │ ├── unary=3_4.py │ │ ├── unary=3_5.py │ │ ├── unary=3_6.py │ │ ├── unary=3_7.py │ │ ├── unary=3_8.py │ │ └── unary=3_9.py │ ├── unary=4 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=4_1.py │ │ ├── unary=4_10.py │ │ ├── unary=4_2.py │ │ ├── unary=4_3.py │ │ ├── unary=4_4.py │ │ ├── unary=4_5.py │ │ ├── unary=4_6.py │ │ ├── unary=4_7.py │ │ ├── unary=4_8.py │ │ └── unary=4_9.py │ ├── unary=5 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=5_1.py │ │ ├── unary=5_10.py │ │ ├── unary=5_2.py │ │ ├── unary=5_3.py │ │ ├── unary=5_4.py │ │ ├── unary=5_5.py │ │ ├── unary=5_6.py │ │ ├── unary=5_7.py │ │ ├── unary=5_8.py │ │ └── unary=5_9.py │ ├── unary=6 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=6_1.py │ │ ├── unary=6_10.py │ │ ├── unary=6_2.py │ │ ├── unary=6_3.py │ │ ├── unary=6_4.py │ │ ├── unary=6_5.py │ │ ├── unary=6_6.py │ │ ├── unary=6_7.py │ │ ├── unary=6_8.py │ │ └── unary=6_9.py │ ├── unary=7 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=7_1.py │ │ ├── unary=7_10.py │ │ ├── unary=7_2.py │ │ ├── unary=7_3.py │ │ ├── unary=7_4.py │ │ ├── unary=7_5.py │ │ ├── unary=7_6.py │ │ ├── unary=7_7.py │ │ ├── unary=7_8.py │ │ └── unary=7_9.py │ ├── unary=8 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=8_1.py │ │ ├── unary=8_10.py │ │ ├── unary=8_2.py │ │ ├── unary=8_3.py │ │ ├── unary=8_4.py │ │ ├── unary=8_5.py │ │ ├── unary=8_6.py │ │ ├── unary=8_7.py │ │ ├── unary=8_8.py │ │ └── unary=8_9.py │ └── unary=9 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=9_1.py │ │ ├── unary=9_10.py │ │ ├── unary=9_2.py │ │ ├── unary=9_3.py │ │ ├── unary=9_4.py │ │ ├── unary=9_5.py │ │ ├── unary=9_6.py │ │ ├── unary=9_7.py │ │ ├── unary=9_8.py │ │ └── unary=9_9.py │ ├── step15-3shot │ ├── addmm │ │ ├── addmm_1.py │ │ ├── addmm_10.py │ │ ├── addmm_2.py │ │ ├── addmm_3.py │ │ ├── addmm_4.py │ │ ├── addmm_5.py │ │ ├── addmm_6.py │ │ ├── addmm_7.py │ │ ├── addmm_8.py │ │ ├── addmm_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── binary=0 │ │ ├── binary=0_1.py │ │ ├── binary=0_10.py │ │ ├── binary=0_2.py │ │ ├── binary=0_3.py │ │ ├── binary=0_4.py │ │ ├── binary=0_5.py │ │ ├── binary=0_6.py │ │ ├── binary=0_7.py │ │ ├── binary=0_8.py │ │ ├── binary=0_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── binary=10 │ │ ├── binary=10_1.py │ │ ├── binary=10_10.py │ │ ├── binary=10_2.py │ │ ├── binary=10_3.py │ │ ├── binary=10_4.py │ │ ├── binary=10_5.py │ │ ├── binary=10_6.py │ │ ├── binary=10_7.py │ │ ├── binary=10_8.py │ │ ├── binary=10_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── binary=2 │ │ ├── binary=2_1.py │ │ ├── binary=2_10.py │ │ ├── binary=2_2.py │ │ ├── binary=2_3.py │ │ ├── binary=2_4.py │ │ ├── binary=2_5.py │ │ ├── binary=2_6.py │ │ ├── binary=2_7.py │ │ ├── binary=2_8.py │ │ ├── binary=2_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── binary=4 │ │ ├── binary=4_1.py │ │ ├── binary=4_10.py │ │ ├── binary=4_2.py │ │ ├── binary=4_3.py │ │ ├── binary=4_4.py │ │ ├── binary=4_5.py │ │ ├── binary=4_6.py │ │ ├── binary=4_7.py │ │ ├── binary=4_8.py │ │ ├── binary=4_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── binary=6 │ │ ├── binary=6_1.py │ │ ├── binary=6_10.py │ │ ├── binary=6_2.py │ │ ├── binary=6_3.py │ │ ├── binary=6_4.py │ │ ├── binary=6_5.py │ │ ├── binary=6_6.py │ │ ├── binary=6_7.py │ │ ├── binary=6_8.py │ │ ├── binary=6_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── binary=8 │ │ ├── binary=8_1.py │ │ ├── binary=8_10.py │ │ ├── binary=8_2.py │ │ ├── binary=8_3.py │ │ ├── binary=8_4.py │ │ ├── binary=8_5.py │ │ ├── binary=8_6.py │ │ ├── binary=8_7.py │ │ ├── binary=8_8.py │ │ ├── binary=8_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── binary_unary=0 │ │ ├── binary_unary=0_1.py │ │ ├── binary_unary=0_10.py │ │ ├── binary_unary=0_2.py │ │ ├── binary_unary=0_3.py │ │ ├── binary_unary=0_4.py │ │ ├── binary_unary=0_5.py │ │ ├── binary_unary=0_6.py │ │ ├── binary_unary=0_7.py │ │ ├── binary_unary=0_8.py │ │ ├── binary_unary=0_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── binary_unary=10 │ │ ├── binary_unary=10_1.py │ │ ├── binary_unary=10_10.py │ │ ├── binary_unary=10_2.py │ │ ├── binary_unary=10_3.py │ │ ├── binary_unary=10_4.py │ │ ├── binary_unary=10_5.py │ │ ├── binary_unary=10_6.py │ │ ├── binary_unary=10_7.py │ │ ├── binary_unary=10_8.py │ │ ├── binary_unary=10_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── binary_unary=2 │ │ ├── binary_unary=2_1.py │ │ ├── binary_unary=2_10.py │ │ ├── binary_unary=2_2.py │ │ ├── binary_unary=2_3.py │ │ ├── binary_unary=2_4.py │ │ ├── binary_unary=2_5.py │ │ ├── binary_unary=2_6.py │ │ ├── binary_unary=2_7.py │ │ ├── binary_unary=2_8.py │ │ ├── binary_unary=2_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── binary_unary=4 │ │ ├── binary_unary=4_1.py │ │ ├── binary_unary=4_10.py │ │ ├── binary_unary=4_2.py │ │ ├── binary_unary=4_3.py │ │ ├── binary_unary=4_4.py │ │ ├── binary_unary=4_5.py │ │ ├── binary_unary=4_6.py │ │ ├── binary_unary=4_7.py │ │ ├── binary_unary=4_8.py │ │ ├── binary_unary=4_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── binary_unary=6 │ │ ├── binary_unary=6_1.py │ │ ├── binary_unary=6_10.py │ │ ├── binary_unary=6_2.py │ │ ├── binary_unary=6_3.py │ │ ├── binary_unary=6_4.py │ │ ├── binary_unary=6_5.py │ │ ├── binary_unary=6_6.py │ │ ├── binary_unary=6_7.py │ │ ├── binary_unary=6_8.py │ │ ├── binary_unary=6_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── binary_unary=8 │ │ ├── binary_unary=8_1.py │ │ ├── binary_unary=8_10.py │ │ ├── binary_unary=8_2.py │ │ ├── binary_unary=8_3.py │ │ ├── binary_unary=8_4.py │ │ ├── binary_unary=8_5.py │ │ ├── binary_unary=8_6.py │ │ ├── binary_unary=8_7.py │ │ ├── binary_unary=8_8.py │ │ ├── binary_unary=8_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── cat_addmm │ │ ├── cat_addmm_1.py │ │ ├── cat_addmm_10.py │ │ ├── cat_addmm_2.py │ │ ├── cat_addmm_3.py │ │ ├── cat_addmm_4.py │ │ ├── cat_addmm_5.py │ │ ├── cat_addmm_6.py │ │ ├── cat_addmm_7.py │ │ ├── cat_addmm_8.py │ │ ├── cat_addmm_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── cat_mm │ │ ├── cat_mm_1.py │ │ ├── cat_mm_10.py │ │ ├── cat_mm_2.py │ │ ├── cat_mm_3.py │ │ ├── cat_mm_4.py │ │ ├── cat_mm_5.py │ │ ├── cat_mm_6.py │ │ ├── cat_mm_7.py │ │ ├── cat_mm_8.py │ │ ├── cat_mm_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── cat_slice_cat │ │ ├── cat_slice_cat_1.py │ │ ├── cat_slice_cat_10.py │ │ ├── cat_slice_cat_2.py │ │ ├── cat_slice_cat_3.py │ │ ├── cat_slice_cat_4.py │ │ ├── cat_slice_cat_5.py │ │ ├── cat_slice_cat_6.py │ │ ├── cat_slice_cat_7.py │ │ ├── cat_slice_cat_8.py │ │ ├── cat_slice_cat_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── fuse_conv_bn │ │ ├── fuse_conv_bn_1.py │ │ ├── fuse_conv_bn_10.py │ │ ├── fuse_conv_bn_2.py │ │ ├── fuse_conv_bn_3.py │ │ ├── fuse_conv_bn_4.py │ │ ├── fuse_conv_bn_5.py │ │ ├── fuse_conv_bn_6.py │ │ ├── fuse_conv_bn_7.py │ │ ├── fuse_conv_bn_8.py │ │ ├── fuse_conv_bn_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── linear_permute_fusion │ │ ├── linear_permute_fusion_1.py │ │ ├── linear_permute_fusion_10.py │ │ ├── linear_permute_fusion_2.py │ │ ├── linear_permute_fusion_3.py │ │ ├── linear_permute_fusion_4.py │ │ ├── linear_permute_fusion_5.py │ │ ├── linear_permute_fusion_6.py │ │ ├── linear_permute_fusion_7.py │ │ ├── linear_permute_fusion_8.py │ │ ├── linear_permute_fusion_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── mm_plus_mm │ │ ├── mm_plus_mm_1.py │ │ ├── mm_plus_mm_10.py │ │ ├── mm_plus_mm_2.py │ │ ├── mm_plus_mm_3.py │ │ ├── mm_plus_mm_4.py │ │ ├── mm_plus_mm_5.py │ │ ├── mm_plus_mm_6.py │ │ ├── mm_plus_mm_7.py │ │ ├── mm_plus_mm_8.py │ │ ├── mm_plus_mm_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── outputs.json │ ├── permute_linear_fusion │ │ ├── permute_linear_fusion_1.py │ │ ├── permute_linear_fusion_10.py │ │ ├── permute_linear_fusion_2.py │ │ ├── permute_linear_fusion_3.py │ │ ├── permute_linear_fusion_4.py │ │ ├── permute_linear_fusion_5.py │ │ ├── permute_linear_fusion_6.py │ │ ├── permute_linear_fusion_7.py │ │ ├── permute_linear_fusion_8.py │ │ ├── permute_linear_fusion_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── permute_matmul_fusion │ │ ├── permute_matmul_fusion_1.py │ │ ├── permute_matmul_fusion_10.py │ │ ├── permute_matmul_fusion_2.py │ │ ├── permute_matmul_fusion_3.py │ │ ├── permute_matmul_fusion_4.py │ │ ├── permute_matmul_fusion_5.py │ │ ├── permute_matmul_fusion_6.py │ │ ├── permute_matmul_fusion_7.py │ │ ├── permute_matmul_fusion_8.py │ │ ├── permute_matmul_fusion_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── pointless_cumsum_replacement │ │ ├── pointless_cumsum_replacement_1.py │ │ ├── pointless_cumsum_replacement_10.py │ │ ├── pointless_cumsum_replacement_2.py │ │ ├── pointless_cumsum_replacement_3.py │ │ ├── pointless_cumsum_replacement_4.py │ │ ├── pointless_cumsum_replacement_5.py │ │ ├── pointless_cumsum_replacement_6.py │ │ ├── pointless_cumsum_replacement_7.py │ │ ├── pointless_cumsum_replacement_8.py │ │ ├── pointless_cumsum_replacement_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── replace_fx │ │ ├── prompt.txt │ │ ├── replace_fx_1.py │ │ ├── replace_fx_10.py │ │ ├── replace_fx_2.py │ │ ├── replace_fx_3.py │ │ ├── replace_fx_4.py │ │ ├── replace_fx_5.py │ │ ├── replace_fx_6.py │ │ ├── replace_fx_7.py │ │ ├── replace_fx_8.py │ │ ├── replace_fx_9.py │ │ └── time.txt │ ├── sfdp=0 │ │ ├── prompt.txt │ │ ├── sfdp=0_1.py │ │ ├── sfdp=0_10.py │ │ ├── sfdp=0_2.py │ │ ├── sfdp=0_3.py │ │ ├── sfdp=0_4.py │ │ ├── sfdp=0_5.py │ │ ├── sfdp=0_6.py │ │ ├── sfdp=0_7.py │ │ ├── sfdp=0_8.py │ │ ├── sfdp=0_9.py │ │ └── time.txt │ ├── sfdp=1 │ │ ├── prompt.txt │ │ ├── sfdp=1_1.py │ │ ├── sfdp=1_10.py │ │ ├── sfdp=1_2.py │ │ ├── sfdp=1_3.py │ │ ├── sfdp=1_4.py │ │ ├── sfdp=1_5.py │ │ ├── sfdp=1_6.py │ │ ├── sfdp=1_7.py │ │ ├── sfdp=1_8.py │ │ ├── sfdp=1_9.py │ │ └── time.txt │ ├── sfdp=2 │ │ ├── prompt.txt │ │ ├── sfdp=2_1.py │ │ ├── sfdp=2_10.py │ │ ├── sfdp=2_2.py │ │ ├── sfdp=2_3.py │ │ ├── sfdp=2_4.py │ │ ├── sfdp=2_5.py │ │ ├── sfdp=2_6.py │ │ ├── sfdp=2_7.py │ │ ├── sfdp=2_8.py │ │ ├── sfdp=2_9.py │ │ └── time.txt │ ├── sfdp=3 │ │ ├── prompt.txt │ │ ├── sfdp=3_1.py │ │ ├── sfdp=3_10.py │ │ ├── sfdp=3_2.py │ │ ├── sfdp=3_3.py │ │ ├── sfdp=3_4.py │ │ ├── sfdp=3_5.py │ │ ├── sfdp=3_6.py │ │ ├── sfdp=3_7.py │ │ ├── sfdp=3_8.py │ │ ├── sfdp=3_9.py │ │ └── time.txt │ ├── sfdp=4 │ │ ├── prompt.txt │ │ ├── sfdp=4_1.py │ │ ├── sfdp=4_10.py │ │ ├── sfdp=4_2.py │ │ ├── sfdp=4_3.py │ │ ├── sfdp=4_4.py │ │ ├── sfdp=4_5.py │ │ ├── sfdp=4_6.py │ │ ├── sfdp=4_7.py │ │ ├── sfdp=4_8.py │ │ ├── sfdp=4_9.py │ │ └── time.txt │ ├── sfdp=5 │ │ ├── prompt.txt │ │ ├── sfdp=5_1.py │ │ ├── sfdp=5_10.py │ │ ├── sfdp=5_2.py │ │ ├── sfdp=5_3.py │ │ ├── sfdp=5_4.py │ │ ├── sfdp=5_5.py │ │ ├── sfdp=5_6.py │ │ ├── sfdp=5_7.py │ │ ├── sfdp=5_8.py │ │ ├── sfdp=5_9.py │ │ └── time.txt │ ├── sink_cat_after_pointwise │ │ ├── prompt.txt │ │ ├── sink_cat_after_pointwise_1.py │ │ ├── sink_cat_after_pointwise_10.py │ │ ├── sink_cat_after_pointwise_2.py │ │ ├── sink_cat_after_pointwise_3.py │ │ ├── sink_cat_after_pointwise_4.py │ │ ├── sink_cat_after_pointwise_5.py │ │ ├── sink_cat_after_pointwise_6.py │ │ ├── sink_cat_after_pointwise_7.py │ │ ├── sink_cat_after_pointwise_8.py │ │ ├── sink_cat_after_pointwise_9.py │ │ └── time.txt │ ├── splitwithsizes_cat_replace │ │ ├── prompt.txt │ │ ├── splitwithsizes_cat_replace_1.py │ │ ├── splitwithsizes_cat_replace_10.py │ │ ├── splitwithsizes_cat_replace_2.py │ │ ├── splitwithsizes_cat_replace_3.py │ │ ├── splitwithsizes_cat_replace_4.py │ │ ├── splitwithsizes_cat_replace_5.py │ │ ├── splitwithsizes_cat_replace_6.py │ │ ├── splitwithsizes_cat_replace_7.py │ │ ├── splitwithsizes_cat_replace_8.py │ │ ├── splitwithsizes_cat_replace_9.py │ │ └── time.txt │ ├── unary=0 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=0_1.py │ │ ├── unary=0_10.py │ │ ├── unary=0_2.py │ │ ├── unary=0_3.py │ │ ├── unary=0_4.py │ │ ├── unary=0_5.py │ │ ├── unary=0_6.py │ │ ├── unary=0_7.py │ │ ├── unary=0_8.py │ │ └── unary=0_9.py │ ├── unary=1 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=1_1.py │ │ ├── unary=1_10.py │ │ ├── unary=1_2.py │ │ ├── unary=1_3.py │ │ ├── unary=1_4.py │ │ ├── unary=1_5.py │ │ ├── unary=1_6.py │ │ ├── unary=1_7.py │ │ ├── unary=1_8.py │ │ └── unary=1_9.py │ ├── unary=10 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=10_1.py │ │ ├── unary=10_10.py │ │ ├── unary=10_2.py │ │ ├── unary=10_3.py │ │ ├── unary=10_4.py │ │ ├── unary=10_5.py │ │ ├── unary=10_6.py │ │ ├── unary=10_7.py │ │ ├── unary=10_8.py │ │ └── unary=10_9.py │ ├── unary=11 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=11_1.py │ │ ├── unary=11_10.py │ │ ├── unary=11_2.py │ │ ├── unary=11_3.py │ │ ├── unary=11_4.py │ │ ├── unary=11_5.py │ │ ├── unary=11_6.py │ │ ├── unary=11_7.py │ │ ├── unary=11_8.py │ │ └── unary=11_9.py │ ├── unary=12 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=12_1.py │ │ ├── unary=12_10.py │ │ ├── unary=12_2.py │ │ ├── unary=12_3.py │ │ ├── unary=12_4.py │ │ ├── unary=12_5.py │ │ ├── unary=12_6.py │ │ ├── unary=12_7.py │ │ ├── unary=12_8.py │ │ └── unary=12_9.py │ ├── unary=13 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=13_1.py │ │ ├── unary=13_10.py │ │ ├── unary=13_2.py │ │ ├── unary=13_3.py │ │ ├── unary=13_4.py │ │ ├── unary=13_5.py │ │ ├── unary=13_6.py │ │ ├── unary=13_7.py │ │ ├── unary=13_8.py │ │ └── unary=13_9.py │ ├── unary=14 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=14_1.py │ │ ├── unary=14_10.py │ │ ├── unary=14_2.py │ │ ├── unary=14_3.py │ │ ├── unary=14_4.py │ │ ├── unary=14_5.py │ │ ├── unary=14_6.py │ │ ├── unary=14_7.py │ │ ├── unary=14_8.py │ │ └── unary=14_9.py │ ├── unary=15 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=15_1.py │ │ ├── unary=15_10.py │ │ ├── unary=15_2.py │ │ ├── unary=15_3.py │ │ ├── unary=15_4.py │ │ ├── unary=15_5.py │ │ ├── unary=15_6.py │ │ ├── unary=15_7.py │ │ ├── unary=15_8.py │ │ └── unary=15_9.py │ ├── unary=16 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=16_1.py │ │ ├── unary=16_10.py │ │ ├── unary=16_2.py │ │ ├── unary=16_3.py │ │ ├── unary=16_4.py │ │ ├── unary=16_5.py │ │ ├── unary=16_6.py │ │ ├── unary=16_7.py │ │ ├── unary=16_8.py │ │ └── unary=16_9.py │ ├── unary=17 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=17_1.py │ │ ├── unary=17_10.py │ │ ├── unary=17_2.py │ │ ├── unary=17_3.py │ │ ├── unary=17_4.py │ │ ├── unary=17_5.py │ │ ├── unary=17_6.py │ │ ├── unary=17_7.py │ │ ├── unary=17_8.py │ │ └── unary=17_9.py │ ├── unary=18 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=18_1.py │ │ ├── unary=18_10.py │ │ ├── unary=18_2.py │ │ ├── unary=18_3.py │ │ ├── unary=18_4.py │ │ ├── unary=18_5.py │ │ ├── unary=18_6.py │ │ ├── unary=18_7.py │ │ ├── unary=18_8.py │ │ └── unary=18_9.py │ ├── unary=19 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=19_1.py │ │ ├── unary=19_10.py │ │ ├── unary=19_2.py │ │ ├── unary=19_3.py │ │ ├── unary=19_4.py │ │ ├── unary=19_5.py │ │ ├── unary=19_6.py │ │ ├── unary=19_7.py │ │ ├── unary=19_8.py │ │ └── unary=19_9.py │ ├── unary=2 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=2_1.py │ │ ├── unary=2_10.py │ │ ├── unary=2_2.py │ │ ├── unary=2_3.py │ │ ├── unary=2_4.py │ │ ├── unary=2_5.py │ │ ├── unary=2_6.py │ │ ├── unary=2_7.py │ │ ├── unary=2_8.py │ │ └── unary=2_9.py │ ├── unary=20 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=20_1.py │ │ ├── unary=20_10.py │ │ ├── unary=20_2.py │ │ ├── unary=20_3.py │ │ ├── unary=20_4.py │ │ ├── unary=20_5.py │ │ ├── unary=20_6.py │ │ ├── unary=20_7.py │ │ ├── unary=20_8.py │ │ └── unary=20_9.py │ ├── unary=21 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=21_1.py │ │ ├── unary=21_10.py │ │ ├── unary=21_2.py │ │ ├── unary=21_3.py │ │ ├── unary=21_4.py │ │ ├── unary=21_5.py │ │ ├── unary=21_6.py │ │ ├── unary=21_7.py │ │ ├── unary=21_8.py │ │ └── unary=21_9.py │ ├── unary=22 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=22_1.py │ │ ├── unary=22_10.py │ │ ├── unary=22_2.py │ │ ├── unary=22_3.py │ │ ├── unary=22_4.py │ │ ├── unary=22_5.py │ │ ├── unary=22_6.py │ │ ├── unary=22_7.py │ │ ├── unary=22_8.py │ │ └── unary=22_9.py │ ├── unary=23 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=23_1.py │ │ ├── unary=23_10.py │ │ ├── unary=23_2.py │ │ ├── unary=23_3.py │ │ ├── unary=23_4.py │ │ ├── unary=23_5.py │ │ ├── unary=23_6.py │ │ ├── unary=23_7.py │ │ ├── unary=23_8.py │ │ └── unary=23_9.py │ ├── unary=24 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=24_1.py │ │ ├── unary=24_10.py │ │ ├── unary=24_2.py │ │ ├── unary=24_3.py │ │ ├── unary=24_4.py │ │ ├── unary=24_5.py │ │ ├── unary=24_6.py │ │ ├── unary=24_7.py │ │ ├── unary=24_8.py │ │ └── unary=24_9.py │ ├── unary=25 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=25_1.py │ │ ├── unary=25_10.py │ │ ├── unary=25_2.py │ │ ├── unary=25_3.py │ │ ├── unary=25_4.py │ │ ├── unary=25_5.py │ │ ├── unary=25_6.py │ │ ├── unary=25_7.py │ │ ├── unary=25_8.py │ │ └── unary=25_9.py │ ├── unary=26 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=26_1.py │ │ ├── unary=26_10.py │ │ ├── unary=26_2.py │ │ ├── unary=26_3.py │ │ ├── unary=26_4.py │ │ ├── unary=26_5.py │ │ ├── unary=26_6.py │ │ ├── unary=26_7.py │ │ ├── unary=26_8.py │ │ └── unary=26_9.py │ ├── unary=27 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=27_1.py │ │ ├── unary=27_10.py │ │ ├── unary=27_2.py │ │ ├── unary=27_3.py │ │ ├── unary=27_4.py │ │ ├── unary=27_5.py │ │ ├── unary=27_6.py │ │ ├── unary=27_7.py │ │ ├── unary=27_8.py │ │ └── unary=27_9.py │ ├── unary=28 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=28_1.py │ │ ├── unary=28_10.py │ │ ├── unary=28_2.py │ │ ├── unary=28_3.py │ │ ├── unary=28_4.py │ │ ├── unary=28_5.py │ │ ├── unary=28_6.py │ │ ├── unary=28_7.py │ │ ├── unary=28_8.py │ │ └── unary=28_9.py │ ├── unary=29 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=29_1.py │ │ ├── unary=29_10.py │ │ ├── unary=29_2.py │ │ ├── unary=29_3.py │ │ ├── unary=29_4.py │ │ ├── unary=29_5.py │ │ ├── unary=29_6.py │ │ ├── unary=29_7.py │ │ ├── unary=29_8.py │ │ └── unary=29_9.py │ ├── unary=3 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=3_1.py │ │ ├── unary=3_10.py │ │ ├── unary=3_2.py │ │ ├── unary=3_3.py │ │ ├── unary=3_4.py │ │ ├── unary=3_5.py │ │ ├── unary=3_6.py │ │ ├── unary=3_7.py │ │ ├── unary=3_8.py │ │ └── unary=3_9.py │ ├── unary=4 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=4_1.py │ │ ├── unary=4_10.py │ │ ├── unary=4_2.py │ │ ├── unary=4_3.py │ │ ├── unary=4_4.py │ │ ├── unary=4_5.py │ │ ├── unary=4_6.py │ │ ├── unary=4_7.py │ │ ├── unary=4_8.py │ │ └── unary=4_9.py │ ├── unary=5 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=5_1.py │ │ ├── unary=5_10.py │ │ ├── unary=5_2.py │ │ ├── unary=5_3.py │ │ ├── unary=5_4.py │ │ ├── unary=5_5.py │ │ ├── unary=5_6.py │ │ ├── unary=5_7.py │ │ ├── unary=5_8.py │ │ └── unary=5_9.py │ ├── unary=6 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=6_1.py │ │ ├── unary=6_10.py │ │ ├── unary=6_2.py │ │ ├── unary=6_3.py │ │ ├── unary=6_4.py │ │ ├── unary=6_5.py │ │ ├── unary=6_6.py │ │ ├── unary=6_7.py │ │ ├── unary=6_8.py │ │ └── unary=6_9.py │ ├── unary=7 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=7_1.py │ │ ├── unary=7_10.py │ │ ├── unary=7_2.py │ │ ├── unary=7_3.py │ │ ├── unary=7_4.py │ │ ├── unary=7_5.py │ │ ├── unary=7_6.py │ │ ├── unary=7_7.py │ │ ├── unary=7_8.py │ │ └── unary=7_9.py │ ├── unary=8 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=8_1.py │ │ ├── unary=8_10.py │ │ ├── unary=8_2.py │ │ ├── unary=8_3.py │ │ ├── unary=8_4.py │ │ ├── unary=8_5.py │ │ ├── unary=8_6.py │ │ ├── unary=8_7.py │ │ ├── unary=8_8.py │ │ └── unary=8_9.py │ └── unary=9 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=9_1.py │ │ ├── unary=9_10.py │ │ ├── unary=9_2.py │ │ ├── unary=9_3.py │ │ ├── unary=9_4.py │ │ ├── unary=9_5.py │ │ ├── unary=9_6.py │ │ ├── unary=9_7.py │ │ ├── unary=9_8.py │ │ └── unary=9_9.py │ ├── step16-3shot │ ├── addmm │ │ ├── addmm_1.py │ │ ├── addmm_10.py │ │ ├── addmm_2.py │ │ ├── addmm_3.py │ │ ├── addmm_4.py │ │ ├── addmm_5.py │ │ ├── addmm_6.py │ │ ├── addmm_7.py │ │ ├── addmm_8.py │ │ ├── addmm_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── binary=0 │ │ ├── binary=0_1.py │ │ ├── binary=0_10.py │ │ ├── binary=0_2.py │ │ ├── binary=0_3.py │ │ ├── binary=0_4.py │ │ ├── binary=0_5.py │ │ ├── binary=0_6.py │ │ ├── binary=0_7.py │ │ ├── binary=0_8.py │ │ ├── binary=0_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── binary=10 │ │ ├── binary=10_1.py │ │ ├── binary=10_10.py │ │ ├── binary=10_2.py │ │ ├── binary=10_3.py │ │ ├── binary=10_4.py │ │ ├── binary=10_5.py │ │ ├── binary=10_6.py │ │ ├── binary=10_7.py │ │ ├── binary=10_8.py │ │ ├── binary=10_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── binary=2 │ │ ├── binary=2_1.py │ │ ├── binary=2_10.py │ │ ├── binary=2_2.py │ │ ├── binary=2_3.py │ │ ├── binary=2_4.py │ │ ├── binary=2_5.py │ │ ├── binary=2_6.py │ │ ├── binary=2_7.py │ │ ├── binary=2_8.py │ │ ├── binary=2_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── binary=4 │ │ ├── binary=4_1.py │ │ ├── binary=4_10.py │ │ ├── binary=4_2.py │ │ ├── binary=4_3.py │ │ ├── binary=4_4.py │ │ ├── binary=4_5.py │ │ ├── binary=4_6.py │ │ ├── binary=4_7.py │ │ ├── binary=4_8.py │ │ ├── binary=4_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── binary=6 │ │ ├── binary=6_1.py │ │ ├── binary=6_10.py │ │ ├── binary=6_2.py │ │ ├── binary=6_3.py │ │ ├── binary=6_4.py │ │ ├── binary=6_5.py │ │ ├── binary=6_6.py │ │ ├── binary=6_7.py │ │ ├── binary=6_8.py │ │ ├── binary=6_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── binary=8 │ │ ├── binary=8_1.py │ │ ├── binary=8_10.py │ │ ├── binary=8_2.py │ │ ├── binary=8_3.py │ │ ├── binary=8_4.py │ │ ├── binary=8_5.py │ │ ├── binary=8_6.py │ │ ├── binary=8_7.py │ │ ├── binary=8_8.py │ │ ├── binary=8_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── binary_unary=0 │ │ ├── binary_unary=0_1.py │ │ ├── binary_unary=0_10.py │ │ ├── binary_unary=0_2.py │ │ ├── binary_unary=0_3.py │ │ ├── binary_unary=0_4.py │ │ ├── binary_unary=0_5.py │ │ ├── binary_unary=0_6.py │ │ ├── binary_unary=0_7.py │ │ ├── binary_unary=0_8.py │ │ ├── binary_unary=0_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── binary_unary=10 │ │ ├── binary_unary=10_1.py │ │ ├── binary_unary=10_10.py │ │ ├── binary_unary=10_2.py │ │ ├── binary_unary=10_3.py │ │ ├── binary_unary=10_4.py │ │ ├── binary_unary=10_5.py │ │ ├── binary_unary=10_6.py │ │ ├── binary_unary=10_7.py │ │ ├── binary_unary=10_8.py │ │ ├── binary_unary=10_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── binary_unary=2 │ │ ├── binary_unary=2_1.py │ │ ├── binary_unary=2_10.py │ │ ├── binary_unary=2_2.py │ │ ├── binary_unary=2_3.py │ │ ├── binary_unary=2_4.py │ │ ├── binary_unary=2_5.py │ │ ├── binary_unary=2_6.py │ │ ├── binary_unary=2_7.py │ │ ├── binary_unary=2_8.py │ │ ├── binary_unary=2_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── binary_unary=4 │ │ ├── binary_unary=4_1.py │ │ ├── binary_unary=4_10.py │ │ ├── binary_unary=4_2.py │ │ ├── binary_unary=4_3.py │ │ ├── binary_unary=4_4.py │ │ ├── binary_unary=4_5.py │ │ ├── binary_unary=4_6.py │ │ ├── binary_unary=4_7.py │ │ ├── binary_unary=4_8.py │ │ ├── binary_unary=4_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── binary_unary=6 │ │ ├── binary_unary=6_1.py │ │ ├── binary_unary=6_10.py │ │ ├── binary_unary=6_2.py │ │ ├── binary_unary=6_3.py │ │ ├── binary_unary=6_4.py │ │ ├── binary_unary=6_5.py │ │ ├── binary_unary=6_6.py │ │ ├── binary_unary=6_7.py │ │ ├── binary_unary=6_8.py │ │ ├── binary_unary=6_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── binary_unary=8 │ │ ├── binary_unary=8_1.py │ │ ├── binary_unary=8_10.py │ │ ├── binary_unary=8_2.py │ │ ├── binary_unary=8_3.py │ │ ├── binary_unary=8_4.py │ │ ├── binary_unary=8_5.py │ │ ├── binary_unary=8_6.py │ │ ├── binary_unary=8_7.py │ │ ├── binary_unary=8_8.py │ │ ├── binary_unary=8_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── cat_addmm │ │ ├── cat_addmm_1.py │ │ ├── cat_addmm_10.py │ │ ├── cat_addmm_2.py │ │ ├── cat_addmm_3.py │ │ ├── cat_addmm_4.py │ │ ├── cat_addmm_5.py │ │ ├── cat_addmm_6.py │ │ ├── cat_addmm_7.py │ │ ├── cat_addmm_8.py │ │ ├── cat_addmm_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── cat_mm │ │ ├── cat_mm_1.py │ │ ├── cat_mm_10.py │ │ ├── cat_mm_2.py │ │ ├── cat_mm_3.py │ │ ├── cat_mm_4.py │ │ ├── cat_mm_5.py │ │ ├── cat_mm_6.py │ │ ├── cat_mm_7.py │ │ ├── cat_mm_8.py │ │ ├── cat_mm_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── cat_slice_cat │ │ ├── cat_slice_cat_1.py │ │ ├── cat_slice_cat_10.py │ │ ├── cat_slice_cat_2.py │ │ ├── cat_slice_cat_3.py │ │ ├── cat_slice_cat_4.py │ │ ├── cat_slice_cat_5.py │ │ ├── cat_slice_cat_6.py │ │ ├── cat_slice_cat_7.py │ │ ├── cat_slice_cat_8.py │ │ ├── cat_slice_cat_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── fuse_conv_bn │ │ ├── fuse_conv_bn_1.py │ │ ├── fuse_conv_bn_10.py │ │ ├── fuse_conv_bn_2.py │ │ ├── fuse_conv_bn_3.py │ │ ├── fuse_conv_bn_4.py │ │ ├── fuse_conv_bn_5.py │ │ ├── fuse_conv_bn_6.py │ │ ├── fuse_conv_bn_7.py │ │ ├── fuse_conv_bn_8.py │ │ ├── fuse_conv_bn_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── linear_permute_fusion │ │ ├── linear_permute_fusion_1.py │ │ ├── linear_permute_fusion_10.py │ │ ├── linear_permute_fusion_2.py │ │ ├── linear_permute_fusion_3.py │ │ ├── linear_permute_fusion_4.py │ │ ├── linear_permute_fusion_5.py │ │ ├── linear_permute_fusion_6.py │ │ ├── linear_permute_fusion_7.py │ │ ├── linear_permute_fusion_8.py │ │ ├── linear_permute_fusion_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── mm_plus_mm │ │ ├── mm_plus_mm_1.py │ │ ├── mm_plus_mm_10.py │ │ ├── mm_plus_mm_2.py │ │ ├── mm_plus_mm_3.py │ │ ├── mm_plus_mm_4.py │ │ ├── mm_plus_mm_5.py │ │ ├── mm_plus_mm_6.py │ │ ├── mm_plus_mm_7.py │ │ ├── mm_plus_mm_8.py │ │ ├── mm_plus_mm_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── outputs.json │ ├── permute_linear_fusion │ │ ├── permute_linear_fusion_1.py │ │ ├── permute_linear_fusion_10.py │ │ ├── permute_linear_fusion_2.py │ │ ├── permute_linear_fusion_3.py │ │ ├── permute_linear_fusion_4.py │ │ ├── permute_linear_fusion_5.py │ │ ├── permute_linear_fusion_6.py │ │ ├── permute_linear_fusion_7.py │ │ ├── permute_linear_fusion_8.py │ │ ├── permute_linear_fusion_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── permute_matmul_fusion │ │ ├── permute_matmul_fusion_1.py │ │ ├── permute_matmul_fusion_10.py │ │ ├── permute_matmul_fusion_2.py │ │ ├── permute_matmul_fusion_3.py │ │ ├── permute_matmul_fusion_4.py │ │ ├── permute_matmul_fusion_5.py │ │ ├── permute_matmul_fusion_6.py │ │ ├── permute_matmul_fusion_7.py │ │ ├── permute_matmul_fusion_8.py │ │ ├── permute_matmul_fusion_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── pointless_cumsum_replacement │ │ ├── pointless_cumsum_replacement_1.py │ │ ├── pointless_cumsum_replacement_10.py │ │ ├── pointless_cumsum_replacement_2.py │ │ ├── pointless_cumsum_replacement_3.py │ │ ├── pointless_cumsum_replacement_4.py │ │ ├── pointless_cumsum_replacement_5.py │ │ ├── pointless_cumsum_replacement_6.py │ │ ├── pointless_cumsum_replacement_7.py │ │ ├── pointless_cumsum_replacement_8.py │ │ ├── pointless_cumsum_replacement_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── replace_fx │ │ ├── prompt.txt │ │ ├── replace_fx_1.py │ │ ├── replace_fx_10.py │ │ ├── replace_fx_2.py │ │ ├── replace_fx_3.py │ │ ├── replace_fx_4.py │ │ ├── replace_fx_5.py │ │ ├── replace_fx_6.py │ │ ├── replace_fx_7.py │ │ ├── replace_fx_8.py │ │ ├── replace_fx_9.py │ │ └── time.txt │ ├── sfdp=0 │ │ ├── prompt.txt │ │ ├── sfdp=0_1.py │ │ ├── sfdp=0_10.py │ │ ├── sfdp=0_2.py │ │ ├── sfdp=0_3.py │ │ ├── sfdp=0_4.py │ │ ├── sfdp=0_5.py │ │ ├── sfdp=0_6.py │ │ ├── sfdp=0_7.py │ │ ├── sfdp=0_8.py │ │ ├── sfdp=0_9.py │ │ └── time.txt │ ├── sfdp=1 │ │ ├── prompt.txt │ │ ├── sfdp=1_1.py │ │ ├── sfdp=1_10.py │ │ ├── sfdp=1_2.py │ │ ├── sfdp=1_3.py │ │ ├── sfdp=1_4.py │ │ ├── sfdp=1_5.py │ │ ├── sfdp=1_6.py │ │ ├── sfdp=1_7.py │ │ ├── sfdp=1_8.py │ │ ├── sfdp=1_9.py │ │ └── time.txt │ ├── sfdp=2 │ │ ├── prompt.txt │ │ ├── sfdp=2_1.py │ │ ├── sfdp=2_10.py │ │ ├── sfdp=2_2.py │ │ ├── sfdp=2_3.py │ │ ├── sfdp=2_4.py │ │ ├── sfdp=2_5.py │ │ ├── sfdp=2_6.py │ │ ├── sfdp=2_7.py │ │ ├── sfdp=2_8.py │ │ ├── sfdp=2_9.py │ │ └── time.txt │ ├── sfdp=3 │ │ ├── prompt.txt │ │ ├── sfdp=3_1.py │ │ ├── sfdp=3_10.py │ │ ├── sfdp=3_2.py │ │ ├── sfdp=3_3.py │ │ ├── sfdp=3_4.py │ │ ├── sfdp=3_5.py │ │ ├── sfdp=3_6.py │ │ ├── sfdp=3_7.py │ │ ├── sfdp=3_8.py │ │ ├── sfdp=3_9.py │ │ └── time.txt │ ├── sfdp=4 │ │ ├── prompt.txt │ │ ├── sfdp=4_1.py │ │ ├── sfdp=4_10.py │ │ ├── sfdp=4_2.py │ │ ├── sfdp=4_3.py │ │ ├── sfdp=4_4.py │ │ ├── sfdp=4_5.py │ │ ├── sfdp=4_6.py │ │ ├── sfdp=4_7.py │ │ ├── sfdp=4_8.py │ │ ├── sfdp=4_9.py │ │ └── time.txt │ ├── sfdp=5 │ │ ├── prompt.txt │ │ ├── sfdp=5_1.py │ │ ├── sfdp=5_10.py │ │ ├── sfdp=5_2.py │ │ ├── sfdp=5_3.py │ │ ├── sfdp=5_4.py │ │ ├── sfdp=5_5.py │ │ ├── sfdp=5_6.py │ │ ├── sfdp=5_7.py │ │ ├── sfdp=5_8.py │ │ ├── sfdp=5_9.py │ │ └── time.txt │ ├── sink_cat_after_pointwise │ │ ├── prompt.txt │ │ ├── sink_cat_after_pointwise_1.py │ │ ├── sink_cat_after_pointwise_10.py │ │ ├── sink_cat_after_pointwise_2.py │ │ ├── sink_cat_after_pointwise_3.py │ │ ├── sink_cat_after_pointwise_4.py │ │ ├── sink_cat_after_pointwise_5.py │ │ ├── sink_cat_after_pointwise_6.py │ │ ├── sink_cat_after_pointwise_7.py │ │ ├── sink_cat_after_pointwise_8.py │ │ ├── sink_cat_after_pointwise_9.py │ │ └── time.txt │ ├── splitwithsizes_cat_replace │ │ ├── prompt.txt │ │ ├── splitwithsizes_cat_replace_1.py │ │ ├── splitwithsizes_cat_replace_10.py │ │ ├── splitwithsizes_cat_replace_2.py │ │ ├── splitwithsizes_cat_replace_3.py │ │ ├── splitwithsizes_cat_replace_4.py │ │ ├── splitwithsizes_cat_replace_5.py │ │ ├── splitwithsizes_cat_replace_6.py │ │ ├── splitwithsizes_cat_replace_7.py │ │ ├── splitwithsizes_cat_replace_8.py │ │ ├── splitwithsizes_cat_replace_9.py │ │ └── time.txt │ ├── unary=0 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=0_1.py │ │ ├── unary=0_10.py │ │ ├── unary=0_2.py │ │ ├── unary=0_3.py │ │ ├── unary=0_4.py │ │ ├── unary=0_5.py │ │ ├── unary=0_6.py │ │ ├── unary=0_7.py │ │ ├── unary=0_8.py │ │ └── unary=0_9.py │ ├── unary=1 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=1_1.py │ │ ├── unary=1_10.py │ │ ├── unary=1_2.py │ │ ├── unary=1_3.py │ │ ├── unary=1_4.py │ │ ├── unary=1_5.py │ │ ├── unary=1_6.py │ │ ├── unary=1_7.py │ │ ├── unary=1_8.py │ │ └── unary=1_9.py │ ├── unary=10 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=10_1.py │ │ ├── unary=10_10.py │ │ ├── unary=10_2.py │ │ ├── unary=10_3.py │ │ ├── unary=10_4.py │ │ ├── unary=10_5.py │ │ ├── unary=10_6.py │ │ ├── unary=10_7.py │ │ ├── unary=10_8.py │ │ └── unary=10_9.py │ ├── unary=11 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=11_1.py │ │ ├── unary=11_10.py │ │ ├── unary=11_2.py │ │ ├── unary=11_3.py │ │ ├── unary=11_4.py │ │ ├── unary=11_5.py │ │ ├── unary=11_6.py │ │ ├── unary=11_7.py │ │ ├── unary=11_8.py │ │ └── unary=11_9.py │ ├── unary=12 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=12_1.py │ │ ├── unary=12_10.py │ │ ├── unary=12_2.py │ │ ├── unary=12_3.py │ │ ├── unary=12_4.py │ │ ├── unary=12_5.py │ │ ├── unary=12_6.py │ │ ├── unary=12_7.py │ │ ├── unary=12_8.py │ │ └── unary=12_9.py │ ├── unary=13 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=13_1.py │ │ ├── unary=13_10.py │ │ ├── unary=13_2.py │ │ ├── unary=13_3.py │ │ ├── unary=13_4.py │ │ ├── unary=13_5.py │ │ ├── unary=13_6.py │ │ ├── unary=13_7.py │ │ ├── unary=13_8.py │ │ └── unary=13_9.py │ ├── unary=14 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=14_1.py │ │ ├── unary=14_10.py │ │ ├── unary=14_2.py │ │ ├── unary=14_3.py │ │ ├── unary=14_4.py │ │ ├── unary=14_5.py │ │ ├── unary=14_6.py │ │ ├── unary=14_7.py │ │ ├── unary=14_8.py │ │ └── unary=14_9.py │ ├── unary=15 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=15_1.py │ │ ├── unary=15_10.py │ │ ├── unary=15_2.py │ │ ├── unary=15_3.py │ │ ├── unary=15_4.py │ │ ├── unary=15_5.py │ │ ├── unary=15_6.py │ │ ├── unary=15_7.py │ │ ├── unary=15_8.py │ │ └── unary=15_9.py │ ├── unary=16 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=16_1.py │ │ ├── unary=16_10.py │ │ ├── unary=16_2.py │ │ ├── unary=16_3.py │ │ ├── unary=16_4.py │ │ ├── unary=16_5.py │ │ ├── unary=16_6.py │ │ ├── unary=16_7.py │ │ ├── unary=16_8.py │ │ └── unary=16_9.py │ ├── unary=17 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=17_1.py │ │ ├── unary=17_10.py │ │ ├── unary=17_2.py │ │ ├── unary=17_3.py │ │ ├── unary=17_4.py │ │ ├── unary=17_5.py │ │ ├── unary=17_6.py │ │ ├── unary=17_7.py │ │ ├── unary=17_8.py │ │ └── unary=17_9.py │ ├── unary=18 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=18_1.py │ │ ├── unary=18_10.py │ │ ├── unary=18_2.py │ │ ├── unary=18_3.py │ │ ├── unary=18_4.py │ │ ├── unary=18_5.py │ │ ├── unary=18_6.py │ │ ├── unary=18_7.py │ │ ├── unary=18_8.py │ │ └── unary=18_9.py │ ├── unary=19 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=19_1.py │ │ ├── unary=19_10.py │ │ ├── unary=19_2.py │ │ ├── unary=19_3.py │ │ ├── unary=19_4.py │ │ ├── unary=19_5.py │ │ ├── unary=19_6.py │ │ ├── unary=19_7.py │ │ ├── unary=19_8.py │ │ └── unary=19_9.py │ ├── unary=2 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=2_1.py │ │ ├── unary=2_10.py │ │ ├── unary=2_2.py │ │ ├── unary=2_3.py │ │ ├── unary=2_4.py │ │ ├── unary=2_5.py │ │ ├── unary=2_6.py │ │ ├── unary=2_7.py │ │ ├── unary=2_8.py │ │ └── unary=2_9.py │ ├── unary=20 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=20_1.py │ │ ├── unary=20_10.py │ │ ├── unary=20_2.py │ │ ├── unary=20_3.py │ │ ├── unary=20_4.py │ │ ├── unary=20_5.py │ │ ├── unary=20_6.py │ │ ├── unary=20_7.py │ │ ├── unary=20_8.py │ │ └── unary=20_9.py │ ├── unary=21 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=21_1.py │ │ ├── unary=21_10.py │ │ ├── unary=21_2.py │ │ ├── unary=21_3.py │ │ ├── unary=21_4.py │ │ ├── unary=21_5.py │ │ ├── unary=21_6.py │ │ ├── unary=21_7.py │ │ ├── unary=21_8.py │ │ └── unary=21_9.py │ ├── unary=22 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=22_1.py │ │ ├── unary=22_10.py │ │ ├── unary=22_2.py │ │ ├── unary=22_3.py │ │ ├── unary=22_4.py │ │ ├── unary=22_5.py │ │ ├── unary=22_6.py │ │ ├── unary=22_7.py │ │ ├── unary=22_8.py │ │ └── unary=22_9.py │ ├── unary=23 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=23_1.py │ │ ├── unary=23_10.py │ │ ├── unary=23_2.py │ │ ├── unary=23_3.py │ │ ├── unary=23_4.py │ │ ├── unary=23_5.py │ │ ├── unary=23_6.py │ │ ├── unary=23_7.py │ │ ├── unary=23_8.py │ │ └── unary=23_9.py │ ├── unary=24 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=24_1.py │ │ ├── unary=24_10.py │ │ ├── unary=24_2.py │ │ ├── unary=24_3.py │ │ ├── unary=24_4.py │ │ ├── unary=24_5.py │ │ ├── unary=24_6.py │ │ ├── unary=24_7.py │ │ ├── unary=24_8.py │ │ └── unary=24_9.py │ ├── unary=25 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=25_1.py │ │ ├── unary=25_10.py │ │ ├── unary=25_2.py │ │ ├── unary=25_3.py │ │ ├── unary=25_4.py │ │ ├── unary=25_5.py │ │ ├── unary=25_6.py │ │ ├── unary=25_7.py │ │ ├── unary=25_8.py │ │ └── unary=25_9.py │ ├── unary=26 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=26_1.py │ │ ├── unary=26_10.py │ │ ├── unary=26_2.py │ │ ├── unary=26_3.py │ │ ├── unary=26_4.py │ │ ├── unary=26_5.py │ │ ├── unary=26_6.py │ │ ├── unary=26_7.py │ │ ├── unary=26_8.py │ │ └── unary=26_9.py │ ├── unary=27 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=27_1.py │ │ ├── unary=27_10.py │ │ ├── unary=27_2.py │ │ ├── unary=27_3.py │ │ ├── unary=27_4.py │ │ ├── unary=27_5.py │ │ ├── unary=27_6.py │ │ ├── unary=27_7.py │ │ ├── unary=27_8.py │ │ └── unary=27_9.py │ ├── unary=28 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=28_1.py │ │ ├── unary=28_10.py │ │ ├── unary=28_2.py │ │ ├── unary=28_3.py │ │ ├── unary=28_4.py │ │ ├── unary=28_5.py │ │ ├── unary=28_6.py │ │ ├── unary=28_7.py │ │ ├── unary=28_8.py │ │ └── unary=28_9.py │ ├── unary=29 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=29_1.py │ │ ├── unary=29_10.py │ │ ├── unary=29_2.py │ │ ├── unary=29_3.py │ │ ├── unary=29_4.py │ │ ├── unary=29_5.py │ │ ├── unary=29_6.py │ │ ├── unary=29_7.py │ │ ├── unary=29_8.py │ │ └── unary=29_9.py │ ├── unary=3 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=3_1.py │ │ ├── unary=3_10.py │ │ ├── unary=3_2.py │ │ ├── unary=3_3.py │ │ ├── unary=3_4.py │ │ ├── unary=3_5.py │ │ ├── unary=3_6.py │ │ ├── unary=3_7.py │ │ ├── unary=3_8.py │ │ └── unary=3_9.py │ ├── unary=4 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=4_1.py │ │ ├── unary=4_10.py │ │ ├── unary=4_2.py │ │ ├── unary=4_3.py │ │ ├── unary=4_4.py │ │ ├── unary=4_5.py │ │ ├── unary=4_6.py │ │ ├── unary=4_7.py │ │ ├── unary=4_8.py │ │ └── unary=4_9.py │ ├── unary=5 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=5_1.py │ │ ├── unary=5_10.py │ │ ├── unary=5_2.py │ │ ├── unary=5_3.py │ │ ├── unary=5_4.py │ │ ├── unary=5_5.py │ │ ├── unary=5_6.py │ │ ├── unary=5_7.py │ │ ├── unary=5_8.py │ │ └── unary=5_9.py │ ├── unary=6 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=6_1.py │ │ ├── unary=6_10.py │ │ ├── unary=6_2.py │ │ ├── unary=6_3.py │ │ ├── unary=6_4.py │ │ ├── unary=6_5.py │ │ ├── unary=6_6.py │ │ ├── unary=6_7.py │ │ ├── unary=6_8.py │ │ └── unary=6_9.py │ ├── unary=7 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=7_1.py │ │ ├── unary=7_10.py │ │ ├── unary=7_2.py │ │ ├── unary=7_3.py │ │ ├── unary=7_4.py │ │ ├── unary=7_5.py │ │ ├── unary=7_6.py │ │ ├── unary=7_7.py │ │ ├── unary=7_8.py │ │ └── unary=7_9.py │ ├── unary=8 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=8_1.py │ │ ├── unary=8_10.py │ │ ├── unary=8_2.py │ │ ├── unary=8_3.py │ │ ├── unary=8_4.py │ │ ├── unary=8_5.py │ │ ├── unary=8_6.py │ │ ├── unary=8_7.py │ │ ├── unary=8_8.py │ │ └── unary=8_9.py │ └── unary=9 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=9_1.py │ │ ├── unary=9_10.py │ │ ├── unary=9_2.py │ │ ├── unary=9_3.py │ │ ├── unary=9_4.py │ │ ├── unary=9_5.py │ │ ├── unary=9_6.py │ │ ├── unary=9_7.py │ │ ├── unary=9_8.py │ │ └── unary=9_9.py │ ├── step17-3shot │ ├── addmm │ │ ├── addmm_1.py │ │ ├── addmm_10.py │ │ ├── addmm_2.py │ │ ├── addmm_3.py │ │ ├── addmm_4.py │ │ ├── addmm_5.py │ │ ├── addmm_6.py │ │ ├── addmm_7.py │ │ ├── addmm_8.py │ │ ├── addmm_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── binary=0 │ │ ├── binary=0_1.py │ │ ├── binary=0_10.py │ │ ├── binary=0_2.py │ │ ├── binary=0_3.py │ │ ├── binary=0_4.py │ │ ├── binary=0_5.py │ │ ├── binary=0_6.py │ │ ├── binary=0_7.py │ │ ├── binary=0_8.py │ │ ├── binary=0_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── binary=10 │ │ ├── binary=10_1.py │ │ ├── binary=10_10.py │ │ ├── binary=10_2.py │ │ ├── binary=10_3.py │ │ ├── binary=10_4.py │ │ ├── binary=10_5.py │ │ ├── binary=10_6.py │ │ ├── binary=10_7.py │ │ ├── binary=10_8.py │ │ ├── binary=10_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── binary=2 │ │ ├── binary=2_1.py │ │ ├── binary=2_10.py │ │ ├── binary=2_2.py │ │ ├── binary=2_3.py │ │ ├── binary=2_4.py │ │ ├── binary=2_5.py │ │ ├── binary=2_6.py │ │ ├── binary=2_7.py │ │ ├── binary=2_8.py │ │ ├── binary=2_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── binary=4 │ │ ├── binary=4_1.py │ │ ├── binary=4_10.py │ │ ├── binary=4_2.py │ │ ├── binary=4_3.py │ │ ├── binary=4_4.py │ │ ├── binary=4_5.py │ │ ├── binary=4_6.py │ │ ├── binary=4_7.py │ │ ├── binary=4_8.py │ │ ├── binary=4_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── binary=6 │ │ ├── binary=6_1.py │ │ ├── binary=6_10.py │ │ ├── binary=6_2.py │ │ ├── binary=6_3.py │ │ ├── binary=6_4.py │ │ ├── binary=6_5.py │ │ ├── binary=6_6.py │ │ ├── binary=6_7.py │ │ ├── binary=6_8.py │ │ ├── binary=6_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── binary=8 │ │ ├── binary=8_1.py │ │ ├── binary=8_10.py │ │ ├── binary=8_2.py │ │ ├── binary=8_3.py │ │ ├── binary=8_4.py │ │ ├── binary=8_5.py │ │ ├── binary=8_6.py │ │ ├── binary=8_7.py │ │ ├── binary=8_8.py │ │ ├── binary=8_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── binary_unary=0 │ │ ├── binary_unary=0_1.py │ │ ├── binary_unary=0_10.py │ │ ├── binary_unary=0_2.py │ │ ├── binary_unary=0_3.py │ │ ├── binary_unary=0_4.py │ │ ├── binary_unary=0_5.py │ │ ├── binary_unary=0_6.py │ │ ├── binary_unary=0_7.py │ │ ├── binary_unary=0_8.py │ │ ├── binary_unary=0_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── binary_unary=10 │ │ ├── binary_unary=10_1.py │ │ ├── binary_unary=10_10.py │ │ ├── binary_unary=10_2.py │ │ ├── binary_unary=10_3.py │ │ ├── binary_unary=10_4.py │ │ ├── binary_unary=10_5.py │ │ ├── binary_unary=10_6.py │ │ ├── binary_unary=10_7.py │ │ ├── binary_unary=10_8.py │ │ ├── binary_unary=10_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── binary_unary=2 │ │ ├── binary_unary=2_1.py │ │ ├── binary_unary=2_10.py │ │ ├── binary_unary=2_2.py │ │ ├── binary_unary=2_3.py │ │ ├── binary_unary=2_4.py │ │ ├── binary_unary=2_5.py │ │ ├── binary_unary=2_6.py │ │ ├── binary_unary=2_7.py │ │ ├── binary_unary=2_8.py │ │ ├── binary_unary=2_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── binary_unary=4 │ │ ├── binary_unary=4_1.py │ │ ├── binary_unary=4_10.py │ │ ├── binary_unary=4_2.py │ │ ├── binary_unary=4_3.py │ │ ├── binary_unary=4_4.py │ │ ├── binary_unary=4_5.py │ │ ├── binary_unary=4_6.py │ │ ├── binary_unary=4_7.py │ │ ├── binary_unary=4_8.py │ │ ├── binary_unary=4_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── binary_unary=6 │ │ ├── binary_unary=6_1.py │ │ ├── binary_unary=6_10.py │ │ ├── binary_unary=6_2.py │ │ ├── binary_unary=6_3.py │ │ ├── binary_unary=6_4.py │ │ ├── binary_unary=6_5.py │ │ ├── binary_unary=6_6.py │ │ ├── binary_unary=6_7.py │ │ ├── binary_unary=6_8.py │ │ ├── binary_unary=6_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── binary_unary=8 │ │ ├── binary_unary=8_1.py │ │ ├── binary_unary=8_10.py │ │ ├── binary_unary=8_2.py │ │ ├── binary_unary=8_3.py │ │ ├── binary_unary=8_4.py │ │ ├── binary_unary=8_5.py │ │ ├── binary_unary=8_6.py │ │ ├── binary_unary=8_7.py │ │ ├── binary_unary=8_8.py │ │ ├── binary_unary=8_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── cat_addmm │ │ ├── cat_addmm_1.py │ │ ├── cat_addmm_10.py │ │ ├── cat_addmm_2.py │ │ ├── cat_addmm_3.py │ │ ├── cat_addmm_4.py │ │ ├── cat_addmm_5.py │ │ ├── cat_addmm_6.py │ │ ├── cat_addmm_7.py │ │ ├── cat_addmm_8.py │ │ ├── cat_addmm_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── cat_mm │ │ ├── cat_mm_1.py │ │ ├── cat_mm_10.py │ │ ├── cat_mm_2.py │ │ ├── cat_mm_3.py │ │ ├── cat_mm_4.py │ │ ├── cat_mm_5.py │ │ ├── cat_mm_6.py │ │ ├── cat_mm_7.py │ │ ├── cat_mm_8.py │ │ ├── cat_mm_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── cat_slice_cat │ │ ├── cat_slice_cat_1.py │ │ ├── cat_slice_cat_10.py │ │ ├── cat_slice_cat_2.py │ │ ├── cat_slice_cat_3.py │ │ ├── cat_slice_cat_4.py │ │ ├── cat_slice_cat_5.py │ │ ├── cat_slice_cat_6.py │ │ ├── cat_slice_cat_7.py │ │ ├── cat_slice_cat_8.py │ │ ├── cat_slice_cat_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── fuse_conv_bn │ │ ├── fuse_conv_bn_1.py │ │ ├── fuse_conv_bn_10.py │ │ ├── fuse_conv_bn_2.py │ │ ├── fuse_conv_bn_3.py │ │ ├── fuse_conv_bn_4.py │ │ ├── fuse_conv_bn_5.py │ │ ├── fuse_conv_bn_6.py │ │ ├── fuse_conv_bn_7.py │ │ ├── fuse_conv_bn_8.py │ │ ├── fuse_conv_bn_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── linear_permute_fusion │ │ ├── linear_permute_fusion_1.py │ │ ├── linear_permute_fusion_10.py │ │ ├── linear_permute_fusion_2.py │ │ ├── linear_permute_fusion_3.py │ │ ├── linear_permute_fusion_4.py │ │ ├── linear_permute_fusion_5.py │ │ ├── linear_permute_fusion_6.py │ │ ├── linear_permute_fusion_7.py │ │ ├── linear_permute_fusion_8.py │ │ ├── linear_permute_fusion_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── mm_plus_mm │ │ ├── mm_plus_mm_1.py │ │ ├── mm_plus_mm_10.py │ │ ├── mm_plus_mm_2.py │ │ ├── mm_plus_mm_3.py │ │ ├── mm_plus_mm_4.py │ │ ├── mm_plus_mm_5.py │ │ ├── mm_plus_mm_6.py │ │ ├── mm_plus_mm_7.py │ │ ├── mm_plus_mm_8.py │ │ ├── mm_plus_mm_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── outputs.json │ ├── permute_linear_fusion │ │ ├── permute_linear_fusion_1.py │ │ ├── permute_linear_fusion_10.py │ │ ├── permute_linear_fusion_2.py │ │ ├── permute_linear_fusion_3.py │ │ ├── permute_linear_fusion_4.py │ │ ├── permute_linear_fusion_5.py │ │ ├── permute_linear_fusion_6.py │ │ ├── permute_linear_fusion_7.py │ │ ├── permute_linear_fusion_8.py │ │ ├── permute_linear_fusion_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── permute_matmul_fusion │ │ ├── permute_matmul_fusion_1.py │ │ ├── permute_matmul_fusion_10.py │ │ ├── permute_matmul_fusion_2.py │ │ ├── permute_matmul_fusion_3.py │ │ ├── permute_matmul_fusion_4.py │ │ ├── permute_matmul_fusion_5.py │ │ ├── permute_matmul_fusion_6.py │ │ ├── permute_matmul_fusion_7.py │ │ ├── permute_matmul_fusion_8.py │ │ ├── permute_matmul_fusion_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── pointless_cumsum_replacement │ │ ├── pointless_cumsum_replacement_1.py │ │ ├── pointless_cumsum_replacement_10.py │ │ ├── pointless_cumsum_replacement_2.py │ │ ├── pointless_cumsum_replacement_3.py │ │ ├── pointless_cumsum_replacement_4.py │ │ ├── pointless_cumsum_replacement_5.py │ │ ├── pointless_cumsum_replacement_6.py │ │ ├── pointless_cumsum_replacement_7.py │ │ ├── pointless_cumsum_replacement_8.py │ │ ├── pointless_cumsum_replacement_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── replace_fx │ │ ├── prompt.txt │ │ ├── replace_fx_1.py │ │ ├── replace_fx_10.py │ │ ├── replace_fx_2.py │ │ ├── replace_fx_3.py │ │ ├── replace_fx_4.py │ │ ├── replace_fx_5.py │ │ ├── replace_fx_6.py │ │ ├── replace_fx_7.py │ │ ├── replace_fx_8.py │ │ ├── replace_fx_9.py │ │ └── time.txt │ ├── sfdp=0 │ │ ├── prompt.txt │ │ ├── sfdp=0_1.py │ │ ├── sfdp=0_10.py │ │ ├── sfdp=0_2.py │ │ ├── sfdp=0_3.py │ │ ├── sfdp=0_4.py │ │ ├── sfdp=0_5.py │ │ ├── sfdp=0_6.py │ │ ├── sfdp=0_7.py │ │ ├── sfdp=0_8.py │ │ ├── sfdp=0_9.py │ │ └── time.txt │ ├── sfdp=1 │ │ ├── prompt.txt │ │ ├── sfdp=1_1.py │ │ ├── sfdp=1_10.py │ │ ├── sfdp=1_2.py │ │ ├── sfdp=1_3.py │ │ ├── sfdp=1_4.py │ │ ├── sfdp=1_5.py │ │ ├── sfdp=1_6.py │ │ ├── sfdp=1_7.py │ │ ├── sfdp=1_8.py │ │ ├── sfdp=1_9.py │ │ └── time.txt │ ├── sfdp=2 │ │ ├── prompt.txt │ │ ├── sfdp=2_1.py │ │ ├── sfdp=2_10.py │ │ ├── sfdp=2_2.py │ │ ├── sfdp=2_3.py │ │ ├── sfdp=2_4.py │ │ ├── sfdp=2_5.py │ │ ├── sfdp=2_6.py │ │ ├── sfdp=2_7.py │ │ ├── sfdp=2_8.py │ │ ├── sfdp=2_9.py │ │ └── time.txt │ ├── sfdp=3 │ │ ├── prompt.txt │ │ ├── sfdp=3_1.py │ │ ├── sfdp=3_10.py │ │ ├── sfdp=3_2.py │ │ ├── sfdp=3_3.py │ │ ├── sfdp=3_4.py │ │ ├── sfdp=3_5.py │ │ ├── sfdp=3_6.py │ │ ├── sfdp=3_7.py │ │ ├── sfdp=3_8.py │ │ ├── sfdp=3_9.py │ │ └── time.txt │ ├── sfdp=4 │ │ ├── prompt.txt │ │ ├── sfdp=4_1.py │ │ ├── sfdp=4_10.py │ │ ├── sfdp=4_2.py │ │ ├── sfdp=4_3.py │ │ ├── sfdp=4_4.py │ │ ├── sfdp=4_5.py │ │ ├── sfdp=4_6.py │ │ ├── sfdp=4_7.py │ │ ├── sfdp=4_8.py │ │ ├── sfdp=4_9.py │ │ └── time.txt │ ├── sfdp=5 │ │ ├── prompt.txt │ │ ├── sfdp=5_1.py │ │ ├── sfdp=5_10.py │ │ ├── sfdp=5_2.py │ │ ├── sfdp=5_3.py │ │ ├── sfdp=5_4.py │ │ ├── sfdp=5_5.py │ │ ├── sfdp=5_6.py │ │ ├── sfdp=5_7.py │ │ ├── sfdp=5_8.py │ │ ├── sfdp=5_9.py │ │ └── time.txt │ ├── sink_cat_after_pointwise │ │ ├── prompt.txt │ │ ├── sink_cat_after_pointwise_1.py │ │ ├── sink_cat_after_pointwise_10.py │ │ ├── sink_cat_after_pointwise_2.py │ │ ├── sink_cat_after_pointwise_3.py │ │ ├── sink_cat_after_pointwise_4.py │ │ ├── sink_cat_after_pointwise_5.py │ │ ├── sink_cat_after_pointwise_6.py │ │ ├── sink_cat_after_pointwise_7.py │ │ ├── sink_cat_after_pointwise_8.py │ │ ├── sink_cat_after_pointwise_9.py │ │ └── time.txt │ ├── splitwithsizes_cat_replace │ │ ├── prompt.txt │ │ ├── splitwithsizes_cat_replace_1.py │ │ ├── splitwithsizes_cat_replace_10.py │ │ ├── splitwithsizes_cat_replace_2.py │ │ ├── splitwithsizes_cat_replace_3.py │ │ ├── splitwithsizes_cat_replace_4.py │ │ ├── splitwithsizes_cat_replace_5.py │ │ ├── splitwithsizes_cat_replace_6.py │ │ ├── splitwithsizes_cat_replace_7.py │ │ ├── splitwithsizes_cat_replace_8.py │ │ ├── splitwithsizes_cat_replace_9.py │ │ └── time.txt │ ├── unary=0 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=0_1.py │ │ ├── unary=0_10.py │ │ ├── unary=0_2.py │ │ ├── unary=0_3.py │ │ ├── unary=0_4.py │ │ ├── unary=0_5.py │ │ ├── unary=0_6.py │ │ ├── unary=0_7.py │ │ ├── unary=0_8.py │ │ └── unary=0_9.py │ ├── unary=1 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=1_1.py │ │ ├── unary=1_10.py │ │ ├── unary=1_2.py │ │ ├── unary=1_3.py │ │ ├── unary=1_4.py │ │ ├── unary=1_5.py │ │ ├── unary=1_6.py │ │ ├── unary=1_7.py │ │ ├── unary=1_8.py │ │ └── unary=1_9.py │ ├── unary=10 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=10_1.py │ │ ├── unary=10_10.py │ │ ├── unary=10_2.py │ │ ├── unary=10_3.py │ │ ├── unary=10_4.py │ │ ├── unary=10_5.py │ │ ├── unary=10_6.py │ │ ├── unary=10_7.py │ │ ├── unary=10_8.py │ │ └── unary=10_9.py │ ├── unary=11 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=11_1.py │ │ ├── unary=11_10.py │ │ ├── unary=11_2.py │ │ ├── unary=11_3.py │ │ ├── unary=11_4.py │ │ ├── unary=11_5.py │ │ ├── unary=11_6.py │ │ ├── unary=11_7.py │ │ ├── unary=11_8.py │ │ └── unary=11_9.py │ ├── unary=12 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=12_1.py │ │ ├── unary=12_10.py │ │ ├── unary=12_2.py │ │ ├── unary=12_3.py │ │ ├── unary=12_4.py │ │ ├── unary=12_5.py │ │ ├── unary=12_6.py │ │ ├── unary=12_7.py │ │ ├── unary=12_8.py │ │ └── unary=12_9.py │ ├── unary=13 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=13_1.py │ │ ├── unary=13_10.py │ │ ├── unary=13_2.py │ │ ├── unary=13_3.py │ │ ├── unary=13_4.py │ │ ├── unary=13_5.py │ │ ├── unary=13_6.py │ │ ├── unary=13_7.py │ │ ├── unary=13_8.py │ │ └── unary=13_9.py │ ├── unary=14 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=14_1.py │ │ ├── unary=14_10.py │ │ ├── unary=14_2.py │ │ ├── unary=14_3.py │ │ ├── unary=14_4.py │ │ ├── unary=14_5.py │ │ ├── unary=14_6.py │ │ ├── unary=14_7.py │ │ ├── unary=14_8.py │ │ └── unary=14_9.py │ ├── unary=15 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=15_1.py │ │ ├── unary=15_10.py │ │ ├── unary=15_2.py │ │ ├── unary=15_3.py │ │ ├── unary=15_4.py │ │ ├── unary=15_5.py │ │ ├── unary=15_6.py │ │ ├── unary=15_7.py │ │ ├── unary=15_8.py │ │ └── unary=15_9.py │ ├── unary=16 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=16_1.py │ │ ├── unary=16_10.py │ │ ├── unary=16_2.py │ │ ├── unary=16_3.py │ │ ├── unary=16_4.py │ │ ├── unary=16_5.py │ │ ├── unary=16_6.py │ │ ├── unary=16_7.py │ │ ├── unary=16_8.py │ │ └── unary=16_9.py │ ├── unary=17 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=17_1.py │ │ ├── unary=17_10.py │ │ ├── unary=17_2.py │ │ ├── unary=17_3.py │ │ ├── unary=17_4.py │ │ ├── unary=17_5.py │ │ ├── unary=17_6.py │ │ ├── unary=17_7.py │ │ ├── unary=17_8.py │ │ └── unary=17_9.py │ ├── unary=18 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=18_1.py │ │ ├── unary=18_10.py │ │ ├── unary=18_2.py │ │ ├── unary=18_3.py │ │ ├── unary=18_4.py │ │ ├── unary=18_5.py │ │ ├── unary=18_6.py │ │ ├── unary=18_7.py │ │ ├── unary=18_8.py │ │ └── unary=18_9.py │ ├── unary=19 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=19_1.py │ │ ├── unary=19_10.py │ │ ├── unary=19_2.py │ │ ├── unary=19_3.py │ │ ├── unary=19_4.py │ │ ├── unary=19_5.py │ │ ├── unary=19_6.py │ │ ├── unary=19_7.py │ │ ├── unary=19_8.py │ │ └── unary=19_9.py │ ├── unary=2 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=2_1.py │ │ ├── unary=2_10.py │ │ ├── unary=2_2.py │ │ ├── unary=2_3.py │ │ ├── unary=2_4.py │ │ ├── unary=2_5.py │ │ ├── unary=2_6.py │ │ ├── unary=2_7.py │ │ ├── unary=2_8.py │ │ └── unary=2_9.py │ ├── unary=20 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=20_1.py │ │ ├── unary=20_10.py │ │ ├── unary=20_2.py │ │ ├── unary=20_3.py │ │ ├── unary=20_4.py │ │ ├── unary=20_5.py │ │ ├── unary=20_6.py │ │ ├── unary=20_7.py │ │ ├── unary=20_8.py │ │ └── unary=20_9.py │ ├── unary=21 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=21_1.py │ │ ├── unary=21_10.py │ │ ├── unary=21_2.py │ │ ├── unary=21_3.py │ │ ├── unary=21_4.py │ │ ├── unary=21_5.py │ │ ├── unary=21_6.py │ │ ├── unary=21_7.py │ │ ├── unary=21_8.py │ │ └── unary=21_9.py │ ├── unary=22 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=22_1.py │ │ ├── unary=22_10.py │ │ ├── unary=22_2.py │ │ ├── unary=22_3.py │ │ ├── unary=22_4.py │ │ ├── unary=22_5.py │ │ ├── unary=22_6.py │ │ ├── unary=22_7.py │ │ ├── unary=22_8.py │ │ └── unary=22_9.py │ ├── unary=23 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=23_1.py │ │ ├── unary=23_10.py │ │ ├── unary=23_2.py │ │ ├── unary=23_3.py │ │ ├── unary=23_4.py │ │ ├── unary=23_5.py │ │ ├── unary=23_6.py │ │ ├── unary=23_7.py │ │ ├── unary=23_8.py │ │ └── unary=23_9.py │ ├── unary=24 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=24_1.py │ │ ├── unary=24_10.py │ │ ├── unary=24_2.py │ │ ├── unary=24_3.py │ │ ├── unary=24_4.py │ │ ├── unary=24_5.py │ │ ├── unary=24_6.py │ │ ├── unary=24_7.py │ │ ├── unary=24_8.py │ │ └── unary=24_9.py │ ├── unary=25 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=25_1.py │ │ ├── unary=25_10.py │ │ ├── unary=25_2.py │ │ ├── unary=25_3.py │ │ ├── unary=25_4.py │ │ ├── unary=25_5.py │ │ ├── unary=25_6.py │ │ ├── unary=25_7.py │ │ ├── unary=25_8.py │ │ └── unary=25_9.py │ ├── unary=26 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=26_1.py │ │ ├── unary=26_10.py │ │ ├── unary=26_2.py │ │ ├── unary=26_3.py │ │ ├── unary=26_4.py │ │ ├── unary=26_5.py │ │ ├── unary=26_6.py │ │ ├── unary=26_7.py │ │ ├── unary=26_8.py │ │ └── unary=26_9.py │ ├── unary=27 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=27_1.py │ │ ├── unary=27_10.py │ │ ├── unary=27_2.py │ │ ├── unary=27_3.py │ │ ├── unary=27_4.py │ │ ├── unary=27_5.py │ │ ├── unary=27_6.py │ │ ├── unary=27_7.py │ │ ├── unary=27_8.py │ │ └── unary=27_9.py │ ├── unary=28 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=28_1.py │ │ ├── unary=28_10.py │ │ ├── unary=28_2.py │ │ ├── unary=28_3.py │ │ ├── unary=28_4.py │ │ ├── unary=28_5.py │ │ ├── unary=28_6.py │ │ ├── unary=28_7.py │ │ ├── unary=28_8.py │ │ └── unary=28_9.py │ ├── unary=29 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=29_1.py │ │ ├── unary=29_10.py │ │ ├── unary=29_2.py │ │ ├── unary=29_3.py │ │ ├── unary=29_4.py │ │ ├── unary=29_5.py │ │ ├── unary=29_6.py │ │ ├── unary=29_7.py │ │ ├── unary=29_8.py │ │ └── unary=29_9.py │ ├── unary=3 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=3_1.py │ │ ├── unary=3_10.py │ │ ├── unary=3_2.py │ │ ├── unary=3_3.py │ │ ├── unary=3_4.py │ │ ├── unary=3_5.py │ │ ├── unary=3_6.py │ │ ├── unary=3_7.py │ │ ├── unary=3_8.py │ │ └── unary=3_9.py │ ├── unary=4 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=4_1.py │ │ ├── unary=4_10.py │ │ ├── unary=4_2.py │ │ ├── unary=4_3.py │ │ ├── unary=4_4.py │ │ ├── unary=4_5.py │ │ ├── unary=4_6.py │ │ ├── unary=4_7.py │ │ ├── unary=4_8.py │ │ └── unary=4_9.py │ ├── unary=5 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=5_1.py │ │ ├── unary=5_10.py │ │ ├── unary=5_2.py │ │ ├── unary=5_3.py │ │ ├── unary=5_4.py │ │ ├── unary=5_5.py │ │ ├── unary=5_6.py │ │ ├── unary=5_7.py │ │ ├── unary=5_8.py │ │ └── unary=5_9.py │ ├── unary=6 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=6_1.py │ │ ├── unary=6_10.py │ │ ├── unary=6_2.py │ │ ├── unary=6_3.py │ │ ├── unary=6_4.py │ │ ├── unary=6_5.py │ │ ├── unary=6_6.py │ │ ├── unary=6_7.py │ │ ├── unary=6_8.py │ │ └── unary=6_9.py │ ├── unary=7 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=7_1.py │ │ ├── unary=7_10.py │ │ ├── unary=7_2.py │ │ ├── unary=7_3.py │ │ ├── unary=7_4.py │ │ ├── unary=7_5.py │ │ ├── unary=7_6.py │ │ ├── unary=7_7.py │ │ ├── unary=7_8.py │ │ └── unary=7_9.py │ ├── unary=8 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=8_1.py │ │ ├── unary=8_10.py │ │ ├── unary=8_2.py │ │ ├── unary=8_3.py │ │ ├── unary=8_4.py │ │ ├── unary=8_5.py │ │ ├── unary=8_6.py │ │ ├── unary=8_7.py │ │ ├── unary=8_8.py │ │ └── unary=8_9.py │ └── unary=9 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=9_1.py │ │ ├── unary=9_10.py │ │ ├── unary=9_2.py │ │ ├── unary=9_3.py │ │ ├── unary=9_4.py │ │ ├── unary=9_5.py │ │ ├── unary=9_6.py │ │ ├── unary=9_7.py │ │ ├── unary=9_8.py │ │ └── unary=9_9.py │ ├── step18-3shot │ ├── addmm │ │ ├── addmm_1.py │ │ ├── addmm_10.py │ │ ├── addmm_2.py │ │ ├── addmm_3.py │ │ ├── addmm_4.py │ │ ├── addmm_5.py │ │ ├── addmm_6.py │ │ ├── addmm_7.py │ │ ├── addmm_8.py │ │ ├── addmm_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── binary=0 │ │ ├── binary=0_1.py │ │ ├── binary=0_10.py │ │ ├── binary=0_2.py │ │ ├── binary=0_3.py │ │ ├── binary=0_4.py │ │ ├── binary=0_5.py │ │ ├── binary=0_6.py │ │ ├── binary=0_7.py │ │ ├── binary=0_8.py │ │ ├── binary=0_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── binary=10 │ │ ├── binary=10_1.py │ │ ├── binary=10_10.py │ │ ├── binary=10_2.py │ │ ├── binary=10_3.py │ │ ├── binary=10_4.py │ │ ├── binary=10_5.py │ │ ├── binary=10_6.py │ │ ├── binary=10_7.py │ │ ├── binary=10_8.py │ │ ├── binary=10_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── binary=2 │ │ ├── binary=2_1.py │ │ ├── binary=2_10.py │ │ ├── binary=2_2.py │ │ ├── binary=2_3.py │ │ ├── binary=2_4.py │ │ ├── binary=2_5.py │ │ ├── binary=2_6.py │ │ ├── binary=2_7.py │ │ ├── binary=2_8.py │ │ ├── binary=2_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── binary=4 │ │ ├── binary=4_1.py │ │ ├── binary=4_10.py │ │ ├── binary=4_2.py │ │ ├── binary=4_3.py │ │ ├── binary=4_4.py │ │ ├── binary=4_5.py │ │ ├── binary=4_6.py │ │ ├── binary=4_7.py │ │ ├── binary=4_8.py │ │ ├── binary=4_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── binary=6 │ │ ├── binary=6_1.py │ │ ├── binary=6_10.py │ │ ├── binary=6_2.py │ │ ├── binary=6_3.py │ │ ├── binary=6_4.py │ │ ├── binary=6_5.py │ │ ├── binary=6_6.py │ │ ├── binary=6_7.py │ │ ├── binary=6_8.py │ │ ├── binary=6_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── binary=8 │ │ ├── binary=8_1.py │ │ ├── binary=8_10.py │ │ ├── binary=8_2.py │ │ ├── binary=8_3.py │ │ ├── binary=8_4.py │ │ ├── binary=8_5.py │ │ ├── binary=8_6.py │ │ ├── binary=8_7.py │ │ ├── binary=8_8.py │ │ ├── binary=8_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── binary_unary=0 │ │ ├── binary_unary=0_1.py │ │ ├── binary_unary=0_10.py │ │ ├── binary_unary=0_2.py │ │ ├── binary_unary=0_3.py │ │ ├── binary_unary=0_4.py │ │ ├── binary_unary=0_5.py │ │ ├── binary_unary=0_6.py │ │ ├── binary_unary=0_7.py │ │ ├── binary_unary=0_8.py │ │ ├── binary_unary=0_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── binary_unary=10 │ │ ├── binary_unary=10_1.py │ │ ├── binary_unary=10_10.py │ │ ├── binary_unary=10_2.py │ │ ├── binary_unary=10_3.py │ │ ├── binary_unary=10_4.py │ │ ├── binary_unary=10_5.py │ │ ├── binary_unary=10_6.py │ │ ├── binary_unary=10_7.py │ │ ├── binary_unary=10_8.py │ │ ├── binary_unary=10_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── binary_unary=2 │ │ ├── binary_unary=2_1.py │ │ ├── binary_unary=2_10.py │ │ ├── binary_unary=2_2.py │ │ ├── binary_unary=2_3.py │ │ ├── binary_unary=2_4.py │ │ ├── binary_unary=2_5.py │ │ ├── binary_unary=2_6.py │ │ ├── binary_unary=2_7.py │ │ ├── binary_unary=2_8.py │ │ ├── binary_unary=2_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── binary_unary=4 │ │ ├── binary_unary=4_1.py │ │ ├── binary_unary=4_10.py │ │ ├── binary_unary=4_2.py │ │ ├── binary_unary=4_3.py │ │ ├── binary_unary=4_4.py │ │ ├── binary_unary=4_5.py │ │ ├── binary_unary=4_6.py │ │ ├── binary_unary=4_7.py │ │ ├── binary_unary=4_8.py │ │ ├── binary_unary=4_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── binary_unary=6 │ │ ├── binary_unary=6_1.py │ │ ├── binary_unary=6_10.py │ │ ├── binary_unary=6_2.py │ │ ├── binary_unary=6_3.py │ │ ├── binary_unary=6_4.py │ │ ├── binary_unary=6_5.py │ │ ├── binary_unary=6_6.py │ │ ├── binary_unary=6_7.py │ │ ├── binary_unary=6_8.py │ │ ├── binary_unary=6_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── binary_unary=8 │ │ ├── binary_unary=8_1.py │ │ ├── binary_unary=8_10.py │ │ ├── binary_unary=8_2.py │ │ ├── binary_unary=8_3.py │ │ ├── binary_unary=8_4.py │ │ ├── binary_unary=8_5.py │ │ ├── binary_unary=8_6.py │ │ ├── binary_unary=8_7.py │ │ ├── binary_unary=8_8.py │ │ ├── binary_unary=8_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── cat_addmm │ │ ├── cat_addmm_1.py │ │ ├── cat_addmm_10.py │ │ ├── cat_addmm_2.py │ │ ├── cat_addmm_3.py │ │ ├── cat_addmm_4.py │ │ ├── cat_addmm_5.py │ │ ├── cat_addmm_6.py │ │ ├── cat_addmm_7.py │ │ ├── cat_addmm_8.py │ │ ├── cat_addmm_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── cat_mm │ │ ├── cat_mm_1.py │ │ ├── cat_mm_10.py │ │ ├── cat_mm_2.py │ │ ├── cat_mm_3.py │ │ ├── cat_mm_4.py │ │ ├── cat_mm_5.py │ │ ├── cat_mm_6.py │ │ ├── cat_mm_7.py │ │ ├── cat_mm_8.py │ │ ├── cat_mm_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── cat_slice_cat │ │ ├── cat_slice_cat_1.py │ │ ├── cat_slice_cat_10.py │ │ ├── cat_slice_cat_2.py │ │ ├── cat_slice_cat_3.py │ │ ├── cat_slice_cat_4.py │ │ ├── cat_slice_cat_5.py │ │ ├── cat_slice_cat_6.py │ │ ├── cat_slice_cat_7.py │ │ ├── cat_slice_cat_8.py │ │ ├── cat_slice_cat_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── fuse_conv_bn │ │ ├── fuse_conv_bn_1.py │ │ ├── fuse_conv_bn_10.py │ │ ├── fuse_conv_bn_2.py │ │ ├── fuse_conv_bn_3.py │ │ ├── fuse_conv_bn_4.py │ │ ├── fuse_conv_bn_5.py │ │ ├── fuse_conv_bn_6.py │ │ ├── fuse_conv_bn_7.py │ │ ├── fuse_conv_bn_8.py │ │ ├── fuse_conv_bn_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── linear_permute_fusion │ │ ├── linear_permute_fusion_1.py │ │ ├── linear_permute_fusion_10.py │ │ ├── linear_permute_fusion_2.py │ │ ├── linear_permute_fusion_3.py │ │ ├── linear_permute_fusion_4.py │ │ ├── linear_permute_fusion_5.py │ │ ├── linear_permute_fusion_6.py │ │ ├── linear_permute_fusion_7.py │ │ ├── linear_permute_fusion_8.py │ │ ├── linear_permute_fusion_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── mm_plus_mm │ │ ├── mm_plus_mm_1.py │ │ ├── mm_plus_mm_10.py │ │ ├── mm_plus_mm_2.py │ │ ├── mm_plus_mm_3.py │ │ ├── mm_plus_mm_4.py │ │ ├── mm_plus_mm_5.py │ │ ├── mm_plus_mm_6.py │ │ ├── mm_plus_mm_7.py │ │ ├── mm_plus_mm_8.py │ │ ├── mm_plus_mm_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── outputs.json │ ├── permute_linear_fusion │ │ ├── permute_linear_fusion_1.py │ │ ├── permute_linear_fusion_10.py │ │ ├── permute_linear_fusion_2.py │ │ ├── permute_linear_fusion_3.py │ │ ├── permute_linear_fusion_4.py │ │ ├── permute_linear_fusion_5.py │ │ ├── permute_linear_fusion_6.py │ │ ├── permute_linear_fusion_7.py │ │ ├── permute_linear_fusion_8.py │ │ ├── permute_linear_fusion_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── permute_matmul_fusion │ │ ├── permute_matmul_fusion_1.py │ │ ├── permute_matmul_fusion_10.py │ │ ├── permute_matmul_fusion_2.py │ │ ├── permute_matmul_fusion_3.py │ │ ├── permute_matmul_fusion_4.py │ │ ├── permute_matmul_fusion_5.py │ │ ├── permute_matmul_fusion_6.py │ │ ├── permute_matmul_fusion_7.py │ │ ├── permute_matmul_fusion_8.py │ │ ├── permute_matmul_fusion_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── pointless_cumsum_replacement │ │ ├── pointless_cumsum_replacement_1.py │ │ ├── pointless_cumsum_replacement_10.py │ │ ├── pointless_cumsum_replacement_2.py │ │ ├── pointless_cumsum_replacement_3.py │ │ ├── pointless_cumsum_replacement_4.py │ │ ├── pointless_cumsum_replacement_5.py │ │ ├── pointless_cumsum_replacement_6.py │ │ ├── pointless_cumsum_replacement_7.py │ │ ├── pointless_cumsum_replacement_8.py │ │ ├── pointless_cumsum_replacement_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── replace_fx │ │ ├── prompt.txt │ │ ├── replace_fx_1.py │ │ ├── replace_fx_10.py │ │ ├── replace_fx_2.py │ │ ├── replace_fx_3.py │ │ ├── replace_fx_4.py │ │ ├── replace_fx_5.py │ │ ├── replace_fx_6.py │ │ ├── replace_fx_7.py │ │ ├── replace_fx_8.py │ │ ├── replace_fx_9.py │ │ └── time.txt │ ├── sfdp=0 │ │ ├── prompt.txt │ │ ├── sfdp=0_1.py │ │ ├── sfdp=0_10.py │ │ ├── sfdp=0_2.py │ │ ├── sfdp=0_3.py │ │ ├── sfdp=0_4.py │ │ ├── sfdp=0_5.py │ │ ├── sfdp=0_6.py │ │ ├── sfdp=0_7.py │ │ ├── sfdp=0_8.py │ │ ├── sfdp=0_9.py │ │ └── time.txt │ ├── sfdp=1 │ │ ├── prompt.txt │ │ ├── sfdp=1_1.py │ │ ├── sfdp=1_10.py │ │ ├── sfdp=1_2.py │ │ ├── sfdp=1_3.py │ │ ├── sfdp=1_4.py │ │ ├── sfdp=1_5.py │ │ ├── sfdp=1_6.py │ │ ├── sfdp=1_7.py │ │ ├── sfdp=1_8.py │ │ ├── sfdp=1_9.py │ │ └── time.txt │ ├── sfdp=2 │ │ ├── prompt.txt │ │ ├── sfdp=2_1.py │ │ ├── sfdp=2_10.py │ │ ├── sfdp=2_2.py │ │ ├── sfdp=2_3.py │ │ ├── sfdp=2_4.py │ │ ├── sfdp=2_5.py │ │ ├── sfdp=2_6.py │ │ ├── sfdp=2_7.py │ │ ├── sfdp=2_8.py │ │ ├── sfdp=2_9.py │ │ └── time.txt │ ├── sfdp=3 │ │ ├── prompt.txt │ │ ├── sfdp=3_1.py │ │ ├── sfdp=3_10.py │ │ ├── sfdp=3_2.py │ │ ├── sfdp=3_3.py │ │ ├── sfdp=3_4.py │ │ ├── sfdp=3_5.py │ │ ├── sfdp=3_6.py │ │ ├── sfdp=3_7.py │ │ ├── sfdp=3_8.py │ │ ├── sfdp=3_9.py │ │ └── time.txt │ ├── sfdp=4 │ │ ├── prompt.txt │ │ ├── sfdp=4_1.py │ │ ├── sfdp=4_10.py │ │ ├── sfdp=4_2.py │ │ ├── sfdp=4_3.py │ │ ├── sfdp=4_4.py │ │ ├── sfdp=4_5.py │ │ ├── sfdp=4_6.py │ │ ├── sfdp=4_7.py │ │ ├── sfdp=4_8.py │ │ ├── sfdp=4_9.py │ │ └── time.txt │ ├── sfdp=5 │ │ ├── prompt.txt │ │ ├── sfdp=5_1.py │ │ ├── sfdp=5_10.py │ │ ├── sfdp=5_2.py │ │ ├── sfdp=5_3.py │ │ ├── sfdp=5_4.py │ │ ├── sfdp=5_5.py │ │ ├── sfdp=5_6.py │ │ ├── sfdp=5_7.py │ │ ├── sfdp=5_8.py │ │ ├── sfdp=5_9.py │ │ └── time.txt │ ├── sink_cat_after_pointwise │ │ ├── prompt.txt │ │ ├── sink_cat_after_pointwise_1.py │ │ ├── sink_cat_after_pointwise_10.py │ │ ├── sink_cat_after_pointwise_2.py │ │ ├── sink_cat_after_pointwise_3.py │ │ ├── sink_cat_after_pointwise_4.py │ │ ├── sink_cat_after_pointwise_5.py │ │ ├── sink_cat_after_pointwise_6.py │ │ ├── sink_cat_after_pointwise_7.py │ │ ├── sink_cat_after_pointwise_8.py │ │ ├── sink_cat_after_pointwise_9.py │ │ └── time.txt │ ├── splitwithsizes_cat_replace │ │ ├── prompt.txt │ │ ├── splitwithsizes_cat_replace_1.py │ │ ├── splitwithsizes_cat_replace_10.py │ │ ├── splitwithsizes_cat_replace_2.py │ │ ├── splitwithsizes_cat_replace_3.py │ │ ├── splitwithsizes_cat_replace_4.py │ │ ├── splitwithsizes_cat_replace_5.py │ │ ├── splitwithsizes_cat_replace_6.py │ │ ├── splitwithsizes_cat_replace_7.py │ │ ├── splitwithsizes_cat_replace_8.py │ │ ├── splitwithsizes_cat_replace_9.py │ │ └── time.txt │ ├── unary=0 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=0_1.py │ │ ├── unary=0_10.py │ │ ├── unary=0_2.py │ │ ├── unary=0_3.py │ │ ├── unary=0_4.py │ │ ├── unary=0_5.py │ │ ├── unary=0_6.py │ │ ├── unary=0_7.py │ │ ├── unary=0_8.py │ │ └── unary=0_9.py │ ├── unary=1 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=1_1.py │ │ ├── unary=1_10.py │ │ ├── unary=1_2.py │ │ ├── unary=1_3.py │ │ ├── unary=1_4.py │ │ ├── unary=1_5.py │ │ ├── unary=1_6.py │ │ ├── unary=1_7.py │ │ ├── unary=1_8.py │ │ └── unary=1_9.py │ ├── unary=10 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=10_1.py │ │ ├── unary=10_10.py │ │ ├── unary=10_2.py │ │ ├── unary=10_3.py │ │ ├── unary=10_4.py │ │ ├── unary=10_5.py │ │ ├── unary=10_6.py │ │ ├── unary=10_7.py │ │ ├── unary=10_8.py │ │ └── unary=10_9.py │ ├── unary=11 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=11_1.py │ │ ├── unary=11_10.py │ │ ├── unary=11_2.py │ │ ├── unary=11_3.py │ │ ├── unary=11_4.py │ │ ├── unary=11_5.py │ │ ├── unary=11_6.py │ │ ├── unary=11_7.py │ │ ├── unary=11_8.py │ │ └── unary=11_9.py │ ├── unary=12 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=12_1.py │ │ ├── unary=12_10.py │ │ ├── unary=12_2.py │ │ ├── unary=12_3.py │ │ ├── unary=12_4.py │ │ ├── unary=12_5.py │ │ ├── unary=12_6.py │ │ ├── unary=12_7.py │ │ ├── unary=12_8.py │ │ └── unary=12_9.py │ ├── unary=13 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=13_1.py │ │ ├── unary=13_10.py │ │ ├── unary=13_2.py │ │ ├── unary=13_3.py │ │ ├── unary=13_4.py │ │ ├── unary=13_5.py │ │ ├── unary=13_6.py │ │ ├── unary=13_7.py │ │ ├── unary=13_8.py │ │ └── unary=13_9.py │ ├── unary=14 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=14_1.py │ │ ├── unary=14_10.py │ │ ├── unary=14_2.py │ │ ├── unary=14_3.py │ │ ├── unary=14_4.py │ │ ├── unary=14_5.py │ │ ├── unary=14_6.py │ │ ├── unary=14_7.py │ │ ├── unary=14_8.py │ │ └── unary=14_9.py │ ├── unary=15 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=15_1.py │ │ ├── unary=15_10.py │ │ ├── unary=15_2.py │ │ ├── unary=15_3.py │ │ ├── unary=15_4.py │ │ ├── unary=15_5.py │ │ ├── unary=15_6.py │ │ ├── unary=15_7.py │ │ ├── unary=15_8.py │ │ └── unary=15_9.py │ ├── unary=16 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=16_1.py │ │ ├── unary=16_10.py │ │ ├── unary=16_2.py │ │ ├── unary=16_3.py │ │ ├── unary=16_4.py │ │ ├── unary=16_5.py │ │ ├── unary=16_6.py │ │ ├── unary=16_7.py │ │ ├── unary=16_8.py │ │ └── unary=16_9.py │ ├── unary=17 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=17_1.py │ │ ├── unary=17_10.py │ │ ├── unary=17_2.py │ │ ├── unary=17_3.py │ │ ├── unary=17_4.py │ │ ├── unary=17_5.py │ │ ├── unary=17_6.py │ │ ├── unary=17_7.py │ │ ├── unary=17_8.py │ │ └── unary=17_9.py │ ├── unary=18 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=18_1.py │ │ ├── unary=18_10.py │ │ ├── unary=18_2.py │ │ ├── unary=18_3.py │ │ ├── unary=18_4.py │ │ ├── unary=18_5.py │ │ ├── unary=18_6.py │ │ ├── unary=18_7.py │ │ ├── unary=18_8.py │ │ └── unary=18_9.py │ ├── unary=19 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=19_1.py │ │ ├── unary=19_10.py │ │ ├── unary=19_2.py │ │ ├── unary=19_3.py │ │ ├── unary=19_4.py │ │ ├── unary=19_5.py │ │ ├── unary=19_6.py │ │ ├── unary=19_7.py │ │ ├── unary=19_8.py │ │ └── unary=19_9.py │ ├── unary=2 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=2_1.py │ │ ├── unary=2_10.py │ │ ├── unary=2_2.py │ │ ├── unary=2_3.py │ │ ├── unary=2_4.py │ │ ├── unary=2_5.py │ │ ├── unary=2_6.py │ │ ├── unary=2_7.py │ │ ├── unary=2_8.py │ │ └── unary=2_9.py │ ├── unary=20 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=20_1.py │ │ ├── unary=20_10.py │ │ ├── unary=20_2.py │ │ ├── unary=20_3.py │ │ ├── unary=20_4.py │ │ ├── unary=20_5.py │ │ ├── unary=20_6.py │ │ ├── unary=20_7.py │ │ ├── unary=20_8.py │ │ └── unary=20_9.py │ ├── unary=21 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=21_1.py │ │ ├── unary=21_10.py │ │ ├── unary=21_2.py │ │ ├── unary=21_3.py │ │ ├── unary=21_4.py │ │ ├── unary=21_5.py │ │ ├── unary=21_6.py │ │ ├── unary=21_7.py │ │ ├── unary=21_8.py │ │ └── unary=21_9.py │ ├── unary=22 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=22_1.py │ │ ├── unary=22_10.py │ │ ├── unary=22_2.py │ │ ├── unary=22_3.py │ │ ├── unary=22_4.py │ │ ├── unary=22_5.py │ │ ├── unary=22_6.py │ │ ├── unary=22_7.py │ │ ├── unary=22_8.py │ │ └── unary=22_9.py │ ├── unary=23 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=23_1.py │ │ ├── unary=23_10.py │ │ ├── unary=23_2.py │ │ ├── unary=23_3.py │ │ ├── unary=23_4.py │ │ ├── unary=23_5.py │ │ ├── unary=23_6.py │ │ ├── unary=23_7.py │ │ ├── unary=23_8.py │ │ └── unary=23_9.py │ ├── unary=24 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=24_1.py │ │ ├── unary=24_10.py │ │ ├── unary=24_2.py │ │ ├── unary=24_3.py │ │ ├── unary=24_4.py │ │ ├── unary=24_5.py │ │ ├── unary=24_6.py │ │ ├── unary=24_7.py │ │ ├── unary=24_8.py │ │ └── unary=24_9.py │ ├── unary=25 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=25_1.py │ │ ├── unary=25_10.py │ │ ├── unary=25_2.py │ │ ├── unary=25_3.py │ │ ├── unary=25_4.py │ │ ├── unary=25_5.py │ │ ├── unary=25_6.py │ │ ├── unary=25_7.py │ │ ├── unary=25_8.py │ │ └── unary=25_9.py │ ├── unary=26 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=26_1.py │ │ ├── unary=26_10.py │ │ ├── unary=26_2.py │ │ ├── unary=26_3.py │ │ ├── unary=26_4.py │ │ ├── unary=26_5.py │ │ ├── unary=26_6.py │ │ ├── unary=26_7.py │ │ ├── unary=26_8.py │ │ └── unary=26_9.py │ ├── unary=27 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=27_1.py │ │ ├── unary=27_10.py │ │ ├── unary=27_2.py │ │ ├── unary=27_3.py │ │ ├── unary=27_4.py │ │ ├── unary=27_5.py │ │ ├── unary=27_6.py │ │ ├── unary=27_7.py │ │ ├── unary=27_8.py │ │ └── unary=27_9.py │ ├── unary=28 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=28_1.py │ │ ├── unary=28_10.py │ │ ├── unary=28_2.py │ │ ├── unary=28_3.py │ │ ├── unary=28_4.py │ │ ├── unary=28_5.py │ │ ├── unary=28_6.py │ │ ├── unary=28_7.py │ │ ├── unary=28_8.py │ │ └── unary=28_9.py │ ├── unary=29 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=29_1.py │ │ ├── unary=29_10.py │ │ ├── unary=29_2.py │ │ ├── unary=29_3.py │ │ ├── unary=29_4.py │ │ ├── unary=29_5.py │ │ ├── unary=29_6.py │ │ ├── unary=29_7.py │ │ ├── unary=29_8.py │ │ └── unary=29_9.py │ ├── unary=3 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=3_1.py │ │ ├── unary=3_10.py │ │ ├── unary=3_2.py │ │ ├── unary=3_3.py │ │ ├── unary=3_4.py │ │ ├── unary=3_5.py │ │ ├── unary=3_6.py │ │ ├── unary=3_7.py │ │ ├── unary=3_8.py │ │ └── unary=3_9.py │ ├── unary=4 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=4_1.py │ │ ├── unary=4_10.py │ │ ├── unary=4_2.py │ │ ├── unary=4_3.py │ │ ├── unary=4_4.py │ │ ├── unary=4_5.py │ │ ├── unary=4_6.py │ │ ├── unary=4_7.py │ │ ├── unary=4_8.py │ │ └── unary=4_9.py │ ├── unary=5 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=5_1.py │ │ ├── unary=5_10.py │ │ ├── unary=5_2.py │ │ ├── unary=5_3.py │ │ ├── unary=5_4.py │ │ ├── unary=5_5.py │ │ ├── unary=5_6.py │ │ ├── unary=5_7.py │ │ ├── unary=5_8.py │ │ └── unary=5_9.py │ ├── unary=6 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=6_1.py │ │ ├── unary=6_10.py │ │ ├── unary=6_2.py │ │ ├── unary=6_3.py │ │ ├── unary=6_4.py │ │ ├── unary=6_5.py │ │ ├── unary=6_6.py │ │ ├── unary=6_7.py │ │ ├── unary=6_8.py │ │ └── unary=6_9.py │ ├── unary=7 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=7_1.py │ │ ├── unary=7_10.py │ │ ├── unary=7_2.py │ │ ├── unary=7_3.py │ │ ├── unary=7_4.py │ │ ├── unary=7_5.py │ │ ├── unary=7_6.py │ │ ├── unary=7_7.py │ │ ├── unary=7_8.py │ │ └── unary=7_9.py │ ├── unary=8 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=8_1.py │ │ ├── unary=8_10.py │ │ ├── unary=8_2.py │ │ ├── unary=8_3.py │ │ ├── unary=8_4.py │ │ ├── unary=8_5.py │ │ ├── unary=8_6.py │ │ ├── unary=8_7.py │ │ ├── unary=8_8.py │ │ └── unary=8_9.py │ └── unary=9 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=9_1.py │ │ ├── unary=9_10.py │ │ ├── unary=9_2.py │ │ ├── unary=9_3.py │ │ ├── unary=9_4.py │ │ ├── unary=9_5.py │ │ ├── unary=9_6.py │ │ ├── unary=9_7.py │ │ ├── unary=9_8.py │ │ └── unary=9_9.py │ ├── step19-3shot │ ├── addmm │ │ ├── addmm_1.py │ │ ├── addmm_10.py │ │ ├── addmm_2.py │ │ ├── addmm_3.py │ │ ├── addmm_4.py │ │ ├── addmm_5.py │ │ ├── addmm_6.py │ │ ├── addmm_7.py │ │ ├── addmm_8.py │ │ ├── addmm_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── binary=0 │ │ ├── binary=0_1.py │ │ ├── binary=0_10.py │ │ ├── binary=0_2.py │ │ ├── binary=0_3.py │ │ ├── binary=0_4.py │ │ ├── binary=0_5.py │ │ ├── binary=0_6.py │ │ ├── binary=0_7.py │ │ ├── binary=0_8.py │ │ ├── binary=0_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── binary=10 │ │ ├── binary=10_1.py │ │ ├── binary=10_10.py │ │ ├── binary=10_2.py │ │ ├── binary=10_3.py │ │ ├── binary=10_4.py │ │ ├── binary=10_5.py │ │ ├── binary=10_6.py │ │ ├── binary=10_7.py │ │ ├── binary=10_8.py │ │ ├── binary=10_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── binary=2 │ │ ├── binary=2_1.py │ │ ├── binary=2_10.py │ │ ├── binary=2_2.py │ │ ├── binary=2_3.py │ │ ├── binary=2_4.py │ │ ├── binary=2_5.py │ │ ├── binary=2_6.py │ │ ├── binary=2_7.py │ │ ├── binary=2_8.py │ │ ├── binary=2_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── binary=4 │ │ ├── binary=4_1.py │ │ ├── binary=4_10.py │ │ ├── binary=4_2.py │ │ ├── binary=4_3.py │ │ ├── binary=4_4.py │ │ ├── binary=4_5.py │ │ ├── binary=4_6.py │ │ ├── binary=4_7.py │ │ ├── binary=4_8.py │ │ ├── binary=4_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── binary=6 │ │ ├── binary=6_1.py │ │ ├── binary=6_10.py │ │ ├── binary=6_2.py │ │ ├── binary=6_3.py │ │ ├── binary=6_4.py │ │ ├── binary=6_5.py │ │ ├── binary=6_6.py │ │ ├── binary=6_7.py │ │ ├── binary=6_8.py │ │ ├── binary=6_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── binary=8 │ │ ├── binary=8_1.py │ │ ├── binary=8_10.py │ │ ├── binary=8_2.py │ │ ├── binary=8_3.py │ │ ├── binary=8_4.py │ │ ├── binary=8_5.py │ │ ├── binary=8_6.py │ │ ├── binary=8_7.py │ │ ├── binary=8_8.py │ │ ├── binary=8_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── binary_unary=0 │ │ ├── binary_unary=0_1.py │ │ ├── binary_unary=0_10.py │ │ ├── binary_unary=0_2.py │ │ ├── binary_unary=0_3.py │ │ ├── binary_unary=0_4.py │ │ ├── binary_unary=0_5.py │ │ ├── binary_unary=0_6.py │ │ ├── binary_unary=0_7.py │ │ ├── binary_unary=0_8.py │ │ ├── binary_unary=0_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── binary_unary=10 │ │ ├── binary_unary=10_1.py │ │ ├── binary_unary=10_10.py │ │ ├── binary_unary=10_2.py │ │ ├── binary_unary=10_3.py │ │ ├── binary_unary=10_4.py │ │ ├── binary_unary=10_5.py │ │ ├── binary_unary=10_6.py │ │ ├── binary_unary=10_7.py │ │ ├── binary_unary=10_8.py │ │ ├── binary_unary=10_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── binary_unary=2 │ │ ├── binary_unary=2_1.py │ │ ├── binary_unary=2_10.py │ │ ├── binary_unary=2_2.py │ │ ├── binary_unary=2_3.py │ │ ├── binary_unary=2_4.py │ │ ├── binary_unary=2_5.py │ │ ├── binary_unary=2_6.py │ │ ├── binary_unary=2_7.py │ │ ├── binary_unary=2_8.py │ │ ├── binary_unary=2_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── binary_unary=4 │ │ ├── binary_unary=4_1.py │ │ ├── binary_unary=4_10.py │ │ ├── binary_unary=4_2.py │ │ ├── binary_unary=4_3.py │ │ ├── binary_unary=4_4.py │ │ ├── binary_unary=4_5.py │ │ ├── binary_unary=4_6.py │ │ ├── binary_unary=4_7.py │ │ ├── binary_unary=4_8.py │ │ ├── binary_unary=4_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── binary_unary=6 │ │ ├── binary_unary=6_1.py │ │ ├── binary_unary=6_10.py │ │ ├── binary_unary=6_2.py │ │ ├── binary_unary=6_3.py │ │ ├── binary_unary=6_4.py │ │ ├── binary_unary=6_5.py │ │ ├── binary_unary=6_6.py │ │ ├── binary_unary=6_7.py │ │ ├── binary_unary=6_8.py │ │ ├── binary_unary=6_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── binary_unary=8 │ │ ├── binary_unary=8_1.py │ │ ├── binary_unary=8_10.py │ │ ├── binary_unary=8_2.py │ │ ├── binary_unary=8_3.py │ │ ├── binary_unary=8_4.py │ │ ├── binary_unary=8_5.py │ │ ├── binary_unary=8_6.py │ │ ├── binary_unary=8_7.py │ │ ├── binary_unary=8_8.py │ │ ├── binary_unary=8_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── cat_addmm │ │ ├── cat_addmm_1.py │ │ ├── cat_addmm_10.py │ │ ├── cat_addmm_2.py │ │ ├── cat_addmm_3.py │ │ ├── cat_addmm_4.py │ │ ├── cat_addmm_5.py │ │ ├── cat_addmm_6.py │ │ ├── cat_addmm_7.py │ │ ├── cat_addmm_8.py │ │ ├── cat_addmm_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── cat_mm │ │ ├── cat_mm_1.py │ │ ├── cat_mm_10.py │ │ ├── cat_mm_2.py │ │ ├── cat_mm_3.py │ │ ├── cat_mm_4.py │ │ ├── cat_mm_5.py │ │ ├── cat_mm_6.py │ │ ├── cat_mm_7.py │ │ ├── cat_mm_8.py │ │ ├── cat_mm_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── cat_slice_cat │ │ ├── cat_slice_cat_1.py │ │ ├── cat_slice_cat_10.py │ │ ├── cat_slice_cat_2.py │ │ ├── cat_slice_cat_3.py │ │ ├── cat_slice_cat_4.py │ │ ├── cat_slice_cat_5.py │ │ ├── cat_slice_cat_6.py │ │ ├── cat_slice_cat_7.py │ │ ├── cat_slice_cat_8.py │ │ ├── cat_slice_cat_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── fuse_conv_bn │ │ ├── fuse_conv_bn_1.py │ │ ├── fuse_conv_bn_10.py │ │ ├── fuse_conv_bn_2.py │ │ ├── fuse_conv_bn_3.py │ │ ├── fuse_conv_bn_4.py │ │ ├── fuse_conv_bn_5.py │ │ ├── fuse_conv_bn_6.py │ │ ├── fuse_conv_bn_7.py │ │ ├── fuse_conv_bn_8.py │ │ ├── fuse_conv_bn_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── linear_permute_fusion │ │ ├── linear_permute_fusion_1.py │ │ ├── linear_permute_fusion_10.py │ │ ├── linear_permute_fusion_2.py │ │ ├── linear_permute_fusion_3.py │ │ ├── linear_permute_fusion_4.py │ │ ├── linear_permute_fusion_5.py │ │ ├── linear_permute_fusion_6.py │ │ ├── linear_permute_fusion_7.py │ │ ├── linear_permute_fusion_8.py │ │ ├── linear_permute_fusion_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── mm_plus_mm │ │ ├── mm_plus_mm_1.py │ │ ├── mm_plus_mm_10.py │ │ ├── mm_plus_mm_2.py │ │ ├── mm_plus_mm_3.py │ │ ├── mm_plus_mm_4.py │ │ ├── mm_plus_mm_5.py │ │ ├── mm_plus_mm_6.py │ │ ├── mm_plus_mm_7.py │ │ ├── mm_plus_mm_8.py │ │ ├── mm_plus_mm_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── outputs.json │ ├── permute_linear_fusion │ │ ├── permute_linear_fusion_1.py │ │ ├── permute_linear_fusion_10.py │ │ ├── permute_linear_fusion_2.py │ │ ├── permute_linear_fusion_3.py │ │ ├── permute_linear_fusion_4.py │ │ ├── permute_linear_fusion_5.py │ │ ├── permute_linear_fusion_6.py │ │ ├── permute_linear_fusion_7.py │ │ ├── permute_linear_fusion_8.py │ │ ├── permute_linear_fusion_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── permute_matmul_fusion │ │ ├── permute_matmul_fusion_1.py │ │ ├── permute_matmul_fusion_10.py │ │ ├── permute_matmul_fusion_2.py │ │ ├── permute_matmul_fusion_3.py │ │ ├── permute_matmul_fusion_4.py │ │ ├── permute_matmul_fusion_5.py │ │ ├── permute_matmul_fusion_6.py │ │ ├── permute_matmul_fusion_7.py │ │ ├── permute_matmul_fusion_8.py │ │ ├── permute_matmul_fusion_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── pointless_cumsum_replacement │ │ ├── pointless_cumsum_replacement_1.py │ │ ├── pointless_cumsum_replacement_10.py │ │ ├── pointless_cumsum_replacement_2.py │ │ ├── pointless_cumsum_replacement_3.py │ │ ├── pointless_cumsum_replacement_4.py │ │ ├── pointless_cumsum_replacement_5.py │ │ ├── pointless_cumsum_replacement_6.py │ │ ├── pointless_cumsum_replacement_7.py │ │ ├── pointless_cumsum_replacement_8.py │ │ ├── pointless_cumsum_replacement_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── replace_fx │ │ ├── prompt.txt │ │ ├── replace_fx_1.py │ │ ├── replace_fx_10.py │ │ ├── replace_fx_2.py │ │ ├── replace_fx_3.py │ │ ├── replace_fx_4.py │ │ ├── replace_fx_5.py │ │ ├── replace_fx_6.py │ │ ├── replace_fx_7.py │ │ ├── replace_fx_8.py │ │ ├── replace_fx_9.py │ │ └── time.txt │ ├── sfdp=0 │ │ ├── prompt.txt │ │ ├── sfdp=0_1.py │ │ ├── sfdp=0_10.py │ │ ├── sfdp=0_2.py │ │ ├── sfdp=0_3.py │ │ ├── sfdp=0_4.py │ │ ├── sfdp=0_5.py │ │ ├── sfdp=0_6.py │ │ ├── sfdp=0_7.py │ │ ├── sfdp=0_8.py │ │ ├── sfdp=0_9.py │ │ └── time.txt │ ├── sfdp=1 │ │ ├── prompt.txt │ │ ├── sfdp=1_1.py │ │ ├── sfdp=1_10.py │ │ ├── sfdp=1_2.py │ │ ├── sfdp=1_3.py │ │ ├── sfdp=1_4.py │ │ ├── sfdp=1_5.py │ │ ├── sfdp=1_6.py │ │ ├── sfdp=1_7.py │ │ ├── sfdp=1_8.py │ │ ├── sfdp=1_9.py │ │ └── time.txt │ ├── sfdp=2 │ │ ├── prompt.txt │ │ ├── sfdp=2_1.py │ │ ├── sfdp=2_10.py │ │ ├── sfdp=2_2.py │ │ ├── sfdp=2_3.py │ │ ├── sfdp=2_4.py │ │ ├── sfdp=2_5.py │ │ ├── sfdp=2_6.py │ │ ├── sfdp=2_7.py │ │ ├── sfdp=2_8.py │ │ ├── sfdp=2_9.py │ │ └── time.txt │ ├── sfdp=3 │ │ ├── prompt.txt │ │ ├── sfdp=3_1.py │ │ ├── sfdp=3_10.py │ │ ├── sfdp=3_2.py │ │ ├── sfdp=3_3.py │ │ ├── sfdp=3_4.py │ │ ├── sfdp=3_5.py │ │ ├── sfdp=3_6.py │ │ ├── sfdp=3_7.py │ │ ├── sfdp=3_8.py │ │ ├── sfdp=3_9.py │ │ └── time.txt │ ├── sfdp=4 │ │ ├── prompt.txt │ │ ├── sfdp=4_1.py │ │ ├── sfdp=4_10.py │ │ ├── sfdp=4_2.py │ │ ├── sfdp=4_3.py │ │ ├── sfdp=4_4.py │ │ ├── sfdp=4_5.py │ │ ├── sfdp=4_6.py │ │ ├── sfdp=4_7.py │ │ ├── sfdp=4_8.py │ │ ├── sfdp=4_9.py │ │ └── time.txt │ ├── sfdp=5 │ │ ├── prompt.txt │ │ ├── sfdp=5_1.py │ │ ├── sfdp=5_10.py │ │ ├── sfdp=5_2.py │ │ ├── sfdp=5_3.py │ │ ├── sfdp=5_4.py │ │ ├── sfdp=5_5.py │ │ ├── sfdp=5_6.py │ │ ├── sfdp=5_7.py │ │ ├── sfdp=5_8.py │ │ ├── sfdp=5_9.py │ │ └── time.txt │ ├── sink_cat_after_pointwise │ │ ├── prompt.txt │ │ ├── sink_cat_after_pointwise_1.py │ │ ├── sink_cat_after_pointwise_10.py │ │ ├── sink_cat_after_pointwise_2.py │ │ ├── sink_cat_after_pointwise_3.py │ │ ├── sink_cat_after_pointwise_4.py │ │ ├── sink_cat_after_pointwise_5.py │ │ ├── sink_cat_after_pointwise_6.py │ │ ├── sink_cat_after_pointwise_7.py │ │ ├── sink_cat_after_pointwise_8.py │ │ ├── sink_cat_after_pointwise_9.py │ │ └── time.txt │ ├── splitwithsizes_cat_replace │ │ ├── prompt.txt │ │ ├── splitwithsizes_cat_replace_1.py │ │ ├── splitwithsizes_cat_replace_10.py │ │ ├── splitwithsizes_cat_replace_2.py │ │ ├── splitwithsizes_cat_replace_3.py │ │ ├── splitwithsizes_cat_replace_4.py │ │ ├── splitwithsizes_cat_replace_5.py │ │ ├── splitwithsizes_cat_replace_6.py │ │ ├── splitwithsizes_cat_replace_7.py │ │ ├── splitwithsizes_cat_replace_8.py │ │ ├── splitwithsizes_cat_replace_9.py │ │ └── time.txt │ ├── unary=0 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=0_1.py │ │ ├── unary=0_10.py │ │ ├── unary=0_2.py │ │ ├── unary=0_3.py │ │ ├── unary=0_4.py │ │ ├── unary=0_5.py │ │ ├── unary=0_6.py │ │ ├── unary=0_7.py │ │ ├── unary=0_8.py │ │ └── unary=0_9.py │ ├── unary=1 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=1_1.py │ │ ├── unary=1_10.py │ │ ├── unary=1_2.py │ │ ├── unary=1_3.py │ │ ├── unary=1_4.py │ │ ├── unary=1_5.py │ │ ├── unary=1_6.py │ │ ├── unary=1_7.py │ │ ├── unary=1_8.py │ │ └── unary=1_9.py │ ├── unary=10 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=10_1.py │ │ ├── unary=10_10.py │ │ ├── unary=10_2.py │ │ ├── unary=10_3.py │ │ ├── unary=10_4.py │ │ ├── unary=10_5.py │ │ ├── unary=10_6.py │ │ ├── unary=10_7.py │ │ ├── unary=10_8.py │ │ └── unary=10_9.py │ ├── unary=11 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=11_1.py │ │ ├── unary=11_10.py │ │ ├── unary=11_2.py │ │ ├── unary=11_3.py │ │ ├── unary=11_4.py │ │ ├── unary=11_5.py │ │ ├── unary=11_6.py │ │ ├── unary=11_7.py │ │ ├── unary=11_8.py │ │ └── unary=11_9.py │ ├── unary=12 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=12_1.py │ │ ├── unary=12_10.py │ │ ├── unary=12_2.py │ │ ├── unary=12_3.py │ │ ├── unary=12_4.py │ │ ├── unary=12_5.py │ │ ├── unary=12_6.py │ │ ├── unary=12_7.py │ │ ├── unary=12_8.py │ │ └── unary=12_9.py │ ├── unary=13 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=13_1.py │ │ ├── unary=13_10.py │ │ ├── unary=13_2.py │ │ ├── unary=13_3.py │ │ ├── unary=13_4.py │ │ ├── unary=13_5.py │ │ ├── unary=13_6.py │ │ ├── unary=13_7.py │ │ ├── unary=13_8.py │ │ └── unary=13_9.py │ ├── unary=14 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=14_1.py │ │ ├── unary=14_10.py │ │ ├── unary=14_2.py │ │ ├── unary=14_3.py │ │ ├── unary=14_4.py │ │ ├── unary=14_5.py │ │ ├── unary=14_6.py │ │ ├── unary=14_7.py │ │ ├── unary=14_8.py │ │ └── unary=14_9.py │ ├── unary=15 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=15_1.py │ │ ├── unary=15_10.py │ │ ├── unary=15_2.py │ │ ├── unary=15_3.py │ │ ├── unary=15_4.py │ │ ├── unary=15_5.py │ │ ├── unary=15_6.py │ │ ├── unary=15_7.py │ │ ├── unary=15_8.py │ │ └── unary=15_9.py │ ├── unary=16 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=16_1.py │ │ ├── unary=16_10.py │ │ ├── unary=16_2.py │ │ ├── unary=16_3.py │ │ ├── unary=16_4.py │ │ ├── unary=16_5.py │ │ ├── unary=16_6.py │ │ ├── unary=16_7.py │ │ ├── unary=16_8.py │ │ └── unary=16_9.py │ ├── unary=17 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=17_1.py │ │ ├── unary=17_10.py │ │ ├── unary=17_2.py │ │ ├── unary=17_3.py │ │ ├── unary=17_4.py │ │ ├── unary=17_5.py │ │ ├── unary=17_6.py │ │ ├── unary=17_7.py │ │ ├── unary=17_8.py │ │ └── unary=17_9.py │ ├── unary=18 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=18_1.py │ │ ├── unary=18_10.py │ │ ├── unary=18_2.py │ │ ├── unary=18_3.py │ │ ├── unary=18_4.py │ │ ├── unary=18_5.py │ │ ├── unary=18_6.py │ │ ├── unary=18_7.py │ │ ├── unary=18_8.py │ │ └── unary=18_9.py │ ├── unary=19 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=19_1.py │ │ ├── unary=19_10.py │ │ ├── unary=19_2.py │ │ ├── unary=19_3.py │ │ ├── unary=19_4.py │ │ ├── unary=19_5.py │ │ ├── unary=19_6.py │ │ ├── unary=19_7.py │ │ ├── unary=19_8.py │ │ └── unary=19_9.py │ ├── unary=2 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=2_1.py │ │ ├── unary=2_10.py │ │ ├── unary=2_2.py │ │ ├── unary=2_3.py │ │ ├── unary=2_4.py │ │ ├── unary=2_5.py │ │ ├── unary=2_6.py │ │ ├── unary=2_7.py │ │ ├── unary=2_8.py │ │ └── unary=2_9.py │ ├── unary=20 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=20_1.py │ │ ├── unary=20_10.py │ │ ├── unary=20_2.py │ │ ├── unary=20_3.py │ │ ├── unary=20_4.py │ │ ├── unary=20_5.py │ │ ├── unary=20_6.py │ │ ├── unary=20_7.py │ │ ├── unary=20_8.py │ │ └── unary=20_9.py │ ├── unary=21 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=21_1.py │ │ ├── unary=21_10.py │ │ ├── unary=21_2.py │ │ ├── unary=21_3.py │ │ ├── unary=21_4.py │ │ ├── unary=21_5.py │ │ ├── unary=21_6.py │ │ ├── unary=21_7.py │ │ ├── unary=21_8.py │ │ └── unary=21_9.py │ ├── unary=22 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=22_1.py │ │ ├── unary=22_10.py │ │ ├── unary=22_2.py │ │ ├── unary=22_3.py │ │ ├── unary=22_4.py │ │ ├── unary=22_5.py │ │ ├── unary=22_6.py │ │ ├── unary=22_7.py │ │ ├── unary=22_8.py │ │ └── unary=22_9.py │ ├── unary=23 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=23_1.py │ │ ├── unary=23_10.py │ │ ├── unary=23_2.py │ │ ├── unary=23_3.py │ │ ├── unary=23_4.py │ │ ├── unary=23_5.py │ │ ├── unary=23_6.py │ │ ├── unary=23_7.py │ │ ├── unary=23_8.py │ │ └── unary=23_9.py │ ├── unary=24 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=24_1.py │ │ ├── unary=24_10.py │ │ ├── unary=24_2.py │ │ ├── unary=24_3.py │ │ ├── unary=24_4.py │ │ ├── unary=24_5.py │ │ ├── unary=24_6.py │ │ ├── unary=24_7.py │ │ ├── unary=24_8.py │ │ └── unary=24_9.py │ ├── unary=25 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=25_1.py │ │ ├── unary=25_10.py │ │ ├── unary=25_2.py │ │ ├── unary=25_3.py │ │ ├── unary=25_4.py │ │ ├── unary=25_5.py │ │ ├── unary=25_6.py │ │ ├── unary=25_7.py │ │ ├── unary=25_8.py │ │ └── unary=25_9.py │ ├── unary=26 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=26_1.py │ │ ├── unary=26_10.py │ │ ├── unary=26_2.py │ │ ├── unary=26_3.py │ │ ├── unary=26_4.py │ │ ├── unary=26_5.py │ │ ├── unary=26_6.py │ │ ├── unary=26_7.py │ │ ├── unary=26_8.py │ │ └── unary=26_9.py │ ├── unary=27 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=27_1.py │ │ ├── unary=27_10.py │ │ ├── unary=27_2.py │ │ ├── unary=27_3.py │ │ ├── unary=27_4.py │ │ ├── unary=27_5.py │ │ ├── unary=27_6.py │ │ ├── unary=27_7.py │ │ ├── unary=27_8.py │ │ └── unary=27_9.py │ ├── unary=28 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=28_1.py │ │ ├── unary=28_10.py │ │ ├── unary=28_2.py │ │ ├── unary=28_3.py │ │ ├── unary=28_4.py │ │ ├── unary=28_5.py │ │ ├── unary=28_6.py │ │ ├── unary=28_7.py │ │ ├── unary=28_8.py │ │ └── unary=28_9.py │ ├── unary=29 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=29_1.py │ │ ├── unary=29_10.py │ │ ├── unary=29_2.py │ │ ├── unary=29_3.py │ │ ├── unary=29_4.py │ │ ├── unary=29_5.py │ │ ├── unary=29_6.py │ │ ├── unary=29_7.py │ │ ├── unary=29_8.py │ │ └── unary=29_9.py │ ├── unary=3 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=3_1.py │ │ ├── unary=3_10.py │ │ ├── unary=3_2.py │ │ ├── unary=3_3.py │ │ ├── unary=3_4.py │ │ ├── unary=3_5.py │ │ ├── unary=3_6.py │ │ ├── unary=3_7.py │ │ ├── unary=3_8.py │ │ └── unary=3_9.py │ ├── unary=4 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=4_1.py │ │ ├── unary=4_10.py │ │ ├── unary=4_2.py │ │ ├── unary=4_3.py │ │ ├── unary=4_4.py │ │ ├── unary=4_5.py │ │ ├── unary=4_6.py │ │ ├── unary=4_7.py │ │ ├── unary=4_8.py │ │ └── unary=4_9.py │ ├── unary=5 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=5_1.py │ │ ├── unary=5_10.py │ │ ├── unary=5_2.py │ │ ├── unary=5_3.py │ │ ├── unary=5_4.py │ │ ├── unary=5_5.py │ │ ├── unary=5_6.py │ │ ├── unary=5_7.py │ │ ├── unary=5_8.py │ │ └── unary=5_9.py │ ├── unary=6 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=6_1.py │ │ ├── unary=6_10.py │ │ ├── unary=6_2.py │ │ ├── unary=6_3.py │ │ ├── unary=6_4.py │ │ ├── unary=6_5.py │ │ ├── unary=6_6.py │ │ ├── unary=6_7.py │ │ ├── unary=6_8.py │ │ └── unary=6_9.py │ ├── unary=7 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=7_1.py │ │ ├── unary=7_10.py │ │ ├── unary=7_2.py │ │ ├── unary=7_3.py │ │ ├── unary=7_4.py │ │ ├── unary=7_5.py │ │ ├── unary=7_6.py │ │ ├── unary=7_7.py │ │ ├── unary=7_8.py │ │ └── unary=7_9.py │ ├── unary=8 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=8_1.py │ │ ├── unary=8_10.py │ │ ├── unary=8_2.py │ │ ├── unary=8_3.py │ │ ├── unary=8_4.py │ │ ├── unary=8_5.py │ │ ├── unary=8_6.py │ │ ├── unary=8_7.py │ │ ├── unary=8_8.py │ │ └── unary=8_9.py │ └── unary=9 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=9_1.py │ │ ├── unary=9_10.py │ │ ├── unary=9_2.py │ │ ├── unary=9_3.py │ │ ├── unary=9_4.py │ │ ├── unary=9_5.py │ │ ├── unary=9_6.py │ │ ├── unary=9_7.py │ │ ├── unary=9_8.py │ │ └── unary=9_9.py │ ├── step2-3shot │ ├── addmm │ │ ├── addmm_1.py │ │ ├── addmm_10.py │ │ ├── addmm_2.py │ │ ├── addmm_3.py │ │ ├── addmm_4.py │ │ ├── addmm_5.py │ │ ├── addmm_6.py │ │ ├── addmm_7.py │ │ ├── addmm_8.py │ │ ├── addmm_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── binary=0 │ │ ├── binary=0_1.py │ │ ├── binary=0_10.py │ │ ├── binary=0_2.py │ │ ├── binary=0_3.py │ │ ├── binary=0_4.py │ │ ├── binary=0_5.py │ │ ├── binary=0_6.py │ │ ├── binary=0_7.py │ │ ├── binary=0_8.py │ │ ├── binary=0_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── binary=10 │ │ ├── binary=10_1.py │ │ ├── binary=10_10.py │ │ ├── binary=10_2.py │ │ ├── binary=10_3.py │ │ ├── binary=10_4.py │ │ ├── binary=10_5.py │ │ ├── binary=10_6.py │ │ ├── binary=10_7.py │ │ ├── binary=10_8.py │ │ ├── binary=10_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── binary=2 │ │ ├── binary=2_1.py │ │ ├── binary=2_10.py │ │ ├── binary=2_2.py │ │ ├── binary=2_3.py │ │ ├── binary=2_4.py │ │ ├── binary=2_5.py │ │ ├── binary=2_6.py │ │ ├── binary=2_7.py │ │ ├── binary=2_8.py │ │ ├── binary=2_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── binary=4 │ │ ├── binary=4_1.py │ │ ├── binary=4_10.py │ │ ├── binary=4_2.py │ │ ├── binary=4_3.py │ │ ├── binary=4_4.py │ │ ├── binary=4_5.py │ │ ├── binary=4_6.py │ │ ├── binary=4_7.py │ │ ├── binary=4_8.py │ │ ├── binary=4_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── binary=6 │ │ ├── binary=6_1.py │ │ ├── binary=6_10.py │ │ ├── binary=6_2.py │ │ ├── binary=6_3.py │ │ ├── binary=6_4.py │ │ ├── binary=6_5.py │ │ ├── binary=6_6.py │ │ ├── binary=6_7.py │ │ ├── binary=6_8.py │ │ ├── binary=6_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── binary=8 │ │ ├── binary=8_1.py │ │ ├── binary=8_10.py │ │ ├── binary=8_2.py │ │ ├── binary=8_3.py │ │ ├── binary=8_4.py │ │ ├── binary=8_5.py │ │ ├── binary=8_6.py │ │ ├── binary=8_7.py │ │ ├── binary=8_8.py │ │ ├── binary=8_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── binary_unary=0 │ │ ├── binary_unary=0_1.py │ │ ├── binary_unary=0_10.py │ │ ├── binary_unary=0_2.py │ │ ├── binary_unary=0_3.py │ │ ├── binary_unary=0_4.py │ │ ├── binary_unary=0_5.py │ │ ├── binary_unary=0_6.py │ │ ├── binary_unary=0_7.py │ │ ├── binary_unary=0_8.py │ │ ├── binary_unary=0_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── binary_unary=10 │ │ ├── binary_unary=10_1.py │ │ ├── binary_unary=10_10.py │ │ ├── binary_unary=10_2.py │ │ ├── binary_unary=10_3.py │ │ ├── binary_unary=10_4.py │ │ ├── binary_unary=10_5.py │ │ ├── binary_unary=10_6.py │ │ ├── binary_unary=10_7.py │ │ ├── binary_unary=10_8.py │ │ ├── binary_unary=10_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── binary_unary=2 │ │ ├── binary_unary=2_1.py │ │ ├── binary_unary=2_10.py │ │ ├── binary_unary=2_2.py │ │ ├── binary_unary=2_3.py │ │ ├── binary_unary=2_4.py │ │ ├── binary_unary=2_5.py │ │ ├── binary_unary=2_6.py │ │ ├── binary_unary=2_7.py │ │ ├── binary_unary=2_8.py │ │ ├── binary_unary=2_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── binary_unary=4 │ │ ├── binary_unary=4_1.py │ │ ├── binary_unary=4_10.py │ │ ├── binary_unary=4_2.py │ │ ├── binary_unary=4_3.py │ │ ├── binary_unary=4_4.py │ │ ├── binary_unary=4_5.py │ │ ├── binary_unary=4_6.py │ │ ├── binary_unary=4_7.py │ │ ├── binary_unary=4_8.py │ │ ├── binary_unary=4_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── binary_unary=6 │ │ ├── binary_unary=6_1.py │ │ ├── binary_unary=6_10.py │ │ ├── binary_unary=6_2.py │ │ ├── binary_unary=6_3.py │ │ ├── binary_unary=6_4.py │ │ ├── binary_unary=6_5.py │ │ ├── binary_unary=6_6.py │ │ ├── binary_unary=6_7.py │ │ ├── binary_unary=6_8.py │ │ ├── binary_unary=6_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── binary_unary=8 │ │ ├── binary_unary=8_1.py │ │ ├── binary_unary=8_10.py │ │ ├── binary_unary=8_2.py │ │ ├── binary_unary=8_3.py │ │ ├── binary_unary=8_4.py │ │ ├── binary_unary=8_5.py │ │ ├── binary_unary=8_6.py │ │ ├── binary_unary=8_7.py │ │ ├── binary_unary=8_8.py │ │ ├── binary_unary=8_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── cat_addmm │ │ ├── cat_addmm_1.py │ │ ├── cat_addmm_10.py │ │ ├── cat_addmm_2.py │ │ ├── cat_addmm_3.py │ │ ├── cat_addmm_4.py │ │ ├── cat_addmm_5.py │ │ ├── cat_addmm_6.py │ │ ├── cat_addmm_7.py │ │ ├── cat_addmm_8.py │ │ ├── cat_addmm_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── cat_mm │ │ ├── cat_mm_1.py │ │ ├── cat_mm_10.py │ │ ├── cat_mm_2.py │ │ ├── cat_mm_3.py │ │ ├── cat_mm_4.py │ │ ├── cat_mm_5.py │ │ ├── cat_mm_6.py │ │ ├── cat_mm_7.py │ │ ├── cat_mm_8.py │ │ ├── cat_mm_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── cat_slice_cat │ │ ├── cat_slice_cat_1.py │ │ ├── cat_slice_cat_10.py │ │ ├── cat_slice_cat_2.py │ │ ├── cat_slice_cat_3.py │ │ ├── cat_slice_cat_4.py │ │ ├── cat_slice_cat_5.py │ │ ├── cat_slice_cat_6.py │ │ ├── cat_slice_cat_7.py │ │ ├── cat_slice_cat_8.py │ │ ├── cat_slice_cat_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── fuse_conv_bn │ │ ├── fuse_conv_bn_1.py │ │ ├── fuse_conv_bn_10.py │ │ ├── fuse_conv_bn_2.py │ │ ├── fuse_conv_bn_3.py │ │ ├── fuse_conv_bn_4.py │ │ ├── fuse_conv_bn_5.py │ │ ├── fuse_conv_bn_6.py │ │ ├── fuse_conv_bn_7.py │ │ ├── fuse_conv_bn_8.py │ │ ├── fuse_conv_bn_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── linear_permute_fusion │ │ ├── linear_permute_fusion_1.py │ │ ├── linear_permute_fusion_10.py │ │ ├── linear_permute_fusion_2.py │ │ ├── linear_permute_fusion_3.py │ │ ├── linear_permute_fusion_4.py │ │ ├── linear_permute_fusion_5.py │ │ ├── linear_permute_fusion_6.py │ │ ├── linear_permute_fusion_7.py │ │ ├── linear_permute_fusion_8.py │ │ ├── linear_permute_fusion_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── mm_plus_mm │ │ ├── mm_plus_mm_1.py │ │ ├── mm_plus_mm_10.py │ │ ├── mm_plus_mm_2.py │ │ ├── mm_plus_mm_3.py │ │ ├── mm_plus_mm_4.py │ │ ├── mm_plus_mm_5.py │ │ ├── mm_plus_mm_6.py │ │ ├── mm_plus_mm_7.py │ │ ├── mm_plus_mm_8.py │ │ ├── mm_plus_mm_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── outputs.json │ ├── permute_linear_fusion │ │ ├── permute_linear_fusion_1.py │ │ ├── permute_linear_fusion_10.py │ │ ├── permute_linear_fusion_2.py │ │ ├── permute_linear_fusion_3.py │ │ ├── permute_linear_fusion_4.py │ │ ├── permute_linear_fusion_5.py │ │ ├── permute_linear_fusion_6.py │ │ ├── permute_linear_fusion_7.py │ │ ├── permute_linear_fusion_8.py │ │ ├── permute_linear_fusion_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── permute_matmul_fusion │ │ ├── permute_matmul_fusion_1.py │ │ ├── permute_matmul_fusion_10.py │ │ ├── permute_matmul_fusion_2.py │ │ ├── permute_matmul_fusion_3.py │ │ ├── permute_matmul_fusion_4.py │ │ ├── permute_matmul_fusion_5.py │ │ ├── permute_matmul_fusion_6.py │ │ ├── permute_matmul_fusion_7.py │ │ ├── permute_matmul_fusion_8.py │ │ ├── permute_matmul_fusion_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── pointless_cumsum_replacement │ │ ├── pointless_cumsum_replacement_1.py │ │ ├── pointless_cumsum_replacement_10.py │ │ ├── pointless_cumsum_replacement_2.py │ │ ├── pointless_cumsum_replacement_3.py │ │ ├── pointless_cumsum_replacement_4.py │ │ ├── pointless_cumsum_replacement_5.py │ │ ├── pointless_cumsum_replacement_6.py │ │ ├── pointless_cumsum_replacement_7.py │ │ ├── pointless_cumsum_replacement_8.py │ │ ├── pointless_cumsum_replacement_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── replace_fx │ │ ├── prompt.txt │ │ ├── replace_fx_1.py │ │ ├── replace_fx_10.py │ │ ├── replace_fx_2.py │ │ ├── replace_fx_3.py │ │ ├── replace_fx_4.py │ │ ├── replace_fx_5.py │ │ ├── replace_fx_6.py │ │ ├── replace_fx_7.py │ │ ├── replace_fx_8.py │ │ ├── replace_fx_9.py │ │ └── time.txt │ ├── sfdp=0 │ │ ├── prompt.txt │ │ ├── sfdp=0_1.py │ │ ├── sfdp=0_10.py │ │ ├── sfdp=0_2.py │ │ ├── sfdp=0_3.py │ │ ├── sfdp=0_4.py │ │ ├── sfdp=0_5.py │ │ ├── sfdp=0_6.py │ │ ├── sfdp=0_7.py │ │ ├── sfdp=0_8.py │ │ ├── sfdp=0_9.py │ │ └── time.txt │ ├── sfdp=1 │ │ ├── prompt.txt │ │ ├── sfdp=1_1.py │ │ ├── sfdp=1_10.py │ │ ├── sfdp=1_2.py │ │ ├── sfdp=1_3.py │ │ ├── sfdp=1_4.py │ │ ├── sfdp=1_5.py │ │ ├── sfdp=1_6.py │ │ ├── sfdp=1_7.py │ │ ├── sfdp=1_8.py │ │ ├── sfdp=1_9.py │ │ └── time.txt │ ├── sfdp=2 │ │ ├── prompt.txt │ │ ├── sfdp=2_1.py │ │ ├── sfdp=2_10.py │ │ ├── sfdp=2_2.py │ │ ├── sfdp=2_3.py │ │ ├── sfdp=2_4.py │ │ ├── sfdp=2_5.py │ │ ├── sfdp=2_6.py │ │ ├── sfdp=2_7.py │ │ ├── sfdp=2_8.py │ │ ├── sfdp=2_9.py │ │ └── time.txt │ ├── sfdp=3 │ │ ├── prompt.txt │ │ ├── sfdp=3_1.py │ │ ├── sfdp=3_10.py │ │ ├── sfdp=3_2.py │ │ ├── sfdp=3_3.py │ │ ├── sfdp=3_4.py │ │ ├── sfdp=3_5.py │ │ ├── sfdp=3_6.py │ │ ├── sfdp=3_7.py │ │ ├── sfdp=3_8.py │ │ ├── sfdp=3_9.py │ │ └── time.txt │ ├── sfdp=4 │ │ ├── prompt.txt │ │ ├── sfdp=4_1.py │ │ ├── sfdp=4_10.py │ │ ├── sfdp=4_2.py │ │ ├── sfdp=4_3.py │ │ ├── sfdp=4_4.py │ │ ├── sfdp=4_5.py │ │ ├── sfdp=4_6.py │ │ ├── sfdp=4_7.py │ │ ├── sfdp=4_8.py │ │ ├── sfdp=4_9.py │ │ └── time.txt │ ├── sfdp=5 │ │ ├── prompt.txt │ │ ├── sfdp=5_1.py │ │ ├── sfdp=5_10.py │ │ ├── sfdp=5_2.py │ │ ├── sfdp=5_3.py │ │ ├── sfdp=5_4.py │ │ ├── sfdp=5_5.py │ │ ├── sfdp=5_6.py │ │ ├── sfdp=5_7.py │ │ ├── sfdp=5_8.py │ │ ├── sfdp=5_9.py │ │ └── time.txt │ ├── sink_cat_after_pointwise │ │ ├── prompt.txt │ │ ├── sink_cat_after_pointwise_1.py │ │ ├── sink_cat_after_pointwise_10.py │ │ ├── sink_cat_after_pointwise_2.py │ │ ├── sink_cat_after_pointwise_3.py │ │ ├── sink_cat_after_pointwise_4.py │ │ ├── sink_cat_after_pointwise_5.py │ │ ├── sink_cat_after_pointwise_6.py │ │ ├── sink_cat_after_pointwise_7.py │ │ ├── sink_cat_after_pointwise_8.py │ │ ├── sink_cat_after_pointwise_9.py │ │ └── time.txt │ ├── splitwithsizes_cat_replace │ │ ├── prompt.txt │ │ ├── splitwithsizes_cat_replace_1.py │ │ ├── splitwithsizes_cat_replace_10.py │ │ ├── splitwithsizes_cat_replace_2.py │ │ ├── splitwithsizes_cat_replace_3.py │ │ ├── splitwithsizes_cat_replace_4.py │ │ ├── splitwithsizes_cat_replace_5.py │ │ ├── splitwithsizes_cat_replace_6.py │ │ ├── splitwithsizes_cat_replace_7.py │ │ ├── splitwithsizes_cat_replace_8.py │ │ ├── splitwithsizes_cat_replace_9.py │ │ └── time.txt │ ├── unary=0 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=0_1.py │ │ ├── unary=0_10.py │ │ ├── unary=0_2.py │ │ ├── unary=0_3.py │ │ ├── unary=0_4.py │ │ ├── unary=0_5.py │ │ ├── unary=0_6.py │ │ ├── unary=0_7.py │ │ ├── unary=0_8.py │ │ └── unary=0_9.py │ ├── unary=1 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=1_1.py │ │ ├── unary=1_10.py │ │ ├── unary=1_2.py │ │ ├── unary=1_3.py │ │ ├── unary=1_4.py │ │ ├── unary=1_5.py │ │ ├── unary=1_6.py │ │ ├── unary=1_7.py │ │ ├── unary=1_8.py │ │ └── unary=1_9.py │ ├── unary=10 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=10_1.py │ │ ├── unary=10_10.py │ │ ├── unary=10_2.py │ │ ├── unary=10_3.py │ │ ├── unary=10_4.py │ │ ├── unary=10_5.py │ │ ├── unary=10_6.py │ │ ├── unary=10_7.py │ │ ├── unary=10_8.py │ │ └── unary=10_9.py │ ├── unary=11 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=11_1.py │ │ ├── unary=11_10.py │ │ ├── unary=11_2.py │ │ ├── unary=11_3.py │ │ ├── unary=11_4.py │ │ ├── unary=11_5.py │ │ ├── unary=11_6.py │ │ ├── unary=11_7.py │ │ ├── unary=11_8.py │ │ └── unary=11_9.py │ ├── unary=12 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=12_1.py │ │ ├── unary=12_10.py │ │ ├── unary=12_2.py │ │ ├── unary=12_3.py │ │ ├── unary=12_4.py │ │ ├── unary=12_5.py │ │ ├── unary=12_6.py │ │ ├── unary=12_7.py │ │ ├── unary=12_8.py │ │ └── unary=12_9.py │ ├── unary=13 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=13_1.py │ │ ├── unary=13_10.py │ │ ├── unary=13_2.py │ │ ├── unary=13_3.py │ │ ├── unary=13_4.py │ │ ├── unary=13_5.py │ │ ├── unary=13_6.py │ │ ├── unary=13_7.py │ │ ├── unary=13_8.py │ │ └── unary=13_9.py │ ├── unary=14 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=14_1.py │ │ ├── unary=14_10.py │ │ ├── unary=14_2.py │ │ ├── unary=14_3.py │ │ ├── unary=14_4.py │ │ ├── unary=14_5.py │ │ ├── unary=14_6.py │ │ ├── unary=14_7.py │ │ ├── unary=14_8.py │ │ └── unary=14_9.py │ ├── unary=15 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=15_1.py │ │ ├── unary=15_10.py │ │ ├── unary=15_2.py │ │ ├── unary=15_3.py │ │ ├── unary=15_4.py │ │ ├── unary=15_5.py │ │ ├── unary=15_6.py │ │ ├── unary=15_7.py │ │ ├── unary=15_8.py │ │ └── unary=15_9.py │ ├── unary=16 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=16_1.py │ │ ├── unary=16_10.py │ │ ├── unary=16_2.py │ │ ├── unary=16_3.py │ │ ├── unary=16_4.py │ │ ├── unary=16_5.py │ │ ├── unary=16_6.py │ │ ├── unary=16_7.py │ │ ├── unary=16_8.py │ │ └── unary=16_9.py │ ├── unary=17 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=17_1.py │ │ ├── unary=17_10.py │ │ ├── unary=17_2.py │ │ ├── unary=17_3.py │ │ ├── unary=17_4.py │ │ ├── unary=17_5.py │ │ ├── unary=17_6.py │ │ ├── unary=17_7.py │ │ ├── unary=17_8.py │ │ └── unary=17_9.py │ ├── unary=18 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=18_1.py │ │ ├── unary=18_10.py │ │ ├── unary=18_2.py │ │ ├── unary=18_3.py │ │ ├── unary=18_4.py │ │ ├── unary=18_5.py │ │ ├── unary=18_6.py │ │ ├── unary=18_7.py │ │ ├── unary=18_8.py │ │ └── unary=18_9.py │ ├── unary=19 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=19_1.py │ │ ├── unary=19_10.py │ │ ├── unary=19_2.py │ │ ├── unary=19_3.py │ │ ├── unary=19_4.py │ │ ├── unary=19_5.py │ │ ├── unary=19_6.py │ │ ├── unary=19_7.py │ │ ├── unary=19_8.py │ │ └── unary=19_9.py │ ├── unary=2 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=2_1.py │ │ ├── unary=2_10.py │ │ ├── unary=2_2.py │ │ ├── unary=2_3.py │ │ ├── unary=2_4.py │ │ ├── unary=2_5.py │ │ ├── unary=2_6.py │ │ ├── unary=2_7.py │ │ ├── unary=2_8.py │ │ └── unary=2_9.py │ ├── unary=20 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=20_1.py │ │ ├── unary=20_10.py │ │ ├── unary=20_2.py │ │ ├── unary=20_3.py │ │ ├── unary=20_4.py │ │ ├── unary=20_5.py │ │ ├── unary=20_6.py │ │ ├── unary=20_7.py │ │ ├── unary=20_8.py │ │ └── unary=20_9.py │ ├── unary=21 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=21_1.py │ │ ├── unary=21_10.py │ │ ├── unary=21_2.py │ │ ├── unary=21_3.py │ │ ├── unary=21_4.py │ │ ├── unary=21_5.py │ │ ├── unary=21_6.py │ │ ├── unary=21_7.py │ │ ├── unary=21_8.py │ │ └── unary=21_9.py │ ├── unary=22 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=22_1.py │ │ ├── unary=22_10.py │ │ ├── unary=22_2.py │ │ ├── unary=22_3.py │ │ ├── unary=22_4.py │ │ ├── unary=22_5.py │ │ ├── unary=22_6.py │ │ ├── unary=22_7.py │ │ ├── unary=22_8.py │ │ └── unary=22_9.py │ ├── unary=23 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=23_1.py │ │ ├── unary=23_10.py │ │ ├── unary=23_2.py │ │ ├── unary=23_3.py │ │ ├── unary=23_4.py │ │ ├── unary=23_5.py │ │ ├── unary=23_6.py │ │ ├── unary=23_7.py │ │ ├── unary=23_8.py │ │ └── unary=23_9.py │ ├── unary=24 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=24_1.py │ │ ├── unary=24_10.py │ │ ├── unary=24_2.py │ │ ├── unary=24_3.py │ │ ├── unary=24_4.py │ │ ├── unary=24_5.py │ │ ├── unary=24_6.py │ │ ├── unary=24_7.py │ │ ├── unary=24_8.py │ │ └── unary=24_9.py │ ├── unary=25 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=25_1.py │ │ ├── unary=25_10.py │ │ ├── unary=25_2.py │ │ ├── unary=25_3.py │ │ ├── unary=25_4.py │ │ ├── unary=25_5.py │ │ ├── unary=25_6.py │ │ ├── unary=25_7.py │ │ ├── unary=25_8.py │ │ └── unary=25_9.py │ ├── unary=26 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=26_1.py │ │ ├── unary=26_10.py │ │ ├── unary=26_2.py │ │ ├── unary=26_3.py │ │ ├── unary=26_4.py │ │ ├── unary=26_5.py │ │ ├── unary=26_6.py │ │ ├── unary=26_7.py │ │ ├── unary=26_8.py │ │ └── unary=26_9.py │ ├── unary=27 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=27_1.py │ │ ├── unary=27_10.py │ │ ├── unary=27_2.py │ │ ├── unary=27_3.py │ │ ├── unary=27_4.py │ │ ├── unary=27_5.py │ │ ├── unary=27_6.py │ │ ├── unary=27_7.py │ │ ├── unary=27_8.py │ │ └── unary=27_9.py │ ├── unary=28 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=28_1.py │ │ ├── unary=28_10.py │ │ ├── unary=28_2.py │ │ ├── unary=28_3.py │ │ ├── unary=28_4.py │ │ ├── unary=28_5.py │ │ ├── unary=28_6.py │ │ ├── unary=28_7.py │ │ ├── unary=28_8.py │ │ └── unary=28_9.py │ ├── unary=29 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=29_1.py │ │ ├── unary=29_10.py │ │ ├── unary=29_2.py │ │ ├── unary=29_3.py │ │ ├── unary=29_4.py │ │ ├── unary=29_5.py │ │ ├── unary=29_6.py │ │ ├── unary=29_7.py │ │ ├── unary=29_8.py │ │ └── unary=29_9.py │ ├── unary=3 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=3_1.py │ │ ├── unary=3_10.py │ │ ├── unary=3_2.py │ │ ├── unary=3_3.py │ │ ├── unary=3_4.py │ │ ├── unary=3_5.py │ │ ├── unary=3_6.py │ │ ├── unary=3_7.py │ │ ├── unary=3_8.py │ │ └── unary=3_9.py │ ├── unary=4 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=4_1.py │ │ ├── unary=4_10.py │ │ ├── unary=4_2.py │ │ ├── unary=4_3.py │ │ ├── unary=4_4.py │ │ ├── unary=4_5.py │ │ ├── unary=4_6.py │ │ ├── unary=4_7.py │ │ ├── unary=4_8.py │ │ └── unary=4_9.py │ ├── unary=5 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=5_1.py │ │ ├── unary=5_10.py │ │ ├── unary=5_2.py │ │ ├── unary=5_3.py │ │ ├── unary=5_4.py │ │ ├── unary=5_5.py │ │ ├── unary=5_6.py │ │ ├── unary=5_7.py │ │ ├── unary=5_8.py │ │ └── unary=5_9.py │ ├── unary=6 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=6_1.py │ │ ├── unary=6_10.py │ │ ├── unary=6_2.py │ │ ├── unary=6_3.py │ │ ├── unary=6_4.py │ │ ├── unary=6_5.py │ │ ├── unary=6_6.py │ │ ├── unary=6_7.py │ │ ├── unary=6_8.py │ │ └── unary=6_9.py │ ├── unary=7 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=7_1.py │ │ ├── unary=7_10.py │ │ ├── unary=7_2.py │ │ ├── unary=7_3.py │ │ ├── unary=7_4.py │ │ ├── unary=7_5.py │ │ ├── unary=7_6.py │ │ ├── unary=7_7.py │ │ ├── unary=7_8.py │ │ └── unary=7_9.py │ ├── unary=8 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=8_1.py │ │ ├── unary=8_10.py │ │ ├── unary=8_2.py │ │ ├── unary=8_3.py │ │ ├── unary=8_4.py │ │ ├── unary=8_5.py │ │ ├── unary=8_6.py │ │ ├── unary=8_7.py │ │ ├── unary=8_8.py │ │ └── unary=8_9.py │ └── unary=9 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=9_1.py │ │ ├── unary=9_10.py │ │ ├── unary=9_2.py │ │ ├── unary=9_3.py │ │ ├── unary=9_4.py │ │ ├── unary=9_5.py │ │ ├── unary=9_6.py │ │ ├── unary=9_7.py │ │ ├── unary=9_8.py │ │ └── unary=9_9.py │ ├── step20-3shot │ ├── addmm │ │ ├── addmm_1.py │ │ ├── addmm_10.py │ │ ├── addmm_2.py │ │ ├── addmm_3.py │ │ ├── addmm_4.py │ │ ├── addmm_5.py │ │ ├── addmm_6.py │ │ ├── addmm_7.py │ │ ├── addmm_8.py │ │ ├── addmm_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── binary=0 │ │ ├── binary=0_1.py │ │ ├── binary=0_10.py │ │ ├── binary=0_2.py │ │ ├── binary=0_3.py │ │ ├── binary=0_4.py │ │ ├── binary=0_5.py │ │ ├── binary=0_6.py │ │ ├── binary=0_7.py │ │ ├── binary=0_8.py │ │ ├── binary=0_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── binary=10 │ │ ├── binary=10_1.py │ │ ├── binary=10_10.py │ │ ├── binary=10_2.py │ │ ├── binary=10_3.py │ │ ├── binary=10_4.py │ │ ├── binary=10_5.py │ │ ├── binary=10_6.py │ │ ├── binary=10_7.py │ │ ├── binary=10_8.py │ │ ├── binary=10_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── binary=2 │ │ ├── binary=2_1.py │ │ ├── binary=2_10.py │ │ ├── binary=2_2.py │ │ ├── binary=2_3.py │ │ ├── binary=2_4.py │ │ ├── binary=2_5.py │ │ ├── binary=2_6.py │ │ ├── binary=2_7.py │ │ ├── binary=2_8.py │ │ ├── binary=2_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── binary=4 │ │ ├── binary=4_1.py │ │ ├── binary=4_10.py │ │ ├── binary=4_2.py │ │ ├── binary=4_3.py │ │ ├── binary=4_4.py │ │ ├── binary=4_5.py │ │ ├── binary=4_6.py │ │ ├── binary=4_7.py │ │ ├── binary=4_8.py │ │ ├── binary=4_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── binary=6 │ │ ├── binary=6_1.py │ │ ├── binary=6_10.py │ │ ├── binary=6_2.py │ │ ├── binary=6_3.py │ │ ├── binary=6_4.py │ │ ├── binary=6_5.py │ │ ├── binary=6_6.py │ │ ├── binary=6_7.py │ │ ├── binary=6_8.py │ │ ├── binary=6_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── binary=8 │ │ ├── binary=8_1.py │ │ ├── binary=8_10.py │ │ ├── binary=8_2.py │ │ ├── binary=8_3.py │ │ ├── binary=8_4.py │ │ ├── binary=8_5.py │ │ ├── binary=8_6.py │ │ ├── binary=8_7.py │ │ ├── binary=8_8.py │ │ ├── binary=8_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── binary_unary=0 │ │ ├── binary_unary=0_1.py │ │ ├── binary_unary=0_10.py │ │ ├── binary_unary=0_2.py │ │ ├── binary_unary=0_3.py │ │ ├── binary_unary=0_4.py │ │ ├── binary_unary=0_5.py │ │ ├── binary_unary=0_6.py │ │ ├── binary_unary=0_7.py │ │ ├── binary_unary=0_8.py │ │ ├── binary_unary=0_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── binary_unary=10 │ │ ├── binary_unary=10_1.py │ │ ├── binary_unary=10_10.py │ │ ├── binary_unary=10_2.py │ │ ├── binary_unary=10_3.py │ │ ├── binary_unary=10_4.py │ │ ├── binary_unary=10_5.py │ │ ├── binary_unary=10_6.py │ │ ├── binary_unary=10_7.py │ │ ├── binary_unary=10_8.py │ │ ├── binary_unary=10_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── binary_unary=2 │ │ ├── binary_unary=2_1.py │ │ ├── binary_unary=2_10.py │ │ ├── binary_unary=2_2.py │ │ ├── binary_unary=2_3.py │ │ ├── binary_unary=2_4.py │ │ ├── binary_unary=2_5.py │ │ ├── binary_unary=2_6.py │ │ ├── binary_unary=2_7.py │ │ ├── binary_unary=2_8.py │ │ ├── binary_unary=2_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── binary_unary=4 │ │ ├── binary_unary=4_1.py │ │ ├── binary_unary=4_10.py │ │ ├── binary_unary=4_2.py │ │ ├── binary_unary=4_3.py │ │ ├── binary_unary=4_4.py │ │ ├── binary_unary=4_5.py │ │ ├── binary_unary=4_6.py │ │ ├── binary_unary=4_7.py │ │ ├── binary_unary=4_8.py │ │ ├── binary_unary=4_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── binary_unary=6 │ │ ├── binary_unary=6_1.py │ │ ├── binary_unary=6_10.py │ │ ├── binary_unary=6_2.py │ │ ├── binary_unary=6_3.py │ │ ├── binary_unary=6_4.py │ │ ├── binary_unary=6_5.py │ │ ├── binary_unary=6_6.py │ │ ├── binary_unary=6_7.py │ │ ├── binary_unary=6_8.py │ │ ├── binary_unary=6_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── binary_unary=8 │ │ ├── binary_unary=8_1.py │ │ ├── binary_unary=8_10.py │ │ ├── binary_unary=8_2.py │ │ ├── binary_unary=8_3.py │ │ ├── binary_unary=8_4.py │ │ ├── binary_unary=8_5.py │ │ ├── binary_unary=8_6.py │ │ ├── binary_unary=8_7.py │ │ ├── binary_unary=8_8.py │ │ ├── binary_unary=8_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── cat_addmm │ │ ├── cat_addmm_1.py │ │ ├── cat_addmm_10.py │ │ ├── cat_addmm_2.py │ │ ├── cat_addmm_3.py │ │ ├── cat_addmm_4.py │ │ ├── cat_addmm_5.py │ │ ├── cat_addmm_6.py │ │ ├── cat_addmm_7.py │ │ ├── cat_addmm_8.py │ │ ├── cat_addmm_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── cat_mm │ │ ├── cat_mm_1.py │ │ ├── cat_mm_10.py │ │ ├── cat_mm_2.py │ │ ├── cat_mm_3.py │ │ ├── cat_mm_4.py │ │ ├── cat_mm_5.py │ │ ├── cat_mm_6.py │ │ ├── cat_mm_7.py │ │ ├── cat_mm_8.py │ │ ├── cat_mm_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── cat_slice_cat │ │ ├── cat_slice_cat_1.py │ │ ├── cat_slice_cat_10.py │ │ ├── cat_slice_cat_2.py │ │ ├── cat_slice_cat_3.py │ │ ├── cat_slice_cat_4.py │ │ ├── cat_slice_cat_5.py │ │ ├── cat_slice_cat_6.py │ │ ├── cat_slice_cat_7.py │ │ ├── cat_slice_cat_8.py │ │ ├── cat_slice_cat_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── fuse_conv_bn │ │ ├── fuse_conv_bn_1.py │ │ ├── fuse_conv_bn_10.py │ │ ├── fuse_conv_bn_2.py │ │ ├── fuse_conv_bn_3.py │ │ ├── fuse_conv_bn_4.py │ │ ├── fuse_conv_bn_5.py │ │ ├── fuse_conv_bn_6.py │ │ ├── fuse_conv_bn_7.py │ │ ├── fuse_conv_bn_8.py │ │ ├── fuse_conv_bn_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── linear_permute_fusion │ │ ├── linear_permute_fusion_1.py │ │ ├── linear_permute_fusion_10.py │ │ ├── linear_permute_fusion_2.py │ │ ├── linear_permute_fusion_3.py │ │ ├── linear_permute_fusion_4.py │ │ ├── linear_permute_fusion_5.py │ │ ├── linear_permute_fusion_6.py │ │ ├── linear_permute_fusion_7.py │ │ ├── linear_permute_fusion_8.py │ │ ├── linear_permute_fusion_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── mm_plus_mm │ │ ├── mm_plus_mm_1.py │ │ ├── mm_plus_mm_10.py │ │ ├── mm_plus_mm_2.py │ │ ├── mm_plus_mm_3.py │ │ ├── mm_plus_mm_4.py │ │ ├── mm_plus_mm_5.py │ │ ├── mm_plus_mm_6.py │ │ ├── mm_plus_mm_7.py │ │ ├── mm_plus_mm_8.py │ │ ├── mm_plus_mm_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── outputs.json │ ├── permute_linear_fusion │ │ ├── permute_linear_fusion_1.py │ │ ├── permute_linear_fusion_10.py │ │ ├── permute_linear_fusion_2.py │ │ ├── permute_linear_fusion_3.py │ │ ├── permute_linear_fusion_4.py │ │ ├── permute_linear_fusion_5.py │ │ ├── permute_linear_fusion_6.py │ │ ├── permute_linear_fusion_7.py │ │ ├── permute_linear_fusion_8.py │ │ ├── permute_linear_fusion_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── permute_matmul_fusion │ │ ├── permute_matmul_fusion_1.py │ │ ├── permute_matmul_fusion_10.py │ │ ├── permute_matmul_fusion_2.py │ │ ├── permute_matmul_fusion_3.py │ │ ├── permute_matmul_fusion_4.py │ │ ├── permute_matmul_fusion_5.py │ │ ├── permute_matmul_fusion_6.py │ │ ├── permute_matmul_fusion_7.py │ │ ├── permute_matmul_fusion_8.py │ │ ├── permute_matmul_fusion_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── pointless_cumsum_replacement │ │ ├── pointless_cumsum_replacement_1.py │ │ ├── pointless_cumsum_replacement_10.py │ │ ├── pointless_cumsum_replacement_2.py │ │ ├── pointless_cumsum_replacement_3.py │ │ ├── pointless_cumsum_replacement_4.py │ │ ├── pointless_cumsum_replacement_5.py │ │ ├── pointless_cumsum_replacement_6.py │ │ ├── pointless_cumsum_replacement_7.py │ │ ├── pointless_cumsum_replacement_8.py │ │ ├── pointless_cumsum_replacement_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── replace_fx │ │ ├── prompt.txt │ │ ├── replace_fx_1.py │ │ ├── replace_fx_10.py │ │ ├── replace_fx_2.py │ │ ├── replace_fx_3.py │ │ ├── replace_fx_4.py │ │ ├── replace_fx_5.py │ │ ├── replace_fx_6.py │ │ ├── replace_fx_7.py │ │ ├── replace_fx_8.py │ │ ├── replace_fx_9.py │ │ └── time.txt │ ├── sfdp=0 │ │ ├── prompt.txt │ │ ├── sfdp=0_1.py │ │ ├── sfdp=0_10.py │ │ ├── sfdp=0_2.py │ │ ├── sfdp=0_3.py │ │ ├── sfdp=0_4.py │ │ ├── sfdp=0_5.py │ │ ├── sfdp=0_6.py │ │ ├── sfdp=0_7.py │ │ ├── sfdp=0_8.py │ │ ├── sfdp=0_9.py │ │ └── time.txt │ ├── sfdp=1 │ │ ├── prompt.txt │ │ ├── sfdp=1_1.py │ │ ├── sfdp=1_10.py │ │ ├── sfdp=1_2.py │ │ ├── sfdp=1_3.py │ │ ├── sfdp=1_4.py │ │ ├── sfdp=1_5.py │ │ ├── sfdp=1_6.py │ │ ├── sfdp=1_7.py │ │ ├── sfdp=1_8.py │ │ ├── sfdp=1_9.py │ │ └── time.txt │ ├── sfdp=2 │ │ ├── prompt.txt │ │ ├── sfdp=2_1.py │ │ ├── sfdp=2_10.py │ │ ├── sfdp=2_2.py │ │ ├── sfdp=2_3.py │ │ ├── sfdp=2_4.py │ │ ├── sfdp=2_5.py │ │ ├── sfdp=2_6.py │ │ ├── sfdp=2_7.py │ │ ├── sfdp=2_8.py │ │ ├── sfdp=2_9.py │ │ └── time.txt │ ├── sfdp=3 │ │ ├── prompt.txt │ │ ├── sfdp=3_1.py │ │ ├── sfdp=3_10.py │ │ ├── sfdp=3_2.py │ │ ├── sfdp=3_3.py │ │ ├── sfdp=3_4.py │ │ ├── sfdp=3_5.py │ │ ├── sfdp=3_6.py │ │ ├── sfdp=3_7.py │ │ ├── sfdp=3_8.py │ │ ├── sfdp=3_9.py │ │ └── time.txt │ ├── sfdp=4 │ │ ├── prompt.txt │ │ ├── sfdp=4_1.py │ │ ├── sfdp=4_10.py │ │ ├── sfdp=4_2.py │ │ ├── sfdp=4_3.py │ │ ├── sfdp=4_4.py │ │ ├── sfdp=4_5.py │ │ ├── sfdp=4_6.py │ │ ├── sfdp=4_7.py │ │ ├── sfdp=4_8.py │ │ ├── sfdp=4_9.py │ │ └── time.txt │ ├── sfdp=5 │ │ ├── prompt.txt │ │ ├── sfdp=5_1.py │ │ ├── sfdp=5_10.py │ │ ├── sfdp=5_2.py │ │ ├── sfdp=5_3.py │ │ ├── sfdp=5_4.py │ │ ├── sfdp=5_5.py │ │ ├── sfdp=5_6.py │ │ ├── sfdp=5_7.py │ │ ├── sfdp=5_8.py │ │ ├── sfdp=5_9.py │ │ └── time.txt │ ├── sink_cat_after_pointwise │ │ ├── prompt.txt │ │ ├── sink_cat_after_pointwise_1.py │ │ ├── sink_cat_after_pointwise_10.py │ │ ├── sink_cat_after_pointwise_2.py │ │ ├── sink_cat_after_pointwise_3.py │ │ ├── sink_cat_after_pointwise_4.py │ │ ├── sink_cat_after_pointwise_5.py │ │ ├── sink_cat_after_pointwise_6.py │ │ ├── sink_cat_after_pointwise_7.py │ │ ├── sink_cat_after_pointwise_8.py │ │ ├── sink_cat_after_pointwise_9.py │ │ └── time.txt │ ├── splitwithsizes_cat_replace │ │ ├── prompt.txt │ │ ├── splitwithsizes_cat_replace_1.py │ │ ├── splitwithsizes_cat_replace_10.py │ │ ├── splitwithsizes_cat_replace_2.py │ │ ├── splitwithsizes_cat_replace_3.py │ │ ├── splitwithsizes_cat_replace_4.py │ │ ├── splitwithsizes_cat_replace_5.py │ │ ├── splitwithsizes_cat_replace_6.py │ │ ├── splitwithsizes_cat_replace_7.py │ │ ├── splitwithsizes_cat_replace_8.py │ │ ├── splitwithsizes_cat_replace_9.py │ │ └── time.txt │ ├── unary=0 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=0_1.py │ │ ├── unary=0_10.py │ │ ├── unary=0_2.py │ │ ├── unary=0_3.py │ │ ├── unary=0_4.py │ │ ├── unary=0_5.py │ │ ├── unary=0_6.py │ │ ├── unary=0_7.py │ │ ├── unary=0_8.py │ │ └── unary=0_9.py │ ├── unary=1 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=1_1.py │ │ ├── unary=1_10.py │ │ ├── unary=1_2.py │ │ ├── unary=1_3.py │ │ ├── unary=1_4.py │ │ ├── unary=1_5.py │ │ ├── unary=1_6.py │ │ ├── unary=1_7.py │ │ ├── unary=1_8.py │ │ └── unary=1_9.py │ ├── unary=10 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=10_1.py │ │ ├── unary=10_10.py │ │ ├── unary=10_2.py │ │ ├── unary=10_3.py │ │ ├── unary=10_4.py │ │ ├── unary=10_5.py │ │ ├── unary=10_6.py │ │ ├── unary=10_7.py │ │ ├── unary=10_8.py │ │ └── unary=10_9.py │ ├── unary=11 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=11_1.py │ │ ├── unary=11_10.py │ │ ├── unary=11_2.py │ │ ├── unary=11_3.py │ │ ├── unary=11_4.py │ │ ├── unary=11_5.py │ │ ├── unary=11_6.py │ │ ├── unary=11_7.py │ │ ├── unary=11_8.py │ │ └── unary=11_9.py │ ├── unary=12 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=12_1.py │ │ ├── unary=12_10.py │ │ ├── unary=12_2.py │ │ ├── unary=12_3.py │ │ ├── unary=12_4.py │ │ ├── unary=12_5.py │ │ ├── unary=12_6.py │ │ ├── unary=12_7.py │ │ ├── unary=12_8.py │ │ └── unary=12_9.py │ ├── unary=13 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=13_1.py │ │ ├── unary=13_10.py │ │ ├── unary=13_2.py │ │ ├── unary=13_3.py │ │ ├── unary=13_4.py │ │ ├── unary=13_5.py │ │ ├── unary=13_6.py │ │ ├── unary=13_7.py │ │ ├── unary=13_8.py │ │ └── unary=13_9.py │ ├── unary=14 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=14_1.py │ │ ├── unary=14_10.py │ │ ├── unary=14_2.py │ │ ├── unary=14_3.py │ │ ├── unary=14_4.py │ │ ├── unary=14_5.py │ │ ├── unary=14_6.py │ │ ├── unary=14_7.py │ │ ├── unary=14_8.py │ │ └── unary=14_9.py │ ├── unary=15 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=15_1.py │ │ ├── unary=15_10.py │ │ ├── unary=15_2.py │ │ ├── unary=15_3.py │ │ ├── unary=15_4.py │ │ ├── unary=15_5.py │ │ ├── unary=15_6.py │ │ ├── unary=15_7.py │ │ ├── unary=15_8.py │ │ └── unary=15_9.py │ ├── unary=16 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=16_1.py │ │ ├── unary=16_10.py │ │ ├── unary=16_2.py │ │ ├── unary=16_3.py │ │ ├── unary=16_4.py │ │ ├── unary=16_5.py │ │ ├── unary=16_6.py │ │ ├── unary=16_7.py │ │ ├── unary=16_8.py │ │ └── unary=16_9.py │ ├── unary=17 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=17_1.py │ │ ├── unary=17_10.py │ │ ├── unary=17_2.py │ │ ├── unary=17_3.py │ │ ├── unary=17_4.py │ │ ├── unary=17_5.py │ │ ├── unary=17_6.py │ │ ├── unary=17_7.py │ │ ├── unary=17_8.py │ │ └── unary=17_9.py │ ├── unary=18 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=18_1.py │ │ ├── unary=18_10.py │ │ ├── unary=18_2.py │ │ ├── unary=18_3.py │ │ ├── unary=18_4.py │ │ ├── unary=18_5.py │ │ ├── unary=18_6.py │ │ ├── unary=18_7.py │ │ ├── unary=18_8.py │ │ └── unary=18_9.py │ ├── unary=19 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=19_1.py │ │ ├── unary=19_10.py │ │ ├── unary=19_2.py │ │ ├── unary=19_3.py │ │ ├── unary=19_4.py │ │ ├── unary=19_5.py │ │ ├── unary=19_6.py │ │ ├── unary=19_7.py │ │ ├── unary=19_8.py │ │ └── unary=19_9.py │ ├── unary=2 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=2_1.py │ │ ├── unary=2_10.py │ │ ├── unary=2_2.py │ │ ├── unary=2_3.py │ │ ├── unary=2_4.py │ │ ├── unary=2_5.py │ │ ├── unary=2_6.py │ │ ├── unary=2_7.py │ │ ├── unary=2_8.py │ │ └── unary=2_9.py │ ├── unary=20 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=20_1.py │ │ ├── unary=20_10.py │ │ ├── unary=20_2.py │ │ ├── unary=20_3.py │ │ ├── unary=20_4.py │ │ ├── unary=20_5.py │ │ ├── unary=20_6.py │ │ ├── unary=20_7.py │ │ ├── unary=20_8.py │ │ └── unary=20_9.py │ ├── unary=21 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=21_1.py │ │ ├── unary=21_10.py │ │ ├── unary=21_2.py │ │ ├── unary=21_3.py │ │ ├── unary=21_4.py │ │ ├── unary=21_5.py │ │ ├── unary=21_6.py │ │ ├── unary=21_7.py │ │ ├── unary=21_8.py │ │ └── unary=21_9.py │ ├── unary=22 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=22_1.py │ │ ├── unary=22_10.py │ │ ├── unary=22_2.py │ │ ├── unary=22_3.py │ │ ├── unary=22_4.py │ │ ├── unary=22_5.py │ │ ├── unary=22_6.py │ │ ├── unary=22_7.py │ │ ├── unary=22_8.py │ │ └── unary=22_9.py │ ├── unary=23 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=23_1.py │ │ ├── unary=23_10.py │ │ ├── unary=23_2.py │ │ ├── unary=23_3.py │ │ ├── unary=23_4.py │ │ ├── unary=23_5.py │ │ ├── unary=23_6.py │ │ ├── unary=23_7.py │ │ ├── unary=23_8.py │ │ └── unary=23_9.py │ ├── unary=24 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=24_1.py │ │ ├── unary=24_10.py │ │ ├── unary=24_2.py │ │ ├── unary=24_3.py │ │ ├── unary=24_4.py │ │ ├── unary=24_5.py │ │ ├── unary=24_6.py │ │ ├── unary=24_7.py │ │ ├── unary=24_8.py │ │ └── unary=24_9.py │ ├── unary=25 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=25_1.py │ │ ├── unary=25_10.py │ │ ├── unary=25_2.py │ │ ├── unary=25_3.py │ │ ├── unary=25_4.py │ │ ├── unary=25_5.py │ │ ├── unary=25_6.py │ │ ├── unary=25_7.py │ │ ├── unary=25_8.py │ │ └── unary=25_9.py │ ├── unary=26 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=26_1.py │ │ ├── unary=26_10.py │ │ ├── unary=26_2.py │ │ ├── unary=26_3.py │ │ ├── unary=26_4.py │ │ ├── unary=26_5.py │ │ ├── unary=26_6.py │ │ ├── unary=26_7.py │ │ ├── unary=26_8.py │ │ └── unary=26_9.py │ ├── unary=27 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=27_1.py │ │ ├── unary=27_10.py │ │ ├── unary=27_2.py │ │ ├── unary=27_3.py │ │ ├── unary=27_4.py │ │ ├── unary=27_5.py │ │ ├── unary=27_6.py │ │ ├── unary=27_7.py │ │ ├── unary=27_8.py │ │ └── unary=27_9.py │ ├── unary=28 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=28_1.py │ │ ├── unary=28_10.py │ │ ├── unary=28_2.py │ │ ├── unary=28_3.py │ │ ├── unary=28_4.py │ │ ├── unary=28_5.py │ │ ├── unary=28_6.py │ │ ├── unary=28_7.py │ │ ├── unary=28_8.py │ │ └── unary=28_9.py │ ├── unary=29 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=29_1.py │ │ ├── unary=29_10.py │ │ ├── unary=29_2.py │ │ ├── unary=29_3.py │ │ ├── unary=29_4.py │ │ ├── unary=29_5.py │ │ ├── unary=29_6.py │ │ ├── unary=29_7.py │ │ ├── unary=29_8.py │ │ └── unary=29_9.py │ ├── unary=3 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=3_1.py │ │ ├── unary=3_10.py │ │ ├── unary=3_2.py │ │ ├── unary=3_3.py │ │ ├── unary=3_4.py │ │ ├── unary=3_5.py │ │ ├── unary=3_6.py │ │ ├── unary=3_7.py │ │ ├── unary=3_8.py │ │ └── unary=3_9.py │ ├── unary=4 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=4_1.py │ │ ├── unary=4_10.py │ │ ├── unary=4_2.py │ │ ├── unary=4_3.py │ │ ├── unary=4_4.py │ │ ├── unary=4_5.py │ │ ├── unary=4_6.py │ │ ├── unary=4_7.py │ │ ├── unary=4_8.py │ │ └── unary=4_9.py │ ├── unary=5 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=5_1.py │ │ ├── unary=5_10.py │ │ ├── unary=5_2.py │ │ ├── unary=5_3.py │ │ ├── unary=5_4.py │ │ ├── unary=5_5.py │ │ ├── unary=5_6.py │ │ ├── unary=5_7.py │ │ ├── unary=5_8.py │ │ └── unary=5_9.py │ ├── unary=6 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=6_1.py │ │ ├── unary=6_10.py │ │ ├── unary=6_2.py │ │ ├── unary=6_3.py │ │ ├── unary=6_4.py │ │ ├── unary=6_5.py │ │ ├── unary=6_6.py │ │ ├── unary=6_7.py │ │ ├── unary=6_8.py │ │ └── unary=6_9.py │ ├── unary=7 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=7_1.py │ │ ├── unary=7_10.py │ │ ├── unary=7_2.py │ │ ├── unary=7_3.py │ │ ├── unary=7_4.py │ │ ├── unary=7_5.py │ │ ├── unary=7_6.py │ │ ├── unary=7_7.py │ │ ├── unary=7_8.py │ │ └── unary=7_9.py │ ├── unary=8 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=8_1.py │ │ ├── unary=8_10.py │ │ ├── unary=8_2.py │ │ ├── unary=8_3.py │ │ ├── unary=8_4.py │ │ ├── unary=8_5.py │ │ ├── unary=8_6.py │ │ ├── unary=8_7.py │ │ ├── unary=8_8.py │ │ └── unary=8_9.py │ └── unary=9 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=9_1.py │ │ ├── unary=9_10.py │ │ ├── unary=9_2.py │ │ ├── unary=9_3.py │ │ ├── unary=9_4.py │ │ ├── unary=9_5.py │ │ ├── unary=9_6.py │ │ ├── unary=9_7.py │ │ ├── unary=9_8.py │ │ └── unary=9_9.py │ ├── step21-3shot │ ├── addmm │ │ ├── addmm_1.py │ │ ├── addmm_10.py │ │ ├── addmm_2.py │ │ ├── addmm_3.py │ │ ├── addmm_4.py │ │ ├── addmm_5.py │ │ ├── addmm_6.py │ │ ├── addmm_7.py │ │ ├── addmm_8.py │ │ ├── addmm_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── binary=0 │ │ ├── binary=0_1.py │ │ ├── binary=0_10.py │ │ ├── binary=0_2.py │ │ ├── binary=0_3.py │ │ ├── binary=0_4.py │ │ ├── binary=0_5.py │ │ ├── binary=0_6.py │ │ ├── binary=0_7.py │ │ ├── binary=0_8.py │ │ ├── binary=0_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── binary=10 │ │ ├── binary=10_1.py │ │ ├── binary=10_10.py │ │ ├── binary=10_2.py │ │ ├── binary=10_3.py │ │ ├── binary=10_4.py │ │ ├── binary=10_5.py │ │ ├── binary=10_6.py │ │ ├── binary=10_7.py │ │ ├── binary=10_8.py │ │ ├── binary=10_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── binary=2 │ │ ├── binary=2_1.py │ │ ├── binary=2_10.py │ │ ├── binary=2_2.py │ │ ├── binary=2_3.py │ │ ├── binary=2_4.py │ │ ├── binary=2_5.py │ │ ├── binary=2_6.py │ │ ├── binary=2_7.py │ │ ├── binary=2_8.py │ │ ├── binary=2_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── binary=4 │ │ ├── binary=4_1.py │ │ ├── binary=4_10.py │ │ ├── binary=4_2.py │ │ ├── binary=4_3.py │ │ ├── binary=4_4.py │ │ ├── binary=4_5.py │ │ ├── binary=4_6.py │ │ ├── binary=4_7.py │ │ ├── binary=4_8.py │ │ ├── binary=4_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── binary=6 │ │ ├── binary=6_1.py │ │ ├── binary=6_10.py │ │ ├── binary=6_2.py │ │ ├── binary=6_3.py │ │ ├── binary=6_4.py │ │ ├── binary=6_5.py │ │ ├── binary=6_6.py │ │ ├── binary=6_7.py │ │ ├── binary=6_8.py │ │ ├── binary=6_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── binary=8 │ │ ├── binary=8_1.py │ │ ├── binary=8_10.py │ │ ├── binary=8_2.py │ │ ├── binary=8_3.py │ │ ├── binary=8_4.py │ │ ├── binary=8_5.py │ │ ├── binary=8_6.py │ │ ├── binary=8_7.py │ │ ├── binary=8_8.py │ │ ├── binary=8_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── binary_unary=0 │ │ ├── binary_unary=0_1.py │ │ ├── binary_unary=0_10.py │ │ ├── binary_unary=0_2.py │ │ ├── binary_unary=0_3.py │ │ ├── binary_unary=0_4.py │ │ ├── binary_unary=0_5.py │ │ ├── binary_unary=0_6.py │ │ ├── binary_unary=0_7.py │ │ ├── binary_unary=0_8.py │ │ ├── binary_unary=0_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── binary_unary=10 │ │ ├── binary_unary=10_1.py │ │ ├── binary_unary=10_10.py │ │ ├── binary_unary=10_2.py │ │ ├── binary_unary=10_3.py │ │ ├── binary_unary=10_4.py │ │ ├── binary_unary=10_5.py │ │ ├── binary_unary=10_6.py │ │ ├── binary_unary=10_7.py │ │ ├── binary_unary=10_8.py │ │ ├── binary_unary=10_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── binary_unary=2 │ │ ├── binary_unary=2_1.py │ │ ├── binary_unary=2_10.py │ │ ├── binary_unary=2_2.py │ │ ├── binary_unary=2_3.py │ │ ├── binary_unary=2_4.py │ │ ├── binary_unary=2_5.py │ │ ├── binary_unary=2_6.py │ │ ├── binary_unary=2_7.py │ │ ├── binary_unary=2_8.py │ │ ├── binary_unary=2_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── binary_unary=4 │ │ ├── binary_unary=4_1.py │ │ ├── binary_unary=4_10.py │ │ ├── binary_unary=4_2.py │ │ ├── binary_unary=4_3.py │ │ ├── binary_unary=4_4.py │ │ ├── binary_unary=4_5.py │ │ ├── binary_unary=4_6.py │ │ ├── binary_unary=4_7.py │ │ ├── binary_unary=4_8.py │ │ ├── binary_unary=4_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── binary_unary=6 │ │ ├── binary_unary=6_1.py │ │ ├── binary_unary=6_10.py │ │ ├── binary_unary=6_2.py │ │ ├── binary_unary=6_3.py │ │ ├── binary_unary=6_4.py │ │ ├── binary_unary=6_5.py │ │ ├── binary_unary=6_6.py │ │ ├── binary_unary=6_7.py │ │ ├── binary_unary=6_8.py │ │ ├── binary_unary=6_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── binary_unary=8 │ │ ├── binary_unary=8_1.py │ │ ├── binary_unary=8_10.py │ │ ├── binary_unary=8_2.py │ │ ├── binary_unary=8_3.py │ │ ├── binary_unary=8_4.py │ │ ├── binary_unary=8_5.py │ │ ├── binary_unary=8_6.py │ │ ├── binary_unary=8_7.py │ │ ├── binary_unary=8_8.py │ │ ├── binary_unary=8_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── cat_addmm │ │ ├── cat_addmm_1.py │ │ ├── cat_addmm_10.py │ │ ├── cat_addmm_2.py │ │ ├── cat_addmm_3.py │ │ ├── cat_addmm_4.py │ │ ├── cat_addmm_5.py │ │ ├── cat_addmm_6.py │ │ ├── cat_addmm_7.py │ │ ├── cat_addmm_8.py │ │ ├── cat_addmm_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── cat_mm │ │ ├── cat_mm_1.py │ │ ├── cat_mm_10.py │ │ ├── cat_mm_2.py │ │ ├── cat_mm_3.py │ │ ├── cat_mm_4.py │ │ ├── cat_mm_5.py │ │ ├── cat_mm_6.py │ │ ├── cat_mm_7.py │ │ ├── cat_mm_8.py │ │ ├── cat_mm_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── cat_slice_cat │ │ ├── cat_slice_cat_1.py │ │ ├── cat_slice_cat_10.py │ │ ├── cat_slice_cat_2.py │ │ ├── cat_slice_cat_3.py │ │ ├── cat_slice_cat_4.py │ │ ├── cat_slice_cat_5.py │ │ ├── cat_slice_cat_6.py │ │ ├── cat_slice_cat_7.py │ │ ├── cat_slice_cat_8.py │ │ ├── cat_slice_cat_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── fuse_conv_bn │ │ ├── fuse_conv_bn_1.py │ │ ├── fuse_conv_bn_10.py │ │ ├── fuse_conv_bn_2.py │ │ ├── fuse_conv_bn_3.py │ │ ├── fuse_conv_bn_4.py │ │ ├── fuse_conv_bn_5.py │ │ ├── fuse_conv_bn_6.py │ │ ├── fuse_conv_bn_7.py │ │ ├── fuse_conv_bn_8.py │ │ ├── fuse_conv_bn_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── linear_permute_fusion │ │ ├── linear_permute_fusion_1.py │ │ ├── linear_permute_fusion_10.py │ │ ├── linear_permute_fusion_2.py │ │ ├── linear_permute_fusion_3.py │ │ ├── linear_permute_fusion_4.py │ │ ├── linear_permute_fusion_5.py │ │ ├── linear_permute_fusion_6.py │ │ ├── linear_permute_fusion_7.py │ │ ├── linear_permute_fusion_8.py │ │ ├── linear_permute_fusion_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── mm_plus_mm │ │ ├── mm_plus_mm_1.py │ │ ├── mm_plus_mm_10.py │ │ ├── mm_plus_mm_2.py │ │ ├── mm_plus_mm_3.py │ │ ├── mm_plus_mm_4.py │ │ ├── mm_plus_mm_5.py │ │ ├── mm_plus_mm_6.py │ │ ├── mm_plus_mm_7.py │ │ ├── mm_plus_mm_8.py │ │ ├── mm_plus_mm_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── outputs.json │ ├── permute_linear_fusion │ │ ├── permute_linear_fusion_1.py │ │ ├── permute_linear_fusion_10.py │ │ ├── permute_linear_fusion_2.py │ │ ├── permute_linear_fusion_3.py │ │ ├── permute_linear_fusion_4.py │ │ ├── permute_linear_fusion_5.py │ │ ├── permute_linear_fusion_6.py │ │ ├── permute_linear_fusion_7.py │ │ ├── permute_linear_fusion_8.py │ │ ├── permute_linear_fusion_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── permute_matmul_fusion │ │ ├── permute_matmul_fusion_1.py │ │ ├── permute_matmul_fusion_10.py │ │ ├── permute_matmul_fusion_2.py │ │ ├── permute_matmul_fusion_3.py │ │ ├── permute_matmul_fusion_4.py │ │ ├── permute_matmul_fusion_5.py │ │ ├── permute_matmul_fusion_6.py │ │ ├── permute_matmul_fusion_7.py │ │ ├── permute_matmul_fusion_8.py │ │ ├── permute_matmul_fusion_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── pointless_cumsum_replacement │ │ ├── pointless_cumsum_replacement_1.py │ │ ├── pointless_cumsum_replacement_10.py │ │ ├── pointless_cumsum_replacement_2.py │ │ ├── pointless_cumsum_replacement_3.py │ │ ├── pointless_cumsum_replacement_4.py │ │ ├── pointless_cumsum_replacement_5.py │ │ ├── pointless_cumsum_replacement_6.py │ │ ├── pointless_cumsum_replacement_7.py │ │ ├── pointless_cumsum_replacement_8.py │ │ ├── pointless_cumsum_replacement_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── replace_fx │ │ ├── prompt.txt │ │ ├── replace_fx_1.py │ │ ├── replace_fx_10.py │ │ ├── replace_fx_2.py │ │ ├── replace_fx_3.py │ │ ├── replace_fx_4.py │ │ ├── replace_fx_5.py │ │ ├── replace_fx_6.py │ │ ├── replace_fx_7.py │ │ ├── replace_fx_8.py │ │ ├── replace_fx_9.py │ │ └── time.txt │ ├── sfdp=0 │ │ ├── prompt.txt │ │ ├── sfdp=0_1.py │ │ ├── sfdp=0_10.py │ │ ├── sfdp=0_2.py │ │ ├── sfdp=0_3.py │ │ ├── sfdp=0_4.py │ │ ├── sfdp=0_5.py │ │ ├── sfdp=0_6.py │ │ ├── sfdp=0_7.py │ │ ├── sfdp=0_8.py │ │ ├── sfdp=0_9.py │ │ └── time.txt │ ├── sfdp=1 │ │ ├── prompt.txt │ │ ├── sfdp=1_1.py │ │ ├── sfdp=1_10.py │ │ ├── sfdp=1_2.py │ │ ├── sfdp=1_3.py │ │ ├── sfdp=1_4.py │ │ ├── sfdp=1_5.py │ │ ├── sfdp=1_6.py │ │ ├── sfdp=1_7.py │ │ ├── sfdp=1_8.py │ │ ├── sfdp=1_9.py │ │ └── time.txt │ ├── sfdp=2 │ │ ├── prompt.txt │ │ ├── sfdp=2_1.py │ │ ├── sfdp=2_10.py │ │ ├── sfdp=2_2.py │ │ ├── sfdp=2_3.py │ │ ├── sfdp=2_4.py │ │ ├── sfdp=2_5.py │ │ ├── sfdp=2_6.py │ │ ├── sfdp=2_7.py │ │ ├── sfdp=2_8.py │ │ ├── sfdp=2_9.py │ │ └── time.txt │ ├── sfdp=3 │ │ ├── prompt.txt │ │ ├── sfdp=3_1.py │ │ ├── sfdp=3_10.py │ │ ├── sfdp=3_2.py │ │ ├── sfdp=3_3.py │ │ ├── sfdp=3_4.py │ │ ├── sfdp=3_5.py │ │ ├── sfdp=3_6.py │ │ ├── sfdp=3_7.py │ │ ├── sfdp=3_8.py │ │ ├── sfdp=3_9.py │ │ └── time.txt │ ├── sfdp=4 │ │ ├── prompt.txt │ │ ├── sfdp=4_1.py │ │ ├── sfdp=4_10.py │ │ ├── sfdp=4_2.py │ │ ├── sfdp=4_3.py │ │ ├── sfdp=4_4.py │ │ ├── sfdp=4_5.py │ │ ├── sfdp=4_6.py │ │ ├── sfdp=4_7.py │ │ ├── sfdp=4_8.py │ │ ├── sfdp=4_9.py │ │ └── time.txt │ ├── sfdp=5 │ │ ├── prompt.txt │ │ ├── sfdp=5_1.py │ │ ├── sfdp=5_10.py │ │ ├── sfdp=5_2.py │ │ ├── sfdp=5_3.py │ │ ├── sfdp=5_4.py │ │ ├── sfdp=5_5.py │ │ ├── sfdp=5_6.py │ │ ├── sfdp=5_7.py │ │ ├── sfdp=5_8.py │ │ ├── sfdp=5_9.py │ │ └── time.txt │ ├── sink_cat_after_pointwise │ │ ├── prompt.txt │ │ ├── sink_cat_after_pointwise_1.py │ │ ├── sink_cat_after_pointwise_10.py │ │ ├── sink_cat_after_pointwise_2.py │ │ ├── sink_cat_after_pointwise_3.py │ │ ├── sink_cat_after_pointwise_4.py │ │ ├── sink_cat_after_pointwise_5.py │ │ ├── sink_cat_after_pointwise_6.py │ │ ├── sink_cat_after_pointwise_7.py │ │ ├── sink_cat_after_pointwise_8.py │ │ ├── sink_cat_after_pointwise_9.py │ │ └── time.txt │ ├── splitwithsizes_cat_replace │ │ ├── prompt.txt │ │ ├── splitwithsizes_cat_replace_1.py │ │ ├── splitwithsizes_cat_replace_10.py │ │ ├── splitwithsizes_cat_replace_2.py │ │ ├── splitwithsizes_cat_replace_3.py │ │ ├── splitwithsizes_cat_replace_4.py │ │ ├── splitwithsizes_cat_replace_5.py │ │ ├── splitwithsizes_cat_replace_6.py │ │ ├── splitwithsizes_cat_replace_7.py │ │ ├── splitwithsizes_cat_replace_8.py │ │ ├── splitwithsizes_cat_replace_9.py │ │ └── time.txt │ ├── unary=0 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=0_1.py │ │ ├── unary=0_10.py │ │ ├── unary=0_2.py │ │ ├── unary=0_3.py │ │ ├── unary=0_4.py │ │ ├── unary=0_5.py │ │ ├── unary=0_6.py │ │ ├── unary=0_7.py │ │ ├── unary=0_8.py │ │ └── unary=0_9.py │ ├── unary=1 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=1_1.py │ │ ├── unary=1_10.py │ │ ├── unary=1_2.py │ │ ├── unary=1_3.py │ │ ├── unary=1_4.py │ │ ├── unary=1_5.py │ │ ├── unary=1_6.py │ │ ├── unary=1_7.py │ │ ├── unary=1_8.py │ │ └── unary=1_9.py │ ├── unary=10 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=10_1.py │ │ ├── unary=10_10.py │ │ ├── unary=10_2.py │ │ ├── unary=10_3.py │ │ ├── unary=10_4.py │ │ ├── unary=10_5.py │ │ ├── unary=10_6.py │ │ ├── unary=10_7.py │ │ ├── unary=10_8.py │ │ └── unary=10_9.py │ ├── unary=11 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=11_1.py │ │ ├── unary=11_10.py │ │ ├── unary=11_2.py │ │ ├── unary=11_3.py │ │ ├── unary=11_4.py │ │ ├── unary=11_5.py │ │ ├── unary=11_6.py │ │ ├── unary=11_7.py │ │ ├── unary=11_8.py │ │ └── unary=11_9.py │ ├── unary=12 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=12_1.py │ │ ├── unary=12_10.py │ │ ├── unary=12_2.py │ │ ├── unary=12_3.py │ │ ├── unary=12_4.py │ │ ├── unary=12_5.py │ │ ├── unary=12_6.py │ │ ├── unary=12_7.py │ │ ├── unary=12_8.py │ │ └── unary=12_9.py │ ├── unary=13 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=13_1.py │ │ ├── unary=13_10.py │ │ ├── unary=13_2.py │ │ ├── unary=13_3.py │ │ ├── unary=13_4.py │ │ ├── unary=13_5.py │ │ ├── unary=13_6.py │ │ ├── unary=13_7.py │ │ ├── unary=13_8.py │ │ └── unary=13_9.py │ ├── unary=14 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=14_1.py │ │ ├── unary=14_10.py │ │ ├── unary=14_2.py │ │ ├── unary=14_3.py │ │ ├── unary=14_4.py │ │ ├── unary=14_5.py │ │ ├── unary=14_6.py │ │ ├── unary=14_7.py │ │ ├── unary=14_8.py │ │ └── unary=14_9.py │ ├── unary=15 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=15_1.py │ │ ├── unary=15_10.py │ │ ├── unary=15_2.py │ │ ├── unary=15_3.py │ │ ├── unary=15_4.py │ │ ├── unary=15_5.py │ │ ├── unary=15_6.py │ │ ├── unary=15_7.py │ │ ├── unary=15_8.py │ │ └── unary=15_9.py │ ├── unary=16 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=16_1.py │ │ ├── unary=16_10.py │ │ ├── unary=16_2.py │ │ ├── unary=16_3.py │ │ ├── unary=16_4.py │ │ ├── unary=16_5.py │ │ ├── unary=16_6.py │ │ ├── unary=16_7.py │ │ ├── unary=16_8.py │ │ └── unary=16_9.py │ ├── unary=17 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=17_1.py │ │ ├── unary=17_10.py │ │ ├── unary=17_2.py │ │ ├── unary=17_3.py │ │ ├── unary=17_4.py │ │ ├── unary=17_5.py │ │ ├── unary=17_6.py │ │ ├── unary=17_7.py │ │ ├── unary=17_8.py │ │ └── unary=17_9.py │ ├── unary=18 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=18_1.py │ │ ├── unary=18_10.py │ │ ├── unary=18_2.py │ │ ├── unary=18_3.py │ │ ├── unary=18_4.py │ │ ├── unary=18_5.py │ │ ├── unary=18_6.py │ │ ├── unary=18_7.py │ │ ├── unary=18_8.py │ │ └── unary=18_9.py │ ├── unary=19 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=19_1.py │ │ ├── unary=19_10.py │ │ ├── unary=19_2.py │ │ ├── unary=19_3.py │ │ ├── unary=19_4.py │ │ ├── unary=19_5.py │ │ ├── unary=19_6.py │ │ ├── unary=19_7.py │ │ ├── unary=19_8.py │ │ └── unary=19_9.py │ ├── unary=2 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=2_1.py │ │ ├── unary=2_10.py │ │ ├── unary=2_2.py │ │ ├── unary=2_3.py │ │ ├── unary=2_4.py │ │ ├── unary=2_5.py │ │ ├── unary=2_6.py │ │ ├── unary=2_7.py │ │ ├── unary=2_8.py │ │ └── unary=2_9.py │ ├── unary=20 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=20_1.py │ │ ├── unary=20_10.py │ │ ├── unary=20_2.py │ │ ├── unary=20_3.py │ │ ├── unary=20_4.py │ │ ├── unary=20_5.py │ │ ├── unary=20_6.py │ │ ├── unary=20_7.py │ │ ├── unary=20_8.py │ │ └── unary=20_9.py │ ├── unary=21 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=21_1.py │ │ ├── unary=21_10.py │ │ ├── unary=21_2.py │ │ ├── unary=21_3.py │ │ ├── unary=21_4.py │ │ ├── unary=21_5.py │ │ ├── unary=21_6.py │ │ ├── unary=21_7.py │ │ ├── unary=21_8.py │ │ └── unary=21_9.py │ ├── unary=22 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=22_1.py │ │ ├── unary=22_10.py │ │ ├── unary=22_2.py │ │ ├── unary=22_3.py │ │ ├── unary=22_4.py │ │ ├── unary=22_5.py │ │ ├── unary=22_6.py │ │ ├── unary=22_7.py │ │ ├── unary=22_8.py │ │ └── unary=22_9.py │ ├── unary=23 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=23_1.py │ │ ├── unary=23_10.py │ │ ├── unary=23_2.py │ │ ├── unary=23_3.py │ │ ├── unary=23_4.py │ │ ├── unary=23_5.py │ │ ├── unary=23_6.py │ │ ├── unary=23_7.py │ │ ├── unary=23_8.py │ │ └── unary=23_9.py │ ├── unary=24 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=24_1.py │ │ ├── unary=24_10.py │ │ ├── unary=24_2.py │ │ ├── unary=24_3.py │ │ ├── unary=24_4.py │ │ ├── unary=24_5.py │ │ ├── unary=24_6.py │ │ ├── unary=24_7.py │ │ ├── unary=24_8.py │ │ └── unary=24_9.py │ ├── unary=25 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=25_1.py │ │ ├── unary=25_10.py │ │ ├── unary=25_2.py │ │ ├── unary=25_3.py │ │ ├── unary=25_4.py │ │ ├── unary=25_5.py │ │ ├── unary=25_6.py │ │ ├── unary=25_7.py │ │ ├── unary=25_8.py │ │ └── unary=25_9.py │ ├── unary=26 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=26_1.py │ │ ├── unary=26_10.py │ │ ├── unary=26_2.py │ │ ├── unary=26_3.py │ │ ├── unary=26_4.py │ │ ├── unary=26_5.py │ │ ├── unary=26_6.py │ │ ├── unary=26_7.py │ │ ├── unary=26_8.py │ │ └── unary=26_9.py │ ├── unary=27 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=27_1.py │ │ ├── unary=27_10.py │ │ ├── unary=27_2.py │ │ ├── unary=27_3.py │ │ ├── unary=27_4.py │ │ ├── unary=27_5.py │ │ ├── unary=27_6.py │ │ ├── unary=27_7.py │ │ ├── unary=27_8.py │ │ └── unary=27_9.py │ ├── unary=28 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=28_1.py │ │ ├── unary=28_10.py │ │ ├── unary=28_2.py │ │ ├── unary=28_3.py │ │ ├── unary=28_4.py │ │ ├── unary=28_5.py │ │ ├── unary=28_6.py │ │ ├── unary=28_7.py │ │ ├── unary=28_8.py │ │ └── unary=28_9.py │ ├── unary=29 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=29_1.py │ │ ├── unary=29_10.py │ │ ├── unary=29_2.py │ │ ├── unary=29_3.py │ │ ├── unary=29_4.py │ │ ├── unary=29_5.py │ │ ├── unary=29_6.py │ │ ├── unary=29_7.py │ │ ├── unary=29_8.py │ │ └── unary=29_9.py │ ├── unary=3 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=3_1.py │ │ ├── unary=3_10.py │ │ ├── unary=3_2.py │ │ ├── unary=3_3.py │ │ ├── unary=3_4.py │ │ ├── unary=3_5.py │ │ ├── unary=3_6.py │ │ ├── unary=3_7.py │ │ ├── unary=3_8.py │ │ └── unary=3_9.py │ ├── unary=4 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=4_1.py │ │ ├── unary=4_10.py │ │ ├── unary=4_2.py │ │ ├── unary=4_3.py │ │ ├── unary=4_4.py │ │ ├── unary=4_5.py │ │ ├── unary=4_6.py │ │ ├── unary=4_7.py │ │ ├── unary=4_8.py │ │ └── unary=4_9.py │ ├── unary=5 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=5_1.py │ │ ├── unary=5_10.py │ │ ├── unary=5_2.py │ │ ├── unary=5_3.py │ │ ├── unary=5_4.py │ │ ├── unary=5_5.py │ │ ├── unary=5_6.py │ │ ├── unary=5_7.py │ │ ├── unary=5_8.py │ │ └── unary=5_9.py │ ├── unary=6 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=6_1.py │ │ ├── unary=6_10.py │ │ ├── unary=6_2.py │ │ ├── unary=6_3.py │ │ ├── unary=6_4.py │ │ ├── unary=6_5.py │ │ ├── unary=6_6.py │ │ ├── unary=6_7.py │ │ ├── unary=6_8.py │ │ └── unary=6_9.py │ ├── unary=7 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=7_1.py │ │ ├── unary=7_10.py │ │ ├── unary=7_2.py │ │ ├── unary=7_3.py │ │ ├── unary=7_4.py │ │ ├── unary=7_5.py │ │ ├── unary=7_6.py │ │ ├── unary=7_7.py │ │ ├── unary=7_8.py │ │ └── unary=7_9.py │ ├── unary=8 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=8_1.py │ │ ├── unary=8_10.py │ │ ├── unary=8_2.py │ │ ├── unary=8_3.py │ │ ├── unary=8_4.py │ │ ├── unary=8_5.py │ │ ├── unary=8_6.py │ │ ├── unary=8_7.py │ │ ├── unary=8_8.py │ │ └── unary=8_9.py │ └── unary=9 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=9_1.py │ │ ├── unary=9_10.py │ │ ├── unary=9_2.py │ │ ├── unary=9_3.py │ │ ├── unary=9_4.py │ │ ├── unary=9_5.py │ │ ├── unary=9_6.py │ │ ├── unary=9_7.py │ │ ├── unary=9_8.py │ │ └── unary=9_9.py │ ├── step22-3shot │ ├── addmm │ │ ├── addmm_1.py │ │ ├── addmm_10.py │ │ ├── addmm_2.py │ │ ├── addmm_3.py │ │ ├── addmm_4.py │ │ ├── addmm_5.py │ │ ├── addmm_6.py │ │ ├── addmm_7.py │ │ ├── addmm_8.py │ │ ├── addmm_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── binary=0 │ │ ├── binary=0_1.py │ │ ├── binary=0_10.py │ │ ├── binary=0_2.py │ │ ├── binary=0_3.py │ │ ├── binary=0_4.py │ │ ├── binary=0_5.py │ │ ├── binary=0_6.py │ │ ├── binary=0_7.py │ │ ├── binary=0_8.py │ │ ├── binary=0_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── binary=10 │ │ ├── binary=10_1.py │ │ ├── binary=10_10.py │ │ ├── binary=10_2.py │ │ ├── binary=10_3.py │ │ ├── binary=10_4.py │ │ ├── binary=10_5.py │ │ ├── binary=10_6.py │ │ ├── binary=10_7.py │ │ ├── binary=10_8.py │ │ ├── binary=10_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── binary=2 │ │ ├── binary=2_1.py │ │ ├── binary=2_10.py │ │ ├── binary=2_2.py │ │ ├── binary=2_3.py │ │ ├── binary=2_4.py │ │ ├── binary=2_5.py │ │ ├── binary=2_6.py │ │ ├── binary=2_7.py │ │ ├── binary=2_8.py │ │ ├── binary=2_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── binary=4 │ │ ├── binary=4_1.py │ │ ├── binary=4_10.py │ │ ├── binary=4_2.py │ │ ├── binary=4_3.py │ │ ├── binary=4_4.py │ │ ├── binary=4_5.py │ │ ├── binary=4_6.py │ │ ├── binary=4_7.py │ │ ├── binary=4_8.py │ │ ├── binary=4_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── binary=6 │ │ ├── binary=6_1.py │ │ ├── binary=6_10.py │ │ ├── binary=6_2.py │ │ ├── binary=6_3.py │ │ ├── binary=6_4.py │ │ ├── binary=6_5.py │ │ ├── binary=6_6.py │ │ ├── binary=6_7.py │ │ ├── binary=6_8.py │ │ ├── binary=6_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── binary=8 │ │ ├── binary=8_1.py │ │ ├── binary=8_10.py │ │ ├── binary=8_2.py │ │ ├── binary=8_3.py │ │ ├── binary=8_4.py │ │ ├── binary=8_5.py │ │ ├── binary=8_6.py │ │ ├── binary=8_7.py │ │ ├── binary=8_8.py │ │ ├── binary=8_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── binary_unary=0 │ │ ├── binary_unary=0_1.py │ │ ├── binary_unary=0_10.py │ │ ├── binary_unary=0_2.py │ │ ├── binary_unary=0_3.py │ │ ├── binary_unary=0_4.py │ │ ├── binary_unary=0_5.py │ │ ├── binary_unary=0_6.py │ │ ├── binary_unary=0_7.py │ │ ├── binary_unary=0_8.py │ │ ├── binary_unary=0_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── binary_unary=10 │ │ ├── binary_unary=10_1.py │ │ ├── binary_unary=10_10.py │ │ ├── binary_unary=10_2.py │ │ ├── binary_unary=10_3.py │ │ ├── binary_unary=10_4.py │ │ ├── binary_unary=10_5.py │ │ ├── binary_unary=10_6.py │ │ ├── binary_unary=10_7.py │ │ ├── binary_unary=10_8.py │ │ ├── binary_unary=10_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── binary_unary=2 │ │ ├── binary_unary=2_1.py │ │ ├── binary_unary=2_10.py │ │ ├── binary_unary=2_2.py │ │ ├── binary_unary=2_3.py │ │ ├── binary_unary=2_4.py │ │ ├── binary_unary=2_5.py │ │ ├── binary_unary=2_6.py │ │ ├── binary_unary=2_7.py │ │ ├── binary_unary=2_8.py │ │ ├── binary_unary=2_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── binary_unary=4 │ │ ├── binary_unary=4_1.py │ │ ├── binary_unary=4_10.py │ │ ├── binary_unary=4_2.py │ │ ├── binary_unary=4_3.py │ │ ├── binary_unary=4_4.py │ │ ├── binary_unary=4_5.py │ │ ├── binary_unary=4_6.py │ │ ├── binary_unary=4_7.py │ │ ├── binary_unary=4_8.py │ │ ├── binary_unary=4_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── binary_unary=6 │ │ ├── binary_unary=6_1.py │ │ ├── binary_unary=6_10.py │ │ ├── binary_unary=6_2.py │ │ ├── binary_unary=6_3.py │ │ ├── binary_unary=6_4.py │ │ ├── binary_unary=6_5.py │ │ ├── binary_unary=6_6.py │ │ ├── binary_unary=6_7.py │ │ ├── binary_unary=6_8.py │ │ ├── binary_unary=6_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── binary_unary=8 │ │ ├── binary_unary=8_1.py │ │ ├── binary_unary=8_10.py │ │ ├── binary_unary=8_2.py │ │ ├── binary_unary=8_3.py │ │ ├── binary_unary=8_4.py │ │ ├── binary_unary=8_5.py │ │ ├── binary_unary=8_6.py │ │ ├── binary_unary=8_7.py │ │ ├── binary_unary=8_8.py │ │ ├── binary_unary=8_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── cat_addmm │ │ ├── cat_addmm_1.py │ │ ├── cat_addmm_10.py │ │ ├── cat_addmm_2.py │ │ ├── cat_addmm_3.py │ │ ├── cat_addmm_4.py │ │ ├── cat_addmm_5.py │ │ ├── cat_addmm_6.py │ │ ├── cat_addmm_7.py │ │ ├── cat_addmm_8.py │ │ ├── cat_addmm_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── cat_mm │ │ ├── cat_mm_1.py │ │ ├── cat_mm_10.py │ │ ├── cat_mm_2.py │ │ ├── cat_mm_3.py │ │ ├── cat_mm_4.py │ │ ├── cat_mm_5.py │ │ ├── cat_mm_6.py │ │ ├── cat_mm_7.py │ │ ├── cat_mm_8.py │ │ ├── cat_mm_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── cat_slice_cat │ │ ├── cat_slice_cat_1.py │ │ ├── cat_slice_cat_10.py │ │ ├── cat_slice_cat_2.py │ │ ├── cat_slice_cat_3.py │ │ ├── cat_slice_cat_4.py │ │ ├── cat_slice_cat_5.py │ │ ├── cat_slice_cat_6.py │ │ ├── cat_slice_cat_7.py │ │ ├── cat_slice_cat_8.py │ │ ├── cat_slice_cat_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── fuse_conv_bn │ │ ├── fuse_conv_bn_1.py │ │ ├── fuse_conv_bn_10.py │ │ ├── fuse_conv_bn_2.py │ │ ├── fuse_conv_bn_3.py │ │ ├── fuse_conv_bn_4.py │ │ ├── fuse_conv_bn_5.py │ │ ├── fuse_conv_bn_6.py │ │ ├── fuse_conv_bn_7.py │ │ ├── fuse_conv_bn_8.py │ │ ├── fuse_conv_bn_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── linear_permute_fusion │ │ ├── linear_permute_fusion_1.py │ │ ├── linear_permute_fusion_10.py │ │ ├── linear_permute_fusion_2.py │ │ ├── linear_permute_fusion_3.py │ │ ├── linear_permute_fusion_4.py │ │ ├── linear_permute_fusion_5.py │ │ ├── linear_permute_fusion_6.py │ │ ├── linear_permute_fusion_7.py │ │ ├── linear_permute_fusion_8.py │ │ ├── linear_permute_fusion_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── mm_plus_mm │ │ ├── mm_plus_mm_1.py │ │ ├── mm_plus_mm_10.py │ │ ├── mm_plus_mm_2.py │ │ ├── mm_plus_mm_3.py │ │ ├── mm_plus_mm_4.py │ │ ├── mm_plus_mm_5.py │ │ ├── mm_plus_mm_6.py │ │ ├── mm_plus_mm_7.py │ │ ├── mm_plus_mm_8.py │ │ ├── mm_plus_mm_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── outputs.json │ ├── permute_linear_fusion │ │ ├── permute_linear_fusion_1.py │ │ ├── permute_linear_fusion_10.py │ │ ├── permute_linear_fusion_2.py │ │ ├── permute_linear_fusion_3.py │ │ ├── permute_linear_fusion_4.py │ │ ├── permute_linear_fusion_5.py │ │ ├── permute_linear_fusion_6.py │ │ ├── permute_linear_fusion_7.py │ │ ├── permute_linear_fusion_8.py │ │ ├── permute_linear_fusion_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── permute_matmul_fusion │ │ ├── permute_matmul_fusion_1.py │ │ ├── permute_matmul_fusion_10.py │ │ ├── permute_matmul_fusion_2.py │ │ ├── permute_matmul_fusion_3.py │ │ ├── permute_matmul_fusion_4.py │ │ ├── permute_matmul_fusion_5.py │ │ ├── permute_matmul_fusion_6.py │ │ ├── permute_matmul_fusion_7.py │ │ ├── permute_matmul_fusion_8.py │ │ ├── permute_matmul_fusion_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── pointless_cumsum_replacement │ │ ├── pointless_cumsum_replacement_1.py │ │ ├── pointless_cumsum_replacement_10.py │ │ ├── pointless_cumsum_replacement_2.py │ │ ├── pointless_cumsum_replacement_3.py │ │ ├── pointless_cumsum_replacement_4.py │ │ ├── pointless_cumsum_replacement_5.py │ │ ├── pointless_cumsum_replacement_6.py │ │ ├── pointless_cumsum_replacement_7.py │ │ ├── pointless_cumsum_replacement_8.py │ │ ├── pointless_cumsum_replacement_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── replace_fx │ │ ├── prompt.txt │ │ ├── replace_fx_1.py │ │ ├── replace_fx_10.py │ │ ├── replace_fx_2.py │ │ ├── replace_fx_3.py │ │ ├── replace_fx_4.py │ │ ├── replace_fx_5.py │ │ ├── replace_fx_6.py │ │ ├── replace_fx_7.py │ │ ├── replace_fx_8.py │ │ ├── replace_fx_9.py │ │ └── time.txt │ ├── sfdp=0 │ │ ├── prompt.txt │ │ ├── sfdp=0_1.py │ │ ├── sfdp=0_10.py │ │ ├── sfdp=0_2.py │ │ ├── sfdp=0_3.py │ │ ├── sfdp=0_4.py │ │ ├── sfdp=0_5.py │ │ ├── sfdp=0_6.py │ │ ├── sfdp=0_7.py │ │ ├── sfdp=0_8.py │ │ ├── sfdp=0_9.py │ │ └── time.txt │ ├── sfdp=1 │ │ ├── prompt.txt │ │ ├── sfdp=1_1.py │ │ ├── sfdp=1_10.py │ │ ├── sfdp=1_2.py │ │ ├── sfdp=1_3.py │ │ ├── sfdp=1_4.py │ │ ├── sfdp=1_5.py │ │ ├── sfdp=1_6.py │ │ ├── sfdp=1_7.py │ │ ├── sfdp=1_8.py │ │ ├── sfdp=1_9.py │ │ └── time.txt │ ├── sfdp=2 │ │ ├── prompt.txt │ │ ├── sfdp=2_1.py │ │ ├── sfdp=2_10.py │ │ ├── sfdp=2_2.py │ │ ├── sfdp=2_3.py │ │ ├── sfdp=2_4.py │ │ ├── sfdp=2_5.py │ │ ├── sfdp=2_6.py │ │ ├── sfdp=2_7.py │ │ ├── sfdp=2_8.py │ │ ├── sfdp=2_9.py │ │ └── time.txt │ ├── sfdp=3 │ │ ├── prompt.txt │ │ ├── sfdp=3_1.py │ │ ├── sfdp=3_10.py │ │ ├── sfdp=3_2.py │ │ ├── sfdp=3_3.py │ │ ├── sfdp=3_4.py │ │ ├── sfdp=3_5.py │ │ ├── sfdp=3_6.py │ │ ├── sfdp=3_7.py │ │ ├── sfdp=3_8.py │ │ ├── sfdp=3_9.py │ │ └── time.txt │ ├── sfdp=4 │ │ ├── prompt.txt │ │ ├── sfdp=4_1.py │ │ ├── sfdp=4_10.py │ │ ├── sfdp=4_2.py │ │ ├── sfdp=4_3.py │ │ ├── sfdp=4_4.py │ │ ├── sfdp=4_5.py │ │ ├── sfdp=4_6.py │ │ ├── sfdp=4_7.py │ │ ├── sfdp=4_8.py │ │ ├── sfdp=4_9.py │ │ └── time.txt │ ├── sfdp=5 │ │ ├── prompt.txt │ │ ├── sfdp=5_1.py │ │ ├── sfdp=5_10.py │ │ ├── sfdp=5_2.py │ │ ├── sfdp=5_3.py │ │ ├── sfdp=5_4.py │ │ ├── sfdp=5_5.py │ │ ├── sfdp=5_6.py │ │ ├── sfdp=5_7.py │ │ ├── sfdp=5_8.py │ │ ├── sfdp=5_9.py │ │ └── time.txt │ ├── sink_cat_after_pointwise │ │ ├── prompt.txt │ │ ├── sink_cat_after_pointwise_1.py │ │ ├── sink_cat_after_pointwise_10.py │ │ ├── sink_cat_after_pointwise_2.py │ │ ├── sink_cat_after_pointwise_3.py │ │ ├── sink_cat_after_pointwise_4.py │ │ ├── sink_cat_after_pointwise_5.py │ │ ├── sink_cat_after_pointwise_6.py │ │ ├── sink_cat_after_pointwise_7.py │ │ ├── sink_cat_after_pointwise_8.py │ │ ├── sink_cat_after_pointwise_9.py │ │ └── time.txt │ ├── splitwithsizes_cat_replace │ │ ├── prompt.txt │ │ ├── splitwithsizes_cat_replace_1.py │ │ ├── splitwithsizes_cat_replace_10.py │ │ ├── splitwithsizes_cat_replace_2.py │ │ ├── splitwithsizes_cat_replace_3.py │ │ ├── splitwithsizes_cat_replace_4.py │ │ ├── splitwithsizes_cat_replace_5.py │ │ ├── splitwithsizes_cat_replace_6.py │ │ ├── splitwithsizes_cat_replace_7.py │ │ ├── splitwithsizes_cat_replace_8.py │ │ ├── splitwithsizes_cat_replace_9.py │ │ └── time.txt │ ├── unary=0 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=0_1.py │ │ ├── unary=0_10.py │ │ ├── unary=0_2.py │ │ ├── unary=0_3.py │ │ ├── unary=0_4.py │ │ ├── unary=0_5.py │ │ ├── unary=0_6.py │ │ ├── unary=0_7.py │ │ ├── unary=0_8.py │ │ └── unary=0_9.py │ ├── unary=1 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=1_1.py │ │ ├── unary=1_10.py │ │ ├── unary=1_2.py │ │ ├── unary=1_3.py │ │ ├── unary=1_4.py │ │ ├── unary=1_5.py │ │ ├── unary=1_6.py │ │ ├── unary=1_7.py │ │ ├── unary=1_8.py │ │ └── unary=1_9.py │ ├── unary=10 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=10_1.py │ │ ├── unary=10_10.py │ │ ├── unary=10_2.py │ │ ├── unary=10_3.py │ │ ├── unary=10_4.py │ │ ├── unary=10_5.py │ │ ├── unary=10_6.py │ │ ├── unary=10_7.py │ │ ├── unary=10_8.py │ │ └── unary=10_9.py │ ├── unary=11 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=11_1.py │ │ ├── unary=11_10.py │ │ ├── unary=11_2.py │ │ ├── unary=11_3.py │ │ ├── unary=11_4.py │ │ ├── unary=11_5.py │ │ ├── unary=11_6.py │ │ ├── unary=11_7.py │ │ ├── unary=11_8.py │ │ └── unary=11_9.py │ ├── unary=12 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=12_1.py │ │ ├── unary=12_10.py │ │ ├── unary=12_2.py │ │ ├── unary=12_3.py │ │ ├── unary=12_4.py │ │ ├── unary=12_5.py │ │ ├── unary=12_6.py │ │ ├── unary=12_7.py │ │ ├── unary=12_8.py │ │ └── unary=12_9.py │ ├── unary=13 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=13_1.py │ │ ├── unary=13_10.py │ │ ├── unary=13_2.py │ │ ├── unary=13_3.py │ │ ├── unary=13_4.py │ │ ├── unary=13_5.py │ │ ├── unary=13_6.py │ │ ├── unary=13_7.py │ │ ├── unary=13_8.py │ │ └── unary=13_9.py │ ├── unary=14 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=14_1.py │ │ ├── unary=14_10.py │ │ ├── unary=14_2.py │ │ ├── unary=14_3.py │ │ ├── unary=14_4.py │ │ ├── unary=14_5.py │ │ ├── unary=14_6.py │ │ ├── unary=14_7.py │ │ ├── unary=14_8.py │ │ └── unary=14_9.py │ ├── unary=15 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=15_1.py │ │ ├── unary=15_10.py │ │ ├── unary=15_2.py │ │ ├── unary=15_3.py │ │ ├── unary=15_4.py │ │ ├── unary=15_5.py │ │ ├── unary=15_6.py │ │ ├── unary=15_7.py │ │ ├── unary=15_8.py │ │ └── unary=15_9.py │ ├── unary=16 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=16_1.py │ │ ├── unary=16_10.py │ │ ├── unary=16_2.py │ │ ├── unary=16_3.py │ │ ├── unary=16_4.py │ │ ├── unary=16_5.py │ │ ├── unary=16_6.py │ │ ├── unary=16_7.py │ │ ├── unary=16_8.py │ │ └── unary=16_9.py │ ├── unary=17 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=17_1.py │ │ ├── unary=17_10.py │ │ ├── unary=17_2.py │ │ ├── unary=17_3.py │ │ ├── unary=17_4.py │ │ ├── unary=17_5.py │ │ ├── unary=17_6.py │ │ ├── unary=17_7.py │ │ ├── unary=17_8.py │ │ └── unary=17_9.py │ ├── unary=18 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=18_1.py │ │ ├── unary=18_10.py │ │ ├── unary=18_2.py │ │ ├── unary=18_3.py │ │ ├── unary=18_4.py │ │ ├── unary=18_5.py │ │ ├── unary=18_6.py │ │ ├── unary=18_7.py │ │ ├── unary=18_8.py │ │ └── unary=18_9.py │ ├── unary=19 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=19_1.py │ │ ├── unary=19_10.py │ │ ├── unary=19_2.py │ │ ├── unary=19_3.py │ │ ├── unary=19_4.py │ │ ├── unary=19_5.py │ │ ├── unary=19_6.py │ │ ├── unary=19_7.py │ │ ├── unary=19_8.py │ │ └── unary=19_9.py │ ├── unary=2 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=2_1.py │ │ ├── unary=2_10.py │ │ ├── unary=2_2.py │ │ ├── unary=2_3.py │ │ ├── unary=2_4.py │ │ ├── unary=2_5.py │ │ ├── unary=2_6.py │ │ ├── unary=2_7.py │ │ ├── unary=2_8.py │ │ └── unary=2_9.py │ ├── unary=20 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=20_1.py │ │ ├── unary=20_10.py │ │ ├── unary=20_2.py │ │ ├── unary=20_3.py │ │ ├── unary=20_4.py │ │ ├── unary=20_5.py │ │ ├── unary=20_6.py │ │ ├── unary=20_7.py │ │ ├── unary=20_8.py │ │ └── unary=20_9.py │ ├── unary=21 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=21_1.py │ │ ├── unary=21_10.py │ │ ├── unary=21_2.py │ │ ├── unary=21_3.py │ │ ├── unary=21_4.py │ │ ├── unary=21_5.py │ │ ├── unary=21_6.py │ │ ├── unary=21_7.py │ │ ├── unary=21_8.py │ │ └── unary=21_9.py │ ├── unary=22 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=22_1.py │ │ ├── unary=22_10.py │ │ ├── unary=22_2.py │ │ ├── unary=22_3.py │ │ ├── unary=22_4.py │ │ ├── unary=22_5.py │ │ ├── unary=22_6.py │ │ ├── unary=22_7.py │ │ ├── unary=22_8.py │ │ └── unary=22_9.py │ ├── unary=23 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=23_1.py │ │ ├── unary=23_10.py │ │ ├── unary=23_2.py │ │ ├── unary=23_3.py │ │ ├── unary=23_4.py │ │ ├── unary=23_5.py │ │ ├── unary=23_6.py │ │ ├── unary=23_7.py │ │ ├── unary=23_8.py │ │ └── unary=23_9.py │ ├── unary=24 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=24_1.py │ │ ├── unary=24_10.py │ │ ├── unary=24_2.py │ │ ├── unary=24_3.py │ │ ├── unary=24_4.py │ │ ├── unary=24_5.py │ │ ├── unary=24_6.py │ │ ├── unary=24_7.py │ │ ├── unary=24_8.py │ │ └── unary=24_9.py │ ├── unary=25 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=25_1.py │ │ ├── unary=25_10.py │ │ ├── unary=25_2.py │ │ ├── unary=25_3.py │ │ ├── unary=25_4.py │ │ ├── unary=25_5.py │ │ ├── unary=25_6.py │ │ ├── unary=25_7.py │ │ ├── unary=25_8.py │ │ └── unary=25_9.py │ ├── unary=26 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=26_1.py │ │ ├── unary=26_10.py │ │ ├── unary=26_2.py │ │ ├── unary=26_3.py │ │ ├── unary=26_4.py │ │ ├── unary=26_5.py │ │ ├── unary=26_6.py │ │ ├── unary=26_7.py │ │ ├── unary=26_8.py │ │ └── unary=26_9.py │ ├── unary=27 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=27_1.py │ │ ├── unary=27_10.py │ │ ├── unary=27_2.py │ │ ├── unary=27_3.py │ │ ├── unary=27_4.py │ │ ├── unary=27_5.py │ │ ├── unary=27_6.py │ │ ├── unary=27_7.py │ │ ├── unary=27_8.py │ │ └── unary=27_9.py │ ├── unary=28 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=28_1.py │ │ ├── unary=28_10.py │ │ ├── unary=28_2.py │ │ ├── unary=28_3.py │ │ ├── unary=28_4.py │ │ ├── unary=28_5.py │ │ ├── unary=28_6.py │ │ ├── unary=28_7.py │ │ ├── unary=28_8.py │ │ └── unary=28_9.py │ ├── unary=29 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=29_1.py │ │ ├── unary=29_10.py │ │ ├── unary=29_2.py │ │ ├── unary=29_3.py │ │ ├── unary=29_4.py │ │ ├── unary=29_5.py │ │ ├── unary=29_6.py │ │ ├── unary=29_7.py │ │ ├── unary=29_8.py │ │ └── unary=29_9.py │ ├── unary=3 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=3_1.py │ │ ├── unary=3_10.py │ │ ├── unary=3_2.py │ │ ├── unary=3_3.py │ │ ├── unary=3_4.py │ │ ├── unary=3_5.py │ │ ├── unary=3_6.py │ │ ├── unary=3_7.py │ │ ├── unary=3_8.py │ │ └── unary=3_9.py │ ├── unary=4 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=4_1.py │ │ ├── unary=4_10.py │ │ ├── unary=4_2.py │ │ ├── unary=4_3.py │ │ ├── unary=4_4.py │ │ ├── unary=4_5.py │ │ ├── unary=4_6.py │ │ ├── unary=4_7.py │ │ ├── unary=4_8.py │ │ └── unary=4_9.py │ ├── unary=5 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=5_1.py │ │ ├── unary=5_10.py │ │ ├── unary=5_2.py │ │ ├── unary=5_3.py │ │ ├── unary=5_4.py │ │ ├── unary=5_5.py │ │ ├── unary=5_6.py │ │ ├── unary=5_7.py │ │ ├── unary=5_8.py │ │ └── unary=5_9.py │ ├── unary=6 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=6_1.py │ │ ├── unary=6_10.py │ │ ├── unary=6_2.py │ │ ├── unary=6_3.py │ │ ├── unary=6_4.py │ │ ├── unary=6_5.py │ │ ├── unary=6_6.py │ │ ├── unary=6_7.py │ │ ├── unary=6_8.py │ │ └── unary=6_9.py │ ├── unary=7 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=7_1.py │ │ ├── unary=7_10.py │ │ ├── unary=7_2.py │ │ ├── unary=7_3.py │ │ ├── unary=7_4.py │ │ ├── unary=7_5.py │ │ ├── unary=7_6.py │ │ ├── unary=7_7.py │ │ ├── unary=7_8.py │ │ └── unary=7_9.py │ ├── unary=8 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=8_1.py │ │ ├── unary=8_10.py │ │ ├── unary=8_2.py │ │ ├── unary=8_3.py │ │ ├── unary=8_4.py │ │ ├── unary=8_5.py │ │ ├── unary=8_6.py │ │ ├── unary=8_7.py │ │ ├── unary=8_8.py │ │ └── unary=8_9.py │ └── unary=9 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=9_1.py │ │ ├── unary=9_10.py │ │ ├── unary=9_2.py │ │ ├── unary=9_3.py │ │ ├── unary=9_4.py │ │ ├── unary=9_5.py │ │ ├── unary=9_6.py │ │ ├── unary=9_7.py │ │ ├── unary=9_8.py │ │ └── unary=9_9.py │ ├── step23-3shot │ ├── addmm │ │ ├── addmm_1.py │ │ ├── addmm_10.py │ │ ├── addmm_2.py │ │ ├── addmm_3.py │ │ ├── addmm_4.py │ │ ├── addmm_5.py │ │ ├── addmm_6.py │ │ ├── addmm_7.py │ │ ├── addmm_8.py │ │ ├── addmm_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── binary=0 │ │ ├── binary=0_1.py │ │ ├── binary=0_10.py │ │ ├── binary=0_2.py │ │ ├── binary=0_3.py │ │ ├── binary=0_4.py │ │ ├── binary=0_5.py │ │ ├── binary=0_6.py │ │ ├── binary=0_7.py │ │ ├── binary=0_8.py │ │ ├── binary=0_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── binary=10 │ │ ├── binary=10_1.py │ │ ├── binary=10_10.py │ │ ├── binary=10_2.py │ │ ├── binary=10_3.py │ │ ├── binary=10_4.py │ │ ├── binary=10_5.py │ │ ├── binary=10_6.py │ │ ├── binary=10_7.py │ │ ├── binary=10_8.py │ │ ├── binary=10_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── binary=2 │ │ ├── binary=2_1.py │ │ ├── binary=2_10.py │ │ ├── binary=2_2.py │ │ ├── binary=2_3.py │ │ ├── binary=2_4.py │ │ ├── binary=2_5.py │ │ ├── binary=2_6.py │ │ ├── binary=2_7.py │ │ ├── binary=2_8.py │ │ ├── binary=2_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── binary=4 │ │ ├── binary=4_1.py │ │ ├── binary=4_10.py │ │ ├── binary=4_2.py │ │ ├── binary=4_3.py │ │ ├── binary=4_4.py │ │ ├── binary=4_5.py │ │ ├── binary=4_6.py │ │ ├── binary=4_7.py │ │ ├── binary=4_8.py │ │ ├── binary=4_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── binary=6 │ │ ├── binary=6_1.py │ │ ├── binary=6_10.py │ │ ├── binary=6_2.py │ │ ├── binary=6_3.py │ │ ├── binary=6_4.py │ │ ├── binary=6_5.py │ │ ├── binary=6_6.py │ │ ├── binary=6_7.py │ │ ├── binary=6_8.py │ │ ├── binary=6_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── binary=8 │ │ ├── binary=8_1.py │ │ ├── binary=8_10.py │ │ ├── binary=8_2.py │ │ ├── binary=8_3.py │ │ ├── binary=8_4.py │ │ ├── binary=8_5.py │ │ ├── binary=8_6.py │ │ ├── binary=8_7.py │ │ ├── binary=8_8.py │ │ ├── binary=8_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── binary_unary=0 │ │ ├── binary_unary=0_1.py │ │ ├── binary_unary=0_10.py │ │ ├── binary_unary=0_2.py │ │ ├── binary_unary=0_3.py │ │ ├── binary_unary=0_4.py │ │ ├── binary_unary=0_5.py │ │ ├── binary_unary=0_6.py │ │ ├── binary_unary=0_7.py │ │ ├── binary_unary=0_8.py │ │ ├── binary_unary=0_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── binary_unary=10 │ │ ├── binary_unary=10_1.py │ │ ├── binary_unary=10_10.py │ │ ├── binary_unary=10_2.py │ │ ├── binary_unary=10_3.py │ │ ├── binary_unary=10_4.py │ │ ├── binary_unary=10_5.py │ │ ├── binary_unary=10_6.py │ │ ├── binary_unary=10_7.py │ │ ├── binary_unary=10_8.py │ │ ├── binary_unary=10_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── binary_unary=2 │ │ ├── binary_unary=2_1.py │ │ ├── binary_unary=2_10.py │ │ ├── binary_unary=2_2.py │ │ ├── binary_unary=2_3.py │ │ ├── binary_unary=2_4.py │ │ ├── binary_unary=2_5.py │ │ ├── binary_unary=2_6.py │ │ ├── binary_unary=2_7.py │ │ ├── binary_unary=2_8.py │ │ ├── binary_unary=2_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── binary_unary=4 │ │ ├── binary_unary=4_1.py │ │ ├── binary_unary=4_10.py │ │ ├── binary_unary=4_2.py │ │ ├── binary_unary=4_3.py │ │ ├── binary_unary=4_4.py │ │ ├── binary_unary=4_5.py │ │ ├── binary_unary=4_6.py │ │ ├── binary_unary=4_7.py │ │ ├── binary_unary=4_8.py │ │ ├── binary_unary=4_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── binary_unary=6 │ │ ├── binary_unary=6_1.py │ │ ├── binary_unary=6_10.py │ │ ├── binary_unary=6_2.py │ │ ├── binary_unary=6_3.py │ │ ├── binary_unary=6_4.py │ │ ├── binary_unary=6_5.py │ │ ├── binary_unary=6_6.py │ │ ├── binary_unary=6_7.py │ │ ├── binary_unary=6_8.py │ │ ├── binary_unary=6_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── binary_unary=8 │ │ ├── binary_unary=8_1.py │ │ ├── binary_unary=8_10.py │ │ ├── binary_unary=8_2.py │ │ ├── binary_unary=8_3.py │ │ ├── binary_unary=8_4.py │ │ ├── binary_unary=8_5.py │ │ ├── binary_unary=8_6.py │ │ ├── binary_unary=8_7.py │ │ ├── binary_unary=8_8.py │ │ ├── binary_unary=8_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── cat_addmm │ │ ├── cat_addmm_1.py │ │ ├── cat_addmm_10.py │ │ ├── cat_addmm_2.py │ │ ├── cat_addmm_3.py │ │ ├── cat_addmm_4.py │ │ ├── cat_addmm_5.py │ │ ├── cat_addmm_6.py │ │ ├── cat_addmm_7.py │ │ ├── cat_addmm_8.py │ │ ├── cat_addmm_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── cat_mm │ │ ├── cat_mm_1.py │ │ ├── cat_mm_10.py │ │ ├── cat_mm_2.py │ │ ├── cat_mm_3.py │ │ ├── cat_mm_4.py │ │ ├── cat_mm_5.py │ │ ├── cat_mm_6.py │ │ ├── cat_mm_7.py │ │ ├── cat_mm_8.py │ │ ├── cat_mm_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── cat_slice_cat │ │ ├── cat_slice_cat_1.py │ │ ├── cat_slice_cat_10.py │ │ ├── cat_slice_cat_2.py │ │ ├── cat_slice_cat_3.py │ │ ├── cat_slice_cat_4.py │ │ ├── cat_slice_cat_5.py │ │ ├── cat_slice_cat_6.py │ │ ├── cat_slice_cat_7.py │ │ ├── cat_slice_cat_8.py │ │ ├── cat_slice_cat_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── fuse_conv_bn │ │ ├── fuse_conv_bn_1.py │ │ ├── fuse_conv_bn_10.py │ │ ├── fuse_conv_bn_2.py │ │ ├── fuse_conv_bn_3.py │ │ ├── fuse_conv_bn_4.py │ │ ├── fuse_conv_bn_5.py │ │ ├── fuse_conv_bn_6.py │ │ ├── fuse_conv_bn_7.py │ │ ├── fuse_conv_bn_8.py │ │ ├── fuse_conv_bn_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── linear_permute_fusion │ │ ├── linear_permute_fusion_1.py │ │ ├── linear_permute_fusion_10.py │ │ ├── linear_permute_fusion_2.py │ │ ├── linear_permute_fusion_3.py │ │ ├── linear_permute_fusion_4.py │ │ ├── linear_permute_fusion_5.py │ │ ├── linear_permute_fusion_6.py │ │ ├── linear_permute_fusion_7.py │ │ ├── linear_permute_fusion_8.py │ │ ├── linear_permute_fusion_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── mm_plus_mm │ │ ├── mm_plus_mm_1.py │ │ ├── mm_plus_mm_10.py │ │ ├── mm_plus_mm_2.py │ │ ├── mm_plus_mm_3.py │ │ ├── mm_plus_mm_4.py │ │ ├── mm_plus_mm_5.py │ │ ├── mm_plus_mm_6.py │ │ ├── mm_plus_mm_7.py │ │ ├── mm_plus_mm_8.py │ │ ├── mm_plus_mm_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── outputs.json │ ├── permute_linear_fusion │ │ ├── permute_linear_fusion_1.py │ │ ├── permute_linear_fusion_10.py │ │ ├── permute_linear_fusion_2.py │ │ ├── permute_linear_fusion_3.py │ │ ├── permute_linear_fusion_4.py │ │ ├── permute_linear_fusion_5.py │ │ ├── permute_linear_fusion_6.py │ │ ├── permute_linear_fusion_7.py │ │ ├── permute_linear_fusion_8.py │ │ ├── permute_linear_fusion_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── permute_matmul_fusion │ │ ├── permute_matmul_fusion_1.py │ │ ├── permute_matmul_fusion_10.py │ │ ├── permute_matmul_fusion_2.py │ │ ├── permute_matmul_fusion_3.py │ │ ├── permute_matmul_fusion_4.py │ │ ├── permute_matmul_fusion_5.py │ │ ├── permute_matmul_fusion_6.py │ │ ├── permute_matmul_fusion_7.py │ │ ├── permute_matmul_fusion_8.py │ │ ├── permute_matmul_fusion_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── pointless_cumsum_replacement │ │ ├── pointless_cumsum_replacement_1.py │ │ ├── pointless_cumsum_replacement_10.py │ │ ├── pointless_cumsum_replacement_2.py │ │ ├── pointless_cumsum_replacement_3.py │ │ ├── pointless_cumsum_replacement_4.py │ │ ├── pointless_cumsum_replacement_5.py │ │ ├── pointless_cumsum_replacement_6.py │ │ ├── pointless_cumsum_replacement_7.py │ │ ├── pointless_cumsum_replacement_8.py │ │ ├── pointless_cumsum_replacement_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── replace_fx │ │ ├── prompt.txt │ │ ├── replace_fx_1.py │ │ ├── replace_fx_10.py │ │ ├── replace_fx_2.py │ │ ├── replace_fx_3.py │ │ ├── replace_fx_4.py │ │ ├── replace_fx_5.py │ │ ├── replace_fx_6.py │ │ ├── replace_fx_7.py │ │ ├── replace_fx_8.py │ │ ├── replace_fx_9.py │ │ └── time.txt │ ├── sfdp=0 │ │ ├── prompt.txt │ │ ├── sfdp=0_1.py │ │ ├── sfdp=0_10.py │ │ ├── sfdp=0_2.py │ │ ├── sfdp=0_3.py │ │ ├── sfdp=0_4.py │ │ ├── sfdp=0_5.py │ │ ├── sfdp=0_6.py │ │ ├── sfdp=0_7.py │ │ ├── sfdp=0_8.py │ │ ├── sfdp=0_9.py │ │ └── time.txt │ ├── sfdp=1 │ │ ├── prompt.txt │ │ ├── sfdp=1_1.py │ │ ├── sfdp=1_10.py │ │ ├── sfdp=1_2.py │ │ ├── sfdp=1_3.py │ │ ├── sfdp=1_4.py │ │ ├── sfdp=1_5.py │ │ ├── sfdp=1_6.py │ │ ├── sfdp=1_7.py │ │ ├── sfdp=1_8.py │ │ ├── sfdp=1_9.py │ │ └── time.txt │ ├── sfdp=2 │ │ ├── prompt.txt │ │ ├── sfdp=2_1.py │ │ ├── sfdp=2_10.py │ │ ├── sfdp=2_2.py │ │ ├── sfdp=2_3.py │ │ ├── sfdp=2_4.py │ │ ├── sfdp=2_5.py │ │ ├── sfdp=2_6.py │ │ ├── sfdp=2_7.py │ │ ├── sfdp=2_8.py │ │ ├── sfdp=2_9.py │ │ └── time.txt │ ├── sfdp=3 │ │ ├── prompt.txt │ │ ├── sfdp=3_1.py │ │ ├── sfdp=3_10.py │ │ ├── sfdp=3_2.py │ │ ├── sfdp=3_3.py │ │ ├── sfdp=3_4.py │ │ ├── sfdp=3_5.py │ │ ├── sfdp=3_6.py │ │ ├── sfdp=3_7.py │ │ ├── sfdp=3_8.py │ │ ├── sfdp=3_9.py │ │ └── time.txt │ ├── sfdp=4 │ │ ├── prompt.txt │ │ ├── sfdp=4_1.py │ │ ├── sfdp=4_10.py │ │ ├── sfdp=4_2.py │ │ ├── sfdp=4_3.py │ │ ├── sfdp=4_4.py │ │ ├── sfdp=4_5.py │ │ ├── sfdp=4_6.py │ │ ├── sfdp=4_7.py │ │ ├── sfdp=4_8.py │ │ ├── sfdp=4_9.py │ │ └── time.txt │ ├── sfdp=5 │ │ ├── prompt.txt │ │ ├── sfdp=5_1.py │ │ ├── sfdp=5_10.py │ │ ├── sfdp=5_2.py │ │ ├── sfdp=5_3.py │ │ ├── sfdp=5_4.py │ │ ├── sfdp=5_5.py │ │ ├── sfdp=5_6.py │ │ ├── sfdp=5_7.py │ │ ├── sfdp=5_8.py │ │ ├── sfdp=5_9.py │ │ └── time.txt │ ├── sink_cat_after_pointwise │ │ ├── prompt.txt │ │ ├── sink_cat_after_pointwise_1.py │ │ ├── sink_cat_after_pointwise_10.py │ │ ├── sink_cat_after_pointwise_2.py │ │ ├── sink_cat_after_pointwise_3.py │ │ ├── sink_cat_after_pointwise_4.py │ │ ├── sink_cat_after_pointwise_5.py │ │ ├── sink_cat_after_pointwise_6.py │ │ ├── sink_cat_after_pointwise_7.py │ │ ├── sink_cat_after_pointwise_8.py │ │ ├── sink_cat_after_pointwise_9.py │ │ └── time.txt │ ├── splitwithsizes_cat_replace │ │ ├── prompt.txt │ │ ├── splitwithsizes_cat_replace_1.py │ │ ├── splitwithsizes_cat_replace_10.py │ │ ├── splitwithsizes_cat_replace_2.py │ │ ├── splitwithsizes_cat_replace_3.py │ │ ├── splitwithsizes_cat_replace_4.py │ │ ├── splitwithsizes_cat_replace_5.py │ │ ├── splitwithsizes_cat_replace_6.py │ │ ├── splitwithsizes_cat_replace_7.py │ │ ├── splitwithsizes_cat_replace_8.py │ │ ├── splitwithsizes_cat_replace_9.py │ │ └── time.txt │ ├── unary=0 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=0_1.py │ │ ├── unary=0_10.py │ │ ├── unary=0_2.py │ │ ├── unary=0_3.py │ │ ├── unary=0_4.py │ │ ├── unary=0_5.py │ │ ├── unary=0_6.py │ │ ├── unary=0_7.py │ │ ├── unary=0_8.py │ │ └── unary=0_9.py │ ├── unary=1 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=1_1.py │ │ ├── unary=1_10.py │ │ ├── unary=1_2.py │ │ ├── unary=1_3.py │ │ ├── unary=1_4.py │ │ ├── unary=1_5.py │ │ ├── unary=1_6.py │ │ ├── unary=1_7.py │ │ ├── unary=1_8.py │ │ └── unary=1_9.py │ ├── unary=10 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=10_1.py │ │ ├── unary=10_10.py │ │ ├── unary=10_2.py │ │ ├── unary=10_3.py │ │ ├── unary=10_4.py │ │ ├── unary=10_5.py │ │ ├── unary=10_6.py │ │ ├── unary=10_7.py │ │ ├── unary=10_8.py │ │ └── unary=10_9.py │ ├── unary=11 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=11_1.py │ │ ├── unary=11_10.py │ │ ├── unary=11_2.py │ │ ├── unary=11_3.py │ │ ├── unary=11_4.py │ │ ├── unary=11_5.py │ │ ├── unary=11_6.py │ │ ├── unary=11_7.py │ │ ├── unary=11_8.py │ │ └── unary=11_9.py │ ├── unary=12 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=12_1.py │ │ ├── unary=12_10.py │ │ ├── unary=12_2.py │ │ ├── unary=12_3.py │ │ ├── unary=12_4.py │ │ ├── unary=12_5.py │ │ ├── unary=12_6.py │ │ ├── unary=12_7.py │ │ ├── unary=12_8.py │ │ └── unary=12_9.py │ ├── unary=13 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=13_1.py │ │ ├── unary=13_10.py │ │ ├── unary=13_2.py │ │ ├── unary=13_3.py │ │ ├── unary=13_4.py │ │ ├── unary=13_5.py │ │ ├── unary=13_6.py │ │ ├── unary=13_7.py │ │ ├── unary=13_8.py │ │ └── unary=13_9.py │ ├── unary=14 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=14_1.py │ │ ├── unary=14_10.py │ │ ├── unary=14_2.py │ │ ├── unary=14_3.py │ │ ├── unary=14_4.py │ │ ├── unary=14_5.py │ │ ├── unary=14_6.py │ │ ├── unary=14_7.py │ │ ├── unary=14_8.py │ │ └── unary=14_9.py │ ├── unary=15 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=15_1.py │ │ ├── unary=15_10.py │ │ ├── unary=15_2.py │ │ ├── unary=15_3.py │ │ ├── unary=15_4.py │ │ ├── unary=15_5.py │ │ ├── unary=15_6.py │ │ ├── unary=15_7.py │ │ ├── unary=15_8.py │ │ └── unary=15_9.py │ ├── unary=16 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=16_1.py │ │ ├── unary=16_10.py │ │ ├── unary=16_2.py │ │ ├── unary=16_3.py │ │ ├── unary=16_4.py │ │ ├── unary=16_5.py │ │ ├── unary=16_6.py │ │ ├── unary=16_7.py │ │ ├── unary=16_8.py │ │ └── unary=16_9.py │ ├── unary=17 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=17_1.py │ │ ├── unary=17_10.py │ │ ├── unary=17_2.py │ │ ├── unary=17_3.py │ │ ├── unary=17_4.py │ │ ├── unary=17_5.py │ │ ├── unary=17_6.py │ │ ├── unary=17_7.py │ │ ├── unary=17_8.py │ │ └── unary=17_9.py │ ├── unary=18 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=18_1.py │ │ ├── unary=18_10.py │ │ ├── unary=18_2.py │ │ ├── unary=18_3.py │ │ ├── unary=18_4.py │ │ ├── unary=18_5.py │ │ ├── unary=18_6.py │ │ ├── unary=18_7.py │ │ ├── unary=18_8.py │ │ └── unary=18_9.py │ ├── unary=19 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=19_1.py │ │ ├── unary=19_10.py │ │ ├── unary=19_2.py │ │ ├── unary=19_3.py │ │ ├── unary=19_4.py │ │ ├── unary=19_5.py │ │ ├── unary=19_6.py │ │ ├── unary=19_7.py │ │ ├── unary=19_8.py │ │ └── unary=19_9.py │ ├── unary=2 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=2_1.py │ │ ├── unary=2_10.py │ │ ├── unary=2_2.py │ │ ├── unary=2_3.py │ │ ├── unary=2_4.py │ │ ├── unary=2_5.py │ │ ├── unary=2_6.py │ │ ├── unary=2_7.py │ │ ├── unary=2_8.py │ │ └── unary=2_9.py │ ├── unary=20 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=20_1.py │ │ ├── unary=20_10.py │ │ ├── unary=20_2.py │ │ ├── unary=20_3.py │ │ ├── unary=20_4.py │ │ ├── unary=20_5.py │ │ ├── unary=20_6.py │ │ ├── unary=20_7.py │ │ ├── unary=20_8.py │ │ └── unary=20_9.py │ ├── unary=21 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=21_1.py │ │ ├── unary=21_10.py │ │ ├── unary=21_2.py │ │ ├── unary=21_3.py │ │ ├── unary=21_4.py │ │ ├── unary=21_5.py │ │ ├── unary=21_6.py │ │ ├── unary=21_7.py │ │ ├── unary=21_8.py │ │ └── unary=21_9.py │ ├── unary=22 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=22_1.py │ │ ├── unary=22_10.py │ │ ├── unary=22_2.py │ │ ├── unary=22_3.py │ │ ├── unary=22_4.py │ │ ├── unary=22_5.py │ │ ├── unary=22_6.py │ │ ├── unary=22_7.py │ │ ├── unary=22_8.py │ │ └── unary=22_9.py │ ├── unary=23 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=23_1.py │ │ ├── unary=23_10.py │ │ ├── unary=23_2.py │ │ ├── unary=23_3.py │ │ ├── unary=23_4.py │ │ ├── unary=23_5.py │ │ ├── unary=23_6.py │ │ ├── unary=23_7.py │ │ ├── unary=23_8.py │ │ └── unary=23_9.py │ ├── unary=24 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=24_1.py │ │ ├── unary=24_10.py │ │ ├── unary=24_2.py │ │ ├── unary=24_3.py │ │ ├── unary=24_4.py │ │ ├── unary=24_5.py │ │ ├── unary=24_6.py │ │ ├── unary=24_7.py │ │ ├── unary=24_8.py │ │ └── unary=24_9.py │ ├── unary=25 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=25_1.py │ │ ├── unary=25_10.py │ │ ├── unary=25_2.py │ │ ├── unary=25_3.py │ │ ├── unary=25_4.py │ │ ├── unary=25_5.py │ │ ├── unary=25_6.py │ │ ├── unary=25_7.py │ │ ├── unary=25_8.py │ │ └── unary=25_9.py │ ├── unary=26 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=26_1.py │ │ ├── unary=26_10.py │ │ ├── unary=26_2.py │ │ ├── unary=26_3.py │ │ ├── unary=26_4.py │ │ ├── unary=26_5.py │ │ ├── unary=26_6.py │ │ ├── unary=26_7.py │ │ ├── unary=26_8.py │ │ └── unary=26_9.py │ ├── unary=27 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=27_1.py │ │ ├── unary=27_10.py │ │ ├── unary=27_2.py │ │ ├── unary=27_3.py │ │ ├── unary=27_4.py │ │ ├── unary=27_5.py │ │ ├── unary=27_6.py │ │ ├── unary=27_7.py │ │ ├── unary=27_8.py │ │ └── unary=27_9.py │ ├── unary=28 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=28_1.py │ │ ├── unary=28_10.py │ │ ├── unary=28_2.py │ │ ├── unary=28_3.py │ │ ├── unary=28_4.py │ │ ├── unary=28_5.py │ │ ├── unary=28_6.py │ │ ├── unary=28_7.py │ │ ├── unary=28_8.py │ │ └── unary=28_9.py │ ├── unary=29 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=29_1.py │ │ ├── unary=29_10.py │ │ ├── unary=29_2.py │ │ ├── unary=29_3.py │ │ ├── unary=29_4.py │ │ ├── unary=29_5.py │ │ ├── unary=29_6.py │ │ ├── unary=29_7.py │ │ ├── unary=29_8.py │ │ └── unary=29_9.py │ ├── unary=3 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=3_1.py │ │ ├── unary=3_10.py │ │ ├── unary=3_2.py │ │ ├── unary=3_3.py │ │ ├── unary=3_4.py │ │ ├── unary=3_5.py │ │ ├── unary=3_6.py │ │ ├── unary=3_7.py │ │ ├── unary=3_8.py │ │ └── unary=3_9.py │ ├── unary=4 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=4_1.py │ │ ├── unary=4_10.py │ │ ├── unary=4_2.py │ │ ├── unary=4_3.py │ │ ├── unary=4_4.py │ │ ├── unary=4_5.py │ │ ├── unary=4_6.py │ │ ├── unary=4_7.py │ │ ├── unary=4_8.py │ │ └── unary=4_9.py │ ├── unary=5 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=5_1.py │ │ ├── unary=5_10.py │ │ ├── unary=5_2.py │ │ ├── unary=5_3.py │ │ ├── unary=5_4.py │ │ ├── unary=5_5.py │ │ ├── unary=5_6.py │ │ ├── unary=5_7.py │ │ ├── unary=5_8.py │ │ └── unary=5_9.py │ ├── unary=6 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=6_1.py │ │ ├── unary=6_10.py │ │ ├── unary=6_2.py │ │ ├── unary=6_3.py │ │ ├── unary=6_4.py │ │ ├── unary=6_5.py │ │ ├── unary=6_6.py │ │ ├── unary=6_7.py │ │ ├── unary=6_8.py │ │ └── unary=6_9.py │ ├── unary=7 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=7_1.py │ │ ├── unary=7_10.py │ │ ├── unary=7_2.py │ │ ├── unary=7_3.py │ │ ├── unary=7_4.py │ │ ├── unary=7_5.py │ │ ├── unary=7_6.py │ │ ├── unary=7_7.py │ │ ├── unary=7_8.py │ │ └── unary=7_9.py │ ├── unary=8 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=8_1.py │ │ ├── unary=8_10.py │ │ ├── unary=8_2.py │ │ ├── unary=8_3.py │ │ ├── unary=8_4.py │ │ ├── unary=8_5.py │ │ ├── unary=8_6.py │ │ ├── unary=8_7.py │ │ ├── unary=8_8.py │ │ └── unary=8_9.py │ └── unary=9 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=9_1.py │ │ ├── unary=9_10.py │ │ ├── unary=9_2.py │ │ ├── unary=9_3.py │ │ ├── unary=9_4.py │ │ ├── unary=9_5.py │ │ ├── unary=9_6.py │ │ ├── unary=9_7.py │ │ ├── unary=9_8.py │ │ └── unary=9_9.py │ ├── step24-3shot │ ├── addmm │ │ ├── addmm_1.py │ │ ├── addmm_10.py │ │ ├── addmm_2.py │ │ ├── addmm_3.py │ │ ├── addmm_4.py │ │ ├── addmm_5.py │ │ ├── addmm_6.py │ │ ├── addmm_7.py │ │ ├── addmm_8.py │ │ ├── addmm_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── binary=0 │ │ ├── binary=0_1.py │ │ ├── binary=0_10.py │ │ ├── binary=0_2.py │ │ ├── binary=0_3.py │ │ ├── binary=0_4.py │ │ ├── binary=0_5.py │ │ ├── binary=0_6.py │ │ ├── binary=0_7.py │ │ ├── binary=0_8.py │ │ ├── binary=0_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── binary=10 │ │ ├── binary=10_1.py │ │ ├── binary=10_10.py │ │ ├── binary=10_2.py │ │ ├── binary=10_3.py │ │ ├── binary=10_4.py │ │ ├── binary=10_5.py │ │ ├── binary=10_6.py │ │ ├── binary=10_7.py │ │ ├── binary=10_8.py │ │ ├── binary=10_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── binary=2 │ │ ├── binary=2_1.py │ │ ├── binary=2_10.py │ │ ├── binary=2_2.py │ │ ├── binary=2_3.py │ │ ├── binary=2_4.py │ │ ├── binary=2_5.py │ │ ├── binary=2_6.py │ │ ├── binary=2_7.py │ │ ├── binary=2_8.py │ │ ├── binary=2_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── binary=4 │ │ ├── binary=4_1.py │ │ ├── binary=4_10.py │ │ ├── binary=4_2.py │ │ ├── binary=4_3.py │ │ ├── binary=4_4.py │ │ ├── binary=4_5.py │ │ ├── binary=4_6.py │ │ ├── binary=4_7.py │ │ ├── binary=4_8.py │ │ ├── binary=4_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── binary=6 │ │ ├── binary=6_1.py │ │ ├── binary=6_10.py │ │ ├── binary=6_2.py │ │ ├── binary=6_3.py │ │ ├── binary=6_4.py │ │ ├── binary=6_5.py │ │ ├── binary=6_6.py │ │ ├── binary=6_7.py │ │ ├── binary=6_8.py │ │ ├── binary=6_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── binary=8 │ │ ├── binary=8_1.py │ │ ├── binary=8_10.py │ │ ├── binary=8_2.py │ │ ├── binary=8_3.py │ │ ├── binary=8_4.py │ │ ├── binary=8_5.py │ │ ├── binary=8_6.py │ │ ├── binary=8_7.py │ │ ├── binary=8_8.py │ │ ├── binary=8_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── binary_unary=0 │ │ ├── binary_unary=0_1.py │ │ ├── binary_unary=0_10.py │ │ ├── binary_unary=0_2.py │ │ ├── binary_unary=0_3.py │ │ ├── binary_unary=0_4.py │ │ ├── binary_unary=0_5.py │ │ ├── binary_unary=0_6.py │ │ ├── binary_unary=0_7.py │ │ ├── binary_unary=0_8.py │ │ ├── binary_unary=0_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── binary_unary=10 │ │ ├── binary_unary=10_1.py │ │ ├── binary_unary=10_10.py │ │ ├── binary_unary=10_2.py │ │ ├── binary_unary=10_3.py │ │ ├── binary_unary=10_4.py │ │ ├── binary_unary=10_5.py │ │ ├── binary_unary=10_6.py │ │ ├── binary_unary=10_7.py │ │ ├── binary_unary=10_8.py │ │ ├── binary_unary=10_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── binary_unary=2 │ │ ├── binary_unary=2_1.py │ │ ├── binary_unary=2_10.py │ │ ├── binary_unary=2_2.py │ │ ├── binary_unary=2_3.py │ │ ├── binary_unary=2_4.py │ │ ├── binary_unary=2_5.py │ │ ├── binary_unary=2_6.py │ │ ├── binary_unary=2_7.py │ │ ├── binary_unary=2_8.py │ │ ├── binary_unary=2_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── binary_unary=4 │ │ ├── binary_unary=4_1.py │ │ ├── binary_unary=4_10.py │ │ ├── binary_unary=4_2.py │ │ ├── binary_unary=4_3.py │ │ ├── binary_unary=4_4.py │ │ ├── binary_unary=4_5.py │ │ ├── binary_unary=4_6.py │ │ ├── binary_unary=4_7.py │ │ ├── binary_unary=4_8.py │ │ ├── binary_unary=4_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── binary_unary=6 │ │ ├── binary_unary=6_1.py │ │ ├── binary_unary=6_10.py │ │ ├── binary_unary=6_2.py │ │ ├── binary_unary=6_3.py │ │ ├── binary_unary=6_4.py │ │ ├── binary_unary=6_5.py │ │ ├── binary_unary=6_6.py │ │ ├── binary_unary=6_7.py │ │ ├── binary_unary=6_8.py │ │ ├── binary_unary=6_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── binary_unary=8 │ │ ├── binary_unary=8_1.py │ │ ├── binary_unary=8_10.py │ │ ├── binary_unary=8_2.py │ │ ├── binary_unary=8_3.py │ │ ├── binary_unary=8_4.py │ │ ├── binary_unary=8_5.py │ │ ├── binary_unary=8_6.py │ │ ├── binary_unary=8_7.py │ │ ├── binary_unary=8_8.py │ │ ├── binary_unary=8_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── cat_addmm │ │ ├── cat_addmm_1.py │ │ ├── cat_addmm_10.py │ │ ├── cat_addmm_2.py │ │ ├── cat_addmm_3.py │ │ ├── cat_addmm_4.py │ │ ├── cat_addmm_5.py │ │ ├── cat_addmm_6.py │ │ ├── cat_addmm_7.py │ │ ├── cat_addmm_8.py │ │ ├── cat_addmm_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── cat_mm │ │ ├── cat_mm_1.py │ │ ├── cat_mm_10.py │ │ ├── cat_mm_2.py │ │ ├── cat_mm_3.py │ │ ├── cat_mm_4.py │ │ ├── cat_mm_5.py │ │ ├── cat_mm_6.py │ │ ├── cat_mm_7.py │ │ ├── cat_mm_8.py │ │ ├── cat_mm_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── cat_slice_cat │ │ ├── cat_slice_cat_1.py │ │ ├── cat_slice_cat_10.py │ │ ├── cat_slice_cat_2.py │ │ ├── cat_slice_cat_3.py │ │ ├── cat_slice_cat_4.py │ │ ├── cat_slice_cat_5.py │ │ ├── cat_slice_cat_6.py │ │ ├── cat_slice_cat_7.py │ │ ├── cat_slice_cat_8.py │ │ ├── cat_slice_cat_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── fuse_conv_bn │ │ ├── fuse_conv_bn_1.py │ │ ├── fuse_conv_bn_10.py │ │ ├── fuse_conv_bn_2.py │ │ ├── fuse_conv_bn_3.py │ │ ├── fuse_conv_bn_4.py │ │ ├── fuse_conv_bn_5.py │ │ ├── fuse_conv_bn_6.py │ │ ├── fuse_conv_bn_7.py │ │ ├── fuse_conv_bn_8.py │ │ ├── fuse_conv_bn_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── linear_permute_fusion │ │ ├── linear_permute_fusion_1.py │ │ ├── linear_permute_fusion_10.py │ │ ├── linear_permute_fusion_2.py │ │ ├── linear_permute_fusion_3.py │ │ ├── linear_permute_fusion_4.py │ │ ├── linear_permute_fusion_5.py │ │ ├── linear_permute_fusion_6.py │ │ ├── linear_permute_fusion_7.py │ │ ├── linear_permute_fusion_8.py │ │ ├── linear_permute_fusion_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── mm_plus_mm │ │ ├── mm_plus_mm_1.py │ │ ├── mm_plus_mm_10.py │ │ ├── mm_plus_mm_2.py │ │ ├── mm_plus_mm_3.py │ │ ├── mm_plus_mm_4.py │ │ ├── mm_plus_mm_5.py │ │ ├── mm_plus_mm_6.py │ │ ├── mm_plus_mm_7.py │ │ ├── mm_plus_mm_8.py │ │ ├── mm_plus_mm_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── outputs.json │ ├── permute_linear_fusion │ │ ├── permute_linear_fusion_1.py │ │ ├── permute_linear_fusion_10.py │ │ ├── permute_linear_fusion_2.py │ │ ├── permute_linear_fusion_3.py │ │ ├── permute_linear_fusion_4.py │ │ ├── permute_linear_fusion_5.py │ │ ├── permute_linear_fusion_6.py │ │ ├── permute_linear_fusion_7.py │ │ ├── permute_linear_fusion_8.py │ │ ├── permute_linear_fusion_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── permute_matmul_fusion │ │ ├── permute_matmul_fusion_1.py │ │ ├── permute_matmul_fusion_10.py │ │ ├── permute_matmul_fusion_2.py │ │ ├── permute_matmul_fusion_3.py │ │ ├── permute_matmul_fusion_4.py │ │ ├── permute_matmul_fusion_5.py │ │ ├── permute_matmul_fusion_6.py │ │ ├── permute_matmul_fusion_7.py │ │ ├── permute_matmul_fusion_8.py │ │ ├── permute_matmul_fusion_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── pointless_cumsum_replacement │ │ ├── pointless_cumsum_replacement_1.py │ │ ├── pointless_cumsum_replacement_10.py │ │ ├── pointless_cumsum_replacement_2.py │ │ ├── pointless_cumsum_replacement_3.py │ │ ├── pointless_cumsum_replacement_4.py │ │ ├── pointless_cumsum_replacement_5.py │ │ ├── pointless_cumsum_replacement_6.py │ │ ├── pointless_cumsum_replacement_7.py │ │ ├── pointless_cumsum_replacement_8.py │ │ ├── pointless_cumsum_replacement_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── replace_fx │ │ ├── prompt.txt │ │ ├── replace_fx_1.py │ │ ├── replace_fx_10.py │ │ ├── replace_fx_2.py │ │ ├── replace_fx_3.py │ │ ├── replace_fx_4.py │ │ ├── replace_fx_5.py │ │ ├── replace_fx_6.py │ │ ├── replace_fx_7.py │ │ ├── replace_fx_8.py │ │ ├── replace_fx_9.py │ │ └── time.txt │ ├── sfdp=0 │ │ ├── prompt.txt │ │ ├── sfdp=0_1.py │ │ ├── sfdp=0_10.py │ │ ├── sfdp=0_2.py │ │ ├── sfdp=0_3.py │ │ ├── sfdp=0_4.py │ │ ├── sfdp=0_5.py │ │ ├── sfdp=0_6.py │ │ ├── sfdp=0_7.py │ │ ├── sfdp=0_8.py │ │ ├── sfdp=0_9.py │ │ └── time.txt │ ├── sfdp=1 │ │ ├── prompt.txt │ │ ├── sfdp=1_1.py │ │ ├── sfdp=1_10.py │ │ ├── sfdp=1_2.py │ │ ├── sfdp=1_3.py │ │ ├── sfdp=1_4.py │ │ ├── sfdp=1_5.py │ │ ├── sfdp=1_6.py │ │ ├── sfdp=1_7.py │ │ ├── sfdp=1_8.py │ │ ├── sfdp=1_9.py │ │ └── time.txt │ ├── sfdp=2 │ │ ├── prompt.txt │ │ ├── sfdp=2_1.py │ │ ├── sfdp=2_10.py │ │ ├── sfdp=2_2.py │ │ ├── sfdp=2_3.py │ │ ├── sfdp=2_4.py │ │ ├── sfdp=2_5.py │ │ ├── sfdp=2_6.py │ │ ├── sfdp=2_7.py │ │ ├── sfdp=2_8.py │ │ ├── sfdp=2_9.py │ │ └── time.txt │ ├── sfdp=3 │ │ ├── prompt.txt │ │ ├── sfdp=3_1.py │ │ ├── sfdp=3_10.py │ │ ├── sfdp=3_2.py │ │ ├── sfdp=3_3.py │ │ ├── sfdp=3_4.py │ │ ├── sfdp=3_5.py │ │ ├── sfdp=3_6.py │ │ ├── sfdp=3_7.py │ │ ├── sfdp=3_8.py │ │ ├── sfdp=3_9.py │ │ └── time.txt │ ├── sfdp=4 │ │ ├── prompt.txt │ │ ├── sfdp=4_1.py │ │ ├── sfdp=4_10.py │ │ ├── sfdp=4_2.py │ │ ├── sfdp=4_3.py │ │ ├── sfdp=4_4.py │ │ ├── sfdp=4_5.py │ │ ├── sfdp=4_6.py │ │ ├── sfdp=4_7.py │ │ ├── sfdp=4_8.py │ │ ├── sfdp=4_9.py │ │ └── time.txt │ ├── sfdp=5 │ │ ├── prompt.txt │ │ ├── sfdp=5_1.py │ │ ├── sfdp=5_10.py │ │ ├── sfdp=5_2.py │ │ ├── sfdp=5_3.py │ │ ├── sfdp=5_4.py │ │ ├── sfdp=5_5.py │ │ ├── sfdp=5_6.py │ │ ├── sfdp=5_7.py │ │ ├── sfdp=5_8.py │ │ ├── sfdp=5_9.py │ │ └── time.txt │ ├── sink_cat_after_pointwise │ │ ├── prompt.txt │ │ ├── sink_cat_after_pointwise_1.py │ │ ├── sink_cat_after_pointwise_10.py │ │ ├── sink_cat_after_pointwise_2.py │ │ ├── sink_cat_after_pointwise_3.py │ │ ├── sink_cat_after_pointwise_4.py │ │ ├── sink_cat_after_pointwise_5.py │ │ ├── sink_cat_after_pointwise_6.py │ │ ├── sink_cat_after_pointwise_7.py │ │ ├── sink_cat_after_pointwise_8.py │ │ ├── sink_cat_after_pointwise_9.py │ │ └── time.txt │ ├── splitwithsizes_cat_replace │ │ ├── prompt.txt │ │ ├── splitwithsizes_cat_replace_1.py │ │ ├── splitwithsizes_cat_replace_10.py │ │ ├── splitwithsizes_cat_replace_2.py │ │ ├── splitwithsizes_cat_replace_3.py │ │ ├── splitwithsizes_cat_replace_4.py │ │ ├── splitwithsizes_cat_replace_5.py │ │ ├── splitwithsizes_cat_replace_6.py │ │ ├── splitwithsizes_cat_replace_7.py │ │ ├── splitwithsizes_cat_replace_8.py │ │ ├── splitwithsizes_cat_replace_9.py │ │ └── time.txt │ ├── unary=0 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=0_1.py │ │ ├── unary=0_10.py │ │ ├── unary=0_2.py │ │ ├── unary=0_3.py │ │ ├── unary=0_4.py │ │ ├── unary=0_5.py │ │ ├── unary=0_6.py │ │ ├── unary=0_7.py │ │ ├── unary=0_8.py │ │ └── unary=0_9.py │ ├── unary=1 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=1_1.py │ │ ├── unary=1_10.py │ │ ├── unary=1_2.py │ │ ├── unary=1_3.py │ │ ├── unary=1_4.py │ │ ├── unary=1_5.py │ │ ├── unary=1_6.py │ │ ├── unary=1_7.py │ │ ├── unary=1_8.py │ │ └── unary=1_9.py │ ├── unary=10 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=10_1.py │ │ ├── unary=10_10.py │ │ ├── unary=10_2.py │ │ ├── unary=10_3.py │ │ ├── unary=10_4.py │ │ ├── unary=10_5.py │ │ ├── unary=10_6.py │ │ ├── unary=10_7.py │ │ ├── unary=10_8.py │ │ └── unary=10_9.py │ ├── unary=11 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=11_1.py │ │ ├── unary=11_10.py │ │ ├── unary=11_2.py │ │ ├── unary=11_3.py │ │ ├── unary=11_4.py │ │ ├── unary=11_5.py │ │ ├── unary=11_6.py │ │ ├── unary=11_7.py │ │ ├── unary=11_8.py │ │ └── unary=11_9.py │ ├── unary=12 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=12_1.py │ │ ├── unary=12_10.py │ │ ├── unary=12_2.py │ │ ├── unary=12_3.py │ │ ├── unary=12_4.py │ │ ├── unary=12_5.py │ │ ├── unary=12_6.py │ │ ├── unary=12_7.py │ │ ├── unary=12_8.py │ │ └── unary=12_9.py │ ├── unary=13 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=13_1.py │ │ ├── unary=13_10.py │ │ ├── unary=13_2.py │ │ ├── unary=13_3.py │ │ ├── unary=13_4.py │ │ ├── unary=13_5.py │ │ ├── unary=13_6.py │ │ ├── unary=13_7.py │ │ ├── unary=13_8.py │ │ └── unary=13_9.py │ ├── unary=14 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=14_1.py │ │ ├── unary=14_10.py │ │ ├── unary=14_2.py │ │ ├── unary=14_3.py │ │ ├── unary=14_4.py │ │ ├── unary=14_5.py │ │ ├── unary=14_6.py │ │ ├── unary=14_7.py │ │ ├── unary=14_8.py │ │ └── unary=14_9.py │ ├── unary=15 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=15_1.py │ │ ├── unary=15_10.py │ │ ├── unary=15_2.py │ │ ├── unary=15_3.py │ │ ├── unary=15_4.py │ │ ├── unary=15_5.py │ │ ├── unary=15_6.py │ │ ├── unary=15_7.py │ │ ├── unary=15_8.py │ │ └── unary=15_9.py │ ├── unary=16 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=16_1.py │ │ ├── unary=16_10.py │ │ ├── unary=16_2.py │ │ ├── unary=16_3.py │ │ ├── unary=16_4.py │ │ ├── unary=16_5.py │ │ ├── unary=16_6.py │ │ ├── unary=16_7.py │ │ ├── unary=16_8.py │ │ └── unary=16_9.py │ ├── unary=17 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=17_1.py │ │ ├── unary=17_10.py │ │ ├── unary=17_2.py │ │ ├── unary=17_3.py │ │ ├── unary=17_4.py │ │ ├── unary=17_5.py │ │ ├── unary=17_6.py │ │ ├── unary=17_7.py │ │ ├── unary=17_8.py │ │ └── unary=17_9.py │ ├── unary=18 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=18_1.py │ │ ├── unary=18_10.py │ │ ├── unary=18_2.py │ │ ├── unary=18_3.py │ │ ├── unary=18_4.py │ │ ├── unary=18_5.py │ │ ├── unary=18_6.py │ │ ├── unary=18_7.py │ │ ├── unary=18_8.py │ │ └── unary=18_9.py │ ├── unary=19 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=19_1.py │ │ ├── unary=19_10.py │ │ ├── unary=19_2.py │ │ ├── unary=19_3.py │ │ ├── unary=19_4.py │ │ ├── unary=19_5.py │ │ ├── unary=19_6.py │ │ ├── unary=19_7.py │ │ ├── unary=19_8.py │ │ └── unary=19_9.py │ ├── unary=2 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=2_1.py │ │ ├── unary=2_10.py │ │ ├── unary=2_2.py │ │ ├── unary=2_3.py │ │ ├── unary=2_4.py │ │ ├── unary=2_5.py │ │ ├── unary=2_6.py │ │ ├── unary=2_7.py │ │ ├── unary=2_8.py │ │ └── unary=2_9.py │ ├── unary=20 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=20_1.py │ │ ├── unary=20_10.py │ │ ├── unary=20_2.py │ │ ├── unary=20_3.py │ │ ├── unary=20_4.py │ │ ├── unary=20_5.py │ │ ├── unary=20_6.py │ │ ├── unary=20_7.py │ │ ├── unary=20_8.py │ │ └── unary=20_9.py │ ├── unary=21 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=21_1.py │ │ ├── unary=21_10.py │ │ ├── unary=21_2.py │ │ ├── unary=21_3.py │ │ ├── unary=21_4.py │ │ ├── unary=21_5.py │ │ ├── unary=21_6.py │ │ ├── unary=21_7.py │ │ ├── unary=21_8.py │ │ └── unary=21_9.py │ ├── unary=22 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=22_1.py │ │ ├── unary=22_10.py │ │ ├── unary=22_2.py │ │ ├── unary=22_3.py │ │ ├── unary=22_4.py │ │ ├── unary=22_5.py │ │ ├── unary=22_6.py │ │ ├── unary=22_7.py │ │ ├── unary=22_8.py │ │ └── unary=22_9.py │ ├── unary=23 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=23_1.py │ │ ├── unary=23_10.py │ │ ├── unary=23_2.py │ │ ├── unary=23_3.py │ │ ├── unary=23_4.py │ │ ├── unary=23_5.py │ │ ├── unary=23_6.py │ │ ├── unary=23_7.py │ │ ├── unary=23_8.py │ │ └── unary=23_9.py │ ├── unary=24 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=24_1.py │ │ ├── unary=24_10.py │ │ ├── unary=24_2.py │ │ ├── unary=24_3.py │ │ ├── unary=24_4.py │ │ ├── unary=24_5.py │ │ ├── unary=24_6.py │ │ ├── unary=24_7.py │ │ ├── unary=24_8.py │ │ └── unary=24_9.py │ ├── unary=25 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=25_1.py │ │ ├── unary=25_10.py │ │ ├── unary=25_2.py │ │ ├── unary=25_3.py │ │ ├── unary=25_4.py │ │ ├── unary=25_5.py │ │ ├── unary=25_6.py │ │ ├── unary=25_7.py │ │ ├── unary=25_8.py │ │ └── unary=25_9.py │ ├── unary=26 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=26_1.py │ │ ├── unary=26_10.py │ │ ├── unary=26_2.py │ │ ├── unary=26_3.py │ │ ├── unary=26_4.py │ │ ├── unary=26_5.py │ │ ├── unary=26_6.py │ │ ├── unary=26_7.py │ │ ├── unary=26_8.py │ │ └── unary=26_9.py │ ├── unary=27 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=27_1.py │ │ ├── unary=27_10.py │ │ ├── unary=27_2.py │ │ ├── unary=27_3.py │ │ ├── unary=27_4.py │ │ ├── unary=27_5.py │ │ ├── unary=27_6.py │ │ ├── unary=27_7.py │ │ ├── unary=27_8.py │ │ └── unary=27_9.py │ ├── unary=28 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=28_1.py │ │ ├── unary=28_10.py │ │ ├── unary=28_2.py │ │ ├── unary=28_3.py │ │ ├── unary=28_4.py │ │ ├── unary=28_5.py │ │ ├── unary=28_6.py │ │ ├── unary=28_7.py │ │ ├── unary=28_8.py │ │ └── unary=28_9.py │ ├── unary=29 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=29_1.py │ │ ├── unary=29_10.py │ │ ├── unary=29_2.py │ │ ├── unary=29_3.py │ │ ├── unary=29_4.py │ │ ├── unary=29_5.py │ │ ├── unary=29_6.py │ │ ├── unary=29_7.py │ │ ├── unary=29_8.py │ │ └── unary=29_9.py │ ├── unary=3 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=3_1.py │ │ ├── unary=3_10.py │ │ ├── unary=3_2.py │ │ ├── unary=3_3.py │ │ ├── unary=3_4.py │ │ ├── unary=3_5.py │ │ ├── unary=3_6.py │ │ ├── unary=3_7.py │ │ ├── unary=3_8.py │ │ └── unary=3_9.py │ ├── unary=4 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=4_1.py │ │ ├── unary=4_10.py │ │ ├── unary=4_2.py │ │ ├── unary=4_3.py │ │ ├── unary=4_4.py │ │ ├── unary=4_5.py │ │ ├── unary=4_6.py │ │ ├── unary=4_7.py │ │ ├── unary=4_8.py │ │ └── unary=4_9.py │ ├── unary=5 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=5_1.py │ │ ├── unary=5_10.py │ │ ├── unary=5_2.py │ │ ├── unary=5_3.py │ │ ├── unary=5_4.py │ │ ├── unary=5_5.py │ │ ├── unary=5_6.py │ │ ├── unary=5_7.py │ │ ├── unary=5_8.py │ │ └── unary=5_9.py │ ├── unary=6 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=6_1.py │ │ ├── unary=6_10.py │ │ ├── unary=6_2.py │ │ ├── unary=6_3.py │ │ ├── unary=6_4.py │ │ ├── unary=6_5.py │ │ ├── unary=6_6.py │ │ ├── unary=6_7.py │ │ ├── unary=6_8.py │ │ └── unary=6_9.py │ ├── unary=7 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=7_1.py │ │ ├── unary=7_10.py │ │ ├── unary=7_2.py │ │ ├── unary=7_3.py │ │ ├── unary=7_4.py │ │ ├── unary=7_5.py │ │ ├── unary=7_6.py │ │ ├── unary=7_7.py │ │ ├── unary=7_8.py │ │ └── unary=7_9.py │ ├── unary=8 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=8_1.py │ │ ├── unary=8_10.py │ │ ├── unary=8_2.py │ │ ├── unary=8_3.py │ │ ├── unary=8_4.py │ │ ├── unary=8_5.py │ │ ├── unary=8_6.py │ │ ├── unary=8_7.py │ │ ├── unary=8_8.py │ │ └── unary=8_9.py │ └── unary=9 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=9_1.py │ │ ├── unary=9_10.py │ │ ├── unary=9_2.py │ │ ├── unary=9_3.py │ │ ├── unary=9_4.py │ │ ├── unary=9_5.py │ │ ├── unary=9_6.py │ │ ├── unary=9_7.py │ │ ├── unary=9_8.py │ │ └── unary=9_9.py │ ├── step25-3shot │ ├── addmm │ │ ├── addmm_1.py │ │ ├── addmm_10.py │ │ ├── addmm_2.py │ │ ├── addmm_3.py │ │ ├── addmm_4.py │ │ ├── addmm_5.py │ │ ├── addmm_6.py │ │ ├── addmm_7.py │ │ ├── addmm_8.py │ │ ├── addmm_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── binary=0 │ │ ├── binary=0_1.py │ │ ├── binary=0_10.py │ │ ├── binary=0_2.py │ │ ├── binary=0_3.py │ │ ├── binary=0_4.py │ │ ├── binary=0_5.py │ │ ├── binary=0_6.py │ │ ├── binary=0_7.py │ │ ├── binary=0_8.py │ │ ├── binary=0_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── binary=10 │ │ ├── binary=10_1.py │ │ ├── binary=10_10.py │ │ ├── binary=10_2.py │ │ ├── binary=10_3.py │ │ ├── binary=10_4.py │ │ ├── binary=10_5.py │ │ ├── binary=10_6.py │ │ ├── binary=10_7.py │ │ ├── binary=10_8.py │ │ ├── binary=10_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── binary=2 │ │ ├── binary=2_1.py │ │ ├── binary=2_10.py │ │ ├── binary=2_2.py │ │ ├── binary=2_3.py │ │ ├── binary=2_4.py │ │ ├── binary=2_5.py │ │ ├── binary=2_6.py │ │ ├── binary=2_7.py │ │ ├── binary=2_8.py │ │ ├── binary=2_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── binary=4 │ │ ├── binary=4_1.py │ │ ├── binary=4_10.py │ │ ├── binary=4_2.py │ │ ├── binary=4_3.py │ │ ├── binary=4_4.py │ │ ├── binary=4_5.py │ │ ├── binary=4_6.py │ │ ├── binary=4_7.py │ │ ├── binary=4_8.py │ │ ├── binary=4_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── binary=6 │ │ ├── binary=6_1.py │ │ ├── binary=6_10.py │ │ ├── binary=6_2.py │ │ ├── binary=6_3.py │ │ ├── binary=6_4.py │ │ ├── binary=6_5.py │ │ ├── binary=6_6.py │ │ ├── binary=6_7.py │ │ ├── binary=6_8.py │ │ ├── binary=6_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── binary=8 │ │ ├── binary=8_1.py │ │ ├── binary=8_10.py │ │ ├── binary=8_2.py │ │ ├── binary=8_3.py │ │ ├── binary=8_4.py │ │ ├── binary=8_5.py │ │ ├── binary=8_6.py │ │ ├── binary=8_7.py │ │ ├── binary=8_8.py │ │ ├── binary=8_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── binary_unary=0 │ │ ├── binary_unary=0_1.py │ │ ├── binary_unary=0_10.py │ │ ├── binary_unary=0_2.py │ │ ├── binary_unary=0_3.py │ │ ├── binary_unary=0_4.py │ │ ├── binary_unary=0_5.py │ │ ├── binary_unary=0_6.py │ │ ├── binary_unary=0_7.py │ │ ├── binary_unary=0_8.py │ │ ├── binary_unary=0_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── binary_unary=10 │ │ ├── binary_unary=10_1.py │ │ ├── binary_unary=10_10.py │ │ ├── binary_unary=10_2.py │ │ ├── binary_unary=10_3.py │ │ ├── binary_unary=10_4.py │ │ ├── binary_unary=10_5.py │ │ ├── binary_unary=10_6.py │ │ ├── binary_unary=10_7.py │ │ ├── binary_unary=10_8.py │ │ ├── binary_unary=10_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── binary_unary=2 │ │ ├── binary_unary=2_1.py │ │ ├── binary_unary=2_10.py │ │ ├── binary_unary=2_2.py │ │ ├── binary_unary=2_3.py │ │ ├── binary_unary=2_4.py │ │ ├── binary_unary=2_5.py │ │ ├── binary_unary=2_6.py │ │ ├── binary_unary=2_7.py │ │ ├── binary_unary=2_8.py │ │ ├── binary_unary=2_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── binary_unary=4 │ │ ├── binary_unary=4_1.py │ │ ├── binary_unary=4_10.py │ │ ├── binary_unary=4_2.py │ │ ├── binary_unary=4_3.py │ │ ├── binary_unary=4_4.py │ │ ├── binary_unary=4_5.py │ │ ├── binary_unary=4_6.py │ │ ├── binary_unary=4_7.py │ │ ├── binary_unary=4_8.py │ │ ├── binary_unary=4_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── binary_unary=6 │ │ ├── binary_unary=6_1.py │ │ ├── binary_unary=6_10.py │ │ ├── binary_unary=6_2.py │ │ ├── binary_unary=6_3.py │ │ ├── binary_unary=6_4.py │ │ ├── binary_unary=6_5.py │ │ ├── binary_unary=6_6.py │ │ ├── binary_unary=6_7.py │ │ ├── binary_unary=6_8.py │ │ ├── binary_unary=6_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── binary_unary=8 │ │ ├── binary_unary=8_1.py │ │ ├── binary_unary=8_10.py │ │ ├── binary_unary=8_2.py │ │ ├── binary_unary=8_3.py │ │ ├── binary_unary=8_4.py │ │ ├── binary_unary=8_5.py │ │ ├── binary_unary=8_6.py │ │ ├── binary_unary=8_7.py │ │ ├── binary_unary=8_8.py │ │ ├── binary_unary=8_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── cat_addmm │ │ ├── cat_addmm_1.py │ │ ├── cat_addmm_10.py │ │ ├── cat_addmm_2.py │ │ ├── cat_addmm_3.py │ │ ├── cat_addmm_4.py │ │ ├── cat_addmm_5.py │ │ ├── cat_addmm_6.py │ │ ├── cat_addmm_7.py │ │ ├── cat_addmm_8.py │ │ ├── cat_addmm_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── cat_mm │ │ ├── cat_mm_1.py │ │ ├── cat_mm_10.py │ │ ├── cat_mm_2.py │ │ ├── cat_mm_3.py │ │ ├── cat_mm_4.py │ │ ├── cat_mm_5.py │ │ ├── cat_mm_6.py │ │ ├── cat_mm_7.py │ │ ├── cat_mm_8.py │ │ ├── cat_mm_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── cat_slice_cat │ │ ├── cat_slice_cat_1.py │ │ ├── cat_slice_cat_10.py │ │ ├── cat_slice_cat_2.py │ │ ├── cat_slice_cat_3.py │ │ ├── cat_slice_cat_4.py │ │ ├── cat_slice_cat_5.py │ │ ├── cat_slice_cat_6.py │ │ ├── cat_slice_cat_7.py │ │ ├── cat_slice_cat_8.py │ │ ├── cat_slice_cat_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── fuse_conv_bn │ │ ├── fuse_conv_bn_1.py │ │ ├── fuse_conv_bn_10.py │ │ ├── fuse_conv_bn_2.py │ │ ├── fuse_conv_bn_3.py │ │ ├── fuse_conv_bn_4.py │ │ ├── fuse_conv_bn_5.py │ │ ├── fuse_conv_bn_6.py │ │ ├── fuse_conv_bn_7.py │ │ ├── fuse_conv_bn_8.py │ │ ├── fuse_conv_bn_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── linear_permute_fusion │ │ ├── linear_permute_fusion_1.py │ │ ├── linear_permute_fusion_10.py │ │ ├── linear_permute_fusion_2.py │ │ ├── linear_permute_fusion_3.py │ │ ├── linear_permute_fusion_4.py │ │ ├── linear_permute_fusion_5.py │ │ ├── linear_permute_fusion_6.py │ │ ├── linear_permute_fusion_7.py │ │ ├── linear_permute_fusion_8.py │ │ ├── linear_permute_fusion_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── mm_plus_mm │ │ ├── mm_plus_mm_1.py │ │ ├── mm_plus_mm_10.py │ │ ├── mm_plus_mm_2.py │ │ ├── mm_plus_mm_3.py │ │ ├── mm_plus_mm_4.py │ │ ├── mm_plus_mm_5.py │ │ ├── mm_plus_mm_6.py │ │ ├── mm_plus_mm_7.py │ │ ├── mm_plus_mm_8.py │ │ ├── mm_plus_mm_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── outputs.json │ ├── permute_linear_fusion │ │ ├── permute_linear_fusion_1.py │ │ ├── permute_linear_fusion_10.py │ │ ├── permute_linear_fusion_2.py │ │ ├── permute_linear_fusion_3.py │ │ ├── permute_linear_fusion_4.py │ │ ├── permute_linear_fusion_5.py │ │ ├── permute_linear_fusion_6.py │ │ ├── permute_linear_fusion_7.py │ │ ├── permute_linear_fusion_8.py │ │ ├── permute_linear_fusion_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── permute_matmul_fusion │ │ ├── permute_matmul_fusion_1.py │ │ ├── permute_matmul_fusion_10.py │ │ ├── permute_matmul_fusion_2.py │ │ ├── permute_matmul_fusion_3.py │ │ ├── permute_matmul_fusion_4.py │ │ ├── permute_matmul_fusion_5.py │ │ ├── permute_matmul_fusion_6.py │ │ ├── permute_matmul_fusion_7.py │ │ ├── permute_matmul_fusion_8.py │ │ ├── permute_matmul_fusion_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── pointless_cumsum_replacement │ │ ├── pointless_cumsum_replacement_1.py │ │ ├── pointless_cumsum_replacement_10.py │ │ ├── pointless_cumsum_replacement_2.py │ │ ├── pointless_cumsum_replacement_3.py │ │ ├── pointless_cumsum_replacement_4.py │ │ ├── pointless_cumsum_replacement_5.py │ │ ├── pointless_cumsum_replacement_6.py │ │ ├── pointless_cumsum_replacement_7.py │ │ ├── pointless_cumsum_replacement_8.py │ │ ├── pointless_cumsum_replacement_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── replace_fx │ │ ├── prompt.txt │ │ ├── replace_fx_1.py │ │ ├── replace_fx_10.py │ │ ├── replace_fx_2.py │ │ ├── replace_fx_3.py │ │ ├── replace_fx_4.py │ │ ├── replace_fx_5.py │ │ ├── replace_fx_6.py │ │ ├── replace_fx_7.py │ │ ├── replace_fx_8.py │ │ ├── replace_fx_9.py │ │ └── time.txt │ ├── sfdp=0 │ │ ├── prompt.txt │ │ ├── sfdp=0_1.py │ │ ├── sfdp=0_10.py │ │ ├── sfdp=0_2.py │ │ ├── sfdp=0_3.py │ │ ├── sfdp=0_4.py │ │ ├── sfdp=0_5.py │ │ ├── sfdp=0_6.py │ │ ├── sfdp=0_7.py │ │ ├── sfdp=0_8.py │ │ ├── sfdp=0_9.py │ │ └── time.txt │ ├── sfdp=1 │ │ ├── prompt.txt │ │ ├── sfdp=1_1.py │ │ ├── sfdp=1_10.py │ │ ├── sfdp=1_2.py │ │ ├── sfdp=1_3.py │ │ ├── sfdp=1_4.py │ │ ├── sfdp=1_5.py │ │ ├── sfdp=1_6.py │ │ ├── sfdp=1_7.py │ │ ├── sfdp=1_8.py │ │ ├── sfdp=1_9.py │ │ └── time.txt │ ├── sfdp=2 │ │ ├── prompt.txt │ │ ├── sfdp=2_1.py │ │ ├── sfdp=2_10.py │ │ ├── sfdp=2_2.py │ │ ├── sfdp=2_3.py │ │ ├── sfdp=2_4.py │ │ ├── sfdp=2_5.py │ │ ├── sfdp=2_6.py │ │ ├── sfdp=2_7.py │ │ ├── sfdp=2_8.py │ │ ├── sfdp=2_9.py │ │ └── time.txt │ ├── sfdp=3 │ │ ├── prompt.txt │ │ ├── sfdp=3_1.py │ │ ├── sfdp=3_10.py │ │ ├── sfdp=3_2.py │ │ ├── sfdp=3_3.py │ │ ├── sfdp=3_4.py │ │ ├── sfdp=3_5.py │ │ ├── sfdp=3_6.py │ │ ├── sfdp=3_7.py │ │ ├── sfdp=3_8.py │ │ ├── sfdp=3_9.py │ │ └── time.txt │ ├── sfdp=4 │ │ ├── prompt.txt │ │ ├── sfdp=4_1.py │ │ ├── sfdp=4_10.py │ │ ├── sfdp=4_2.py │ │ ├── sfdp=4_3.py │ │ ├── sfdp=4_4.py │ │ ├── sfdp=4_5.py │ │ ├── sfdp=4_6.py │ │ ├── sfdp=4_7.py │ │ ├── sfdp=4_8.py │ │ ├── sfdp=4_9.py │ │ └── time.txt │ ├── sfdp=5 │ │ ├── prompt.txt │ │ ├── sfdp=5_1.py │ │ ├── sfdp=5_10.py │ │ ├── sfdp=5_2.py │ │ ├── sfdp=5_3.py │ │ ├── sfdp=5_4.py │ │ ├── sfdp=5_5.py │ │ ├── sfdp=5_6.py │ │ ├── sfdp=5_7.py │ │ ├── sfdp=5_8.py │ │ ├── sfdp=5_9.py │ │ └── time.txt │ ├── sink_cat_after_pointwise │ │ ├── prompt.txt │ │ ├── sink_cat_after_pointwise_1.py │ │ ├── sink_cat_after_pointwise_10.py │ │ ├── sink_cat_after_pointwise_2.py │ │ ├── sink_cat_after_pointwise_3.py │ │ ├── sink_cat_after_pointwise_4.py │ │ ├── sink_cat_after_pointwise_5.py │ │ ├── sink_cat_after_pointwise_6.py │ │ ├── sink_cat_after_pointwise_7.py │ │ ├── sink_cat_after_pointwise_8.py │ │ ├── sink_cat_after_pointwise_9.py │ │ └── time.txt │ ├── splitwithsizes_cat_replace │ │ ├── prompt.txt │ │ ├── splitwithsizes_cat_replace_1.py │ │ ├── splitwithsizes_cat_replace_10.py │ │ ├── splitwithsizes_cat_replace_2.py │ │ ├── splitwithsizes_cat_replace_3.py │ │ ├── splitwithsizes_cat_replace_4.py │ │ ├── splitwithsizes_cat_replace_5.py │ │ ├── splitwithsizes_cat_replace_6.py │ │ ├── splitwithsizes_cat_replace_7.py │ │ ├── splitwithsizes_cat_replace_8.py │ │ ├── splitwithsizes_cat_replace_9.py │ │ └── time.txt │ ├── unary=0 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=0_1.py │ │ ├── unary=0_10.py │ │ ├── unary=0_2.py │ │ ├── unary=0_3.py │ │ ├── unary=0_4.py │ │ ├── unary=0_5.py │ │ ├── unary=0_6.py │ │ ├── unary=0_7.py │ │ ├── unary=0_8.py │ │ └── unary=0_9.py │ ├── unary=1 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=1_1.py │ │ ├── unary=1_10.py │ │ ├── unary=1_2.py │ │ ├── unary=1_3.py │ │ ├── unary=1_4.py │ │ ├── unary=1_5.py │ │ ├── unary=1_6.py │ │ ├── unary=1_7.py │ │ ├── unary=1_8.py │ │ └── unary=1_9.py │ ├── unary=10 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=10_1.py │ │ ├── unary=10_10.py │ │ ├── unary=10_2.py │ │ ├── unary=10_3.py │ │ ├── unary=10_4.py │ │ ├── unary=10_5.py │ │ ├── unary=10_6.py │ │ ├── unary=10_7.py │ │ ├── unary=10_8.py │ │ └── unary=10_9.py │ ├── unary=11 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=11_1.py │ │ ├── unary=11_10.py │ │ ├── unary=11_2.py │ │ ├── unary=11_3.py │ │ ├── unary=11_4.py │ │ ├── unary=11_5.py │ │ ├── unary=11_6.py │ │ ├── unary=11_7.py │ │ ├── unary=11_8.py │ │ └── unary=11_9.py │ ├── unary=12 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=12_1.py │ │ ├── unary=12_10.py │ │ ├── unary=12_2.py │ │ ├── unary=12_3.py │ │ ├── unary=12_4.py │ │ ├── unary=12_5.py │ │ ├── unary=12_6.py │ │ ├── unary=12_7.py │ │ ├── unary=12_8.py │ │ └── unary=12_9.py │ ├── unary=13 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=13_1.py │ │ ├── unary=13_10.py │ │ ├── unary=13_2.py │ │ ├── unary=13_3.py │ │ ├── unary=13_4.py │ │ ├── unary=13_5.py │ │ ├── unary=13_6.py │ │ ├── unary=13_7.py │ │ ├── unary=13_8.py │ │ └── unary=13_9.py │ ├── unary=14 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=14_1.py │ │ ├── unary=14_10.py │ │ ├── unary=14_2.py │ │ ├── unary=14_3.py │ │ ├── unary=14_4.py │ │ ├── unary=14_5.py │ │ ├── unary=14_6.py │ │ ├── unary=14_7.py │ │ ├── unary=14_8.py │ │ └── unary=14_9.py │ ├── unary=15 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=15_1.py │ │ ├── unary=15_10.py │ │ ├── unary=15_2.py │ │ ├── unary=15_3.py │ │ ├── unary=15_4.py │ │ ├── unary=15_5.py │ │ ├── unary=15_6.py │ │ ├── unary=15_7.py │ │ ├── unary=15_8.py │ │ └── unary=15_9.py │ ├── unary=16 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=16_1.py │ │ ├── unary=16_10.py │ │ ├── unary=16_2.py │ │ ├── unary=16_3.py │ │ ├── unary=16_4.py │ │ ├── unary=16_5.py │ │ ├── unary=16_6.py │ │ ├── unary=16_7.py │ │ ├── unary=16_8.py │ │ └── unary=16_9.py │ ├── unary=17 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=17_1.py │ │ ├── unary=17_10.py │ │ ├── unary=17_2.py │ │ ├── unary=17_3.py │ │ ├── unary=17_4.py │ │ ├── unary=17_5.py │ │ ├── unary=17_6.py │ │ ├── unary=17_7.py │ │ ├── unary=17_8.py │ │ └── unary=17_9.py │ ├── unary=18 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=18_1.py │ │ ├── unary=18_10.py │ │ ├── unary=18_2.py │ │ ├── unary=18_3.py │ │ ├── unary=18_4.py │ │ ├── unary=18_5.py │ │ ├── unary=18_6.py │ │ ├── unary=18_7.py │ │ ├── unary=18_8.py │ │ └── unary=18_9.py │ ├── unary=19 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=19_1.py │ │ ├── unary=19_10.py │ │ ├── unary=19_2.py │ │ ├── unary=19_3.py │ │ ├── unary=19_4.py │ │ ├── unary=19_5.py │ │ ├── unary=19_6.py │ │ ├── unary=19_7.py │ │ ├── unary=19_8.py │ │ └── unary=19_9.py │ ├── unary=2 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=2_1.py │ │ ├── unary=2_10.py │ │ ├── unary=2_2.py │ │ ├── unary=2_3.py │ │ ├── unary=2_4.py │ │ ├── unary=2_5.py │ │ ├── unary=2_6.py │ │ ├── unary=2_7.py │ │ ├── unary=2_8.py │ │ └── unary=2_9.py │ ├── unary=20 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=20_1.py │ │ ├── unary=20_10.py │ │ ├── unary=20_2.py │ │ ├── unary=20_3.py │ │ ├── unary=20_4.py │ │ ├── unary=20_5.py │ │ ├── unary=20_6.py │ │ ├── unary=20_7.py │ │ ├── unary=20_8.py │ │ └── unary=20_9.py │ ├── unary=21 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=21_1.py │ │ ├── unary=21_10.py │ │ ├── unary=21_2.py │ │ ├── unary=21_3.py │ │ ├── unary=21_4.py │ │ ├── unary=21_5.py │ │ ├── unary=21_6.py │ │ ├── unary=21_7.py │ │ ├── unary=21_8.py │ │ └── unary=21_9.py │ ├── unary=22 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=22_1.py │ │ ├── unary=22_10.py │ │ ├── unary=22_2.py │ │ ├── unary=22_3.py │ │ ├── unary=22_4.py │ │ ├── unary=22_5.py │ │ ├── unary=22_6.py │ │ ├── unary=22_7.py │ │ ├── unary=22_8.py │ │ └── unary=22_9.py │ ├── unary=23 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=23_1.py │ │ ├── unary=23_10.py │ │ ├── unary=23_2.py │ │ ├── unary=23_3.py │ │ ├── unary=23_4.py │ │ ├── unary=23_5.py │ │ ├── unary=23_6.py │ │ ├── unary=23_7.py │ │ ├── unary=23_8.py │ │ └── unary=23_9.py │ ├── unary=24 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=24_1.py │ │ ├── unary=24_10.py │ │ ├── unary=24_2.py │ │ ├── unary=24_3.py │ │ ├── unary=24_4.py │ │ ├── unary=24_5.py │ │ ├── unary=24_6.py │ │ ├── unary=24_7.py │ │ ├── unary=24_8.py │ │ └── unary=24_9.py │ ├── unary=25 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=25_1.py │ │ ├── unary=25_10.py │ │ ├── unary=25_2.py │ │ ├── unary=25_3.py │ │ ├── unary=25_4.py │ │ ├── unary=25_5.py │ │ ├── unary=25_6.py │ │ ├── unary=25_7.py │ │ ├── unary=25_8.py │ │ └── unary=25_9.py │ ├── unary=26 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=26_1.py │ │ ├── unary=26_10.py │ │ ├── unary=26_2.py │ │ ├── unary=26_3.py │ │ ├── unary=26_4.py │ │ ├── unary=26_5.py │ │ ├── unary=26_6.py │ │ ├── unary=26_7.py │ │ ├── unary=26_8.py │ │ └── unary=26_9.py │ ├── unary=27 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=27_1.py │ │ ├── unary=27_10.py │ │ ├── unary=27_2.py │ │ ├── unary=27_3.py │ │ ├── unary=27_4.py │ │ ├── unary=27_5.py │ │ ├── unary=27_6.py │ │ ├── unary=27_7.py │ │ ├── unary=27_8.py │ │ └── unary=27_9.py │ ├── unary=28 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=28_1.py │ │ ├── unary=28_10.py │ │ ├── unary=28_2.py │ │ ├── unary=28_3.py │ │ ├── unary=28_4.py │ │ ├── unary=28_5.py │ │ ├── unary=28_6.py │ │ ├── unary=28_7.py │ │ ├── unary=28_8.py │ │ └── unary=28_9.py │ ├── unary=29 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=29_1.py │ │ ├── unary=29_10.py │ │ ├── unary=29_2.py │ │ ├── unary=29_3.py │ │ ├── unary=29_4.py │ │ ├── unary=29_5.py │ │ ├── unary=29_6.py │ │ ├── unary=29_7.py │ │ ├── unary=29_8.py │ │ └── unary=29_9.py │ ├── unary=3 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=3_1.py │ │ ├── unary=3_10.py │ │ ├── unary=3_2.py │ │ ├── unary=3_3.py │ │ ├── unary=3_4.py │ │ ├── unary=3_5.py │ │ ├── unary=3_6.py │ │ ├── unary=3_7.py │ │ ├── unary=3_8.py │ │ └── unary=3_9.py │ ├── unary=4 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=4_1.py │ │ ├── unary=4_10.py │ │ ├── unary=4_2.py │ │ ├── unary=4_3.py │ │ ├── unary=4_4.py │ │ ├── unary=4_5.py │ │ ├── unary=4_6.py │ │ ├── unary=4_7.py │ │ ├── unary=4_8.py │ │ └── unary=4_9.py │ ├── unary=5 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=5_1.py │ │ ├── unary=5_10.py │ │ ├── unary=5_2.py │ │ ├── unary=5_3.py │ │ ├── unary=5_4.py │ │ ├── unary=5_5.py │ │ ├── unary=5_6.py │ │ ├── unary=5_7.py │ │ ├── unary=5_8.py │ │ └── unary=5_9.py │ ├── unary=6 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=6_1.py │ │ ├── unary=6_10.py │ │ ├── unary=6_2.py │ │ ├── unary=6_3.py │ │ ├── unary=6_4.py │ │ ├── unary=6_5.py │ │ ├── unary=6_6.py │ │ ├── unary=6_7.py │ │ ├── unary=6_8.py │ │ └── unary=6_9.py │ ├── unary=7 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=7_1.py │ │ ├── unary=7_10.py │ │ ├── unary=7_2.py │ │ ├── unary=7_3.py │ │ ├── unary=7_4.py │ │ ├── unary=7_5.py │ │ ├── unary=7_6.py │ │ ├── unary=7_7.py │ │ ├── unary=7_8.py │ │ └── unary=7_9.py │ ├── unary=8 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=8_1.py │ │ ├── unary=8_10.py │ │ ├── unary=8_2.py │ │ ├── unary=8_3.py │ │ ├── unary=8_4.py │ │ ├── unary=8_5.py │ │ ├── unary=8_6.py │ │ ├── unary=8_7.py │ │ ├── unary=8_8.py │ │ └── unary=8_9.py │ └── unary=9 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=9_1.py │ │ ├── unary=9_10.py │ │ ├── unary=9_2.py │ │ ├── unary=9_3.py │ │ ├── unary=9_4.py │ │ ├── unary=9_5.py │ │ ├── unary=9_6.py │ │ ├── unary=9_7.py │ │ ├── unary=9_8.py │ │ └── unary=9_9.py │ ├── step26-3shot │ ├── addmm │ │ ├── addmm_1.py │ │ ├── addmm_10.py │ │ ├── addmm_2.py │ │ ├── addmm_3.py │ │ ├── addmm_4.py │ │ ├── addmm_5.py │ │ ├── addmm_6.py │ │ ├── addmm_7.py │ │ ├── addmm_8.py │ │ ├── addmm_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── binary=0 │ │ ├── binary=0_1.py │ │ ├── binary=0_10.py │ │ ├── binary=0_2.py │ │ ├── binary=0_3.py │ │ ├── binary=0_4.py │ │ ├── binary=0_5.py │ │ ├── binary=0_6.py │ │ ├── binary=0_7.py │ │ ├── binary=0_8.py │ │ ├── binary=0_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── binary=10 │ │ ├── binary=10_1.py │ │ ├── binary=10_10.py │ │ ├── binary=10_2.py │ │ ├── binary=10_3.py │ │ ├── binary=10_4.py │ │ ├── binary=10_5.py │ │ ├── binary=10_6.py │ │ ├── binary=10_7.py │ │ ├── binary=10_8.py │ │ ├── binary=10_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── binary=2 │ │ ├── binary=2_1.py │ │ ├── binary=2_10.py │ │ ├── binary=2_2.py │ │ ├── binary=2_3.py │ │ ├── binary=2_4.py │ │ ├── binary=2_5.py │ │ ├── binary=2_6.py │ │ ├── binary=2_7.py │ │ ├── binary=2_8.py │ │ ├── binary=2_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── binary=4 │ │ ├── binary=4_1.py │ │ ├── binary=4_10.py │ │ ├── binary=4_2.py │ │ ├── binary=4_3.py │ │ ├── binary=4_4.py │ │ ├── binary=4_5.py │ │ ├── binary=4_6.py │ │ ├── binary=4_7.py │ │ ├── binary=4_8.py │ │ ├── binary=4_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── binary=6 │ │ ├── binary=6_1.py │ │ ├── binary=6_10.py │ │ ├── binary=6_2.py │ │ ├── binary=6_3.py │ │ ├── binary=6_4.py │ │ ├── binary=6_5.py │ │ ├── binary=6_6.py │ │ ├── binary=6_7.py │ │ ├── binary=6_8.py │ │ ├── binary=6_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── binary=8 │ │ ├── binary=8_1.py │ │ ├── binary=8_10.py │ │ ├── binary=8_2.py │ │ ├── binary=8_3.py │ │ ├── binary=8_4.py │ │ ├── binary=8_5.py │ │ ├── binary=8_6.py │ │ ├── binary=8_7.py │ │ ├── binary=8_8.py │ │ ├── binary=8_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── binary_unary=0 │ │ ├── binary_unary=0_1.py │ │ ├── binary_unary=0_10.py │ │ ├── binary_unary=0_2.py │ │ ├── binary_unary=0_3.py │ │ ├── binary_unary=0_4.py │ │ ├── binary_unary=0_5.py │ │ ├── binary_unary=0_6.py │ │ ├── binary_unary=0_7.py │ │ ├── binary_unary=0_8.py │ │ ├── binary_unary=0_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── binary_unary=10 │ │ ├── binary_unary=10_1.py │ │ ├── binary_unary=10_10.py │ │ ├── binary_unary=10_2.py │ │ ├── binary_unary=10_3.py │ │ ├── binary_unary=10_4.py │ │ ├── binary_unary=10_5.py │ │ ├── binary_unary=10_6.py │ │ ├── binary_unary=10_7.py │ │ ├── binary_unary=10_8.py │ │ ├── binary_unary=10_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── binary_unary=2 │ │ ├── binary_unary=2_1.py │ │ ├── binary_unary=2_10.py │ │ ├── binary_unary=2_2.py │ │ ├── binary_unary=2_3.py │ │ ├── binary_unary=2_4.py │ │ ├── binary_unary=2_5.py │ │ ├── binary_unary=2_6.py │ │ ├── binary_unary=2_7.py │ │ ├── binary_unary=2_8.py │ │ ├── binary_unary=2_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── binary_unary=4 │ │ ├── binary_unary=4_1.py │ │ ├── binary_unary=4_10.py │ │ ├── binary_unary=4_2.py │ │ ├── binary_unary=4_3.py │ │ ├── binary_unary=4_4.py │ │ ├── binary_unary=4_5.py │ │ ├── binary_unary=4_6.py │ │ ├── binary_unary=4_7.py │ │ ├── binary_unary=4_8.py │ │ ├── binary_unary=4_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── binary_unary=6 │ │ ├── binary_unary=6_1.py │ │ ├── binary_unary=6_10.py │ │ ├── binary_unary=6_2.py │ │ ├── binary_unary=6_3.py │ │ ├── binary_unary=6_4.py │ │ ├── binary_unary=6_5.py │ │ ├── binary_unary=6_6.py │ │ ├── binary_unary=6_7.py │ │ ├── binary_unary=6_8.py │ │ ├── binary_unary=6_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── binary_unary=8 │ │ ├── binary_unary=8_1.py │ │ ├── binary_unary=8_10.py │ │ ├── binary_unary=8_2.py │ │ ├── binary_unary=8_3.py │ │ ├── binary_unary=8_4.py │ │ ├── binary_unary=8_5.py │ │ ├── binary_unary=8_6.py │ │ ├── binary_unary=8_7.py │ │ ├── binary_unary=8_8.py │ │ ├── binary_unary=8_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── cat_addmm │ │ ├── cat_addmm_1.py │ │ ├── cat_addmm_10.py │ │ ├── cat_addmm_2.py │ │ ├── cat_addmm_3.py │ │ ├── cat_addmm_4.py │ │ ├── cat_addmm_5.py │ │ ├── cat_addmm_6.py │ │ ├── cat_addmm_7.py │ │ ├── cat_addmm_8.py │ │ ├── cat_addmm_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── cat_mm │ │ ├── cat_mm_1.py │ │ ├── cat_mm_10.py │ │ ├── cat_mm_2.py │ │ ├── cat_mm_3.py │ │ ├── cat_mm_4.py │ │ ├── cat_mm_5.py │ │ ├── cat_mm_6.py │ │ ├── cat_mm_7.py │ │ ├── cat_mm_8.py │ │ ├── cat_mm_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── cat_slice_cat │ │ ├── cat_slice_cat_1.py │ │ ├── cat_slice_cat_10.py │ │ ├── cat_slice_cat_2.py │ │ ├── cat_slice_cat_3.py │ │ ├── cat_slice_cat_4.py │ │ ├── cat_slice_cat_5.py │ │ ├── cat_slice_cat_6.py │ │ ├── cat_slice_cat_7.py │ │ ├── cat_slice_cat_8.py │ │ ├── cat_slice_cat_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── fuse_conv_bn │ │ ├── fuse_conv_bn_1.py │ │ ├── fuse_conv_bn_10.py │ │ ├── fuse_conv_bn_2.py │ │ ├── fuse_conv_bn_3.py │ │ ├── fuse_conv_bn_4.py │ │ ├── fuse_conv_bn_5.py │ │ ├── fuse_conv_bn_6.py │ │ ├── fuse_conv_bn_7.py │ │ ├── fuse_conv_bn_8.py │ │ ├── fuse_conv_bn_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── linear_permute_fusion │ │ ├── linear_permute_fusion_1.py │ │ ├── linear_permute_fusion_10.py │ │ ├── linear_permute_fusion_2.py │ │ ├── linear_permute_fusion_3.py │ │ ├── linear_permute_fusion_4.py │ │ ├── linear_permute_fusion_5.py │ │ ├── linear_permute_fusion_6.py │ │ ├── linear_permute_fusion_7.py │ │ ├── linear_permute_fusion_8.py │ │ ├── linear_permute_fusion_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── mm_plus_mm │ │ ├── mm_plus_mm_1.py │ │ ├── mm_plus_mm_10.py │ │ ├── mm_plus_mm_2.py │ │ ├── mm_plus_mm_3.py │ │ ├── mm_plus_mm_4.py │ │ ├── mm_plus_mm_5.py │ │ ├── mm_plus_mm_6.py │ │ ├── mm_plus_mm_7.py │ │ ├── mm_plus_mm_8.py │ │ ├── mm_plus_mm_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── outputs.json │ ├── permute_linear_fusion │ │ ├── permute_linear_fusion_1.py │ │ ├── permute_linear_fusion_10.py │ │ ├── permute_linear_fusion_2.py │ │ ├── permute_linear_fusion_3.py │ │ ├── permute_linear_fusion_4.py │ │ ├── permute_linear_fusion_5.py │ │ ├── permute_linear_fusion_6.py │ │ ├── permute_linear_fusion_7.py │ │ ├── permute_linear_fusion_8.py │ │ ├── permute_linear_fusion_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── permute_matmul_fusion │ │ ├── permute_matmul_fusion_1.py │ │ ├── permute_matmul_fusion_10.py │ │ ├── permute_matmul_fusion_2.py │ │ ├── permute_matmul_fusion_3.py │ │ ├── permute_matmul_fusion_4.py │ │ ├── permute_matmul_fusion_5.py │ │ ├── permute_matmul_fusion_6.py │ │ ├── permute_matmul_fusion_7.py │ │ ├── permute_matmul_fusion_8.py │ │ ├── permute_matmul_fusion_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── pointless_cumsum_replacement │ │ ├── pointless_cumsum_replacement_1.py │ │ ├── pointless_cumsum_replacement_10.py │ │ ├── pointless_cumsum_replacement_2.py │ │ ├── pointless_cumsum_replacement_3.py │ │ ├── pointless_cumsum_replacement_4.py │ │ ├── pointless_cumsum_replacement_5.py │ │ ├── pointless_cumsum_replacement_6.py │ │ ├── pointless_cumsum_replacement_7.py │ │ ├── pointless_cumsum_replacement_8.py │ │ ├── pointless_cumsum_replacement_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── replace_fx │ │ ├── prompt.txt │ │ ├── replace_fx_1.py │ │ ├── replace_fx_10.py │ │ ├── replace_fx_2.py │ │ ├── replace_fx_3.py │ │ ├── replace_fx_4.py │ │ ├── replace_fx_5.py │ │ ├── replace_fx_6.py │ │ ├── replace_fx_7.py │ │ ├── replace_fx_8.py │ │ ├── replace_fx_9.py │ │ └── time.txt │ ├── sfdp=0 │ │ ├── prompt.txt │ │ ├── sfdp=0_1.py │ │ ├── sfdp=0_10.py │ │ ├── sfdp=0_2.py │ │ ├── sfdp=0_3.py │ │ ├── sfdp=0_4.py │ │ ├── sfdp=0_5.py │ │ ├── sfdp=0_6.py │ │ ├── sfdp=0_7.py │ │ ├── sfdp=0_8.py │ │ ├── sfdp=0_9.py │ │ └── time.txt │ ├── sfdp=1 │ │ ├── prompt.txt │ │ ├── sfdp=1_1.py │ │ ├── sfdp=1_10.py │ │ ├── sfdp=1_2.py │ │ ├── sfdp=1_3.py │ │ ├── sfdp=1_4.py │ │ ├── sfdp=1_5.py │ │ ├── sfdp=1_6.py │ │ ├── sfdp=1_7.py │ │ ├── sfdp=1_8.py │ │ ├── sfdp=1_9.py │ │ └── time.txt │ ├── sfdp=2 │ │ ├── prompt.txt │ │ ├── sfdp=2_1.py │ │ ├── sfdp=2_10.py │ │ ├── sfdp=2_2.py │ │ ├── sfdp=2_3.py │ │ ├── sfdp=2_4.py │ │ ├── sfdp=2_5.py │ │ ├── sfdp=2_6.py │ │ ├── sfdp=2_7.py │ │ ├── sfdp=2_8.py │ │ ├── sfdp=2_9.py │ │ └── time.txt │ ├── sfdp=3 │ │ ├── prompt.txt │ │ ├── sfdp=3_1.py │ │ ├── sfdp=3_10.py │ │ ├── sfdp=3_2.py │ │ ├── sfdp=3_3.py │ │ ├── sfdp=3_4.py │ │ ├── sfdp=3_5.py │ │ ├── sfdp=3_6.py │ │ ├── sfdp=3_7.py │ │ ├── sfdp=3_8.py │ │ ├── sfdp=3_9.py │ │ └── time.txt │ ├── sfdp=4 │ │ ├── prompt.txt │ │ ├── sfdp=4_1.py │ │ ├── sfdp=4_10.py │ │ ├── sfdp=4_2.py │ │ ├── sfdp=4_3.py │ │ ├── sfdp=4_4.py │ │ ├── sfdp=4_5.py │ │ ├── sfdp=4_6.py │ │ ├── sfdp=4_7.py │ │ ├── sfdp=4_8.py │ │ ├── sfdp=4_9.py │ │ └── time.txt │ ├── sfdp=5 │ │ ├── prompt.txt │ │ ├── sfdp=5_1.py │ │ ├── sfdp=5_10.py │ │ ├── sfdp=5_2.py │ │ ├── sfdp=5_3.py │ │ ├── sfdp=5_4.py │ │ ├── sfdp=5_5.py │ │ ├── sfdp=5_6.py │ │ ├── sfdp=5_7.py │ │ ├── sfdp=5_8.py │ │ ├── sfdp=5_9.py │ │ └── time.txt │ ├── sink_cat_after_pointwise │ │ ├── prompt.txt │ │ ├── sink_cat_after_pointwise_1.py │ │ ├── sink_cat_after_pointwise_10.py │ │ ├── sink_cat_after_pointwise_2.py │ │ ├── sink_cat_after_pointwise_3.py │ │ ├── sink_cat_after_pointwise_4.py │ │ ├── sink_cat_after_pointwise_5.py │ │ ├── sink_cat_after_pointwise_6.py │ │ ├── sink_cat_after_pointwise_7.py │ │ ├── sink_cat_after_pointwise_8.py │ │ ├── sink_cat_after_pointwise_9.py │ │ └── time.txt │ ├── splitwithsizes_cat_replace │ │ ├── prompt.txt │ │ ├── splitwithsizes_cat_replace_1.py │ │ ├── splitwithsizes_cat_replace_10.py │ │ ├── splitwithsizes_cat_replace_2.py │ │ ├── splitwithsizes_cat_replace_3.py │ │ ├── splitwithsizes_cat_replace_4.py │ │ ├── splitwithsizes_cat_replace_5.py │ │ ├── splitwithsizes_cat_replace_6.py │ │ ├── splitwithsizes_cat_replace_7.py │ │ ├── splitwithsizes_cat_replace_8.py │ │ ├── splitwithsizes_cat_replace_9.py │ │ └── time.txt │ ├── unary=0 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=0_1.py │ │ ├── unary=0_10.py │ │ ├── unary=0_2.py │ │ ├── unary=0_3.py │ │ ├── unary=0_4.py │ │ ├── unary=0_5.py │ │ ├── unary=0_6.py │ │ ├── unary=0_7.py │ │ ├── unary=0_8.py │ │ └── unary=0_9.py │ ├── unary=1 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=1_1.py │ │ ├── unary=1_10.py │ │ ├── unary=1_2.py │ │ ├── unary=1_3.py │ │ ├── unary=1_4.py │ │ ├── unary=1_5.py │ │ ├── unary=1_6.py │ │ ├── unary=1_7.py │ │ ├── unary=1_8.py │ │ └── unary=1_9.py │ ├── unary=10 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=10_1.py │ │ ├── unary=10_10.py │ │ ├── unary=10_2.py │ │ ├── unary=10_3.py │ │ ├── unary=10_4.py │ │ ├── unary=10_5.py │ │ ├── unary=10_6.py │ │ ├── unary=10_7.py │ │ ├── unary=10_8.py │ │ └── unary=10_9.py │ ├── unary=11 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=11_1.py │ │ ├── unary=11_10.py │ │ ├── unary=11_2.py │ │ ├── unary=11_3.py │ │ ├── unary=11_4.py │ │ ├── unary=11_5.py │ │ ├── unary=11_6.py │ │ ├── unary=11_7.py │ │ ├── unary=11_8.py │ │ └── unary=11_9.py │ ├── unary=12 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=12_1.py │ │ ├── unary=12_10.py │ │ ├── unary=12_2.py │ │ ├── unary=12_3.py │ │ ├── unary=12_4.py │ │ ├── unary=12_5.py │ │ ├── unary=12_6.py │ │ ├── unary=12_7.py │ │ ├── unary=12_8.py │ │ └── unary=12_9.py │ ├── unary=13 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=13_1.py │ │ ├── unary=13_10.py │ │ ├── unary=13_2.py │ │ ├── unary=13_3.py │ │ ├── unary=13_4.py │ │ ├── unary=13_5.py │ │ ├── unary=13_6.py │ │ ├── unary=13_7.py │ │ ├── unary=13_8.py │ │ └── unary=13_9.py │ ├── unary=14 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=14_1.py │ │ ├── unary=14_10.py │ │ ├── unary=14_2.py │ │ ├── unary=14_3.py │ │ ├── unary=14_4.py │ │ ├── unary=14_5.py │ │ ├── unary=14_6.py │ │ ├── unary=14_7.py │ │ ├── unary=14_8.py │ │ └── unary=14_9.py │ ├── unary=15 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=15_1.py │ │ ├── unary=15_10.py │ │ ├── unary=15_2.py │ │ ├── unary=15_3.py │ │ ├── unary=15_4.py │ │ ├── unary=15_5.py │ │ ├── unary=15_6.py │ │ ├── unary=15_7.py │ │ ├── unary=15_8.py │ │ └── unary=15_9.py │ ├── unary=16 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=16_1.py │ │ ├── unary=16_10.py │ │ ├── unary=16_2.py │ │ ├── unary=16_3.py │ │ ├── unary=16_4.py │ │ ├── unary=16_5.py │ │ ├── unary=16_6.py │ │ ├── unary=16_7.py │ │ ├── unary=16_8.py │ │ └── unary=16_9.py │ ├── unary=17 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=17_1.py │ │ ├── unary=17_10.py │ │ ├── unary=17_2.py │ │ ├── unary=17_3.py │ │ ├── unary=17_4.py │ │ ├── unary=17_5.py │ │ ├── unary=17_6.py │ │ ├── unary=17_7.py │ │ ├── unary=17_8.py │ │ └── unary=17_9.py │ ├── unary=18 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=18_1.py │ │ ├── unary=18_10.py │ │ ├── unary=18_2.py │ │ ├── unary=18_3.py │ │ ├── unary=18_4.py │ │ ├── unary=18_5.py │ │ ├── unary=18_6.py │ │ ├── unary=18_7.py │ │ ├── unary=18_8.py │ │ └── unary=18_9.py │ ├── unary=19 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=19_1.py │ │ ├── unary=19_10.py │ │ ├── unary=19_2.py │ │ ├── unary=19_3.py │ │ ├── unary=19_4.py │ │ ├── unary=19_5.py │ │ ├── unary=19_6.py │ │ ├── unary=19_7.py │ │ ├── unary=19_8.py │ │ └── unary=19_9.py │ ├── unary=2 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=2_1.py │ │ ├── unary=2_10.py │ │ ├── unary=2_2.py │ │ ├── unary=2_3.py │ │ ├── unary=2_4.py │ │ ├── unary=2_5.py │ │ ├── unary=2_6.py │ │ ├── unary=2_7.py │ │ ├── unary=2_8.py │ │ └── unary=2_9.py │ ├── unary=20 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=20_1.py │ │ ├── unary=20_10.py │ │ ├── unary=20_2.py │ │ ├── unary=20_3.py │ │ ├── unary=20_4.py │ │ ├── unary=20_5.py │ │ ├── unary=20_6.py │ │ ├── unary=20_7.py │ │ ├── unary=20_8.py │ │ └── unary=20_9.py │ ├── unary=21 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=21_1.py │ │ ├── unary=21_10.py │ │ ├── unary=21_2.py │ │ ├── unary=21_3.py │ │ ├── unary=21_4.py │ │ ├── unary=21_5.py │ │ ├── unary=21_6.py │ │ ├── unary=21_7.py │ │ ├── unary=21_8.py │ │ └── unary=21_9.py │ ├── unary=22 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=22_1.py │ │ ├── unary=22_10.py │ │ ├── unary=22_2.py │ │ ├── unary=22_3.py │ │ ├── unary=22_4.py │ │ ├── unary=22_5.py │ │ ├── unary=22_6.py │ │ ├── unary=22_7.py │ │ ├── unary=22_8.py │ │ └── unary=22_9.py │ ├── unary=23 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=23_1.py │ │ ├── unary=23_10.py │ │ ├── unary=23_2.py │ │ ├── unary=23_3.py │ │ ├── unary=23_4.py │ │ ├── unary=23_5.py │ │ ├── unary=23_6.py │ │ ├── unary=23_7.py │ │ ├── unary=23_8.py │ │ └── unary=23_9.py │ ├── unary=24 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=24_1.py │ │ ├── unary=24_10.py │ │ ├── unary=24_2.py │ │ ├── unary=24_3.py │ │ ├── unary=24_4.py │ │ ├── unary=24_5.py │ │ ├── unary=24_6.py │ │ ├── unary=24_7.py │ │ ├── unary=24_8.py │ │ └── unary=24_9.py │ ├── unary=25 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=25_1.py │ │ ├── unary=25_10.py │ │ ├── unary=25_2.py │ │ ├── unary=25_3.py │ │ ├── unary=25_4.py │ │ ├── unary=25_5.py │ │ ├── unary=25_6.py │ │ ├── unary=25_7.py │ │ ├── unary=25_8.py │ │ └── unary=25_9.py │ ├── unary=26 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=26_1.py │ │ ├── unary=26_10.py │ │ ├── unary=26_2.py │ │ ├── unary=26_3.py │ │ ├── unary=26_4.py │ │ ├── unary=26_5.py │ │ ├── unary=26_6.py │ │ ├── unary=26_7.py │ │ ├── unary=26_8.py │ │ └── unary=26_9.py │ ├── unary=27 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=27_1.py │ │ ├── unary=27_10.py │ │ ├── unary=27_2.py │ │ ├── unary=27_3.py │ │ ├── unary=27_4.py │ │ ├── unary=27_5.py │ │ ├── unary=27_6.py │ │ ├── unary=27_7.py │ │ ├── unary=27_8.py │ │ └── unary=27_9.py │ ├── unary=28 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=28_1.py │ │ ├── unary=28_10.py │ │ ├── unary=28_2.py │ │ ├── unary=28_3.py │ │ ├── unary=28_4.py │ │ ├── unary=28_5.py │ │ ├── unary=28_6.py │ │ ├── unary=28_7.py │ │ ├── unary=28_8.py │ │ └── unary=28_9.py │ ├── unary=29 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=29_1.py │ │ ├── unary=29_10.py │ │ ├── unary=29_2.py │ │ ├── unary=29_3.py │ │ ├── unary=29_4.py │ │ ├── unary=29_5.py │ │ ├── unary=29_6.py │ │ ├── unary=29_7.py │ │ ├── unary=29_8.py │ │ └── unary=29_9.py │ ├── unary=3 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=3_1.py │ │ ├── unary=3_10.py │ │ ├── unary=3_2.py │ │ ├── unary=3_3.py │ │ ├── unary=3_4.py │ │ ├── unary=3_5.py │ │ ├── unary=3_6.py │ │ ├── unary=3_7.py │ │ ├── unary=3_8.py │ │ └── unary=3_9.py │ ├── unary=4 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=4_1.py │ │ ├── unary=4_10.py │ │ ├── unary=4_2.py │ │ ├── unary=4_3.py │ │ ├── unary=4_4.py │ │ ├── unary=4_5.py │ │ ├── unary=4_6.py │ │ ├── unary=4_7.py │ │ ├── unary=4_8.py │ │ └── unary=4_9.py │ ├── unary=5 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=5_1.py │ │ ├── unary=5_10.py │ │ ├── unary=5_2.py │ │ ├── unary=5_3.py │ │ ├── unary=5_4.py │ │ ├── unary=5_5.py │ │ ├── unary=5_6.py │ │ ├── unary=5_7.py │ │ ├── unary=5_8.py │ │ └── unary=5_9.py │ ├── unary=6 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=6_1.py │ │ ├── unary=6_10.py │ │ ├── unary=6_2.py │ │ ├── unary=6_3.py │ │ ├── unary=6_4.py │ │ ├── unary=6_5.py │ │ ├── unary=6_6.py │ │ ├── unary=6_7.py │ │ ├── unary=6_8.py │ │ └── unary=6_9.py │ ├── unary=7 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=7_1.py │ │ ├── unary=7_10.py │ │ ├── unary=7_2.py │ │ ├── unary=7_3.py │ │ ├── unary=7_4.py │ │ ├── unary=7_5.py │ │ ├── unary=7_6.py │ │ ├── unary=7_7.py │ │ ├── unary=7_8.py │ │ └── unary=7_9.py │ ├── unary=8 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=8_1.py │ │ ├── unary=8_10.py │ │ ├── unary=8_2.py │ │ ├── unary=8_3.py │ │ ├── unary=8_4.py │ │ ├── unary=8_5.py │ │ ├── unary=8_6.py │ │ ├── unary=8_7.py │ │ ├── unary=8_8.py │ │ └── unary=8_9.py │ └── unary=9 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=9_1.py │ │ ├── unary=9_10.py │ │ ├── unary=9_2.py │ │ ├── unary=9_3.py │ │ ├── unary=9_4.py │ │ ├── unary=9_5.py │ │ ├── unary=9_6.py │ │ ├── unary=9_7.py │ │ ├── unary=9_8.py │ │ └── unary=9_9.py │ ├── step27-3shot │ ├── addmm │ │ ├── addmm_1.py │ │ ├── addmm_10.py │ │ ├── addmm_2.py │ │ ├── addmm_3.py │ │ ├── addmm_4.py │ │ ├── addmm_5.py │ │ ├── addmm_6.py │ │ ├── addmm_7.py │ │ ├── addmm_8.py │ │ ├── addmm_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── binary=0 │ │ ├── binary=0_1.py │ │ ├── binary=0_10.py │ │ ├── binary=0_2.py │ │ ├── binary=0_3.py │ │ ├── binary=0_4.py │ │ ├── binary=0_5.py │ │ ├── binary=0_6.py │ │ ├── binary=0_7.py │ │ ├── binary=0_8.py │ │ ├── binary=0_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── binary=10 │ │ ├── binary=10_1.py │ │ ├── binary=10_10.py │ │ ├── binary=10_2.py │ │ ├── binary=10_3.py │ │ ├── binary=10_4.py │ │ ├── binary=10_5.py │ │ ├── binary=10_6.py │ │ ├── binary=10_7.py │ │ ├── binary=10_8.py │ │ ├── binary=10_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── binary=2 │ │ ├── binary=2_1.py │ │ ├── binary=2_10.py │ │ ├── binary=2_2.py │ │ ├── binary=2_3.py │ │ ├── binary=2_4.py │ │ ├── binary=2_5.py │ │ ├── binary=2_6.py │ │ ├── binary=2_7.py │ │ ├── binary=2_8.py │ │ ├── binary=2_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── binary=4 │ │ ├── binary=4_1.py │ │ ├── binary=4_10.py │ │ ├── binary=4_2.py │ │ ├── binary=4_3.py │ │ ├── binary=4_4.py │ │ ├── binary=4_5.py │ │ ├── binary=4_6.py │ │ ├── binary=4_7.py │ │ ├── binary=4_8.py │ │ ├── binary=4_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── binary=6 │ │ ├── binary=6_1.py │ │ ├── binary=6_10.py │ │ ├── binary=6_2.py │ │ ├── binary=6_3.py │ │ ├── binary=6_4.py │ │ ├── binary=6_5.py │ │ ├── binary=6_6.py │ │ ├── binary=6_7.py │ │ ├── binary=6_8.py │ │ ├── binary=6_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── binary=8 │ │ ├── binary=8_1.py │ │ ├── binary=8_10.py │ │ ├── binary=8_2.py │ │ ├── binary=8_3.py │ │ ├── binary=8_4.py │ │ ├── binary=8_5.py │ │ ├── binary=8_6.py │ │ ├── binary=8_7.py │ │ ├── binary=8_8.py │ │ ├── binary=8_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── binary_unary=0 │ │ ├── binary_unary=0_1.py │ │ ├── binary_unary=0_10.py │ │ ├── binary_unary=0_2.py │ │ ├── binary_unary=0_3.py │ │ ├── binary_unary=0_4.py │ │ ├── binary_unary=0_5.py │ │ ├── binary_unary=0_6.py │ │ ├── binary_unary=0_7.py │ │ ├── binary_unary=0_8.py │ │ ├── binary_unary=0_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── binary_unary=10 │ │ ├── binary_unary=10_1.py │ │ ├── binary_unary=10_10.py │ │ ├── binary_unary=10_2.py │ │ ├── binary_unary=10_3.py │ │ ├── binary_unary=10_4.py │ │ ├── binary_unary=10_5.py │ │ ├── binary_unary=10_6.py │ │ ├── binary_unary=10_7.py │ │ ├── binary_unary=10_8.py │ │ ├── binary_unary=10_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── binary_unary=2 │ │ ├── binary_unary=2_1.py │ │ ├── binary_unary=2_10.py │ │ ├── binary_unary=2_2.py │ │ ├── binary_unary=2_3.py │ │ ├── binary_unary=2_4.py │ │ ├── binary_unary=2_5.py │ │ ├── binary_unary=2_6.py │ │ ├── binary_unary=2_7.py │ │ ├── binary_unary=2_8.py │ │ ├── binary_unary=2_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── binary_unary=4 │ │ ├── binary_unary=4_1.py │ │ ├── binary_unary=4_10.py │ │ ├── binary_unary=4_2.py │ │ ├── binary_unary=4_3.py │ │ ├── binary_unary=4_4.py │ │ ├── binary_unary=4_5.py │ │ ├── binary_unary=4_6.py │ │ ├── binary_unary=4_7.py │ │ ├── binary_unary=4_8.py │ │ ├── binary_unary=4_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── binary_unary=6 │ │ ├── binary_unary=6_1.py │ │ ├── binary_unary=6_10.py │ │ ├── binary_unary=6_2.py │ │ ├── binary_unary=6_3.py │ │ ├── binary_unary=6_4.py │ │ ├── binary_unary=6_5.py │ │ ├── binary_unary=6_6.py │ │ ├── binary_unary=6_7.py │ │ ├── binary_unary=6_8.py │ │ ├── binary_unary=6_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── binary_unary=8 │ │ ├── binary_unary=8_1.py │ │ ├── binary_unary=8_10.py │ │ ├── binary_unary=8_2.py │ │ ├── binary_unary=8_3.py │ │ ├── binary_unary=8_4.py │ │ ├── binary_unary=8_5.py │ │ ├── binary_unary=8_6.py │ │ ├── binary_unary=8_7.py │ │ ├── binary_unary=8_8.py │ │ ├── binary_unary=8_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── cat_addmm │ │ ├── cat_addmm_1.py │ │ ├── cat_addmm_10.py │ │ ├── cat_addmm_2.py │ │ ├── cat_addmm_3.py │ │ ├── cat_addmm_4.py │ │ ├── cat_addmm_5.py │ │ ├── cat_addmm_6.py │ │ ├── cat_addmm_7.py │ │ ├── cat_addmm_8.py │ │ ├── cat_addmm_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── cat_mm │ │ ├── cat_mm_1.py │ │ ├── cat_mm_10.py │ │ ├── cat_mm_2.py │ │ ├── cat_mm_3.py │ │ ├── cat_mm_4.py │ │ ├── cat_mm_5.py │ │ ├── cat_mm_6.py │ │ ├── cat_mm_7.py │ │ ├── cat_mm_8.py │ │ ├── cat_mm_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── cat_slice_cat │ │ ├── cat_slice_cat_1.py │ │ ├── cat_slice_cat_10.py │ │ ├── cat_slice_cat_2.py │ │ ├── cat_slice_cat_3.py │ │ ├── cat_slice_cat_4.py │ │ ├── cat_slice_cat_5.py │ │ ├── cat_slice_cat_6.py │ │ ├── cat_slice_cat_7.py │ │ ├── cat_slice_cat_8.py │ │ ├── cat_slice_cat_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── fuse_conv_bn │ │ ├── fuse_conv_bn_1.py │ │ ├── fuse_conv_bn_10.py │ │ ├── fuse_conv_bn_2.py │ │ ├── fuse_conv_bn_3.py │ │ ├── fuse_conv_bn_4.py │ │ ├── fuse_conv_bn_5.py │ │ ├── fuse_conv_bn_6.py │ │ ├── fuse_conv_bn_7.py │ │ ├── fuse_conv_bn_8.py │ │ ├── fuse_conv_bn_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── linear_permute_fusion │ │ ├── linear_permute_fusion_1.py │ │ ├── linear_permute_fusion_10.py │ │ ├── linear_permute_fusion_2.py │ │ ├── linear_permute_fusion_3.py │ │ ├── linear_permute_fusion_4.py │ │ ├── linear_permute_fusion_5.py │ │ ├── linear_permute_fusion_6.py │ │ ├── linear_permute_fusion_7.py │ │ ├── linear_permute_fusion_8.py │ │ ├── linear_permute_fusion_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── mm_plus_mm │ │ ├── mm_plus_mm_1.py │ │ ├── mm_plus_mm_10.py │ │ ├── mm_plus_mm_2.py │ │ ├── mm_plus_mm_3.py │ │ ├── mm_plus_mm_4.py │ │ ├── mm_plus_mm_5.py │ │ ├── mm_plus_mm_6.py │ │ ├── mm_plus_mm_7.py │ │ ├── mm_plus_mm_8.py │ │ ├── mm_plus_mm_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── outputs.json │ ├── permute_linear_fusion │ │ ├── permute_linear_fusion_1.py │ │ ├── permute_linear_fusion_10.py │ │ ├── permute_linear_fusion_2.py │ │ ├── permute_linear_fusion_3.py │ │ ├── permute_linear_fusion_4.py │ │ ├── permute_linear_fusion_5.py │ │ ├── permute_linear_fusion_6.py │ │ ├── permute_linear_fusion_7.py │ │ ├── permute_linear_fusion_8.py │ │ ├── permute_linear_fusion_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── permute_matmul_fusion │ │ ├── permute_matmul_fusion_1.py │ │ ├── permute_matmul_fusion_10.py │ │ ├── permute_matmul_fusion_2.py │ │ ├── permute_matmul_fusion_3.py │ │ ├── permute_matmul_fusion_4.py │ │ ├── permute_matmul_fusion_5.py │ │ ├── permute_matmul_fusion_6.py │ │ ├── permute_matmul_fusion_7.py │ │ ├── permute_matmul_fusion_8.py │ │ ├── permute_matmul_fusion_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── pointless_cumsum_replacement │ │ ├── pointless_cumsum_replacement_1.py │ │ ├── pointless_cumsum_replacement_10.py │ │ ├── pointless_cumsum_replacement_2.py │ │ ├── pointless_cumsum_replacement_3.py │ │ ├── pointless_cumsum_replacement_4.py │ │ ├── pointless_cumsum_replacement_5.py │ │ ├── pointless_cumsum_replacement_6.py │ │ ├── pointless_cumsum_replacement_7.py │ │ ├── pointless_cumsum_replacement_8.py │ │ ├── pointless_cumsum_replacement_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── replace_fx │ │ ├── prompt.txt │ │ ├── replace_fx_1.py │ │ ├── replace_fx_10.py │ │ ├── replace_fx_2.py │ │ ├── replace_fx_3.py │ │ ├── replace_fx_4.py │ │ ├── replace_fx_5.py │ │ ├── replace_fx_6.py │ │ ├── replace_fx_7.py │ │ ├── replace_fx_8.py │ │ ├── replace_fx_9.py │ │ └── time.txt │ ├── sfdp=0 │ │ ├── prompt.txt │ │ ├── sfdp=0_1.py │ │ ├── sfdp=0_10.py │ │ ├── sfdp=0_2.py │ │ ├── sfdp=0_3.py │ │ ├── sfdp=0_4.py │ │ ├── sfdp=0_5.py │ │ ├── sfdp=0_6.py │ │ ├── sfdp=0_7.py │ │ ├── sfdp=0_8.py │ │ ├── sfdp=0_9.py │ │ └── time.txt │ ├── sfdp=1 │ │ ├── prompt.txt │ │ ├── sfdp=1_1.py │ │ ├── sfdp=1_10.py │ │ ├── sfdp=1_2.py │ │ ├── sfdp=1_3.py │ │ ├── sfdp=1_4.py │ │ ├── sfdp=1_5.py │ │ ├── sfdp=1_6.py │ │ ├── sfdp=1_7.py │ │ ├── sfdp=1_8.py │ │ ├── sfdp=1_9.py │ │ └── time.txt │ ├── sfdp=2 │ │ ├── prompt.txt │ │ ├── sfdp=2_1.py │ │ ├── sfdp=2_10.py │ │ ├── sfdp=2_2.py │ │ ├── sfdp=2_3.py │ │ ├── sfdp=2_4.py │ │ ├── sfdp=2_5.py │ │ ├── sfdp=2_6.py │ │ ├── sfdp=2_7.py │ │ ├── sfdp=2_8.py │ │ ├── sfdp=2_9.py │ │ └── time.txt │ ├── sfdp=3 │ │ ├── prompt.txt │ │ ├── sfdp=3_1.py │ │ ├── sfdp=3_10.py │ │ ├── sfdp=3_2.py │ │ ├── sfdp=3_3.py │ │ ├── sfdp=3_4.py │ │ ├── sfdp=3_5.py │ │ ├── sfdp=3_6.py │ │ ├── sfdp=3_7.py │ │ ├── sfdp=3_8.py │ │ ├── sfdp=3_9.py │ │ └── time.txt │ ├── sfdp=4 │ │ ├── prompt.txt │ │ ├── sfdp=4_1.py │ │ ├── sfdp=4_10.py │ │ ├── sfdp=4_2.py │ │ ├── sfdp=4_3.py │ │ ├── sfdp=4_4.py │ │ ├── sfdp=4_5.py │ │ ├── sfdp=4_6.py │ │ ├── sfdp=4_7.py │ │ ├── sfdp=4_8.py │ │ ├── sfdp=4_9.py │ │ └── time.txt │ ├── sfdp=5 │ │ ├── prompt.txt │ │ ├── sfdp=5_1.py │ │ ├── sfdp=5_10.py │ │ ├── sfdp=5_2.py │ │ ├── sfdp=5_3.py │ │ ├── sfdp=5_4.py │ │ ├── sfdp=5_5.py │ │ ├── sfdp=5_6.py │ │ ├── sfdp=5_7.py │ │ ├── sfdp=5_8.py │ │ ├── sfdp=5_9.py │ │ └── time.txt │ ├── sink_cat_after_pointwise │ │ ├── prompt.txt │ │ ├── sink_cat_after_pointwise_1.py │ │ ├── sink_cat_after_pointwise_10.py │ │ ├── sink_cat_after_pointwise_2.py │ │ ├── sink_cat_after_pointwise_3.py │ │ ├── sink_cat_after_pointwise_4.py │ │ ├── sink_cat_after_pointwise_5.py │ │ ├── sink_cat_after_pointwise_6.py │ │ ├── sink_cat_after_pointwise_7.py │ │ ├── sink_cat_after_pointwise_8.py │ │ ├── sink_cat_after_pointwise_9.py │ │ └── time.txt │ ├── splitwithsizes_cat_replace │ │ ├── prompt.txt │ │ ├── splitwithsizes_cat_replace_1.py │ │ ├── splitwithsizes_cat_replace_10.py │ │ ├── splitwithsizes_cat_replace_2.py │ │ ├── splitwithsizes_cat_replace_3.py │ │ ├── splitwithsizes_cat_replace_4.py │ │ ├── splitwithsizes_cat_replace_5.py │ │ ├── splitwithsizes_cat_replace_6.py │ │ ├── splitwithsizes_cat_replace_7.py │ │ ├── splitwithsizes_cat_replace_8.py │ │ ├── splitwithsizes_cat_replace_9.py │ │ └── time.txt │ ├── unary=0 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=0_1.py │ │ ├── unary=0_10.py │ │ ├── unary=0_2.py │ │ ├── unary=0_3.py │ │ ├── unary=0_4.py │ │ ├── unary=0_5.py │ │ ├── unary=0_6.py │ │ ├── unary=0_7.py │ │ ├── unary=0_8.py │ │ └── unary=0_9.py │ ├── unary=1 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=1_1.py │ │ ├── unary=1_10.py │ │ ├── unary=1_2.py │ │ ├── unary=1_3.py │ │ ├── unary=1_4.py │ │ ├── unary=1_5.py │ │ ├── unary=1_6.py │ │ ├── unary=1_7.py │ │ ├── unary=1_8.py │ │ └── unary=1_9.py │ ├── unary=10 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=10_1.py │ │ ├── unary=10_10.py │ │ ├── unary=10_2.py │ │ ├── unary=10_3.py │ │ ├── unary=10_4.py │ │ ├── unary=10_5.py │ │ ├── unary=10_6.py │ │ ├── unary=10_7.py │ │ ├── unary=10_8.py │ │ └── unary=10_9.py │ ├── unary=11 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=11_1.py │ │ ├── unary=11_10.py │ │ ├── unary=11_2.py │ │ ├── unary=11_3.py │ │ ├── unary=11_4.py │ │ ├── unary=11_5.py │ │ ├── unary=11_6.py │ │ ├── unary=11_7.py │ │ ├── unary=11_8.py │ │ └── unary=11_9.py │ ├── unary=12 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=12_1.py │ │ ├── unary=12_10.py │ │ ├── unary=12_2.py │ │ ├── unary=12_3.py │ │ ├── unary=12_4.py │ │ ├── unary=12_5.py │ │ ├── unary=12_6.py │ │ ├── unary=12_7.py │ │ ├── unary=12_8.py │ │ └── unary=12_9.py │ ├── unary=13 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=13_1.py │ │ ├── unary=13_10.py │ │ ├── unary=13_2.py │ │ ├── unary=13_3.py │ │ ├── unary=13_4.py │ │ ├── unary=13_5.py │ │ ├── unary=13_6.py │ │ ├── unary=13_7.py │ │ ├── unary=13_8.py │ │ └── unary=13_9.py │ ├── unary=14 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=14_1.py │ │ ├── unary=14_10.py │ │ ├── unary=14_2.py │ │ ├── unary=14_3.py │ │ ├── unary=14_4.py │ │ ├── unary=14_5.py │ │ ├── unary=14_6.py │ │ ├── unary=14_7.py │ │ ├── unary=14_8.py │ │ └── unary=14_9.py │ ├── unary=15 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=15_1.py │ │ ├── unary=15_10.py │ │ ├── unary=15_2.py │ │ ├── unary=15_3.py │ │ ├── unary=15_4.py │ │ ├── unary=15_5.py │ │ ├── unary=15_6.py │ │ ├── unary=15_7.py │ │ ├── unary=15_8.py │ │ └── unary=15_9.py │ ├── unary=16 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=16_1.py │ │ ├── unary=16_10.py │ │ ├── unary=16_2.py │ │ ├── unary=16_3.py │ │ ├── unary=16_4.py │ │ ├── unary=16_5.py │ │ ├── unary=16_6.py │ │ ├── unary=16_7.py │ │ ├── unary=16_8.py │ │ └── unary=16_9.py │ ├── unary=17 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=17_1.py │ │ ├── unary=17_10.py │ │ ├── unary=17_2.py │ │ ├── unary=17_3.py │ │ ├── unary=17_4.py │ │ ├── unary=17_5.py │ │ ├── unary=17_6.py │ │ ├── unary=17_7.py │ │ ├── unary=17_8.py │ │ └── unary=17_9.py │ ├── unary=18 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=18_1.py │ │ ├── unary=18_10.py │ │ ├── unary=18_2.py │ │ ├── unary=18_3.py │ │ ├── unary=18_4.py │ │ ├── unary=18_5.py │ │ ├── unary=18_6.py │ │ ├── unary=18_7.py │ │ ├── unary=18_8.py │ │ └── unary=18_9.py │ ├── unary=19 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=19_1.py │ │ ├── unary=19_10.py │ │ ├── unary=19_2.py │ │ ├── unary=19_3.py │ │ ├── unary=19_4.py │ │ ├── unary=19_5.py │ │ ├── unary=19_6.py │ │ ├── unary=19_7.py │ │ ├── unary=19_8.py │ │ └── unary=19_9.py │ ├── unary=2 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=2_1.py │ │ ├── unary=2_10.py │ │ ├── unary=2_2.py │ │ ├── unary=2_3.py │ │ ├── unary=2_4.py │ │ ├── unary=2_5.py │ │ ├── unary=2_6.py │ │ ├── unary=2_7.py │ │ ├── unary=2_8.py │ │ └── unary=2_9.py │ ├── unary=20 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=20_1.py │ │ ├── unary=20_10.py │ │ ├── unary=20_2.py │ │ ├── unary=20_3.py │ │ ├── unary=20_4.py │ │ ├── unary=20_5.py │ │ ├── unary=20_6.py │ │ ├── unary=20_7.py │ │ ├── unary=20_8.py │ │ └── unary=20_9.py │ ├── unary=21 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=21_1.py │ │ ├── unary=21_10.py │ │ ├── unary=21_2.py │ │ ├── unary=21_3.py │ │ ├── unary=21_4.py │ │ ├── unary=21_5.py │ │ ├── unary=21_6.py │ │ ├── unary=21_7.py │ │ ├── unary=21_8.py │ │ └── unary=21_9.py │ ├── unary=22 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=22_1.py │ │ ├── unary=22_10.py │ │ ├── unary=22_2.py │ │ ├── unary=22_3.py │ │ ├── unary=22_4.py │ │ ├── unary=22_5.py │ │ ├── unary=22_6.py │ │ ├── unary=22_7.py │ │ ├── unary=22_8.py │ │ └── unary=22_9.py │ ├── unary=23 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=23_1.py │ │ ├── unary=23_10.py │ │ ├── unary=23_2.py │ │ ├── unary=23_3.py │ │ ├── unary=23_4.py │ │ ├── unary=23_5.py │ │ ├── unary=23_6.py │ │ ├── unary=23_7.py │ │ ├── unary=23_8.py │ │ └── unary=23_9.py │ ├── unary=24 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=24_1.py │ │ ├── unary=24_10.py │ │ ├── unary=24_2.py │ │ ├── unary=24_3.py │ │ ├── unary=24_4.py │ │ ├── unary=24_5.py │ │ ├── unary=24_6.py │ │ ├── unary=24_7.py │ │ ├── unary=24_8.py │ │ └── unary=24_9.py │ ├── unary=25 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=25_1.py │ │ ├── unary=25_10.py │ │ ├── unary=25_2.py │ │ ├── unary=25_3.py │ │ ├── unary=25_4.py │ │ ├── unary=25_5.py │ │ ├── unary=25_6.py │ │ ├── unary=25_7.py │ │ ├── unary=25_8.py │ │ └── unary=25_9.py │ ├── unary=26 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=26_1.py │ │ ├── unary=26_10.py │ │ ├── unary=26_2.py │ │ ├── unary=26_3.py │ │ ├── unary=26_4.py │ │ ├── unary=26_5.py │ │ ├── unary=26_6.py │ │ ├── unary=26_7.py │ │ ├── unary=26_8.py │ │ └── unary=26_9.py │ ├── unary=27 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=27_1.py │ │ ├── unary=27_10.py │ │ ├── unary=27_2.py │ │ ├── unary=27_3.py │ │ ├── unary=27_4.py │ │ ├── unary=27_5.py │ │ ├── unary=27_6.py │ │ ├── unary=27_7.py │ │ ├── unary=27_8.py │ │ └── unary=27_9.py │ ├── unary=28 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=28_1.py │ │ ├── unary=28_10.py │ │ ├── unary=28_2.py │ │ ├── unary=28_3.py │ │ ├── unary=28_4.py │ │ ├── unary=28_5.py │ │ ├── unary=28_6.py │ │ ├── unary=28_7.py │ │ ├── unary=28_8.py │ │ └── unary=28_9.py │ ├── unary=29 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=29_1.py │ │ ├── unary=29_10.py │ │ ├── unary=29_2.py │ │ ├── unary=29_3.py │ │ ├── unary=29_4.py │ │ ├── unary=29_5.py │ │ ├── unary=29_6.py │ │ ├── unary=29_7.py │ │ ├── unary=29_8.py │ │ └── unary=29_9.py │ ├── unary=3 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=3_1.py │ │ ├── unary=3_10.py │ │ ├── unary=3_2.py │ │ ├── unary=3_3.py │ │ ├── unary=3_4.py │ │ ├── unary=3_5.py │ │ ├── unary=3_6.py │ │ ├── unary=3_7.py │ │ ├── unary=3_8.py │ │ └── unary=3_9.py │ ├── unary=4 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=4_1.py │ │ ├── unary=4_10.py │ │ ├── unary=4_2.py │ │ ├── unary=4_3.py │ │ ├── unary=4_4.py │ │ ├── unary=4_5.py │ │ ├── unary=4_6.py │ │ ├── unary=4_7.py │ │ ├── unary=4_8.py │ │ └── unary=4_9.py │ ├── unary=5 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=5_1.py │ │ ├── unary=5_10.py │ │ ├── unary=5_2.py │ │ ├── unary=5_3.py │ │ ├── unary=5_4.py │ │ ├── unary=5_5.py │ │ ├── unary=5_6.py │ │ ├── unary=5_7.py │ │ ├── unary=5_8.py │ │ └── unary=5_9.py │ ├── unary=6 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=6_1.py │ │ ├── unary=6_10.py │ │ ├── unary=6_2.py │ │ ├── unary=6_3.py │ │ ├── unary=6_4.py │ │ ├── unary=6_5.py │ │ ├── unary=6_6.py │ │ ├── unary=6_7.py │ │ ├── unary=6_8.py │ │ └── unary=6_9.py │ ├── unary=7 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=7_1.py │ │ ├── unary=7_10.py │ │ ├── unary=7_2.py │ │ ├── unary=7_3.py │ │ ├── unary=7_4.py │ │ ├── unary=7_5.py │ │ ├── unary=7_6.py │ │ ├── unary=7_7.py │ │ ├── unary=7_8.py │ │ └── unary=7_9.py │ ├── unary=8 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=8_1.py │ │ ├── unary=8_10.py │ │ ├── unary=8_2.py │ │ ├── unary=8_3.py │ │ ├── unary=8_4.py │ │ ├── unary=8_5.py │ │ ├── unary=8_6.py │ │ ├── unary=8_7.py │ │ ├── unary=8_8.py │ │ └── unary=8_9.py │ └── unary=9 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=9_1.py │ │ ├── unary=9_10.py │ │ ├── unary=9_2.py │ │ ├── unary=9_3.py │ │ ├── unary=9_4.py │ │ ├── unary=9_5.py │ │ ├── unary=9_6.py │ │ ├── unary=9_7.py │ │ ├── unary=9_8.py │ │ └── unary=9_9.py │ ├── step28-3shot │ ├── addmm │ │ ├── addmm_1.py │ │ ├── addmm_10.py │ │ ├── addmm_2.py │ │ ├── addmm_3.py │ │ ├── addmm_4.py │ │ ├── addmm_5.py │ │ ├── addmm_6.py │ │ ├── addmm_7.py │ │ ├── addmm_8.py │ │ ├── addmm_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── binary=0 │ │ ├── binary=0_1.py │ │ ├── binary=0_10.py │ │ ├── binary=0_2.py │ │ ├── binary=0_3.py │ │ ├── binary=0_4.py │ │ ├── binary=0_5.py │ │ ├── binary=0_6.py │ │ ├── binary=0_7.py │ │ ├── binary=0_8.py │ │ ├── binary=0_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── binary=10 │ │ ├── binary=10_1.py │ │ ├── binary=10_10.py │ │ ├── binary=10_2.py │ │ ├── binary=10_3.py │ │ ├── binary=10_4.py │ │ ├── binary=10_5.py │ │ ├── binary=10_6.py │ │ ├── binary=10_7.py │ │ ├── binary=10_8.py │ │ ├── binary=10_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── binary=2 │ │ ├── binary=2_1.py │ │ ├── binary=2_10.py │ │ ├── binary=2_2.py │ │ ├── binary=2_3.py │ │ ├── binary=2_4.py │ │ ├── binary=2_5.py │ │ ├── binary=2_6.py │ │ ├── binary=2_7.py │ │ ├── binary=2_8.py │ │ ├── binary=2_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── binary=4 │ │ ├── binary=4_1.py │ │ ├── binary=4_10.py │ │ ├── binary=4_2.py │ │ ├── binary=4_3.py │ │ ├── binary=4_4.py │ │ ├── binary=4_5.py │ │ ├── binary=4_6.py │ │ ├── binary=4_7.py │ │ ├── binary=4_8.py │ │ ├── binary=4_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── binary=6 │ │ ├── binary=6_1.py │ │ ├── binary=6_10.py │ │ ├── binary=6_2.py │ │ ├── binary=6_3.py │ │ ├── binary=6_4.py │ │ ├── binary=6_5.py │ │ ├── binary=6_6.py │ │ ├── binary=6_7.py │ │ ├── binary=6_8.py │ │ ├── binary=6_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── binary=8 │ │ ├── binary=8_1.py │ │ ├── binary=8_10.py │ │ ├── binary=8_2.py │ │ ├── binary=8_3.py │ │ ├── binary=8_4.py │ │ ├── binary=8_5.py │ │ ├── binary=8_6.py │ │ ├── binary=8_7.py │ │ ├── binary=8_8.py │ │ ├── binary=8_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── binary_unary=0 │ │ ├── binary_unary=0_1.py │ │ ├── binary_unary=0_10.py │ │ ├── binary_unary=0_2.py │ │ ├── binary_unary=0_3.py │ │ ├── binary_unary=0_4.py │ │ ├── binary_unary=0_5.py │ │ ├── binary_unary=0_6.py │ │ ├── binary_unary=0_7.py │ │ ├── binary_unary=0_8.py │ │ ├── binary_unary=0_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── binary_unary=10 │ │ ├── binary_unary=10_1.py │ │ ├── binary_unary=10_10.py │ │ ├── binary_unary=10_2.py │ │ ├── binary_unary=10_3.py │ │ ├── binary_unary=10_4.py │ │ ├── binary_unary=10_5.py │ │ ├── binary_unary=10_6.py │ │ ├── binary_unary=10_7.py │ │ ├── binary_unary=10_8.py │ │ ├── binary_unary=10_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── binary_unary=2 │ │ ├── binary_unary=2_1.py │ │ ├── binary_unary=2_10.py │ │ ├── binary_unary=2_2.py │ │ ├── binary_unary=2_3.py │ │ ├── binary_unary=2_4.py │ │ ├── binary_unary=2_5.py │ │ ├── binary_unary=2_6.py │ │ ├── binary_unary=2_7.py │ │ ├── binary_unary=2_8.py │ │ ├── binary_unary=2_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── binary_unary=4 │ │ ├── binary_unary=4_1.py │ │ ├── binary_unary=4_10.py │ │ ├── binary_unary=4_2.py │ │ ├── binary_unary=4_3.py │ │ ├── binary_unary=4_4.py │ │ ├── binary_unary=4_5.py │ │ ├── binary_unary=4_6.py │ │ ├── binary_unary=4_7.py │ │ ├── binary_unary=4_8.py │ │ ├── binary_unary=4_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── binary_unary=6 │ │ ├── binary_unary=6_1.py │ │ ├── binary_unary=6_10.py │ │ ├── binary_unary=6_2.py │ │ ├── binary_unary=6_3.py │ │ ├── binary_unary=6_4.py │ │ ├── binary_unary=6_5.py │ │ ├── binary_unary=6_6.py │ │ ├── binary_unary=6_7.py │ │ ├── binary_unary=6_8.py │ │ ├── binary_unary=6_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── binary_unary=8 │ │ ├── binary_unary=8_1.py │ │ ├── binary_unary=8_10.py │ │ ├── binary_unary=8_2.py │ │ ├── binary_unary=8_3.py │ │ ├── binary_unary=8_4.py │ │ ├── binary_unary=8_5.py │ │ ├── binary_unary=8_6.py │ │ ├── binary_unary=8_7.py │ │ ├── binary_unary=8_8.py │ │ ├── binary_unary=8_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── cat_addmm │ │ ├── cat_addmm_1.py │ │ ├── cat_addmm_10.py │ │ ├── cat_addmm_2.py │ │ ├── cat_addmm_3.py │ │ ├── cat_addmm_4.py │ │ ├── cat_addmm_5.py │ │ ├── cat_addmm_6.py │ │ ├── cat_addmm_7.py │ │ ├── cat_addmm_8.py │ │ ├── cat_addmm_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── cat_mm │ │ ├── cat_mm_1.py │ │ ├── cat_mm_10.py │ │ ├── cat_mm_2.py │ │ ├── cat_mm_3.py │ │ ├── cat_mm_4.py │ │ ├── cat_mm_5.py │ │ ├── cat_mm_6.py │ │ ├── cat_mm_7.py │ │ ├── cat_mm_8.py │ │ ├── cat_mm_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── cat_slice_cat │ │ ├── cat_slice_cat_1.py │ │ ├── cat_slice_cat_10.py │ │ ├── cat_slice_cat_2.py │ │ ├── cat_slice_cat_3.py │ │ ├── cat_slice_cat_4.py │ │ ├── cat_slice_cat_5.py │ │ ├── cat_slice_cat_6.py │ │ ├── cat_slice_cat_7.py │ │ ├── cat_slice_cat_8.py │ │ ├── cat_slice_cat_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── fuse_conv_bn │ │ ├── fuse_conv_bn_1.py │ │ ├── fuse_conv_bn_10.py │ │ ├── fuse_conv_bn_2.py │ │ ├── fuse_conv_bn_3.py │ │ ├── fuse_conv_bn_4.py │ │ ├── fuse_conv_bn_5.py │ │ ├── fuse_conv_bn_6.py │ │ ├── fuse_conv_bn_7.py │ │ ├── fuse_conv_bn_8.py │ │ ├── fuse_conv_bn_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── linear_permute_fusion │ │ ├── linear_permute_fusion_1.py │ │ ├── linear_permute_fusion_10.py │ │ ├── linear_permute_fusion_2.py │ │ ├── linear_permute_fusion_3.py │ │ ├── linear_permute_fusion_4.py │ │ ├── linear_permute_fusion_5.py │ │ ├── linear_permute_fusion_6.py │ │ ├── linear_permute_fusion_7.py │ │ ├── linear_permute_fusion_8.py │ │ ├── linear_permute_fusion_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── mm_plus_mm │ │ ├── mm_plus_mm_1.py │ │ ├── mm_plus_mm_10.py │ │ ├── mm_plus_mm_2.py │ │ ├── mm_plus_mm_3.py │ │ ├── mm_plus_mm_4.py │ │ ├── mm_plus_mm_5.py │ │ ├── mm_plus_mm_6.py │ │ ├── mm_plus_mm_7.py │ │ ├── mm_plus_mm_8.py │ │ ├── mm_plus_mm_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── outputs.json │ ├── permute_linear_fusion │ │ ├── permute_linear_fusion_1.py │ │ ├── permute_linear_fusion_10.py │ │ ├── permute_linear_fusion_2.py │ │ ├── permute_linear_fusion_3.py │ │ ├── permute_linear_fusion_4.py │ │ ├── permute_linear_fusion_5.py │ │ ├── permute_linear_fusion_6.py │ │ ├── permute_linear_fusion_7.py │ │ ├── permute_linear_fusion_8.py │ │ ├── permute_linear_fusion_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── permute_matmul_fusion │ │ ├── permute_matmul_fusion_1.py │ │ ├── permute_matmul_fusion_10.py │ │ ├── permute_matmul_fusion_2.py │ │ ├── permute_matmul_fusion_3.py │ │ ├── permute_matmul_fusion_4.py │ │ ├── permute_matmul_fusion_5.py │ │ ├── permute_matmul_fusion_6.py │ │ ├── permute_matmul_fusion_7.py │ │ ├── permute_matmul_fusion_8.py │ │ ├── permute_matmul_fusion_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── pointless_cumsum_replacement │ │ ├── pointless_cumsum_replacement_1.py │ │ ├── pointless_cumsum_replacement_10.py │ │ ├── pointless_cumsum_replacement_2.py │ │ ├── pointless_cumsum_replacement_3.py │ │ ├── pointless_cumsum_replacement_4.py │ │ ├── pointless_cumsum_replacement_5.py │ │ ├── pointless_cumsum_replacement_6.py │ │ ├── pointless_cumsum_replacement_7.py │ │ ├── pointless_cumsum_replacement_8.py │ │ ├── pointless_cumsum_replacement_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── replace_fx │ │ ├── prompt.txt │ │ ├── replace_fx_1.py │ │ ├── replace_fx_10.py │ │ ├── replace_fx_2.py │ │ ├── replace_fx_3.py │ │ ├── replace_fx_4.py │ │ ├── replace_fx_5.py │ │ ├── replace_fx_6.py │ │ ├── replace_fx_7.py │ │ ├── replace_fx_8.py │ │ ├── replace_fx_9.py │ │ └── time.txt │ ├── sfdp=0 │ │ ├── prompt.txt │ │ ├── sfdp=0_1.py │ │ ├── sfdp=0_10.py │ │ ├── sfdp=0_2.py │ │ ├── sfdp=0_3.py │ │ ├── sfdp=0_4.py │ │ ├── sfdp=0_5.py │ │ ├── sfdp=0_6.py │ │ ├── sfdp=0_7.py │ │ ├── sfdp=0_8.py │ │ ├── sfdp=0_9.py │ │ └── time.txt │ ├── sfdp=1 │ │ ├── prompt.txt │ │ ├── sfdp=1_1.py │ │ ├── sfdp=1_10.py │ │ ├── sfdp=1_2.py │ │ ├── sfdp=1_3.py │ │ ├── sfdp=1_4.py │ │ ├── sfdp=1_5.py │ │ ├── sfdp=1_6.py │ │ ├── sfdp=1_7.py │ │ ├── sfdp=1_8.py │ │ ├── sfdp=1_9.py │ │ └── time.txt │ ├── sfdp=2 │ │ ├── prompt.txt │ │ ├── sfdp=2_1.py │ │ ├── sfdp=2_10.py │ │ ├── sfdp=2_2.py │ │ ├── sfdp=2_3.py │ │ ├── sfdp=2_4.py │ │ ├── sfdp=2_5.py │ │ ├── sfdp=2_6.py │ │ ├── sfdp=2_7.py │ │ ├── sfdp=2_8.py │ │ ├── sfdp=2_9.py │ │ └── time.txt │ ├── sfdp=3 │ │ ├── prompt.txt │ │ ├── sfdp=3_1.py │ │ ├── sfdp=3_10.py │ │ ├── sfdp=3_2.py │ │ ├── sfdp=3_3.py │ │ ├── sfdp=3_4.py │ │ ├── sfdp=3_5.py │ │ ├── sfdp=3_6.py │ │ ├── sfdp=3_7.py │ │ ├── sfdp=3_8.py │ │ ├── sfdp=3_9.py │ │ └── time.txt │ ├── sfdp=4 │ │ ├── prompt.txt │ │ ├── sfdp=4_1.py │ │ ├── sfdp=4_10.py │ │ ├── sfdp=4_2.py │ │ ├── sfdp=4_3.py │ │ ├── sfdp=4_4.py │ │ ├── sfdp=4_5.py │ │ ├── sfdp=4_6.py │ │ ├── sfdp=4_7.py │ │ ├── sfdp=4_8.py │ │ ├── sfdp=4_9.py │ │ └── time.txt │ ├── sfdp=5 │ │ ├── prompt.txt │ │ ├── sfdp=5_1.py │ │ ├── sfdp=5_10.py │ │ ├── sfdp=5_2.py │ │ ├── sfdp=5_3.py │ │ ├── sfdp=5_4.py │ │ ├── sfdp=5_5.py │ │ ├── sfdp=5_6.py │ │ ├── sfdp=5_7.py │ │ ├── sfdp=5_8.py │ │ ├── sfdp=5_9.py │ │ └── time.txt │ ├── sink_cat_after_pointwise │ │ ├── prompt.txt │ │ ├── sink_cat_after_pointwise_1.py │ │ ├── sink_cat_after_pointwise_10.py │ │ ├── sink_cat_after_pointwise_2.py │ │ ├── sink_cat_after_pointwise_3.py │ │ ├── sink_cat_after_pointwise_4.py │ │ ├── sink_cat_after_pointwise_5.py │ │ ├── sink_cat_after_pointwise_6.py │ │ ├── sink_cat_after_pointwise_7.py │ │ ├── sink_cat_after_pointwise_8.py │ │ ├── sink_cat_after_pointwise_9.py │ │ └── time.txt │ ├── splitwithsizes_cat_replace │ │ ├── prompt.txt │ │ ├── splitwithsizes_cat_replace_1.py │ │ ├── splitwithsizes_cat_replace_10.py │ │ ├── splitwithsizes_cat_replace_2.py │ │ ├── splitwithsizes_cat_replace_3.py │ │ ├── splitwithsizes_cat_replace_4.py │ │ ├── splitwithsizes_cat_replace_5.py │ │ ├── splitwithsizes_cat_replace_6.py │ │ ├── splitwithsizes_cat_replace_7.py │ │ ├── splitwithsizes_cat_replace_8.py │ │ ├── splitwithsizes_cat_replace_9.py │ │ └── time.txt │ ├── unary=0 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=0_1.py │ │ ├── unary=0_10.py │ │ ├── unary=0_2.py │ │ ├── unary=0_3.py │ │ ├── unary=0_4.py │ │ ├── unary=0_5.py │ │ ├── unary=0_6.py │ │ ├── unary=0_7.py │ │ ├── unary=0_8.py │ │ └── unary=0_9.py │ ├── unary=1 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=1_1.py │ │ ├── unary=1_10.py │ │ ├── unary=1_2.py │ │ ├── unary=1_3.py │ │ ├── unary=1_4.py │ │ ├── unary=1_5.py │ │ ├── unary=1_6.py │ │ ├── unary=1_7.py │ │ ├── unary=1_8.py │ │ └── unary=1_9.py │ ├── unary=10 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=10_1.py │ │ ├── unary=10_10.py │ │ ├── unary=10_2.py │ │ ├── unary=10_3.py │ │ ├── unary=10_4.py │ │ ├── unary=10_5.py │ │ ├── unary=10_6.py │ │ ├── unary=10_7.py │ │ ├── unary=10_8.py │ │ └── unary=10_9.py │ ├── unary=11 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=11_1.py │ │ ├── unary=11_10.py │ │ ├── unary=11_2.py │ │ ├── unary=11_3.py │ │ ├── unary=11_4.py │ │ ├── unary=11_5.py │ │ ├── unary=11_6.py │ │ ├── unary=11_7.py │ │ ├── unary=11_8.py │ │ └── unary=11_9.py │ ├── unary=12 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=12_1.py │ │ ├── unary=12_10.py │ │ ├── unary=12_2.py │ │ ├── unary=12_3.py │ │ ├── unary=12_4.py │ │ ├── unary=12_5.py │ │ ├── unary=12_6.py │ │ ├── unary=12_7.py │ │ ├── unary=12_8.py │ │ └── unary=12_9.py │ ├── unary=13 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=13_1.py │ │ ├── unary=13_10.py │ │ ├── unary=13_2.py │ │ ├── unary=13_3.py │ │ ├── unary=13_4.py │ │ ├── unary=13_5.py │ │ ├── unary=13_6.py │ │ ├── unary=13_7.py │ │ ├── unary=13_8.py │ │ └── unary=13_9.py │ ├── unary=14 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=14_1.py │ │ ├── unary=14_10.py │ │ ├── unary=14_2.py │ │ ├── unary=14_3.py │ │ ├── unary=14_4.py │ │ ├── unary=14_5.py │ │ ├── unary=14_6.py │ │ ├── unary=14_7.py │ │ ├── unary=14_8.py │ │ └── unary=14_9.py │ ├── unary=15 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=15_1.py │ │ ├── unary=15_10.py │ │ ├── unary=15_2.py │ │ ├── unary=15_3.py │ │ ├── unary=15_4.py │ │ ├── unary=15_5.py │ │ ├── unary=15_6.py │ │ ├── unary=15_7.py │ │ ├── unary=15_8.py │ │ └── unary=15_9.py │ ├── unary=16 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=16_1.py │ │ ├── unary=16_10.py │ │ ├── unary=16_2.py │ │ ├── unary=16_3.py │ │ ├── unary=16_4.py │ │ ├── unary=16_5.py │ │ ├── unary=16_6.py │ │ ├── unary=16_7.py │ │ ├── unary=16_8.py │ │ └── unary=16_9.py │ ├── unary=17 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=17_1.py │ │ ├── unary=17_10.py │ │ ├── unary=17_2.py │ │ ├── unary=17_3.py │ │ ├── unary=17_4.py │ │ ├── unary=17_5.py │ │ ├── unary=17_6.py │ │ ├── unary=17_7.py │ │ ├── unary=17_8.py │ │ └── unary=17_9.py │ ├── unary=18 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=18_1.py │ │ ├── unary=18_10.py │ │ ├── unary=18_2.py │ │ ├── unary=18_3.py │ │ ├── unary=18_4.py │ │ ├── unary=18_5.py │ │ ├── unary=18_6.py │ │ ├── unary=18_7.py │ │ ├── unary=18_8.py │ │ └── unary=18_9.py │ ├── unary=19 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=19_1.py │ │ ├── unary=19_10.py │ │ ├── unary=19_2.py │ │ ├── unary=19_3.py │ │ ├── unary=19_4.py │ │ ├── unary=19_5.py │ │ ├── unary=19_6.py │ │ ├── unary=19_7.py │ │ ├── unary=19_8.py │ │ └── unary=19_9.py │ ├── unary=2 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=2_1.py │ │ ├── unary=2_10.py │ │ ├── unary=2_2.py │ │ ├── unary=2_3.py │ │ ├── unary=2_4.py │ │ ├── unary=2_5.py │ │ ├── unary=2_6.py │ │ ├── unary=2_7.py │ │ ├── unary=2_8.py │ │ └── unary=2_9.py │ ├── unary=20 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=20_1.py │ │ ├── unary=20_10.py │ │ ├── unary=20_2.py │ │ ├── unary=20_3.py │ │ ├── unary=20_4.py │ │ ├── unary=20_5.py │ │ ├── unary=20_6.py │ │ ├── unary=20_7.py │ │ ├── unary=20_8.py │ │ └── unary=20_9.py │ ├── unary=21 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=21_1.py │ │ ├── unary=21_10.py │ │ ├── unary=21_2.py │ │ ├── unary=21_3.py │ │ ├── unary=21_4.py │ │ ├── unary=21_5.py │ │ ├── unary=21_6.py │ │ ├── unary=21_7.py │ │ ├── unary=21_8.py │ │ └── unary=21_9.py │ ├── unary=22 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=22_1.py │ │ ├── unary=22_10.py │ │ ├── unary=22_2.py │ │ ├── unary=22_3.py │ │ ├── unary=22_4.py │ │ ├── unary=22_5.py │ │ ├── unary=22_6.py │ │ ├── unary=22_7.py │ │ ├── unary=22_8.py │ │ └── unary=22_9.py │ ├── unary=23 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=23_1.py │ │ ├── unary=23_10.py │ │ ├── unary=23_2.py │ │ ├── unary=23_3.py │ │ ├── unary=23_4.py │ │ ├── unary=23_5.py │ │ ├── unary=23_6.py │ │ ├── unary=23_7.py │ │ ├── unary=23_8.py │ │ └── unary=23_9.py │ ├── unary=24 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=24_1.py │ │ ├── unary=24_10.py │ │ ├── unary=24_2.py │ │ ├── unary=24_3.py │ │ ├── unary=24_4.py │ │ ├── unary=24_5.py │ │ ├── unary=24_6.py │ │ ├── unary=24_7.py │ │ ├── unary=24_8.py │ │ └── unary=24_9.py │ ├── unary=25 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=25_1.py │ │ ├── unary=25_10.py │ │ ├── unary=25_2.py │ │ ├── unary=25_3.py │ │ ├── unary=25_4.py │ │ ├── unary=25_5.py │ │ ├── unary=25_6.py │ │ ├── unary=25_7.py │ │ ├── unary=25_8.py │ │ └── unary=25_9.py │ ├── unary=26 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=26_1.py │ │ ├── unary=26_10.py │ │ ├── unary=26_2.py │ │ ├── unary=26_3.py │ │ ├── unary=26_4.py │ │ ├── unary=26_5.py │ │ ├── unary=26_6.py │ │ ├── unary=26_7.py │ │ ├── unary=26_8.py │ │ └── unary=26_9.py │ ├── unary=27 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=27_1.py │ │ ├── unary=27_10.py │ │ ├── unary=27_2.py │ │ ├── unary=27_3.py │ │ ├── unary=27_4.py │ │ ├── unary=27_5.py │ │ ├── unary=27_6.py │ │ ├── unary=27_7.py │ │ ├── unary=27_8.py │ │ └── unary=27_9.py │ ├── unary=28 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=28_1.py │ │ ├── unary=28_10.py │ │ ├── unary=28_2.py │ │ ├── unary=28_3.py │ │ ├── unary=28_4.py │ │ ├── unary=28_5.py │ │ ├── unary=28_6.py │ │ ├── unary=28_7.py │ │ ├── unary=28_8.py │ │ └── unary=28_9.py │ ├── unary=29 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=29_1.py │ │ ├── unary=29_10.py │ │ ├── unary=29_2.py │ │ ├── unary=29_3.py │ │ ├── unary=29_4.py │ │ ├── unary=29_5.py │ │ ├── unary=29_6.py │ │ ├── unary=29_7.py │ │ ├── unary=29_8.py │ │ └── unary=29_9.py │ ├── unary=3 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=3_1.py │ │ ├── unary=3_10.py │ │ ├── unary=3_2.py │ │ ├── unary=3_3.py │ │ ├── unary=3_4.py │ │ ├── unary=3_5.py │ │ ├── unary=3_6.py │ │ ├── unary=3_7.py │ │ ├── unary=3_8.py │ │ └── unary=3_9.py │ ├── unary=4 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=4_1.py │ │ ├── unary=4_10.py │ │ ├── unary=4_2.py │ │ ├── unary=4_3.py │ │ ├── unary=4_4.py │ │ ├── unary=4_5.py │ │ ├── unary=4_6.py │ │ ├── unary=4_7.py │ │ ├── unary=4_8.py │ │ └── unary=4_9.py │ ├── unary=5 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=5_1.py │ │ ├── unary=5_10.py │ │ ├── unary=5_2.py │ │ ├── unary=5_3.py │ │ ├── unary=5_4.py │ │ ├── unary=5_5.py │ │ ├── unary=5_6.py │ │ ├── unary=5_7.py │ │ ├── unary=5_8.py │ │ └── unary=5_9.py │ ├── unary=6 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=6_1.py │ │ ├── unary=6_10.py │ │ ├── unary=6_2.py │ │ ├── unary=6_3.py │ │ ├── unary=6_4.py │ │ ├── unary=6_5.py │ │ ├── unary=6_6.py │ │ ├── unary=6_7.py │ │ ├── unary=6_8.py │ │ └── unary=6_9.py │ ├── unary=7 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=7_1.py │ │ ├── unary=7_10.py │ │ ├── unary=7_2.py │ │ ├── unary=7_3.py │ │ ├── unary=7_4.py │ │ ├── unary=7_5.py │ │ ├── unary=7_6.py │ │ ├── unary=7_7.py │ │ ├── unary=7_8.py │ │ └── unary=7_9.py │ ├── unary=8 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=8_1.py │ │ ├── unary=8_10.py │ │ ├── unary=8_2.py │ │ ├── unary=8_3.py │ │ ├── unary=8_4.py │ │ ├── unary=8_5.py │ │ ├── unary=8_6.py │ │ ├── unary=8_7.py │ │ ├── unary=8_8.py │ │ └── unary=8_9.py │ └── unary=9 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=9_1.py │ │ ├── unary=9_10.py │ │ ├── unary=9_2.py │ │ ├── unary=9_3.py │ │ ├── unary=9_4.py │ │ ├── unary=9_5.py │ │ ├── unary=9_6.py │ │ ├── unary=9_7.py │ │ ├── unary=9_8.py │ │ └── unary=9_9.py │ ├── step29-3shot │ ├── addmm │ │ ├── addmm_1.py │ │ ├── addmm_10.py │ │ ├── addmm_2.py │ │ ├── addmm_3.py │ │ ├── addmm_4.py │ │ ├── addmm_5.py │ │ ├── addmm_6.py │ │ ├── addmm_7.py │ │ ├── addmm_8.py │ │ ├── addmm_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── binary=0 │ │ ├── binary=0_1.py │ │ ├── binary=0_10.py │ │ ├── binary=0_2.py │ │ ├── binary=0_3.py │ │ ├── binary=0_4.py │ │ ├── binary=0_5.py │ │ ├── binary=0_6.py │ │ ├── binary=0_7.py │ │ ├── binary=0_8.py │ │ ├── binary=0_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── binary=10 │ │ ├── binary=10_1.py │ │ ├── binary=10_10.py │ │ ├── binary=10_2.py │ │ ├── binary=10_3.py │ │ ├── binary=10_4.py │ │ ├── binary=10_5.py │ │ ├── binary=10_6.py │ │ ├── binary=10_7.py │ │ ├── binary=10_8.py │ │ ├── binary=10_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── binary=2 │ │ ├── binary=2_1.py │ │ ├── binary=2_10.py │ │ ├── binary=2_2.py │ │ ├── binary=2_3.py │ │ ├── binary=2_4.py │ │ ├── binary=2_5.py │ │ ├── binary=2_6.py │ │ ├── binary=2_7.py │ │ ├── binary=2_8.py │ │ ├── binary=2_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── binary=4 │ │ ├── binary=4_1.py │ │ ├── binary=4_10.py │ │ ├── binary=4_2.py │ │ ├── binary=4_3.py │ │ ├── binary=4_4.py │ │ ├── binary=4_5.py │ │ ├── binary=4_6.py │ │ ├── binary=4_7.py │ │ ├── binary=4_8.py │ │ ├── binary=4_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── binary=6 │ │ ├── binary=6_1.py │ │ ├── binary=6_10.py │ │ ├── binary=6_2.py │ │ ├── binary=6_3.py │ │ ├── binary=6_4.py │ │ ├── binary=6_5.py │ │ ├── binary=6_6.py │ │ ├── binary=6_7.py │ │ ├── binary=6_8.py │ │ ├── binary=6_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── binary=8 │ │ ├── binary=8_1.py │ │ ├── binary=8_10.py │ │ ├── binary=8_2.py │ │ ├── binary=8_3.py │ │ ├── binary=8_4.py │ │ ├── binary=8_5.py │ │ ├── binary=8_6.py │ │ ├── binary=8_7.py │ │ ├── binary=8_8.py │ │ ├── binary=8_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── binary_unary=0 │ │ ├── binary_unary=0_1.py │ │ ├── binary_unary=0_10.py │ │ ├── binary_unary=0_2.py │ │ ├── binary_unary=0_3.py │ │ ├── binary_unary=0_4.py │ │ ├── binary_unary=0_5.py │ │ ├── binary_unary=0_6.py │ │ ├── binary_unary=0_7.py │ │ ├── binary_unary=0_8.py │ │ ├── binary_unary=0_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── binary_unary=10 │ │ ├── binary_unary=10_1.py │ │ ├── binary_unary=10_10.py │ │ ├── binary_unary=10_2.py │ │ ├── binary_unary=10_3.py │ │ ├── binary_unary=10_4.py │ │ ├── binary_unary=10_5.py │ │ ├── binary_unary=10_6.py │ │ ├── binary_unary=10_7.py │ │ ├── binary_unary=10_8.py │ │ ├── binary_unary=10_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── binary_unary=2 │ │ ├── binary_unary=2_1.py │ │ ├── binary_unary=2_10.py │ │ ├── binary_unary=2_2.py │ │ ├── binary_unary=2_3.py │ │ ├── binary_unary=2_4.py │ │ ├── binary_unary=2_5.py │ │ ├── binary_unary=2_6.py │ │ ├── binary_unary=2_7.py │ │ ├── binary_unary=2_8.py │ │ ├── binary_unary=2_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── binary_unary=4 │ │ ├── binary_unary=4_1.py │ │ ├── binary_unary=4_10.py │ │ ├── binary_unary=4_2.py │ │ ├── binary_unary=4_3.py │ │ ├── binary_unary=4_4.py │ │ ├── binary_unary=4_5.py │ │ ├── binary_unary=4_6.py │ │ ├── binary_unary=4_7.py │ │ ├── binary_unary=4_8.py │ │ ├── binary_unary=4_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── binary_unary=6 │ │ ├── binary_unary=6_1.py │ │ ├── binary_unary=6_10.py │ │ ├── binary_unary=6_2.py │ │ ├── binary_unary=6_3.py │ │ ├── binary_unary=6_4.py │ │ ├── binary_unary=6_5.py │ │ ├── binary_unary=6_6.py │ │ ├── binary_unary=6_7.py │ │ ├── binary_unary=6_8.py │ │ ├── binary_unary=6_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── binary_unary=8 │ │ ├── binary_unary=8_1.py │ │ ├── binary_unary=8_10.py │ │ ├── binary_unary=8_2.py │ │ ├── binary_unary=8_3.py │ │ ├── binary_unary=8_4.py │ │ ├── binary_unary=8_5.py │ │ ├── binary_unary=8_6.py │ │ ├── binary_unary=8_7.py │ │ ├── binary_unary=8_8.py │ │ ├── binary_unary=8_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── cat_addmm │ │ ├── cat_addmm_1.py │ │ ├── cat_addmm_10.py │ │ ├── cat_addmm_2.py │ │ ├── cat_addmm_3.py │ │ ├── cat_addmm_4.py │ │ ├── cat_addmm_5.py │ │ ├── cat_addmm_6.py │ │ ├── cat_addmm_7.py │ │ ├── cat_addmm_8.py │ │ ├── cat_addmm_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── cat_mm │ │ ├── cat_mm_1.py │ │ ├── cat_mm_10.py │ │ ├── cat_mm_2.py │ │ ├── cat_mm_3.py │ │ ├── cat_mm_4.py │ │ ├── cat_mm_5.py │ │ ├── cat_mm_6.py │ │ ├── cat_mm_7.py │ │ ├── cat_mm_8.py │ │ ├── cat_mm_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── cat_slice_cat │ │ ├── cat_slice_cat_1.py │ │ ├── cat_slice_cat_10.py │ │ ├── cat_slice_cat_2.py │ │ ├── cat_slice_cat_3.py │ │ ├── cat_slice_cat_4.py │ │ ├── cat_slice_cat_5.py │ │ ├── cat_slice_cat_6.py │ │ ├── cat_slice_cat_7.py │ │ ├── cat_slice_cat_8.py │ │ ├── cat_slice_cat_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── fuse_conv_bn │ │ ├── fuse_conv_bn_1.py │ │ ├── fuse_conv_bn_10.py │ │ ├── fuse_conv_bn_2.py │ │ ├── fuse_conv_bn_3.py │ │ ├── fuse_conv_bn_4.py │ │ ├── fuse_conv_bn_5.py │ │ ├── fuse_conv_bn_6.py │ │ ├── fuse_conv_bn_7.py │ │ ├── fuse_conv_bn_8.py │ │ ├── fuse_conv_bn_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── linear_permute_fusion │ │ ├── linear_permute_fusion_1.py │ │ ├── linear_permute_fusion_10.py │ │ ├── linear_permute_fusion_2.py │ │ ├── linear_permute_fusion_3.py │ │ ├── linear_permute_fusion_4.py │ │ ├── linear_permute_fusion_5.py │ │ ├── linear_permute_fusion_6.py │ │ ├── linear_permute_fusion_7.py │ │ ├── linear_permute_fusion_8.py │ │ ├── linear_permute_fusion_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── mm_plus_mm │ │ ├── mm_plus_mm_1.py │ │ ├── mm_plus_mm_10.py │ │ ├── mm_plus_mm_2.py │ │ ├── mm_plus_mm_3.py │ │ ├── mm_plus_mm_4.py │ │ ├── mm_plus_mm_5.py │ │ ├── mm_plus_mm_6.py │ │ ├── mm_plus_mm_7.py │ │ ├── mm_plus_mm_8.py │ │ ├── mm_plus_mm_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── outputs.json │ ├── permute_linear_fusion │ │ ├── permute_linear_fusion_1.py │ │ ├── permute_linear_fusion_10.py │ │ ├── permute_linear_fusion_2.py │ │ ├── permute_linear_fusion_3.py │ │ ├── permute_linear_fusion_4.py │ │ ├── permute_linear_fusion_5.py │ │ ├── permute_linear_fusion_6.py │ │ ├── permute_linear_fusion_7.py │ │ ├── permute_linear_fusion_8.py │ │ ├── permute_linear_fusion_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── permute_matmul_fusion │ │ ├── permute_matmul_fusion_1.py │ │ ├── permute_matmul_fusion_10.py │ │ ├── permute_matmul_fusion_2.py │ │ ├── permute_matmul_fusion_3.py │ │ ├── permute_matmul_fusion_4.py │ │ ├── permute_matmul_fusion_5.py │ │ ├── permute_matmul_fusion_6.py │ │ ├── permute_matmul_fusion_7.py │ │ ├── permute_matmul_fusion_8.py │ │ ├── permute_matmul_fusion_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── pointless_cumsum_replacement │ │ ├── pointless_cumsum_replacement_1.py │ │ ├── pointless_cumsum_replacement_10.py │ │ ├── pointless_cumsum_replacement_2.py │ │ ├── pointless_cumsum_replacement_3.py │ │ ├── pointless_cumsum_replacement_4.py │ │ ├── pointless_cumsum_replacement_5.py │ │ ├── pointless_cumsum_replacement_6.py │ │ ├── pointless_cumsum_replacement_7.py │ │ ├── pointless_cumsum_replacement_8.py │ │ ├── pointless_cumsum_replacement_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── replace_fx │ │ ├── prompt.txt │ │ ├── replace_fx_1.py │ │ ├── replace_fx_10.py │ │ ├── replace_fx_2.py │ │ ├── replace_fx_3.py │ │ ├── replace_fx_4.py │ │ ├── replace_fx_5.py │ │ ├── replace_fx_6.py │ │ ├── replace_fx_7.py │ │ ├── replace_fx_8.py │ │ ├── replace_fx_9.py │ │ └── time.txt │ ├── sfdp=0 │ │ ├── prompt.txt │ │ ├── sfdp=0_1.py │ │ ├── sfdp=0_10.py │ │ ├── sfdp=0_2.py │ │ ├── sfdp=0_3.py │ │ ├── sfdp=0_4.py │ │ ├── sfdp=0_5.py │ │ ├── sfdp=0_6.py │ │ ├── sfdp=0_7.py │ │ ├── sfdp=0_8.py │ │ ├── sfdp=0_9.py │ │ └── time.txt │ ├── sfdp=1 │ │ ├── prompt.txt │ │ ├── sfdp=1_1.py │ │ ├── sfdp=1_10.py │ │ ├── sfdp=1_2.py │ │ ├── sfdp=1_3.py │ │ ├── sfdp=1_4.py │ │ ├── sfdp=1_5.py │ │ ├── sfdp=1_6.py │ │ ├── sfdp=1_7.py │ │ ├── sfdp=1_8.py │ │ ├── sfdp=1_9.py │ │ └── time.txt │ ├── sfdp=2 │ │ ├── prompt.txt │ │ ├── sfdp=2_1.py │ │ ├── sfdp=2_10.py │ │ ├── sfdp=2_2.py │ │ ├── sfdp=2_3.py │ │ ├── sfdp=2_4.py │ │ ├── sfdp=2_5.py │ │ ├── sfdp=2_6.py │ │ ├── sfdp=2_7.py │ │ ├── sfdp=2_8.py │ │ ├── sfdp=2_9.py │ │ └── time.txt │ ├── sfdp=3 │ │ ├── prompt.txt │ │ ├── sfdp=3_1.py │ │ ├── sfdp=3_10.py │ │ ├── sfdp=3_2.py │ │ ├── sfdp=3_3.py │ │ ├── sfdp=3_4.py │ │ ├── sfdp=3_5.py │ │ ├── sfdp=3_6.py │ │ ├── sfdp=3_7.py │ │ ├── sfdp=3_8.py │ │ ├── sfdp=3_9.py │ │ └── time.txt │ ├── sfdp=4 │ │ ├── prompt.txt │ │ ├── sfdp=4_1.py │ │ ├── sfdp=4_10.py │ │ ├── sfdp=4_2.py │ │ ├── sfdp=4_3.py │ │ ├── sfdp=4_4.py │ │ ├── sfdp=4_5.py │ │ ├── sfdp=4_6.py │ │ ├── sfdp=4_7.py │ │ ├── sfdp=4_8.py │ │ ├── sfdp=4_9.py │ │ └── time.txt │ ├── sfdp=5 │ │ ├── prompt.txt │ │ ├── sfdp=5_1.py │ │ ├── sfdp=5_10.py │ │ ├── sfdp=5_2.py │ │ ├── sfdp=5_3.py │ │ ├── sfdp=5_4.py │ │ ├── sfdp=5_5.py │ │ ├── sfdp=5_6.py │ │ ├── sfdp=5_7.py │ │ ├── sfdp=5_8.py │ │ ├── sfdp=5_9.py │ │ └── time.txt │ ├── sink_cat_after_pointwise │ │ ├── prompt.txt │ │ ├── sink_cat_after_pointwise_1.py │ │ ├── sink_cat_after_pointwise_10.py │ │ ├── sink_cat_after_pointwise_2.py │ │ ├── sink_cat_after_pointwise_3.py │ │ ├── sink_cat_after_pointwise_4.py │ │ ├── sink_cat_after_pointwise_5.py │ │ ├── sink_cat_after_pointwise_6.py │ │ ├── sink_cat_after_pointwise_7.py │ │ ├── sink_cat_after_pointwise_8.py │ │ ├── sink_cat_after_pointwise_9.py │ │ └── time.txt │ ├── splitwithsizes_cat_replace │ │ ├── prompt.txt │ │ ├── splitwithsizes_cat_replace_1.py │ │ ├── splitwithsizes_cat_replace_10.py │ │ ├── splitwithsizes_cat_replace_2.py │ │ ├── splitwithsizes_cat_replace_3.py │ │ ├── splitwithsizes_cat_replace_4.py │ │ ├── splitwithsizes_cat_replace_5.py │ │ ├── splitwithsizes_cat_replace_6.py │ │ ├── splitwithsizes_cat_replace_7.py │ │ ├── splitwithsizes_cat_replace_8.py │ │ ├── splitwithsizes_cat_replace_9.py │ │ └── time.txt │ ├── unary=0 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=0_1.py │ │ ├── unary=0_10.py │ │ ├── unary=0_2.py │ │ ├── unary=0_3.py │ │ ├── unary=0_4.py │ │ ├── unary=0_5.py │ │ ├── unary=0_6.py │ │ ├── unary=0_7.py │ │ ├── unary=0_8.py │ │ └── unary=0_9.py │ ├── unary=1 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=1_1.py │ │ ├── unary=1_10.py │ │ ├── unary=1_2.py │ │ ├── unary=1_3.py │ │ ├── unary=1_4.py │ │ ├── unary=1_5.py │ │ ├── unary=1_6.py │ │ ├── unary=1_7.py │ │ ├── unary=1_8.py │ │ └── unary=1_9.py │ ├── unary=10 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=10_1.py │ │ ├── unary=10_10.py │ │ ├── unary=10_2.py │ │ ├── unary=10_3.py │ │ ├── unary=10_4.py │ │ ├── unary=10_5.py │ │ ├── unary=10_6.py │ │ ├── unary=10_7.py │ │ ├── unary=10_8.py │ │ └── unary=10_9.py │ ├── unary=11 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=11_1.py │ │ ├── unary=11_10.py │ │ ├── unary=11_2.py │ │ ├── unary=11_3.py │ │ ├── unary=11_4.py │ │ ├── unary=11_5.py │ │ ├── unary=11_6.py │ │ ├── unary=11_7.py │ │ ├── unary=11_8.py │ │ └── unary=11_9.py │ ├── unary=12 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=12_1.py │ │ ├── unary=12_10.py │ │ ├── unary=12_2.py │ │ ├── unary=12_3.py │ │ ├── unary=12_4.py │ │ ├── unary=12_5.py │ │ ├── unary=12_6.py │ │ ├── unary=12_7.py │ │ ├── unary=12_8.py │ │ └── unary=12_9.py │ ├── unary=13 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=13_1.py │ │ ├── unary=13_10.py │ │ ├── unary=13_2.py │ │ ├── unary=13_3.py │ │ ├── unary=13_4.py │ │ ├── unary=13_5.py │ │ ├── unary=13_6.py │ │ ├── unary=13_7.py │ │ ├── unary=13_8.py │ │ └── unary=13_9.py │ ├── unary=14 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=14_1.py │ │ ├── unary=14_10.py │ │ ├── unary=14_2.py │ │ ├── unary=14_3.py │ │ ├── unary=14_4.py │ │ ├── unary=14_5.py │ │ ├── unary=14_6.py │ │ ├── unary=14_7.py │ │ ├── unary=14_8.py │ │ └── unary=14_9.py │ ├── unary=15 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=15_1.py │ │ ├── unary=15_10.py │ │ ├── unary=15_2.py │ │ ├── unary=15_3.py │ │ ├── unary=15_4.py │ │ ├── unary=15_5.py │ │ ├── unary=15_6.py │ │ ├── unary=15_7.py │ │ ├── unary=15_8.py │ │ └── unary=15_9.py │ ├── unary=16 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=16_1.py │ │ ├── unary=16_10.py │ │ ├── unary=16_2.py │ │ ├── unary=16_3.py │ │ ├── unary=16_4.py │ │ ├── unary=16_5.py │ │ ├── unary=16_6.py │ │ ├── unary=16_7.py │ │ ├── unary=16_8.py │ │ └── unary=16_9.py │ ├── unary=17 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=17_1.py │ │ ├── unary=17_10.py │ │ ├── unary=17_2.py │ │ ├── unary=17_3.py │ │ ├── unary=17_4.py │ │ ├── unary=17_5.py │ │ ├── unary=17_6.py │ │ ├── unary=17_7.py │ │ ├── unary=17_8.py │ │ └── unary=17_9.py │ ├── unary=18 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=18_1.py │ │ ├── unary=18_10.py │ │ ├── unary=18_2.py │ │ ├── unary=18_3.py │ │ ├── unary=18_4.py │ │ ├── unary=18_5.py │ │ ├── unary=18_6.py │ │ ├── unary=18_7.py │ │ ├── unary=18_8.py │ │ └── unary=18_9.py │ ├── unary=19 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=19_1.py │ │ ├── unary=19_10.py │ │ ├── unary=19_2.py │ │ ├── unary=19_3.py │ │ ├── unary=19_4.py │ │ ├── unary=19_5.py │ │ ├── unary=19_6.py │ │ ├── unary=19_7.py │ │ ├── unary=19_8.py │ │ └── unary=19_9.py │ ├── unary=2 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=2_1.py │ │ ├── unary=2_10.py │ │ ├── unary=2_2.py │ │ ├── unary=2_3.py │ │ ├── unary=2_4.py │ │ ├── unary=2_5.py │ │ ├── unary=2_6.py │ │ ├── unary=2_7.py │ │ ├── unary=2_8.py │ │ └── unary=2_9.py │ ├── unary=20 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=20_1.py │ │ ├── unary=20_10.py │ │ ├── unary=20_2.py │ │ ├── unary=20_3.py │ │ ├── unary=20_4.py │ │ ├── unary=20_5.py │ │ ├── unary=20_6.py │ │ ├── unary=20_7.py │ │ ├── unary=20_8.py │ │ └── unary=20_9.py │ ├── unary=21 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=21_1.py │ │ ├── unary=21_10.py │ │ ├── unary=21_2.py │ │ ├── unary=21_3.py │ │ ├── unary=21_4.py │ │ ├── unary=21_5.py │ │ ├── unary=21_6.py │ │ ├── unary=21_7.py │ │ ├── unary=21_8.py │ │ └── unary=21_9.py │ ├── unary=22 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=22_1.py │ │ ├── unary=22_10.py │ │ ├── unary=22_2.py │ │ ├── unary=22_3.py │ │ ├── unary=22_4.py │ │ ├── unary=22_5.py │ │ ├── unary=22_6.py │ │ ├── unary=22_7.py │ │ ├── unary=22_8.py │ │ └── unary=22_9.py │ ├── unary=23 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=23_1.py │ │ ├── unary=23_10.py │ │ ├── unary=23_2.py │ │ ├── unary=23_3.py │ │ ├── unary=23_4.py │ │ ├── unary=23_5.py │ │ ├── unary=23_6.py │ │ ├── unary=23_7.py │ │ ├── unary=23_8.py │ │ └── unary=23_9.py │ ├── unary=24 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=24_1.py │ │ ├── unary=24_10.py │ │ ├── unary=24_2.py │ │ ├── unary=24_3.py │ │ ├── unary=24_4.py │ │ ├── unary=24_5.py │ │ ├── unary=24_6.py │ │ ├── unary=24_7.py │ │ ├── unary=24_8.py │ │ └── unary=24_9.py │ ├── unary=25 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=25_1.py │ │ ├── unary=25_10.py │ │ ├── unary=25_2.py │ │ ├── unary=25_3.py │ │ ├── unary=25_4.py │ │ ├── unary=25_5.py │ │ ├── unary=25_6.py │ │ ├── unary=25_7.py │ │ ├── unary=25_8.py │ │ └── unary=25_9.py │ ├── unary=26 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=26_1.py │ │ ├── unary=26_10.py │ │ ├── unary=26_2.py │ │ ├── unary=26_3.py │ │ ├── unary=26_4.py │ │ ├── unary=26_5.py │ │ ├── unary=26_6.py │ │ ├── unary=26_7.py │ │ ├── unary=26_8.py │ │ └── unary=26_9.py │ ├── unary=27 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=27_1.py │ │ ├── unary=27_10.py │ │ ├── unary=27_2.py │ │ ├── unary=27_3.py │ │ ├── unary=27_4.py │ │ ├── unary=27_5.py │ │ ├── unary=27_6.py │ │ ├── unary=27_7.py │ │ ├── unary=27_8.py │ │ └── unary=27_9.py │ ├── unary=28 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=28_1.py │ │ ├── unary=28_10.py │ │ ├── unary=28_2.py │ │ ├── unary=28_3.py │ │ ├── unary=28_4.py │ │ ├── unary=28_5.py │ │ ├── unary=28_6.py │ │ ├── unary=28_7.py │ │ ├── unary=28_8.py │ │ └── unary=28_9.py │ ├── unary=29 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=29_1.py │ │ ├── unary=29_10.py │ │ ├── unary=29_2.py │ │ ├── unary=29_3.py │ │ ├── unary=29_4.py │ │ ├── unary=29_5.py │ │ ├── unary=29_6.py │ │ ├── unary=29_7.py │ │ ├── unary=29_8.py │ │ └── unary=29_9.py │ ├── unary=3 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=3_1.py │ │ ├── unary=3_10.py │ │ ├── unary=3_2.py │ │ ├── unary=3_3.py │ │ ├── unary=3_4.py │ │ ├── unary=3_5.py │ │ ├── unary=3_6.py │ │ ├── unary=3_7.py │ │ ├── unary=3_8.py │ │ └── unary=3_9.py │ ├── unary=4 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=4_1.py │ │ ├── unary=4_10.py │ │ ├── unary=4_2.py │ │ ├── unary=4_3.py │ │ ├── unary=4_4.py │ │ ├── unary=4_5.py │ │ ├── unary=4_6.py │ │ ├── unary=4_7.py │ │ ├── unary=4_8.py │ │ └── unary=4_9.py │ ├── unary=5 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=5_1.py │ │ ├── unary=5_10.py │ │ ├── unary=5_2.py │ │ ├── unary=5_3.py │ │ ├── unary=5_4.py │ │ ├── unary=5_5.py │ │ ├── unary=5_6.py │ │ ├── unary=5_7.py │ │ ├── unary=5_8.py │ │ └── unary=5_9.py │ ├── unary=6 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=6_1.py │ │ ├── unary=6_10.py │ │ ├── unary=6_2.py │ │ ├── unary=6_3.py │ │ ├── unary=6_4.py │ │ ├── unary=6_5.py │ │ ├── unary=6_6.py │ │ ├── unary=6_7.py │ │ ├── unary=6_8.py │ │ └── unary=6_9.py │ ├── unary=7 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=7_1.py │ │ ├── unary=7_10.py │ │ ├── unary=7_2.py │ │ ├── unary=7_3.py │ │ ├── unary=7_4.py │ │ ├── unary=7_5.py │ │ ├── unary=7_6.py │ │ ├── unary=7_7.py │ │ ├── unary=7_8.py │ │ └── unary=7_9.py │ ├── unary=8 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=8_1.py │ │ ├── unary=8_10.py │ │ ├── unary=8_2.py │ │ ├── unary=8_3.py │ │ ├── unary=8_4.py │ │ ├── unary=8_5.py │ │ ├── unary=8_6.py │ │ ├── unary=8_7.py │ │ ├── unary=8_8.py │ │ └── unary=8_9.py │ └── unary=9 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=9_1.py │ │ ├── unary=9_10.py │ │ ├── unary=9_2.py │ │ ├── unary=9_3.py │ │ ├── unary=9_4.py │ │ ├── unary=9_5.py │ │ ├── unary=9_6.py │ │ ├── unary=9_7.py │ │ ├── unary=9_8.py │ │ └── unary=9_9.py │ ├── step3-3shot │ ├── addmm │ │ ├── addmm_1.py │ │ ├── addmm_10.py │ │ ├── addmm_2.py │ │ ├── addmm_3.py │ │ ├── addmm_4.py │ │ ├── addmm_5.py │ │ ├── addmm_6.py │ │ ├── addmm_7.py │ │ ├── addmm_8.py │ │ ├── addmm_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── binary=0 │ │ ├── binary=0_1.py │ │ ├── binary=0_10.py │ │ ├── binary=0_2.py │ │ ├── binary=0_3.py │ │ ├── binary=0_4.py │ │ ├── binary=0_5.py │ │ ├── binary=0_6.py │ │ ├── binary=0_7.py │ │ ├── binary=0_8.py │ │ ├── binary=0_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── binary=10 │ │ ├── binary=10_1.py │ │ ├── binary=10_10.py │ │ ├── binary=10_2.py │ │ ├── binary=10_3.py │ │ ├── binary=10_4.py │ │ ├── binary=10_5.py │ │ ├── binary=10_6.py │ │ ├── binary=10_7.py │ │ ├── binary=10_8.py │ │ ├── binary=10_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── binary=2 │ │ ├── binary=2_1.py │ │ ├── binary=2_10.py │ │ ├── binary=2_2.py │ │ ├── binary=2_3.py │ │ ├── binary=2_4.py │ │ ├── binary=2_5.py │ │ ├── binary=2_6.py │ │ ├── binary=2_7.py │ │ ├── binary=2_8.py │ │ ├── binary=2_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── binary=4 │ │ ├── binary=4_1.py │ │ ├── binary=4_10.py │ │ ├── binary=4_2.py │ │ ├── binary=4_3.py │ │ ├── binary=4_4.py │ │ ├── binary=4_5.py │ │ ├── binary=4_6.py │ │ ├── binary=4_7.py │ │ ├── binary=4_8.py │ │ ├── binary=4_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── binary=6 │ │ ├── binary=6_1.py │ │ ├── binary=6_10.py │ │ ├── binary=6_2.py │ │ ├── binary=6_3.py │ │ ├── binary=6_4.py │ │ ├── binary=6_5.py │ │ ├── binary=6_6.py │ │ ├── binary=6_7.py │ │ ├── binary=6_8.py │ │ ├── binary=6_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── binary=8 │ │ ├── binary=8_1.py │ │ ├── binary=8_10.py │ │ ├── binary=8_2.py │ │ ├── binary=8_3.py │ │ ├── binary=8_4.py │ │ ├── binary=8_5.py │ │ ├── binary=8_6.py │ │ ├── binary=8_7.py │ │ ├── binary=8_8.py │ │ ├── binary=8_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── binary_unary=0 │ │ ├── binary_unary=0_1.py │ │ ├── binary_unary=0_10.py │ │ ├── binary_unary=0_2.py │ │ ├── binary_unary=0_3.py │ │ ├── binary_unary=0_4.py │ │ ├── binary_unary=0_5.py │ │ ├── binary_unary=0_6.py │ │ ├── binary_unary=0_7.py │ │ ├── binary_unary=0_8.py │ │ ├── binary_unary=0_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── binary_unary=10 │ │ ├── binary_unary=10_1.py │ │ ├── binary_unary=10_10.py │ │ ├── binary_unary=10_2.py │ │ ├── binary_unary=10_3.py │ │ ├── binary_unary=10_4.py │ │ ├── binary_unary=10_5.py │ │ ├── binary_unary=10_6.py │ │ ├── binary_unary=10_7.py │ │ ├── binary_unary=10_8.py │ │ ├── binary_unary=10_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── binary_unary=2 │ │ ├── binary_unary=2_1.py │ │ ├── binary_unary=2_10.py │ │ ├── binary_unary=2_2.py │ │ ├── binary_unary=2_3.py │ │ ├── binary_unary=2_4.py │ │ ├── binary_unary=2_5.py │ │ ├── binary_unary=2_6.py │ │ ├── binary_unary=2_7.py │ │ ├── binary_unary=2_8.py │ │ ├── binary_unary=2_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── binary_unary=4 │ │ ├── binary_unary=4_1.py │ │ ├── binary_unary=4_10.py │ │ ├── binary_unary=4_2.py │ │ ├── binary_unary=4_3.py │ │ ├── binary_unary=4_4.py │ │ ├── binary_unary=4_5.py │ │ ├── binary_unary=4_6.py │ │ ├── binary_unary=4_7.py │ │ ├── binary_unary=4_8.py │ │ ├── binary_unary=4_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── binary_unary=6 │ │ ├── binary_unary=6_1.py │ │ ├── binary_unary=6_10.py │ │ ├── binary_unary=6_2.py │ │ ├── binary_unary=6_3.py │ │ ├── binary_unary=6_4.py │ │ ├── binary_unary=6_5.py │ │ ├── binary_unary=6_6.py │ │ ├── binary_unary=6_7.py │ │ ├── binary_unary=6_8.py │ │ ├── binary_unary=6_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── binary_unary=8 │ │ ├── binary_unary=8_1.py │ │ ├── binary_unary=8_10.py │ │ ├── binary_unary=8_2.py │ │ ├── binary_unary=8_3.py │ │ ├── binary_unary=8_4.py │ │ ├── binary_unary=8_5.py │ │ ├── binary_unary=8_6.py │ │ ├── binary_unary=8_7.py │ │ ├── binary_unary=8_8.py │ │ ├── binary_unary=8_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── cat_addmm │ │ ├── cat_addmm_1.py │ │ ├── cat_addmm_10.py │ │ ├── cat_addmm_2.py │ │ ├── cat_addmm_3.py │ │ ├── cat_addmm_4.py │ │ ├── cat_addmm_5.py │ │ ├── cat_addmm_6.py │ │ ├── cat_addmm_7.py │ │ ├── cat_addmm_8.py │ │ ├── cat_addmm_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── cat_mm │ │ ├── cat_mm_1.py │ │ ├── cat_mm_10.py │ │ ├── cat_mm_2.py │ │ ├── cat_mm_3.py │ │ ├── cat_mm_4.py │ │ ├── cat_mm_5.py │ │ ├── cat_mm_6.py │ │ ├── cat_mm_7.py │ │ ├── cat_mm_8.py │ │ ├── cat_mm_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── cat_slice_cat │ │ ├── cat_slice_cat_1.py │ │ ├── cat_slice_cat_10.py │ │ ├── cat_slice_cat_2.py │ │ ├── cat_slice_cat_3.py │ │ ├── cat_slice_cat_4.py │ │ ├── cat_slice_cat_5.py │ │ ├── cat_slice_cat_6.py │ │ ├── cat_slice_cat_7.py │ │ ├── cat_slice_cat_8.py │ │ ├── cat_slice_cat_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── fuse_conv_bn │ │ ├── fuse_conv_bn_1.py │ │ ├── fuse_conv_bn_10.py │ │ ├── fuse_conv_bn_2.py │ │ ├── fuse_conv_bn_3.py │ │ ├── fuse_conv_bn_4.py │ │ ├── fuse_conv_bn_5.py │ │ ├── fuse_conv_bn_6.py │ │ ├── fuse_conv_bn_7.py │ │ ├── fuse_conv_bn_8.py │ │ ├── fuse_conv_bn_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── linear_permute_fusion │ │ ├── linear_permute_fusion_1.py │ │ ├── linear_permute_fusion_10.py │ │ ├── linear_permute_fusion_2.py │ │ ├── linear_permute_fusion_3.py │ │ ├── linear_permute_fusion_4.py │ │ ├── linear_permute_fusion_5.py │ │ ├── linear_permute_fusion_6.py │ │ ├── linear_permute_fusion_7.py │ │ ├── linear_permute_fusion_8.py │ │ ├── linear_permute_fusion_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── mm_plus_mm │ │ ├── mm_plus_mm_1.py │ │ ├── mm_plus_mm_10.py │ │ ├── mm_plus_mm_2.py │ │ ├── mm_plus_mm_3.py │ │ ├── mm_plus_mm_4.py │ │ ├── mm_plus_mm_5.py │ │ ├── mm_plus_mm_6.py │ │ ├── mm_plus_mm_7.py │ │ ├── mm_plus_mm_8.py │ │ ├── mm_plus_mm_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── outputs.json │ ├── permute_linear_fusion │ │ ├── permute_linear_fusion_1.py │ │ ├── permute_linear_fusion_10.py │ │ ├── permute_linear_fusion_2.py │ │ ├── permute_linear_fusion_3.py │ │ ├── permute_linear_fusion_4.py │ │ ├── permute_linear_fusion_5.py │ │ ├── permute_linear_fusion_6.py │ │ ├── permute_linear_fusion_7.py │ │ ├── permute_linear_fusion_8.py │ │ ├── permute_linear_fusion_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── permute_matmul_fusion │ │ ├── permute_matmul_fusion_1.py │ │ ├── permute_matmul_fusion_10.py │ │ ├── permute_matmul_fusion_2.py │ │ ├── permute_matmul_fusion_3.py │ │ ├── permute_matmul_fusion_4.py │ │ ├── permute_matmul_fusion_5.py │ │ ├── permute_matmul_fusion_6.py │ │ ├── permute_matmul_fusion_7.py │ │ ├── permute_matmul_fusion_8.py │ │ ├── permute_matmul_fusion_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── pointless_cumsum_replacement │ │ ├── pointless_cumsum_replacement_1.py │ │ ├── pointless_cumsum_replacement_10.py │ │ ├── pointless_cumsum_replacement_2.py │ │ ├── pointless_cumsum_replacement_3.py │ │ ├── pointless_cumsum_replacement_4.py │ │ ├── pointless_cumsum_replacement_5.py │ │ ├── pointless_cumsum_replacement_6.py │ │ ├── pointless_cumsum_replacement_7.py │ │ ├── pointless_cumsum_replacement_8.py │ │ ├── pointless_cumsum_replacement_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── replace_fx │ │ ├── prompt.txt │ │ ├── replace_fx_1.py │ │ ├── replace_fx_10.py │ │ ├── replace_fx_2.py │ │ ├── replace_fx_3.py │ │ ├── replace_fx_4.py │ │ ├── replace_fx_5.py │ │ ├── replace_fx_6.py │ │ ├── replace_fx_7.py │ │ ├── replace_fx_8.py │ │ ├── replace_fx_9.py │ │ └── time.txt │ ├── sfdp=0 │ │ ├── prompt.txt │ │ ├── sfdp=0_1.py │ │ ├── sfdp=0_10.py │ │ ├── sfdp=0_2.py │ │ ├── sfdp=0_3.py │ │ ├── sfdp=0_4.py │ │ ├── sfdp=0_5.py │ │ ├── sfdp=0_6.py │ │ ├── sfdp=0_7.py │ │ ├── sfdp=0_8.py │ │ ├── sfdp=0_9.py │ │ └── time.txt │ ├── sfdp=1 │ │ ├── prompt.txt │ │ ├── sfdp=1_1.py │ │ ├── sfdp=1_10.py │ │ ├── sfdp=1_2.py │ │ ├── sfdp=1_3.py │ │ ├── sfdp=1_4.py │ │ ├── sfdp=1_5.py │ │ ├── sfdp=1_6.py │ │ ├── sfdp=1_7.py │ │ ├── sfdp=1_8.py │ │ ├── sfdp=1_9.py │ │ └── time.txt │ ├── sfdp=2 │ │ ├── prompt.txt │ │ ├── sfdp=2_1.py │ │ ├── sfdp=2_10.py │ │ ├── sfdp=2_2.py │ │ ├── sfdp=2_3.py │ │ ├── sfdp=2_4.py │ │ ├── sfdp=2_5.py │ │ ├── sfdp=2_6.py │ │ ├── sfdp=2_7.py │ │ ├── sfdp=2_8.py │ │ ├── sfdp=2_9.py │ │ └── time.txt │ ├── sfdp=3 │ │ ├── prompt.txt │ │ ├── sfdp=3_1.py │ │ ├── sfdp=3_10.py │ │ ├── sfdp=3_2.py │ │ ├── sfdp=3_3.py │ │ ├── sfdp=3_4.py │ │ ├── sfdp=3_5.py │ │ ├── sfdp=3_6.py │ │ ├── sfdp=3_7.py │ │ ├── sfdp=3_8.py │ │ ├── sfdp=3_9.py │ │ └── time.txt │ ├── sfdp=4 │ │ ├── prompt.txt │ │ ├── sfdp=4_1.py │ │ ├── sfdp=4_10.py │ │ ├── sfdp=4_2.py │ │ ├── sfdp=4_3.py │ │ ├── sfdp=4_4.py │ │ ├── sfdp=4_5.py │ │ ├── sfdp=4_6.py │ │ ├── sfdp=4_7.py │ │ ├── sfdp=4_8.py │ │ ├── sfdp=4_9.py │ │ └── time.txt │ ├── sfdp=5 │ │ ├── prompt.txt │ │ ├── sfdp=5_1.py │ │ ├── sfdp=5_10.py │ │ ├── sfdp=5_2.py │ │ ├── sfdp=5_3.py │ │ ├── sfdp=5_4.py │ │ ├── sfdp=5_5.py │ │ ├── sfdp=5_6.py │ │ ├── sfdp=5_7.py │ │ ├── sfdp=5_8.py │ │ ├── sfdp=5_9.py │ │ └── time.txt │ ├── sink_cat_after_pointwise │ │ ├── prompt.txt │ │ ├── sink_cat_after_pointwise_1.py │ │ ├── sink_cat_after_pointwise_10.py │ │ ├── sink_cat_after_pointwise_2.py │ │ ├── sink_cat_after_pointwise_3.py │ │ ├── sink_cat_after_pointwise_4.py │ │ ├── sink_cat_after_pointwise_5.py │ │ ├── sink_cat_after_pointwise_6.py │ │ ├── sink_cat_after_pointwise_7.py │ │ ├── sink_cat_after_pointwise_8.py │ │ ├── sink_cat_after_pointwise_9.py │ │ └── time.txt │ ├── splitwithsizes_cat_replace │ │ ├── prompt.txt │ │ ├── splitwithsizes_cat_replace_1.py │ │ ├── splitwithsizes_cat_replace_10.py │ │ ├── splitwithsizes_cat_replace_2.py │ │ ├── splitwithsizes_cat_replace_3.py │ │ ├── splitwithsizes_cat_replace_4.py │ │ ├── splitwithsizes_cat_replace_5.py │ │ ├── splitwithsizes_cat_replace_6.py │ │ ├── splitwithsizes_cat_replace_7.py │ │ ├── splitwithsizes_cat_replace_8.py │ │ ├── splitwithsizes_cat_replace_9.py │ │ └── time.txt │ ├── unary=0 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=0_1.py │ │ ├── unary=0_10.py │ │ ├── unary=0_2.py │ │ ├── unary=0_3.py │ │ ├── unary=0_4.py │ │ ├── unary=0_5.py │ │ ├── unary=0_6.py │ │ ├── unary=0_7.py │ │ ├── unary=0_8.py │ │ └── unary=0_9.py │ ├── unary=1 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=1_1.py │ │ ├── unary=1_10.py │ │ ├── unary=1_2.py │ │ ├── unary=1_3.py │ │ ├── unary=1_4.py │ │ ├── unary=1_5.py │ │ ├── unary=1_6.py │ │ ├── unary=1_7.py │ │ ├── unary=1_8.py │ │ └── unary=1_9.py │ ├── unary=10 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=10_1.py │ │ ├── unary=10_10.py │ │ ├── unary=10_2.py │ │ ├── unary=10_3.py │ │ ├── unary=10_4.py │ │ ├── unary=10_5.py │ │ ├── unary=10_6.py │ │ ├── unary=10_7.py │ │ ├── unary=10_8.py │ │ └── unary=10_9.py │ ├── unary=11 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=11_1.py │ │ ├── unary=11_10.py │ │ ├── unary=11_2.py │ │ ├── unary=11_3.py │ │ ├── unary=11_4.py │ │ ├── unary=11_5.py │ │ ├── unary=11_6.py │ │ ├── unary=11_7.py │ │ ├── unary=11_8.py │ │ └── unary=11_9.py │ ├── unary=12 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=12_1.py │ │ ├── unary=12_10.py │ │ ├── unary=12_2.py │ │ ├── unary=12_3.py │ │ ├── unary=12_4.py │ │ ├── unary=12_5.py │ │ ├── unary=12_6.py │ │ ├── unary=12_7.py │ │ ├── unary=12_8.py │ │ └── unary=12_9.py │ ├── unary=13 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=13_1.py │ │ ├── unary=13_10.py │ │ ├── unary=13_2.py │ │ ├── unary=13_3.py │ │ ├── unary=13_4.py │ │ ├── unary=13_5.py │ │ ├── unary=13_6.py │ │ ├── unary=13_7.py │ │ ├── unary=13_8.py │ │ └── unary=13_9.py │ ├── unary=14 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=14_1.py │ │ ├── unary=14_10.py │ │ ├── unary=14_2.py │ │ ├── unary=14_3.py │ │ ├── unary=14_4.py │ │ ├── unary=14_5.py │ │ ├── unary=14_6.py │ │ ├── unary=14_7.py │ │ ├── unary=14_8.py │ │ └── unary=14_9.py │ ├── unary=15 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=15_1.py │ │ ├── unary=15_10.py │ │ ├── unary=15_2.py │ │ ├── unary=15_3.py │ │ ├── unary=15_4.py │ │ ├── unary=15_5.py │ │ ├── unary=15_6.py │ │ ├── unary=15_7.py │ │ ├── unary=15_8.py │ │ └── unary=15_9.py │ ├── unary=16 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=16_1.py │ │ ├── unary=16_10.py │ │ ├── unary=16_2.py │ │ ├── unary=16_3.py │ │ ├── unary=16_4.py │ │ ├── unary=16_5.py │ │ ├── unary=16_6.py │ │ ├── unary=16_7.py │ │ ├── unary=16_8.py │ │ └── unary=16_9.py │ ├── unary=17 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=17_1.py │ │ ├── unary=17_10.py │ │ ├── unary=17_2.py │ │ ├── unary=17_3.py │ │ ├── unary=17_4.py │ │ ├── unary=17_5.py │ │ ├── unary=17_6.py │ │ ├── unary=17_7.py │ │ ├── unary=17_8.py │ │ └── unary=17_9.py │ ├── unary=18 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=18_1.py │ │ ├── unary=18_10.py │ │ ├── unary=18_2.py │ │ ├── unary=18_3.py │ │ ├── unary=18_4.py │ │ ├── unary=18_5.py │ │ ├── unary=18_6.py │ │ ├── unary=18_7.py │ │ ├── unary=18_8.py │ │ └── unary=18_9.py │ ├── unary=19 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=19_1.py │ │ ├── unary=19_10.py │ │ ├── unary=19_2.py │ │ ├── unary=19_3.py │ │ ├── unary=19_4.py │ │ ├── unary=19_5.py │ │ ├── unary=19_6.py │ │ ├── unary=19_7.py │ │ ├── unary=19_8.py │ │ └── unary=19_9.py │ ├── unary=2 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=2_1.py │ │ ├── unary=2_10.py │ │ ├── unary=2_2.py │ │ ├── unary=2_3.py │ │ ├── unary=2_4.py │ │ ├── unary=2_5.py │ │ ├── unary=2_6.py │ │ ├── unary=2_7.py │ │ ├── unary=2_8.py │ │ └── unary=2_9.py │ ├── unary=20 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=20_1.py │ │ ├── unary=20_10.py │ │ ├── unary=20_2.py │ │ ├── unary=20_3.py │ │ ├── unary=20_4.py │ │ ├── unary=20_5.py │ │ ├── unary=20_6.py │ │ ├── unary=20_7.py │ │ ├── unary=20_8.py │ │ └── unary=20_9.py │ ├── unary=21 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=21_1.py │ │ ├── unary=21_10.py │ │ ├── unary=21_2.py │ │ ├── unary=21_3.py │ │ ├── unary=21_4.py │ │ ├── unary=21_5.py │ │ ├── unary=21_6.py │ │ ├── unary=21_7.py │ │ ├── unary=21_8.py │ │ └── unary=21_9.py │ ├── unary=22 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=22_1.py │ │ ├── unary=22_10.py │ │ ├── unary=22_2.py │ │ ├── unary=22_3.py │ │ ├── unary=22_4.py │ │ ├── unary=22_5.py │ │ ├── unary=22_6.py │ │ ├── unary=22_7.py │ │ ├── unary=22_8.py │ │ └── unary=22_9.py │ ├── unary=23 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=23_1.py │ │ ├── unary=23_10.py │ │ ├── unary=23_2.py │ │ ├── unary=23_3.py │ │ ├── unary=23_4.py │ │ ├── unary=23_5.py │ │ ├── unary=23_6.py │ │ ├── unary=23_7.py │ │ ├── unary=23_8.py │ │ └── unary=23_9.py │ ├── unary=24 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=24_1.py │ │ ├── unary=24_10.py │ │ ├── unary=24_2.py │ │ ├── unary=24_3.py │ │ ├── unary=24_4.py │ │ ├── unary=24_5.py │ │ ├── unary=24_6.py │ │ ├── unary=24_7.py │ │ ├── unary=24_8.py │ │ └── unary=24_9.py │ ├── unary=25 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=25_1.py │ │ ├── unary=25_10.py │ │ ├── unary=25_2.py │ │ ├── unary=25_3.py │ │ ├── unary=25_4.py │ │ ├── unary=25_5.py │ │ ├── unary=25_6.py │ │ ├── unary=25_7.py │ │ ├── unary=25_8.py │ │ └── unary=25_9.py │ ├── unary=26 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=26_1.py │ │ ├── unary=26_10.py │ │ ├── unary=26_2.py │ │ ├── unary=26_3.py │ │ ├── unary=26_4.py │ │ ├── unary=26_5.py │ │ ├── unary=26_6.py │ │ ├── unary=26_7.py │ │ ├── unary=26_8.py │ │ └── unary=26_9.py │ ├── unary=27 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=27_1.py │ │ ├── unary=27_10.py │ │ ├── unary=27_2.py │ │ ├── unary=27_3.py │ │ ├── unary=27_4.py │ │ ├── unary=27_5.py │ │ ├── unary=27_6.py │ │ ├── unary=27_7.py │ │ ├── unary=27_8.py │ │ └── unary=27_9.py │ ├── unary=28 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=28_1.py │ │ ├── unary=28_10.py │ │ ├── unary=28_2.py │ │ ├── unary=28_3.py │ │ ├── unary=28_4.py │ │ ├── unary=28_5.py │ │ ├── unary=28_6.py │ │ ├── unary=28_7.py │ │ ├── unary=28_8.py │ │ └── unary=28_9.py │ ├── unary=29 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=29_1.py │ │ ├── unary=29_10.py │ │ ├── unary=29_2.py │ │ ├── unary=29_3.py │ │ ├── unary=29_4.py │ │ ├── unary=29_5.py │ │ ├── unary=29_6.py │ │ ├── unary=29_7.py │ │ ├── unary=29_8.py │ │ └── unary=29_9.py │ ├── unary=3 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=3_1.py │ │ ├── unary=3_10.py │ │ ├── unary=3_2.py │ │ ├── unary=3_3.py │ │ ├── unary=3_4.py │ │ ├── unary=3_5.py │ │ ├── unary=3_6.py │ │ ├── unary=3_7.py │ │ ├── unary=3_8.py │ │ └── unary=3_9.py │ ├── unary=4 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=4_1.py │ │ ├── unary=4_10.py │ │ ├── unary=4_2.py │ │ ├── unary=4_3.py │ │ ├── unary=4_4.py │ │ ├── unary=4_5.py │ │ ├── unary=4_6.py │ │ ├── unary=4_7.py │ │ ├── unary=4_8.py │ │ └── unary=4_9.py │ ├── unary=5 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=5_1.py │ │ ├── unary=5_10.py │ │ ├── unary=5_2.py │ │ ├── unary=5_3.py │ │ ├── unary=5_4.py │ │ ├── unary=5_5.py │ │ ├── unary=5_6.py │ │ ├── unary=5_7.py │ │ ├── unary=5_8.py │ │ └── unary=5_9.py │ ├── unary=6 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=6_1.py │ │ ├── unary=6_10.py │ │ ├── unary=6_2.py │ │ ├── unary=6_3.py │ │ ├── unary=6_4.py │ │ ├── unary=6_5.py │ │ ├── unary=6_6.py │ │ ├── unary=6_7.py │ │ ├── unary=6_8.py │ │ └── unary=6_9.py │ ├── unary=7 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=7_1.py │ │ ├── unary=7_10.py │ │ ├── unary=7_2.py │ │ ├── unary=7_3.py │ │ ├── unary=7_4.py │ │ ├── unary=7_5.py │ │ ├── unary=7_6.py │ │ ├── unary=7_7.py │ │ ├── unary=7_8.py │ │ └── unary=7_9.py │ ├── unary=8 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=8_1.py │ │ ├── unary=8_10.py │ │ ├── unary=8_2.py │ │ ├── unary=8_3.py │ │ ├── unary=8_4.py │ │ ├── unary=8_5.py │ │ ├── unary=8_6.py │ │ ├── unary=8_7.py │ │ ├── unary=8_8.py │ │ └── unary=8_9.py │ └── unary=9 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=9_1.py │ │ ├── unary=9_10.py │ │ ├── unary=9_2.py │ │ ├── unary=9_3.py │ │ ├── unary=9_4.py │ │ ├── unary=9_5.py │ │ ├── unary=9_6.py │ │ ├── unary=9_7.py │ │ ├── unary=9_8.py │ │ └── unary=9_9.py │ ├── step30-3shot │ ├── addmm │ │ ├── addmm_1.py │ │ ├── addmm_10.py │ │ ├── addmm_2.py │ │ ├── addmm_3.py │ │ ├── addmm_4.py │ │ ├── addmm_5.py │ │ ├── addmm_6.py │ │ ├── addmm_7.py │ │ ├── addmm_8.py │ │ ├── addmm_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── binary=0 │ │ ├── binary=0_1.py │ │ ├── binary=0_10.py │ │ ├── binary=0_2.py │ │ ├── binary=0_3.py │ │ ├── binary=0_4.py │ │ ├── binary=0_5.py │ │ ├── binary=0_6.py │ │ ├── binary=0_7.py │ │ ├── binary=0_8.py │ │ ├── binary=0_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── binary=10 │ │ ├── binary=10_1.py │ │ ├── binary=10_10.py │ │ ├── binary=10_2.py │ │ ├── binary=10_3.py │ │ ├── binary=10_4.py │ │ ├── binary=10_5.py │ │ ├── binary=10_6.py │ │ ├── binary=10_7.py │ │ ├── binary=10_8.py │ │ ├── binary=10_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── binary=2 │ │ ├── binary=2_1.py │ │ ├── binary=2_10.py │ │ ├── binary=2_2.py │ │ ├── binary=2_3.py │ │ ├── binary=2_4.py │ │ ├── binary=2_5.py │ │ ├── binary=2_6.py │ │ ├── binary=2_7.py │ │ ├── binary=2_8.py │ │ ├── binary=2_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── binary=4 │ │ ├── binary=4_1.py │ │ ├── binary=4_10.py │ │ ├── binary=4_2.py │ │ ├── binary=4_3.py │ │ ├── binary=4_4.py │ │ ├── binary=4_5.py │ │ ├── binary=4_6.py │ │ ├── binary=4_7.py │ │ ├── binary=4_8.py │ │ ├── binary=4_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── binary=6 │ │ ├── binary=6_1.py │ │ ├── binary=6_10.py │ │ ├── binary=6_2.py │ │ ├── binary=6_3.py │ │ ├── binary=6_4.py │ │ ├── binary=6_5.py │ │ ├── binary=6_6.py │ │ ├── binary=6_7.py │ │ ├── binary=6_8.py │ │ ├── binary=6_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── binary=8 │ │ ├── binary=8_1.py │ │ ├── binary=8_10.py │ │ ├── binary=8_2.py │ │ ├── binary=8_3.py │ │ ├── binary=8_4.py │ │ ├── binary=8_5.py │ │ ├── binary=8_6.py │ │ ├── binary=8_7.py │ │ ├── binary=8_8.py │ │ ├── binary=8_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── binary_unary=0 │ │ ├── binary_unary=0_1.py │ │ ├── binary_unary=0_10.py │ │ ├── binary_unary=0_2.py │ │ ├── binary_unary=0_3.py │ │ ├── binary_unary=0_4.py │ │ ├── binary_unary=0_5.py │ │ ├── binary_unary=0_6.py │ │ ├── binary_unary=0_7.py │ │ ├── binary_unary=0_8.py │ │ ├── binary_unary=0_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── binary_unary=10 │ │ ├── binary_unary=10_1.py │ │ ├── binary_unary=10_10.py │ │ ├── binary_unary=10_2.py │ │ ├── binary_unary=10_3.py │ │ ├── binary_unary=10_4.py │ │ ├── binary_unary=10_5.py │ │ ├── binary_unary=10_6.py │ │ ├── binary_unary=10_7.py │ │ ├── binary_unary=10_8.py │ │ ├── binary_unary=10_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── binary_unary=2 │ │ ├── binary_unary=2_1.py │ │ ├── binary_unary=2_10.py │ │ ├── binary_unary=2_2.py │ │ ├── binary_unary=2_3.py │ │ ├── binary_unary=2_4.py │ │ ├── binary_unary=2_5.py │ │ ├── binary_unary=2_6.py │ │ ├── binary_unary=2_7.py │ │ ├── binary_unary=2_8.py │ │ ├── binary_unary=2_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── binary_unary=4 │ │ ├── binary_unary=4_1.py │ │ ├── binary_unary=4_10.py │ │ ├── binary_unary=4_2.py │ │ ├── binary_unary=4_3.py │ │ ├── binary_unary=4_4.py │ │ ├── binary_unary=4_5.py │ │ ├── binary_unary=4_6.py │ │ ├── binary_unary=4_7.py │ │ ├── binary_unary=4_8.py │ │ ├── binary_unary=4_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── binary_unary=6 │ │ ├── binary_unary=6_1.py │ │ ├── binary_unary=6_10.py │ │ ├── binary_unary=6_2.py │ │ ├── binary_unary=6_3.py │ │ ├── binary_unary=6_4.py │ │ ├── binary_unary=6_5.py │ │ ├── binary_unary=6_6.py │ │ ├── binary_unary=6_7.py │ │ ├── binary_unary=6_8.py │ │ ├── binary_unary=6_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── binary_unary=8 │ │ ├── binary_unary=8_1.py │ │ ├── binary_unary=8_10.py │ │ ├── binary_unary=8_2.py │ │ ├── binary_unary=8_3.py │ │ ├── binary_unary=8_4.py │ │ ├── binary_unary=8_5.py │ │ ├── binary_unary=8_6.py │ │ ├── binary_unary=8_7.py │ │ ├── binary_unary=8_8.py │ │ ├── binary_unary=8_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── cat_addmm │ │ ├── cat_addmm_1.py │ │ ├── cat_addmm_10.py │ │ ├── cat_addmm_2.py │ │ ├── cat_addmm_3.py │ │ ├── cat_addmm_4.py │ │ ├── cat_addmm_5.py │ │ ├── cat_addmm_6.py │ │ ├── cat_addmm_7.py │ │ ├── cat_addmm_8.py │ │ ├── cat_addmm_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── cat_mm │ │ ├── cat_mm_1.py │ │ ├── cat_mm_10.py │ │ ├── cat_mm_2.py │ │ ├── cat_mm_3.py │ │ ├── cat_mm_4.py │ │ ├── cat_mm_5.py │ │ ├── cat_mm_6.py │ │ ├── cat_mm_7.py │ │ ├── cat_mm_8.py │ │ ├── cat_mm_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── cat_slice_cat │ │ ├── cat_slice_cat_1.py │ │ ├── cat_slice_cat_10.py │ │ ├── cat_slice_cat_2.py │ │ ├── cat_slice_cat_3.py │ │ ├── cat_slice_cat_4.py │ │ ├── cat_slice_cat_5.py │ │ ├── cat_slice_cat_6.py │ │ ├── cat_slice_cat_7.py │ │ ├── cat_slice_cat_8.py │ │ ├── cat_slice_cat_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── fuse_conv_bn │ │ ├── fuse_conv_bn_1.py │ │ ├── fuse_conv_bn_10.py │ │ ├── fuse_conv_bn_2.py │ │ ├── fuse_conv_bn_3.py │ │ ├── fuse_conv_bn_4.py │ │ ├── fuse_conv_bn_5.py │ │ ├── fuse_conv_bn_6.py │ │ ├── fuse_conv_bn_7.py │ │ ├── fuse_conv_bn_8.py │ │ ├── fuse_conv_bn_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── linear_permute_fusion │ │ ├── linear_permute_fusion_1.py │ │ ├── linear_permute_fusion_10.py │ │ ├── linear_permute_fusion_2.py │ │ ├── linear_permute_fusion_3.py │ │ ├── linear_permute_fusion_4.py │ │ ├── linear_permute_fusion_5.py │ │ ├── linear_permute_fusion_6.py │ │ ├── linear_permute_fusion_7.py │ │ ├── linear_permute_fusion_8.py │ │ ├── linear_permute_fusion_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── mm_plus_mm │ │ ├── mm_plus_mm_1.py │ │ ├── mm_plus_mm_10.py │ │ ├── mm_plus_mm_2.py │ │ ├── mm_plus_mm_3.py │ │ ├── mm_plus_mm_4.py │ │ ├── mm_plus_mm_5.py │ │ ├── mm_plus_mm_6.py │ │ ├── mm_plus_mm_7.py │ │ ├── mm_plus_mm_8.py │ │ ├── mm_plus_mm_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── outputs.json │ ├── permute_linear_fusion │ │ ├── permute_linear_fusion_1.py │ │ ├── permute_linear_fusion_10.py │ │ ├── permute_linear_fusion_2.py │ │ ├── permute_linear_fusion_3.py │ │ ├── permute_linear_fusion_4.py │ │ ├── permute_linear_fusion_5.py │ │ ├── permute_linear_fusion_6.py │ │ ├── permute_linear_fusion_7.py │ │ ├── permute_linear_fusion_8.py │ │ ├── permute_linear_fusion_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── permute_matmul_fusion │ │ ├── permute_matmul_fusion_1.py │ │ ├── permute_matmul_fusion_10.py │ │ ├── permute_matmul_fusion_2.py │ │ ├── permute_matmul_fusion_3.py │ │ ├── permute_matmul_fusion_4.py │ │ ├── permute_matmul_fusion_5.py │ │ ├── permute_matmul_fusion_6.py │ │ ├── permute_matmul_fusion_7.py │ │ ├── permute_matmul_fusion_8.py │ │ ├── permute_matmul_fusion_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── pointless_cumsum_replacement │ │ ├── pointless_cumsum_replacement_1.py │ │ ├── pointless_cumsum_replacement_10.py │ │ ├── pointless_cumsum_replacement_2.py │ │ ├── pointless_cumsum_replacement_3.py │ │ ├── pointless_cumsum_replacement_4.py │ │ ├── pointless_cumsum_replacement_5.py │ │ ├── pointless_cumsum_replacement_6.py │ │ ├── pointless_cumsum_replacement_7.py │ │ ├── pointless_cumsum_replacement_8.py │ │ ├── pointless_cumsum_replacement_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── replace_fx │ │ ├── prompt.txt │ │ ├── replace_fx_1.py │ │ ├── replace_fx_10.py │ │ ├── replace_fx_2.py │ │ ├── replace_fx_3.py │ │ ├── replace_fx_4.py │ │ ├── replace_fx_5.py │ │ ├── replace_fx_6.py │ │ ├── replace_fx_7.py │ │ ├── replace_fx_8.py │ │ ├── replace_fx_9.py │ │ └── time.txt │ ├── sfdp=0 │ │ ├── prompt.txt │ │ ├── sfdp=0_1.py │ │ ├── sfdp=0_10.py │ │ ├── sfdp=0_2.py │ │ ├── sfdp=0_3.py │ │ ├── sfdp=0_4.py │ │ ├── sfdp=0_5.py │ │ ├── sfdp=0_6.py │ │ ├── sfdp=0_7.py │ │ ├── sfdp=0_8.py │ │ ├── sfdp=0_9.py │ │ └── time.txt │ ├── sfdp=1 │ │ ├── prompt.txt │ │ ├── sfdp=1_1.py │ │ ├── sfdp=1_10.py │ │ ├── sfdp=1_2.py │ │ ├── sfdp=1_3.py │ │ ├── sfdp=1_4.py │ │ ├── sfdp=1_5.py │ │ ├── sfdp=1_6.py │ │ ├── sfdp=1_7.py │ │ ├── sfdp=1_8.py │ │ ├── sfdp=1_9.py │ │ └── time.txt │ ├── sfdp=2 │ │ ├── prompt.txt │ │ ├── sfdp=2_1.py │ │ ├── sfdp=2_10.py │ │ ├── sfdp=2_2.py │ │ ├── sfdp=2_3.py │ │ ├── sfdp=2_4.py │ │ ├── sfdp=2_5.py │ │ ├── sfdp=2_6.py │ │ ├── sfdp=2_7.py │ │ ├── sfdp=2_8.py │ │ ├── sfdp=2_9.py │ │ └── time.txt │ ├── sfdp=3 │ │ ├── prompt.txt │ │ ├── sfdp=3_1.py │ │ ├── sfdp=3_10.py │ │ ├── sfdp=3_2.py │ │ ├── sfdp=3_3.py │ │ ├── sfdp=3_4.py │ │ ├── sfdp=3_5.py │ │ ├── sfdp=3_6.py │ │ ├── sfdp=3_7.py │ │ ├── sfdp=3_8.py │ │ ├── sfdp=3_9.py │ │ └── time.txt │ ├── sfdp=4 │ │ ├── prompt.txt │ │ ├── sfdp=4_1.py │ │ ├── sfdp=4_10.py │ │ ├── sfdp=4_2.py │ │ ├── sfdp=4_3.py │ │ ├── sfdp=4_4.py │ │ ├── sfdp=4_5.py │ │ ├── sfdp=4_6.py │ │ ├── sfdp=4_7.py │ │ ├── sfdp=4_8.py │ │ ├── sfdp=4_9.py │ │ └── time.txt │ ├── sfdp=5 │ │ ├── prompt.txt │ │ ├── sfdp=5_1.py │ │ ├── sfdp=5_10.py │ │ ├── sfdp=5_2.py │ │ ├── sfdp=5_3.py │ │ ├── sfdp=5_4.py │ │ ├── sfdp=5_5.py │ │ ├── sfdp=5_6.py │ │ ├── sfdp=5_7.py │ │ ├── sfdp=5_8.py │ │ ├── sfdp=5_9.py │ │ └── time.txt │ ├── sink_cat_after_pointwise │ │ ├── prompt.txt │ │ ├── sink_cat_after_pointwise_1.py │ │ ├── sink_cat_after_pointwise_10.py │ │ ├── sink_cat_after_pointwise_2.py │ │ ├── sink_cat_after_pointwise_3.py │ │ ├── sink_cat_after_pointwise_4.py │ │ ├── sink_cat_after_pointwise_5.py │ │ ├── sink_cat_after_pointwise_6.py │ │ ├── sink_cat_after_pointwise_7.py │ │ ├── sink_cat_after_pointwise_8.py │ │ ├── sink_cat_after_pointwise_9.py │ │ └── time.txt │ ├── splitwithsizes_cat_replace │ │ ├── prompt.txt │ │ ├── splitwithsizes_cat_replace_1.py │ │ ├── splitwithsizes_cat_replace_10.py │ │ ├── splitwithsizes_cat_replace_2.py │ │ ├── splitwithsizes_cat_replace_3.py │ │ ├── splitwithsizes_cat_replace_4.py │ │ ├── splitwithsizes_cat_replace_5.py │ │ ├── splitwithsizes_cat_replace_6.py │ │ ├── splitwithsizes_cat_replace_7.py │ │ ├── splitwithsizes_cat_replace_8.py │ │ ├── splitwithsizes_cat_replace_9.py │ │ └── time.txt │ ├── unary=0 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=0_1.py │ │ ├── unary=0_10.py │ │ ├── unary=0_2.py │ │ ├── unary=0_3.py │ │ ├── unary=0_4.py │ │ ├── unary=0_5.py │ │ ├── unary=0_6.py │ │ ├── unary=0_7.py │ │ ├── unary=0_8.py │ │ └── unary=0_9.py │ ├── unary=1 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=1_1.py │ │ ├── unary=1_10.py │ │ ├── unary=1_2.py │ │ ├── unary=1_3.py │ │ ├── unary=1_4.py │ │ ├── unary=1_5.py │ │ ├── unary=1_6.py │ │ ├── unary=1_7.py │ │ ├── unary=1_8.py │ │ └── unary=1_9.py │ ├── unary=10 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=10_1.py │ │ ├── unary=10_10.py │ │ ├── unary=10_2.py │ │ ├── unary=10_3.py │ │ ├── unary=10_4.py │ │ ├── unary=10_5.py │ │ ├── unary=10_6.py │ │ ├── unary=10_7.py │ │ ├── unary=10_8.py │ │ └── unary=10_9.py │ ├── unary=11 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=11_1.py │ │ ├── unary=11_10.py │ │ ├── unary=11_2.py │ │ ├── unary=11_3.py │ │ ├── unary=11_4.py │ │ ├── unary=11_5.py │ │ ├── unary=11_6.py │ │ ├── unary=11_7.py │ │ ├── unary=11_8.py │ │ └── unary=11_9.py │ ├── unary=12 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=12_1.py │ │ ├── unary=12_10.py │ │ ├── unary=12_2.py │ │ ├── unary=12_3.py │ │ ├── unary=12_4.py │ │ ├── unary=12_5.py │ │ ├── unary=12_6.py │ │ ├── unary=12_7.py │ │ ├── unary=12_8.py │ │ └── unary=12_9.py │ ├── unary=13 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=13_1.py │ │ ├── unary=13_10.py │ │ ├── unary=13_2.py │ │ ├── unary=13_3.py │ │ ├── unary=13_4.py │ │ ├── unary=13_5.py │ │ ├── unary=13_6.py │ │ ├── unary=13_7.py │ │ ├── unary=13_8.py │ │ └── unary=13_9.py │ ├── unary=14 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=14_1.py │ │ ├── unary=14_10.py │ │ ├── unary=14_2.py │ │ ├── unary=14_3.py │ │ ├── unary=14_4.py │ │ ├── unary=14_5.py │ │ ├── unary=14_6.py │ │ ├── unary=14_7.py │ │ ├── unary=14_8.py │ │ └── unary=14_9.py │ ├── unary=15 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=15_1.py │ │ ├── unary=15_10.py │ │ ├── unary=15_2.py │ │ ├── unary=15_3.py │ │ ├── unary=15_4.py │ │ ├── unary=15_5.py │ │ ├── unary=15_6.py │ │ ├── unary=15_7.py │ │ ├── unary=15_8.py │ │ └── unary=15_9.py │ ├── unary=16 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=16_1.py │ │ ├── unary=16_10.py │ │ ├── unary=16_2.py │ │ ├── unary=16_3.py │ │ ├── unary=16_4.py │ │ ├── unary=16_5.py │ │ ├── unary=16_6.py │ │ ├── unary=16_7.py │ │ ├── unary=16_8.py │ │ └── unary=16_9.py │ ├── unary=17 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=17_1.py │ │ ├── unary=17_10.py │ │ ├── unary=17_2.py │ │ ├── unary=17_3.py │ │ ├── unary=17_4.py │ │ ├── unary=17_5.py │ │ ├── unary=17_6.py │ │ ├── unary=17_7.py │ │ ├── unary=17_8.py │ │ └── unary=17_9.py │ ├── unary=18 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=18_1.py │ │ ├── unary=18_10.py │ │ ├── unary=18_2.py │ │ ├── unary=18_3.py │ │ ├── unary=18_4.py │ │ ├── unary=18_5.py │ │ ├── unary=18_6.py │ │ ├── unary=18_7.py │ │ ├── unary=18_8.py │ │ └── unary=18_9.py │ ├── unary=19 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=19_1.py │ │ ├── unary=19_10.py │ │ ├── unary=19_2.py │ │ ├── unary=19_3.py │ │ ├── unary=19_4.py │ │ ├── unary=19_5.py │ │ ├── unary=19_6.py │ │ ├── unary=19_7.py │ │ ├── unary=19_8.py │ │ └── unary=19_9.py │ ├── unary=2 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=2_1.py │ │ ├── unary=2_10.py │ │ ├── unary=2_2.py │ │ ├── unary=2_3.py │ │ ├── unary=2_4.py │ │ ├── unary=2_5.py │ │ ├── unary=2_6.py │ │ ├── unary=2_7.py │ │ ├── unary=2_8.py │ │ └── unary=2_9.py │ ├── unary=20 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=20_1.py │ │ ├── unary=20_10.py │ │ ├── unary=20_2.py │ │ ├── unary=20_3.py │ │ ├── unary=20_4.py │ │ ├── unary=20_5.py │ │ ├── unary=20_6.py │ │ ├── unary=20_7.py │ │ ├── unary=20_8.py │ │ └── unary=20_9.py │ ├── unary=21 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=21_1.py │ │ ├── unary=21_10.py │ │ ├── unary=21_2.py │ │ ├── unary=21_3.py │ │ ├── unary=21_4.py │ │ ├── unary=21_5.py │ │ ├── unary=21_6.py │ │ ├── unary=21_7.py │ │ ├── unary=21_8.py │ │ └── unary=21_9.py │ ├── unary=22 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=22_1.py │ │ ├── unary=22_10.py │ │ ├── unary=22_2.py │ │ ├── unary=22_3.py │ │ ├── unary=22_4.py │ │ ├── unary=22_5.py │ │ ├── unary=22_6.py │ │ ├── unary=22_7.py │ │ ├── unary=22_8.py │ │ └── unary=22_9.py │ ├── unary=23 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=23_1.py │ │ ├── unary=23_10.py │ │ ├── unary=23_2.py │ │ ├── unary=23_3.py │ │ ├── unary=23_4.py │ │ ├── unary=23_5.py │ │ ├── unary=23_6.py │ │ ├── unary=23_7.py │ │ ├── unary=23_8.py │ │ └── unary=23_9.py │ ├── unary=24 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=24_1.py │ │ ├── unary=24_10.py │ │ ├── unary=24_2.py │ │ ├── unary=24_3.py │ │ ├── unary=24_4.py │ │ ├── unary=24_5.py │ │ ├── unary=24_6.py │ │ ├── unary=24_7.py │ │ ├── unary=24_8.py │ │ └── unary=24_9.py │ ├── unary=25 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=25_1.py │ │ ├── unary=25_10.py │ │ ├── unary=25_2.py │ │ ├── unary=25_3.py │ │ ├── unary=25_4.py │ │ ├── unary=25_5.py │ │ ├── unary=25_6.py │ │ ├── unary=25_7.py │ │ ├── unary=25_8.py │ │ └── unary=25_9.py │ ├── unary=26 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=26_1.py │ │ ├── unary=26_10.py │ │ ├── unary=26_2.py │ │ ├── unary=26_3.py │ │ ├── unary=26_4.py │ │ ├── unary=26_5.py │ │ ├── unary=26_6.py │ │ ├── unary=26_7.py │ │ ├── unary=26_8.py │ │ └── unary=26_9.py │ ├── unary=27 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=27_1.py │ │ ├── unary=27_10.py │ │ ├── unary=27_2.py │ │ ├── unary=27_3.py │ │ ├── unary=27_4.py │ │ ├── unary=27_5.py │ │ ├── unary=27_6.py │ │ ├── unary=27_7.py │ │ ├── unary=27_8.py │ │ └── unary=27_9.py │ ├── unary=28 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=28_1.py │ │ ├── unary=28_10.py │ │ ├── unary=28_2.py │ │ ├── unary=28_3.py │ │ ├── unary=28_4.py │ │ ├── unary=28_5.py │ │ ├── unary=28_6.py │ │ ├── unary=28_7.py │ │ ├── unary=28_8.py │ │ └── unary=28_9.py │ ├── unary=29 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=29_1.py │ │ ├── unary=29_10.py │ │ ├── unary=29_2.py │ │ ├── unary=29_3.py │ │ ├── unary=29_4.py │ │ ├── unary=29_5.py │ │ ├── unary=29_6.py │ │ ├── unary=29_7.py │ │ ├── unary=29_8.py │ │ └── unary=29_9.py │ ├── unary=3 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=3_1.py │ │ ├── unary=3_10.py │ │ ├── unary=3_2.py │ │ ├── unary=3_3.py │ │ ├── unary=3_4.py │ │ ├── unary=3_5.py │ │ ├── unary=3_6.py │ │ ├── unary=3_7.py │ │ ├── unary=3_8.py │ │ └── unary=3_9.py │ ├── unary=4 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=4_1.py │ │ ├── unary=4_10.py │ │ ├── unary=4_2.py │ │ ├── unary=4_3.py │ │ ├── unary=4_4.py │ │ ├── unary=4_5.py │ │ ├── unary=4_6.py │ │ ├── unary=4_7.py │ │ ├── unary=4_8.py │ │ └── unary=4_9.py │ ├── unary=5 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=5_1.py │ │ ├── unary=5_10.py │ │ ├── unary=5_2.py │ │ ├── unary=5_3.py │ │ ├── unary=5_4.py │ │ ├── unary=5_5.py │ │ ├── unary=5_6.py │ │ ├── unary=5_7.py │ │ ├── unary=5_8.py │ │ └── unary=5_9.py │ ├── unary=6 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=6_1.py │ │ ├── unary=6_10.py │ │ ├── unary=6_2.py │ │ ├── unary=6_3.py │ │ ├── unary=6_4.py │ │ ├── unary=6_5.py │ │ ├── unary=6_6.py │ │ ├── unary=6_7.py │ │ ├── unary=6_8.py │ │ └── unary=6_9.py │ ├── unary=7 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=7_1.py │ │ ├── unary=7_10.py │ │ ├── unary=7_2.py │ │ ├── unary=7_3.py │ │ ├── unary=7_4.py │ │ ├── unary=7_5.py │ │ ├── unary=7_6.py │ │ ├── unary=7_7.py │ │ ├── unary=7_8.py │ │ └── unary=7_9.py │ ├── unary=8 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=8_1.py │ │ ├── unary=8_10.py │ │ ├── unary=8_2.py │ │ ├── unary=8_3.py │ │ ├── unary=8_4.py │ │ ├── unary=8_5.py │ │ ├── unary=8_6.py │ │ ├── unary=8_7.py │ │ ├── unary=8_8.py │ │ └── unary=8_9.py │ └── unary=9 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=9_1.py │ │ ├── unary=9_10.py │ │ ├── unary=9_2.py │ │ ├── unary=9_3.py │ │ ├── unary=9_4.py │ │ ├── unary=9_5.py │ │ ├── unary=9_6.py │ │ ├── unary=9_7.py │ │ ├── unary=9_8.py │ │ └── unary=9_9.py │ ├── step31-3shot │ ├── addmm │ │ ├── addmm_1.py │ │ ├── addmm_10.py │ │ ├── addmm_2.py │ │ ├── addmm_3.py │ │ ├── addmm_4.py │ │ ├── addmm_5.py │ │ ├── addmm_6.py │ │ ├── addmm_7.py │ │ ├── addmm_8.py │ │ ├── addmm_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── binary=0 │ │ ├── binary=0_1.py │ │ ├── binary=0_10.py │ │ ├── binary=0_2.py │ │ ├── binary=0_3.py │ │ ├── binary=0_4.py │ │ ├── binary=0_5.py │ │ ├── binary=0_6.py │ │ ├── binary=0_7.py │ │ ├── binary=0_8.py │ │ ├── binary=0_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── binary=10 │ │ ├── binary=10_1.py │ │ ├── binary=10_10.py │ │ ├── binary=10_2.py │ │ ├── binary=10_3.py │ │ ├── binary=10_4.py │ │ ├── binary=10_5.py │ │ ├── binary=10_6.py │ │ ├── binary=10_7.py │ │ ├── binary=10_8.py │ │ ├── binary=10_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── binary=2 │ │ ├── binary=2_1.py │ │ ├── binary=2_10.py │ │ ├── binary=2_2.py │ │ ├── binary=2_3.py │ │ ├── binary=2_4.py │ │ ├── binary=2_5.py │ │ ├── binary=2_6.py │ │ ├── binary=2_7.py │ │ ├── binary=2_8.py │ │ ├── binary=2_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── binary=4 │ │ ├── binary=4_1.py │ │ ├── binary=4_10.py │ │ ├── binary=4_2.py │ │ ├── binary=4_3.py │ │ ├── binary=4_4.py │ │ ├── binary=4_5.py │ │ ├── binary=4_6.py │ │ ├── binary=4_7.py │ │ ├── binary=4_8.py │ │ ├── binary=4_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── binary=6 │ │ ├── binary=6_1.py │ │ ├── binary=6_10.py │ │ ├── binary=6_2.py │ │ ├── binary=6_3.py │ │ ├── binary=6_4.py │ │ ├── binary=6_5.py │ │ ├── binary=6_6.py │ │ ├── binary=6_7.py │ │ ├── binary=6_8.py │ │ ├── binary=6_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── binary=8 │ │ ├── binary=8_1.py │ │ ├── binary=8_10.py │ │ ├── binary=8_2.py │ │ ├── binary=8_3.py │ │ ├── binary=8_4.py │ │ ├── binary=8_5.py │ │ ├── binary=8_6.py │ │ ├── binary=8_7.py │ │ ├── binary=8_8.py │ │ ├── binary=8_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── binary_unary=0 │ │ ├── binary_unary=0_1.py │ │ ├── binary_unary=0_10.py │ │ ├── binary_unary=0_2.py │ │ ├── binary_unary=0_3.py │ │ ├── binary_unary=0_4.py │ │ ├── binary_unary=0_5.py │ │ ├── binary_unary=0_6.py │ │ ├── binary_unary=0_7.py │ │ ├── binary_unary=0_8.py │ │ ├── binary_unary=0_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── binary_unary=10 │ │ ├── binary_unary=10_1.py │ │ ├── binary_unary=10_10.py │ │ ├── binary_unary=10_2.py │ │ ├── binary_unary=10_3.py │ │ ├── binary_unary=10_4.py │ │ ├── binary_unary=10_5.py │ │ ├── binary_unary=10_6.py │ │ ├── binary_unary=10_7.py │ │ ├── binary_unary=10_8.py │ │ ├── binary_unary=10_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── binary_unary=2 │ │ ├── binary_unary=2_1.py │ │ ├── binary_unary=2_10.py │ │ ├── binary_unary=2_2.py │ │ ├── binary_unary=2_3.py │ │ ├── binary_unary=2_4.py │ │ ├── binary_unary=2_5.py │ │ ├── binary_unary=2_6.py │ │ ├── binary_unary=2_7.py │ │ ├── binary_unary=2_8.py │ │ ├── binary_unary=2_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── binary_unary=4 │ │ ├── binary_unary=4_1.py │ │ ├── binary_unary=4_10.py │ │ ├── binary_unary=4_2.py │ │ ├── binary_unary=4_3.py │ │ ├── binary_unary=4_4.py │ │ ├── binary_unary=4_5.py │ │ ├── binary_unary=4_6.py │ │ ├── binary_unary=4_7.py │ │ ├── binary_unary=4_8.py │ │ ├── binary_unary=4_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── binary_unary=6 │ │ ├── binary_unary=6_1.py │ │ ├── binary_unary=6_10.py │ │ ├── binary_unary=6_2.py │ │ ├── binary_unary=6_3.py │ │ ├── binary_unary=6_4.py │ │ ├── binary_unary=6_5.py │ │ ├── binary_unary=6_6.py │ │ ├── binary_unary=6_7.py │ │ ├── binary_unary=6_8.py │ │ ├── binary_unary=6_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── binary_unary=8 │ │ ├── binary_unary=8_1.py │ │ ├── binary_unary=8_10.py │ │ ├── binary_unary=8_2.py │ │ ├── binary_unary=8_3.py │ │ ├── binary_unary=8_4.py │ │ ├── binary_unary=8_5.py │ │ ├── binary_unary=8_6.py │ │ ├── binary_unary=8_7.py │ │ ├── binary_unary=8_8.py │ │ ├── binary_unary=8_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── cat_addmm │ │ ├── cat_addmm_1.py │ │ ├── cat_addmm_10.py │ │ ├── cat_addmm_2.py │ │ ├── cat_addmm_3.py │ │ ├── cat_addmm_4.py │ │ ├── cat_addmm_5.py │ │ ├── cat_addmm_6.py │ │ ├── cat_addmm_7.py │ │ ├── cat_addmm_8.py │ │ ├── cat_addmm_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── cat_mm │ │ ├── cat_mm_1.py │ │ ├── cat_mm_10.py │ │ ├── cat_mm_2.py │ │ ├── cat_mm_3.py │ │ ├── cat_mm_4.py │ │ ├── cat_mm_5.py │ │ ├── cat_mm_6.py │ │ ├── cat_mm_7.py │ │ ├── cat_mm_8.py │ │ ├── cat_mm_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── cat_slice_cat │ │ ├── cat_slice_cat_1.py │ │ ├── cat_slice_cat_10.py │ │ ├── cat_slice_cat_2.py │ │ ├── cat_slice_cat_3.py │ │ ├── cat_slice_cat_4.py │ │ ├── cat_slice_cat_5.py │ │ ├── cat_slice_cat_6.py │ │ ├── cat_slice_cat_7.py │ │ ├── cat_slice_cat_8.py │ │ ├── cat_slice_cat_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── fuse_conv_bn │ │ ├── fuse_conv_bn_1.py │ │ ├── fuse_conv_bn_10.py │ │ ├── fuse_conv_bn_2.py │ │ ├── fuse_conv_bn_3.py │ │ ├── fuse_conv_bn_4.py │ │ ├── fuse_conv_bn_5.py │ │ ├── fuse_conv_bn_6.py │ │ ├── fuse_conv_bn_7.py │ │ ├── fuse_conv_bn_8.py │ │ ├── fuse_conv_bn_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── linear_permute_fusion │ │ ├── linear_permute_fusion_1.py │ │ ├── linear_permute_fusion_10.py │ │ ├── linear_permute_fusion_2.py │ │ ├── linear_permute_fusion_3.py │ │ ├── linear_permute_fusion_4.py │ │ ├── linear_permute_fusion_5.py │ │ ├── linear_permute_fusion_6.py │ │ ├── linear_permute_fusion_7.py │ │ ├── linear_permute_fusion_8.py │ │ ├── linear_permute_fusion_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── mm_plus_mm │ │ ├── mm_plus_mm_1.py │ │ ├── mm_plus_mm_10.py │ │ ├── mm_plus_mm_2.py │ │ ├── mm_plus_mm_3.py │ │ ├── mm_plus_mm_4.py │ │ ├── mm_plus_mm_5.py │ │ ├── mm_plus_mm_6.py │ │ ├── mm_plus_mm_7.py │ │ ├── mm_plus_mm_8.py │ │ ├── mm_plus_mm_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── outputs.json │ ├── permute_linear_fusion │ │ ├── permute_linear_fusion_1.py │ │ ├── permute_linear_fusion_10.py │ │ ├── permute_linear_fusion_2.py │ │ ├── permute_linear_fusion_3.py │ │ ├── permute_linear_fusion_4.py │ │ ├── permute_linear_fusion_5.py │ │ ├── permute_linear_fusion_6.py │ │ ├── permute_linear_fusion_7.py │ │ ├── permute_linear_fusion_8.py │ │ ├── permute_linear_fusion_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── permute_matmul_fusion │ │ ├── permute_matmul_fusion_1.py │ │ ├── permute_matmul_fusion_10.py │ │ ├── permute_matmul_fusion_2.py │ │ ├── permute_matmul_fusion_3.py │ │ ├── permute_matmul_fusion_4.py │ │ ├── permute_matmul_fusion_5.py │ │ ├── permute_matmul_fusion_6.py │ │ ├── permute_matmul_fusion_7.py │ │ ├── permute_matmul_fusion_8.py │ │ ├── permute_matmul_fusion_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── pointless_cumsum_replacement │ │ ├── pointless_cumsum_replacement_1.py │ │ ├── pointless_cumsum_replacement_10.py │ │ ├── pointless_cumsum_replacement_2.py │ │ ├── pointless_cumsum_replacement_3.py │ │ ├── pointless_cumsum_replacement_4.py │ │ ├── pointless_cumsum_replacement_5.py │ │ ├── pointless_cumsum_replacement_6.py │ │ ├── pointless_cumsum_replacement_7.py │ │ ├── pointless_cumsum_replacement_8.py │ │ ├── pointless_cumsum_replacement_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── replace_fx │ │ ├── prompt.txt │ │ ├── replace_fx_1.py │ │ ├── replace_fx_10.py │ │ ├── replace_fx_2.py │ │ ├── replace_fx_3.py │ │ ├── replace_fx_4.py │ │ ├── replace_fx_5.py │ │ ├── replace_fx_6.py │ │ ├── replace_fx_7.py │ │ ├── replace_fx_8.py │ │ ├── replace_fx_9.py │ │ └── time.txt │ ├── sfdp=0 │ │ ├── prompt.txt │ │ ├── sfdp=0_1.py │ │ ├── sfdp=0_10.py │ │ ├── sfdp=0_2.py │ │ ├── sfdp=0_3.py │ │ ├── sfdp=0_4.py │ │ ├── sfdp=0_5.py │ │ ├── sfdp=0_6.py │ │ ├── sfdp=0_7.py │ │ ├── sfdp=0_8.py │ │ ├── sfdp=0_9.py │ │ └── time.txt │ ├── sfdp=1 │ │ ├── prompt.txt │ │ ├── sfdp=1_1.py │ │ ├── sfdp=1_10.py │ │ ├── sfdp=1_2.py │ │ ├── sfdp=1_3.py │ │ ├── sfdp=1_4.py │ │ ├── sfdp=1_5.py │ │ ├── sfdp=1_6.py │ │ ├── sfdp=1_7.py │ │ ├── sfdp=1_8.py │ │ ├── sfdp=1_9.py │ │ └── time.txt │ ├── sfdp=2 │ │ ├── prompt.txt │ │ ├── sfdp=2_1.py │ │ ├── sfdp=2_10.py │ │ ├── sfdp=2_2.py │ │ ├── sfdp=2_3.py │ │ ├── sfdp=2_4.py │ │ ├── sfdp=2_5.py │ │ ├── sfdp=2_6.py │ │ ├── sfdp=2_7.py │ │ ├── sfdp=2_8.py │ │ ├── sfdp=2_9.py │ │ └── time.txt │ ├── sfdp=3 │ │ ├── prompt.txt │ │ ├── sfdp=3_1.py │ │ ├── sfdp=3_10.py │ │ ├── sfdp=3_2.py │ │ ├── sfdp=3_3.py │ │ ├── sfdp=3_4.py │ │ ├── sfdp=3_5.py │ │ ├── sfdp=3_6.py │ │ ├── sfdp=3_7.py │ │ ├── sfdp=3_8.py │ │ ├── sfdp=3_9.py │ │ └── time.txt │ ├── sfdp=4 │ │ ├── prompt.txt │ │ ├── sfdp=4_1.py │ │ ├── sfdp=4_10.py │ │ ├── sfdp=4_2.py │ │ ├── sfdp=4_3.py │ │ ├── sfdp=4_4.py │ │ ├── sfdp=4_5.py │ │ ├── sfdp=4_6.py │ │ ├── sfdp=4_7.py │ │ ├── sfdp=4_8.py │ │ ├── sfdp=4_9.py │ │ └── time.txt │ ├── sfdp=5 │ │ ├── prompt.txt │ │ ├── sfdp=5_1.py │ │ ├── sfdp=5_10.py │ │ ├── sfdp=5_2.py │ │ ├── sfdp=5_3.py │ │ ├── sfdp=5_4.py │ │ ├── sfdp=5_5.py │ │ ├── sfdp=5_6.py │ │ ├── sfdp=5_7.py │ │ ├── sfdp=5_8.py │ │ ├── sfdp=5_9.py │ │ └── time.txt │ ├── sink_cat_after_pointwise │ │ ├── prompt.txt │ │ ├── sink_cat_after_pointwise_1.py │ │ ├── sink_cat_after_pointwise_10.py │ │ ├── sink_cat_after_pointwise_2.py │ │ ├── sink_cat_after_pointwise_3.py │ │ ├── sink_cat_after_pointwise_4.py │ │ ├── sink_cat_after_pointwise_5.py │ │ ├── sink_cat_after_pointwise_6.py │ │ ├── sink_cat_after_pointwise_7.py │ │ ├── sink_cat_after_pointwise_8.py │ │ ├── sink_cat_after_pointwise_9.py │ │ └── time.txt │ ├── splitwithsizes_cat_replace │ │ ├── prompt.txt │ │ ├── splitwithsizes_cat_replace_1.py │ │ ├── splitwithsizes_cat_replace_10.py │ │ ├── splitwithsizes_cat_replace_2.py │ │ ├── splitwithsizes_cat_replace_3.py │ │ ├── splitwithsizes_cat_replace_4.py │ │ ├── splitwithsizes_cat_replace_5.py │ │ ├── splitwithsizes_cat_replace_6.py │ │ ├── splitwithsizes_cat_replace_7.py │ │ ├── splitwithsizes_cat_replace_8.py │ │ ├── splitwithsizes_cat_replace_9.py │ │ └── time.txt │ ├── unary=0 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=0_1.py │ │ ├── unary=0_10.py │ │ ├── unary=0_2.py │ │ ├── unary=0_3.py │ │ ├── unary=0_4.py │ │ ├── unary=0_5.py │ │ ├── unary=0_6.py │ │ ├── unary=0_7.py │ │ ├── unary=0_8.py │ │ └── unary=0_9.py │ ├── unary=1 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=1_1.py │ │ ├── unary=1_10.py │ │ ├── unary=1_2.py │ │ ├── unary=1_3.py │ │ ├── unary=1_4.py │ │ ├── unary=1_5.py │ │ ├── unary=1_6.py │ │ ├── unary=1_7.py │ │ ├── unary=1_8.py │ │ └── unary=1_9.py │ ├── unary=10 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=10_1.py │ │ ├── unary=10_10.py │ │ ├── unary=10_2.py │ │ ├── unary=10_3.py │ │ ├── unary=10_4.py │ │ ├── unary=10_5.py │ │ ├── unary=10_6.py │ │ ├── unary=10_7.py │ │ ├── unary=10_8.py │ │ └── unary=10_9.py │ ├── unary=11 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=11_1.py │ │ ├── unary=11_10.py │ │ ├── unary=11_2.py │ │ ├── unary=11_3.py │ │ ├── unary=11_4.py │ │ ├── unary=11_5.py │ │ ├── unary=11_6.py │ │ ├── unary=11_7.py │ │ ├── unary=11_8.py │ │ └── unary=11_9.py │ ├── unary=12 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=12_1.py │ │ ├── unary=12_10.py │ │ ├── unary=12_2.py │ │ ├── unary=12_3.py │ │ ├── unary=12_4.py │ │ ├── unary=12_5.py │ │ ├── unary=12_6.py │ │ ├── unary=12_7.py │ │ ├── unary=12_8.py │ │ └── unary=12_9.py │ ├── unary=13 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=13_1.py │ │ ├── unary=13_10.py │ │ ├── unary=13_2.py │ │ ├── unary=13_3.py │ │ ├── unary=13_4.py │ │ ├── unary=13_5.py │ │ ├── unary=13_6.py │ │ ├── unary=13_7.py │ │ ├── unary=13_8.py │ │ └── unary=13_9.py │ ├── unary=14 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=14_1.py │ │ ├── unary=14_10.py │ │ ├── unary=14_2.py │ │ ├── unary=14_3.py │ │ ├── unary=14_4.py │ │ ├── unary=14_5.py │ │ ├── unary=14_6.py │ │ ├── unary=14_7.py │ │ ├── unary=14_8.py │ │ └── unary=14_9.py │ ├── unary=15 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=15_1.py │ │ ├── unary=15_10.py │ │ ├── unary=15_2.py │ │ ├── unary=15_3.py │ │ ├── unary=15_4.py │ │ ├── unary=15_5.py │ │ ├── unary=15_6.py │ │ ├── unary=15_7.py │ │ ├── unary=15_8.py │ │ └── unary=15_9.py │ ├── unary=16 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=16_1.py │ │ ├── unary=16_10.py │ │ ├── unary=16_2.py │ │ ├── unary=16_3.py │ │ ├── unary=16_4.py │ │ ├── unary=16_5.py │ │ ├── unary=16_6.py │ │ ├── unary=16_7.py │ │ ├── unary=16_8.py │ │ └── unary=16_9.py │ ├── unary=17 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=17_1.py │ │ ├── unary=17_10.py │ │ ├── unary=17_2.py │ │ ├── unary=17_3.py │ │ ├── unary=17_4.py │ │ ├── unary=17_5.py │ │ ├── unary=17_6.py │ │ ├── unary=17_7.py │ │ ├── unary=17_8.py │ │ └── unary=17_9.py │ ├── unary=18 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=18_1.py │ │ ├── unary=18_10.py │ │ ├── unary=18_2.py │ │ ├── unary=18_3.py │ │ ├── unary=18_4.py │ │ ├── unary=18_5.py │ │ ├── unary=18_6.py │ │ ├── unary=18_7.py │ │ ├── unary=18_8.py │ │ └── unary=18_9.py │ ├── unary=19 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=19_1.py │ │ ├── unary=19_10.py │ │ ├── unary=19_2.py │ │ ├── unary=19_3.py │ │ ├── unary=19_4.py │ │ ├── unary=19_5.py │ │ ├── unary=19_6.py │ │ ├── unary=19_7.py │ │ ├── unary=19_8.py │ │ └── unary=19_9.py │ ├── unary=2 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=2_1.py │ │ ├── unary=2_10.py │ │ ├── unary=2_2.py │ │ ├── unary=2_3.py │ │ ├── unary=2_4.py │ │ ├── unary=2_5.py │ │ ├── unary=2_6.py │ │ ├── unary=2_7.py │ │ ├── unary=2_8.py │ │ └── unary=2_9.py │ ├── unary=20 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=20_1.py │ │ ├── unary=20_10.py │ │ ├── unary=20_2.py │ │ ├── unary=20_3.py │ │ ├── unary=20_4.py │ │ ├── unary=20_5.py │ │ ├── unary=20_6.py │ │ ├── unary=20_7.py │ │ ├── unary=20_8.py │ │ └── unary=20_9.py │ ├── unary=21 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=21_1.py │ │ ├── unary=21_10.py │ │ ├── unary=21_2.py │ │ ├── unary=21_3.py │ │ ├── unary=21_4.py │ │ ├── unary=21_5.py │ │ ├── unary=21_6.py │ │ ├── unary=21_7.py │ │ ├── unary=21_8.py │ │ └── unary=21_9.py │ ├── unary=22 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=22_1.py │ │ ├── unary=22_10.py │ │ ├── unary=22_2.py │ │ ├── unary=22_3.py │ │ ├── unary=22_4.py │ │ ├── unary=22_5.py │ │ ├── unary=22_6.py │ │ ├── unary=22_7.py │ │ ├── unary=22_8.py │ │ └── unary=22_9.py │ ├── unary=23 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=23_1.py │ │ ├── unary=23_10.py │ │ ├── unary=23_2.py │ │ ├── unary=23_3.py │ │ ├── unary=23_4.py │ │ ├── unary=23_5.py │ │ ├── unary=23_6.py │ │ ├── unary=23_7.py │ │ ├── unary=23_8.py │ │ └── unary=23_9.py │ ├── unary=24 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=24_1.py │ │ ├── unary=24_10.py │ │ ├── unary=24_2.py │ │ ├── unary=24_3.py │ │ ├── unary=24_4.py │ │ ├── unary=24_5.py │ │ ├── unary=24_6.py │ │ ├── unary=24_7.py │ │ ├── unary=24_8.py │ │ └── unary=24_9.py │ ├── unary=25 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=25_1.py │ │ ├── unary=25_10.py │ │ ├── unary=25_2.py │ │ ├── unary=25_3.py │ │ ├── unary=25_4.py │ │ ├── unary=25_5.py │ │ ├── unary=25_6.py │ │ ├── unary=25_7.py │ │ ├── unary=25_8.py │ │ └── unary=25_9.py │ ├── unary=26 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=26_1.py │ │ ├── unary=26_10.py │ │ ├── unary=26_2.py │ │ ├── unary=26_3.py │ │ ├── unary=26_4.py │ │ ├── unary=26_5.py │ │ ├── unary=26_6.py │ │ ├── unary=26_7.py │ │ ├── unary=26_8.py │ │ └── unary=26_9.py │ ├── unary=27 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=27_1.py │ │ ├── unary=27_10.py │ │ ├── unary=27_2.py │ │ ├── unary=27_3.py │ │ ├── unary=27_4.py │ │ ├── unary=27_5.py │ │ ├── unary=27_6.py │ │ ├── unary=27_7.py │ │ ├── unary=27_8.py │ │ └── unary=27_9.py │ ├── unary=28 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=28_1.py │ │ ├── unary=28_10.py │ │ ├── unary=28_2.py │ │ ├── unary=28_3.py │ │ ├── unary=28_4.py │ │ ├── unary=28_5.py │ │ ├── unary=28_6.py │ │ ├── unary=28_7.py │ │ ├── unary=28_8.py │ │ └── unary=28_9.py │ ├── unary=29 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=29_1.py │ │ ├── unary=29_10.py │ │ ├── unary=29_2.py │ │ ├── unary=29_3.py │ │ ├── unary=29_4.py │ │ ├── unary=29_5.py │ │ ├── unary=29_6.py │ │ ├── unary=29_7.py │ │ ├── unary=29_8.py │ │ └── unary=29_9.py │ ├── unary=3 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=3_1.py │ │ ├── unary=3_10.py │ │ ├── unary=3_2.py │ │ ├── unary=3_3.py │ │ ├── unary=3_4.py │ │ ├── unary=3_5.py │ │ ├── unary=3_6.py │ │ ├── unary=3_7.py │ │ ├── unary=3_8.py │ │ └── unary=3_9.py │ ├── unary=4 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=4_1.py │ │ ├── unary=4_10.py │ │ ├── unary=4_2.py │ │ ├── unary=4_3.py │ │ ├── unary=4_4.py │ │ ├── unary=4_5.py │ │ ├── unary=4_6.py │ │ ├── unary=4_7.py │ │ ├── unary=4_8.py │ │ └── unary=4_9.py │ ├── unary=5 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=5_1.py │ │ ├── unary=5_10.py │ │ ├── unary=5_2.py │ │ ├── unary=5_3.py │ │ ├── unary=5_4.py │ │ ├── unary=5_5.py │ │ ├── unary=5_6.py │ │ ├── unary=5_7.py │ │ ├── unary=5_8.py │ │ └── unary=5_9.py │ ├── unary=6 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=6_1.py │ │ ├── unary=6_10.py │ │ ├── unary=6_2.py │ │ ├── unary=6_3.py │ │ ├── unary=6_4.py │ │ ├── unary=6_5.py │ │ ├── unary=6_6.py │ │ ├── unary=6_7.py │ │ ├── unary=6_8.py │ │ └── unary=6_9.py │ ├── unary=7 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=7_1.py │ │ ├── unary=7_10.py │ │ ├── unary=7_2.py │ │ ├── unary=7_3.py │ │ ├── unary=7_4.py │ │ ├── unary=7_5.py │ │ ├── unary=7_6.py │ │ ├── unary=7_7.py │ │ ├── unary=7_8.py │ │ └── unary=7_9.py │ ├── unary=8 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=8_1.py │ │ ├── unary=8_10.py │ │ ├── unary=8_2.py │ │ ├── unary=8_3.py │ │ ├── unary=8_4.py │ │ ├── unary=8_5.py │ │ ├── unary=8_6.py │ │ ├── unary=8_7.py │ │ ├── unary=8_8.py │ │ └── unary=8_9.py │ └── unary=9 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=9_1.py │ │ ├── unary=9_10.py │ │ ├── unary=9_2.py │ │ ├── unary=9_3.py │ │ ├── unary=9_4.py │ │ ├── unary=9_5.py │ │ ├── unary=9_6.py │ │ ├── unary=9_7.py │ │ ├── unary=9_8.py │ │ └── unary=9_9.py │ ├── step32-3shot │ ├── addmm │ │ ├── addmm_1.py │ │ ├── addmm_10.py │ │ ├── addmm_2.py │ │ ├── addmm_3.py │ │ ├── addmm_4.py │ │ ├── addmm_5.py │ │ ├── addmm_6.py │ │ ├── addmm_7.py │ │ ├── addmm_8.py │ │ ├── addmm_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── binary=0 │ │ ├── binary=0_1.py │ │ ├── binary=0_10.py │ │ ├── binary=0_2.py │ │ ├── binary=0_3.py │ │ ├── binary=0_4.py │ │ ├── binary=0_5.py │ │ ├── binary=0_6.py │ │ ├── binary=0_7.py │ │ ├── binary=0_8.py │ │ ├── binary=0_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── binary=10 │ │ ├── binary=10_1.py │ │ ├── binary=10_10.py │ │ ├── binary=10_2.py │ │ ├── binary=10_3.py │ │ ├── binary=10_4.py │ │ ├── binary=10_5.py │ │ ├── binary=10_6.py │ │ ├── binary=10_7.py │ │ ├── binary=10_8.py │ │ ├── binary=10_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── binary=2 │ │ ├── binary=2_1.py │ │ ├── binary=2_10.py │ │ ├── binary=2_2.py │ │ ├── binary=2_3.py │ │ ├── binary=2_4.py │ │ ├── binary=2_5.py │ │ ├── binary=2_6.py │ │ ├── binary=2_7.py │ │ ├── binary=2_8.py │ │ ├── binary=2_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── binary=4 │ │ ├── binary=4_1.py │ │ ├── binary=4_10.py │ │ ├── binary=4_2.py │ │ ├── binary=4_3.py │ │ ├── binary=4_4.py │ │ ├── binary=4_5.py │ │ ├── binary=4_6.py │ │ ├── binary=4_7.py │ │ ├── binary=4_8.py │ │ ├── binary=4_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── binary=6 │ │ ├── binary=6_1.py │ │ ├── binary=6_10.py │ │ ├── binary=6_2.py │ │ ├── binary=6_3.py │ │ ├── binary=6_4.py │ │ ├── binary=6_5.py │ │ ├── binary=6_6.py │ │ ├── binary=6_7.py │ │ ├── binary=6_8.py │ │ ├── binary=6_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── binary=8 │ │ ├── binary=8_1.py │ │ ├── binary=8_10.py │ │ ├── binary=8_2.py │ │ ├── binary=8_3.py │ │ ├── binary=8_4.py │ │ ├── binary=8_5.py │ │ ├── binary=8_6.py │ │ ├── binary=8_7.py │ │ ├── binary=8_8.py │ │ ├── binary=8_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── binary_unary=0 │ │ ├── binary_unary=0_1.py │ │ ├── binary_unary=0_10.py │ │ ├── binary_unary=0_2.py │ │ ├── binary_unary=0_3.py │ │ ├── binary_unary=0_4.py │ │ ├── binary_unary=0_5.py │ │ ├── binary_unary=0_6.py │ │ ├── binary_unary=0_7.py │ │ ├── binary_unary=0_8.py │ │ ├── binary_unary=0_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── binary_unary=10 │ │ ├── binary_unary=10_1.py │ │ ├── binary_unary=10_10.py │ │ ├── binary_unary=10_2.py │ │ ├── binary_unary=10_3.py │ │ ├── binary_unary=10_4.py │ │ ├── binary_unary=10_5.py │ │ ├── binary_unary=10_6.py │ │ ├── binary_unary=10_7.py │ │ ├── binary_unary=10_8.py │ │ ├── binary_unary=10_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── binary_unary=2 │ │ ├── binary_unary=2_1.py │ │ ├── binary_unary=2_10.py │ │ ├── binary_unary=2_2.py │ │ ├── binary_unary=2_3.py │ │ ├── binary_unary=2_4.py │ │ ├── binary_unary=2_5.py │ │ ├── binary_unary=2_6.py │ │ ├── binary_unary=2_7.py │ │ ├── binary_unary=2_8.py │ │ ├── binary_unary=2_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── binary_unary=4 │ │ ├── binary_unary=4_1.py │ │ ├── binary_unary=4_10.py │ │ ├── binary_unary=4_2.py │ │ ├── binary_unary=4_3.py │ │ ├── binary_unary=4_4.py │ │ ├── binary_unary=4_5.py │ │ ├── binary_unary=4_6.py │ │ ├── binary_unary=4_7.py │ │ ├── binary_unary=4_8.py │ │ ├── binary_unary=4_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── binary_unary=6 │ │ ├── binary_unary=6_1.py │ │ ├── binary_unary=6_10.py │ │ ├── binary_unary=6_2.py │ │ ├── binary_unary=6_3.py │ │ ├── binary_unary=6_4.py │ │ ├── binary_unary=6_5.py │ │ ├── binary_unary=6_6.py │ │ ├── binary_unary=6_7.py │ │ ├── binary_unary=6_8.py │ │ ├── binary_unary=6_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── binary_unary=8 │ │ ├── binary_unary=8_1.py │ │ ├── binary_unary=8_10.py │ │ ├── binary_unary=8_2.py │ │ ├── binary_unary=8_3.py │ │ ├── binary_unary=8_4.py │ │ ├── binary_unary=8_5.py │ │ ├── binary_unary=8_6.py │ │ ├── binary_unary=8_7.py │ │ ├── binary_unary=8_8.py │ │ ├── binary_unary=8_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── cat_addmm │ │ ├── cat_addmm_1.py │ │ ├── cat_addmm_10.py │ │ ├── cat_addmm_2.py │ │ ├── cat_addmm_3.py │ │ ├── cat_addmm_4.py │ │ ├── cat_addmm_5.py │ │ ├── cat_addmm_6.py │ │ ├── cat_addmm_7.py │ │ ├── cat_addmm_8.py │ │ ├── cat_addmm_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── cat_mm │ │ ├── cat_mm_1.py │ │ ├── cat_mm_10.py │ │ ├── cat_mm_2.py │ │ ├── cat_mm_3.py │ │ ├── cat_mm_4.py │ │ ├── cat_mm_5.py │ │ ├── cat_mm_6.py │ │ ├── cat_mm_7.py │ │ ├── cat_mm_8.py │ │ ├── cat_mm_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── cat_slice_cat │ │ ├── cat_slice_cat_1.py │ │ ├── cat_slice_cat_10.py │ │ ├── cat_slice_cat_2.py │ │ ├── cat_slice_cat_3.py │ │ ├── cat_slice_cat_4.py │ │ ├── cat_slice_cat_5.py │ │ ├── cat_slice_cat_6.py │ │ ├── cat_slice_cat_7.py │ │ ├── cat_slice_cat_8.py │ │ ├── cat_slice_cat_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── fuse_conv_bn │ │ ├── fuse_conv_bn_1.py │ │ ├── fuse_conv_bn_10.py │ │ ├── fuse_conv_bn_2.py │ │ ├── fuse_conv_bn_3.py │ │ ├── fuse_conv_bn_4.py │ │ ├── fuse_conv_bn_5.py │ │ ├── fuse_conv_bn_6.py │ │ ├── fuse_conv_bn_7.py │ │ ├── fuse_conv_bn_8.py │ │ ├── fuse_conv_bn_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── linear_permute_fusion │ │ ├── linear_permute_fusion_1.py │ │ ├── linear_permute_fusion_10.py │ │ ├── linear_permute_fusion_2.py │ │ ├── linear_permute_fusion_3.py │ │ ├── linear_permute_fusion_4.py │ │ ├── linear_permute_fusion_5.py │ │ ├── linear_permute_fusion_6.py │ │ ├── linear_permute_fusion_7.py │ │ ├── linear_permute_fusion_8.py │ │ ├── linear_permute_fusion_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── mm_plus_mm │ │ ├── mm_plus_mm_1.py │ │ ├── mm_plus_mm_10.py │ │ ├── mm_plus_mm_2.py │ │ ├── mm_plus_mm_3.py │ │ ├── mm_plus_mm_4.py │ │ ├── mm_plus_mm_5.py │ │ ├── mm_plus_mm_6.py │ │ ├── mm_plus_mm_7.py │ │ ├── mm_plus_mm_8.py │ │ ├── mm_plus_mm_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── outputs.json │ ├── permute_linear_fusion │ │ ├── permute_linear_fusion_1.py │ │ ├── permute_linear_fusion_10.py │ │ ├── permute_linear_fusion_2.py │ │ ├── permute_linear_fusion_3.py │ │ ├── permute_linear_fusion_4.py │ │ ├── permute_linear_fusion_5.py │ │ ├── permute_linear_fusion_6.py │ │ ├── permute_linear_fusion_7.py │ │ ├── permute_linear_fusion_8.py │ │ ├── permute_linear_fusion_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── permute_matmul_fusion │ │ ├── permute_matmul_fusion_1.py │ │ ├── permute_matmul_fusion_10.py │ │ ├── permute_matmul_fusion_2.py │ │ ├── permute_matmul_fusion_3.py │ │ ├── permute_matmul_fusion_4.py │ │ ├── permute_matmul_fusion_5.py │ │ ├── permute_matmul_fusion_6.py │ │ ├── permute_matmul_fusion_7.py │ │ ├── permute_matmul_fusion_8.py │ │ ├── permute_matmul_fusion_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── pointless_cumsum_replacement │ │ ├── pointless_cumsum_replacement_1.py │ │ ├── pointless_cumsum_replacement_10.py │ │ ├── pointless_cumsum_replacement_2.py │ │ ├── pointless_cumsum_replacement_3.py │ │ ├── pointless_cumsum_replacement_4.py │ │ ├── pointless_cumsum_replacement_5.py │ │ ├── pointless_cumsum_replacement_6.py │ │ ├── pointless_cumsum_replacement_7.py │ │ ├── pointless_cumsum_replacement_8.py │ │ ├── pointless_cumsum_replacement_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── replace_fx │ │ ├── prompt.txt │ │ ├── replace_fx_1.py │ │ ├── replace_fx_10.py │ │ ├── replace_fx_2.py │ │ ├── replace_fx_3.py │ │ ├── replace_fx_4.py │ │ ├── replace_fx_5.py │ │ ├── replace_fx_6.py │ │ ├── replace_fx_7.py │ │ ├── replace_fx_8.py │ │ ├── replace_fx_9.py │ │ └── time.txt │ ├── sfdp=0 │ │ ├── prompt.txt │ │ ├── sfdp=0_1.py │ │ ├── sfdp=0_10.py │ │ ├── sfdp=0_2.py │ │ ├── sfdp=0_3.py │ │ ├── sfdp=0_4.py │ │ ├── sfdp=0_5.py │ │ ├── sfdp=0_6.py │ │ ├── sfdp=0_7.py │ │ ├── sfdp=0_8.py │ │ ├── sfdp=0_9.py │ │ └── time.txt │ ├── sfdp=1 │ │ ├── prompt.txt │ │ ├── sfdp=1_1.py │ │ ├── sfdp=1_10.py │ │ ├── sfdp=1_2.py │ │ ├── sfdp=1_3.py │ │ ├── sfdp=1_4.py │ │ ├── sfdp=1_5.py │ │ ├── sfdp=1_6.py │ │ ├── sfdp=1_7.py │ │ ├── sfdp=1_8.py │ │ ├── sfdp=1_9.py │ │ └── time.txt │ ├── sfdp=2 │ │ ├── prompt.txt │ │ ├── sfdp=2_1.py │ │ ├── sfdp=2_10.py │ │ ├── sfdp=2_2.py │ │ ├── sfdp=2_3.py │ │ ├── sfdp=2_4.py │ │ ├── sfdp=2_5.py │ │ ├── sfdp=2_6.py │ │ ├── sfdp=2_7.py │ │ ├── sfdp=2_8.py │ │ ├── sfdp=2_9.py │ │ └── time.txt │ ├── sfdp=3 │ │ ├── prompt.txt │ │ ├── sfdp=3_1.py │ │ ├── sfdp=3_10.py │ │ ├── sfdp=3_2.py │ │ ├── sfdp=3_3.py │ │ ├── sfdp=3_4.py │ │ ├── sfdp=3_5.py │ │ ├── sfdp=3_6.py │ │ ├── sfdp=3_7.py │ │ ├── sfdp=3_8.py │ │ ├── sfdp=3_9.py │ │ └── time.txt │ ├── sfdp=4 │ │ ├── prompt.txt │ │ ├── sfdp=4_1.py │ │ ├── sfdp=4_10.py │ │ ├── sfdp=4_2.py │ │ ├── sfdp=4_3.py │ │ ├── sfdp=4_4.py │ │ ├── sfdp=4_5.py │ │ ├── sfdp=4_6.py │ │ ├── sfdp=4_7.py │ │ ├── sfdp=4_8.py │ │ ├── sfdp=4_9.py │ │ └── time.txt │ ├── sfdp=5 │ │ ├── prompt.txt │ │ ├── sfdp=5_1.py │ │ ├── sfdp=5_10.py │ │ ├── sfdp=5_2.py │ │ ├── sfdp=5_3.py │ │ ├── sfdp=5_4.py │ │ ├── sfdp=5_5.py │ │ ├── sfdp=5_6.py │ │ ├── sfdp=5_7.py │ │ ├── sfdp=5_8.py │ │ ├── sfdp=5_9.py │ │ └── time.txt │ ├── sink_cat_after_pointwise │ │ ├── prompt.txt │ │ ├── sink_cat_after_pointwise_1.py │ │ ├── sink_cat_after_pointwise_10.py │ │ ├── sink_cat_after_pointwise_2.py │ │ ├── sink_cat_after_pointwise_3.py │ │ ├── sink_cat_after_pointwise_4.py │ │ ├── sink_cat_after_pointwise_5.py │ │ ├── sink_cat_after_pointwise_6.py │ │ ├── sink_cat_after_pointwise_7.py │ │ ├── sink_cat_after_pointwise_8.py │ │ ├── sink_cat_after_pointwise_9.py │ │ └── time.txt │ ├── splitwithsizes_cat_replace │ │ ├── prompt.txt │ │ ├── splitwithsizes_cat_replace_1.py │ │ ├── splitwithsizes_cat_replace_10.py │ │ ├── splitwithsizes_cat_replace_2.py │ │ ├── splitwithsizes_cat_replace_3.py │ │ ├── splitwithsizes_cat_replace_4.py │ │ ├── splitwithsizes_cat_replace_5.py │ │ ├── splitwithsizes_cat_replace_6.py │ │ ├── splitwithsizes_cat_replace_7.py │ │ ├── splitwithsizes_cat_replace_8.py │ │ ├── splitwithsizes_cat_replace_9.py │ │ └── time.txt │ ├── unary=0 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=0_1.py │ │ ├── unary=0_10.py │ │ ├── unary=0_2.py │ │ ├── unary=0_3.py │ │ ├── unary=0_4.py │ │ ├── unary=0_5.py │ │ ├── unary=0_6.py │ │ ├── unary=0_7.py │ │ ├── unary=0_8.py │ │ └── unary=0_9.py │ ├── unary=1 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=1_1.py │ │ ├── unary=1_10.py │ │ ├── unary=1_2.py │ │ ├── unary=1_3.py │ │ ├── unary=1_4.py │ │ ├── unary=1_5.py │ │ ├── unary=1_6.py │ │ ├── unary=1_7.py │ │ ├── unary=1_8.py │ │ └── unary=1_9.py │ ├── unary=10 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=10_1.py │ │ ├── unary=10_10.py │ │ ├── unary=10_2.py │ │ ├── unary=10_3.py │ │ ├── unary=10_4.py │ │ ├── unary=10_5.py │ │ ├── unary=10_6.py │ │ ├── unary=10_7.py │ │ ├── unary=10_8.py │ │ └── unary=10_9.py │ ├── unary=11 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=11_1.py │ │ ├── unary=11_10.py │ │ ├── unary=11_2.py │ │ ├── unary=11_3.py │ │ ├── unary=11_4.py │ │ ├── unary=11_5.py │ │ ├── unary=11_6.py │ │ ├── unary=11_7.py │ │ ├── unary=11_8.py │ │ └── unary=11_9.py │ ├── unary=12 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=12_1.py │ │ ├── unary=12_10.py │ │ ├── unary=12_2.py │ │ ├── unary=12_3.py │ │ ├── unary=12_4.py │ │ ├── unary=12_5.py │ │ ├── unary=12_6.py │ │ ├── unary=12_7.py │ │ ├── unary=12_8.py │ │ └── unary=12_9.py │ ├── unary=13 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=13_1.py │ │ ├── unary=13_10.py │ │ ├── unary=13_2.py │ │ ├── unary=13_3.py │ │ ├── unary=13_4.py │ │ ├── unary=13_5.py │ │ ├── unary=13_6.py │ │ ├── unary=13_7.py │ │ ├── unary=13_8.py │ │ └── unary=13_9.py │ ├── unary=14 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=14_1.py │ │ ├── unary=14_10.py │ │ ├── unary=14_2.py │ │ ├── unary=14_3.py │ │ ├── unary=14_4.py │ │ ├── unary=14_5.py │ │ ├── unary=14_6.py │ │ ├── unary=14_7.py │ │ ├── unary=14_8.py │ │ └── unary=14_9.py │ ├── unary=15 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=15_1.py │ │ ├── unary=15_10.py │ │ ├── unary=15_2.py │ │ ├── unary=15_3.py │ │ ├── unary=15_4.py │ │ ├── unary=15_5.py │ │ ├── unary=15_6.py │ │ ├── unary=15_7.py │ │ ├── unary=15_8.py │ │ └── unary=15_9.py │ ├── unary=16 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=16_1.py │ │ ├── unary=16_10.py │ │ ├── unary=16_2.py │ │ ├── unary=16_3.py │ │ ├── unary=16_4.py │ │ ├── unary=16_5.py │ │ ├── unary=16_6.py │ │ ├── unary=16_7.py │ │ ├── unary=16_8.py │ │ └── unary=16_9.py │ ├── unary=17 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=17_1.py │ │ ├── unary=17_10.py │ │ ├── unary=17_2.py │ │ ├── unary=17_3.py │ │ ├── unary=17_4.py │ │ ├── unary=17_5.py │ │ ├── unary=17_6.py │ │ ├── unary=17_7.py │ │ ├── unary=17_8.py │ │ └── unary=17_9.py │ ├── unary=18 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=18_1.py │ │ ├── unary=18_10.py │ │ ├── unary=18_2.py │ │ ├── unary=18_3.py │ │ ├── unary=18_4.py │ │ ├── unary=18_5.py │ │ ├── unary=18_6.py │ │ ├── unary=18_7.py │ │ ├── unary=18_8.py │ │ └── unary=18_9.py │ ├── unary=19 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=19_1.py │ │ ├── unary=19_10.py │ │ ├── unary=19_2.py │ │ ├── unary=19_3.py │ │ ├── unary=19_4.py │ │ ├── unary=19_5.py │ │ ├── unary=19_6.py │ │ ├── unary=19_7.py │ │ ├── unary=19_8.py │ │ └── unary=19_9.py │ ├── unary=2 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=2_1.py │ │ ├── unary=2_10.py │ │ ├── unary=2_2.py │ │ ├── unary=2_3.py │ │ ├── unary=2_4.py │ │ ├── unary=2_5.py │ │ ├── unary=2_6.py │ │ ├── unary=2_7.py │ │ ├── unary=2_8.py │ │ └── unary=2_9.py │ ├── unary=20 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=20_1.py │ │ ├── unary=20_10.py │ │ ├── unary=20_2.py │ │ ├── unary=20_3.py │ │ ├── unary=20_4.py │ │ ├── unary=20_5.py │ │ ├── unary=20_6.py │ │ ├── unary=20_7.py │ │ ├── unary=20_8.py │ │ └── unary=20_9.py │ ├── unary=21 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=21_1.py │ │ ├── unary=21_10.py │ │ ├── unary=21_2.py │ │ ├── unary=21_3.py │ │ ├── unary=21_4.py │ │ ├── unary=21_5.py │ │ ├── unary=21_6.py │ │ ├── unary=21_7.py │ │ ├── unary=21_8.py │ │ └── unary=21_9.py │ ├── unary=22 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=22_1.py │ │ ├── unary=22_10.py │ │ ├── unary=22_2.py │ │ ├── unary=22_3.py │ │ ├── unary=22_4.py │ │ ├── unary=22_5.py │ │ ├── unary=22_6.py │ │ ├── unary=22_7.py │ │ ├── unary=22_8.py │ │ └── unary=22_9.py │ ├── unary=23 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=23_1.py │ │ ├── unary=23_10.py │ │ ├── unary=23_2.py │ │ ├── unary=23_3.py │ │ ├── unary=23_4.py │ │ ├── unary=23_5.py │ │ ├── unary=23_6.py │ │ ├── unary=23_7.py │ │ ├── unary=23_8.py │ │ └── unary=23_9.py │ ├── unary=24 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=24_1.py │ │ ├── unary=24_10.py │ │ ├── unary=24_2.py │ │ ├── unary=24_3.py │ │ ├── unary=24_4.py │ │ ├── unary=24_5.py │ │ ├── unary=24_6.py │ │ ├── unary=24_7.py │ │ ├── unary=24_8.py │ │ └── unary=24_9.py │ ├── unary=25 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=25_1.py │ │ ├── unary=25_10.py │ │ ├── unary=25_2.py │ │ ├── unary=25_3.py │ │ ├── unary=25_4.py │ │ ├── unary=25_5.py │ │ ├── unary=25_6.py │ │ ├── unary=25_7.py │ │ ├── unary=25_8.py │ │ └── unary=25_9.py │ ├── unary=26 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=26_1.py │ │ ├── unary=26_10.py │ │ ├── unary=26_2.py │ │ ├── unary=26_3.py │ │ ├── unary=26_4.py │ │ ├── unary=26_5.py │ │ ├── unary=26_6.py │ │ ├── unary=26_7.py │ │ ├── unary=26_8.py │ │ └── unary=26_9.py │ ├── unary=27 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=27_1.py │ │ ├── unary=27_10.py │ │ ├── unary=27_2.py │ │ ├── unary=27_3.py │ │ ├── unary=27_4.py │ │ ├── unary=27_5.py │ │ ├── unary=27_6.py │ │ ├── unary=27_7.py │ │ ├── unary=27_8.py │ │ └── unary=27_9.py │ ├── unary=28 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=28_1.py │ │ ├── unary=28_10.py │ │ ├── unary=28_2.py │ │ ├── unary=28_3.py │ │ ├── unary=28_4.py │ │ ├── unary=28_5.py │ │ ├── unary=28_6.py │ │ ├── unary=28_7.py │ │ ├── unary=28_8.py │ │ └── unary=28_9.py │ ├── unary=29 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=29_1.py │ │ ├── unary=29_10.py │ │ ├── unary=29_2.py │ │ ├── unary=29_3.py │ │ ├── unary=29_4.py │ │ ├── unary=29_5.py │ │ ├── unary=29_6.py │ │ ├── unary=29_7.py │ │ ├── unary=29_8.py │ │ └── unary=29_9.py │ ├── unary=3 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=3_1.py │ │ ├── unary=3_10.py │ │ ├── unary=3_2.py │ │ ├── unary=3_3.py │ │ ├── unary=3_4.py │ │ ├── unary=3_5.py │ │ ├── unary=3_6.py │ │ ├── unary=3_7.py │ │ ├── unary=3_8.py │ │ └── unary=3_9.py │ ├── unary=4 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=4_1.py │ │ ├── unary=4_10.py │ │ ├── unary=4_2.py │ │ ├── unary=4_3.py │ │ ├── unary=4_4.py │ │ ├── unary=4_5.py │ │ ├── unary=4_6.py │ │ ├── unary=4_7.py │ │ ├── unary=4_8.py │ │ └── unary=4_9.py │ ├── unary=5 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=5_1.py │ │ ├── unary=5_10.py │ │ ├── unary=5_2.py │ │ ├── unary=5_3.py │ │ ├── unary=5_4.py │ │ ├── unary=5_5.py │ │ ├── unary=5_6.py │ │ ├── unary=5_7.py │ │ ├── unary=5_8.py │ │ └── unary=5_9.py │ ├── unary=6 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=6_1.py │ │ ├── unary=6_10.py │ │ ├── unary=6_2.py │ │ ├── unary=6_3.py │ │ ├── unary=6_4.py │ │ ├── unary=6_5.py │ │ ├── unary=6_6.py │ │ ├── unary=6_7.py │ │ ├── unary=6_8.py │ │ └── unary=6_9.py │ ├── unary=7 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=7_1.py │ │ ├── unary=7_10.py │ │ ├── unary=7_2.py │ │ ├── unary=7_3.py │ │ ├── unary=7_4.py │ │ ├── unary=7_5.py │ │ ├── unary=7_6.py │ │ ├── unary=7_7.py │ │ ├── unary=7_8.py │ │ └── unary=7_9.py │ ├── unary=8 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=8_1.py │ │ ├── unary=8_10.py │ │ ├── unary=8_2.py │ │ ├── unary=8_3.py │ │ ├── unary=8_4.py │ │ ├── unary=8_5.py │ │ ├── unary=8_6.py │ │ ├── unary=8_7.py │ │ ├── unary=8_8.py │ │ └── unary=8_9.py │ └── unary=9 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=9_1.py │ │ ├── unary=9_10.py │ │ ├── unary=9_2.py │ │ ├── unary=9_3.py │ │ ├── unary=9_4.py │ │ ├── unary=9_5.py │ │ ├── unary=9_6.py │ │ ├── unary=9_7.py │ │ ├── unary=9_8.py │ │ └── unary=9_9.py │ ├── step33-3shot │ ├── addmm │ │ ├── addmm_1.py │ │ ├── addmm_10.py │ │ ├── addmm_2.py │ │ ├── addmm_3.py │ │ ├── addmm_4.py │ │ ├── addmm_5.py │ │ ├── addmm_6.py │ │ ├── addmm_7.py │ │ ├── addmm_8.py │ │ ├── addmm_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── binary=0 │ │ ├── binary=0_1.py │ │ ├── binary=0_10.py │ │ ├── binary=0_2.py │ │ ├── binary=0_3.py │ │ ├── binary=0_4.py │ │ ├── binary=0_5.py │ │ ├── binary=0_6.py │ │ ├── binary=0_7.py │ │ ├── binary=0_8.py │ │ ├── binary=0_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── binary=10 │ │ ├── binary=10_1.py │ │ ├── binary=10_10.py │ │ ├── binary=10_2.py │ │ ├── binary=10_3.py │ │ ├── binary=10_4.py │ │ ├── binary=10_5.py │ │ ├── binary=10_6.py │ │ ├── binary=10_7.py │ │ ├── binary=10_8.py │ │ ├── binary=10_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── binary=2 │ │ ├── binary=2_1.py │ │ ├── binary=2_10.py │ │ ├── binary=2_2.py │ │ ├── binary=2_3.py │ │ ├── binary=2_4.py │ │ ├── binary=2_5.py │ │ ├── binary=2_6.py │ │ ├── binary=2_7.py │ │ ├── binary=2_8.py │ │ ├── binary=2_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── binary=4 │ │ ├── binary=4_1.py │ │ ├── binary=4_10.py │ │ ├── binary=4_2.py │ │ ├── binary=4_3.py │ │ ├── binary=4_4.py │ │ ├── binary=4_5.py │ │ ├── binary=4_6.py │ │ ├── binary=4_7.py │ │ ├── binary=4_8.py │ │ ├── binary=4_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── binary=6 │ │ ├── binary=6_1.py │ │ ├── binary=6_10.py │ │ ├── binary=6_2.py │ │ ├── binary=6_3.py │ │ ├── binary=6_4.py │ │ ├── binary=6_5.py │ │ ├── binary=6_6.py │ │ ├── binary=6_7.py │ │ ├── binary=6_8.py │ │ ├── binary=6_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── binary=8 │ │ ├── binary=8_1.py │ │ ├── binary=8_10.py │ │ ├── binary=8_2.py │ │ ├── binary=8_3.py │ │ ├── binary=8_4.py │ │ ├── binary=8_5.py │ │ ├── binary=8_6.py │ │ ├── binary=8_7.py │ │ ├── binary=8_8.py │ │ ├── binary=8_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── binary_unary=0 │ │ ├── binary_unary=0_1.py │ │ ├── binary_unary=0_10.py │ │ ├── binary_unary=0_2.py │ │ ├── binary_unary=0_3.py │ │ ├── binary_unary=0_4.py │ │ ├── binary_unary=0_5.py │ │ ├── binary_unary=0_6.py │ │ ├── binary_unary=0_7.py │ │ ├── binary_unary=0_8.py │ │ ├── binary_unary=0_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── binary_unary=10 │ │ ├── binary_unary=10_1.py │ │ ├── binary_unary=10_10.py │ │ ├── binary_unary=10_2.py │ │ ├── binary_unary=10_3.py │ │ ├── binary_unary=10_4.py │ │ ├── binary_unary=10_5.py │ │ ├── binary_unary=10_6.py │ │ ├── binary_unary=10_7.py │ │ ├── binary_unary=10_8.py │ │ ├── binary_unary=10_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── binary_unary=2 │ │ ├── binary_unary=2_1.py │ │ ├── binary_unary=2_10.py │ │ ├── binary_unary=2_2.py │ │ ├── binary_unary=2_3.py │ │ ├── binary_unary=2_4.py │ │ ├── binary_unary=2_5.py │ │ ├── binary_unary=2_6.py │ │ ├── binary_unary=2_7.py │ │ ├── binary_unary=2_8.py │ │ ├── binary_unary=2_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── binary_unary=4 │ │ ├── binary_unary=4_1.py │ │ ├── binary_unary=4_10.py │ │ ├── binary_unary=4_2.py │ │ ├── binary_unary=4_3.py │ │ ├── binary_unary=4_4.py │ │ ├── binary_unary=4_5.py │ │ ├── binary_unary=4_6.py │ │ ├── binary_unary=4_7.py │ │ ├── binary_unary=4_8.py │ │ ├── binary_unary=4_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── binary_unary=6 │ │ ├── binary_unary=6_1.py │ │ ├── binary_unary=6_10.py │ │ ├── binary_unary=6_2.py │ │ ├── binary_unary=6_3.py │ │ ├── binary_unary=6_4.py │ │ ├── binary_unary=6_5.py │ │ ├── binary_unary=6_6.py │ │ ├── binary_unary=6_7.py │ │ ├── binary_unary=6_8.py │ │ ├── binary_unary=6_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── binary_unary=8 │ │ ├── binary_unary=8_1.py │ │ ├── binary_unary=8_10.py │ │ ├── binary_unary=8_2.py │ │ ├── binary_unary=8_3.py │ │ ├── binary_unary=8_4.py │ │ ├── binary_unary=8_5.py │ │ ├── binary_unary=8_6.py │ │ ├── binary_unary=8_7.py │ │ ├── binary_unary=8_8.py │ │ ├── binary_unary=8_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── cat_addmm │ │ ├── cat_addmm_1.py │ │ ├── cat_addmm_10.py │ │ ├── cat_addmm_2.py │ │ ├── cat_addmm_3.py │ │ ├── cat_addmm_4.py │ │ ├── cat_addmm_5.py │ │ ├── cat_addmm_6.py │ │ ├── cat_addmm_7.py │ │ ├── cat_addmm_8.py │ │ ├── cat_addmm_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── cat_mm │ │ ├── cat_mm_1.py │ │ ├── cat_mm_10.py │ │ ├── cat_mm_2.py │ │ ├── cat_mm_3.py │ │ ├── cat_mm_4.py │ │ ├── cat_mm_5.py │ │ ├── cat_mm_6.py │ │ ├── cat_mm_7.py │ │ ├── cat_mm_8.py │ │ ├── cat_mm_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── cat_slice_cat │ │ ├── cat_slice_cat_1.py │ │ ├── cat_slice_cat_10.py │ │ ├── cat_slice_cat_2.py │ │ ├── cat_slice_cat_3.py │ │ ├── cat_slice_cat_4.py │ │ ├── cat_slice_cat_5.py │ │ ├── cat_slice_cat_6.py │ │ ├── cat_slice_cat_7.py │ │ ├── cat_slice_cat_8.py │ │ ├── cat_slice_cat_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── fuse_conv_bn │ │ ├── fuse_conv_bn_1.py │ │ ├── fuse_conv_bn_10.py │ │ ├── fuse_conv_bn_2.py │ │ ├── fuse_conv_bn_3.py │ │ ├── fuse_conv_bn_4.py │ │ ├── fuse_conv_bn_5.py │ │ ├── fuse_conv_bn_6.py │ │ ├── fuse_conv_bn_7.py │ │ ├── fuse_conv_bn_8.py │ │ ├── fuse_conv_bn_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── linear_permute_fusion │ │ ├── linear_permute_fusion_1.py │ │ ├── linear_permute_fusion_10.py │ │ ├── linear_permute_fusion_2.py │ │ ├── linear_permute_fusion_3.py │ │ ├── linear_permute_fusion_4.py │ │ ├── linear_permute_fusion_5.py │ │ ├── linear_permute_fusion_6.py │ │ ├── linear_permute_fusion_7.py │ │ ├── linear_permute_fusion_8.py │ │ ├── linear_permute_fusion_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── mm_plus_mm │ │ ├── mm_plus_mm_1.py │ │ ├── mm_plus_mm_10.py │ │ ├── mm_plus_mm_2.py │ │ ├── mm_plus_mm_3.py │ │ ├── mm_plus_mm_4.py │ │ ├── mm_plus_mm_5.py │ │ ├── mm_plus_mm_6.py │ │ ├── mm_plus_mm_7.py │ │ ├── mm_plus_mm_8.py │ │ ├── mm_plus_mm_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── outputs.json │ ├── permute_linear_fusion │ │ ├── permute_linear_fusion_1.py │ │ ├── permute_linear_fusion_10.py │ │ ├── permute_linear_fusion_2.py │ │ ├── permute_linear_fusion_3.py │ │ ├── permute_linear_fusion_4.py │ │ ├── permute_linear_fusion_5.py │ │ ├── permute_linear_fusion_6.py │ │ ├── permute_linear_fusion_7.py │ │ ├── permute_linear_fusion_8.py │ │ ├── permute_linear_fusion_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── permute_matmul_fusion │ │ ├── permute_matmul_fusion_1.py │ │ ├── permute_matmul_fusion_10.py │ │ ├── permute_matmul_fusion_2.py │ │ ├── permute_matmul_fusion_3.py │ │ ├── permute_matmul_fusion_4.py │ │ ├── permute_matmul_fusion_5.py │ │ ├── permute_matmul_fusion_6.py │ │ ├── permute_matmul_fusion_7.py │ │ ├── permute_matmul_fusion_8.py │ │ ├── permute_matmul_fusion_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── pointless_cumsum_replacement │ │ ├── pointless_cumsum_replacement_1.py │ │ ├── pointless_cumsum_replacement_10.py │ │ ├── pointless_cumsum_replacement_2.py │ │ ├── pointless_cumsum_replacement_3.py │ │ ├── pointless_cumsum_replacement_4.py │ │ ├── pointless_cumsum_replacement_5.py │ │ ├── pointless_cumsum_replacement_6.py │ │ ├── pointless_cumsum_replacement_7.py │ │ ├── pointless_cumsum_replacement_8.py │ │ ├── pointless_cumsum_replacement_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── replace_fx │ │ ├── prompt.txt │ │ ├── replace_fx_1.py │ │ ├── replace_fx_10.py │ │ ├── replace_fx_2.py │ │ ├── replace_fx_3.py │ │ ├── replace_fx_4.py │ │ ├── replace_fx_5.py │ │ ├── replace_fx_6.py │ │ ├── replace_fx_7.py │ │ ├── replace_fx_8.py │ │ ├── replace_fx_9.py │ │ └── time.txt │ ├── sfdp=0 │ │ ├── prompt.txt │ │ ├── sfdp=0_1.py │ │ ├── sfdp=0_10.py │ │ ├── sfdp=0_2.py │ │ ├── sfdp=0_3.py │ │ ├── sfdp=0_4.py │ │ ├── sfdp=0_5.py │ │ ├── sfdp=0_6.py │ │ ├── sfdp=0_7.py │ │ ├── sfdp=0_8.py │ │ ├── sfdp=0_9.py │ │ └── time.txt │ ├── sfdp=1 │ │ ├── prompt.txt │ │ ├── sfdp=1_1.py │ │ ├── sfdp=1_10.py │ │ ├── sfdp=1_2.py │ │ ├── sfdp=1_3.py │ │ ├── sfdp=1_4.py │ │ ├── sfdp=1_5.py │ │ ├── sfdp=1_6.py │ │ ├── sfdp=1_7.py │ │ ├── sfdp=1_8.py │ │ ├── sfdp=1_9.py │ │ └── time.txt │ ├── sfdp=2 │ │ ├── prompt.txt │ │ ├── sfdp=2_1.py │ │ ├── sfdp=2_10.py │ │ ├── sfdp=2_2.py │ │ ├── sfdp=2_3.py │ │ ├── sfdp=2_4.py │ │ ├── sfdp=2_5.py │ │ ├── sfdp=2_6.py │ │ ├── sfdp=2_7.py │ │ ├── sfdp=2_8.py │ │ ├── sfdp=2_9.py │ │ └── time.txt │ ├── sfdp=3 │ │ ├── prompt.txt │ │ ├── sfdp=3_1.py │ │ ├── sfdp=3_10.py │ │ ├── sfdp=3_2.py │ │ ├── sfdp=3_3.py │ │ ├── sfdp=3_4.py │ │ ├── sfdp=3_5.py │ │ ├── sfdp=3_6.py │ │ ├── sfdp=3_7.py │ │ ├── sfdp=3_8.py │ │ ├── sfdp=3_9.py │ │ └── time.txt │ ├── sfdp=4 │ │ ├── prompt.txt │ │ ├── sfdp=4_1.py │ │ ├── sfdp=4_10.py │ │ ├── sfdp=4_2.py │ │ ├── sfdp=4_3.py │ │ ├── sfdp=4_4.py │ │ ├── sfdp=4_5.py │ │ ├── sfdp=4_6.py │ │ ├── sfdp=4_7.py │ │ ├── sfdp=4_8.py │ │ ├── sfdp=4_9.py │ │ └── time.txt │ ├── sfdp=5 │ │ ├── prompt.txt │ │ ├── sfdp=5_1.py │ │ ├── sfdp=5_10.py │ │ ├── sfdp=5_2.py │ │ ├── sfdp=5_3.py │ │ ├── sfdp=5_4.py │ │ ├── sfdp=5_5.py │ │ ├── sfdp=5_6.py │ │ ├── sfdp=5_7.py │ │ ├── sfdp=5_8.py │ │ ├── sfdp=5_9.py │ │ └── time.txt │ ├── sink_cat_after_pointwise │ │ ├── prompt.txt │ │ ├── sink_cat_after_pointwise_1.py │ │ ├── sink_cat_after_pointwise_10.py │ │ ├── sink_cat_after_pointwise_2.py │ │ ├── sink_cat_after_pointwise_3.py │ │ ├── sink_cat_after_pointwise_4.py │ │ ├── sink_cat_after_pointwise_5.py │ │ ├── sink_cat_after_pointwise_6.py │ │ ├── sink_cat_after_pointwise_7.py │ │ ├── sink_cat_after_pointwise_8.py │ │ ├── sink_cat_after_pointwise_9.py │ │ └── time.txt │ ├── splitwithsizes_cat_replace │ │ ├── prompt.txt │ │ ├── splitwithsizes_cat_replace_1.py │ │ ├── splitwithsizes_cat_replace_10.py │ │ ├── splitwithsizes_cat_replace_2.py │ │ ├── splitwithsizes_cat_replace_3.py │ │ ├── splitwithsizes_cat_replace_4.py │ │ ├── splitwithsizes_cat_replace_5.py │ │ ├── splitwithsizes_cat_replace_6.py │ │ ├── splitwithsizes_cat_replace_7.py │ │ ├── splitwithsizes_cat_replace_8.py │ │ ├── splitwithsizes_cat_replace_9.py │ │ └── time.txt │ ├── unary=0 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=0_1.py │ │ ├── unary=0_10.py │ │ ├── unary=0_2.py │ │ ├── unary=0_3.py │ │ ├── unary=0_4.py │ │ ├── unary=0_5.py │ │ ├── unary=0_6.py │ │ ├── unary=0_7.py │ │ ├── unary=0_8.py │ │ └── unary=0_9.py │ ├── unary=1 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=1_1.py │ │ ├── unary=1_10.py │ │ ├── unary=1_2.py │ │ ├── unary=1_3.py │ │ ├── unary=1_4.py │ │ ├── unary=1_5.py │ │ ├── unary=1_6.py │ │ ├── unary=1_7.py │ │ ├── unary=1_8.py │ │ └── unary=1_9.py │ ├── unary=10 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=10_1.py │ │ ├── unary=10_10.py │ │ ├── unary=10_2.py │ │ ├── unary=10_3.py │ │ ├── unary=10_4.py │ │ ├── unary=10_5.py │ │ ├── unary=10_6.py │ │ ├── unary=10_7.py │ │ ├── unary=10_8.py │ │ └── unary=10_9.py │ ├── unary=11 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=11_1.py │ │ ├── unary=11_10.py │ │ ├── unary=11_2.py │ │ ├── unary=11_3.py │ │ ├── unary=11_4.py │ │ ├── unary=11_5.py │ │ ├── unary=11_6.py │ │ ├── unary=11_7.py │ │ ├── unary=11_8.py │ │ └── unary=11_9.py │ ├── unary=12 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=12_1.py │ │ ├── unary=12_10.py │ │ ├── unary=12_2.py │ │ ├── unary=12_3.py │ │ ├── unary=12_4.py │ │ ├── unary=12_5.py │ │ ├── unary=12_6.py │ │ ├── unary=12_7.py │ │ ├── unary=12_8.py │ │ └── unary=12_9.py │ ├── unary=13 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=13_1.py │ │ ├── unary=13_10.py │ │ ├── unary=13_2.py │ │ ├── unary=13_3.py │ │ ├── unary=13_4.py │ │ ├── unary=13_5.py │ │ ├── unary=13_6.py │ │ ├── unary=13_7.py │ │ ├── unary=13_8.py │ │ └── unary=13_9.py │ ├── unary=14 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=14_1.py │ │ ├── unary=14_10.py │ │ ├── unary=14_2.py │ │ ├── unary=14_3.py │ │ ├── unary=14_4.py │ │ ├── unary=14_5.py │ │ ├── unary=14_6.py │ │ ├── unary=14_7.py │ │ ├── unary=14_8.py │ │ └── unary=14_9.py │ ├── unary=15 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=15_1.py │ │ ├── unary=15_10.py │ │ ├── unary=15_2.py │ │ ├── unary=15_3.py │ │ ├── unary=15_4.py │ │ ├── unary=15_5.py │ │ ├── unary=15_6.py │ │ ├── unary=15_7.py │ │ ├── unary=15_8.py │ │ └── unary=15_9.py │ ├── unary=16 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=16_1.py │ │ ├── unary=16_10.py │ │ ├── unary=16_2.py │ │ ├── unary=16_3.py │ │ ├── unary=16_4.py │ │ ├── unary=16_5.py │ │ ├── unary=16_6.py │ │ ├── unary=16_7.py │ │ ├── unary=16_8.py │ │ └── unary=16_9.py │ ├── unary=17 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=17_1.py │ │ ├── unary=17_10.py │ │ ├── unary=17_2.py │ │ ├── unary=17_3.py │ │ ├── unary=17_4.py │ │ ├── unary=17_5.py │ │ ├── unary=17_6.py │ │ ├── unary=17_7.py │ │ ├── unary=17_8.py │ │ └── unary=17_9.py │ ├── unary=18 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=18_1.py │ │ ├── unary=18_10.py │ │ ├── unary=18_2.py │ │ ├── unary=18_3.py │ │ ├── unary=18_4.py │ │ ├── unary=18_5.py │ │ ├── unary=18_6.py │ │ ├── unary=18_7.py │ │ ├── unary=18_8.py │ │ └── unary=18_9.py │ ├── unary=19 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=19_1.py │ │ ├── unary=19_10.py │ │ ├── unary=19_2.py │ │ ├── unary=19_3.py │ │ ├── unary=19_4.py │ │ ├── unary=19_5.py │ │ ├── unary=19_6.py │ │ ├── unary=19_7.py │ │ ├── unary=19_8.py │ │ └── unary=19_9.py │ ├── unary=2 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=2_1.py │ │ ├── unary=2_10.py │ │ ├── unary=2_2.py │ │ ├── unary=2_3.py │ │ ├── unary=2_4.py │ │ ├── unary=2_5.py │ │ ├── unary=2_6.py │ │ ├── unary=2_7.py │ │ ├── unary=2_8.py │ │ └── unary=2_9.py │ ├── unary=20 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=20_1.py │ │ ├── unary=20_10.py │ │ ├── unary=20_2.py │ │ ├── unary=20_3.py │ │ ├── unary=20_4.py │ │ ├── unary=20_5.py │ │ ├── unary=20_6.py │ │ ├── unary=20_7.py │ │ ├── unary=20_8.py │ │ └── unary=20_9.py │ ├── unary=21 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=21_1.py │ │ ├── unary=21_10.py │ │ ├── unary=21_2.py │ │ ├── unary=21_3.py │ │ ├── unary=21_4.py │ │ ├── unary=21_5.py │ │ ├── unary=21_6.py │ │ ├── unary=21_7.py │ │ ├── unary=21_8.py │ │ └── unary=21_9.py │ ├── unary=22 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=22_1.py │ │ ├── unary=22_10.py │ │ ├── unary=22_2.py │ │ ├── unary=22_3.py │ │ ├── unary=22_4.py │ │ ├── unary=22_5.py │ │ ├── unary=22_6.py │ │ ├── unary=22_7.py │ │ ├── unary=22_8.py │ │ └── unary=22_9.py │ ├── unary=23 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=23_1.py │ │ ├── unary=23_10.py │ │ ├── unary=23_2.py │ │ ├── unary=23_3.py │ │ ├── unary=23_4.py │ │ ├── unary=23_5.py │ │ ├── unary=23_6.py │ │ ├── unary=23_7.py │ │ ├── unary=23_8.py │ │ └── unary=23_9.py │ ├── unary=24 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=24_1.py │ │ ├── unary=24_10.py │ │ ├── unary=24_2.py │ │ ├── unary=24_3.py │ │ ├── unary=24_4.py │ │ ├── unary=24_5.py │ │ ├── unary=24_6.py │ │ ├── unary=24_7.py │ │ ├── unary=24_8.py │ │ └── unary=24_9.py │ ├── unary=25 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=25_1.py │ │ ├── unary=25_10.py │ │ ├── unary=25_2.py │ │ ├── unary=25_3.py │ │ ├── unary=25_4.py │ │ ├── unary=25_5.py │ │ ├── unary=25_6.py │ │ ├── unary=25_7.py │ │ ├── unary=25_8.py │ │ └── unary=25_9.py │ ├── unary=26 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=26_1.py │ │ ├── unary=26_10.py │ │ ├── unary=26_2.py │ │ ├── unary=26_3.py │ │ ├── unary=26_4.py │ │ ├── unary=26_5.py │ │ ├── unary=26_6.py │ │ ├── unary=26_7.py │ │ ├── unary=26_8.py │ │ └── unary=26_9.py │ ├── unary=27 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=27_1.py │ │ ├── unary=27_10.py │ │ ├── unary=27_2.py │ │ ├── unary=27_3.py │ │ ├── unary=27_4.py │ │ ├── unary=27_5.py │ │ ├── unary=27_6.py │ │ ├── unary=27_7.py │ │ ├── unary=27_8.py │ │ └── unary=27_9.py │ ├── unary=28 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=28_1.py │ │ ├── unary=28_10.py │ │ ├── unary=28_2.py │ │ ├── unary=28_3.py │ │ ├── unary=28_4.py │ │ ├── unary=28_5.py │ │ ├── unary=28_6.py │ │ ├── unary=28_7.py │ │ ├── unary=28_8.py │ │ └── unary=28_9.py │ ├── unary=29 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=29_1.py │ │ ├── unary=29_10.py │ │ ├── unary=29_2.py │ │ ├── unary=29_3.py │ │ ├── unary=29_4.py │ │ ├── unary=29_5.py │ │ ├── unary=29_6.py │ │ ├── unary=29_7.py │ │ ├── unary=29_8.py │ │ └── unary=29_9.py │ ├── unary=3 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=3_1.py │ │ ├── unary=3_10.py │ │ ├── unary=3_2.py │ │ ├── unary=3_3.py │ │ ├── unary=3_4.py │ │ ├── unary=3_5.py │ │ ├── unary=3_6.py │ │ ├── unary=3_7.py │ │ ├── unary=3_8.py │ │ └── unary=3_9.py │ ├── unary=4 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=4_1.py │ │ ├── unary=4_10.py │ │ ├── unary=4_2.py │ │ ├── unary=4_3.py │ │ ├── unary=4_4.py │ │ ├── unary=4_5.py │ │ ├── unary=4_6.py │ │ ├── unary=4_7.py │ │ ├── unary=4_8.py │ │ └── unary=4_9.py │ ├── unary=5 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=5_1.py │ │ ├── unary=5_10.py │ │ ├── unary=5_2.py │ │ ├── unary=5_3.py │ │ ├── unary=5_4.py │ │ ├── unary=5_5.py │ │ ├── unary=5_6.py │ │ ├── unary=5_7.py │ │ ├── unary=5_8.py │ │ └── unary=5_9.py │ ├── unary=6 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=6_1.py │ │ ├── unary=6_10.py │ │ ├── unary=6_2.py │ │ ├── unary=6_3.py │ │ ├── unary=6_4.py │ │ ├── unary=6_5.py │ │ ├── unary=6_6.py │ │ ├── unary=6_7.py │ │ ├── unary=6_8.py │ │ └── unary=6_9.py │ ├── unary=7 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=7_1.py │ │ ├── unary=7_10.py │ │ ├── unary=7_2.py │ │ ├── unary=7_3.py │ │ ├── unary=7_4.py │ │ ├── unary=7_5.py │ │ ├── unary=7_6.py │ │ ├── unary=7_7.py │ │ ├── unary=7_8.py │ │ └── unary=7_9.py │ ├── unary=8 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=8_1.py │ │ ├── unary=8_10.py │ │ ├── unary=8_2.py │ │ ├── unary=8_3.py │ │ ├── unary=8_4.py │ │ ├── unary=8_5.py │ │ ├── unary=8_6.py │ │ ├── unary=8_7.py │ │ ├── unary=8_8.py │ │ └── unary=8_9.py │ └── unary=9 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=9_1.py │ │ ├── unary=9_10.py │ │ ├── unary=9_2.py │ │ ├── unary=9_3.py │ │ ├── unary=9_4.py │ │ ├── unary=9_5.py │ │ ├── unary=9_6.py │ │ ├── unary=9_7.py │ │ ├── unary=9_8.py │ │ └── unary=9_9.py │ ├── step34-3shot │ ├── addmm │ │ ├── addmm_1.py │ │ ├── addmm_10.py │ │ ├── addmm_2.py │ │ ├── addmm_3.py │ │ ├── addmm_4.py │ │ ├── addmm_5.py │ │ ├── addmm_6.py │ │ ├── addmm_7.py │ │ ├── addmm_8.py │ │ ├── addmm_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── binary=0 │ │ ├── binary=0_1.py │ │ ├── binary=0_10.py │ │ ├── binary=0_2.py │ │ ├── binary=0_3.py │ │ ├── binary=0_4.py │ │ ├── binary=0_5.py │ │ ├── binary=0_6.py │ │ ├── binary=0_7.py │ │ ├── binary=0_8.py │ │ ├── binary=0_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── binary=10 │ │ ├── binary=10_1.py │ │ ├── binary=10_10.py │ │ ├── binary=10_2.py │ │ ├── binary=10_3.py │ │ ├── binary=10_4.py │ │ ├── binary=10_5.py │ │ ├── binary=10_6.py │ │ ├── binary=10_7.py │ │ ├── binary=10_8.py │ │ ├── binary=10_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── binary=2 │ │ ├── binary=2_1.py │ │ ├── binary=2_10.py │ │ ├── binary=2_2.py │ │ ├── binary=2_3.py │ │ ├── binary=2_4.py │ │ ├── binary=2_5.py │ │ ├── binary=2_6.py │ │ ├── binary=2_7.py │ │ ├── binary=2_8.py │ │ ├── binary=2_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── binary=4 │ │ ├── binary=4_1.py │ │ ├── binary=4_10.py │ │ ├── binary=4_2.py │ │ ├── binary=4_3.py │ │ ├── binary=4_4.py │ │ ├── binary=4_5.py │ │ ├── binary=4_6.py │ │ ├── binary=4_7.py │ │ ├── binary=4_8.py │ │ ├── binary=4_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── binary=6 │ │ ├── binary=6_1.py │ │ ├── binary=6_10.py │ │ ├── binary=6_2.py │ │ ├── binary=6_3.py │ │ ├── binary=6_4.py │ │ ├── binary=6_5.py │ │ ├── binary=6_6.py │ │ ├── binary=6_7.py │ │ ├── binary=6_8.py │ │ ├── binary=6_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── binary=8 │ │ ├── binary=8_1.py │ │ ├── binary=8_10.py │ │ ├── binary=8_2.py │ │ ├── binary=8_3.py │ │ ├── binary=8_4.py │ │ ├── binary=8_5.py │ │ ├── binary=8_6.py │ │ ├── binary=8_7.py │ │ ├── binary=8_8.py │ │ ├── binary=8_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── binary_unary=0 │ │ ├── binary_unary=0_1.py │ │ ├── binary_unary=0_10.py │ │ ├── binary_unary=0_2.py │ │ ├── binary_unary=0_3.py │ │ ├── binary_unary=0_4.py │ │ ├── binary_unary=0_5.py │ │ ├── binary_unary=0_6.py │ │ ├── binary_unary=0_7.py │ │ ├── binary_unary=0_8.py │ │ ├── binary_unary=0_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── binary_unary=10 │ │ ├── binary_unary=10_1.py │ │ ├── binary_unary=10_10.py │ │ ├── binary_unary=10_2.py │ │ ├── binary_unary=10_3.py │ │ ├── binary_unary=10_4.py │ │ ├── binary_unary=10_5.py │ │ ├── binary_unary=10_6.py │ │ ├── binary_unary=10_7.py │ │ ├── binary_unary=10_8.py │ │ ├── binary_unary=10_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── binary_unary=2 │ │ ├── binary_unary=2_1.py │ │ ├── binary_unary=2_10.py │ │ ├── binary_unary=2_2.py │ │ ├── binary_unary=2_3.py │ │ ├── binary_unary=2_4.py │ │ ├── binary_unary=2_5.py │ │ ├── binary_unary=2_6.py │ │ ├── binary_unary=2_7.py │ │ ├── binary_unary=2_8.py │ │ ├── binary_unary=2_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── binary_unary=4 │ │ ├── binary_unary=4_1.py │ │ ├── binary_unary=4_10.py │ │ ├── binary_unary=4_2.py │ │ ├── binary_unary=4_3.py │ │ ├── binary_unary=4_4.py │ │ ├── binary_unary=4_5.py │ │ ├── binary_unary=4_6.py │ │ ├── binary_unary=4_7.py │ │ ├── binary_unary=4_8.py │ │ ├── binary_unary=4_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── binary_unary=6 │ │ ├── binary_unary=6_1.py │ │ ├── binary_unary=6_10.py │ │ ├── binary_unary=6_2.py │ │ ├── binary_unary=6_3.py │ │ ├── binary_unary=6_4.py │ │ ├── binary_unary=6_5.py │ │ ├── binary_unary=6_6.py │ │ ├── binary_unary=6_7.py │ │ ├── binary_unary=6_8.py │ │ ├── binary_unary=6_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── binary_unary=8 │ │ ├── binary_unary=8_1.py │ │ ├── binary_unary=8_10.py │ │ ├── binary_unary=8_2.py │ │ ├── binary_unary=8_3.py │ │ ├── binary_unary=8_4.py │ │ ├── binary_unary=8_5.py │ │ ├── binary_unary=8_6.py │ │ ├── binary_unary=8_7.py │ │ ├── binary_unary=8_8.py │ │ ├── binary_unary=8_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── cat_addmm │ │ ├── cat_addmm_1.py │ │ ├── cat_addmm_10.py │ │ ├── cat_addmm_2.py │ │ ├── cat_addmm_3.py │ │ ├── cat_addmm_4.py │ │ ├── cat_addmm_5.py │ │ ├── cat_addmm_6.py │ │ ├── cat_addmm_7.py │ │ ├── cat_addmm_8.py │ │ ├── cat_addmm_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── cat_mm │ │ ├── cat_mm_1.py │ │ ├── cat_mm_10.py │ │ ├── cat_mm_2.py │ │ ├── cat_mm_3.py │ │ ├── cat_mm_4.py │ │ ├── cat_mm_5.py │ │ ├── cat_mm_6.py │ │ ├── cat_mm_7.py │ │ ├── cat_mm_8.py │ │ ├── cat_mm_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── cat_slice_cat │ │ ├── cat_slice_cat_1.py │ │ ├── cat_slice_cat_10.py │ │ ├── cat_slice_cat_2.py │ │ ├── cat_slice_cat_3.py │ │ ├── cat_slice_cat_4.py │ │ ├── cat_slice_cat_5.py │ │ ├── cat_slice_cat_6.py │ │ ├── cat_slice_cat_7.py │ │ ├── cat_slice_cat_8.py │ │ ├── cat_slice_cat_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── fuse_conv_bn │ │ ├── fuse_conv_bn_1.py │ │ ├── fuse_conv_bn_10.py │ │ ├── fuse_conv_bn_2.py │ │ ├── fuse_conv_bn_3.py │ │ ├── fuse_conv_bn_4.py │ │ ├── fuse_conv_bn_5.py │ │ ├── fuse_conv_bn_6.py │ │ ├── fuse_conv_bn_7.py │ │ ├── fuse_conv_bn_8.py │ │ ├── fuse_conv_bn_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── linear_permute_fusion │ │ ├── linear_permute_fusion_1.py │ │ ├── linear_permute_fusion_10.py │ │ ├── linear_permute_fusion_2.py │ │ ├── linear_permute_fusion_3.py │ │ ├── linear_permute_fusion_4.py │ │ ├── linear_permute_fusion_5.py │ │ ├── linear_permute_fusion_6.py │ │ ├── linear_permute_fusion_7.py │ │ ├── linear_permute_fusion_8.py │ │ ├── linear_permute_fusion_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── mm_plus_mm │ │ ├── mm_plus_mm_1.py │ │ ├── mm_plus_mm_10.py │ │ ├── mm_plus_mm_2.py │ │ ├── mm_plus_mm_3.py │ │ ├── mm_plus_mm_4.py │ │ ├── mm_plus_mm_5.py │ │ ├── mm_plus_mm_6.py │ │ ├── mm_plus_mm_7.py │ │ ├── mm_plus_mm_8.py │ │ ├── mm_plus_mm_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── outputs.json │ ├── permute_linear_fusion │ │ ├── permute_linear_fusion_1.py │ │ ├── permute_linear_fusion_10.py │ │ ├── permute_linear_fusion_2.py │ │ ├── permute_linear_fusion_3.py │ │ ├── permute_linear_fusion_4.py │ │ ├── permute_linear_fusion_5.py │ │ ├── permute_linear_fusion_6.py │ │ ├── permute_linear_fusion_7.py │ │ ├── permute_linear_fusion_8.py │ │ ├── permute_linear_fusion_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── permute_matmul_fusion │ │ ├── permute_matmul_fusion_1.py │ │ ├── permute_matmul_fusion_10.py │ │ ├── permute_matmul_fusion_2.py │ │ ├── permute_matmul_fusion_3.py │ │ ├── permute_matmul_fusion_4.py │ │ ├── permute_matmul_fusion_5.py │ │ ├── permute_matmul_fusion_6.py │ │ ├── permute_matmul_fusion_7.py │ │ ├── permute_matmul_fusion_8.py │ │ ├── permute_matmul_fusion_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── pointless_cumsum_replacement │ │ ├── pointless_cumsum_replacement_1.py │ │ ├── pointless_cumsum_replacement_10.py │ │ ├── pointless_cumsum_replacement_2.py │ │ ├── pointless_cumsum_replacement_3.py │ │ ├── pointless_cumsum_replacement_4.py │ │ ├── pointless_cumsum_replacement_5.py │ │ ├── pointless_cumsum_replacement_6.py │ │ ├── pointless_cumsum_replacement_7.py │ │ ├── pointless_cumsum_replacement_8.py │ │ ├── pointless_cumsum_replacement_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── replace_fx │ │ ├── prompt.txt │ │ ├── replace_fx_1.py │ │ ├── replace_fx_10.py │ │ ├── replace_fx_2.py │ │ ├── replace_fx_3.py │ │ ├── replace_fx_4.py │ │ ├── replace_fx_5.py │ │ ├── replace_fx_6.py │ │ ├── replace_fx_7.py │ │ ├── replace_fx_8.py │ │ ├── replace_fx_9.py │ │ └── time.txt │ ├── sfdp=0 │ │ ├── prompt.txt │ │ ├── sfdp=0_1.py │ │ ├── sfdp=0_10.py │ │ ├── sfdp=0_2.py │ │ ├── sfdp=0_3.py │ │ ├── sfdp=0_4.py │ │ ├── sfdp=0_5.py │ │ ├── sfdp=0_6.py │ │ ├── sfdp=0_7.py │ │ ├── sfdp=0_8.py │ │ ├── sfdp=0_9.py │ │ └── time.txt │ ├── sfdp=1 │ │ ├── prompt.txt │ │ ├── sfdp=1_1.py │ │ ├── sfdp=1_10.py │ │ ├── sfdp=1_2.py │ │ ├── sfdp=1_3.py │ │ ├── sfdp=1_4.py │ │ ├── sfdp=1_5.py │ │ ├── sfdp=1_6.py │ │ ├── sfdp=1_7.py │ │ ├── sfdp=1_8.py │ │ ├── sfdp=1_9.py │ │ └── time.txt │ ├── sfdp=2 │ │ ├── prompt.txt │ │ ├── sfdp=2_1.py │ │ ├── sfdp=2_10.py │ │ ├── sfdp=2_2.py │ │ ├── sfdp=2_3.py │ │ ├── sfdp=2_4.py │ │ ├── sfdp=2_5.py │ │ ├── sfdp=2_6.py │ │ ├── sfdp=2_7.py │ │ ├── sfdp=2_8.py │ │ ├── sfdp=2_9.py │ │ └── time.txt │ ├── sfdp=3 │ │ ├── prompt.txt │ │ ├── sfdp=3_1.py │ │ ├── sfdp=3_10.py │ │ ├── sfdp=3_2.py │ │ ├── sfdp=3_3.py │ │ ├── sfdp=3_4.py │ │ ├── sfdp=3_5.py │ │ ├── sfdp=3_6.py │ │ ├── sfdp=3_7.py │ │ ├── sfdp=3_8.py │ │ ├── sfdp=3_9.py │ │ └── time.txt │ ├── sfdp=4 │ │ ├── prompt.txt │ │ ├── sfdp=4_1.py │ │ ├── sfdp=4_10.py │ │ ├── sfdp=4_2.py │ │ ├── sfdp=4_3.py │ │ ├── sfdp=4_4.py │ │ ├── sfdp=4_5.py │ │ ├── sfdp=4_6.py │ │ ├── sfdp=4_7.py │ │ ├── sfdp=4_8.py │ │ ├── sfdp=4_9.py │ │ └── time.txt │ ├── sfdp=5 │ │ ├── prompt.txt │ │ ├── sfdp=5_1.py │ │ ├── sfdp=5_10.py │ │ ├── sfdp=5_2.py │ │ ├── sfdp=5_3.py │ │ ├── sfdp=5_4.py │ │ ├── sfdp=5_5.py │ │ ├── sfdp=5_6.py │ │ ├── sfdp=5_7.py │ │ ├── sfdp=5_8.py │ │ ├── sfdp=5_9.py │ │ └── time.txt │ ├── sink_cat_after_pointwise │ │ ├── prompt.txt │ │ ├── sink_cat_after_pointwise_1.py │ │ ├── sink_cat_after_pointwise_10.py │ │ ├── sink_cat_after_pointwise_2.py │ │ ├── sink_cat_after_pointwise_3.py │ │ ├── sink_cat_after_pointwise_4.py │ │ ├── sink_cat_after_pointwise_5.py │ │ ├── sink_cat_after_pointwise_6.py │ │ ├── sink_cat_after_pointwise_7.py │ │ ├── sink_cat_after_pointwise_8.py │ │ ├── sink_cat_after_pointwise_9.py │ │ └── time.txt │ ├── splitwithsizes_cat_replace │ │ ├── prompt.txt │ │ ├── splitwithsizes_cat_replace_1.py │ │ ├── splitwithsizes_cat_replace_10.py │ │ ├── splitwithsizes_cat_replace_2.py │ │ ├── splitwithsizes_cat_replace_3.py │ │ ├── splitwithsizes_cat_replace_4.py │ │ ├── splitwithsizes_cat_replace_5.py │ │ ├── splitwithsizes_cat_replace_6.py │ │ ├── splitwithsizes_cat_replace_7.py │ │ ├── splitwithsizes_cat_replace_8.py │ │ ├── splitwithsizes_cat_replace_9.py │ │ └── time.txt │ ├── unary=0 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=0_1.py │ │ ├── unary=0_10.py │ │ ├── unary=0_2.py │ │ ├── unary=0_3.py │ │ ├── unary=0_4.py │ │ ├── unary=0_5.py │ │ ├── unary=0_6.py │ │ ├── unary=0_7.py │ │ ├── unary=0_8.py │ │ └── unary=0_9.py │ ├── unary=1 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=1_1.py │ │ ├── unary=1_10.py │ │ ├── unary=1_2.py │ │ ├── unary=1_3.py │ │ ├── unary=1_4.py │ │ ├── unary=1_5.py │ │ ├── unary=1_6.py │ │ ├── unary=1_7.py │ │ ├── unary=1_8.py │ │ └── unary=1_9.py │ ├── unary=10 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=10_1.py │ │ ├── unary=10_10.py │ │ ├── unary=10_2.py │ │ ├── unary=10_3.py │ │ ├── unary=10_4.py │ │ ├── unary=10_5.py │ │ ├── unary=10_6.py │ │ ├── unary=10_7.py │ │ ├── unary=10_8.py │ │ └── unary=10_9.py │ ├── unary=11 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=11_1.py │ │ ├── unary=11_10.py │ │ ├── unary=11_2.py │ │ ├── unary=11_3.py │ │ ├── unary=11_4.py │ │ ├── unary=11_5.py │ │ ├── unary=11_6.py │ │ ├── unary=11_7.py │ │ ├── unary=11_8.py │ │ └── unary=11_9.py │ ├── unary=12 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=12_1.py │ │ ├── unary=12_10.py │ │ ├── unary=12_2.py │ │ ├── unary=12_3.py │ │ ├── unary=12_4.py │ │ ├── unary=12_5.py │ │ ├── unary=12_6.py │ │ ├── unary=12_7.py │ │ ├── unary=12_8.py │ │ └── unary=12_9.py │ ├── unary=13 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=13_1.py │ │ ├── unary=13_10.py │ │ ├── unary=13_2.py │ │ ├── unary=13_3.py │ │ ├── unary=13_4.py │ │ ├── unary=13_5.py │ │ ├── unary=13_6.py │ │ ├── unary=13_7.py │ │ ├── unary=13_8.py │ │ └── unary=13_9.py │ ├── unary=14 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=14_1.py │ │ ├── unary=14_10.py │ │ ├── unary=14_2.py │ │ ├── unary=14_3.py │ │ ├── unary=14_4.py │ │ ├── unary=14_5.py │ │ ├── unary=14_6.py │ │ ├── unary=14_7.py │ │ ├── unary=14_8.py │ │ └── unary=14_9.py │ ├── unary=15 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=15_1.py │ │ ├── unary=15_10.py │ │ ├── unary=15_2.py │ │ ├── unary=15_3.py │ │ ├── unary=15_4.py │ │ ├── unary=15_5.py │ │ ├── unary=15_6.py │ │ ├── unary=15_7.py │ │ ├── unary=15_8.py │ │ └── unary=15_9.py │ ├── unary=16 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=16_1.py │ │ ├── unary=16_10.py │ │ ├── unary=16_2.py │ │ ├── unary=16_3.py │ │ ├── unary=16_4.py │ │ ├── unary=16_5.py │ │ ├── unary=16_6.py │ │ ├── unary=16_7.py │ │ ├── unary=16_8.py │ │ └── unary=16_9.py │ ├── unary=17 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=17_1.py │ │ ├── unary=17_10.py │ │ ├── unary=17_2.py │ │ ├── unary=17_3.py │ │ ├── unary=17_4.py │ │ ├── unary=17_5.py │ │ ├── unary=17_6.py │ │ ├── unary=17_7.py │ │ ├── unary=17_8.py │ │ └── unary=17_9.py │ ├── unary=18 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=18_1.py │ │ ├── unary=18_10.py │ │ ├── unary=18_2.py │ │ ├── unary=18_3.py │ │ ├── unary=18_4.py │ │ ├── unary=18_5.py │ │ ├── unary=18_6.py │ │ ├── unary=18_7.py │ │ ├── unary=18_8.py │ │ └── unary=18_9.py │ ├── unary=19 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=19_1.py │ │ ├── unary=19_10.py │ │ ├── unary=19_2.py │ │ ├── unary=19_3.py │ │ ├── unary=19_4.py │ │ ├── unary=19_5.py │ │ ├── unary=19_6.py │ │ ├── unary=19_7.py │ │ ├── unary=19_8.py │ │ └── unary=19_9.py │ ├── unary=2 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=2_1.py │ │ ├── unary=2_10.py │ │ ├── unary=2_2.py │ │ ├── unary=2_3.py │ │ ├── unary=2_4.py │ │ ├── unary=2_5.py │ │ ├── unary=2_6.py │ │ ├── unary=2_7.py │ │ ├── unary=2_8.py │ │ └── unary=2_9.py │ ├── unary=20 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=20_1.py │ │ ├── unary=20_10.py │ │ ├── unary=20_2.py │ │ ├── unary=20_3.py │ │ ├── unary=20_4.py │ │ ├── unary=20_5.py │ │ ├── unary=20_6.py │ │ ├── unary=20_7.py │ │ ├── unary=20_8.py │ │ └── unary=20_9.py │ ├── unary=21 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=21_1.py │ │ ├── unary=21_10.py │ │ ├── unary=21_2.py │ │ ├── unary=21_3.py │ │ ├── unary=21_4.py │ │ ├── unary=21_5.py │ │ ├── unary=21_6.py │ │ ├── unary=21_7.py │ │ ├── unary=21_8.py │ │ └── unary=21_9.py │ ├── unary=22 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=22_1.py │ │ ├── unary=22_10.py │ │ ├── unary=22_2.py │ │ ├── unary=22_3.py │ │ ├── unary=22_4.py │ │ ├── unary=22_5.py │ │ ├── unary=22_6.py │ │ ├── unary=22_7.py │ │ ├── unary=22_8.py │ │ └── unary=22_9.py │ ├── unary=23 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=23_1.py │ │ ├── unary=23_10.py │ │ ├── unary=23_2.py │ │ ├── unary=23_3.py │ │ ├── unary=23_4.py │ │ ├── unary=23_5.py │ │ ├── unary=23_6.py │ │ ├── unary=23_7.py │ │ ├── unary=23_8.py │ │ └── unary=23_9.py │ ├── unary=24 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=24_1.py │ │ ├── unary=24_10.py │ │ ├── unary=24_2.py │ │ ├── unary=24_3.py │ │ ├── unary=24_4.py │ │ ├── unary=24_5.py │ │ ├── unary=24_6.py │ │ ├── unary=24_7.py │ │ ├── unary=24_8.py │ │ └── unary=24_9.py │ ├── unary=25 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=25_1.py │ │ ├── unary=25_10.py │ │ ├── unary=25_2.py │ │ ├── unary=25_3.py │ │ ├── unary=25_4.py │ │ ├── unary=25_5.py │ │ ├── unary=25_6.py │ │ ├── unary=25_7.py │ │ ├── unary=25_8.py │ │ └── unary=25_9.py │ ├── unary=26 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=26_1.py │ │ ├── unary=26_10.py │ │ ├── unary=26_2.py │ │ ├── unary=26_3.py │ │ ├── unary=26_4.py │ │ ├── unary=26_5.py │ │ ├── unary=26_6.py │ │ ├── unary=26_7.py │ │ ├── unary=26_8.py │ │ └── unary=26_9.py │ ├── unary=27 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=27_1.py │ │ ├── unary=27_10.py │ │ ├── unary=27_2.py │ │ ├── unary=27_3.py │ │ ├── unary=27_4.py │ │ ├── unary=27_5.py │ │ ├── unary=27_6.py │ │ ├── unary=27_7.py │ │ ├── unary=27_8.py │ │ └── unary=27_9.py │ ├── unary=28 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=28_1.py │ │ ├── unary=28_10.py │ │ ├── unary=28_2.py │ │ ├── unary=28_3.py │ │ ├── unary=28_4.py │ │ ├── unary=28_5.py │ │ ├── unary=28_6.py │ │ ├── unary=28_7.py │ │ ├── unary=28_8.py │ │ └── unary=28_9.py │ ├── unary=29 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=29_1.py │ │ ├── unary=29_10.py │ │ ├── unary=29_2.py │ │ ├── unary=29_3.py │ │ ├── unary=29_4.py │ │ ├── unary=29_5.py │ │ ├── unary=29_6.py │ │ ├── unary=29_7.py │ │ ├── unary=29_8.py │ │ └── unary=29_9.py │ ├── unary=3 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=3_1.py │ │ ├── unary=3_10.py │ │ ├── unary=3_2.py │ │ ├── unary=3_3.py │ │ ├── unary=3_4.py │ │ ├── unary=3_5.py │ │ ├── unary=3_6.py │ │ ├── unary=3_7.py │ │ ├── unary=3_8.py │ │ └── unary=3_9.py │ ├── unary=4 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=4_1.py │ │ ├── unary=4_10.py │ │ ├── unary=4_2.py │ │ ├── unary=4_3.py │ │ ├── unary=4_4.py │ │ ├── unary=4_5.py │ │ ├── unary=4_6.py │ │ ├── unary=4_7.py │ │ ├── unary=4_8.py │ │ └── unary=4_9.py │ ├── unary=5 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=5_1.py │ │ ├── unary=5_10.py │ │ ├── unary=5_2.py │ │ ├── unary=5_3.py │ │ ├── unary=5_4.py │ │ ├── unary=5_5.py │ │ ├── unary=5_6.py │ │ ├── unary=5_7.py │ │ ├── unary=5_8.py │ │ └── unary=5_9.py │ ├── unary=6 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=6_1.py │ │ ├── unary=6_10.py │ │ ├── unary=6_2.py │ │ ├── unary=6_3.py │ │ ├── unary=6_4.py │ │ ├── unary=6_5.py │ │ ├── unary=6_6.py │ │ ├── unary=6_7.py │ │ ├── unary=6_8.py │ │ └── unary=6_9.py │ ├── unary=7 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=7_1.py │ │ ├── unary=7_10.py │ │ ├── unary=7_2.py │ │ ├── unary=7_3.py │ │ ├── unary=7_4.py │ │ ├── unary=7_5.py │ │ ├── unary=7_6.py │ │ ├── unary=7_7.py │ │ ├── unary=7_8.py │ │ └── unary=7_9.py │ ├── unary=8 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=8_1.py │ │ ├── unary=8_10.py │ │ ├── unary=8_2.py │ │ ├── unary=8_3.py │ │ ├── unary=8_4.py │ │ ├── unary=8_5.py │ │ ├── unary=8_6.py │ │ ├── unary=8_7.py │ │ ├── unary=8_8.py │ │ └── unary=8_9.py │ └── unary=9 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=9_1.py │ │ ├── unary=9_10.py │ │ ├── unary=9_2.py │ │ ├── unary=9_3.py │ │ ├── unary=9_4.py │ │ ├── unary=9_5.py │ │ ├── unary=9_6.py │ │ ├── unary=9_7.py │ │ ├── unary=9_8.py │ │ └── unary=9_9.py │ ├── step35-3shot │ ├── addmm │ │ ├── addmm_1.py │ │ ├── addmm_10.py │ │ ├── addmm_2.py │ │ ├── addmm_3.py │ │ ├── addmm_4.py │ │ ├── addmm_5.py │ │ ├── addmm_6.py │ │ ├── addmm_7.py │ │ ├── addmm_8.py │ │ ├── addmm_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── binary=0 │ │ ├── binary=0_1.py │ │ ├── binary=0_10.py │ │ ├── binary=0_2.py │ │ ├── binary=0_3.py │ │ ├── binary=0_4.py │ │ ├── binary=0_5.py │ │ ├── binary=0_6.py │ │ ├── binary=0_7.py │ │ ├── binary=0_8.py │ │ ├── binary=0_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── binary=10 │ │ ├── binary=10_1.py │ │ ├── binary=10_10.py │ │ ├── binary=10_2.py │ │ ├── binary=10_3.py │ │ ├── binary=10_4.py │ │ ├── binary=10_5.py │ │ ├── binary=10_6.py │ │ ├── binary=10_7.py │ │ ├── binary=10_8.py │ │ ├── binary=10_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── binary=2 │ │ ├── binary=2_1.py │ │ ├── binary=2_10.py │ │ ├── binary=2_2.py │ │ ├── binary=2_3.py │ │ ├── binary=2_4.py │ │ ├── binary=2_5.py │ │ ├── binary=2_6.py │ │ ├── binary=2_7.py │ │ ├── binary=2_8.py │ │ ├── binary=2_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── binary=4 │ │ ├── binary=4_1.py │ │ ├── binary=4_10.py │ │ ├── binary=4_2.py │ │ ├── binary=4_3.py │ │ ├── binary=4_4.py │ │ ├── binary=4_5.py │ │ ├── binary=4_6.py │ │ ├── binary=4_7.py │ │ ├── binary=4_8.py │ │ ├── binary=4_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── binary=6 │ │ ├── binary=6_1.py │ │ ├── binary=6_10.py │ │ ├── binary=6_2.py │ │ ├── binary=6_3.py │ │ ├── binary=6_4.py │ │ ├── binary=6_5.py │ │ ├── binary=6_6.py │ │ ├── binary=6_7.py │ │ ├── binary=6_8.py │ │ ├── binary=6_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── binary=8 │ │ ├── binary=8_1.py │ │ ├── binary=8_10.py │ │ ├── binary=8_2.py │ │ ├── binary=8_3.py │ │ ├── binary=8_4.py │ │ ├── binary=8_5.py │ │ ├── binary=8_6.py │ │ ├── binary=8_7.py │ │ ├── binary=8_8.py │ │ ├── binary=8_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── binary_unary=0 │ │ ├── binary_unary=0_1.py │ │ ├── binary_unary=0_10.py │ │ ├── binary_unary=0_2.py │ │ ├── binary_unary=0_3.py │ │ ├── binary_unary=0_4.py │ │ ├── binary_unary=0_5.py │ │ ├── binary_unary=0_6.py │ │ ├── binary_unary=0_7.py │ │ ├── binary_unary=0_8.py │ │ ├── binary_unary=0_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── binary_unary=10 │ │ ├── binary_unary=10_1.py │ │ ├── binary_unary=10_10.py │ │ ├── binary_unary=10_2.py │ │ ├── binary_unary=10_3.py │ │ ├── binary_unary=10_4.py │ │ ├── binary_unary=10_5.py │ │ ├── binary_unary=10_6.py │ │ ├── binary_unary=10_7.py │ │ ├── binary_unary=10_8.py │ │ ├── binary_unary=10_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── binary_unary=2 │ │ ├── binary_unary=2_1.py │ │ ├── binary_unary=2_10.py │ │ ├── binary_unary=2_2.py │ │ ├── binary_unary=2_3.py │ │ ├── binary_unary=2_4.py │ │ ├── binary_unary=2_5.py │ │ ├── binary_unary=2_6.py │ │ ├── binary_unary=2_7.py │ │ ├── binary_unary=2_8.py │ │ ├── binary_unary=2_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── binary_unary=4 │ │ ├── binary_unary=4_1.py │ │ ├── binary_unary=4_10.py │ │ ├── binary_unary=4_2.py │ │ ├── binary_unary=4_3.py │ │ ├── binary_unary=4_4.py │ │ ├── binary_unary=4_5.py │ │ ├── binary_unary=4_6.py │ │ ├── binary_unary=4_7.py │ │ ├── binary_unary=4_8.py │ │ ├── binary_unary=4_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── binary_unary=6 │ │ ├── binary_unary=6_1.py │ │ ├── binary_unary=6_10.py │ │ ├── binary_unary=6_2.py │ │ ├── binary_unary=6_3.py │ │ ├── binary_unary=6_4.py │ │ ├── binary_unary=6_5.py │ │ ├── binary_unary=6_6.py │ │ ├── binary_unary=6_7.py │ │ ├── binary_unary=6_8.py │ │ ├── binary_unary=6_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── binary_unary=8 │ │ ├── binary_unary=8_1.py │ │ ├── binary_unary=8_10.py │ │ ├── binary_unary=8_2.py │ │ ├── binary_unary=8_3.py │ │ ├── binary_unary=8_4.py │ │ ├── binary_unary=8_5.py │ │ ├── binary_unary=8_6.py │ │ ├── binary_unary=8_7.py │ │ ├── binary_unary=8_8.py │ │ ├── binary_unary=8_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── cat_addmm │ │ ├── cat_addmm_1.py │ │ ├── cat_addmm_10.py │ │ ├── cat_addmm_2.py │ │ ├── cat_addmm_3.py │ │ ├── cat_addmm_4.py │ │ ├── cat_addmm_5.py │ │ ├── cat_addmm_6.py │ │ ├── cat_addmm_7.py │ │ ├── cat_addmm_8.py │ │ ├── cat_addmm_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── cat_mm │ │ ├── cat_mm_1.py │ │ ├── cat_mm_10.py │ │ ├── cat_mm_2.py │ │ ├── cat_mm_3.py │ │ ├── cat_mm_4.py │ │ ├── cat_mm_5.py │ │ ├── cat_mm_6.py │ │ ├── cat_mm_7.py │ │ ├── cat_mm_8.py │ │ ├── cat_mm_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── cat_slice_cat │ │ ├── cat_slice_cat_1.py │ │ ├── cat_slice_cat_10.py │ │ ├── cat_slice_cat_2.py │ │ ├── cat_slice_cat_3.py │ │ ├── cat_slice_cat_4.py │ │ ├── cat_slice_cat_5.py │ │ ├── cat_slice_cat_6.py │ │ ├── cat_slice_cat_7.py │ │ ├── cat_slice_cat_8.py │ │ ├── cat_slice_cat_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── fuse_conv_bn │ │ ├── fuse_conv_bn_1.py │ │ ├── fuse_conv_bn_10.py │ │ ├── fuse_conv_bn_2.py │ │ ├── fuse_conv_bn_3.py │ │ ├── fuse_conv_bn_4.py │ │ ├── fuse_conv_bn_5.py │ │ ├── fuse_conv_bn_6.py │ │ ├── fuse_conv_bn_7.py │ │ ├── fuse_conv_bn_8.py │ │ ├── fuse_conv_bn_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── linear_permute_fusion │ │ ├── linear_permute_fusion_1.py │ │ ├── linear_permute_fusion_10.py │ │ ├── linear_permute_fusion_2.py │ │ ├── linear_permute_fusion_3.py │ │ ├── linear_permute_fusion_4.py │ │ ├── linear_permute_fusion_5.py │ │ ├── linear_permute_fusion_6.py │ │ ├── linear_permute_fusion_7.py │ │ ├── linear_permute_fusion_8.py │ │ ├── linear_permute_fusion_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── mm_plus_mm │ │ ├── mm_plus_mm_1.py │ │ ├── mm_plus_mm_10.py │ │ ├── mm_plus_mm_2.py │ │ ├── mm_plus_mm_3.py │ │ ├── mm_plus_mm_4.py │ │ ├── mm_plus_mm_5.py │ │ ├── mm_plus_mm_6.py │ │ ├── mm_plus_mm_7.py │ │ ├── mm_plus_mm_8.py │ │ ├── mm_plus_mm_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── outputs.json │ ├── permute_linear_fusion │ │ ├── permute_linear_fusion_1.py │ │ ├── permute_linear_fusion_10.py │ │ ├── permute_linear_fusion_2.py │ │ ├── permute_linear_fusion_3.py │ │ ├── permute_linear_fusion_4.py │ │ ├── permute_linear_fusion_5.py │ │ ├── permute_linear_fusion_6.py │ │ ├── permute_linear_fusion_7.py │ │ ├── permute_linear_fusion_8.py │ │ ├── permute_linear_fusion_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── permute_matmul_fusion │ │ ├── permute_matmul_fusion_1.py │ │ ├── permute_matmul_fusion_10.py │ │ ├── permute_matmul_fusion_2.py │ │ ├── permute_matmul_fusion_3.py │ │ ├── permute_matmul_fusion_4.py │ │ ├── permute_matmul_fusion_5.py │ │ ├── permute_matmul_fusion_6.py │ │ ├── permute_matmul_fusion_7.py │ │ ├── permute_matmul_fusion_8.py │ │ ├── permute_matmul_fusion_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── pointless_cumsum_replacement │ │ ├── pointless_cumsum_replacement_1.py │ │ ├── pointless_cumsum_replacement_10.py │ │ ├── pointless_cumsum_replacement_2.py │ │ ├── pointless_cumsum_replacement_3.py │ │ ├── pointless_cumsum_replacement_4.py │ │ ├── pointless_cumsum_replacement_5.py │ │ ├── pointless_cumsum_replacement_6.py │ │ ├── pointless_cumsum_replacement_7.py │ │ ├── pointless_cumsum_replacement_8.py │ │ ├── pointless_cumsum_replacement_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── replace_fx │ │ ├── prompt.txt │ │ ├── replace_fx_1.py │ │ ├── replace_fx_10.py │ │ ├── replace_fx_2.py │ │ ├── replace_fx_3.py │ │ ├── replace_fx_4.py │ │ ├── replace_fx_5.py │ │ ├── replace_fx_6.py │ │ ├── replace_fx_7.py │ │ ├── replace_fx_8.py │ │ ├── replace_fx_9.py │ │ └── time.txt │ ├── sfdp=0 │ │ ├── prompt.txt │ │ ├── sfdp=0_1.py │ │ ├── sfdp=0_10.py │ │ ├── sfdp=0_2.py │ │ ├── sfdp=0_3.py │ │ ├── sfdp=0_4.py │ │ ├── sfdp=0_5.py │ │ ├── sfdp=0_6.py │ │ ├── sfdp=0_7.py │ │ ├── sfdp=0_8.py │ │ ├── sfdp=0_9.py │ │ └── time.txt │ ├── sfdp=1 │ │ ├── prompt.txt │ │ ├── sfdp=1_1.py │ │ ├── sfdp=1_10.py │ │ ├── sfdp=1_2.py │ │ ├── sfdp=1_3.py │ │ ├── sfdp=1_4.py │ │ ├── sfdp=1_5.py │ │ ├── sfdp=1_6.py │ │ ├── sfdp=1_7.py │ │ ├── sfdp=1_8.py │ │ ├── sfdp=1_9.py │ │ └── time.txt │ ├── sfdp=2 │ │ ├── prompt.txt │ │ ├── sfdp=2_1.py │ │ ├── sfdp=2_10.py │ │ ├── sfdp=2_2.py │ │ ├── sfdp=2_3.py │ │ ├── sfdp=2_4.py │ │ ├── sfdp=2_5.py │ │ ├── sfdp=2_6.py │ │ ├── sfdp=2_7.py │ │ ├── sfdp=2_8.py │ │ ├── sfdp=2_9.py │ │ └── time.txt │ ├── sfdp=3 │ │ ├── prompt.txt │ │ ├── sfdp=3_1.py │ │ ├── sfdp=3_10.py │ │ ├── sfdp=3_2.py │ │ ├── sfdp=3_3.py │ │ ├── sfdp=3_4.py │ │ ├── sfdp=3_5.py │ │ ├── sfdp=3_6.py │ │ ├── sfdp=3_7.py │ │ ├── sfdp=3_8.py │ │ ├── sfdp=3_9.py │ │ └── time.txt │ ├── sfdp=4 │ │ ├── prompt.txt │ │ ├── sfdp=4_1.py │ │ ├── sfdp=4_10.py │ │ ├── sfdp=4_2.py │ │ ├── sfdp=4_3.py │ │ ├── sfdp=4_4.py │ │ ├── sfdp=4_5.py │ │ ├── sfdp=4_6.py │ │ ├── sfdp=4_7.py │ │ ├── sfdp=4_8.py │ │ ├── sfdp=4_9.py │ │ └── time.txt │ ├── sfdp=5 │ │ ├── prompt.txt │ │ ├── sfdp=5_1.py │ │ ├── sfdp=5_10.py │ │ ├── sfdp=5_2.py │ │ ├── sfdp=5_3.py │ │ ├── sfdp=5_4.py │ │ ├── sfdp=5_5.py │ │ ├── sfdp=5_6.py │ │ ├── sfdp=5_7.py │ │ ├── sfdp=5_8.py │ │ ├── sfdp=5_9.py │ │ └── time.txt │ ├── sink_cat_after_pointwise │ │ ├── prompt.txt │ │ ├── sink_cat_after_pointwise_1.py │ │ ├── sink_cat_after_pointwise_10.py │ │ ├── sink_cat_after_pointwise_2.py │ │ ├── sink_cat_after_pointwise_3.py │ │ ├── sink_cat_after_pointwise_4.py │ │ ├── sink_cat_after_pointwise_5.py │ │ ├── sink_cat_after_pointwise_6.py │ │ ├── sink_cat_after_pointwise_7.py │ │ ├── sink_cat_after_pointwise_8.py │ │ ├── sink_cat_after_pointwise_9.py │ │ └── time.txt │ ├── splitwithsizes_cat_replace │ │ ├── prompt.txt │ │ ├── splitwithsizes_cat_replace_1.py │ │ ├── splitwithsizes_cat_replace_10.py │ │ ├── splitwithsizes_cat_replace_2.py │ │ ├── splitwithsizes_cat_replace_3.py │ │ ├── splitwithsizes_cat_replace_4.py │ │ ├── splitwithsizes_cat_replace_5.py │ │ ├── splitwithsizes_cat_replace_6.py │ │ ├── splitwithsizes_cat_replace_7.py │ │ ├── splitwithsizes_cat_replace_8.py │ │ ├── splitwithsizes_cat_replace_9.py │ │ └── time.txt │ ├── unary=0 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=0_1.py │ │ ├── unary=0_10.py │ │ ├── unary=0_2.py │ │ ├── unary=0_3.py │ │ ├── unary=0_4.py │ │ ├── unary=0_5.py │ │ ├── unary=0_6.py │ │ ├── unary=0_7.py │ │ ├── unary=0_8.py │ │ └── unary=0_9.py │ ├── unary=1 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=1_1.py │ │ ├── unary=1_10.py │ │ ├── unary=1_2.py │ │ ├── unary=1_3.py │ │ ├── unary=1_4.py │ │ ├── unary=1_5.py │ │ ├── unary=1_6.py │ │ ├── unary=1_7.py │ │ ├── unary=1_8.py │ │ └── unary=1_9.py │ ├── unary=10 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=10_1.py │ │ ├── unary=10_10.py │ │ ├── unary=10_2.py │ │ ├── unary=10_3.py │ │ ├── unary=10_4.py │ │ ├── unary=10_5.py │ │ ├── unary=10_6.py │ │ ├── unary=10_7.py │ │ ├── unary=10_8.py │ │ └── unary=10_9.py │ ├── unary=11 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=11_1.py │ │ ├── unary=11_10.py │ │ ├── unary=11_2.py │ │ ├── unary=11_3.py │ │ ├── unary=11_4.py │ │ ├── unary=11_5.py │ │ ├── unary=11_6.py │ │ ├── unary=11_7.py │ │ ├── unary=11_8.py │ │ └── unary=11_9.py │ ├── unary=12 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=12_1.py │ │ ├── unary=12_10.py │ │ ├── unary=12_2.py │ │ ├── unary=12_3.py │ │ ├── unary=12_4.py │ │ ├── unary=12_5.py │ │ ├── unary=12_6.py │ │ ├── unary=12_7.py │ │ ├── unary=12_8.py │ │ └── unary=12_9.py │ ├── unary=13 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=13_1.py │ │ ├── unary=13_10.py │ │ ├── unary=13_2.py │ │ ├── unary=13_3.py │ │ ├── unary=13_4.py │ │ ├── unary=13_5.py │ │ ├── unary=13_6.py │ │ ├── unary=13_7.py │ │ ├── unary=13_8.py │ │ └── unary=13_9.py │ ├── unary=14 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=14_1.py │ │ ├── unary=14_10.py │ │ ├── unary=14_2.py │ │ ├── unary=14_3.py │ │ ├── unary=14_4.py │ │ ├── unary=14_5.py │ │ ├── unary=14_6.py │ │ ├── unary=14_7.py │ │ ├── unary=14_8.py │ │ └── unary=14_9.py │ ├── unary=15 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=15_1.py │ │ ├── unary=15_10.py │ │ ├── unary=15_2.py │ │ ├── unary=15_3.py │ │ ├── unary=15_4.py │ │ ├── unary=15_5.py │ │ ├── unary=15_6.py │ │ ├── unary=15_7.py │ │ ├── unary=15_8.py │ │ └── unary=15_9.py │ ├── unary=16 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=16_1.py │ │ ├── unary=16_10.py │ │ ├── unary=16_2.py │ │ ├── unary=16_3.py │ │ ├── unary=16_4.py │ │ ├── unary=16_5.py │ │ ├── unary=16_6.py │ │ ├── unary=16_7.py │ │ ├── unary=16_8.py │ │ └── unary=16_9.py │ ├── unary=17 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=17_1.py │ │ ├── unary=17_10.py │ │ ├── unary=17_2.py │ │ ├── unary=17_3.py │ │ ├── unary=17_4.py │ │ ├── unary=17_5.py │ │ ├── unary=17_6.py │ │ ├── unary=17_7.py │ │ ├── unary=17_8.py │ │ └── unary=17_9.py │ ├── unary=18 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=18_1.py │ │ ├── unary=18_10.py │ │ ├── unary=18_2.py │ │ ├── unary=18_3.py │ │ ├── unary=18_4.py │ │ ├── unary=18_5.py │ │ ├── unary=18_6.py │ │ ├── unary=18_7.py │ │ ├── unary=18_8.py │ │ └── unary=18_9.py │ ├── unary=19 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=19_1.py │ │ ├── unary=19_10.py │ │ ├── unary=19_2.py │ │ ├── unary=19_3.py │ │ ├── unary=19_4.py │ │ ├── unary=19_5.py │ │ ├── unary=19_6.py │ │ ├── unary=19_7.py │ │ ├── unary=19_8.py │ │ └── unary=19_9.py │ ├── unary=2 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=2_1.py │ │ ├── unary=2_10.py │ │ ├── unary=2_2.py │ │ ├── unary=2_3.py │ │ ├── unary=2_4.py │ │ ├── unary=2_5.py │ │ ├── unary=2_6.py │ │ ├── unary=2_7.py │ │ ├── unary=2_8.py │ │ └── unary=2_9.py │ ├── unary=20 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=20_1.py │ │ ├── unary=20_10.py │ │ ├── unary=20_2.py │ │ ├── unary=20_3.py │ │ ├── unary=20_4.py │ │ ├── unary=20_5.py │ │ ├── unary=20_6.py │ │ ├── unary=20_7.py │ │ ├── unary=20_8.py │ │ └── unary=20_9.py │ ├── unary=21 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=21_1.py │ │ ├── unary=21_10.py │ │ ├── unary=21_2.py │ │ ├── unary=21_3.py │ │ ├── unary=21_4.py │ │ ├── unary=21_5.py │ │ ├── unary=21_6.py │ │ ├── unary=21_7.py │ │ ├── unary=21_8.py │ │ └── unary=21_9.py │ ├── unary=22 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=22_1.py │ │ ├── unary=22_10.py │ │ ├── unary=22_2.py │ │ ├── unary=22_3.py │ │ ├── unary=22_4.py │ │ ├── unary=22_5.py │ │ ├── unary=22_6.py │ │ ├── unary=22_7.py │ │ ├── unary=22_8.py │ │ └── unary=22_9.py │ ├── unary=23 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=23_1.py │ │ ├── unary=23_10.py │ │ ├── unary=23_2.py │ │ ├── unary=23_3.py │ │ ├── unary=23_4.py │ │ ├── unary=23_5.py │ │ ├── unary=23_6.py │ │ ├── unary=23_7.py │ │ ├── unary=23_8.py │ │ └── unary=23_9.py │ ├── unary=24 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=24_1.py │ │ ├── unary=24_10.py │ │ ├── unary=24_2.py │ │ ├── unary=24_3.py │ │ ├── unary=24_4.py │ │ ├── unary=24_5.py │ │ ├── unary=24_6.py │ │ ├── unary=24_7.py │ │ ├── unary=24_8.py │ │ └── unary=24_9.py │ ├── unary=25 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=25_1.py │ │ ├── unary=25_10.py │ │ ├── unary=25_2.py │ │ ├── unary=25_3.py │ │ ├── unary=25_4.py │ │ ├── unary=25_5.py │ │ ├── unary=25_6.py │ │ ├── unary=25_7.py │ │ ├── unary=25_8.py │ │ └── unary=25_9.py │ ├── unary=26 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=26_1.py │ │ ├── unary=26_10.py │ │ ├── unary=26_2.py │ │ ├── unary=26_3.py │ │ ├── unary=26_4.py │ │ ├── unary=26_5.py │ │ ├── unary=26_6.py │ │ ├── unary=26_7.py │ │ ├── unary=26_8.py │ │ └── unary=26_9.py │ ├── unary=27 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=27_1.py │ │ ├── unary=27_10.py │ │ ├── unary=27_2.py │ │ ├── unary=27_3.py │ │ ├── unary=27_4.py │ │ ├── unary=27_5.py │ │ ├── unary=27_6.py │ │ ├── unary=27_7.py │ │ ├── unary=27_8.py │ │ └── unary=27_9.py │ ├── unary=28 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=28_1.py │ │ ├── unary=28_10.py │ │ ├── unary=28_2.py │ │ ├── unary=28_3.py │ │ ├── unary=28_4.py │ │ ├── unary=28_5.py │ │ ├── unary=28_6.py │ │ ├── unary=28_7.py │ │ ├── unary=28_8.py │ │ └── unary=28_9.py │ ├── unary=29 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=29_1.py │ │ ├── unary=29_10.py │ │ ├── unary=29_2.py │ │ ├── unary=29_3.py │ │ ├── unary=29_4.py │ │ ├── unary=29_5.py │ │ ├── unary=29_6.py │ │ ├── unary=29_7.py │ │ ├── unary=29_8.py │ │ └── unary=29_9.py │ ├── unary=3 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=3_1.py │ │ ├── unary=3_10.py │ │ ├── unary=3_2.py │ │ ├── unary=3_3.py │ │ ├── unary=3_4.py │ │ ├── unary=3_5.py │ │ ├── unary=3_6.py │ │ ├── unary=3_7.py │ │ ├── unary=3_8.py │ │ └── unary=3_9.py │ ├── unary=4 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=4_1.py │ │ ├── unary=4_10.py │ │ ├── unary=4_2.py │ │ ├── unary=4_3.py │ │ ├── unary=4_4.py │ │ ├── unary=4_5.py │ │ ├── unary=4_6.py │ │ ├── unary=4_7.py │ │ ├── unary=4_8.py │ │ └── unary=4_9.py │ ├── unary=5 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=5_1.py │ │ ├── unary=5_10.py │ │ ├── unary=5_2.py │ │ ├── unary=5_3.py │ │ ├── unary=5_4.py │ │ ├── unary=5_5.py │ │ ├── unary=5_6.py │ │ ├── unary=5_7.py │ │ ├── unary=5_8.py │ │ └── unary=5_9.py │ ├── unary=6 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=6_1.py │ │ ├── unary=6_10.py │ │ ├── unary=6_2.py │ │ ├── unary=6_3.py │ │ ├── unary=6_4.py │ │ ├── unary=6_5.py │ │ ├── unary=6_6.py │ │ ├── unary=6_7.py │ │ ├── unary=6_8.py │ │ └── unary=6_9.py │ ├── unary=7 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=7_1.py │ │ ├── unary=7_10.py │ │ ├── unary=7_2.py │ │ ├── unary=7_3.py │ │ ├── unary=7_4.py │ │ ├── unary=7_5.py │ │ ├── unary=7_6.py │ │ ├── unary=7_7.py │ │ ├── unary=7_8.py │ │ └── unary=7_9.py │ ├── unary=8 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=8_1.py │ │ ├── unary=8_10.py │ │ ├── unary=8_2.py │ │ ├── unary=8_3.py │ │ ├── unary=8_4.py │ │ ├── unary=8_5.py │ │ ├── unary=8_6.py │ │ ├── unary=8_7.py │ │ ├── unary=8_8.py │ │ └── unary=8_9.py │ └── unary=9 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=9_1.py │ │ ├── unary=9_10.py │ │ ├── unary=9_2.py │ │ ├── unary=9_3.py │ │ ├── unary=9_4.py │ │ ├── unary=9_5.py │ │ ├── unary=9_6.py │ │ ├── unary=9_7.py │ │ ├── unary=9_8.py │ │ └── unary=9_9.py │ ├── step36-3shot │ ├── addmm │ │ ├── addmm_1.py │ │ ├── addmm_10.py │ │ ├── addmm_2.py │ │ ├── addmm_3.py │ │ ├── addmm_4.py │ │ ├── addmm_5.py │ │ ├── addmm_6.py │ │ ├── addmm_7.py │ │ ├── addmm_8.py │ │ ├── addmm_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── binary=0 │ │ ├── binary=0_1.py │ │ ├── binary=0_10.py │ │ ├── binary=0_2.py │ │ ├── binary=0_3.py │ │ ├── binary=0_4.py │ │ ├── binary=0_5.py │ │ ├── binary=0_6.py │ │ ├── binary=0_7.py │ │ ├── binary=0_8.py │ │ ├── binary=0_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── binary=10 │ │ ├── binary=10_1.py │ │ ├── binary=10_10.py │ │ ├── binary=10_2.py │ │ ├── binary=10_3.py │ │ ├── binary=10_4.py │ │ ├── binary=10_5.py │ │ ├── binary=10_6.py │ │ ├── binary=10_7.py │ │ ├── binary=10_8.py │ │ ├── binary=10_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── binary=2 │ │ ├── binary=2_1.py │ │ ├── binary=2_10.py │ │ ├── binary=2_2.py │ │ ├── binary=2_3.py │ │ ├── binary=2_4.py │ │ ├── binary=2_5.py │ │ ├── binary=2_6.py │ │ ├── binary=2_7.py │ │ ├── binary=2_8.py │ │ ├── binary=2_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── binary=4 │ │ ├── binary=4_1.py │ │ ├── binary=4_10.py │ │ ├── binary=4_2.py │ │ ├── binary=4_3.py │ │ ├── binary=4_4.py │ │ ├── binary=4_5.py │ │ ├── binary=4_6.py │ │ ├── binary=4_7.py │ │ ├── binary=4_8.py │ │ ├── binary=4_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── binary=6 │ │ ├── binary=6_1.py │ │ ├── binary=6_10.py │ │ ├── binary=6_2.py │ │ ├── binary=6_3.py │ │ ├── binary=6_4.py │ │ ├── binary=6_5.py │ │ ├── binary=6_6.py │ │ ├── binary=6_7.py │ │ ├── binary=6_8.py │ │ ├── binary=6_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── binary=8 │ │ ├── binary=8_1.py │ │ ├── binary=8_10.py │ │ ├── binary=8_2.py │ │ ├── binary=8_3.py │ │ ├── binary=8_4.py │ │ ├── binary=8_5.py │ │ ├── binary=8_6.py │ │ ├── binary=8_7.py │ │ ├── binary=8_8.py │ │ ├── binary=8_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── binary_unary=0 │ │ ├── binary_unary=0_1.py │ │ ├── binary_unary=0_10.py │ │ ├── binary_unary=0_2.py │ │ ├── binary_unary=0_3.py │ │ ├── binary_unary=0_4.py │ │ ├── binary_unary=0_5.py │ │ ├── binary_unary=0_6.py │ │ ├── binary_unary=0_7.py │ │ ├── binary_unary=0_8.py │ │ ├── binary_unary=0_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── binary_unary=10 │ │ ├── binary_unary=10_1.py │ │ ├── binary_unary=10_10.py │ │ ├── binary_unary=10_2.py │ │ ├── binary_unary=10_3.py │ │ ├── binary_unary=10_4.py │ │ ├── binary_unary=10_5.py │ │ ├── binary_unary=10_6.py │ │ ├── binary_unary=10_7.py │ │ ├── binary_unary=10_8.py │ │ ├── binary_unary=10_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── binary_unary=2 │ │ ├── binary_unary=2_1.py │ │ ├── binary_unary=2_10.py │ │ ├── binary_unary=2_2.py │ │ ├── binary_unary=2_3.py │ │ ├── binary_unary=2_4.py │ │ ├── binary_unary=2_5.py │ │ ├── binary_unary=2_6.py │ │ ├── binary_unary=2_7.py │ │ ├── binary_unary=2_8.py │ │ ├── binary_unary=2_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── binary_unary=4 │ │ ├── binary_unary=4_1.py │ │ ├── binary_unary=4_10.py │ │ ├── binary_unary=4_2.py │ │ ├── binary_unary=4_3.py │ │ ├── binary_unary=4_4.py │ │ ├── binary_unary=4_5.py │ │ ├── binary_unary=4_6.py │ │ ├── binary_unary=4_7.py │ │ ├── binary_unary=4_8.py │ │ ├── binary_unary=4_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── binary_unary=6 │ │ ├── binary_unary=6_1.py │ │ ├── binary_unary=6_10.py │ │ ├── binary_unary=6_2.py │ │ ├── binary_unary=6_3.py │ │ ├── binary_unary=6_4.py │ │ ├── binary_unary=6_5.py │ │ ├── binary_unary=6_6.py │ │ ├── binary_unary=6_7.py │ │ ├── binary_unary=6_8.py │ │ ├── binary_unary=6_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── binary_unary=8 │ │ ├── binary_unary=8_1.py │ │ ├── binary_unary=8_10.py │ │ ├── binary_unary=8_2.py │ │ ├── binary_unary=8_3.py │ │ ├── binary_unary=8_4.py │ │ ├── binary_unary=8_5.py │ │ ├── binary_unary=8_6.py │ │ ├── binary_unary=8_7.py │ │ ├── binary_unary=8_8.py │ │ ├── binary_unary=8_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── cat_addmm │ │ ├── cat_addmm_1.py │ │ ├── cat_addmm_10.py │ │ ├── cat_addmm_2.py │ │ ├── cat_addmm_3.py │ │ ├── cat_addmm_4.py │ │ ├── cat_addmm_5.py │ │ ├── cat_addmm_6.py │ │ ├── cat_addmm_7.py │ │ ├── cat_addmm_8.py │ │ ├── cat_addmm_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── cat_mm │ │ ├── cat_mm_1.py │ │ ├── cat_mm_10.py │ │ ├── cat_mm_2.py │ │ ├── cat_mm_3.py │ │ ├── cat_mm_4.py │ │ ├── cat_mm_5.py │ │ ├── cat_mm_6.py │ │ ├── cat_mm_7.py │ │ ├── cat_mm_8.py │ │ ├── cat_mm_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── cat_slice_cat │ │ ├── cat_slice_cat_1.py │ │ ├── cat_slice_cat_10.py │ │ ├── cat_slice_cat_2.py │ │ ├── cat_slice_cat_3.py │ │ ├── cat_slice_cat_4.py │ │ ├── cat_slice_cat_5.py │ │ ├── cat_slice_cat_6.py │ │ ├── cat_slice_cat_7.py │ │ ├── cat_slice_cat_8.py │ │ ├── cat_slice_cat_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── fuse_conv_bn │ │ ├── fuse_conv_bn_1.py │ │ ├── fuse_conv_bn_10.py │ │ ├── fuse_conv_bn_2.py │ │ ├── fuse_conv_bn_3.py │ │ ├── fuse_conv_bn_4.py │ │ ├── fuse_conv_bn_5.py │ │ ├── fuse_conv_bn_6.py │ │ ├── fuse_conv_bn_7.py │ │ ├── fuse_conv_bn_8.py │ │ ├── fuse_conv_bn_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── linear_permute_fusion │ │ ├── linear_permute_fusion_1.py │ │ ├── linear_permute_fusion_10.py │ │ ├── linear_permute_fusion_2.py │ │ ├── linear_permute_fusion_3.py │ │ ├── linear_permute_fusion_4.py │ │ ├── linear_permute_fusion_5.py │ │ ├── linear_permute_fusion_6.py │ │ ├── linear_permute_fusion_7.py │ │ ├── linear_permute_fusion_8.py │ │ ├── linear_permute_fusion_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── mm_plus_mm │ │ ├── mm_plus_mm_1.py │ │ ├── mm_plus_mm_10.py │ │ ├── mm_plus_mm_2.py │ │ ├── mm_plus_mm_3.py │ │ ├── mm_plus_mm_4.py │ │ ├── mm_plus_mm_5.py │ │ ├── mm_plus_mm_6.py │ │ ├── mm_plus_mm_7.py │ │ ├── mm_plus_mm_8.py │ │ ├── mm_plus_mm_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── outputs.json │ ├── permute_linear_fusion │ │ ├── permute_linear_fusion_1.py │ │ ├── permute_linear_fusion_10.py │ │ ├── permute_linear_fusion_2.py │ │ ├── permute_linear_fusion_3.py │ │ ├── permute_linear_fusion_4.py │ │ ├── permute_linear_fusion_5.py │ │ ├── permute_linear_fusion_6.py │ │ ├── permute_linear_fusion_7.py │ │ ├── permute_linear_fusion_8.py │ │ ├── permute_linear_fusion_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── permute_matmul_fusion │ │ ├── permute_matmul_fusion_1.py │ │ ├── permute_matmul_fusion_10.py │ │ ├── permute_matmul_fusion_2.py │ │ ├── permute_matmul_fusion_3.py │ │ ├── permute_matmul_fusion_4.py │ │ ├── permute_matmul_fusion_5.py │ │ ├── permute_matmul_fusion_6.py │ │ ├── permute_matmul_fusion_7.py │ │ ├── permute_matmul_fusion_8.py │ │ ├── permute_matmul_fusion_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── pointless_cumsum_replacement │ │ ├── pointless_cumsum_replacement_1.py │ │ ├── pointless_cumsum_replacement_10.py │ │ ├── pointless_cumsum_replacement_2.py │ │ ├── pointless_cumsum_replacement_3.py │ │ ├── pointless_cumsum_replacement_4.py │ │ ├── pointless_cumsum_replacement_5.py │ │ ├── pointless_cumsum_replacement_6.py │ │ ├── pointless_cumsum_replacement_7.py │ │ ├── pointless_cumsum_replacement_8.py │ │ ├── pointless_cumsum_replacement_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── replace_fx │ │ ├── prompt.txt │ │ ├── replace_fx_1.py │ │ ├── replace_fx_10.py │ │ ├── replace_fx_2.py │ │ ├── replace_fx_3.py │ │ ├── replace_fx_4.py │ │ ├── replace_fx_5.py │ │ ├── replace_fx_6.py │ │ ├── replace_fx_7.py │ │ ├── replace_fx_8.py │ │ ├── replace_fx_9.py │ │ └── time.txt │ ├── sfdp=0 │ │ ├── prompt.txt │ │ ├── sfdp=0_1.py │ │ ├── sfdp=0_10.py │ │ ├── sfdp=0_2.py │ │ ├── sfdp=0_3.py │ │ ├── sfdp=0_4.py │ │ ├── sfdp=0_5.py │ │ ├── sfdp=0_6.py │ │ ├── sfdp=0_7.py │ │ ├── sfdp=0_8.py │ │ ├── sfdp=0_9.py │ │ └── time.txt │ ├── sfdp=1 │ │ ├── prompt.txt │ │ ├── sfdp=1_1.py │ │ ├── sfdp=1_10.py │ │ ├── sfdp=1_2.py │ │ ├── sfdp=1_3.py │ │ ├── sfdp=1_4.py │ │ ├── sfdp=1_5.py │ │ ├── sfdp=1_6.py │ │ ├── sfdp=1_7.py │ │ ├── sfdp=1_8.py │ │ ├── sfdp=1_9.py │ │ └── time.txt │ ├── sfdp=2 │ │ ├── prompt.txt │ │ ├── sfdp=2_1.py │ │ ├── sfdp=2_10.py │ │ ├── sfdp=2_2.py │ │ ├── sfdp=2_3.py │ │ ├── sfdp=2_4.py │ │ ├── sfdp=2_5.py │ │ ├── sfdp=2_6.py │ │ ├── sfdp=2_7.py │ │ ├── sfdp=2_8.py │ │ ├── sfdp=2_9.py │ │ └── time.txt │ ├── sfdp=3 │ │ ├── prompt.txt │ │ ├── sfdp=3_1.py │ │ ├── sfdp=3_10.py │ │ ├── sfdp=3_2.py │ │ ├── sfdp=3_3.py │ │ ├── sfdp=3_4.py │ │ ├── sfdp=3_5.py │ │ ├── sfdp=3_6.py │ │ ├── sfdp=3_7.py │ │ ├── sfdp=3_8.py │ │ ├── sfdp=3_9.py │ │ └── time.txt │ ├── sfdp=4 │ │ ├── prompt.txt │ │ ├── sfdp=4_1.py │ │ ├── sfdp=4_10.py │ │ ├── sfdp=4_2.py │ │ ├── sfdp=4_3.py │ │ ├── sfdp=4_4.py │ │ ├── sfdp=4_5.py │ │ ├── sfdp=4_6.py │ │ ├── sfdp=4_7.py │ │ ├── sfdp=4_8.py │ │ ├── sfdp=4_9.py │ │ └── time.txt │ ├── sfdp=5 │ │ ├── prompt.txt │ │ ├── sfdp=5_1.py │ │ ├── sfdp=5_10.py │ │ ├── sfdp=5_2.py │ │ ├── sfdp=5_3.py │ │ ├── sfdp=5_4.py │ │ ├── sfdp=5_5.py │ │ ├── sfdp=5_6.py │ │ ├── sfdp=5_7.py │ │ ├── sfdp=5_8.py │ │ ├── sfdp=5_9.py │ │ └── time.txt │ ├── sink_cat_after_pointwise │ │ ├── prompt.txt │ │ ├── sink_cat_after_pointwise_1.py │ │ ├── sink_cat_after_pointwise_10.py │ │ ├── sink_cat_after_pointwise_2.py │ │ ├── sink_cat_after_pointwise_3.py │ │ ├── sink_cat_after_pointwise_4.py │ │ ├── sink_cat_after_pointwise_5.py │ │ ├── sink_cat_after_pointwise_6.py │ │ ├── sink_cat_after_pointwise_7.py │ │ ├── sink_cat_after_pointwise_8.py │ │ ├── sink_cat_after_pointwise_9.py │ │ └── time.txt │ ├── splitwithsizes_cat_replace │ │ ├── prompt.txt │ │ ├── splitwithsizes_cat_replace_1.py │ │ ├── splitwithsizes_cat_replace_10.py │ │ ├── splitwithsizes_cat_replace_2.py │ │ ├── splitwithsizes_cat_replace_3.py │ │ ├── splitwithsizes_cat_replace_4.py │ │ ├── splitwithsizes_cat_replace_5.py │ │ ├── splitwithsizes_cat_replace_6.py │ │ ├── splitwithsizes_cat_replace_7.py │ │ ├── splitwithsizes_cat_replace_8.py │ │ ├── splitwithsizes_cat_replace_9.py │ │ └── time.txt │ ├── unary=0 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=0_1.py │ │ ├── unary=0_10.py │ │ ├── unary=0_2.py │ │ ├── unary=0_3.py │ │ ├── unary=0_4.py │ │ ├── unary=0_5.py │ │ ├── unary=0_6.py │ │ ├── unary=0_7.py │ │ ├── unary=0_8.py │ │ └── unary=0_9.py │ ├── unary=1 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=1_1.py │ │ ├── unary=1_10.py │ │ ├── unary=1_2.py │ │ ├── unary=1_3.py │ │ ├── unary=1_4.py │ │ ├── unary=1_5.py │ │ ├── unary=1_6.py │ │ ├── unary=1_7.py │ │ ├── unary=1_8.py │ │ └── unary=1_9.py │ ├── unary=10 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=10_1.py │ │ ├── unary=10_10.py │ │ ├── unary=10_2.py │ │ ├── unary=10_3.py │ │ ├── unary=10_4.py │ │ ├── unary=10_5.py │ │ ├── unary=10_6.py │ │ ├── unary=10_7.py │ │ ├── unary=10_8.py │ │ └── unary=10_9.py │ ├── unary=11 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=11_1.py │ │ ├── unary=11_10.py │ │ ├── unary=11_2.py │ │ ├── unary=11_3.py │ │ ├── unary=11_4.py │ │ ├── unary=11_5.py │ │ ├── unary=11_6.py │ │ ├── unary=11_7.py │ │ ├── unary=11_8.py │ │ └── unary=11_9.py │ ├── unary=12 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=12_1.py │ │ ├── unary=12_10.py │ │ ├── unary=12_2.py │ │ ├── unary=12_3.py │ │ ├── unary=12_4.py │ │ ├── unary=12_5.py │ │ ├── unary=12_6.py │ │ ├── unary=12_7.py │ │ ├── unary=12_8.py │ │ └── unary=12_9.py │ ├── unary=13 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=13_1.py │ │ ├── unary=13_10.py │ │ ├── unary=13_2.py │ │ ├── unary=13_3.py │ │ ├── unary=13_4.py │ │ ├── unary=13_5.py │ │ ├── unary=13_6.py │ │ ├── unary=13_7.py │ │ ├── unary=13_8.py │ │ └── unary=13_9.py │ ├── unary=14 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=14_1.py │ │ ├── unary=14_10.py │ │ ├── unary=14_2.py │ │ ├── unary=14_3.py │ │ ├── unary=14_4.py │ │ ├── unary=14_5.py │ │ ├── unary=14_6.py │ │ ├── unary=14_7.py │ │ ├── unary=14_8.py │ │ └── unary=14_9.py │ ├── unary=15 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=15_1.py │ │ ├── unary=15_10.py │ │ ├── unary=15_2.py │ │ ├── unary=15_3.py │ │ ├── unary=15_4.py │ │ ├── unary=15_5.py │ │ ├── unary=15_6.py │ │ ├── unary=15_7.py │ │ ├── unary=15_8.py │ │ └── unary=15_9.py │ ├── unary=16 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=16_1.py │ │ ├── unary=16_10.py │ │ ├── unary=16_2.py │ │ ├── unary=16_3.py │ │ ├── unary=16_4.py │ │ ├── unary=16_5.py │ │ ├── unary=16_6.py │ │ ├── unary=16_7.py │ │ ├── unary=16_8.py │ │ └── unary=16_9.py │ ├── unary=17 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=17_1.py │ │ ├── unary=17_10.py │ │ ├── unary=17_2.py │ │ ├── unary=17_3.py │ │ ├── unary=17_4.py │ │ ├── unary=17_5.py │ │ ├── unary=17_6.py │ │ ├── unary=17_7.py │ │ ├── unary=17_8.py │ │ └── unary=17_9.py │ ├── unary=18 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=18_1.py │ │ ├── unary=18_10.py │ │ ├── unary=18_2.py │ │ ├── unary=18_3.py │ │ ├── unary=18_4.py │ │ ├── unary=18_5.py │ │ ├── unary=18_6.py │ │ ├── unary=18_7.py │ │ ├── unary=18_8.py │ │ └── unary=18_9.py │ ├── unary=19 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=19_1.py │ │ ├── unary=19_10.py │ │ ├── unary=19_2.py │ │ ├── unary=19_3.py │ │ ├── unary=19_4.py │ │ ├── unary=19_5.py │ │ ├── unary=19_6.py │ │ ├── unary=19_7.py │ │ ├── unary=19_8.py │ │ └── unary=19_9.py │ ├── unary=2 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=2_1.py │ │ ├── unary=2_10.py │ │ ├── unary=2_2.py │ │ ├── unary=2_3.py │ │ ├── unary=2_4.py │ │ ├── unary=2_5.py │ │ ├── unary=2_6.py │ │ ├── unary=2_7.py │ │ ├── unary=2_8.py │ │ └── unary=2_9.py │ ├── unary=20 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=20_1.py │ │ ├── unary=20_10.py │ │ ├── unary=20_2.py │ │ ├── unary=20_3.py │ │ ├── unary=20_4.py │ │ ├── unary=20_5.py │ │ ├── unary=20_6.py │ │ ├── unary=20_7.py │ │ ├── unary=20_8.py │ │ └── unary=20_9.py │ ├── unary=21 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=21_1.py │ │ ├── unary=21_10.py │ │ ├── unary=21_2.py │ │ ├── unary=21_3.py │ │ ├── unary=21_4.py │ │ ├── unary=21_5.py │ │ ├── unary=21_6.py │ │ ├── unary=21_7.py │ │ ├── unary=21_8.py │ │ └── unary=21_9.py │ ├── unary=22 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=22_1.py │ │ ├── unary=22_10.py │ │ ├── unary=22_2.py │ │ ├── unary=22_3.py │ │ ├── unary=22_4.py │ │ ├── unary=22_5.py │ │ ├── unary=22_6.py │ │ ├── unary=22_7.py │ │ ├── unary=22_8.py │ │ └── unary=22_9.py │ ├── unary=23 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=23_1.py │ │ ├── unary=23_10.py │ │ ├── unary=23_2.py │ │ ├── unary=23_3.py │ │ ├── unary=23_4.py │ │ ├── unary=23_5.py │ │ ├── unary=23_6.py │ │ ├── unary=23_7.py │ │ ├── unary=23_8.py │ │ └── unary=23_9.py │ ├── unary=24 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=24_1.py │ │ ├── unary=24_10.py │ │ ├── unary=24_2.py │ │ ├── unary=24_3.py │ │ ├── unary=24_4.py │ │ ├── unary=24_5.py │ │ ├── unary=24_6.py │ │ ├── unary=24_7.py │ │ ├── unary=24_8.py │ │ └── unary=24_9.py │ ├── unary=25 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=25_1.py │ │ ├── unary=25_10.py │ │ ├── unary=25_2.py │ │ ├── unary=25_3.py │ │ ├── unary=25_4.py │ │ ├── unary=25_5.py │ │ ├── unary=25_6.py │ │ ├── unary=25_7.py │ │ ├── unary=25_8.py │ │ └── unary=25_9.py │ ├── unary=26 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=26_1.py │ │ ├── unary=26_10.py │ │ ├── unary=26_2.py │ │ ├── unary=26_3.py │ │ ├── unary=26_4.py │ │ ├── unary=26_5.py │ │ ├── unary=26_6.py │ │ ├── unary=26_7.py │ │ ├── unary=26_8.py │ │ └── unary=26_9.py │ ├── unary=27 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=27_1.py │ │ ├── unary=27_10.py │ │ ├── unary=27_2.py │ │ ├── unary=27_3.py │ │ ├── unary=27_4.py │ │ ├── unary=27_5.py │ │ ├── unary=27_6.py │ │ ├── unary=27_7.py │ │ ├── unary=27_8.py │ │ └── unary=27_9.py │ ├── unary=28 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=28_1.py │ │ ├── unary=28_10.py │ │ ├── unary=28_2.py │ │ ├── unary=28_3.py │ │ ├── unary=28_4.py │ │ ├── unary=28_5.py │ │ ├── unary=28_6.py │ │ ├── unary=28_7.py │ │ ├── unary=28_8.py │ │ └── unary=28_9.py │ ├── unary=29 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=29_1.py │ │ ├── unary=29_10.py │ │ ├── unary=29_2.py │ │ ├── unary=29_3.py │ │ ├── unary=29_4.py │ │ ├── unary=29_5.py │ │ ├── unary=29_6.py │ │ ├── unary=29_7.py │ │ ├── unary=29_8.py │ │ └── unary=29_9.py │ ├── unary=3 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=3_1.py │ │ ├── unary=3_10.py │ │ ├── unary=3_2.py │ │ ├── unary=3_3.py │ │ ├── unary=3_4.py │ │ ├── unary=3_5.py │ │ ├── unary=3_6.py │ │ ├── unary=3_7.py │ │ ├── unary=3_8.py │ │ └── unary=3_9.py │ ├── unary=4 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=4_1.py │ │ ├── unary=4_10.py │ │ ├── unary=4_2.py │ │ ├── unary=4_3.py │ │ ├── unary=4_4.py │ │ ├── unary=4_5.py │ │ ├── unary=4_6.py │ │ ├── unary=4_7.py │ │ ├── unary=4_8.py │ │ └── unary=4_9.py │ ├── unary=5 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=5_1.py │ │ ├── unary=5_10.py │ │ ├── unary=5_2.py │ │ ├── unary=5_3.py │ │ ├── unary=5_4.py │ │ ├── unary=5_5.py │ │ ├── unary=5_6.py │ │ ├── unary=5_7.py │ │ ├── unary=5_8.py │ │ └── unary=5_9.py │ ├── unary=6 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=6_1.py │ │ ├── unary=6_10.py │ │ ├── unary=6_2.py │ │ ├── unary=6_3.py │ │ ├── unary=6_4.py │ │ ├── unary=6_5.py │ │ ├── unary=6_6.py │ │ ├── unary=6_7.py │ │ ├── unary=6_8.py │ │ └── unary=6_9.py │ ├── unary=7 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=7_1.py │ │ ├── unary=7_10.py │ │ ├── unary=7_2.py │ │ ├── unary=7_3.py │ │ ├── unary=7_4.py │ │ ├── unary=7_5.py │ │ ├── unary=7_6.py │ │ ├── unary=7_7.py │ │ ├── unary=7_8.py │ │ └── unary=7_9.py │ ├── unary=8 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=8_1.py │ │ ├── unary=8_10.py │ │ ├── unary=8_2.py │ │ ├── unary=8_3.py │ │ ├── unary=8_4.py │ │ ├── unary=8_5.py │ │ ├── unary=8_6.py │ │ ├── unary=8_7.py │ │ ├── unary=8_8.py │ │ └── unary=8_9.py │ └── unary=9 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=9_1.py │ │ ├── unary=9_10.py │ │ ├── unary=9_2.py │ │ ├── unary=9_3.py │ │ ├── unary=9_4.py │ │ ├── unary=9_5.py │ │ ├── unary=9_6.py │ │ ├── unary=9_7.py │ │ ├── unary=9_8.py │ │ └── unary=9_9.py │ ├── step37-3shot │ ├── addmm │ │ ├── addmm_1.py │ │ ├── addmm_10.py │ │ ├── addmm_2.py │ │ ├── addmm_3.py │ │ ├── addmm_4.py │ │ ├── addmm_5.py │ │ ├── addmm_6.py │ │ ├── addmm_7.py │ │ ├── addmm_8.py │ │ ├── addmm_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── binary=0 │ │ ├── binary=0_1.py │ │ ├── binary=0_10.py │ │ ├── binary=0_2.py │ │ ├── binary=0_3.py │ │ ├── binary=0_4.py │ │ ├── binary=0_5.py │ │ ├── binary=0_6.py │ │ ├── binary=0_7.py │ │ ├── binary=0_8.py │ │ ├── binary=0_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── binary=10 │ │ ├── binary=10_1.py │ │ ├── binary=10_10.py │ │ ├── binary=10_2.py │ │ ├── binary=10_3.py │ │ ├── binary=10_4.py │ │ ├── binary=10_5.py │ │ ├── binary=10_6.py │ │ ├── binary=10_7.py │ │ ├── binary=10_8.py │ │ ├── binary=10_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── binary=2 │ │ ├── binary=2_1.py │ │ ├── binary=2_10.py │ │ ├── binary=2_2.py │ │ ├── binary=2_3.py │ │ ├── binary=2_4.py │ │ ├── binary=2_5.py │ │ ├── binary=2_6.py │ │ ├── binary=2_7.py │ │ ├── binary=2_8.py │ │ ├── binary=2_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── binary=4 │ │ ├── binary=4_1.py │ │ ├── binary=4_10.py │ │ ├── binary=4_2.py │ │ ├── binary=4_3.py │ │ ├── binary=4_4.py │ │ ├── binary=4_5.py │ │ ├── binary=4_6.py │ │ ├── binary=4_7.py │ │ ├── binary=4_8.py │ │ ├── binary=4_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── binary=6 │ │ ├── binary=6_1.py │ │ ├── binary=6_10.py │ │ ├── binary=6_2.py │ │ ├── binary=6_3.py │ │ ├── binary=6_4.py │ │ ├── binary=6_5.py │ │ ├── binary=6_6.py │ │ ├── binary=6_7.py │ │ ├── binary=6_8.py │ │ ├── binary=6_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── binary=8 │ │ ├── binary=8_1.py │ │ ├── binary=8_10.py │ │ ├── binary=8_2.py │ │ ├── binary=8_3.py │ │ ├── binary=8_4.py │ │ ├── binary=8_5.py │ │ ├── binary=8_6.py │ │ ├── binary=8_7.py │ │ ├── binary=8_8.py │ │ ├── binary=8_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── binary_unary=0 │ │ ├── binary_unary=0_1.py │ │ ├── binary_unary=0_10.py │ │ ├── binary_unary=0_2.py │ │ ├── binary_unary=0_3.py │ │ ├── binary_unary=0_4.py │ │ ├── binary_unary=0_5.py │ │ ├── binary_unary=0_6.py │ │ ├── binary_unary=0_7.py │ │ ├── binary_unary=0_8.py │ │ ├── binary_unary=0_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── binary_unary=10 │ │ ├── binary_unary=10_1.py │ │ ├── binary_unary=10_10.py │ │ ├── binary_unary=10_2.py │ │ ├── binary_unary=10_3.py │ │ ├── binary_unary=10_4.py │ │ ├── binary_unary=10_5.py │ │ ├── binary_unary=10_6.py │ │ ├── binary_unary=10_7.py │ │ ├── binary_unary=10_8.py │ │ ├── binary_unary=10_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── binary_unary=2 │ │ ├── binary_unary=2_1.py │ │ ├── binary_unary=2_10.py │ │ ├── binary_unary=2_2.py │ │ ├── binary_unary=2_3.py │ │ ├── binary_unary=2_4.py │ │ ├── binary_unary=2_5.py │ │ ├── binary_unary=2_6.py │ │ ├── binary_unary=2_7.py │ │ ├── binary_unary=2_8.py │ │ ├── binary_unary=2_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── binary_unary=4 │ │ ├── binary_unary=4_1.py │ │ ├── binary_unary=4_10.py │ │ ├── binary_unary=4_2.py │ │ ├── binary_unary=4_3.py │ │ ├── binary_unary=4_4.py │ │ ├── binary_unary=4_5.py │ │ ├── binary_unary=4_6.py │ │ ├── binary_unary=4_7.py │ │ ├── binary_unary=4_8.py │ │ ├── binary_unary=4_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── binary_unary=6 │ │ ├── binary_unary=6_1.py │ │ ├── binary_unary=6_10.py │ │ ├── binary_unary=6_2.py │ │ ├── binary_unary=6_3.py │ │ ├── binary_unary=6_4.py │ │ ├── binary_unary=6_5.py │ │ ├── binary_unary=6_6.py │ │ ├── binary_unary=6_7.py │ │ ├── binary_unary=6_8.py │ │ ├── binary_unary=6_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── binary_unary=8 │ │ ├── binary_unary=8_1.py │ │ ├── binary_unary=8_10.py │ │ ├── binary_unary=8_2.py │ │ ├── binary_unary=8_3.py │ │ ├── binary_unary=8_4.py │ │ ├── binary_unary=8_5.py │ │ ├── binary_unary=8_6.py │ │ ├── binary_unary=8_7.py │ │ ├── binary_unary=8_8.py │ │ ├── binary_unary=8_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── cat_addmm │ │ ├── cat_addmm_1.py │ │ ├── cat_addmm_10.py │ │ ├── cat_addmm_2.py │ │ ├── cat_addmm_3.py │ │ ├── cat_addmm_4.py │ │ ├── cat_addmm_5.py │ │ ├── cat_addmm_6.py │ │ ├── cat_addmm_7.py │ │ ├── cat_addmm_8.py │ │ ├── cat_addmm_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── cat_mm │ │ ├── cat_mm_1.py │ │ ├── cat_mm_10.py │ │ ├── cat_mm_2.py │ │ ├── cat_mm_3.py │ │ ├── cat_mm_4.py │ │ ├── cat_mm_5.py │ │ ├── cat_mm_6.py │ │ ├── cat_mm_7.py │ │ ├── cat_mm_8.py │ │ ├── cat_mm_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── cat_slice_cat │ │ ├── cat_slice_cat_1.py │ │ ├── cat_slice_cat_10.py │ │ ├── cat_slice_cat_2.py │ │ ├── cat_slice_cat_3.py │ │ ├── cat_slice_cat_4.py │ │ ├── cat_slice_cat_5.py │ │ ├── cat_slice_cat_6.py │ │ ├── cat_slice_cat_7.py │ │ ├── cat_slice_cat_8.py │ │ ├── cat_slice_cat_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── fuse_conv_bn │ │ ├── fuse_conv_bn_1.py │ │ ├── fuse_conv_bn_10.py │ │ ├── fuse_conv_bn_2.py │ │ ├── fuse_conv_bn_3.py │ │ ├── fuse_conv_bn_4.py │ │ ├── fuse_conv_bn_5.py │ │ ├── fuse_conv_bn_6.py │ │ ├── fuse_conv_bn_7.py │ │ ├── fuse_conv_bn_8.py │ │ ├── fuse_conv_bn_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── linear_permute_fusion │ │ ├── linear_permute_fusion_1.py │ │ ├── linear_permute_fusion_10.py │ │ ├── linear_permute_fusion_2.py │ │ ├── linear_permute_fusion_3.py │ │ ├── linear_permute_fusion_4.py │ │ ├── linear_permute_fusion_5.py │ │ ├── linear_permute_fusion_6.py │ │ ├── linear_permute_fusion_7.py │ │ ├── linear_permute_fusion_8.py │ │ ├── linear_permute_fusion_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── mm_plus_mm │ │ ├── mm_plus_mm_1.py │ │ ├── mm_plus_mm_10.py │ │ ├── mm_plus_mm_2.py │ │ ├── mm_plus_mm_3.py │ │ ├── mm_plus_mm_4.py │ │ ├── mm_plus_mm_5.py │ │ ├── mm_plus_mm_6.py │ │ ├── mm_plus_mm_7.py │ │ ├── mm_plus_mm_8.py │ │ ├── mm_plus_mm_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── outputs.json │ ├── permute_linear_fusion │ │ ├── permute_linear_fusion_1.py │ │ ├── permute_linear_fusion_10.py │ │ ├── permute_linear_fusion_2.py │ │ ├── permute_linear_fusion_3.py │ │ ├── permute_linear_fusion_4.py │ │ ├── permute_linear_fusion_5.py │ │ ├── permute_linear_fusion_6.py │ │ ├── permute_linear_fusion_7.py │ │ ├── permute_linear_fusion_8.py │ │ ├── permute_linear_fusion_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── permute_matmul_fusion │ │ ├── permute_matmul_fusion_1.py │ │ ├── permute_matmul_fusion_10.py │ │ ├── permute_matmul_fusion_2.py │ │ ├── permute_matmul_fusion_3.py │ │ ├── permute_matmul_fusion_4.py │ │ ├── permute_matmul_fusion_5.py │ │ ├── permute_matmul_fusion_6.py │ │ ├── permute_matmul_fusion_7.py │ │ ├── permute_matmul_fusion_8.py │ │ ├── permute_matmul_fusion_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── pointless_cumsum_replacement │ │ ├── pointless_cumsum_replacement_1.py │ │ ├── pointless_cumsum_replacement_10.py │ │ ├── pointless_cumsum_replacement_2.py │ │ ├── pointless_cumsum_replacement_3.py │ │ ├── pointless_cumsum_replacement_4.py │ │ ├── pointless_cumsum_replacement_5.py │ │ ├── pointless_cumsum_replacement_6.py │ │ ├── pointless_cumsum_replacement_7.py │ │ ├── pointless_cumsum_replacement_8.py │ │ ├── pointless_cumsum_replacement_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── replace_fx │ │ ├── prompt.txt │ │ ├── replace_fx_1.py │ │ ├── replace_fx_10.py │ │ ├── replace_fx_2.py │ │ ├── replace_fx_3.py │ │ ├── replace_fx_4.py │ │ ├── replace_fx_5.py │ │ ├── replace_fx_6.py │ │ ├── replace_fx_7.py │ │ ├── replace_fx_8.py │ │ ├── replace_fx_9.py │ │ └── time.txt │ ├── sfdp=0 │ │ ├── prompt.txt │ │ ├── sfdp=0_1.py │ │ ├── sfdp=0_10.py │ │ ├── sfdp=0_2.py │ │ ├── sfdp=0_3.py │ │ ├── sfdp=0_4.py │ │ ├── sfdp=0_5.py │ │ ├── sfdp=0_6.py │ │ ├── sfdp=0_7.py │ │ ├── sfdp=0_8.py │ │ ├── sfdp=0_9.py │ │ └── time.txt │ ├── sfdp=1 │ │ ├── prompt.txt │ │ ├── sfdp=1_1.py │ │ ├── sfdp=1_10.py │ │ ├── sfdp=1_2.py │ │ ├── sfdp=1_3.py │ │ ├── sfdp=1_4.py │ │ ├── sfdp=1_5.py │ │ ├── sfdp=1_6.py │ │ ├── sfdp=1_7.py │ │ ├── sfdp=1_8.py │ │ ├── sfdp=1_9.py │ │ └── time.txt │ ├── sfdp=2 │ │ ├── prompt.txt │ │ ├── sfdp=2_1.py │ │ ├── sfdp=2_10.py │ │ ├── sfdp=2_2.py │ │ ├── sfdp=2_3.py │ │ ├── sfdp=2_4.py │ │ ├── sfdp=2_5.py │ │ ├── sfdp=2_6.py │ │ ├── sfdp=2_7.py │ │ ├── sfdp=2_8.py │ │ ├── sfdp=2_9.py │ │ └── time.txt │ ├── sfdp=3 │ │ ├── prompt.txt │ │ ├── sfdp=3_1.py │ │ ├── sfdp=3_10.py │ │ ├── sfdp=3_2.py │ │ ├── sfdp=3_3.py │ │ ├── sfdp=3_4.py │ │ ├── sfdp=3_5.py │ │ ├── sfdp=3_6.py │ │ ├── sfdp=3_7.py │ │ ├── sfdp=3_8.py │ │ ├── sfdp=3_9.py │ │ └── time.txt │ ├── sfdp=4 │ │ ├── prompt.txt │ │ ├── sfdp=4_1.py │ │ ├── sfdp=4_10.py │ │ ├── sfdp=4_2.py │ │ ├── sfdp=4_3.py │ │ ├── sfdp=4_4.py │ │ ├── sfdp=4_5.py │ │ ├── sfdp=4_6.py │ │ ├── sfdp=4_7.py │ │ ├── sfdp=4_8.py │ │ ├── sfdp=4_9.py │ │ └── time.txt │ ├── sfdp=5 │ │ ├── prompt.txt │ │ ├── sfdp=5_1.py │ │ ├── sfdp=5_10.py │ │ ├── sfdp=5_2.py │ │ ├── sfdp=5_3.py │ │ ├── sfdp=5_4.py │ │ ├── sfdp=5_5.py │ │ ├── sfdp=5_6.py │ │ ├── sfdp=5_7.py │ │ ├── sfdp=5_8.py │ │ ├── sfdp=5_9.py │ │ └── time.txt │ ├── sink_cat_after_pointwise │ │ ├── prompt.txt │ │ ├── sink_cat_after_pointwise_1.py │ │ ├── sink_cat_after_pointwise_10.py │ │ ├── sink_cat_after_pointwise_2.py │ │ ├── sink_cat_after_pointwise_3.py │ │ ├── sink_cat_after_pointwise_4.py │ │ ├── sink_cat_after_pointwise_5.py │ │ ├── sink_cat_after_pointwise_6.py │ │ ├── sink_cat_after_pointwise_7.py │ │ ├── sink_cat_after_pointwise_8.py │ │ ├── sink_cat_after_pointwise_9.py │ │ └── time.txt │ ├── splitwithsizes_cat_replace │ │ ├── prompt.txt │ │ ├── splitwithsizes_cat_replace_1.py │ │ ├── splitwithsizes_cat_replace_10.py │ │ ├── splitwithsizes_cat_replace_2.py │ │ ├── splitwithsizes_cat_replace_3.py │ │ ├── splitwithsizes_cat_replace_4.py │ │ ├── splitwithsizes_cat_replace_5.py │ │ ├── splitwithsizes_cat_replace_6.py │ │ ├── splitwithsizes_cat_replace_7.py │ │ ├── splitwithsizes_cat_replace_8.py │ │ ├── splitwithsizes_cat_replace_9.py │ │ └── time.txt │ ├── unary=0 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=0_1.py │ │ ├── unary=0_10.py │ │ ├── unary=0_2.py │ │ ├── unary=0_3.py │ │ ├── unary=0_4.py │ │ ├── unary=0_5.py │ │ ├── unary=0_6.py │ │ ├── unary=0_7.py │ │ ├── unary=0_8.py │ │ └── unary=0_9.py │ ├── unary=1 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=1_1.py │ │ ├── unary=1_10.py │ │ ├── unary=1_2.py │ │ ├── unary=1_3.py │ │ ├── unary=1_4.py │ │ ├── unary=1_5.py │ │ ├── unary=1_6.py │ │ ├── unary=1_7.py │ │ ├── unary=1_8.py │ │ └── unary=1_9.py │ ├── unary=10 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=10_1.py │ │ ├── unary=10_10.py │ │ ├── unary=10_2.py │ │ ├── unary=10_3.py │ │ ├── unary=10_4.py │ │ ├── unary=10_5.py │ │ ├── unary=10_6.py │ │ ├── unary=10_7.py │ │ ├── unary=10_8.py │ │ └── unary=10_9.py │ ├── unary=11 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=11_1.py │ │ ├── unary=11_10.py │ │ ├── unary=11_2.py │ │ ├── unary=11_3.py │ │ ├── unary=11_4.py │ │ ├── unary=11_5.py │ │ ├── unary=11_6.py │ │ ├── unary=11_7.py │ │ ├── unary=11_8.py │ │ └── unary=11_9.py │ ├── unary=12 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=12_1.py │ │ ├── unary=12_10.py │ │ ├── unary=12_2.py │ │ ├── unary=12_3.py │ │ ├── unary=12_4.py │ │ ├── unary=12_5.py │ │ ├── unary=12_6.py │ │ ├── unary=12_7.py │ │ ├── unary=12_8.py │ │ └── unary=12_9.py │ ├── unary=13 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=13_1.py │ │ ├── unary=13_10.py │ │ ├── unary=13_2.py │ │ ├── unary=13_3.py │ │ ├── unary=13_4.py │ │ ├── unary=13_5.py │ │ ├── unary=13_6.py │ │ ├── unary=13_7.py │ │ ├── unary=13_8.py │ │ └── unary=13_9.py │ ├── unary=14 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=14_1.py │ │ ├── unary=14_10.py │ │ ├── unary=14_2.py │ │ ├── unary=14_3.py │ │ ├── unary=14_4.py │ │ ├── unary=14_5.py │ │ ├── unary=14_6.py │ │ ├── unary=14_7.py │ │ ├── unary=14_8.py │ │ └── unary=14_9.py │ ├── unary=15 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=15_1.py │ │ ├── unary=15_10.py │ │ ├── unary=15_2.py │ │ ├── unary=15_3.py │ │ ├── unary=15_4.py │ │ ├── unary=15_5.py │ │ ├── unary=15_6.py │ │ ├── unary=15_7.py │ │ ├── unary=15_8.py │ │ └── unary=15_9.py │ ├── unary=16 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=16_1.py │ │ ├── unary=16_10.py │ │ ├── unary=16_2.py │ │ ├── unary=16_3.py │ │ ├── unary=16_4.py │ │ ├── unary=16_5.py │ │ ├── unary=16_6.py │ │ ├── unary=16_7.py │ │ ├── unary=16_8.py │ │ └── unary=16_9.py │ ├── unary=17 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=17_1.py │ │ ├── unary=17_10.py │ │ ├── unary=17_2.py │ │ ├── unary=17_3.py │ │ ├── unary=17_4.py │ │ ├── unary=17_5.py │ │ ├── unary=17_6.py │ │ ├── unary=17_7.py │ │ ├── unary=17_8.py │ │ └── unary=17_9.py │ ├── unary=18 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=18_1.py │ │ ├── unary=18_10.py │ │ ├── unary=18_2.py │ │ ├── unary=18_3.py │ │ ├── unary=18_4.py │ │ ├── unary=18_5.py │ │ ├── unary=18_6.py │ │ ├── unary=18_7.py │ │ ├── unary=18_8.py │ │ └── unary=18_9.py │ ├── unary=19 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=19_1.py │ │ ├── unary=19_10.py │ │ ├── unary=19_2.py │ │ ├── unary=19_3.py │ │ ├── unary=19_4.py │ │ ├── unary=19_5.py │ │ ├── unary=19_6.py │ │ ├── unary=19_7.py │ │ ├── unary=19_8.py │ │ └── unary=19_9.py │ ├── unary=2 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=2_1.py │ │ ├── unary=2_10.py │ │ ├── unary=2_2.py │ │ ├── unary=2_3.py │ │ ├── unary=2_4.py │ │ ├── unary=2_5.py │ │ ├── unary=2_6.py │ │ ├── unary=2_7.py │ │ ├── unary=2_8.py │ │ └── unary=2_9.py │ ├── unary=20 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=20_1.py │ │ ├── unary=20_10.py │ │ ├── unary=20_2.py │ │ ├── unary=20_3.py │ │ ├── unary=20_4.py │ │ ├── unary=20_5.py │ │ ├── unary=20_6.py │ │ ├── unary=20_7.py │ │ ├── unary=20_8.py │ │ └── unary=20_9.py │ ├── unary=21 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=21_1.py │ │ ├── unary=21_10.py │ │ ├── unary=21_2.py │ │ ├── unary=21_3.py │ │ ├── unary=21_4.py │ │ ├── unary=21_5.py │ │ ├── unary=21_6.py │ │ ├── unary=21_7.py │ │ ├── unary=21_8.py │ │ └── unary=21_9.py │ ├── unary=22 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=22_1.py │ │ ├── unary=22_10.py │ │ ├── unary=22_2.py │ │ ├── unary=22_3.py │ │ ├── unary=22_4.py │ │ ├── unary=22_5.py │ │ ├── unary=22_6.py │ │ ├── unary=22_7.py │ │ ├── unary=22_8.py │ │ └── unary=22_9.py │ ├── unary=23 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=23_1.py │ │ ├── unary=23_10.py │ │ ├── unary=23_2.py │ │ ├── unary=23_3.py │ │ ├── unary=23_4.py │ │ ├── unary=23_5.py │ │ ├── unary=23_6.py │ │ ├── unary=23_7.py │ │ ├── unary=23_8.py │ │ └── unary=23_9.py │ ├── unary=24 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=24_1.py │ │ ├── unary=24_10.py │ │ ├── unary=24_2.py │ │ ├── unary=24_3.py │ │ ├── unary=24_4.py │ │ ├── unary=24_5.py │ │ ├── unary=24_6.py │ │ ├── unary=24_7.py │ │ ├── unary=24_8.py │ │ └── unary=24_9.py │ ├── unary=25 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=25_1.py │ │ ├── unary=25_10.py │ │ ├── unary=25_2.py │ │ ├── unary=25_3.py │ │ ├── unary=25_4.py │ │ ├── unary=25_5.py │ │ ├── unary=25_6.py │ │ ├── unary=25_7.py │ │ ├── unary=25_8.py │ │ └── unary=25_9.py │ ├── unary=26 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=26_1.py │ │ ├── unary=26_10.py │ │ ├── unary=26_2.py │ │ ├── unary=26_3.py │ │ ├── unary=26_4.py │ │ ├── unary=26_5.py │ │ ├── unary=26_6.py │ │ ├── unary=26_7.py │ │ ├── unary=26_8.py │ │ └── unary=26_9.py │ ├── unary=27 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=27_1.py │ │ ├── unary=27_10.py │ │ ├── unary=27_2.py │ │ ├── unary=27_3.py │ │ ├── unary=27_4.py │ │ ├── unary=27_5.py │ │ ├── unary=27_6.py │ │ ├── unary=27_7.py │ │ ├── unary=27_8.py │ │ └── unary=27_9.py │ ├── unary=28 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=28_1.py │ │ ├── unary=28_10.py │ │ ├── unary=28_2.py │ │ ├── unary=28_3.py │ │ ├── unary=28_4.py │ │ ├── unary=28_5.py │ │ ├── unary=28_6.py │ │ ├── unary=28_7.py │ │ ├── unary=28_8.py │ │ └── unary=28_9.py │ ├── unary=29 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=29_1.py │ │ ├── unary=29_10.py │ │ ├── unary=29_2.py │ │ ├── unary=29_3.py │ │ ├── unary=29_4.py │ │ ├── unary=29_5.py │ │ ├── unary=29_6.py │ │ ├── unary=29_7.py │ │ ├── unary=29_8.py │ │ └── unary=29_9.py │ ├── unary=3 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=3_1.py │ │ ├── unary=3_10.py │ │ ├── unary=3_2.py │ │ ├── unary=3_3.py │ │ ├── unary=3_4.py │ │ ├── unary=3_5.py │ │ ├── unary=3_6.py │ │ ├── unary=3_7.py │ │ ├── unary=3_8.py │ │ └── unary=3_9.py │ ├── unary=4 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=4_1.py │ │ ├── unary=4_10.py │ │ ├── unary=4_2.py │ │ ├── unary=4_3.py │ │ ├── unary=4_4.py │ │ ├── unary=4_5.py │ │ ├── unary=4_6.py │ │ ├── unary=4_7.py │ │ ├── unary=4_8.py │ │ └── unary=4_9.py │ ├── unary=5 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=5_1.py │ │ ├── unary=5_10.py │ │ ├── unary=5_2.py │ │ ├── unary=5_3.py │ │ ├── unary=5_4.py │ │ ├── unary=5_5.py │ │ ├── unary=5_6.py │ │ ├── unary=5_7.py │ │ ├── unary=5_8.py │ │ └── unary=5_9.py │ ├── unary=6 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=6_1.py │ │ ├── unary=6_10.py │ │ ├── unary=6_2.py │ │ ├── unary=6_3.py │ │ ├── unary=6_4.py │ │ ├── unary=6_5.py │ │ ├── unary=6_6.py │ │ ├── unary=6_7.py │ │ ├── unary=6_8.py │ │ └── unary=6_9.py │ ├── unary=7 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=7_1.py │ │ ├── unary=7_10.py │ │ ├── unary=7_2.py │ │ ├── unary=7_3.py │ │ ├── unary=7_4.py │ │ ├── unary=7_5.py │ │ ├── unary=7_6.py │ │ ├── unary=7_7.py │ │ ├── unary=7_8.py │ │ └── unary=7_9.py │ ├── unary=8 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=8_1.py │ │ ├── unary=8_10.py │ │ ├── unary=8_2.py │ │ ├── unary=8_3.py │ │ ├── unary=8_4.py │ │ ├── unary=8_5.py │ │ ├── unary=8_6.py │ │ ├── unary=8_7.py │ │ ├── unary=8_8.py │ │ └── unary=8_9.py │ └── unary=9 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=9_1.py │ │ ├── unary=9_10.py │ │ ├── unary=9_2.py │ │ ├── unary=9_3.py │ │ ├── unary=9_4.py │ │ ├── unary=9_5.py │ │ ├── unary=9_6.py │ │ ├── unary=9_7.py │ │ ├── unary=9_8.py │ │ └── unary=9_9.py │ ├── step38-3shot │ ├── addmm │ │ ├── addmm_1.py │ │ ├── addmm_10.py │ │ ├── addmm_2.py │ │ ├── addmm_3.py │ │ ├── addmm_4.py │ │ ├── addmm_5.py │ │ ├── addmm_6.py │ │ ├── addmm_7.py │ │ ├── addmm_8.py │ │ ├── addmm_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── binary=0 │ │ ├── binary=0_1.py │ │ ├── binary=0_10.py │ │ ├── binary=0_2.py │ │ ├── binary=0_3.py │ │ ├── binary=0_4.py │ │ ├── binary=0_5.py │ │ ├── binary=0_6.py │ │ ├── binary=0_7.py │ │ ├── binary=0_8.py │ │ ├── binary=0_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── binary=10 │ │ ├── binary=10_1.py │ │ ├── binary=10_10.py │ │ ├── binary=10_2.py │ │ ├── binary=10_3.py │ │ ├── binary=10_4.py │ │ ├── binary=10_5.py │ │ ├── binary=10_6.py │ │ ├── binary=10_7.py │ │ ├── binary=10_8.py │ │ ├── binary=10_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── binary=2 │ │ ├── binary=2_1.py │ │ ├── binary=2_10.py │ │ ├── binary=2_2.py │ │ ├── binary=2_3.py │ │ ├── binary=2_4.py │ │ ├── binary=2_5.py │ │ ├── binary=2_6.py │ │ ├── binary=2_7.py │ │ ├── binary=2_8.py │ │ ├── binary=2_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── binary=4 │ │ ├── binary=4_1.py │ │ ├── binary=4_10.py │ │ ├── binary=4_2.py │ │ ├── binary=4_3.py │ │ ├── binary=4_4.py │ │ ├── binary=4_5.py │ │ ├── binary=4_6.py │ │ ├── binary=4_7.py │ │ ├── binary=4_8.py │ │ ├── binary=4_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── binary=6 │ │ ├── binary=6_1.py │ │ ├── binary=6_10.py │ │ ├── binary=6_2.py │ │ ├── binary=6_3.py │ │ ├── binary=6_4.py │ │ ├── binary=6_5.py │ │ ├── binary=6_6.py │ │ ├── binary=6_7.py │ │ ├── binary=6_8.py │ │ ├── binary=6_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── binary=8 │ │ ├── binary=8_1.py │ │ ├── binary=8_10.py │ │ ├── binary=8_2.py │ │ ├── binary=8_3.py │ │ ├── binary=8_4.py │ │ ├── binary=8_5.py │ │ ├── binary=8_6.py │ │ ├── binary=8_7.py │ │ ├── binary=8_8.py │ │ ├── binary=8_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── binary_unary=0 │ │ ├── binary_unary=0_1.py │ │ ├── binary_unary=0_10.py │ │ ├── binary_unary=0_2.py │ │ ├── binary_unary=0_3.py │ │ ├── binary_unary=0_4.py │ │ ├── binary_unary=0_5.py │ │ ├── binary_unary=0_6.py │ │ ├── binary_unary=0_7.py │ │ ├── binary_unary=0_8.py │ │ ├── binary_unary=0_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── binary_unary=10 │ │ ├── binary_unary=10_1.py │ │ ├── binary_unary=10_10.py │ │ ├── binary_unary=10_2.py │ │ ├── binary_unary=10_3.py │ │ ├── binary_unary=10_4.py │ │ ├── binary_unary=10_5.py │ │ ├── binary_unary=10_6.py │ │ ├── binary_unary=10_7.py │ │ ├── binary_unary=10_8.py │ │ ├── binary_unary=10_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── binary_unary=2 │ │ ├── binary_unary=2_1.py │ │ ├── binary_unary=2_10.py │ │ ├── binary_unary=2_2.py │ │ ├── binary_unary=2_3.py │ │ ├── binary_unary=2_4.py │ │ ├── binary_unary=2_5.py │ │ ├── binary_unary=2_6.py │ │ ├── binary_unary=2_7.py │ │ ├── binary_unary=2_8.py │ │ ├── binary_unary=2_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── binary_unary=4 │ │ ├── binary_unary=4_1.py │ │ ├── binary_unary=4_10.py │ │ ├── binary_unary=4_2.py │ │ ├── binary_unary=4_3.py │ │ ├── binary_unary=4_4.py │ │ ├── binary_unary=4_5.py │ │ ├── binary_unary=4_6.py │ │ ├── binary_unary=4_7.py │ │ ├── binary_unary=4_8.py │ │ ├── binary_unary=4_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── binary_unary=6 │ │ ├── binary_unary=6_1.py │ │ ├── binary_unary=6_10.py │ │ ├── binary_unary=6_2.py │ │ ├── binary_unary=6_3.py │ │ ├── binary_unary=6_4.py │ │ ├── binary_unary=6_5.py │ │ ├── binary_unary=6_6.py │ │ ├── binary_unary=6_7.py │ │ ├── binary_unary=6_8.py │ │ ├── binary_unary=6_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── binary_unary=8 │ │ ├── binary_unary=8_1.py │ │ ├── binary_unary=8_10.py │ │ ├── binary_unary=8_2.py │ │ ├── binary_unary=8_3.py │ │ ├── binary_unary=8_4.py │ │ ├── binary_unary=8_5.py │ │ ├── binary_unary=8_6.py │ │ ├── binary_unary=8_7.py │ │ ├── binary_unary=8_8.py │ │ ├── binary_unary=8_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── cat_addmm │ │ ├── cat_addmm_1.py │ │ ├── cat_addmm_10.py │ │ ├── cat_addmm_2.py │ │ ├── cat_addmm_3.py │ │ ├── cat_addmm_4.py │ │ ├── cat_addmm_5.py │ │ ├── cat_addmm_6.py │ │ ├── cat_addmm_7.py │ │ ├── cat_addmm_8.py │ │ ├── cat_addmm_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── cat_mm │ │ ├── cat_mm_1.py │ │ ├── cat_mm_10.py │ │ ├── cat_mm_2.py │ │ ├── cat_mm_3.py │ │ ├── cat_mm_4.py │ │ ├── cat_mm_5.py │ │ ├── cat_mm_6.py │ │ ├── cat_mm_7.py │ │ ├── cat_mm_8.py │ │ ├── cat_mm_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── cat_slice_cat │ │ ├── cat_slice_cat_1.py │ │ ├── cat_slice_cat_10.py │ │ ├── cat_slice_cat_2.py │ │ ├── cat_slice_cat_3.py │ │ ├── cat_slice_cat_4.py │ │ ├── cat_slice_cat_5.py │ │ ├── cat_slice_cat_6.py │ │ ├── cat_slice_cat_7.py │ │ ├── cat_slice_cat_8.py │ │ ├── cat_slice_cat_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── fuse_conv_bn │ │ ├── fuse_conv_bn_1.py │ │ ├── fuse_conv_bn_10.py │ │ ├── fuse_conv_bn_2.py │ │ ├── fuse_conv_bn_3.py │ │ ├── fuse_conv_bn_4.py │ │ ├── fuse_conv_bn_5.py │ │ ├── fuse_conv_bn_6.py │ │ ├── fuse_conv_bn_7.py │ │ ├── fuse_conv_bn_8.py │ │ ├── fuse_conv_bn_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── linear_permute_fusion │ │ ├── linear_permute_fusion_1.py │ │ ├── linear_permute_fusion_10.py │ │ ├── linear_permute_fusion_2.py │ │ ├── linear_permute_fusion_3.py │ │ ├── linear_permute_fusion_4.py │ │ ├── linear_permute_fusion_5.py │ │ ├── linear_permute_fusion_6.py │ │ ├── linear_permute_fusion_7.py │ │ ├── linear_permute_fusion_8.py │ │ ├── linear_permute_fusion_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── mm_plus_mm │ │ ├── mm_plus_mm_1.py │ │ ├── mm_plus_mm_10.py │ │ ├── mm_plus_mm_2.py │ │ ├── mm_plus_mm_3.py │ │ ├── mm_plus_mm_4.py │ │ ├── mm_plus_mm_5.py │ │ ├── mm_plus_mm_6.py │ │ ├── mm_plus_mm_7.py │ │ ├── mm_plus_mm_8.py │ │ ├── mm_plus_mm_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── outputs.json │ ├── permute_linear_fusion │ │ ├── permute_linear_fusion_1.py │ │ ├── permute_linear_fusion_10.py │ │ ├── permute_linear_fusion_2.py │ │ ├── permute_linear_fusion_3.py │ │ ├── permute_linear_fusion_4.py │ │ ├── permute_linear_fusion_5.py │ │ ├── permute_linear_fusion_6.py │ │ ├── permute_linear_fusion_7.py │ │ ├── permute_linear_fusion_8.py │ │ ├── permute_linear_fusion_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── permute_matmul_fusion │ │ ├── permute_matmul_fusion_1.py │ │ ├── permute_matmul_fusion_10.py │ │ ├── permute_matmul_fusion_2.py │ │ ├── permute_matmul_fusion_3.py │ │ ├── permute_matmul_fusion_4.py │ │ ├── permute_matmul_fusion_5.py │ │ ├── permute_matmul_fusion_6.py │ │ ├── permute_matmul_fusion_7.py │ │ ├── permute_matmul_fusion_8.py │ │ ├── permute_matmul_fusion_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── pointless_cumsum_replacement │ │ ├── pointless_cumsum_replacement_1.py │ │ ├── pointless_cumsum_replacement_10.py │ │ ├── pointless_cumsum_replacement_2.py │ │ ├── pointless_cumsum_replacement_3.py │ │ ├── pointless_cumsum_replacement_4.py │ │ ├── pointless_cumsum_replacement_5.py │ │ ├── pointless_cumsum_replacement_6.py │ │ ├── pointless_cumsum_replacement_7.py │ │ ├── pointless_cumsum_replacement_8.py │ │ ├── pointless_cumsum_replacement_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── replace_fx │ │ ├── prompt.txt │ │ ├── replace_fx_1.py │ │ ├── replace_fx_10.py │ │ ├── replace_fx_2.py │ │ ├── replace_fx_3.py │ │ ├── replace_fx_4.py │ │ ├── replace_fx_5.py │ │ ├── replace_fx_6.py │ │ ├── replace_fx_7.py │ │ ├── replace_fx_8.py │ │ ├── replace_fx_9.py │ │ └── time.txt │ ├── sfdp=0 │ │ ├── prompt.txt │ │ ├── sfdp=0_1.py │ │ ├── sfdp=0_10.py │ │ ├── sfdp=0_2.py │ │ ├── sfdp=0_3.py │ │ ├── sfdp=0_4.py │ │ ├── sfdp=0_5.py │ │ ├── sfdp=0_6.py │ │ ├── sfdp=0_7.py │ │ ├── sfdp=0_8.py │ │ ├── sfdp=0_9.py │ │ └── time.txt │ ├── sfdp=1 │ │ ├── prompt.txt │ │ ├── sfdp=1_1.py │ │ ├── sfdp=1_10.py │ │ ├── sfdp=1_2.py │ │ ├── sfdp=1_3.py │ │ ├── sfdp=1_4.py │ │ ├── sfdp=1_5.py │ │ ├── sfdp=1_6.py │ │ ├── sfdp=1_7.py │ │ ├── sfdp=1_8.py │ │ ├── sfdp=1_9.py │ │ └── time.txt │ ├── sfdp=2 │ │ ├── prompt.txt │ │ ├── sfdp=2_1.py │ │ ├── sfdp=2_10.py │ │ ├── sfdp=2_2.py │ │ ├── sfdp=2_3.py │ │ ├── sfdp=2_4.py │ │ ├── sfdp=2_5.py │ │ ├── sfdp=2_6.py │ │ ├── sfdp=2_7.py │ │ ├── sfdp=2_8.py │ │ ├── sfdp=2_9.py │ │ └── time.txt │ ├── sfdp=3 │ │ ├── prompt.txt │ │ ├── sfdp=3_1.py │ │ ├── sfdp=3_10.py │ │ ├── sfdp=3_2.py │ │ ├── sfdp=3_3.py │ │ ├── sfdp=3_4.py │ │ ├── sfdp=3_5.py │ │ ├── sfdp=3_6.py │ │ ├── sfdp=3_7.py │ │ ├── sfdp=3_8.py │ │ ├── sfdp=3_9.py │ │ └── time.txt │ ├── sfdp=4 │ │ ├── prompt.txt │ │ ├── sfdp=4_1.py │ │ ├── sfdp=4_10.py │ │ ├── sfdp=4_2.py │ │ ├── sfdp=4_3.py │ │ ├── sfdp=4_4.py │ │ ├── sfdp=4_5.py │ │ ├── sfdp=4_6.py │ │ ├── sfdp=4_7.py │ │ ├── sfdp=4_8.py │ │ ├── sfdp=4_9.py │ │ └── time.txt │ ├── sfdp=5 │ │ ├── prompt.txt │ │ ├── sfdp=5_1.py │ │ ├── sfdp=5_10.py │ │ ├── sfdp=5_2.py │ │ ├── sfdp=5_3.py │ │ ├── sfdp=5_4.py │ │ ├── sfdp=5_5.py │ │ ├── sfdp=5_6.py │ │ ├── sfdp=5_7.py │ │ ├── sfdp=5_8.py │ │ ├── sfdp=5_9.py │ │ └── time.txt │ ├── sink_cat_after_pointwise │ │ ├── prompt.txt │ │ ├── sink_cat_after_pointwise_1.py │ │ ├── sink_cat_after_pointwise_10.py │ │ ├── sink_cat_after_pointwise_2.py │ │ ├── sink_cat_after_pointwise_3.py │ │ ├── sink_cat_after_pointwise_4.py │ │ ├── sink_cat_after_pointwise_5.py │ │ ├── sink_cat_after_pointwise_6.py │ │ ├── sink_cat_after_pointwise_7.py │ │ ├── sink_cat_after_pointwise_8.py │ │ ├── sink_cat_after_pointwise_9.py │ │ └── time.txt │ ├── splitwithsizes_cat_replace │ │ ├── prompt.txt │ │ ├── splitwithsizes_cat_replace_1.py │ │ ├── splitwithsizes_cat_replace_10.py │ │ ├── splitwithsizes_cat_replace_2.py │ │ ├── splitwithsizes_cat_replace_3.py │ │ ├── splitwithsizes_cat_replace_4.py │ │ ├── splitwithsizes_cat_replace_5.py │ │ ├── splitwithsizes_cat_replace_6.py │ │ ├── splitwithsizes_cat_replace_7.py │ │ ├── splitwithsizes_cat_replace_8.py │ │ ├── splitwithsizes_cat_replace_9.py │ │ └── time.txt │ ├── unary=0 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=0_1.py │ │ ├── unary=0_10.py │ │ ├── unary=0_2.py │ │ ├── unary=0_3.py │ │ ├── unary=0_4.py │ │ ├── unary=0_5.py │ │ ├── unary=0_6.py │ │ ├── unary=0_7.py │ │ ├── unary=0_8.py │ │ └── unary=0_9.py │ ├── unary=1 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=1_1.py │ │ ├── unary=1_10.py │ │ ├── unary=1_2.py │ │ ├── unary=1_3.py │ │ ├── unary=1_4.py │ │ ├── unary=1_5.py │ │ ├── unary=1_6.py │ │ ├── unary=1_7.py │ │ ├── unary=1_8.py │ │ └── unary=1_9.py │ ├── unary=10 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=10_1.py │ │ ├── unary=10_10.py │ │ ├── unary=10_2.py │ │ ├── unary=10_3.py │ │ ├── unary=10_4.py │ │ ├── unary=10_5.py │ │ ├── unary=10_6.py │ │ ├── unary=10_7.py │ │ ├── unary=10_8.py │ │ └── unary=10_9.py │ ├── unary=11 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=11_1.py │ │ ├── unary=11_10.py │ │ ├── unary=11_2.py │ │ ├── unary=11_3.py │ │ ├── unary=11_4.py │ │ ├── unary=11_5.py │ │ ├── unary=11_6.py │ │ ├── unary=11_7.py │ │ ├── unary=11_8.py │ │ └── unary=11_9.py │ ├── unary=12 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=12_1.py │ │ ├── unary=12_10.py │ │ ├── unary=12_2.py │ │ ├── unary=12_3.py │ │ ├── unary=12_4.py │ │ ├── unary=12_5.py │ │ ├── unary=12_6.py │ │ ├── unary=12_7.py │ │ ├── unary=12_8.py │ │ └── unary=12_9.py │ ├── unary=13 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=13_1.py │ │ ├── unary=13_10.py │ │ ├── unary=13_2.py │ │ ├── unary=13_3.py │ │ ├── unary=13_4.py │ │ ├── unary=13_5.py │ │ ├── unary=13_6.py │ │ ├── unary=13_7.py │ │ ├── unary=13_8.py │ │ └── unary=13_9.py │ ├── unary=14 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=14_1.py │ │ ├── unary=14_10.py │ │ ├── unary=14_2.py │ │ ├── unary=14_3.py │ │ ├── unary=14_4.py │ │ ├── unary=14_5.py │ │ ├── unary=14_6.py │ │ ├── unary=14_7.py │ │ ├── unary=14_8.py │ │ └── unary=14_9.py │ ├── unary=15 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=15_1.py │ │ ├── unary=15_10.py │ │ ├── unary=15_2.py │ │ ├── unary=15_3.py │ │ ├── unary=15_4.py │ │ ├── unary=15_5.py │ │ ├── unary=15_6.py │ │ ├── unary=15_7.py │ │ ├── unary=15_8.py │ │ └── unary=15_9.py │ ├── unary=16 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=16_1.py │ │ ├── unary=16_10.py │ │ ├── unary=16_2.py │ │ ├── unary=16_3.py │ │ ├── unary=16_4.py │ │ ├── unary=16_5.py │ │ ├── unary=16_6.py │ │ ├── unary=16_7.py │ │ ├── unary=16_8.py │ │ └── unary=16_9.py │ ├── unary=17 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=17_1.py │ │ ├── unary=17_10.py │ │ ├── unary=17_2.py │ │ ├── unary=17_3.py │ │ ├── unary=17_4.py │ │ ├── unary=17_5.py │ │ ├── unary=17_6.py │ │ ├── unary=17_7.py │ │ ├── unary=17_8.py │ │ └── unary=17_9.py │ ├── unary=18 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=18_1.py │ │ ├── unary=18_10.py │ │ ├── unary=18_2.py │ │ ├── unary=18_3.py │ │ ├── unary=18_4.py │ │ ├── unary=18_5.py │ │ ├── unary=18_6.py │ │ ├── unary=18_7.py │ │ ├── unary=18_8.py │ │ └── unary=18_9.py │ ├── unary=19 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=19_1.py │ │ ├── unary=19_10.py │ │ ├── unary=19_2.py │ │ ├── unary=19_3.py │ │ ├── unary=19_4.py │ │ ├── unary=19_5.py │ │ ├── unary=19_6.py │ │ ├── unary=19_7.py │ │ ├── unary=19_8.py │ │ └── unary=19_9.py │ ├── unary=2 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=2_1.py │ │ ├── unary=2_10.py │ │ ├── unary=2_2.py │ │ ├── unary=2_3.py │ │ ├── unary=2_4.py │ │ ├── unary=2_5.py │ │ ├── unary=2_6.py │ │ ├── unary=2_7.py │ │ ├── unary=2_8.py │ │ └── unary=2_9.py │ ├── unary=20 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=20_1.py │ │ ├── unary=20_10.py │ │ ├── unary=20_2.py │ │ ├── unary=20_3.py │ │ ├── unary=20_4.py │ │ ├── unary=20_5.py │ │ ├── unary=20_6.py │ │ ├── unary=20_7.py │ │ ├── unary=20_8.py │ │ └── unary=20_9.py │ ├── unary=21 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=21_1.py │ │ ├── unary=21_10.py │ │ ├── unary=21_2.py │ │ ├── unary=21_3.py │ │ ├── unary=21_4.py │ │ ├── unary=21_5.py │ │ ├── unary=21_6.py │ │ ├── unary=21_7.py │ │ ├── unary=21_8.py │ │ └── unary=21_9.py │ ├── unary=22 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=22_1.py │ │ ├── unary=22_10.py │ │ ├── unary=22_2.py │ │ ├── unary=22_3.py │ │ ├── unary=22_4.py │ │ ├── unary=22_5.py │ │ ├── unary=22_6.py │ │ ├── unary=22_7.py │ │ ├── unary=22_8.py │ │ └── unary=22_9.py │ ├── unary=23 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=23_1.py │ │ ├── unary=23_10.py │ │ ├── unary=23_2.py │ │ ├── unary=23_3.py │ │ ├── unary=23_4.py │ │ ├── unary=23_5.py │ │ ├── unary=23_6.py │ │ ├── unary=23_7.py │ │ ├── unary=23_8.py │ │ └── unary=23_9.py │ ├── unary=24 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=24_1.py │ │ ├── unary=24_10.py │ │ ├── unary=24_2.py │ │ ├── unary=24_3.py │ │ ├── unary=24_4.py │ │ ├── unary=24_5.py │ │ ├── unary=24_6.py │ │ ├── unary=24_7.py │ │ ├── unary=24_8.py │ │ └── unary=24_9.py │ ├── unary=25 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=25_1.py │ │ ├── unary=25_10.py │ │ ├── unary=25_2.py │ │ ├── unary=25_3.py │ │ ├── unary=25_4.py │ │ ├── unary=25_5.py │ │ ├── unary=25_6.py │ │ ├── unary=25_7.py │ │ ├── unary=25_8.py │ │ └── unary=25_9.py │ ├── unary=26 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=26_1.py │ │ ├── unary=26_10.py │ │ ├── unary=26_2.py │ │ ├── unary=26_3.py │ │ ├── unary=26_4.py │ │ ├── unary=26_5.py │ │ ├── unary=26_6.py │ │ ├── unary=26_7.py │ │ ├── unary=26_8.py │ │ └── unary=26_9.py │ ├── unary=27 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=27_1.py │ │ ├── unary=27_10.py │ │ ├── unary=27_2.py │ │ ├── unary=27_3.py │ │ ├── unary=27_4.py │ │ ├── unary=27_5.py │ │ ├── unary=27_6.py │ │ ├── unary=27_7.py │ │ ├── unary=27_8.py │ │ └── unary=27_9.py │ ├── unary=28 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=28_1.py │ │ ├── unary=28_10.py │ │ ├── unary=28_2.py │ │ ├── unary=28_3.py │ │ ├── unary=28_4.py │ │ ├── unary=28_5.py │ │ ├── unary=28_6.py │ │ ├── unary=28_7.py │ │ ├── unary=28_8.py │ │ └── unary=28_9.py │ ├── unary=29 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=29_1.py │ │ ├── unary=29_10.py │ │ ├── unary=29_2.py │ │ ├── unary=29_3.py │ │ ├── unary=29_4.py │ │ ├── unary=29_5.py │ │ ├── unary=29_6.py │ │ ├── unary=29_7.py │ │ ├── unary=29_8.py │ │ └── unary=29_9.py │ ├── unary=3 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=3_1.py │ │ ├── unary=3_10.py │ │ ├── unary=3_2.py │ │ ├── unary=3_3.py │ │ ├── unary=3_4.py │ │ ├── unary=3_5.py │ │ ├── unary=3_6.py │ │ ├── unary=3_7.py │ │ ├── unary=3_8.py │ │ └── unary=3_9.py │ ├── unary=4 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=4_1.py │ │ ├── unary=4_10.py │ │ ├── unary=4_2.py │ │ ├── unary=4_3.py │ │ ├── unary=4_4.py │ │ ├── unary=4_5.py │ │ ├── unary=4_6.py │ │ ├── unary=4_7.py │ │ ├── unary=4_8.py │ │ └── unary=4_9.py │ ├── unary=5 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=5_1.py │ │ ├── unary=5_10.py │ │ ├── unary=5_2.py │ │ ├── unary=5_3.py │ │ ├── unary=5_4.py │ │ ├── unary=5_5.py │ │ ├── unary=5_6.py │ │ ├── unary=5_7.py │ │ ├── unary=5_8.py │ │ └── unary=5_9.py │ ├── unary=6 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=6_1.py │ │ ├── unary=6_10.py │ │ ├── unary=6_2.py │ │ ├── unary=6_3.py │ │ ├── unary=6_4.py │ │ ├── unary=6_5.py │ │ ├── unary=6_6.py │ │ ├── unary=6_7.py │ │ ├── unary=6_8.py │ │ └── unary=6_9.py │ ├── unary=7 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=7_1.py │ │ ├── unary=7_10.py │ │ ├── unary=7_2.py │ │ ├── unary=7_3.py │ │ ├── unary=7_4.py │ │ ├── unary=7_5.py │ │ ├── unary=7_6.py │ │ ├── unary=7_7.py │ │ ├── unary=7_8.py │ │ └── unary=7_9.py │ ├── unary=8 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=8_1.py │ │ ├── unary=8_10.py │ │ ├── unary=8_2.py │ │ ├── unary=8_3.py │ │ ├── unary=8_4.py │ │ ├── unary=8_5.py │ │ ├── unary=8_6.py │ │ ├── unary=8_7.py │ │ ├── unary=8_8.py │ │ └── unary=8_9.py │ └── unary=9 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=9_1.py │ │ ├── unary=9_10.py │ │ ├── unary=9_2.py │ │ ├── unary=9_3.py │ │ ├── unary=9_4.py │ │ ├── unary=9_5.py │ │ ├── unary=9_6.py │ │ ├── unary=9_7.py │ │ ├── unary=9_8.py │ │ └── unary=9_9.py │ ├── step39-3shot │ ├── addmm │ │ ├── addmm_1.py │ │ ├── addmm_10.py │ │ ├── addmm_2.py │ │ ├── addmm_3.py │ │ ├── addmm_4.py │ │ ├── addmm_5.py │ │ ├── addmm_6.py │ │ ├── addmm_7.py │ │ ├── addmm_8.py │ │ ├── addmm_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── binary=0 │ │ ├── binary=0_1.py │ │ ├── binary=0_10.py │ │ ├── binary=0_2.py │ │ ├── binary=0_3.py │ │ ├── binary=0_4.py │ │ ├── binary=0_5.py │ │ ├── binary=0_6.py │ │ ├── binary=0_7.py │ │ ├── binary=0_8.py │ │ ├── binary=0_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── binary=10 │ │ ├── binary=10_1.py │ │ ├── binary=10_10.py │ │ ├── binary=10_2.py │ │ ├── binary=10_3.py │ │ ├── binary=10_4.py │ │ ├── binary=10_5.py │ │ ├── binary=10_6.py │ │ ├── binary=10_7.py │ │ ├── binary=10_8.py │ │ ├── binary=10_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── binary=2 │ │ ├── binary=2_1.py │ │ ├── binary=2_10.py │ │ ├── binary=2_2.py │ │ ├── binary=2_3.py │ │ ├── binary=2_4.py │ │ ├── binary=2_5.py │ │ ├── binary=2_6.py │ │ ├── binary=2_7.py │ │ ├── binary=2_8.py │ │ ├── binary=2_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── binary=4 │ │ ├── binary=4_1.py │ │ ├── binary=4_10.py │ │ ├── binary=4_2.py │ │ ├── binary=4_3.py │ │ ├── binary=4_4.py │ │ ├── binary=4_5.py │ │ ├── binary=4_6.py │ │ ├── binary=4_7.py │ │ ├── binary=4_8.py │ │ ├── binary=4_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── binary=6 │ │ ├── binary=6_1.py │ │ ├── binary=6_10.py │ │ ├── binary=6_2.py │ │ ├── binary=6_3.py │ │ ├── binary=6_4.py │ │ ├── binary=6_5.py │ │ ├── binary=6_6.py │ │ ├── binary=6_7.py │ │ ├── binary=6_8.py │ │ ├── binary=6_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── binary=8 │ │ ├── binary=8_1.py │ │ ├── binary=8_10.py │ │ ├── binary=8_2.py │ │ ├── binary=8_3.py │ │ ├── binary=8_4.py │ │ ├── binary=8_5.py │ │ ├── binary=8_6.py │ │ ├── binary=8_7.py │ │ ├── binary=8_8.py │ │ ├── binary=8_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── binary_unary=0 │ │ ├── binary_unary=0_1.py │ │ ├── binary_unary=0_10.py │ │ ├── binary_unary=0_2.py │ │ ├── binary_unary=0_3.py │ │ ├── binary_unary=0_4.py │ │ ├── binary_unary=0_5.py │ │ ├── binary_unary=0_6.py │ │ ├── binary_unary=0_7.py │ │ ├── binary_unary=0_8.py │ │ ├── binary_unary=0_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── binary_unary=10 │ │ ├── binary_unary=10_1.py │ │ ├── binary_unary=10_10.py │ │ ├── binary_unary=10_2.py │ │ ├── binary_unary=10_3.py │ │ ├── binary_unary=10_4.py │ │ ├── binary_unary=10_5.py │ │ ├── binary_unary=10_6.py │ │ ├── binary_unary=10_7.py │ │ ├── binary_unary=10_8.py │ │ ├── binary_unary=10_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── binary_unary=2 │ │ ├── binary_unary=2_1.py │ │ ├── binary_unary=2_10.py │ │ ├── binary_unary=2_2.py │ │ ├── binary_unary=2_3.py │ │ ├── binary_unary=2_4.py │ │ ├── binary_unary=2_5.py │ │ ├── binary_unary=2_6.py │ │ ├── binary_unary=2_7.py │ │ ├── binary_unary=2_8.py │ │ ├── binary_unary=2_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── binary_unary=4 │ │ ├── binary_unary=4_1.py │ │ ├── binary_unary=4_10.py │ │ ├── binary_unary=4_2.py │ │ ├── binary_unary=4_3.py │ │ ├── binary_unary=4_4.py │ │ ├── binary_unary=4_5.py │ │ ├── binary_unary=4_6.py │ │ ├── binary_unary=4_7.py │ │ ├── binary_unary=4_8.py │ │ ├── binary_unary=4_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── binary_unary=6 │ │ ├── binary_unary=6_1.py │ │ ├── binary_unary=6_10.py │ │ ├── binary_unary=6_2.py │ │ ├── binary_unary=6_3.py │ │ ├── binary_unary=6_4.py │ │ ├── binary_unary=6_5.py │ │ ├── binary_unary=6_6.py │ │ ├── binary_unary=6_7.py │ │ ├── binary_unary=6_8.py │ │ ├── binary_unary=6_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── binary_unary=8 │ │ ├── binary_unary=8_1.py │ │ ├── binary_unary=8_10.py │ │ ├── binary_unary=8_2.py │ │ ├── binary_unary=8_3.py │ │ ├── binary_unary=8_4.py │ │ ├── binary_unary=8_5.py │ │ ├── binary_unary=8_6.py │ │ ├── binary_unary=8_7.py │ │ ├── binary_unary=8_8.py │ │ ├── binary_unary=8_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── cat_addmm │ │ ├── cat_addmm_1.py │ │ ├── cat_addmm_10.py │ │ ├── cat_addmm_2.py │ │ ├── cat_addmm_3.py │ │ ├── cat_addmm_4.py │ │ ├── cat_addmm_5.py │ │ ├── cat_addmm_6.py │ │ ├── cat_addmm_7.py │ │ ├── cat_addmm_8.py │ │ ├── cat_addmm_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── cat_mm │ │ ├── cat_mm_1.py │ │ ├── cat_mm_10.py │ │ ├── cat_mm_2.py │ │ ├── cat_mm_3.py │ │ ├── cat_mm_4.py │ │ ├── cat_mm_5.py │ │ ├── cat_mm_6.py │ │ ├── cat_mm_7.py │ │ ├── cat_mm_8.py │ │ ├── cat_mm_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── cat_slice_cat │ │ ├── cat_slice_cat_1.py │ │ ├── cat_slice_cat_10.py │ │ ├── cat_slice_cat_2.py │ │ ├── cat_slice_cat_3.py │ │ ├── cat_slice_cat_4.py │ │ ├── cat_slice_cat_5.py │ │ ├── cat_slice_cat_6.py │ │ ├── cat_slice_cat_7.py │ │ ├── cat_slice_cat_8.py │ │ ├── cat_slice_cat_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── fuse_conv_bn │ │ ├── fuse_conv_bn_1.py │ │ ├── fuse_conv_bn_10.py │ │ ├── fuse_conv_bn_2.py │ │ ├── fuse_conv_bn_3.py │ │ ├── fuse_conv_bn_4.py │ │ ├── fuse_conv_bn_5.py │ │ ├── fuse_conv_bn_6.py │ │ ├── fuse_conv_bn_7.py │ │ ├── fuse_conv_bn_8.py │ │ ├── fuse_conv_bn_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── linear_permute_fusion │ │ ├── linear_permute_fusion_1.py │ │ ├── linear_permute_fusion_10.py │ │ ├── linear_permute_fusion_2.py │ │ ├── linear_permute_fusion_3.py │ │ ├── linear_permute_fusion_4.py │ │ ├── linear_permute_fusion_5.py │ │ ├── linear_permute_fusion_6.py │ │ ├── linear_permute_fusion_7.py │ │ ├── linear_permute_fusion_8.py │ │ ├── linear_permute_fusion_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── mm_plus_mm │ │ ├── mm_plus_mm_1.py │ │ ├── mm_plus_mm_10.py │ │ ├── mm_plus_mm_2.py │ │ ├── mm_plus_mm_3.py │ │ ├── mm_plus_mm_4.py │ │ ├── mm_plus_mm_5.py │ │ ├── mm_plus_mm_6.py │ │ ├── mm_plus_mm_7.py │ │ ├── mm_plus_mm_8.py │ │ ├── mm_plus_mm_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── outputs.json │ ├── permute_linear_fusion │ │ ├── permute_linear_fusion_1.py │ │ ├── permute_linear_fusion_10.py │ │ ├── permute_linear_fusion_2.py │ │ ├── permute_linear_fusion_3.py │ │ ├── permute_linear_fusion_4.py │ │ ├── permute_linear_fusion_5.py │ │ ├── permute_linear_fusion_6.py │ │ ├── permute_linear_fusion_7.py │ │ ├── permute_linear_fusion_8.py │ │ ├── permute_linear_fusion_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── permute_matmul_fusion │ │ ├── permute_matmul_fusion_1.py │ │ ├── permute_matmul_fusion_10.py │ │ ├── permute_matmul_fusion_2.py │ │ ├── permute_matmul_fusion_3.py │ │ ├── permute_matmul_fusion_4.py │ │ ├── permute_matmul_fusion_5.py │ │ ├── permute_matmul_fusion_6.py │ │ ├── permute_matmul_fusion_7.py │ │ ├── permute_matmul_fusion_8.py │ │ ├── permute_matmul_fusion_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── pointless_cumsum_replacement │ │ ├── pointless_cumsum_replacement_1.py │ │ ├── pointless_cumsum_replacement_10.py │ │ ├── pointless_cumsum_replacement_2.py │ │ ├── pointless_cumsum_replacement_3.py │ │ ├── pointless_cumsum_replacement_4.py │ │ ├── pointless_cumsum_replacement_5.py │ │ ├── pointless_cumsum_replacement_6.py │ │ ├── pointless_cumsum_replacement_7.py │ │ ├── pointless_cumsum_replacement_8.py │ │ ├── pointless_cumsum_replacement_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── replace_fx │ │ ├── prompt.txt │ │ ├── replace_fx_1.py │ │ ├── replace_fx_10.py │ │ ├── replace_fx_2.py │ │ ├── replace_fx_3.py │ │ ├── replace_fx_4.py │ │ ├── replace_fx_5.py │ │ ├── replace_fx_6.py │ │ ├── replace_fx_7.py │ │ ├── replace_fx_8.py │ │ ├── replace_fx_9.py │ │ └── time.txt │ ├── sfdp=0 │ │ ├── prompt.txt │ │ ├── sfdp=0_1.py │ │ ├── sfdp=0_10.py │ │ ├── sfdp=0_2.py │ │ ├── sfdp=0_3.py │ │ ├── sfdp=0_4.py │ │ ├── sfdp=0_5.py │ │ ├── sfdp=0_6.py │ │ ├── sfdp=0_7.py │ │ ├── sfdp=0_8.py │ │ ├── sfdp=0_9.py │ │ └── time.txt │ ├── sfdp=1 │ │ ├── prompt.txt │ │ ├── sfdp=1_1.py │ │ ├── sfdp=1_10.py │ │ ├── sfdp=1_2.py │ │ ├── sfdp=1_3.py │ │ ├── sfdp=1_4.py │ │ ├── sfdp=1_5.py │ │ ├── sfdp=1_6.py │ │ ├── sfdp=1_7.py │ │ ├── sfdp=1_8.py │ │ ├── sfdp=1_9.py │ │ └── time.txt │ ├── sfdp=2 │ │ ├── prompt.txt │ │ ├── sfdp=2_1.py │ │ ├── sfdp=2_10.py │ │ ├── sfdp=2_2.py │ │ ├── sfdp=2_3.py │ │ ├── sfdp=2_4.py │ │ ├── sfdp=2_5.py │ │ ├── sfdp=2_6.py │ │ ├── sfdp=2_7.py │ │ ├── sfdp=2_8.py │ │ ├── sfdp=2_9.py │ │ └── time.txt │ ├── sfdp=3 │ │ ├── prompt.txt │ │ ├── sfdp=3_1.py │ │ ├── sfdp=3_10.py │ │ ├── sfdp=3_2.py │ │ ├── sfdp=3_3.py │ │ ├── sfdp=3_4.py │ │ ├── sfdp=3_5.py │ │ ├── sfdp=3_6.py │ │ ├── sfdp=3_7.py │ │ ├── sfdp=3_8.py │ │ ├── sfdp=3_9.py │ │ └── time.txt │ ├── sfdp=4 │ │ ├── prompt.txt │ │ ├── sfdp=4_1.py │ │ ├── sfdp=4_10.py │ │ ├── sfdp=4_2.py │ │ ├── sfdp=4_3.py │ │ ├── sfdp=4_4.py │ │ ├── sfdp=4_5.py │ │ ├── sfdp=4_6.py │ │ ├── sfdp=4_7.py │ │ ├── sfdp=4_8.py │ │ ├── sfdp=4_9.py │ │ └── time.txt │ ├── sfdp=5 │ │ ├── prompt.txt │ │ ├── sfdp=5_1.py │ │ ├── sfdp=5_10.py │ │ ├── sfdp=5_2.py │ │ ├── sfdp=5_3.py │ │ ├── sfdp=5_4.py │ │ ├── sfdp=5_5.py │ │ ├── sfdp=5_6.py │ │ ├── sfdp=5_7.py │ │ ├── sfdp=5_8.py │ │ ├── sfdp=5_9.py │ │ └── time.txt │ ├── sink_cat_after_pointwise │ │ ├── prompt.txt │ │ ├── sink_cat_after_pointwise_1.py │ │ ├── sink_cat_after_pointwise_10.py │ │ ├── sink_cat_after_pointwise_2.py │ │ ├── sink_cat_after_pointwise_3.py │ │ ├── sink_cat_after_pointwise_4.py │ │ ├── sink_cat_after_pointwise_5.py │ │ ├── sink_cat_after_pointwise_6.py │ │ ├── sink_cat_after_pointwise_7.py │ │ ├── sink_cat_after_pointwise_8.py │ │ ├── sink_cat_after_pointwise_9.py │ │ └── time.txt │ ├── splitwithsizes_cat_replace │ │ ├── prompt.txt │ │ ├── splitwithsizes_cat_replace_1.py │ │ ├── splitwithsizes_cat_replace_10.py │ │ ├── splitwithsizes_cat_replace_2.py │ │ ├── splitwithsizes_cat_replace_3.py │ │ ├── splitwithsizes_cat_replace_4.py │ │ ├── splitwithsizes_cat_replace_5.py │ │ ├── splitwithsizes_cat_replace_6.py │ │ ├── splitwithsizes_cat_replace_7.py │ │ ├── splitwithsizes_cat_replace_8.py │ │ ├── splitwithsizes_cat_replace_9.py │ │ └── time.txt │ ├── unary=0 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=0_1.py │ │ ├── unary=0_10.py │ │ ├── unary=0_2.py │ │ ├── unary=0_3.py │ │ ├── unary=0_4.py │ │ ├── unary=0_5.py │ │ ├── unary=0_6.py │ │ ├── unary=0_7.py │ │ ├── unary=0_8.py │ │ └── unary=0_9.py │ ├── unary=1 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=1_1.py │ │ ├── unary=1_10.py │ │ ├── unary=1_2.py │ │ ├── unary=1_3.py │ │ ├── unary=1_4.py │ │ ├── unary=1_5.py │ │ ├── unary=1_6.py │ │ ├── unary=1_7.py │ │ ├── unary=1_8.py │ │ └── unary=1_9.py │ ├── unary=10 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=10_1.py │ │ ├── unary=10_10.py │ │ ├── unary=10_2.py │ │ ├── unary=10_3.py │ │ ├── unary=10_4.py │ │ ├── unary=10_5.py │ │ ├── unary=10_6.py │ │ ├── unary=10_7.py │ │ ├── unary=10_8.py │ │ └── unary=10_9.py │ ├── unary=11 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=11_1.py │ │ ├── unary=11_10.py │ │ ├── unary=11_2.py │ │ ├── unary=11_3.py │ │ ├── unary=11_4.py │ │ ├── unary=11_5.py │ │ ├── unary=11_6.py │ │ ├── unary=11_7.py │ │ ├── unary=11_8.py │ │ └── unary=11_9.py │ ├── unary=12 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=12_1.py │ │ ├── unary=12_10.py │ │ ├── unary=12_2.py │ │ ├── unary=12_3.py │ │ ├── unary=12_4.py │ │ ├── unary=12_5.py │ │ ├── unary=12_6.py │ │ ├── unary=12_7.py │ │ ├── unary=12_8.py │ │ └── unary=12_9.py │ ├── unary=13 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=13_1.py │ │ ├── unary=13_10.py │ │ ├── unary=13_2.py │ │ ├── unary=13_3.py │ │ ├── unary=13_4.py │ │ ├── unary=13_5.py │ │ ├── unary=13_6.py │ │ ├── unary=13_7.py │ │ ├── unary=13_8.py │ │ └── unary=13_9.py │ ├── unary=14 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=14_1.py │ │ ├── unary=14_10.py │ │ ├── unary=14_2.py │ │ ├── unary=14_3.py │ │ ├── unary=14_4.py │ │ ├── unary=14_5.py │ │ ├── unary=14_6.py │ │ ├── unary=14_7.py │ │ ├── unary=14_8.py │ │ └── unary=14_9.py │ ├── unary=15 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=15_1.py │ │ ├── unary=15_10.py │ │ ├── unary=15_2.py │ │ ├── unary=15_3.py │ │ ├── unary=15_4.py │ │ ├── unary=15_5.py │ │ ├── unary=15_6.py │ │ ├── unary=15_7.py │ │ ├── unary=15_8.py │ │ └── unary=15_9.py │ ├── unary=16 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=16_1.py │ │ ├── unary=16_10.py │ │ ├── unary=16_2.py │ │ ├── unary=16_3.py │ │ ├── unary=16_4.py │ │ ├── unary=16_5.py │ │ ├── unary=16_6.py │ │ ├── unary=16_7.py │ │ ├── unary=16_8.py │ │ └── unary=16_9.py │ ├── unary=17 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=17_1.py │ │ ├── unary=17_10.py │ │ ├── unary=17_2.py │ │ ├── unary=17_3.py │ │ ├── unary=17_4.py │ │ ├── unary=17_5.py │ │ ├── unary=17_6.py │ │ ├── unary=17_7.py │ │ ├── unary=17_8.py │ │ └── unary=17_9.py │ ├── unary=18 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=18_1.py │ │ ├── unary=18_10.py │ │ ├── unary=18_2.py │ │ ├── unary=18_3.py │ │ ├── unary=18_4.py │ │ ├── unary=18_5.py │ │ ├── unary=18_6.py │ │ ├── unary=18_7.py │ │ ├── unary=18_8.py │ │ └── unary=18_9.py │ ├── unary=19 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=19_1.py │ │ ├── unary=19_10.py │ │ ├── unary=19_2.py │ │ ├── unary=19_3.py │ │ ├── unary=19_4.py │ │ ├── unary=19_5.py │ │ ├── unary=19_6.py │ │ ├── unary=19_7.py │ │ ├── unary=19_8.py │ │ └── unary=19_9.py │ ├── unary=2 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=2_1.py │ │ ├── unary=2_10.py │ │ ├── unary=2_2.py │ │ ├── unary=2_3.py │ │ ├── unary=2_4.py │ │ ├── unary=2_5.py │ │ ├── unary=2_6.py │ │ ├── unary=2_7.py │ │ ├── unary=2_8.py │ │ └── unary=2_9.py │ ├── unary=20 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=20_1.py │ │ ├── unary=20_10.py │ │ ├── unary=20_2.py │ │ ├── unary=20_3.py │ │ ├── unary=20_4.py │ │ ├── unary=20_5.py │ │ ├── unary=20_6.py │ │ ├── unary=20_7.py │ │ ├── unary=20_8.py │ │ └── unary=20_9.py │ ├── unary=21 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=21_1.py │ │ ├── unary=21_10.py │ │ ├── unary=21_2.py │ │ ├── unary=21_3.py │ │ ├── unary=21_4.py │ │ ├── unary=21_5.py │ │ ├── unary=21_6.py │ │ ├── unary=21_7.py │ │ ├── unary=21_8.py │ │ └── unary=21_9.py │ ├── unary=22 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=22_1.py │ │ ├── unary=22_10.py │ │ ├── unary=22_2.py │ │ ├── unary=22_3.py │ │ ├── unary=22_4.py │ │ ├── unary=22_5.py │ │ ├── unary=22_6.py │ │ ├── unary=22_7.py │ │ ├── unary=22_8.py │ │ └── unary=22_9.py │ ├── unary=23 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=23_1.py │ │ ├── unary=23_10.py │ │ ├── unary=23_2.py │ │ ├── unary=23_3.py │ │ ├── unary=23_4.py │ │ ├── unary=23_5.py │ │ ├── unary=23_6.py │ │ ├── unary=23_7.py │ │ ├── unary=23_8.py │ │ └── unary=23_9.py │ ├── unary=24 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=24_1.py │ │ ├── unary=24_10.py │ │ ├── unary=24_2.py │ │ ├── unary=24_3.py │ │ ├── unary=24_4.py │ │ ├── unary=24_5.py │ │ ├── unary=24_6.py │ │ ├── unary=24_7.py │ │ ├── unary=24_8.py │ │ └── unary=24_9.py │ ├── unary=25 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=25_1.py │ │ ├── unary=25_10.py │ │ ├── unary=25_2.py │ │ ├── unary=25_3.py │ │ ├── unary=25_4.py │ │ ├── unary=25_5.py │ │ ├── unary=25_6.py │ │ ├── unary=25_7.py │ │ ├── unary=25_8.py │ │ └── unary=25_9.py │ ├── unary=26 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=26_1.py │ │ ├── unary=26_10.py │ │ ├── unary=26_2.py │ │ ├── unary=26_3.py │ │ ├── unary=26_4.py │ │ ├── unary=26_5.py │ │ ├── unary=26_6.py │ │ ├── unary=26_7.py │ │ ├── unary=26_8.py │ │ └── unary=26_9.py │ ├── unary=27 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=27_1.py │ │ ├── unary=27_10.py │ │ ├── unary=27_2.py │ │ ├── unary=27_3.py │ │ ├── unary=27_4.py │ │ ├── unary=27_5.py │ │ ├── unary=27_6.py │ │ ├── unary=27_7.py │ │ ├── unary=27_8.py │ │ └── unary=27_9.py │ ├── unary=28 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=28_1.py │ │ ├── unary=28_10.py │ │ ├── unary=28_2.py │ │ ├── unary=28_3.py │ │ ├── unary=28_4.py │ │ ├── unary=28_5.py │ │ ├── unary=28_6.py │ │ ├── unary=28_7.py │ │ ├── unary=28_8.py │ │ └── unary=28_9.py │ ├── unary=29 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=29_1.py │ │ ├── unary=29_10.py │ │ ├── unary=29_2.py │ │ ├── unary=29_3.py │ │ ├── unary=29_4.py │ │ ├── unary=29_5.py │ │ ├── unary=29_6.py │ │ ├── unary=29_7.py │ │ ├── unary=29_8.py │ │ └── unary=29_9.py │ ├── unary=3 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=3_1.py │ │ ├── unary=3_10.py │ │ ├── unary=3_2.py │ │ ├── unary=3_3.py │ │ ├── unary=3_4.py │ │ ├── unary=3_5.py │ │ ├── unary=3_6.py │ │ ├── unary=3_7.py │ │ ├── unary=3_8.py │ │ └── unary=3_9.py │ ├── unary=4 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=4_1.py │ │ ├── unary=4_10.py │ │ ├── unary=4_2.py │ │ ├── unary=4_3.py │ │ ├── unary=4_4.py │ │ ├── unary=4_5.py │ │ ├── unary=4_6.py │ │ ├── unary=4_7.py │ │ ├── unary=4_8.py │ │ └── unary=4_9.py │ ├── unary=5 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=5_1.py │ │ ├── unary=5_10.py │ │ ├── unary=5_2.py │ │ ├── unary=5_3.py │ │ ├── unary=5_4.py │ │ ├── unary=5_5.py │ │ ├── unary=5_6.py │ │ ├── unary=5_7.py │ │ ├── unary=5_8.py │ │ └── unary=5_9.py │ ├── unary=6 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=6_1.py │ │ ├── unary=6_10.py │ │ ├── unary=6_2.py │ │ ├── unary=6_3.py │ │ ├── unary=6_4.py │ │ ├── unary=6_5.py │ │ ├── unary=6_6.py │ │ ├── unary=6_7.py │ │ ├── unary=6_8.py │ │ └── unary=6_9.py │ ├── unary=7 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=7_1.py │ │ ├── unary=7_10.py │ │ ├── unary=7_2.py │ │ ├── unary=7_3.py │ │ ├── unary=7_4.py │ │ ├── unary=7_5.py │ │ ├── unary=7_6.py │ │ ├── unary=7_7.py │ │ ├── unary=7_8.py │ │ └── unary=7_9.py │ ├── unary=8 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=8_1.py │ │ ├── unary=8_10.py │ │ ├── unary=8_2.py │ │ ├── unary=8_3.py │ │ ├── unary=8_4.py │ │ ├── unary=8_5.py │ │ ├── unary=8_6.py │ │ ├── unary=8_7.py │ │ ├── unary=8_8.py │ │ └── unary=8_9.py │ └── unary=9 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=9_1.py │ │ ├── unary=9_10.py │ │ ├── unary=9_2.py │ │ ├── unary=9_3.py │ │ ├── unary=9_4.py │ │ ├── unary=9_5.py │ │ ├── unary=9_6.py │ │ ├── unary=9_7.py │ │ ├── unary=9_8.py │ │ └── unary=9_9.py │ ├── step4-3shot │ ├── addmm │ │ ├── addmm_1.py │ │ ├── addmm_10.py │ │ ├── addmm_2.py │ │ ├── addmm_3.py │ │ ├── addmm_4.py │ │ ├── addmm_5.py │ │ ├── addmm_6.py │ │ ├── addmm_7.py │ │ ├── addmm_8.py │ │ ├── addmm_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── binary=0 │ │ ├── binary=0_1.py │ │ ├── binary=0_10.py │ │ ├── binary=0_2.py │ │ ├── binary=0_3.py │ │ ├── binary=0_4.py │ │ ├── binary=0_5.py │ │ ├── binary=0_6.py │ │ ├── binary=0_7.py │ │ ├── binary=0_8.py │ │ ├── binary=0_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── binary=10 │ │ ├── binary=10_1.py │ │ ├── binary=10_10.py │ │ ├── binary=10_2.py │ │ ├── binary=10_3.py │ │ ├── binary=10_4.py │ │ ├── binary=10_5.py │ │ ├── binary=10_6.py │ │ ├── binary=10_7.py │ │ ├── binary=10_8.py │ │ ├── binary=10_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── binary=2 │ │ ├── binary=2_1.py │ │ ├── binary=2_10.py │ │ ├── binary=2_2.py │ │ ├── binary=2_3.py │ │ ├── binary=2_4.py │ │ ├── binary=2_5.py │ │ ├── binary=2_6.py │ │ ├── binary=2_7.py │ │ ├── binary=2_8.py │ │ ├── binary=2_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── binary=4 │ │ ├── binary=4_1.py │ │ ├── binary=4_10.py │ │ ├── binary=4_2.py │ │ ├── binary=4_3.py │ │ ├── binary=4_4.py │ │ ├── binary=4_5.py │ │ ├── binary=4_6.py │ │ ├── binary=4_7.py │ │ ├── binary=4_8.py │ │ ├── binary=4_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── binary=6 │ │ ├── binary=6_1.py │ │ ├── binary=6_10.py │ │ ├── binary=6_2.py │ │ ├── binary=6_3.py │ │ ├── binary=6_4.py │ │ ├── binary=6_5.py │ │ ├── binary=6_6.py │ │ ├── binary=6_7.py │ │ ├── binary=6_8.py │ │ ├── binary=6_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── binary=8 │ │ ├── binary=8_1.py │ │ ├── binary=8_10.py │ │ ├── binary=8_2.py │ │ ├── binary=8_3.py │ │ ├── binary=8_4.py │ │ ├── binary=8_5.py │ │ ├── binary=8_6.py │ │ ├── binary=8_7.py │ │ ├── binary=8_8.py │ │ ├── binary=8_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── binary_unary=0 │ │ ├── binary_unary=0_1.py │ │ ├── binary_unary=0_10.py │ │ ├── binary_unary=0_2.py │ │ ├── binary_unary=0_3.py │ │ ├── binary_unary=0_4.py │ │ ├── binary_unary=0_5.py │ │ ├── binary_unary=0_6.py │ │ ├── binary_unary=0_7.py │ │ ├── binary_unary=0_8.py │ │ ├── binary_unary=0_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── binary_unary=10 │ │ ├── binary_unary=10_1.py │ │ ├── binary_unary=10_10.py │ │ ├── binary_unary=10_2.py │ │ ├── binary_unary=10_3.py │ │ ├── binary_unary=10_4.py │ │ ├── binary_unary=10_5.py │ │ ├── binary_unary=10_6.py │ │ ├── binary_unary=10_7.py │ │ ├── binary_unary=10_8.py │ │ ├── binary_unary=10_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── binary_unary=2 │ │ ├── binary_unary=2_1.py │ │ ├── binary_unary=2_10.py │ │ ├── binary_unary=2_2.py │ │ ├── binary_unary=2_3.py │ │ ├── binary_unary=2_4.py │ │ ├── binary_unary=2_5.py │ │ ├── binary_unary=2_6.py │ │ ├── binary_unary=2_7.py │ │ ├── binary_unary=2_8.py │ │ ├── binary_unary=2_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── binary_unary=4 │ │ ├── binary_unary=4_1.py │ │ ├── binary_unary=4_10.py │ │ ├── binary_unary=4_2.py │ │ ├── binary_unary=4_3.py │ │ ├── binary_unary=4_4.py │ │ ├── binary_unary=4_5.py │ │ ├── binary_unary=4_6.py │ │ ├── binary_unary=4_7.py │ │ ├── binary_unary=4_8.py │ │ ├── binary_unary=4_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── binary_unary=6 │ │ ├── binary_unary=6_1.py │ │ ├── binary_unary=6_10.py │ │ ├── binary_unary=6_2.py │ │ ├── binary_unary=6_3.py │ │ ├── binary_unary=6_4.py │ │ ├── binary_unary=6_5.py │ │ ├── binary_unary=6_6.py │ │ ├── binary_unary=6_7.py │ │ ├── binary_unary=6_8.py │ │ ├── binary_unary=6_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── binary_unary=8 │ │ ├── binary_unary=8_1.py │ │ ├── binary_unary=8_10.py │ │ ├── binary_unary=8_2.py │ │ ├── binary_unary=8_3.py │ │ ├── binary_unary=8_4.py │ │ ├── binary_unary=8_5.py │ │ ├── binary_unary=8_6.py │ │ ├── binary_unary=8_7.py │ │ ├── binary_unary=8_8.py │ │ ├── binary_unary=8_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── cat_addmm │ │ ├── cat_addmm_1.py │ │ ├── cat_addmm_10.py │ │ ├── cat_addmm_2.py │ │ ├── cat_addmm_3.py │ │ ├── cat_addmm_4.py │ │ ├── cat_addmm_5.py │ │ ├── cat_addmm_6.py │ │ ├── cat_addmm_7.py │ │ ├── cat_addmm_8.py │ │ ├── cat_addmm_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── cat_mm │ │ ├── cat_mm_1.py │ │ ├── cat_mm_10.py │ │ ├── cat_mm_2.py │ │ ├── cat_mm_3.py │ │ ├── cat_mm_4.py │ │ ├── cat_mm_5.py │ │ ├── cat_mm_6.py │ │ ├── cat_mm_7.py │ │ ├── cat_mm_8.py │ │ ├── cat_mm_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── cat_slice_cat │ │ ├── cat_slice_cat_1.py │ │ ├── cat_slice_cat_10.py │ │ ├── cat_slice_cat_2.py │ │ ├── cat_slice_cat_3.py │ │ ├── cat_slice_cat_4.py │ │ ├── cat_slice_cat_5.py │ │ ├── cat_slice_cat_6.py │ │ ├── cat_slice_cat_7.py │ │ ├── cat_slice_cat_8.py │ │ ├── cat_slice_cat_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── fuse_conv_bn │ │ ├── fuse_conv_bn_1.py │ │ ├── fuse_conv_bn_10.py │ │ ├── fuse_conv_bn_2.py │ │ ├── fuse_conv_bn_3.py │ │ ├── fuse_conv_bn_4.py │ │ ├── fuse_conv_bn_5.py │ │ ├── fuse_conv_bn_6.py │ │ ├── fuse_conv_bn_7.py │ │ ├── fuse_conv_bn_8.py │ │ ├── fuse_conv_bn_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── linear_permute_fusion │ │ ├── linear_permute_fusion_1.py │ │ ├── linear_permute_fusion_10.py │ │ ├── linear_permute_fusion_2.py │ │ ├── linear_permute_fusion_3.py │ │ ├── linear_permute_fusion_4.py │ │ ├── linear_permute_fusion_5.py │ │ ├── linear_permute_fusion_6.py │ │ ├── linear_permute_fusion_7.py │ │ ├── linear_permute_fusion_8.py │ │ ├── linear_permute_fusion_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── mm_plus_mm │ │ ├── mm_plus_mm_1.py │ │ ├── mm_plus_mm_10.py │ │ ├── mm_plus_mm_2.py │ │ ├── mm_plus_mm_3.py │ │ ├── mm_plus_mm_4.py │ │ ├── mm_plus_mm_5.py │ │ ├── mm_plus_mm_6.py │ │ ├── mm_plus_mm_7.py │ │ ├── mm_plus_mm_8.py │ │ ├── mm_plus_mm_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── outputs.json │ ├── permute_linear_fusion │ │ ├── permute_linear_fusion_1.py │ │ ├── permute_linear_fusion_10.py │ │ ├── permute_linear_fusion_2.py │ │ ├── permute_linear_fusion_3.py │ │ ├── permute_linear_fusion_4.py │ │ ├── permute_linear_fusion_5.py │ │ ├── permute_linear_fusion_6.py │ │ ├── permute_linear_fusion_7.py │ │ ├── permute_linear_fusion_8.py │ │ ├── permute_linear_fusion_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── permute_matmul_fusion │ │ ├── permute_matmul_fusion_1.py │ │ ├── permute_matmul_fusion_10.py │ │ ├── permute_matmul_fusion_2.py │ │ ├── permute_matmul_fusion_3.py │ │ ├── permute_matmul_fusion_4.py │ │ ├── permute_matmul_fusion_5.py │ │ ├── permute_matmul_fusion_6.py │ │ ├── permute_matmul_fusion_7.py │ │ ├── permute_matmul_fusion_8.py │ │ ├── permute_matmul_fusion_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── pointless_cumsum_replacement │ │ ├── pointless_cumsum_replacement_1.py │ │ ├── pointless_cumsum_replacement_10.py │ │ ├── pointless_cumsum_replacement_2.py │ │ ├── pointless_cumsum_replacement_3.py │ │ ├── pointless_cumsum_replacement_4.py │ │ ├── pointless_cumsum_replacement_5.py │ │ ├── pointless_cumsum_replacement_6.py │ │ ├── pointless_cumsum_replacement_7.py │ │ ├── pointless_cumsum_replacement_8.py │ │ ├── pointless_cumsum_replacement_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── replace_fx │ │ ├── prompt.txt │ │ ├── replace_fx_1.py │ │ ├── replace_fx_10.py │ │ ├── replace_fx_2.py │ │ ├── replace_fx_3.py │ │ ├── replace_fx_4.py │ │ ├── replace_fx_5.py │ │ ├── replace_fx_6.py │ │ ├── replace_fx_7.py │ │ ├── replace_fx_8.py │ │ ├── replace_fx_9.py │ │ └── time.txt │ ├── sfdp=0 │ │ ├── prompt.txt │ │ ├── sfdp=0_1.py │ │ ├── sfdp=0_10.py │ │ ├── sfdp=0_2.py │ │ ├── sfdp=0_3.py │ │ ├── sfdp=0_4.py │ │ ├── sfdp=0_5.py │ │ ├── sfdp=0_6.py │ │ ├── sfdp=0_7.py │ │ ├── sfdp=0_8.py │ │ ├── sfdp=0_9.py │ │ └── time.txt │ ├── sfdp=1 │ │ ├── prompt.txt │ │ ├── sfdp=1_1.py │ │ ├── sfdp=1_10.py │ │ ├── sfdp=1_2.py │ │ ├── sfdp=1_3.py │ │ ├── sfdp=1_4.py │ │ ├── sfdp=1_5.py │ │ ├── sfdp=1_6.py │ │ ├── sfdp=1_7.py │ │ ├── sfdp=1_8.py │ │ ├── sfdp=1_9.py │ │ └── time.txt │ ├── sfdp=2 │ │ ├── prompt.txt │ │ ├── sfdp=2_1.py │ │ ├── sfdp=2_10.py │ │ ├── sfdp=2_2.py │ │ ├── sfdp=2_3.py │ │ ├── sfdp=2_4.py │ │ ├── sfdp=2_5.py │ │ ├── sfdp=2_6.py │ │ ├── sfdp=2_7.py │ │ ├── sfdp=2_8.py │ │ ├── sfdp=2_9.py │ │ └── time.txt │ ├── sfdp=3 │ │ ├── prompt.txt │ │ ├── sfdp=3_1.py │ │ ├── sfdp=3_10.py │ │ ├── sfdp=3_2.py │ │ ├── sfdp=3_3.py │ │ ├── sfdp=3_4.py │ │ ├── sfdp=3_5.py │ │ ├── sfdp=3_6.py │ │ ├── sfdp=3_7.py │ │ ├── sfdp=3_8.py │ │ ├── sfdp=3_9.py │ │ └── time.txt │ ├── sfdp=4 │ │ ├── prompt.txt │ │ ├── sfdp=4_1.py │ │ ├── sfdp=4_10.py │ │ ├── sfdp=4_2.py │ │ ├── sfdp=4_3.py │ │ ├── sfdp=4_4.py │ │ ├── sfdp=4_5.py │ │ ├── sfdp=4_6.py │ │ ├── sfdp=4_7.py │ │ ├── sfdp=4_8.py │ │ ├── sfdp=4_9.py │ │ └── time.txt │ ├── sfdp=5 │ │ ├── prompt.txt │ │ ├── sfdp=5_1.py │ │ ├── sfdp=5_10.py │ │ ├── sfdp=5_2.py │ │ ├── sfdp=5_3.py │ │ ├── sfdp=5_4.py │ │ ├── sfdp=5_5.py │ │ ├── sfdp=5_6.py │ │ ├── sfdp=5_7.py │ │ ├── sfdp=5_8.py │ │ ├── sfdp=5_9.py │ │ └── time.txt │ ├── sink_cat_after_pointwise │ │ ├── prompt.txt │ │ ├── sink_cat_after_pointwise_1.py │ │ ├── sink_cat_after_pointwise_10.py │ │ ├── sink_cat_after_pointwise_2.py │ │ ├── sink_cat_after_pointwise_3.py │ │ ├── sink_cat_after_pointwise_4.py │ │ ├── sink_cat_after_pointwise_5.py │ │ ├── sink_cat_after_pointwise_6.py │ │ ├── sink_cat_after_pointwise_7.py │ │ ├── sink_cat_after_pointwise_8.py │ │ ├── sink_cat_after_pointwise_9.py │ │ └── time.txt │ ├── splitwithsizes_cat_replace │ │ ├── prompt.txt │ │ ├── splitwithsizes_cat_replace_1.py │ │ ├── splitwithsizes_cat_replace_10.py │ │ ├── splitwithsizes_cat_replace_2.py │ │ ├── splitwithsizes_cat_replace_3.py │ │ ├── splitwithsizes_cat_replace_4.py │ │ ├── splitwithsizes_cat_replace_5.py │ │ ├── splitwithsizes_cat_replace_6.py │ │ ├── splitwithsizes_cat_replace_7.py │ │ ├── splitwithsizes_cat_replace_8.py │ │ ├── splitwithsizes_cat_replace_9.py │ │ └── time.txt │ ├── unary=0 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=0_1.py │ │ ├── unary=0_10.py │ │ ├── unary=0_2.py │ │ ├── unary=0_3.py │ │ ├── unary=0_4.py │ │ ├── unary=0_5.py │ │ ├── unary=0_6.py │ │ ├── unary=0_7.py │ │ ├── unary=0_8.py │ │ └── unary=0_9.py │ ├── unary=1 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=1_1.py │ │ ├── unary=1_10.py │ │ ├── unary=1_2.py │ │ ├── unary=1_3.py │ │ ├── unary=1_4.py │ │ ├── unary=1_5.py │ │ ├── unary=1_6.py │ │ ├── unary=1_7.py │ │ ├── unary=1_8.py │ │ └── unary=1_9.py │ ├── unary=10 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=10_1.py │ │ ├── unary=10_10.py │ │ ├── unary=10_2.py │ │ ├── unary=10_3.py │ │ ├── unary=10_4.py │ │ ├── unary=10_5.py │ │ ├── unary=10_6.py │ │ ├── unary=10_7.py │ │ ├── unary=10_8.py │ │ └── unary=10_9.py │ ├── unary=11 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=11_1.py │ │ ├── unary=11_10.py │ │ ├── unary=11_2.py │ │ ├── unary=11_3.py │ │ ├── unary=11_4.py │ │ ├── unary=11_5.py │ │ ├── unary=11_6.py │ │ ├── unary=11_7.py │ │ ├── unary=11_8.py │ │ └── unary=11_9.py │ ├── unary=12 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=12_1.py │ │ ├── unary=12_10.py │ │ ├── unary=12_2.py │ │ ├── unary=12_3.py │ │ ├── unary=12_4.py │ │ ├── unary=12_5.py │ │ ├── unary=12_6.py │ │ ├── unary=12_7.py │ │ ├── unary=12_8.py │ │ └── unary=12_9.py │ ├── unary=13 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=13_1.py │ │ ├── unary=13_10.py │ │ ├── unary=13_2.py │ │ ├── unary=13_3.py │ │ ├── unary=13_4.py │ │ ├── unary=13_5.py │ │ ├── unary=13_6.py │ │ ├── unary=13_7.py │ │ ├── unary=13_8.py │ │ └── unary=13_9.py │ ├── unary=14 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=14_1.py │ │ ├── unary=14_10.py │ │ ├── unary=14_2.py │ │ ├── unary=14_3.py │ │ ├── unary=14_4.py │ │ ├── unary=14_5.py │ │ ├── unary=14_6.py │ │ ├── unary=14_7.py │ │ ├── unary=14_8.py │ │ └── unary=14_9.py │ ├── unary=15 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=15_1.py │ │ ├── unary=15_10.py │ │ ├── unary=15_2.py │ │ ├── unary=15_3.py │ │ ├── unary=15_4.py │ │ ├── unary=15_5.py │ │ ├── unary=15_6.py │ │ ├── unary=15_7.py │ │ ├── unary=15_8.py │ │ └── unary=15_9.py │ ├── unary=16 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=16_1.py │ │ ├── unary=16_10.py │ │ ├── unary=16_2.py │ │ ├── unary=16_3.py │ │ ├── unary=16_4.py │ │ ├── unary=16_5.py │ │ ├── unary=16_6.py │ │ ├── unary=16_7.py │ │ ├── unary=16_8.py │ │ └── unary=16_9.py │ ├── unary=17 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=17_1.py │ │ ├── unary=17_10.py │ │ ├── unary=17_2.py │ │ ├── unary=17_3.py │ │ ├── unary=17_4.py │ │ ├── unary=17_5.py │ │ ├── unary=17_6.py │ │ ├── unary=17_7.py │ │ ├── unary=17_8.py │ │ └── unary=17_9.py │ ├── unary=18 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=18_1.py │ │ ├── unary=18_10.py │ │ ├── unary=18_2.py │ │ ├── unary=18_3.py │ │ ├── unary=18_4.py │ │ ├── unary=18_5.py │ │ ├── unary=18_6.py │ │ ├── unary=18_7.py │ │ ├── unary=18_8.py │ │ └── unary=18_9.py │ ├── unary=19 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=19_1.py │ │ ├── unary=19_10.py │ │ ├── unary=19_2.py │ │ ├── unary=19_3.py │ │ ├── unary=19_4.py │ │ ├── unary=19_5.py │ │ ├── unary=19_6.py │ │ ├── unary=19_7.py │ │ ├── unary=19_8.py │ │ └── unary=19_9.py │ ├── unary=2 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=2_1.py │ │ ├── unary=2_10.py │ │ ├── unary=2_2.py │ │ ├── unary=2_3.py │ │ ├── unary=2_4.py │ │ ├── unary=2_5.py │ │ ├── unary=2_6.py │ │ ├── unary=2_7.py │ │ ├── unary=2_8.py │ │ └── unary=2_9.py │ ├── unary=20 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=20_1.py │ │ ├── unary=20_10.py │ │ ├── unary=20_2.py │ │ ├── unary=20_3.py │ │ ├── unary=20_4.py │ │ ├── unary=20_5.py │ │ ├── unary=20_6.py │ │ ├── unary=20_7.py │ │ ├── unary=20_8.py │ │ └── unary=20_9.py │ ├── unary=21 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=21_1.py │ │ ├── unary=21_10.py │ │ ├── unary=21_2.py │ │ ├── unary=21_3.py │ │ ├── unary=21_4.py │ │ ├── unary=21_5.py │ │ ├── unary=21_6.py │ │ ├── unary=21_7.py │ │ ├── unary=21_8.py │ │ └── unary=21_9.py │ ├── unary=22 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=22_1.py │ │ ├── unary=22_10.py │ │ ├── unary=22_2.py │ │ ├── unary=22_3.py │ │ ├── unary=22_4.py │ │ ├── unary=22_5.py │ │ ├── unary=22_6.py │ │ ├── unary=22_7.py │ │ ├── unary=22_8.py │ │ └── unary=22_9.py │ ├── unary=23 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=23_1.py │ │ ├── unary=23_10.py │ │ ├── unary=23_2.py │ │ ├── unary=23_3.py │ │ ├── unary=23_4.py │ │ ├── unary=23_5.py │ │ ├── unary=23_6.py │ │ ├── unary=23_7.py │ │ ├── unary=23_8.py │ │ └── unary=23_9.py │ ├── unary=24 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=24_1.py │ │ ├── unary=24_10.py │ │ ├── unary=24_2.py │ │ ├── unary=24_3.py │ │ ├── unary=24_4.py │ │ ├── unary=24_5.py │ │ ├── unary=24_6.py │ │ ├── unary=24_7.py │ │ ├── unary=24_8.py │ │ └── unary=24_9.py │ ├── unary=25 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=25_1.py │ │ ├── unary=25_10.py │ │ ├── unary=25_2.py │ │ ├── unary=25_3.py │ │ ├── unary=25_4.py │ │ ├── unary=25_5.py │ │ ├── unary=25_6.py │ │ ├── unary=25_7.py │ │ ├── unary=25_8.py │ │ └── unary=25_9.py │ ├── unary=26 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=26_1.py │ │ ├── unary=26_10.py │ │ ├── unary=26_2.py │ │ ├── unary=26_3.py │ │ ├── unary=26_4.py │ │ ├── unary=26_5.py │ │ ├── unary=26_6.py │ │ ├── unary=26_7.py │ │ ├── unary=26_8.py │ │ └── unary=26_9.py │ ├── unary=27 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=27_1.py │ │ ├── unary=27_10.py │ │ ├── unary=27_2.py │ │ ├── unary=27_3.py │ │ ├── unary=27_4.py │ │ ├── unary=27_5.py │ │ ├── unary=27_6.py │ │ ├── unary=27_7.py │ │ ├── unary=27_8.py │ │ └── unary=27_9.py │ ├── unary=28 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=28_1.py │ │ ├── unary=28_10.py │ │ ├── unary=28_2.py │ │ ├── unary=28_3.py │ │ ├── unary=28_4.py │ │ ├── unary=28_5.py │ │ ├── unary=28_6.py │ │ ├── unary=28_7.py │ │ ├── unary=28_8.py │ │ └── unary=28_9.py │ ├── unary=29 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=29_1.py │ │ ├── unary=29_10.py │ │ ├── unary=29_2.py │ │ ├── unary=29_3.py │ │ ├── unary=29_4.py │ │ ├── unary=29_5.py │ │ ├── unary=29_6.py │ │ ├── unary=29_7.py │ │ ├── unary=29_8.py │ │ └── unary=29_9.py │ ├── unary=3 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=3_1.py │ │ ├── unary=3_10.py │ │ ├── unary=3_2.py │ │ ├── unary=3_3.py │ │ ├── unary=3_4.py │ │ ├── unary=3_5.py │ │ ├── unary=3_6.py │ │ ├── unary=3_7.py │ │ ├── unary=3_8.py │ │ └── unary=3_9.py │ ├── unary=4 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=4_1.py │ │ ├── unary=4_10.py │ │ ├── unary=4_2.py │ │ ├── unary=4_3.py │ │ ├── unary=4_4.py │ │ ├── unary=4_5.py │ │ ├── unary=4_6.py │ │ ├── unary=4_7.py │ │ ├── unary=4_8.py │ │ └── unary=4_9.py │ ├── unary=5 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=5_1.py │ │ ├── unary=5_10.py │ │ ├── unary=5_2.py │ │ ├── unary=5_3.py │ │ ├── unary=5_4.py │ │ ├── unary=5_5.py │ │ ├── unary=5_6.py │ │ ├── unary=5_7.py │ │ ├── unary=5_8.py │ │ └── unary=5_9.py │ ├── unary=6 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=6_1.py │ │ ├── unary=6_10.py │ │ ├── unary=6_2.py │ │ ├── unary=6_3.py │ │ ├── unary=6_4.py │ │ ├── unary=6_5.py │ │ ├── unary=6_6.py │ │ ├── unary=6_7.py │ │ ├── unary=6_8.py │ │ └── unary=6_9.py │ ├── unary=7 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=7_1.py │ │ ├── unary=7_10.py │ │ ├── unary=7_2.py │ │ ├── unary=7_3.py │ │ ├── unary=7_4.py │ │ ├── unary=7_5.py │ │ ├── unary=7_6.py │ │ ├── unary=7_7.py │ │ ├── unary=7_8.py │ │ └── unary=7_9.py │ ├── unary=8 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=8_1.py │ │ ├── unary=8_10.py │ │ ├── unary=8_2.py │ │ ├── unary=8_3.py │ │ ├── unary=8_4.py │ │ ├── unary=8_5.py │ │ ├── unary=8_6.py │ │ ├── unary=8_7.py │ │ ├── unary=8_8.py │ │ └── unary=8_9.py │ └── unary=9 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=9_1.py │ │ ├── unary=9_10.py │ │ ├── unary=9_2.py │ │ ├── unary=9_3.py │ │ ├── unary=9_4.py │ │ ├── unary=9_5.py │ │ ├── unary=9_6.py │ │ ├── unary=9_7.py │ │ ├── unary=9_8.py │ │ └── unary=9_9.py │ ├── step40-3shot │ ├── addmm │ │ ├── addmm_1.py │ │ ├── addmm_10.py │ │ ├── addmm_2.py │ │ ├── addmm_3.py │ │ ├── addmm_4.py │ │ ├── addmm_5.py │ │ ├── addmm_6.py │ │ ├── addmm_7.py │ │ ├── addmm_8.py │ │ ├── addmm_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── binary=0 │ │ ├── binary=0_1.py │ │ ├── binary=0_10.py │ │ ├── binary=0_2.py │ │ ├── binary=0_3.py │ │ ├── binary=0_4.py │ │ ├── binary=0_5.py │ │ ├── binary=0_6.py │ │ ├── binary=0_7.py │ │ ├── binary=0_8.py │ │ ├── binary=0_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── binary=10 │ │ ├── binary=10_1.py │ │ ├── binary=10_10.py │ │ ├── binary=10_2.py │ │ ├── binary=10_3.py │ │ ├── binary=10_4.py │ │ ├── binary=10_5.py │ │ ├── binary=10_6.py │ │ ├── binary=10_7.py │ │ ├── binary=10_8.py │ │ ├── binary=10_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── binary=2 │ │ ├── binary=2_1.py │ │ ├── binary=2_10.py │ │ ├── binary=2_2.py │ │ ├── binary=2_3.py │ │ ├── binary=2_4.py │ │ ├── binary=2_5.py │ │ ├── binary=2_6.py │ │ ├── binary=2_7.py │ │ ├── binary=2_8.py │ │ ├── binary=2_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── binary=4 │ │ ├── binary=4_1.py │ │ ├── binary=4_10.py │ │ ├── binary=4_2.py │ │ ├── binary=4_3.py │ │ ├── binary=4_4.py │ │ ├── binary=4_5.py │ │ ├── binary=4_6.py │ │ ├── binary=4_7.py │ │ ├── binary=4_8.py │ │ ├── binary=4_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── binary=6 │ │ ├── binary=6_1.py │ │ ├── binary=6_10.py │ │ ├── binary=6_2.py │ │ ├── binary=6_3.py │ │ ├── binary=6_4.py │ │ ├── binary=6_5.py │ │ ├── binary=6_6.py │ │ ├── binary=6_7.py │ │ ├── binary=6_8.py │ │ ├── binary=6_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── binary=8 │ │ ├── binary=8_1.py │ │ ├── binary=8_10.py │ │ ├── binary=8_2.py │ │ ├── binary=8_3.py │ │ ├── binary=8_4.py │ │ ├── binary=8_5.py │ │ ├── binary=8_6.py │ │ ├── binary=8_7.py │ │ ├── binary=8_8.py │ │ ├── binary=8_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── binary_unary=0 │ │ ├── binary_unary=0_1.py │ │ ├── binary_unary=0_10.py │ │ ├── binary_unary=0_2.py │ │ ├── binary_unary=0_3.py │ │ ├── binary_unary=0_4.py │ │ ├── binary_unary=0_5.py │ │ ├── binary_unary=0_6.py │ │ ├── binary_unary=0_7.py │ │ ├── binary_unary=0_8.py │ │ ├── binary_unary=0_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── binary_unary=10 │ │ ├── binary_unary=10_1.py │ │ ├── binary_unary=10_10.py │ │ ├── binary_unary=10_2.py │ │ ├── binary_unary=10_3.py │ │ ├── binary_unary=10_4.py │ │ ├── binary_unary=10_5.py │ │ ├── binary_unary=10_6.py │ │ ├── binary_unary=10_7.py │ │ ├── binary_unary=10_8.py │ │ ├── binary_unary=10_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── binary_unary=2 │ │ ├── binary_unary=2_1.py │ │ ├── binary_unary=2_10.py │ │ ├── binary_unary=2_2.py │ │ ├── binary_unary=2_3.py │ │ ├── binary_unary=2_4.py │ │ ├── binary_unary=2_5.py │ │ ├── binary_unary=2_6.py │ │ ├── binary_unary=2_7.py │ │ ├── binary_unary=2_8.py │ │ ├── binary_unary=2_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── binary_unary=4 │ │ ├── binary_unary=4_1.py │ │ ├── binary_unary=4_10.py │ │ ├── binary_unary=4_2.py │ │ ├── binary_unary=4_3.py │ │ ├── binary_unary=4_4.py │ │ ├── binary_unary=4_5.py │ │ ├── binary_unary=4_6.py │ │ ├── binary_unary=4_7.py │ │ ├── binary_unary=4_8.py │ │ ├── binary_unary=4_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── binary_unary=6 │ │ ├── binary_unary=6_1.py │ │ ├── binary_unary=6_10.py │ │ ├── binary_unary=6_2.py │ │ ├── binary_unary=6_3.py │ │ ├── binary_unary=6_4.py │ │ ├── binary_unary=6_5.py │ │ ├── binary_unary=6_6.py │ │ ├── binary_unary=6_7.py │ │ ├── binary_unary=6_8.py │ │ ├── binary_unary=6_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── binary_unary=8 │ │ ├── binary_unary=8_1.py │ │ ├── binary_unary=8_10.py │ │ ├── binary_unary=8_2.py │ │ ├── binary_unary=8_3.py │ │ ├── binary_unary=8_4.py │ │ ├── binary_unary=8_5.py │ │ ├── binary_unary=8_6.py │ │ ├── binary_unary=8_7.py │ │ ├── binary_unary=8_8.py │ │ ├── binary_unary=8_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── cat_addmm │ │ ├── cat_addmm_1.py │ │ ├── cat_addmm_10.py │ │ ├── cat_addmm_2.py │ │ ├── cat_addmm_3.py │ │ ├── cat_addmm_4.py │ │ ├── cat_addmm_5.py │ │ ├── cat_addmm_6.py │ │ ├── cat_addmm_7.py │ │ ├── cat_addmm_8.py │ │ ├── cat_addmm_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── cat_mm │ │ ├── cat_mm_1.py │ │ ├── cat_mm_10.py │ │ ├── cat_mm_2.py │ │ ├── cat_mm_3.py │ │ ├── cat_mm_4.py │ │ ├── cat_mm_5.py │ │ ├── cat_mm_6.py │ │ ├── cat_mm_7.py │ │ ├── cat_mm_8.py │ │ ├── cat_mm_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── cat_slice_cat │ │ ├── cat_slice_cat_1.py │ │ ├── cat_slice_cat_10.py │ │ ├── cat_slice_cat_2.py │ │ ├── cat_slice_cat_3.py │ │ ├── cat_slice_cat_4.py │ │ ├── cat_slice_cat_5.py │ │ ├── cat_slice_cat_6.py │ │ ├── cat_slice_cat_7.py │ │ ├── cat_slice_cat_8.py │ │ ├── cat_slice_cat_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── fuse_conv_bn │ │ ├── fuse_conv_bn_1.py │ │ ├── fuse_conv_bn_10.py │ │ ├── fuse_conv_bn_2.py │ │ ├── fuse_conv_bn_3.py │ │ ├── fuse_conv_bn_4.py │ │ ├── fuse_conv_bn_5.py │ │ ├── fuse_conv_bn_6.py │ │ ├── fuse_conv_bn_7.py │ │ ├── fuse_conv_bn_8.py │ │ ├── fuse_conv_bn_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── linear_permute_fusion │ │ ├── linear_permute_fusion_1.py │ │ ├── linear_permute_fusion_10.py │ │ ├── linear_permute_fusion_2.py │ │ ├── linear_permute_fusion_3.py │ │ ├── linear_permute_fusion_4.py │ │ ├── linear_permute_fusion_5.py │ │ ├── linear_permute_fusion_6.py │ │ ├── linear_permute_fusion_7.py │ │ ├── linear_permute_fusion_8.py │ │ ├── linear_permute_fusion_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── mm_plus_mm │ │ ├── mm_plus_mm_1.py │ │ ├── mm_plus_mm_10.py │ │ ├── mm_plus_mm_2.py │ │ ├── mm_plus_mm_3.py │ │ ├── mm_plus_mm_4.py │ │ ├── mm_plus_mm_5.py │ │ ├── mm_plus_mm_6.py │ │ ├── mm_plus_mm_7.py │ │ ├── mm_plus_mm_8.py │ │ ├── mm_plus_mm_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── outputs.json │ ├── permute_linear_fusion │ │ ├── permute_linear_fusion_1.py │ │ ├── permute_linear_fusion_10.py │ │ ├── permute_linear_fusion_2.py │ │ ├── permute_linear_fusion_3.py │ │ ├── permute_linear_fusion_4.py │ │ ├── permute_linear_fusion_5.py │ │ ├── permute_linear_fusion_6.py │ │ ├── permute_linear_fusion_7.py │ │ ├── permute_linear_fusion_8.py │ │ ├── permute_linear_fusion_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── permute_matmul_fusion │ │ ├── permute_matmul_fusion_1.py │ │ ├── permute_matmul_fusion_10.py │ │ ├── permute_matmul_fusion_2.py │ │ ├── permute_matmul_fusion_3.py │ │ ├── permute_matmul_fusion_4.py │ │ ├── permute_matmul_fusion_5.py │ │ ├── permute_matmul_fusion_6.py │ │ ├── permute_matmul_fusion_7.py │ │ ├── permute_matmul_fusion_8.py │ │ ├── permute_matmul_fusion_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── pointless_cumsum_replacement │ │ ├── pointless_cumsum_replacement_1.py │ │ ├── pointless_cumsum_replacement_10.py │ │ ├── pointless_cumsum_replacement_2.py │ │ ├── pointless_cumsum_replacement_3.py │ │ ├── pointless_cumsum_replacement_4.py │ │ ├── pointless_cumsum_replacement_5.py │ │ ├── pointless_cumsum_replacement_6.py │ │ ├── pointless_cumsum_replacement_7.py │ │ ├── pointless_cumsum_replacement_8.py │ │ ├── pointless_cumsum_replacement_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── replace_fx │ │ ├── prompt.txt │ │ ├── replace_fx_1.py │ │ ├── replace_fx_10.py │ │ ├── replace_fx_2.py │ │ ├── replace_fx_3.py │ │ ├── replace_fx_4.py │ │ ├── replace_fx_5.py │ │ ├── replace_fx_6.py │ │ ├── replace_fx_7.py │ │ ├── replace_fx_8.py │ │ ├── replace_fx_9.py │ │ └── time.txt │ ├── sfdp=0 │ │ ├── prompt.txt │ │ ├── sfdp=0_1.py │ │ ├── sfdp=0_10.py │ │ ├── sfdp=0_2.py │ │ ├── sfdp=0_3.py │ │ ├── sfdp=0_4.py │ │ ├── sfdp=0_5.py │ │ ├── sfdp=0_6.py │ │ ├── sfdp=0_7.py │ │ ├── sfdp=0_8.py │ │ ├── sfdp=0_9.py │ │ └── time.txt │ ├── sfdp=1 │ │ ├── prompt.txt │ │ ├── sfdp=1_1.py │ │ ├── sfdp=1_10.py │ │ ├── sfdp=1_2.py │ │ ├── sfdp=1_3.py │ │ ├── sfdp=1_4.py │ │ ├── sfdp=1_5.py │ │ ├── sfdp=1_6.py │ │ ├── sfdp=1_7.py │ │ ├── sfdp=1_8.py │ │ ├── sfdp=1_9.py │ │ └── time.txt │ ├── sfdp=2 │ │ ├── prompt.txt │ │ ├── sfdp=2_1.py │ │ ├── sfdp=2_10.py │ │ ├── sfdp=2_2.py │ │ ├── sfdp=2_3.py │ │ ├── sfdp=2_4.py │ │ ├── sfdp=2_5.py │ │ ├── sfdp=2_6.py │ │ ├── sfdp=2_7.py │ │ ├── sfdp=2_8.py │ │ ├── sfdp=2_9.py │ │ └── time.txt │ ├── sfdp=3 │ │ ├── prompt.txt │ │ ├── sfdp=3_1.py │ │ ├── sfdp=3_10.py │ │ ├── sfdp=3_2.py │ │ ├── sfdp=3_3.py │ │ ├── sfdp=3_4.py │ │ ├── sfdp=3_5.py │ │ ├── sfdp=3_6.py │ │ ├── sfdp=3_7.py │ │ ├── sfdp=3_8.py │ │ ├── sfdp=3_9.py │ │ └── time.txt │ ├── sfdp=4 │ │ ├── prompt.txt │ │ ├── sfdp=4_1.py │ │ ├── sfdp=4_10.py │ │ ├── sfdp=4_2.py │ │ ├── sfdp=4_3.py │ │ ├── sfdp=4_4.py │ │ ├── sfdp=4_5.py │ │ ├── sfdp=4_6.py │ │ ├── sfdp=4_7.py │ │ ├── sfdp=4_8.py │ │ ├── sfdp=4_9.py │ │ └── time.txt │ ├── sfdp=5 │ │ ├── prompt.txt │ │ ├── sfdp=5_1.py │ │ ├── sfdp=5_10.py │ │ ├── sfdp=5_2.py │ │ ├── sfdp=5_3.py │ │ ├── sfdp=5_4.py │ │ ├── sfdp=5_5.py │ │ ├── sfdp=5_6.py │ │ ├── sfdp=5_7.py │ │ ├── sfdp=5_8.py │ │ ├── sfdp=5_9.py │ │ └── time.txt │ ├── sink_cat_after_pointwise │ │ ├── prompt.txt │ │ ├── sink_cat_after_pointwise_1.py │ │ ├── sink_cat_after_pointwise_10.py │ │ ├── sink_cat_after_pointwise_2.py │ │ ├── sink_cat_after_pointwise_3.py │ │ ├── sink_cat_after_pointwise_4.py │ │ ├── sink_cat_after_pointwise_5.py │ │ ├── sink_cat_after_pointwise_6.py │ │ ├── sink_cat_after_pointwise_7.py │ │ ├── sink_cat_after_pointwise_8.py │ │ ├── sink_cat_after_pointwise_9.py │ │ └── time.txt │ ├── splitwithsizes_cat_replace │ │ ├── prompt.txt │ │ ├── splitwithsizes_cat_replace_1.py │ │ ├── splitwithsizes_cat_replace_10.py │ │ ├── splitwithsizes_cat_replace_2.py │ │ ├── splitwithsizes_cat_replace_3.py │ │ ├── splitwithsizes_cat_replace_4.py │ │ ├── splitwithsizes_cat_replace_5.py │ │ ├── splitwithsizes_cat_replace_6.py │ │ ├── splitwithsizes_cat_replace_7.py │ │ ├── splitwithsizes_cat_replace_8.py │ │ ├── splitwithsizes_cat_replace_9.py │ │ └── time.txt │ ├── unary=0 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=0_1.py │ │ ├── unary=0_10.py │ │ ├── unary=0_2.py │ │ ├── unary=0_3.py │ │ ├── unary=0_4.py │ │ ├── unary=0_5.py │ │ ├── unary=0_6.py │ │ ├── unary=0_7.py │ │ ├── unary=0_8.py │ │ └── unary=0_9.py │ ├── unary=1 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=1_1.py │ │ ├── unary=1_10.py │ │ ├── unary=1_2.py │ │ ├── unary=1_3.py │ │ ├── unary=1_4.py │ │ ├── unary=1_5.py │ │ ├── unary=1_6.py │ │ ├── unary=1_7.py │ │ ├── unary=1_8.py │ │ └── unary=1_9.py │ ├── unary=10 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=10_1.py │ │ ├── unary=10_10.py │ │ ├── unary=10_2.py │ │ ├── unary=10_3.py │ │ ├── unary=10_4.py │ │ ├── unary=10_5.py │ │ ├── unary=10_6.py │ │ ├── unary=10_7.py │ │ ├── unary=10_8.py │ │ └── unary=10_9.py │ ├── unary=11 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=11_1.py │ │ ├── unary=11_10.py │ │ ├── unary=11_2.py │ │ ├── unary=11_3.py │ │ ├── unary=11_4.py │ │ ├── unary=11_5.py │ │ ├── unary=11_6.py │ │ ├── unary=11_7.py │ │ ├── unary=11_8.py │ │ └── unary=11_9.py │ ├── unary=12 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=12_1.py │ │ ├── unary=12_10.py │ │ ├── unary=12_2.py │ │ ├── unary=12_3.py │ │ ├── unary=12_4.py │ │ ├── unary=12_5.py │ │ ├── unary=12_6.py │ │ ├── unary=12_7.py │ │ ├── unary=12_8.py │ │ └── unary=12_9.py │ ├── unary=13 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=13_1.py │ │ ├── unary=13_10.py │ │ ├── unary=13_2.py │ │ ├── unary=13_3.py │ │ ├── unary=13_4.py │ │ ├── unary=13_5.py │ │ ├── unary=13_6.py │ │ ├── unary=13_7.py │ │ ├── unary=13_8.py │ │ └── unary=13_9.py │ ├── unary=14 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=14_1.py │ │ ├── unary=14_10.py │ │ ├── unary=14_2.py │ │ ├── unary=14_3.py │ │ ├── unary=14_4.py │ │ ├── unary=14_5.py │ │ ├── unary=14_6.py │ │ ├── unary=14_7.py │ │ ├── unary=14_8.py │ │ └── unary=14_9.py │ ├── unary=15 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=15_1.py │ │ ├── unary=15_10.py │ │ ├── unary=15_2.py │ │ ├── unary=15_3.py │ │ ├── unary=15_4.py │ │ ├── unary=15_5.py │ │ ├── unary=15_6.py │ │ ├── unary=15_7.py │ │ ├── unary=15_8.py │ │ └── unary=15_9.py │ ├── unary=16 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=16_1.py │ │ ├── unary=16_10.py │ │ ├── unary=16_2.py │ │ ├── unary=16_3.py │ │ ├── unary=16_4.py │ │ ├── unary=16_5.py │ │ ├── unary=16_6.py │ │ ├── unary=16_7.py │ │ ├── unary=16_8.py │ │ └── unary=16_9.py │ ├── unary=17 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=17_1.py │ │ ├── unary=17_10.py │ │ ├── unary=17_2.py │ │ ├── unary=17_3.py │ │ ├── unary=17_4.py │ │ ├── unary=17_5.py │ │ ├── unary=17_6.py │ │ ├── unary=17_7.py │ │ ├── unary=17_8.py │ │ └── unary=17_9.py │ ├── unary=18 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=18_1.py │ │ ├── unary=18_10.py │ │ ├── unary=18_2.py │ │ ├── unary=18_3.py │ │ ├── unary=18_4.py │ │ ├── unary=18_5.py │ │ ├── unary=18_6.py │ │ ├── unary=18_7.py │ │ ├── unary=18_8.py │ │ └── unary=18_9.py │ ├── unary=19 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=19_1.py │ │ ├── unary=19_10.py │ │ ├── unary=19_2.py │ │ ├── unary=19_3.py │ │ ├── unary=19_4.py │ │ ├── unary=19_5.py │ │ ├── unary=19_6.py │ │ ├── unary=19_7.py │ │ ├── unary=19_8.py │ │ └── unary=19_9.py │ ├── unary=2 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=2_1.py │ │ ├── unary=2_10.py │ │ ├── unary=2_2.py │ │ ├── unary=2_3.py │ │ ├── unary=2_4.py │ │ ├── unary=2_5.py │ │ ├── unary=2_6.py │ │ ├── unary=2_7.py │ │ ├── unary=2_8.py │ │ └── unary=2_9.py │ ├── unary=20 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=20_1.py │ │ ├── unary=20_10.py │ │ ├── unary=20_2.py │ │ ├── unary=20_3.py │ │ ├── unary=20_4.py │ │ ├── unary=20_5.py │ │ ├── unary=20_6.py │ │ ├── unary=20_7.py │ │ ├── unary=20_8.py │ │ └── unary=20_9.py │ ├── unary=21 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=21_1.py │ │ ├── unary=21_10.py │ │ ├── unary=21_2.py │ │ ├── unary=21_3.py │ │ ├── unary=21_4.py │ │ ├── unary=21_5.py │ │ ├── unary=21_6.py │ │ ├── unary=21_7.py │ │ ├── unary=21_8.py │ │ └── unary=21_9.py │ ├── unary=22 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=22_1.py │ │ ├── unary=22_10.py │ │ ├── unary=22_2.py │ │ ├── unary=22_3.py │ │ ├── unary=22_4.py │ │ ├── unary=22_5.py │ │ ├── unary=22_6.py │ │ ├── unary=22_7.py │ │ ├── unary=22_8.py │ │ └── unary=22_9.py │ ├── unary=23 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=23_1.py │ │ ├── unary=23_10.py │ │ ├── unary=23_2.py │ │ ├── unary=23_3.py │ │ ├── unary=23_4.py │ │ ├── unary=23_5.py │ │ ├── unary=23_6.py │ │ ├── unary=23_7.py │ │ ├── unary=23_8.py │ │ └── unary=23_9.py │ ├── unary=24 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=24_1.py │ │ ├── unary=24_10.py │ │ ├── unary=24_2.py │ │ ├── unary=24_3.py │ │ ├── unary=24_4.py │ │ ├── unary=24_5.py │ │ ├── unary=24_6.py │ │ ├── unary=24_7.py │ │ ├── unary=24_8.py │ │ └── unary=24_9.py │ ├── unary=25 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=25_1.py │ │ ├── unary=25_10.py │ │ ├── unary=25_2.py │ │ ├── unary=25_3.py │ │ ├── unary=25_4.py │ │ ├── unary=25_5.py │ │ ├── unary=25_6.py │ │ ├── unary=25_7.py │ │ ├── unary=25_8.py │ │ └── unary=25_9.py │ ├── unary=26 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=26_1.py │ │ ├── unary=26_10.py │ │ ├── unary=26_2.py │ │ ├── unary=26_3.py │ │ ├── unary=26_4.py │ │ ├── unary=26_5.py │ │ ├── unary=26_6.py │ │ ├── unary=26_7.py │ │ ├── unary=26_8.py │ │ └── unary=26_9.py │ ├── unary=27 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=27_1.py │ │ ├── unary=27_10.py │ │ ├── unary=27_2.py │ │ ├── unary=27_3.py │ │ ├── unary=27_4.py │ │ ├── unary=27_5.py │ │ ├── unary=27_6.py │ │ ├── unary=27_7.py │ │ ├── unary=27_8.py │ │ └── unary=27_9.py │ ├── unary=28 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=28_1.py │ │ ├── unary=28_10.py │ │ ├── unary=28_2.py │ │ ├── unary=28_3.py │ │ ├── unary=28_4.py │ │ ├── unary=28_5.py │ │ ├── unary=28_6.py │ │ ├── unary=28_7.py │ │ ├── unary=28_8.py │ │ └── unary=28_9.py │ ├── unary=29 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=29_1.py │ │ ├── unary=29_10.py │ │ ├── unary=29_2.py │ │ ├── unary=29_3.py │ │ ├── unary=29_4.py │ │ ├── unary=29_5.py │ │ ├── unary=29_6.py │ │ ├── unary=29_7.py │ │ ├── unary=29_8.py │ │ └── unary=29_9.py │ ├── unary=3 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=3_1.py │ │ ├── unary=3_10.py │ │ ├── unary=3_2.py │ │ ├── unary=3_3.py │ │ ├── unary=3_4.py │ │ ├── unary=3_5.py │ │ ├── unary=3_6.py │ │ ├── unary=3_7.py │ │ ├── unary=3_8.py │ │ └── unary=3_9.py │ ├── unary=4 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=4_1.py │ │ ├── unary=4_10.py │ │ ├── unary=4_2.py │ │ ├── unary=4_3.py │ │ ├── unary=4_4.py │ │ ├── unary=4_5.py │ │ ├── unary=4_6.py │ │ ├── unary=4_7.py │ │ ├── unary=4_8.py │ │ └── unary=4_9.py │ ├── unary=5 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=5_1.py │ │ ├── unary=5_10.py │ │ ├── unary=5_2.py │ │ ├── unary=5_3.py │ │ ├── unary=5_4.py │ │ ├── unary=5_5.py │ │ ├── unary=5_6.py │ │ ├── unary=5_7.py │ │ ├── unary=5_8.py │ │ └── unary=5_9.py │ ├── unary=6 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=6_1.py │ │ ├── unary=6_10.py │ │ ├── unary=6_2.py │ │ ├── unary=6_3.py │ │ ├── unary=6_4.py │ │ ├── unary=6_5.py │ │ ├── unary=6_6.py │ │ ├── unary=6_7.py │ │ ├── unary=6_8.py │ │ └── unary=6_9.py │ ├── unary=7 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=7_1.py │ │ ├── unary=7_10.py │ │ ├── unary=7_2.py │ │ ├── unary=7_3.py │ │ ├── unary=7_4.py │ │ ├── unary=7_5.py │ │ ├── unary=7_6.py │ │ ├── unary=7_7.py │ │ ├── unary=7_8.py │ │ └── unary=7_9.py │ ├── unary=8 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=8_1.py │ │ ├── unary=8_10.py │ │ ├── unary=8_2.py │ │ ├── unary=8_3.py │ │ ├── unary=8_4.py │ │ ├── unary=8_5.py │ │ ├── unary=8_6.py │ │ ├── unary=8_7.py │ │ ├── unary=8_8.py │ │ └── unary=8_9.py │ └── unary=9 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=9_1.py │ │ ├── unary=9_10.py │ │ ├── unary=9_2.py │ │ ├── unary=9_3.py │ │ ├── unary=9_4.py │ │ ├── unary=9_5.py │ │ ├── unary=9_6.py │ │ ├── unary=9_7.py │ │ ├── unary=9_8.py │ │ └── unary=9_9.py │ ├── step41-3shot │ ├── addmm │ │ ├── addmm_1.py │ │ ├── addmm_10.py │ │ ├── addmm_2.py │ │ ├── addmm_3.py │ │ ├── addmm_4.py │ │ ├── addmm_5.py │ │ ├── addmm_6.py │ │ ├── addmm_7.py │ │ ├── addmm_8.py │ │ ├── addmm_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── binary=0 │ │ ├── binary=0_1.py │ │ ├── binary=0_10.py │ │ ├── binary=0_2.py │ │ ├── binary=0_3.py │ │ ├── binary=0_4.py │ │ ├── binary=0_5.py │ │ ├── binary=0_6.py │ │ ├── binary=0_7.py │ │ ├── binary=0_8.py │ │ ├── binary=0_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── binary=10 │ │ ├── binary=10_1.py │ │ ├── binary=10_10.py │ │ ├── binary=10_2.py │ │ ├── binary=10_3.py │ │ ├── binary=10_4.py │ │ ├── binary=10_5.py │ │ ├── binary=10_6.py │ │ ├── binary=10_7.py │ │ ├── binary=10_8.py │ │ ├── binary=10_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── binary=2 │ │ ├── binary=2_1.py │ │ ├── binary=2_10.py │ │ ├── binary=2_2.py │ │ ├── binary=2_3.py │ │ ├── binary=2_4.py │ │ ├── binary=2_5.py │ │ ├── binary=2_6.py │ │ ├── binary=2_7.py │ │ ├── binary=2_8.py │ │ ├── binary=2_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── binary=4 │ │ ├── binary=4_1.py │ │ ├── binary=4_10.py │ │ ├── binary=4_2.py │ │ ├── binary=4_3.py │ │ ├── binary=4_4.py │ │ ├── binary=4_5.py │ │ ├── binary=4_6.py │ │ ├── binary=4_7.py │ │ ├── binary=4_8.py │ │ ├── binary=4_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── binary=6 │ │ ├── binary=6_1.py │ │ ├── binary=6_10.py │ │ ├── binary=6_2.py │ │ ├── binary=6_3.py │ │ ├── binary=6_4.py │ │ ├── binary=6_5.py │ │ ├── binary=6_6.py │ │ ├── binary=6_7.py │ │ ├── binary=6_8.py │ │ ├── binary=6_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── binary=8 │ │ ├── binary=8_1.py │ │ ├── binary=8_10.py │ │ ├── binary=8_2.py │ │ ├── binary=8_3.py │ │ ├── binary=8_4.py │ │ ├── binary=8_5.py │ │ ├── binary=8_6.py │ │ ├── binary=8_7.py │ │ ├── binary=8_8.py │ │ ├── binary=8_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── binary_unary=0 │ │ ├── binary_unary=0_1.py │ │ ├── binary_unary=0_10.py │ │ ├── binary_unary=0_2.py │ │ ├── binary_unary=0_3.py │ │ ├── binary_unary=0_4.py │ │ ├── binary_unary=0_5.py │ │ ├── binary_unary=0_6.py │ │ ├── binary_unary=0_7.py │ │ ├── binary_unary=0_8.py │ │ ├── binary_unary=0_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── binary_unary=10 │ │ ├── binary_unary=10_1.py │ │ ├── binary_unary=10_10.py │ │ ├── binary_unary=10_2.py │ │ ├── binary_unary=10_3.py │ │ ├── binary_unary=10_4.py │ │ ├── binary_unary=10_5.py │ │ ├── binary_unary=10_6.py │ │ ├── binary_unary=10_7.py │ │ ├── binary_unary=10_8.py │ │ ├── binary_unary=10_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── binary_unary=2 │ │ ├── binary_unary=2_1.py │ │ ├── binary_unary=2_10.py │ │ ├── binary_unary=2_2.py │ │ ├── binary_unary=2_3.py │ │ ├── binary_unary=2_4.py │ │ ├── binary_unary=2_5.py │ │ ├── binary_unary=2_6.py │ │ ├── binary_unary=2_7.py │ │ ├── binary_unary=2_8.py │ │ ├── binary_unary=2_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── binary_unary=4 │ │ ├── binary_unary=4_1.py │ │ ├── binary_unary=4_10.py │ │ ├── binary_unary=4_2.py │ │ ├── binary_unary=4_3.py │ │ ├── binary_unary=4_4.py │ │ ├── binary_unary=4_5.py │ │ ├── binary_unary=4_6.py │ │ ├── binary_unary=4_7.py │ │ ├── binary_unary=4_8.py │ │ ├── binary_unary=4_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── binary_unary=6 │ │ ├── binary_unary=6_1.py │ │ ├── binary_unary=6_10.py │ │ ├── binary_unary=6_2.py │ │ ├── binary_unary=6_3.py │ │ ├── binary_unary=6_4.py │ │ ├── binary_unary=6_5.py │ │ ├── binary_unary=6_6.py │ │ ├── binary_unary=6_7.py │ │ ├── binary_unary=6_8.py │ │ ├── binary_unary=6_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── binary_unary=8 │ │ ├── binary_unary=8_1.py │ │ ├── binary_unary=8_10.py │ │ ├── binary_unary=8_2.py │ │ ├── binary_unary=8_3.py │ │ ├── binary_unary=8_4.py │ │ ├── binary_unary=8_5.py │ │ ├── binary_unary=8_6.py │ │ ├── binary_unary=8_7.py │ │ ├── binary_unary=8_8.py │ │ ├── binary_unary=8_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── cat_addmm │ │ ├── cat_addmm_1.py │ │ ├── cat_addmm_10.py │ │ ├── cat_addmm_2.py │ │ ├── cat_addmm_3.py │ │ ├── cat_addmm_4.py │ │ ├── cat_addmm_5.py │ │ ├── cat_addmm_6.py │ │ ├── cat_addmm_7.py │ │ ├── cat_addmm_8.py │ │ ├── cat_addmm_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── cat_mm │ │ ├── cat_mm_1.py │ │ ├── cat_mm_10.py │ │ ├── cat_mm_2.py │ │ ├── cat_mm_3.py │ │ ├── cat_mm_4.py │ │ ├── cat_mm_5.py │ │ ├── cat_mm_6.py │ │ ├── cat_mm_7.py │ │ ├── cat_mm_8.py │ │ ├── cat_mm_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── cat_slice_cat │ │ ├── cat_slice_cat_1.py │ │ ├── cat_slice_cat_10.py │ │ ├── cat_slice_cat_2.py │ │ ├── cat_slice_cat_3.py │ │ ├── cat_slice_cat_4.py │ │ ├── cat_slice_cat_5.py │ │ ├── cat_slice_cat_6.py │ │ ├── cat_slice_cat_7.py │ │ ├── cat_slice_cat_8.py │ │ ├── cat_slice_cat_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── fuse_conv_bn │ │ ├── fuse_conv_bn_1.py │ │ ├── fuse_conv_bn_10.py │ │ ├── fuse_conv_bn_2.py │ │ ├── fuse_conv_bn_3.py │ │ ├── fuse_conv_bn_4.py │ │ ├── fuse_conv_bn_5.py │ │ ├── fuse_conv_bn_6.py │ │ ├── fuse_conv_bn_7.py │ │ ├── fuse_conv_bn_8.py │ │ ├── fuse_conv_bn_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── linear_permute_fusion │ │ ├── linear_permute_fusion_1.py │ │ ├── linear_permute_fusion_10.py │ │ ├── linear_permute_fusion_2.py │ │ ├── linear_permute_fusion_3.py │ │ ├── linear_permute_fusion_4.py │ │ ├── linear_permute_fusion_5.py │ │ ├── linear_permute_fusion_6.py │ │ ├── linear_permute_fusion_7.py │ │ ├── linear_permute_fusion_8.py │ │ ├── linear_permute_fusion_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── mm_plus_mm │ │ ├── mm_plus_mm_1.py │ │ ├── mm_plus_mm_10.py │ │ ├── mm_plus_mm_2.py │ │ ├── mm_plus_mm_3.py │ │ ├── mm_plus_mm_4.py │ │ ├── mm_plus_mm_5.py │ │ ├── mm_plus_mm_6.py │ │ ├── mm_plus_mm_7.py │ │ ├── mm_plus_mm_8.py │ │ ├── mm_plus_mm_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── outputs.json │ ├── permute_linear_fusion │ │ ├── permute_linear_fusion_1.py │ │ ├── permute_linear_fusion_10.py │ │ ├── permute_linear_fusion_2.py │ │ ├── permute_linear_fusion_3.py │ │ ├── permute_linear_fusion_4.py │ │ ├── permute_linear_fusion_5.py │ │ ├── permute_linear_fusion_6.py │ │ ├── permute_linear_fusion_7.py │ │ ├── permute_linear_fusion_8.py │ │ ├── permute_linear_fusion_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── permute_matmul_fusion │ │ ├── permute_matmul_fusion_1.py │ │ ├── permute_matmul_fusion_10.py │ │ ├── permute_matmul_fusion_2.py │ │ ├── permute_matmul_fusion_3.py │ │ ├── permute_matmul_fusion_4.py │ │ ├── permute_matmul_fusion_5.py │ │ ├── permute_matmul_fusion_6.py │ │ ├── permute_matmul_fusion_7.py │ │ ├── permute_matmul_fusion_8.py │ │ ├── permute_matmul_fusion_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── pointless_cumsum_replacement │ │ ├── pointless_cumsum_replacement_1.py │ │ ├── pointless_cumsum_replacement_10.py │ │ ├── pointless_cumsum_replacement_2.py │ │ ├── pointless_cumsum_replacement_3.py │ │ ├── pointless_cumsum_replacement_4.py │ │ ├── pointless_cumsum_replacement_5.py │ │ ├── pointless_cumsum_replacement_6.py │ │ ├── pointless_cumsum_replacement_7.py │ │ ├── pointless_cumsum_replacement_8.py │ │ ├── pointless_cumsum_replacement_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── replace_fx │ │ ├── prompt.txt │ │ ├── replace_fx_1.py │ │ ├── replace_fx_10.py │ │ ├── replace_fx_2.py │ │ ├── replace_fx_3.py │ │ ├── replace_fx_4.py │ │ ├── replace_fx_5.py │ │ ├── replace_fx_6.py │ │ ├── replace_fx_7.py │ │ ├── replace_fx_8.py │ │ ├── replace_fx_9.py │ │ └── time.txt │ ├── sfdp=0 │ │ ├── prompt.txt │ │ ├── sfdp=0_1.py │ │ ├── sfdp=0_10.py │ │ ├── sfdp=0_2.py │ │ ├── sfdp=0_3.py │ │ ├── sfdp=0_4.py │ │ ├── sfdp=0_5.py │ │ ├── sfdp=0_6.py │ │ ├── sfdp=0_7.py │ │ ├── sfdp=0_8.py │ │ ├── sfdp=0_9.py │ │ └── time.txt │ ├── sfdp=1 │ │ ├── prompt.txt │ │ ├── sfdp=1_1.py │ │ ├── sfdp=1_10.py │ │ ├── sfdp=1_2.py │ │ ├── sfdp=1_3.py │ │ ├── sfdp=1_4.py │ │ ├── sfdp=1_5.py │ │ ├── sfdp=1_6.py │ │ ├── sfdp=1_7.py │ │ ├── sfdp=1_8.py │ │ ├── sfdp=1_9.py │ │ └── time.txt │ ├── sfdp=2 │ │ ├── prompt.txt │ │ ├── sfdp=2_1.py │ │ ├── sfdp=2_10.py │ │ ├── sfdp=2_2.py │ │ ├── sfdp=2_3.py │ │ ├── sfdp=2_4.py │ │ ├── sfdp=2_5.py │ │ ├── sfdp=2_6.py │ │ ├── sfdp=2_7.py │ │ ├── sfdp=2_8.py │ │ ├── sfdp=2_9.py │ │ └── time.txt │ ├── sfdp=3 │ │ ├── prompt.txt │ │ ├── sfdp=3_1.py │ │ ├── sfdp=3_10.py │ │ ├── sfdp=3_2.py │ │ ├── sfdp=3_3.py │ │ ├── sfdp=3_4.py │ │ ├── sfdp=3_5.py │ │ ├── sfdp=3_6.py │ │ ├── sfdp=3_7.py │ │ ├── sfdp=3_8.py │ │ ├── sfdp=3_9.py │ │ └── time.txt │ ├── sfdp=4 │ │ ├── prompt.txt │ │ ├── sfdp=4_1.py │ │ ├── sfdp=4_10.py │ │ ├── sfdp=4_2.py │ │ ├── sfdp=4_3.py │ │ ├── sfdp=4_4.py │ │ ├── sfdp=4_5.py │ │ ├── sfdp=4_6.py │ │ ├── sfdp=4_7.py │ │ ├── sfdp=4_8.py │ │ ├── sfdp=4_9.py │ │ └── time.txt │ ├── sfdp=5 │ │ ├── prompt.txt │ │ ├── sfdp=5_1.py │ │ ├── sfdp=5_10.py │ │ ├── sfdp=5_2.py │ │ ├── sfdp=5_3.py │ │ ├── sfdp=5_4.py │ │ ├── sfdp=5_5.py │ │ ├── sfdp=5_6.py │ │ ├── sfdp=5_7.py │ │ ├── sfdp=5_8.py │ │ ├── sfdp=5_9.py │ │ └── time.txt │ ├── sink_cat_after_pointwise │ │ ├── prompt.txt │ │ ├── sink_cat_after_pointwise_1.py │ │ ├── sink_cat_after_pointwise_10.py │ │ ├── sink_cat_after_pointwise_2.py │ │ ├── sink_cat_after_pointwise_3.py │ │ ├── sink_cat_after_pointwise_4.py │ │ ├── sink_cat_after_pointwise_5.py │ │ ├── sink_cat_after_pointwise_6.py │ │ ├── sink_cat_after_pointwise_7.py │ │ ├── sink_cat_after_pointwise_8.py │ │ ├── sink_cat_after_pointwise_9.py │ │ └── time.txt │ ├── splitwithsizes_cat_replace │ │ ├── prompt.txt │ │ ├── splitwithsizes_cat_replace_1.py │ │ ├── splitwithsizes_cat_replace_10.py │ │ ├── splitwithsizes_cat_replace_2.py │ │ ├── splitwithsizes_cat_replace_3.py │ │ ├── splitwithsizes_cat_replace_4.py │ │ ├── splitwithsizes_cat_replace_5.py │ │ ├── splitwithsizes_cat_replace_6.py │ │ ├── splitwithsizes_cat_replace_7.py │ │ ├── splitwithsizes_cat_replace_8.py │ │ ├── splitwithsizes_cat_replace_9.py │ │ └── time.txt │ ├── unary=0 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=0_1.py │ │ ├── unary=0_10.py │ │ ├── unary=0_2.py │ │ ├── unary=0_3.py │ │ ├── unary=0_4.py │ │ ├── unary=0_5.py │ │ ├── unary=0_6.py │ │ ├── unary=0_7.py │ │ ├── unary=0_8.py │ │ └── unary=0_9.py │ ├── unary=1 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=1_1.py │ │ ├── unary=1_10.py │ │ ├── unary=1_2.py │ │ ├── unary=1_3.py │ │ ├── unary=1_4.py │ │ ├── unary=1_5.py │ │ ├── unary=1_6.py │ │ ├── unary=1_7.py │ │ ├── unary=1_8.py │ │ └── unary=1_9.py │ ├── unary=10 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=10_1.py │ │ ├── unary=10_10.py │ │ ├── unary=10_2.py │ │ ├── unary=10_3.py │ │ ├── unary=10_4.py │ │ ├── unary=10_5.py │ │ ├── unary=10_6.py │ │ ├── unary=10_7.py │ │ ├── unary=10_8.py │ │ └── unary=10_9.py │ ├── unary=11 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=11_1.py │ │ ├── unary=11_10.py │ │ ├── unary=11_2.py │ │ ├── unary=11_3.py │ │ ├── unary=11_4.py │ │ ├── unary=11_5.py │ │ ├── unary=11_6.py │ │ ├── unary=11_7.py │ │ ├── unary=11_8.py │ │ └── unary=11_9.py │ ├── unary=12 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=12_1.py │ │ ├── unary=12_10.py │ │ ├── unary=12_2.py │ │ ├── unary=12_3.py │ │ ├── unary=12_4.py │ │ ├── unary=12_5.py │ │ ├── unary=12_6.py │ │ ├── unary=12_7.py │ │ ├── unary=12_8.py │ │ └── unary=12_9.py │ ├── unary=13 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=13_1.py │ │ ├── unary=13_10.py │ │ ├── unary=13_2.py │ │ ├── unary=13_3.py │ │ ├── unary=13_4.py │ │ ├── unary=13_5.py │ │ ├── unary=13_6.py │ │ ├── unary=13_7.py │ │ ├── unary=13_8.py │ │ └── unary=13_9.py │ ├── unary=14 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=14_1.py │ │ ├── unary=14_10.py │ │ ├── unary=14_2.py │ │ ├── unary=14_3.py │ │ ├── unary=14_4.py │ │ ├── unary=14_5.py │ │ ├── unary=14_6.py │ │ ├── unary=14_7.py │ │ ├── unary=14_8.py │ │ └── unary=14_9.py │ ├── unary=15 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=15_1.py │ │ ├── unary=15_10.py │ │ ├── unary=15_2.py │ │ ├── unary=15_3.py │ │ ├── unary=15_4.py │ │ ├── unary=15_5.py │ │ ├── unary=15_6.py │ │ ├── unary=15_7.py │ │ ├── unary=15_8.py │ │ └── unary=15_9.py │ ├── unary=16 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=16_1.py │ │ ├── unary=16_10.py │ │ ├── unary=16_2.py │ │ ├── unary=16_3.py │ │ ├── unary=16_4.py │ │ ├── unary=16_5.py │ │ ├── unary=16_6.py │ │ ├── unary=16_7.py │ │ ├── unary=16_8.py │ │ └── unary=16_9.py │ ├── unary=17 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=17_1.py │ │ ├── unary=17_10.py │ │ ├── unary=17_2.py │ │ ├── unary=17_3.py │ │ ├── unary=17_4.py │ │ ├── unary=17_5.py │ │ ├── unary=17_6.py │ │ ├── unary=17_7.py │ │ ├── unary=17_8.py │ │ └── unary=17_9.py │ ├── unary=18 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=18_1.py │ │ ├── unary=18_10.py │ │ ├── unary=18_2.py │ │ ├── unary=18_3.py │ │ ├── unary=18_4.py │ │ ├── unary=18_5.py │ │ ├── unary=18_6.py │ │ ├── unary=18_7.py │ │ ├── unary=18_8.py │ │ └── unary=18_9.py │ ├── unary=19 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=19_1.py │ │ ├── unary=19_10.py │ │ ├── unary=19_2.py │ │ ├── unary=19_3.py │ │ ├── unary=19_4.py │ │ ├── unary=19_5.py │ │ ├── unary=19_6.py │ │ ├── unary=19_7.py │ │ ├── unary=19_8.py │ │ └── unary=19_9.py │ ├── unary=2 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=2_1.py │ │ ├── unary=2_10.py │ │ ├── unary=2_2.py │ │ ├── unary=2_3.py │ │ ├── unary=2_4.py │ │ ├── unary=2_5.py │ │ ├── unary=2_6.py │ │ ├── unary=2_7.py │ │ ├── unary=2_8.py │ │ └── unary=2_9.py │ ├── unary=20 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=20_1.py │ │ ├── unary=20_10.py │ │ ├── unary=20_2.py │ │ ├── unary=20_3.py │ │ ├── unary=20_4.py │ │ ├── unary=20_5.py │ │ ├── unary=20_6.py │ │ ├── unary=20_7.py │ │ ├── unary=20_8.py │ │ └── unary=20_9.py │ ├── unary=21 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=21_1.py │ │ ├── unary=21_10.py │ │ ├── unary=21_2.py │ │ ├── unary=21_3.py │ │ ├── unary=21_4.py │ │ ├── unary=21_5.py │ │ ├── unary=21_6.py │ │ ├── unary=21_7.py │ │ ├── unary=21_8.py │ │ └── unary=21_9.py │ ├── unary=22 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=22_1.py │ │ ├── unary=22_10.py │ │ ├── unary=22_2.py │ │ ├── unary=22_3.py │ │ ├── unary=22_4.py │ │ ├── unary=22_5.py │ │ ├── unary=22_6.py │ │ ├── unary=22_7.py │ │ ├── unary=22_8.py │ │ └── unary=22_9.py │ ├── unary=23 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=23_1.py │ │ ├── unary=23_10.py │ │ ├── unary=23_2.py │ │ ├── unary=23_3.py │ │ ├── unary=23_4.py │ │ ├── unary=23_5.py │ │ ├── unary=23_6.py │ │ ├── unary=23_7.py │ │ ├── unary=23_8.py │ │ └── unary=23_9.py │ ├── unary=24 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=24_1.py │ │ ├── unary=24_10.py │ │ ├── unary=24_2.py │ │ ├── unary=24_3.py │ │ ├── unary=24_4.py │ │ ├── unary=24_5.py │ │ ├── unary=24_6.py │ │ ├── unary=24_7.py │ │ ├── unary=24_8.py │ │ └── unary=24_9.py │ ├── unary=25 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=25_1.py │ │ ├── unary=25_10.py │ │ ├── unary=25_2.py │ │ ├── unary=25_3.py │ │ ├── unary=25_4.py │ │ ├── unary=25_5.py │ │ ├── unary=25_6.py │ │ ├── unary=25_7.py │ │ ├── unary=25_8.py │ │ └── unary=25_9.py │ ├── unary=26 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=26_1.py │ │ ├── unary=26_10.py │ │ ├── unary=26_2.py │ │ ├── unary=26_3.py │ │ ├── unary=26_4.py │ │ ├── unary=26_5.py │ │ ├── unary=26_6.py │ │ ├── unary=26_7.py │ │ ├── unary=26_8.py │ │ └── unary=26_9.py │ ├── unary=27 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=27_1.py │ │ ├── unary=27_10.py │ │ ├── unary=27_2.py │ │ ├── unary=27_3.py │ │ ├── unary=27_4.py │ │ ├── unary=27_5.py │ │ ├── unary=27_6.py │ │ ├── unary=27_7.py │ │ ├── unary=27_8.py │ │ └── unary=27_9.py │ ├── unary=28 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=28_1.py │ │ ├── unary=28_10.py │ │ ├── unary=28_2.py │ │ ├── unary=28_3.py │ │ ├── unary=28_4.py │ │ ├── unary=28_5.py │ │ ├── unary=28_6.py │ │ ├── unary=28_7.py │ │ ├── unary=28_8.py │ │ └── unary=28_9.py │ ├── unary=29 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=29_1.py │ │ ├── unary=29_10.py │ │ ├── unary=29_2.py │ │ ├── unary=29_3.py │ │ ├── unary=29_4.py │ │ ├── unary=29_5.py │ │ ├── unary=29_6.py │ │ ├── unary=29_7.py │ │ ├── unary=29_8.py │ │ └── unary=29_9.py │ ├── unary=3 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=3_1.py │ │ ├── unary=3_10.py │ │ ├── unary=3_2.py │ │ ├── unary=3_3.py │ │ ├── unary=3_4.py │ │ ├── unary=3_5.py │ │ ├── unary=3_6.py │ │ ├── unary=3_7.py │ │ ├── unary=3_8.py │ │ └── unary=3_9.py │ ├── unary=4 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=4_1.py │ │ ├── unary=4_10.py │ │ ├── unary=4_2.py │ │ ├── unary=4_3.py │ │ ├── unary=4_4.py │ │ ├── unary=4_5.py │ │ ├── unary=4_6.py │ │ ├── unary=4_7.py │ │ ├── unary=4_8.py │ │ └── unary=4_9.py │ ├── unary=5 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=5_1.py │ │ ├── unary=5_10.py │ │ ├── unary=5_2.py │ │ ├── unary=5_3.py │ │ ├── unary=5_4.py │ │ ├── unary=5_5.py │ │ ├── unary=5_6.py │ │ ├── unary=5_7.py │ │ ├── unary=5_8.py │ │ └── unary=5_9.py │ ├── unary=6 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=6_1.py │ │ ├── unary=6_10.py │ │ ├── unary=6_2.py │ │ ├── unary=6_3.py │ │ ├── unary=6_4.py │ │ ├── unary=6_5.py │ │ ├── unary=6_6.py │ │ ├── unary=6_7.py │ │ ├── unary=6_8.py │ │ └── unary=6_9.py │ ├── unary=7 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=7_1.py │ │ ├── unary=7_10.py │ │ ├── unary=7_2.py │ │ ├── unary=7_3.py │ │ ├── unary=7_4.py │ │ ├── unary=7_5.py │ │ ├── unary=7_6.py │ │ ├── unary=7_7.py │ │ ├── unary=7_8.py │ │ └── unary=7_9.py │ ├── unary=8 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=8_1.py │ │ ├── unary=8_10.py │ │ ├── unary=8_2.py │ │ ├── unary=8_3.py │ │ ├── unary=8_4.py │ │ ├── unary=8_5.py │ │ ├── unary=8_6.py │ │ ├── unary=8_7.py │ │ ├── unary=8_8.py │ │ └── unary=8_9.py │ └── unary=9 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=9_1.py │ │ ├── unary=9_10.py │ │ ├── unary=9_2.py │ │ ├── unary=9_3.py │ │ ├── unary=9_4.py │ │ ├── unary=9_5.py │ │ ├── unary=9_6.py │ │ ├── unary=9_7.py │ │ ├── unary=9_8.py │ │ └── unary=9_9.py │ ├── step42-3shot │ ├── addmm │ │ ├── addmm_1.py │ │ ├── addmm_10.py │ │ ├── addmm_2.py │ │ ├── addmm_3.py │ │ ├── addmm_4.py │ │ ├── addmm_5.py │ │ ├── addmm_6.py │ │ ├── addmm_7.py │ │ ├── addmm_8.py │ │ ├── addmm_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── binary=0 │ │ ├── binary=0_1.py │ │ ├── binary=0_10.py │ │ ├── binary=0_2.py │ │ ├── binary=0_3.py │ │ ├── binary=0_4.py │ │ ├── binary=0_5.py │ │ ├── binary=0_6.py │ │ ├── binary=0_7.py │ │ ├── binary=0_8.py │ │ ├── binary=0_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── binary=10 │ │ ├── binary=10_1.py │ │ ├── binary=10_10.py │ │ ├── binary=10_2.py │ │ ├── binary=10_3.py │ │ ├── binary=10_4.py │ │ ├── binary=10_5.py │ │ ├── binary=10_6.py │ │ ├── binary=10_7.py │ │ ├── binary=10_8.py │ │ ├── binary=10_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── binary=2 │ │ ├── binary=2_1.py │ │ ├── binary=2_10.py │ │ ├── binary=2_2.py │ │ ├── binary=2_3.py │ │ ├── binary=2_4.py │ │ ├── binary=2_5.py │ │ ├── binary=2_6.py │ │ ├── binary=2_7.py │ │ ├── binary=2_8.py │ │ ├── binary=2_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── binary=4 │ │ ├── binary=4_1.py │ │ ├── binary=4_10.py │ │ ├── binary=4_2.py │ │ ├── binary=4_3.py │ │ ├── binary=4_4.py │ │ ├── binary=4_5.py │ │ ├── binary=4_6.py │ │ ├── binary=4_7.py │ │ ├── binary=4_8.py │ │ ├── binary=4_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── binary=6 │ │ ├── binary=6_1.py │ │ ├── binary=6_10.py │ │ ├── binary=6_2.py │ │ ├── binary=6_3.py │ │ ├── binary=6_4.py │ │ ├── binary=6_5.py │ │ ├── binary=6_6.py │ │ ├── binary=6_7.py │ │ ├── binary=6_8.py │ │ ├── binary=6_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── binary=8 │ │ ├── binary=8_1.py │ │ ├── binary=8_10.py │ │ ├── binary=8_2.py │ │ ├── binary=8_3.py │ │ ├── binary=8_4.py │ │ ├── binary=8_5.py │ │ ├── binary=8_6.py │ │ ├── binary=8_7.py │ │ ├── binary=8_8.py │ │ ├── binary=8_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── binary_unary=0 │ │ ├── binary_unary=0_1.py │ │ ├── binary_unary=0_10.py │ │ ├── binary_unary=0_2.py │ │ ├── binary_unary=0_3.py │ │ ├── binary_unary=0_4.py │ │ ├── binary_unary=0_5.py │ │ ├── binary_unary=0_6.py │ │ ├── binary_unary=0_7.py │ │ ├── binary_unary=0_8.py │ │ ├── binary_unary=0_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── binary_unary=10 │ │ ├── binary_unary=10_1.py │ │ ├── binary_unary=10_10.py │ │ ├── binary_unary=10_2.py │ │ ├── binary_unary=10_3.py │ │ ├── binary_unary=10_4.py │ │ ├── binary_unary=10_5.py │ │ ├── binary_unary=10_6.py │ │ ├── binary_unary=10_7.py │ │ ├── binary_unary=10_8.py │ │ ├── binary_unary=10_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── binary_unary=2 │ │ ├── binary_unary=2_1.py │ │ ├── binary_unary=2_10.py │ │ ├── binary_unary=2_2.py │ │ ├── binary_unary=2_3.py │ │ ├── binary_unary=2_4.py │ │ ├── binary_unary=2_5.py │ │ ├── binary_unary=2_6.py │ │ ├── binary_unary=2_7.py │ │ ├── binary_unary=2_8.py │ │ ├── binary_unary=2_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── binary_unary=4 │ │ ├── binary_unary=4_1.py │ │ ├── binary_unary=4_10.py │ │ ├── binary_unary=4_2.py │ │ ├── binary_unary=4_3.py │ │ ├── binary_unary=4_4.py │ │ ├── binary_unary=4_5.py │ │ ├── binary_unary=4_6.py │ │ ├── binary_unary=4_7.py │ │ ├── binary_unary=4_8.py │ │ ├── binary_unary=4_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── binary_unary=6 │ │ ├── binary_unary=6_1.py │ │ ├── binary_unary=6_10.py │ │ ├── binary_unary=6_2.py │ │ ├── binary_unary=6_3.py │ │ ├── binary_unary=6_4.py │ │ ├── binary_unary=6_5.py │ │ ├── binary_unary=6_6.py │ │ ├── binary_unary=6_7.py │ │ ├── binary_unary=6_8.py │ │ ├── binary_unary=6_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── binary_unary=8 │ │ ├── binary_unary=8_1.py │ │ ├── binary_unary=8_10.py │ │ ├── binary_unary=8_2.py │ │ ├── binary_unary=8_3.py │ │ ├── binary_unary=8_4.py │ │ ├── binary_unary=8_5.py │ │ ├── binary_unary=8_6.py │ │ ├── binary_unary=8_7.py │ │ ├── binary_unary=8_8.py │ │ ├── binary_unary=8_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── cat_addmm │ │ ├── cat_addmm_1.py │ │ ├── cat_addmm_10.py │ │ ├── cat_addmm_2.py │ │ ├── cat_addmm_3.py │ │ ├── cat_addmm_4.py │ │ ├── cat_addmm_5.py │ │ ├── cat_addmm_6.py │ │ ├── cat_addmm_7.py │ │ ├── cat_addmm_8.py │ │ ├── cat_addmm_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── cat_mm │ │ ├── cat_mm_1.py │ │ ├── cat_mm_10.py │ │ ├── cat_mm_2.py │ │ ├── cat_mm_3.py │ │ ├── cat_mm_4.py │ │ ├── cat_mm_5.py │ │ ├── cat_mm_6.py │ │ ├── cat_mm_7.py │ │ ├── cat_mm_8.py │ │ ├── cat_mm_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── cat_slice_cat │ │ ├── cat_slice_cat_1.py │ │ ├── cat_slice_cat_10.py │ │ ├── cat_slice_cat_2.py │ │ ├── cat_slice_cat_3.py │ │ ├── cat_slice_cat_4.py │ │ ├── cat_slice_cat_5.py │ │ ├── cat_slice_cat_6.py │ │ ├── cat_slice_cat_7.py │ │ ├── cat_slice_cat_8.py │ │ ├── cat_slice_cat_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── fuse_conv_bn │ │ ├── fuse_conv_bn_1.py │ │ ├── fuse_conv_bn_10.py │ │ ├── fuse_conv_bn_2.py │ │ ├── fuse_conv_bn_3.py │ │ ├── fuse_conv_bn_4.py │ │ ├── fuse_conv_bn_5.py │ │ ├── fuse_conv_bn_6.py │ │ ├── fuse_conv_bn_7.py │ │ ├── fuse_conv_bn_8.py │ │ ├── fuse_conv_bn_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── linear_permute_fusion │ │ ├── linear_permute_fusion_1.py │ │ ├── linear_permute_fusion_10.py │ │ ├── linear_permute_fusion_2.py │ │ ├── linear_permute_fusion_3.py │ │ ├── linear_permute_fusion_4.py │ │ ├── linear_permute_fusion_5.py │ │ ├── linear_permute_fusion_6.py │ │ ├── linear_permute_fusion_7.py │ │ ├── linear_permute_fusion_8.py │ │ ├── linear_permute_fusion_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── mm_plus_mm │ │ ├── mm_plus_mm_1.py │ │ ├── mm_plus_mm_10.py │ │ ├── mm_plus_mm_2.py │ │ ├── mm_plus_mm_3.py │ │ ├── mm_plus_mm_4.py │ │ ├── mm_plus_mm_5.py │ │ ├── mm_plus_mm_6.py │ │ ├── mm_plus_mm_7.py │ │ ├── mm_plus_mm_8.py │ │ ├── mm_plus_mm_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── outputs.json │ ├── permute_linear_fusion │ │ ├── permute_linear_fusion_1.py │ │ ├── permute_linear_fusion_10.py │ │ ├── permute_linear_fusion_2.py │ │ ├── permute_linear_fusion_3.py │ │ ├── permute_linear_fusion_4.py │ │ ├── permute_linear_fusion_5.py │ │ ├── permute_linear_fusion_6.py │ │ ├── permute_linear_fusion_7.py │ │ ├── permute_linear_fusion_8.py │ │ ├── permute_linear_fusion_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── permute_matmul_fusion │ │ ├── permute_matmul_fusion_1.py │ │ ├── permute_matmul_fusion_10.py │ │ ├── permute_matmul_fusion_2.py │ │ ├── permute_matmul_fusion_3.py │ │ ├── permute_matmul_fusion_4.py │ │ ├── permute_matmul_fusion_5.py │ │ ├── permute_matmul_fusion_6.py │ │ ├── permute_matmul_fusion_7.py │ │ ├── permute_matmul_fusion_8.py │ │ ├── permute_matmul_fusion_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── pointless_cumsum_replacement │ │ ├── pointless_cumsum_replacement_1.py │ │ ├── pointless_cumsum_replacement_10.py │ │ ├── pointless_cumsum_replacement_2.py │ │ ├── pointless_cumsum_replacement_3.py │ │ ├── pointless_cumsum_replacement_4.py │ │ ├── pointless_cumsum_replacement_5.py │ │ ├── pointless_cumsum_replacement_6.py │ │ ├── pointless_cumsum_replacement_7.py │ │ ├── pointless_cumsum_replacement_8.py │ │ ├── pointless_cumsum_replacement_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── replace_fx │ │ ├── prompt.txt │ │ ├── replace_fx_1.py │ │ ├── replace_fx_10.py │ │ ├── replace_fx_2.py │ │ ├── replace_fx_3.py │ │ ├── replace_fx_4.py │ │ ├── replace_fx_5.py │ │ ├── replace_fx_6.py │ │ ├── replace_fx_7.py │ │ ├── replace_fx_8.py │ │ ├── replace_fx_9.py │ │ └── time.txt │ ├── sfdp=0 │ │ ├── prompt.txt │ │ ├── sfdp=0_1.py │ │ ├── sfdp=0_10.py │ │ ├── sfdp=0_2.py │ │ ├── sfdp=0_3.py │ │ ├── sfdp=0_4.py │ │ ├── sfdp=0_5.py │ │ ├── sfdp=0_6.py │ │ ├── sfdp=0_7.py │ │ ├── sfdp=0_8.py │ │ ├── sfdp=0_9.py │ │ └── time.txt │ ├── sfdp=1 │ │ ├── prompt.txt │ │ ├── sfdp=1_1.py │ │ ├── sfdp=1_10.py │ │ ├── sfdp=1_2.py │ │ ├── sfdp=1_3.py │ │ ├── sfdp=1_4.py │ │ ├── sfdp=1_5.py │ │ ├── sfdp=1_6.py │ │ ├── sfdp=1_7.py │ │ ├── sfdp=1_8.py │ │ ├── sfdp=1_9.py │ │ └── time.txt │ ├── sfdp=2 │ │ ├── prompt.txt │ │ ├── sfdp=2_1.py │ │ ├── sfdp=2_10.py │ │ ├── sfdp=2_2.py │ │ ├── sfdp=2_3.py │ │ ├── sfdp=2_4.py │ │ ├── sfdp=2_5.py │ │ ├── sfdp=2_6.py │ │ ├── sfdp=2_7.py │ │ ├── sfdp=2_8.py │ │ ├── sfdp=2_9.py │ │ └── time.txt │ ├── sfdp=3 │ │ ├── prompt.txt │ │ ├── sfdp=3_1.py │ │ ├── sfdp=3_10.py │ │ ├── sfdp=3_2.py │ │ ├── sfdp=3_3.py │ │ ├── sfdp=3_4.py │ │ ├── sfdp=3_5.py │ │ ├── sfdp=3_6.py │ │ ├── sfdp=3_7.py │ │ ├── sfdp=3_8.py │ │ ├── sfdp=3_9.py │ │ └── time.txt │ ├── sfdp=4 │ │ ├── prompt.txt │ │ ├── sfdp=4_1.py │ │ ├── sfdp=4_10.py │ │ ├── sfdp=4_2.py │ │ ├── sfdp=4_3.py │ │ ├── sfdp=4_4.py │ │ ├── sfdp=4_5.py │ │ ├── sfdp=4_6.py │ │ ├── sfdp=4_7.py │ │ ├── sfdp=4_8.py │ │ ├── sfdp=4_9.py │ │ └── time.txt │ ├── sfdp=5 │ │ ├── prompt.txt │ │ ├── sfdp=5_1.py │ │ ├── sfdp=5_10.py │ │ ├── sfdp=5_2.py │ │ ├── sfdp=5_3.py │ │ ├── sfdp=5_4.py │ │ ├── sfdp=5_5.py │ │ ├── sfdp=5_6.py │ │ ├── sfdp=5_7.py │ │ ├── sfdp=5_8.py │ │ ├── sfdp=5_9.py │ │ └── time.txt │ ├── sink_cat_after_pointwise │ │ ├── prompt.txt │ │ ├── sink_cat_after_pointwise_1.py │ │ ├── sink_cat_after_pointwise_10.py │ │ ├── sink_cat_after_pointwise_2.py │ │ ├── sink_cat_after_pointwise_3.py │ │ ├── sink_cat_after_pointwise_4.py │ │ ├── sink_cat_after_pointwise_5.py │ │ ├── sink_cat_after_pointwise_6.py │ │ ├── sink_cat_after_pointwise_7.py │ │ ├── sink_cat_after_pointwise_8.py │ │ ├── sink_cat_after_pointwise_9.py │ │ └── time.txt │ ├── splitwithsizes_cat_replace │ │ ├── prompt.txt │ │ ├── splitwithsizes_cat_replace_1.py │ │ ├── splitwithsizes_cat_replace_10.py │ │ ├── splitwithsizes_cat_replace_2.py │ │ ├── splitwithsizes_cat_replace_3.py │ │ ├── splitwithsizes_cat_replace_4.py │ │ ├── splitwithsizes_cat_replace_5.py │ │ ├── splitwithsizes_cat_replace_6.py │ │ ├── splitwithsizes_cat_replace_7.py │ │ ├── splitwithsizes_cat_replace_8.py │ │ ├── splitwithsizes_cat_replace_9.py │ │ └── time.txt │ ├── unary=0 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=0_1.py │ │ ├── unary=0_10.py │ │ ├── unary=0_2.py │ │ ├── unary=0_3.py │ │ ├── unary=0_4.py │ │ ├── unary=0_5.py │ │ ├── unary=0_6.py │ │ ├── unary=0_7.py │ │ ├── unary=0_8.py │ │ └── unary=0_9.py │ ├── unary=1 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=1_1.py │ │ ├── unary=1_10.py │ │ ├── unary=1_2.py │ │ ├── unary=1_3.py │ │ ├── unary=1_4.py │ │ ├── unary=1_5.py │ │ ├── unary=1_6.py │ │ ├── unary=1_7.py │ │ ├── unary=1_8.py │ │ └── unary=1_9.py │ ├── unary=10 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=10_1.py │ │ ├── unary=10_10.py │ │ ├── unary=10_2.py │ │ ├── unary=10_3.py │ │ ├── unary=10_4.py │ │ ├── unary=10_5.py │ │ ├── unary=10_6.py │ │ ├── unary=10_7.py │ │ ├── unary=10_8.py │ │ └── unary=10_9.py │ ├── unary=11 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=11_1.py │ │ ├── unary=11_10.py │ │ ├── unary=11_2.py │ │ ├── unary=11_3.py │ │ ├── unary=11_4.py │ │ ├── unary=11_5.py │ │ ├── unary=11_6.py │ │ ├── unary=11_7.py │ │ ├── unary=11_8.py │ │ └── unary=11_9.py │ ├── unary=12 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=12_1.py │ │ ├── unary=12_10.py │ │ ├── unary=12_2.py │ │ ├── unary=12_3.py │ │ ├── unary=12_4.py │ │ ├── unary=12_5.py │ │ ├── unary=12_6.py │ │ ├── unary=12_7.py │ │ ├── unary=12_8.py │ │ └── unary=12_9.py │ ├── unary=13 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=13_1.py │ │ ├── unary=13_10.py │ │ ├── unary=13_2.py │ │ ├── unary=13_3.py │ │ ├── unary=13_4.py │ │ ├── unary=13_5.py │ │ ├── unary=13_6.py │ │ ├── unary=13_7.py │ │ ├── unary=13_8.py │ │ └── unary=13_9.py │ ├── unary=14 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=14_1.py │ │ ├── unary=14_10.py │ │ ├── unary=14_2.py │ │ ├── unary=14_3.py │ │ ├── unary=14_4.py │ │ ├── unary=14_5.py │ │ ├── unary=14_6.py │ │ ├── unary=14_7.py │ │ ├── unary=14_8.py │ │ └── unary=14_9.py │ ├── unary=15 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=15_1.py │ │ ├── unary=15_10.py │ │ ├── unary=15_2.py │ │ ├── unary=15_3.py │ │ ├── unary=15_4.py │ │ ├── unary=15_5.py │ │ ├── unary=15_6.py │ │ ├── unary=15_7.py │ │ ├── unary=15_8.py │ │ └── unary=15_9.py │ ├── unary=16 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=16_1.py │ │ ├── unary=16_10.py │ │ ├── unary=16_2.py │ │ ├── unary=16_3.py │ │ ├── unary=16_4.py │ │ ├── unary=16_5.py │ │ ├── unary=16_6.py │ │ ├── unary=16_7.py │ │ ├── unary=16_8.py │ │ └── unary=16_9.py │ ├── unary=17 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=17_1.py │ │ ├── unary=17_10.py │ │ ├── unary=17_2.py │ │ ├── unary=17_3.py │ │ ├── unary=17_4.py │ │ ├── unary=17_5.py │ │ ├── unary=17_6.py │ │ ├── unary=17_7.py │ │ ├── unary=17_8.py │ │ └── unary=17_9.py │ ├── unary=18 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=18_1.py │ │ ├── unary=18_10.py │ │ ├── unary=18_2.py │ │ ├── unary=18_3.py │ │ ├── unary=18_4.py │ │ ├── unary=18_5.py │ │ ├── unary=18_6.py │ │ ├── unary=18_7.py │ │ ├── unary=18_8.py │ │ └── unary=18_9.py │ ├── unary=19 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=19_1.py │ │ ├── unary=19_10.py │ │ ├── unary=19_2.py │ │ ├── unary=19_3.py │ │ ├── unary=19_4.py │ │ ├── unary=19_5.py │ │ ├── unary=19_6.py │ │ ├── unary=19_7.py │ │ ├── unary=19_8.py │ │ └── unary=19_9.py │ ├── unary=2 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=2_1.py │ │ ├── unary=2_10.py │ │ ├── unary=2_2.py │ │ ├── unary=2_3.py │ │ ├── unary=2_4.py │ │ ├── unary=2_5.py │ │ ├── unary=2_6.py │ │ ├── unary=2_7.py │ │ ├── unary=2_8.py │ │ └── unary=2_9.py │ ├── unary=20 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=20_1.py │ │ ├── unary=20_10.py │ │ ├── unary=20_2.py │ │ ├── unary=20_3.py │ │ ├── unary=20_4.py │ │ ├── unary=20_5.py │ │ ├── unary=20_6.py │ │ ├── unary=20_7.py │ │ ├── unary=20_8.py │ │ └── unary=20_9.py │ ├── unary=21 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=21_1.py │ │ ├── unary=21_10.py │ │ ├── unary=21_2.py │ │ ├── unary=21_3.py │ │ ├── unary=21_4.py │ │ ├── unary=21_5.py │ │ ├── unary=21_6.py │ │ ├── unary=21_7.py │ │ ├── unary=21_8.py │ │ └── unary=21_9.py │ ├── unary=22 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=22_1.py │ │ ├── unary=22_10.py │ │ ├── unary=22_2.py │ │ ├── unary=22_3.py │ │ ├── unary=22_4.py │ │ ├── unary=22_5.py │ │ ├── unary=22_6.py │ │ ├── unary=22_7.py │ │ ├── unary=22_8.py │ │ └── unary=22_9.py │ ├── unary=23 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=23_1.py │ │ ├── unary=23_10.py │ │ ├── unary=23_2.py │ │ ├── unary=23_3.py │ │ ├── unary=23_4.py │ │ ├── unary=23_5.py │ │ ├── unary=23_6.py │ │ ├── unary=23_7.py │ │ ├── unary=23_8.py │ │ └── unary=23_9.py │ ├── unary=24 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=24_1.py │ │ ├── unary=24_10.py │ │ ├── unary=24_2.py │ │ ├── unary=24_3.py │ │ ├── unary=24_4.py │ │ ├── unary=24_5.py │ │ ├── unary=24_6.py │ │ ├── unary=24_7.py │ │ ├── unary=24_8.py │ │ └── unary=24_9.py │ ├── unary=25 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=25_1.py │ │ ├── unary=25_10.py │ │ ├── unary=25_2.py │ │ ├── unary=25_3.py │ │ ├── unary=25_4.py │ │ ├── unary=25_5.py │ │ ├── unary=25_6.py │ │ ├── unary=25_7.py │ │ ├── unary=25_8.py │ │ └── unary=25_9.py │ ├── unary=26 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=26_1.py │ │ ├── unary=26_10.py │ │ ├── unary=26_2.py │ │ ├── unary=26_3.py │ │ ├── unary=26_4.py │ │ ├── unary=26_5.py │ │ ├── unary=26_6.py │ │ ├── unary=26_7.py │ │ ├── unary=26_8.py │ │ └── unary=26_9.py │ ├── unary=27 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=27_1.py │ │ ├── unary=27_10.py │ │ ├── unary=27_2.py │ │ ├── unary=27_3.py │ │ ├── unary=27_4.py │ │ ├── unary=27_5.py │ │ ├── unary=27_6.py │ │ ├── unary=27_7.py │ │ ├── unary=27_8.py │ │ └── unary=27_9.py │ ├── unary=28 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=28_1.py │ │ ├── unary=28_10.py │ │ ├── unary=28_2.py │ │ ├── unary=28_3.py │ │ ├── unary=28_4.py │ │ ├── unary=28_5.py │ │ ├── unary=28_6.py │ │ ├── unary=28_7.py │ │ ├── unary=28_8.py │ │ └── unary=28_9.py │ ├── unary=29 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=29_1.py │ │ ├── unary=29_10.py │ │ ├── unary=29_2.py │ │ ├── unary=29_3.py │ │ ├── unary=29_4.py │ │ ├── unary=29_5.py │ │ ├── unary=29_6.py │ │ ├── unary=29_7.py │ │ ├── unary=29_8.py │ │ └── unary=29_9.py │ ├── unary=3 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=3_1.py │ │ ├── unary=3_10.py │ │ ├── unary=3_2.py │ │ ├── unary=3_3.py │ │ ├── unary=3_4.py │ │ ├── unary=3_5.py │ │ ├── unary=3_6.py │ │ ├── unary=3_7.py │ │ ├── unary=3_8.py │ │ └── unary=3_9.py │ ├── unary=4 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=4_1.py │ │ ├── unary=4_10.py │ │ ├── unary=4_2.py │ │ ├── unary=4_3.py │ │ ├── unary=4_4.py │ │ ├── unary=4_5.py │ │ ├── unary=4_6.py │ │ ├── unary=4_7.py │ │ ├── unary=4_8.py │ │ └── unary=4_9.py │ ├── unary=5 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=5_1.py │ │ ├── unary=5_10.py │ │ ├── unary=5_2.py │ │ ├── unary=5_3.py │ │ ├── unary=5_4.py │ │ ├── unary=5_5.py │ │ ├── unary=5_6.py │ │ ├── unary=5_7.py │ │ ├── unary=5_8.py │ │ └── unary=5_9.py │ ├── unary=6 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=6_1.py │ │ ├── unary=6_10.py │ │ ├── unary=6_2.py │ │ ├── unary=6_3.py │ │ ├── unary=6_4.py │ │ ├── unary=6_5.py │ │ ├── unary=6_6.py │ │ ├── unary=6_7.py │ │ ├── unary=6_8.py │ │ └── unary=6_9.py │ ├── unary=7 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=7_1.py │ │ ├── unary=7_10.py │ │ ├── unary=7_2.py │ │ ├── unary=7_3.py │ │ ├── unary=7_4.py │ │ ├── unary=7_5.py │ │ ├── unary=7_6.py │ │ ├── unary=7_7.py │ │ ├── unary=7_8.py │ │ └── unary=7_9.py │ ├── unary=8 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=8_1.py │ │ ├── unary=8_10.py │ │ ├── unary=8_2.py │ │ ├── unary=8_3.py │ │ ├── unary=8_4.py │ │ ├── unary=8_5.py │ │ ├── unary=8_6.py │ │ ├── unary=8_7.py │ │ ├── unary=8_8.py │ │ └── unary=8_9.py │ └── unary=9 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=9_1.py │ │ ├── unary=9_10.py │ │ ├── unary=9_2.py │ │ ├── unary=9_3.py │ │ ├── unary=9_4.py │ │ ├── unary=9_5.py │ │ ├── unary=9_6.py │ │ ├── unary=9_7.py │ │ ├── unary=9_8.py │ │ └── unary=9_9.py │ ├── step43-3shot │ ├── addmm │ │ ├── addmm_1.py │ │ ├── addmm_10.py │ │ ├── addmm_2.py │ │ ├── addmm_3.py │ │ ├── addmm_4.py │ │ ├── addmm_5.py │ │ ├── addmm_6.py │ │ ├── addmm_7.py │ │ ├── addmm_8.py │ │ ├── addmm_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── binary=0 │ │ ├── binary=0_1.py │ │ ├── binary=0_10.py │ │ ├── binary=0_2.py │ │ ├── binary=0_3.py │ │ ├── binary=0_4.py │ │ ├── binary=0_5.py │ │ ├── binary=0_6.py │ │ ├── binary=0_7.py │ │ ├── binary=0_8.py │ │ ├── binary=0_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── binary=10 │ │ ├── binary=10_1.py │ │ ├── binary=10_10.py │ │ ├── binary=10_2.py │ │ ├── binary=10_3.py │ │ ├── binary=10_4.py │ │ ├── binary=10_5.py │ │ ├── binary=10_6.py │ │ ├── binary=10_7.py │ │ ├── binary=10_8.py │ │ ├── binary=10_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── binary=2 │ │ ├── binary=2_1.py │ │ ├── binary=2_10.py │ │ ├── binary=2_2.py │ │ ├── binary=2_3.py │ │ ├── binary=2_4.py │ │ ├── binary=2_5.py │ │ ├── binary=2_6.py │ │ ├── binary=2_7.py │ │ ├── binary=2_8.py │ │ ├── binary=2_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── binary=4 │ │ ├── binary=4_1.py │ │ ├── binary=4_10.py │ │ ├── binary=4_2.py │ │ ├── binary=4_3.py │ │ ├── binary=4_4.py │ │ ├── binary=4_5.py │ │ ├── binary=4_6.py │ │ ├── binary=4_7.py │ │ ├── binary=4_8.py │ │ ├── binary=4_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── binary=6 │ │ ├── binary=6_1.py │ │ ├── binary=6_10.py │ │ ├── binary=6_2.py │ │ ├── binary=6_3.py │ │ ├── binary=6_4.py │ │ ├── binary=6_5.py │ │ ├── binary=6_6.py │ │ ├── binary=6_7.py │ │ ├── binary=6_8.py │ │ ├── binary=6_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── binary=8 │ │ ├── binary=8_1.py │ │ ├── binary=8_10.py │ │ ├── binary=8_2.py │ │ ├── binary=8_3.py │ │ ├── binary=8_4.py │ │ ├── binary=8_5.py │ │ ├── binary=8_6.py │ │ ├── binary=8_7.py │ │ ├── binary=8_8.py │ │ ├── binary=8_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── binary_unary=0 │ │ ├── binary_unary=0_1.py │ │ ├── binary_unary=0_10.py │ │ ├── binary_unary=0_2.py │ │ ├── binary_unary=0_3.py │ │ ├── binary_unary=0_4.py │ │ ├── binary_unary=0_5.py │ │ ├── binary_unary=0_6.py │ │ ├── binary_unary=0_7.py │ │ ├── binary_unary=0_8.py │ │ ├── binary_unary=0_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── binary_unary=10 │ │ ├── binary_unary=10_1.py │ │ ├── binary_unary=10_10.py │ │ ├── binary_unary=10_2.py │ │ ├── binary_unary=10_3.py │ │ ├── binary_unary=10_4.py │ │ ├── binary_unary=10_5.py │ │ ├── binary_unary=10_6.py │ │ ├── binary_unary=10_7.py │ │ ├── binary_unary=10_8.py │ │ ├── binary_unary=10_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── binary_unary=2 │ │ ├── binary_unary=2_1.py │ │ ├── binary_unary=2_10.py │ │ ├── binary_unary=2_2.py │ │ ├── binary_unary=2_3.py │ │ ├── binary_unary=2_4.py │ │ ├── binary_unary=2_5.py │ │ ├── binary_unary=2_6.py │ │ ├── binary_unary=2_7.py │ │ ├── binary_unary=2_8.py │ │ ├── binary_unary=2_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── binary_unary=4 │ │ ├── binary_unary=4_1.py │ │ ├── binary_unary=4_10.py │ │ ├── binary_unary=4_2.py │ │ ├── binary_unary=4_3.py │ │ ├── binary_unary=4_4.py │ │ ├── binary_unary=4_5.py │ │ ├── binary_unary=4_6.py │ │ ├── binary_unary=4_7.py │ │ ├── binary_unary=4_8.py │ │ ├── binary_unary=4_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── binary_unary=6 │ │ ├── binary_unary=6_1.py │ │ ├── binary_unary=6_10.py │ │ ├── binary_unary=6_2.py │ │ ├── binary_unary=6_3.py │ │ ├── binary_unary=6_4.py │ │ ├── binary_unary=6_5.py │ │ ├── binary_unary=6_6.py │ │ ├── binary_unary=6_7.py │ │ ├── binary_unary=6_8.py │ │ ├── binary_unary=6_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── binary_unary=8 │ │ ├── binary_unary=8_1.py │ │ ├── binary_unary=8_10.py │ │ ├── binary_unary=8_2.py │ │ ├── binary_unary=8_3.py │ │ ├── binary_unary=8_4.py │ │ ├── binary_unary=8_5.py │ │ ├── binary_unary=8_6.py │ │ ├── binary_unary=8_7.py │ │ ├── binary_unary=8_8.py │ │ ├── binary_unary=8_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── cat_addmm │ │ ├── cat_addmm_1.py │ │ ├── cat_addmm_10.py │ │ ├── cat_addmm_2.py │ │ ├── cat_addmm_3.py │ │ ├── cat_addmm_4.py │ │ ├── cat_addmm_5.py │ │ ├── cat_addmm_6.py │ │ ├── cat_addmm_7.py │ │ ├── cat_addmm_8.py │ │ ├── cat_addmm_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── cat_mm │ │ ├── cat_mm_1.py │ │ ├── cat_mm_10.py │ │ ├── cat_mm_2.py │ │ ├── cat_mm_3.py │ │ ├── cat_mm_4.py │ │ ├── cat_mm_5.py │ │ ├── cat_mm_6.py │ │ ├── cat_mm_7.py │ │ ├── cat_mm_8.py │ │ ├── cat_mm_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── cat_slice_cat │ │ ├── cat_slice_cat_1.py │ │ ├── cat_slice_cat_10.py │ │ ├── cat_slice_cat_2.py │ │ ├── cat_slice_cat_3.py │ │ ├── cat_slice_cat_4.py │ │ ├── cat_slice_cat_5.py │ │ ├── cat_slice_cat_6.py │ │ ├── cat_slice_cat_7.py │ │ ├── cat_slice_cat_8.py │ │ ├── cat_slice_cat_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── fuse_conv_bn │ │ ├── fuse_conv_bn_1.py │ │ ├── fuse_conv_bn_10.py │ │ ├── fuse_conv_bn_2.py │ │ ├── fuse_conv_bn_3.py │ │ ├── fuse_conv_bn_4.py │ │ ├── fuse_conv_bn_5.py │ │ ├── fuse_conv_bn_6.py │ │ ├── fuse_conv_bn_7.py │ │ ├── fuse_conv_bn_8.py │ │ ├── fuse_conv_bn_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── linear_permute_fusion │ │ ├── linear_permute_fusion_1.py │ │ ├── linear_permute_fusion_10.py │ │ ├── linear_permute_fusion_2.py │ │ ├── linear_permute_fusion_3.py │ │ ├── linear_permute_fusion_4.py │ │ ├── linear_permute_fusion_5.py │ │ ├── linear_permute_fusion_6.py │ │ ├── linear_permute_fusion_7.py │ │ ├── linear_permute_fusion_8.py │ │ ├── linear_permute_fusion_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── mm_plus_mm │ │ ├── mm_plus_mm_1.py │ │ ├── mm_plus_mm_10.py │ │ ├── mm_plus_mm_2.py │ │ ├── mm_plus_mm_3.py │ │ ├── mm_plus_mm_4.py │ │ ├── mm_plus_mm_5.py │ │ ├── mm_plus_mm_6.py │ │ ├── mm_plus_mm_7.py │ │ ├── mm_plus_mm_8.py │ │ ├── mm_plus_mm_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── outputs.json │ ├── permute_linear_fusion │ │ ├── permute_linear_fusion_1.py │ │ ├── permute_linear_fusion_10.py │ │ ├── permute_linear_fusion_2.py │ │ ├── permute_linear_fusion_3.py │ │ ├── permute_linear_fusion_4.py │ │ ├── permute_linear_fusion_5.py │ │ ├── permute_linear_fusion_6.py │ │ ├── permute_linear_fusion_7.py │ │ ├── permute_linear_fusion_8.py │ │ ├── permute_linear_fusion_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── permute_matmul_fusion │ │ ├── permute_matmul_fusion_1.py │ │ ├── permute_matmul_fusion_10.py │ │ ├── permute_matmul_fusion_2.py │ │ ├── permute_matmul_fusion_3.py │ │ ├── permute_matmul_fusion_4.py │ │ ├── permute_matmul_fusion_5.py │ │ ├── permute_matmul_fusion_6.py │ │ ├── permute_matmul_fusion_7.py │ │ ├── permute_matmul_fusion_8.py │ │ ├── permute_matmul_fusion_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── pointless_cumsum_replacement │ │ ├── pointless_cumsum_replacement_1.py │ │ ├── pointless_cumsum_replacement_10.py │ │ ├── pointless_cumsum_replacement_2.py │ │ ├── pointless_cumsum_replacement_3.py │ │ ├── pointless_cumsum_replacement_4.py │ │ ├── pointless_cumsum_replacement_5.py │ │ ├── pointless_cumsum_replacement_6.py │ │ ├── pointless_cumsum_replacement_7.py │ │ ├── pointless_cumsum_replacement_8.py │ │ ├── pointless_cumsum_replacement_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── replace_fx │ │ ├── prompt.txt │ │ ├── replace_fx_1.py │ │ ├── replace_fx_10.py │ │ ├── replace_fx_2.py │ │ ├── replace_fx_3.py │ │ ├── replace_fx_4.py │ │ ├── replace_fx_5.py │ │ ├── replace_fx_6.py │ │ ├── replace_fx_7.py │ │ ├── replace_fx_8.py │ │ ├── replace_fx_9.py │ │ └── time.txt │ ├── sfdp=0 │ │ ├── prompt.txt │ │ ├── sfdp=0_1.py │ │ ├── sfdp=0_10.py │ │ ├── sfdp=0_2.py │ │ ├── sfdp=0_3.py │ │ ├── sfdp=0_4.py │ │ ├── sfdp=0_5.py │ │ ├── sfdp=0_6.py │ │ ├── sfdp=0_7.py │ │ ├── sfdp=0_8.py │ │ ├── sfdp=0_9.py │ │ └── time.txt │ ├── sfdp=1 │ │ ├── prompt.txt │ │ ├── sfdp=1_1.py │ │ ├── sfdp=1_10.py │ │ ├── sfdp=1_2.py │ │ ├── sfdp=1_3.py │ │ ├── sfdp=1_4.py │ │ ├── sfdp=1_5.py │ │ ├── sfdp=1_6.py │ │ ├── sfdp=1_7.py │ │ ├── sfdp=1_8.py │ │ ├── sfdp=1_9.py │ │ └── time.txt │ ├── sfdp=2 │ │ ├── prompt.txt │ │ ├── sfdp=2_1.py │ │ ├── sfdp=2_10.py │ │ ├── sfdp=2_2.py │ │ ├── sfdp=2_3.py │ │ ├── sfdp=2_4.py │ │ ├── sfdp=2_5.py │ │ ├── sfdp=2_6.py │ │ ├── sfdp=2_7.py │ │ ├── sfdp=2_8.py │ │ ├── sfdp=2_9.py │ │ └── time.txt │ ├── sfdp=3 │ │ ├── prompt.txt │ │ ├── sfdp=3_1.py │ │ ├── sfdp=3_10.py │ │ ├── sfdp=3_2.py │ │ ├── sfdp=3_3.py │ │ ├── sfdp=3_4.py │ │ ├── sfdp=3_5.py │ │ ├── sfdp=3_6.py │ │ ├── sfdp=3_7.py │ │ ├── sfdp=3_8.py │ │ ├── sfdp=3_9.py │ │ └── time.txt │ ├── sfdp=4 │ │ ├── prompt.txt │ │ ├── sfdp=4_1.py │ │ ├── sfdp=4_10.py │ │ ├── sfdp=4_2.py │ │ ├── sfdp=4_3.py │ │ ├── sfdp=4_4.py │ │ ├── sfdp=4_5.py │ │ ├── sfdp=4_6.py │ │ ├── sfdp=4_7.py │ │ ├── sfdp=4_8.py │ │ ├── sfdp=4_9.py │ │ └── time.txt │ ├── sfdp=5 │ │ ├── prompt.txt │ │ ├── sfdp=5_1.py │ │ ├── sfdp=5_10.py │ │ ├── sfdp=5_2.py │ │ ├── sfdp=5_3.py │ │ ├── sfdp=5_4.py │ │ ├── sfdp=5_5.py │ │ ├── sfdp=5_6.py │ │ ├── sfdp=5_7.py │ │ ├── sfdp=5_8.py │ │ ├── sfdp=5_9.py │ │ └── time.txt │ ├── sink_cat_after_pointwise │ │ ├── prompt.txt │ │ ├── sink_cat_after_pointwise_1.py │ │ ├── sink_cat_after_pointwise_10.py │ │ ├── sink_cat_after_pointwise_2.py │ │ ├── sink_cat_after_pointwise_3.py │ │ ├── sink_cat_after_pointwise_4.py │ │ ├── sink_cat_after_pointwise_5.py │ │ ├── sink_cat_after_pointwise_6.py │ │ ├── sink_cat_after_pointwise_7.py │ │ ├── sink_cat_after_pointwise_8.py │ │ ├── sink_cat_after_pointwise_9.py │ │ └── time.txt │ ├── splitwithsizes_cat_replace │ │ ├── prompt.txt │ │ ├── splitwithsizes_cat_replace_1.py │ │ ├── splitwithsizes_cat_replace_10.py │ │ ├── splitwithsizes_cat_replace_2.py │ │ ├── splitwithsizes_cat_replace_3.py │ │ ├── splitwithsizes_cat_replace_4.py │ │ ├── splitwithsizes_cat_replace_5.py │ │ ├── splitwithsizes_cat_replace_6.py │ │ ├── splitwithsizes_cat_replace_7.py │ │ ├── splitwithsizes_cat_replace_8.py │ │ ├── splitwithsizes_cat_replace_9.py │ │ └── time.txt │ ├── unary=0 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=0_1.py │ │ ├── unary=0_10.py │ │ ├── unary=0_2.py │ │ ├── unary=0_3.py │ │ ├── unary=0_4.py │ │ ├── unary=0_5.py │ │ ├── unary=0_6.py │ │ ├── unary=0_7.py │ │ ├── unary=0_8.py │ │ └── unary=0_9.py │ ├── unary=1 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=1_1.py │ │ ├── unary=1_10.py │ │ ├── unary=1_2.py │ │ ├── unary=1_3.py │ │ ├── unary=1_4.py │ │ ├── unary=1_5.py │ │ ├── unary=1_6.py │ │ ├── unary=1_7.py │ │ ├── unary=1_8.py │ │ └── unary=1_9.py │ ├── unary=10 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=10_1.py │ │ ├── unary=10_10.py │ │ ├── unary=10_2.py │ │ ├── unary=10_3.py │ │ ├── unary=10_4.py │ │ ├── unary=10_5.py │ │ ├── unary=10_6.py │ │ ├── unary=10_7.py │ │ ├── unary=10_8.py │ │ └── unary=10_9.py │ ├── unary=11 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=11_1.py │ │ ├── unary=11_10.py │ │ ├── unary=11_2.py │ │ ├── unary=11_3.py │ │ ├── unary=11_4.py │ │ ├── unary=11_5.py │ │ ├── unary=11_6.py │ │ ├── unary=11_7.py │ │ ├── unary=11_8.py │ │ └── unary=11_9.py │ ├── unary=12 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=12_1.py │ │ ├── unary=12_10.py │ │ ├── unary=12_2.py │ │ ├── unary=12_3.py │ │ ├── unary=12_4.py │ │ ├── unary=12_5.py │ │ ├── unary=12_6.py │ │ ├── unary=12_7.py │ │ ├── unary=12_8.py │ │ └── unary=12_9.py │ ├── unary=13 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=13_1.py │ │ ├── unary=13_10.py │ │ ├── unary=13_2.py │ │ ├── unary=13_3.py │ │ ├── unary=13_4.py │ │ ├── unary=13_5.py │ │ ├── unary=13_6.py │ │ ├── unary=13_7.py │ │ ├── unary=13_8.py │ │ └── unary=13_9.py │ ├── unary=14 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=14_1.py │ │ ├── unary=14_10.py │ │ ├── unary=14_2.py │ │ ├── unary=14_3.py │ │ ├── unary=14_4.py │ │ ├── unary=14_5.py │ │ ├── unary=14_6.py │ │ ├── unary=14_7.py │ │ ├── unary=14_8.py │ │ └── unary=14_9.py │ ├── unary=15 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=15_1.py │ │ ├── unary=15_10.py │ │ ├── unary=15_2.py │ │ ├── unary=15_3.py │ │ ├── unary=15_4.py │ │ ├── unary=15_5.py │ │ ├── unary=15_6.py │ │ ├── unary=15_7.py │ │ ├── unary=15_8.py │ │ └── unary=15_9.py │ ├── unary=16 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=16_1.py │ │ ├── unary=16_10.py │ │ ├── unary=16_2.py │ │ ├── unary=16_3.py │ │ ├── unary=16_4.py │ │ ├── unary=16_5.py │ │ ├── unary=16_6.py │ │ ├── unary=16_7.py │ │ ├── unary=16_8.py │ │ └── unary=16_9.py │ ├── unary=17 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=17_1.py │ │ ├── unary=17_10.py │ │ ├── unary=17_2.py │ │ ├── unary=17_3.py │ │ ├── unary=17_4.py │ │ ├── unary=17_5.py │ │ ├── unary=17_6.py │ │ ├── unary=17_7.py │ │ ├── unary=17_8.py │ │ └── unary=17_9.py │ ├── unary=18 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=18_1.py │ │ ├── unary=18_10.py │ │ ├── unary=18_2.py │ │ ├── unary=18_3.py │ │ ├── unary=18_4.py │ │ ├── unary=18_5.py │ │ ├── unary=18_6.py │ │ ├── unary=18_7.py │ │ ├── unary=18_8.py │ │ └── unary=18_9.py │ ├── unary=19 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=19_1.py │ │ ├── unary=19_10.py │ │ ├── unary=19_2.py │ │ ├── unary=19_3.py │ │ ├── unary=19_4.py │ │ ├── unary=19_5.py │ │ ├── unary=19_6.py │ │ ├── unary=19_7.py │ │ ├── unary=19_8.py │ │ └── unary=19_9.py │ ├── unary=2 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=2_1.py │ │ ├── unary=2_10.py │ │ ├── unary=2_2.py │ │ ├── unary=2_3.py │ │ ├── unary=2_4.py │ │ ├── unary=2_5.py │ │ ├── unary=2_6.py │ │ ├── unary=2_7.py │ │ ├── unary=2_8.py │ │ └── unary=2_9.py │ ├── unary=20 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=20_1.py │ │ ├── unary=20_10.py │ │ ├── unary=20_2.py │ │ ├── unary=20_3.py │ │ ├── unary=20_4.py │ │ ├── unary=20_5.py │ │ ├── unary=20_6.py │ │ ├── unary=20_7.py │ │ ├── unary=20_8.py │ │ └── unary=20_9.py │ ├── unary=21 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=21_1.py │ │ ├── unary=21_10.py │ │ ├── unary=21_2.py │ │ ├── unary=21_3.py │ │ ├── unary=21_4.py │ │ ├── unary=21_5.py │ │ ├── unary=21_6.py │ │ ├── unary=21_7.py │ │ ├── unary=21_8.py │ │ └── unary=21_9.py │ ├── unary=22 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=22_1.py │ │ ├── unary=22_10.py │ │ ├── unary=22_2.py │ │ ├── unary=22_3.py │ │ ├── unary=22_4.py │ │ ├── unary=22_5.py │ │ ├── unary=22_6.py │ │ ├── unary=22_7.py │ │ ├── unary=22_8.py │ │ └── unary=22_9.py │ ├── unary=23 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=23_1.py │ │ ├── unary=23_10.py │ │ ├── unary=23_2.py │ │ ├── unary=23_3.py │ │ ├── unary=23_4.py │ │ ├── unary=23_5.py │ │ ├── unary=23_6.py │ │ ├── unary=23_7.py │ │ ├── unary=23_8.py │ │ └── unary=23_9.py │ ├── unary=24 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=24_1.py │ │ ├── unary=24_10.py │ │ ├── unary=24_2.py │ │ ├── unary=24_3.py │ │ ├── unary=24_4.py │ │ ├── unary=24_5.py │ │ ├── unary=24_6.py │ │ ├── unary=24_7.py │ │ ├── unary=24_8.py │ │ └── unary=24_9.py │ ├── unary=25 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=25_1.py │ │ ├── unary=25_10.py │ │ ├── unary=25_2.py │ │ ├── unary=25_3.py │ │ ├── unary=25_4.py │ │ ├── unary=25_5.py │ │ ├── unary=25_6.py │ │ ├── unary=25_7.py │ │ ├── unary=25_8.py │ │ └── unary=25_9.py │ ├── unary=26 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=26_1.py │ │ ├── unary=26_10.py │ │ ├── unary=26_2.py │ │ ├── unary=26_3.py │ │ ├── unary=26_4.py │ │ ├── unary=26_5.py │ │ ├── unary=26_6.py │ │ ├── unary=26_7.py │ │ ├── unary=26_8.py │ │ └── unary=26_9.py │ ├── unary=27 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=27_1.py │ │ ├── unary=27_10.py │ │ ├── unary=27_2.py │ │ ├── unary=27_3.py │ │ ├── unary=27_4.py │ │ ├── unary=27_5.py │ │ ├── unary=27_6.py │ │ ├── unary=27_7.py │ │ ├── unary=27_8.py │ │ └── unary=27_9.py │ ├── unary=28 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=28_1.py │ │ ├── unary=28_10.py │ │ ├── unary=28_2.py │ │ ├── unary=28_3.py │ │ ├── unary=28_4.py │ │ ├── unary=28_5.py │ │ ├── unary=28_6.py │ │ ├── unary=28_7.py │ │ ├── unary=28_8.py │ │ └── unary=28_9.py │ ├── unary=29 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=29_1.py │ │ ├── unary=29_10.py │ │ ├── unary=29_2.py │ │ ├── unary=29_3.py │ │ ├── unary=29_4.py │ │ ├── unary=29_5.py │ │ ├── unary=29_6.py │ │ ├── unary=29_7.py │ │ ├── unary=29_8.py │ │ └── unary=29_9.py │ ├── unary=3 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=3_1.py │ │ ├── unary=3_10.py │ │ ├── unary=3_2.py │ │ ├── unary=3_3.py │ │ ├── unary=3_4.py │ │ ├── unary=3_5.py │ │ ├── unary=3_6.py │ │ ├── unary=3_7.py │ │ ├── unary=3_8.py │ │ └── unary=3_9.py │ ├── unary=4 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=4_1.py │ │ ├── unary=4_10.py │ │ ├── unary=4_2.py │ │ ├── unary=4_3.py │ │ ├── unary=4_4.py │ │ ├── unary=4_5.py │ │ ├── unary=4_6.py │ │ ├── unary=4_7.py │ │ ├── unary=4_8.py │ │ └── unary=4_9.py │ ├── unary=5 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=5_1.py │ │ ├── unary=5_10.py │ │ ├── unary=5_2.py │ │ ├── unary=5_3.py │ │ ├── unary=5_4.py │ │ ├── unary=5_5.py │ │ ├── unary=5_6.py │ │ ├── unary=5_7.py │ │ ├── unary=5_8.py │ │ └── unary=5_9.py │ ├── unary=6 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=6_1.py │ │ ├── unary=6_10.py │ │ ├── unary=6_2.py │ │ ├── unary=6_3.py │ │ ├── unary=6_4.py │ │ ├── unary=6_5.py │ │ ├── unary=6_6.py │ │ ├── unary=6_7.py │ │ ├── unary=6_8.py │ │ └── unary=6_9.py │ ├── unary=7 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=7_1.py │ │ ├── unary=7_10.py │ │ ├── unary=7_2.py │ │ ├── unary=7_3.py │ │ ├── unary=7_4.py │ │ ├── unary=7_5.py │ │ ├── unary=7_6.py │ │ ├── unary=7_7.py │ │ ├── unary=7_8.py │ │ └── unary=7_9.py │ ├── unary=8 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=8_1.py │ │ ├── unary=8_10.py │ │ ├── unary=8_2.py │ │ ├── unary=8_3.py │ │ ├── unary=8_4.py │ │ ├── unary=8_5.py │ │ ├── unary=8_6.py │ │ ├── unary=8_7.py │ │ ├── unary=8_8.py │ │ └── unary=8_9.py │ └── unary=9 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=9_1.py │ │ ├── unary=9_10.py │ │ ├── unary=9_2.py │ │ ├── unary=9_3.py │ │ ├── unary=9_4.py │ │ ├── unary=9_5.py │ │ ├── unary=9_6.py │ │ ├── unary=9_7.py │ │ ├── unary=9_8.py │ │ └── unary=9_9.py │ ├── step44-3shot │ ├── addmm │ │ ├── addmm_1.py │ │ ├── addmm_10.py │ │ ├── addmm_2.py │ │ ├── addmm_3.py │ │ ├── addmm_4.py │ │ ├── addmm_5.py │ │ ├── addmm_6.py │ │ ├── addmm_7.py │ │ ├── addmm_8.py │ │ ├── addmm_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── binary=0 │ │ ├── binary=0_1.py │ │ ├── binary=0_10.py │ │ ├── binary=0_2.py │ │ ├── binary=0_3.py │ │ ├── binary=0_4.py │ │ ├── binary=0_5.py │ │ ├── binary=0_6.py │ │ ├── binary=0_7.py │ │ ├── binary=0_8.py │ │ ├── binary=0_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── binary=10 │ │ ├── binary=10_1.py │ │ ├── binary=10_10.py │ │ ├── binary=10_2.py │ │ ├── binary=10_3.py │ │ ├── binary=10_4.py │ │ ├── binary=10_5.py │ │ ├── binary=10_6.py │ │ ├── binary=10_7.py │ │ ├── binary=10_8.py │ │ ├── binary=10_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── binary=2 │ │ ├── binary=2_1.py │ │ ├── binary=2_10.py │ │ ├── binary=2_2.py │ │ ├── binary=2_3.py │ │ ├── binary=2_4.py │ │ ├── binary=2_5.py │ │ ├── binary=2_6.py │ │ ├── binary=2_7.py │ │ ├── binary=2_8.py │ │ ├── binary=2_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── binary=4 │ │ ├── binary=4_1.py │ │ ├── binary=4_10.py │ │ ├── binary=4_2.py │ │ ├── binary=4_3.py │ │ ├── binary=4_4.py │ │ ├── binary=4_5.py │ │ ├── binary=4_6.py │ │ ├── binary=4_7.py │ │ ├── binary=4_8.py │ │ ├── binary=4_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── binary=6 │ │ ├── binary=6_1.py │ │ ├── binary=6_10.py │ │ ├── binary=6_2.py │ │ ├── binary=6_3.py │ │ ├── binary=6_4.py │ │ ├── binary=6_5.py │ │ ├── binary=6_6.py │ │ ├── binary=6_7.py │ │ ├── binary=6_8.py │ │ ├── binary=6_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── binary=8 │ │ ├── binary=8_1.py │ │ ├── binary=8_10.py │ │ ├── binary=8_2.py │ │ ├── binary=8_3.py │ │ ├── binary=8_4.py │ │ ├── binary=8_5.py │ │ ├── binary=8_6.py │ │ ├── binary=8_7.py │ │ ├── binary=8_8.py │ │ ├── binary=8_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── binary_unary=0 │ │ ├── binary_unary=0_1.py │ │ ├── binary_unary=0_10.py │ │ ├── binary_unary=0_2.py │ │ ├── binary_unary=0_3.py │ │ ├── binary_unary=0_4.py │ │ ├── binary_unary=0_5.py │ │ ├── binary_unary=0_6.py │ │ ├── binary_unary=0_7.py │ │ ├── binary_unary=0_8.py │ │ ├── binary_unary=0_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── binary_unary=10 │ │ ├── binary_unary=10_1.py │ │ ├── binary_unary=10_10.py │ │ ├── binary_unary=10_2.py │ │ ├── binary_unary=10_3.py │ │ ├── binary_unary=10_4.py │ │ ├── binary_unary=10_5.py │ │ ├── binary_unary=10_6.py │ │ ├── binary_unary=10_7.py │ │ ├── binary_unary=10_8.py │ │ ├── binary_unary=10_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── binary_unary=2 │ │ ├── binary_unary=2_1.py │ │ ├── binary_unary=2_10.py │ │ ├── binary_unary=2_2.py │ │ ├── binary_unary=2_3.py │ │ ├── binary_unary=2_4.py │ │ ├── binary_unary=2_5.py │ │ ├── binary_unary=2_6.py │ │ ├── binary_unary=2_7.py │ │ ├── binary_unary=2_8.py │ │ ├── binary_unary=2_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── binary_unary=4 │ │ ├── binary_unary=4_1.py │ │ ├── binary_unary=4_10.py │ │ ├── binary_unary=4_2.py │ │ ├── binary_unary=4_3.py │ │ ├── binary_unary=4_4.py │ │ ├── binary_unary=4_5.py │ │ ├── binary_unary=4_6.py │ │ ├── binary_unary=4_7.py │ │ ├── binary_unary=4_8.py │ │ ├── binary_unary=4_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── binary_unary=6 │ │ ├── binary_unary=6_1.py │ │ ├── binary_unary=6_10.py │ │ ├── binary_unary=6_2.py │ │ ├── binary_unary=6_3.py │ │ ├── binary_unary=6_4.py │ │ ├── binary_unary=6_5.py │ │ ├── binary_unary=6_6.py │ │ ├── binary_unary=6_7.py │ │ ├── binary_unary=6_8.py │ │ ├── binary_unary=6_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── binary_unary=8 │ │ ├── binary_unary=8_1.py │ │ ├── binary_unary=8_10.py │ │ ├── binary_unary=8_2.py │ │ ├── binary_unary=8_3.py │ │ ├── binary_unary=8_4.py │ │ ├── binary_unary=8_5.py │ │ ├── binary_unary=8_6.py │ │ ├── binary_unary=8_7.py │ │ ├── binary_unary=8_8.py │ │ ├── binary_unary=8_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── cat_addmm │ │ ├── cat_addmm_1.py │ │ ├── cat_addmm_10.py │ │ ├── cat_addmm_2.py │ │ ├── cat_addmm_3.py │ │ ├── cat_addmm_4.py │ │ ├── cat_addmm_5.py │ │ ├── cat_addmm_6.py │ │ ├── cat_addmm_7.py │ │ ├── cat_addmm_8.py │ │ ├── cat_addmm_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── cat_mm │ │ ├── cat_mm_1.py │ │ ├── cat_mm_10.py │ │ ├── cat_mm_2.py │ │ ├── cat_mm_3.py │ │ ├── cat_mm_4.py │ │ ├── cat_mm_5.py │ │ ├── cat_mm_6.py │ │ ├── cat_mm_7.py │ │ ├── cat_mm_8.py │ │ ├── cat_mm_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── cat_slice_cat │ │ ├── cat_slice_cat_1.py │ │ ├── cat_slice_cat_10.py │ │ ├── cat_slice_cat_2.py │ │ ├── cat_slice_cat_3.py │ │ ├── cat_slice_cat_4.py │ │ ├── cat_slice_cat_5.py │ │ ├── cat_slice_cat_6.py │ │ ├── cat_slice_cat_7.py │ │ ├── cat_slice_cat_8.py │ │ ├── cat_slice_cat_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── fuse_conv_bn │ │ ├── fuse_conv_bn_1.py │ │ ├── fuse_conv_bn_10.py │ │ ├── fuse_conv_bn_2.py │ │ ├── fuse_conv_bn_3.py │ │ ├── fuse_conv_bn_4.py │ │ ├── fuse_conv_bn_5.py │ │ ├── fuse_conv_bn_6.py │ │ ├── fuse_conv_bn_7.py │ │ ├── fuse_conv_bn_8.py │ │ ├── fuse_conv_bn_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── linear_permute_fusion │ │ ├── linear_permute_fusion_1.py │ │ ├── linear_permute_fusion_10.py │ │ ├── linear_permute_fusion_2.py │ │ ├── linear_permute_fusion_3.py │ │ ├── linear_permute_fusion_4.py │ │ ├── linear_permute_fusion_5.py │ │ ├── linear_permute_fusion_6.py │ │ ├── linear_permute_fusion_7.py │ │ ├── linear_permute_fusion_8.py │ │ ├── linear_permute_fusion_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── mm_plus_mm │ │ ├── mm_plus_mm_1.py │ │ ├── mm_plus_mm_10.py │ │ ├── mm_plus_mm_2.py │ │ ├── mm_plus_mm_3.py │ │ ├── mm_plus_mm_4.py │ │ ├── mm_plus_mm_5.py │ │ ├── mm_plus_mm_6.py │ │ ├── mm_plus_mm_7.py │ │ ├── mm_plus_mm_8.py │ │ ├── mm_plus_mm_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── outputs.json │ ├── permute_linear_fusion │ │ ├── permute_linear_fusion_1.py │ │ ├── permute_linear_fusion_10.py │ │ ├── permute_linear_fusion_2.py │ │ ├── permute_linear_fusion_3.py │ │ ├── permute_linear_fusion_4.py │ │ ├── permute_linear_fusion_5.py │ │ ├── permute_linear_fusion_6.py │ │ ├── permute_linear_fusion_7.py │ │ ├── permute_linear_fusion_8.py │ │ ├── permute_linear_fusion_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── permute_matmul_fusion │ │ ├── permute_matmul_fusion_1.py │ │ ├── permute_matmul_fusion_10.py │ │ ├── permute_matmul_fusion_2.py │ │ ├── permute_matmul_fusion_3.py │ │ ├── permute_matmul_fusion_4.py │ │ ├── permute_matmul_fusion_5.py │ │ ├── permute_matmul_fusion_6.py │ │ ├── permute_matmul_fusion_7.py │ │ ├── permute_matmul_fusion_8.py │ │ ├── permute_matmul_fusion_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── pointless_cumsum_replacement │ │ ├── pointless_cumsum_replacement_1.py │ │ ├── pointless_cumsum_replacement_10.py │ │ ├── pointless_cumsum_replacement_2.py │ │ ├── pointless_cumsum_replacement_3.py │ │ ├── pointless_cumsum_replacement_4.py │ │ ├── pointless_cumsum_replacement_5.py │ │ ├── pointless_cumsum_replacement_6.py │ │ ├── pointless_cumsum_replacement_7.py │ │ ├── pointless_cumsum_replacement_8.py │ │ ├── pointless_cumsum_replacement_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── replace_fx │ │ ├── prompt.txt │ │ ├── replace_fx_1.py │ │ ├── replace_fx_10.py │ │ ├── replace_fx_2.py │ │ ├── replace_fx_3.py │ │ ├── replace_fx_4.py │ │ ├── replace_fx_5.py │ │ ├── replace_fx_6.py │ │ ├── replace_fx_7.py │ │ ├── replace_fx_8.py │ │ ├── replace_fx_9.py │ │ └── time.txt │ ├── sfdp=0 │ │ ├── prompt.txt │ │ ├── sfdp=0_1.py │ │ ├── sfdp=0_10.py │ │ ├── sfdp=0_2.py │ │ ├── sfdp=0_3.py │ │ ├── sfdp=0_4.py │ │ ├── sfdp=0_5.py │ │ ├── sfdp=0_6.py │ │ ├── sfdp=0_7.py │ │ ├── sfdp=0_8.py │ │ ├── sfdp=0_9.py │ │ └── time.txt │ ├── sfdp=1 │ │ ├── prompt.txt │ │ ├── sfdp=1_1.py │ │ ├── sfdp=1_10.py │ │ ├── sfdp=1_2.py │ │ ├── sfdp=1_3.py │ │ ├── sfdp=1_4.py │ │ ├── sfdp=1_5.py │ │ ├── sfdp=1_6.py │ │ ├── sfdp=1_7.py │ │ ├── sfdp=1_8.py │ │ ├── sfdp=1_9.py │ │ └── time.txt │ ├── sfdp=2 │ │ ├── prompt.txt │ │ ├── sfdp=2_1.py │ │ ├── sfdp=2_10.py │ │ ├── sfdp=2_2.py │ │ ├── sfdp=2_3.py │ │ ├── sfdp=2_4.py │ │ ├── sfdp=2_5.py │ │ ├── sfdp=2_6.py │ │ ├── sfdp=2_7.py │ │ ├── sfdp=2_8.py │ │ ├── sfdp=2_9.py │ │ └── time.txt │ ├── sfdp=3 │ │ ├── prompt.txt │ │ ├── sfdp=3_1.py │ │ ├── sfdp=3_10.py │ │ ├── sfdp=3_2.py │ │ ├── sfdp=3_3.py │ │ ├── sfdp=3_4.py │ │ ├── sfdp=3_5.py │ │ ├── sfdp=3_6.py │ │ ├── sfdp=3_7.py │ │ ├── sfdp=3_8.py │ │ ├── sfdp=3_9.py │ │ └── time.txt │ ├── sfdp=4 │ │ ├── prompt.txt │ │ ├── sfdp=4_1.py │ │ ├── sfdp=4_10.py │ │ ├── sfdp=4_2.py │ │ ├── sfdp=4_3.py │ │ ├── sfdp=4_4.py │ │ ├── sfdp=4_5.py │ │ ├── sfdp=4_6.py │ │ ├── sfdp=4_7.py │ │ ├── sfdp=4_8.py │ │ ├── sfdp=4_9.py │ │ └── time.txt │ ├── sfdp=5 │ │ ├── prompt.txt │ │ ├── sfdp=5_1.py │ │ ├── sfdp=5_10.py │ │ ├── sfdp=5_2.py │ │ ├── sfdp=5_3.py │ │ ├── sfdp=5_4.py │ │ ├── sfdp=5_5.py │ │ ├── sfdp=5_6.py │ │ ├── sfdp=5_7.py │ │ ├── sfdp=5_8.py │ │ ├── sfdp=5_9.py │ │ └── time.txt │ ├── sink_cat_after_pointwise │ │ ├── prompt.txt │ │ ├── sink_cat_after_pointwise_1.py │ │ ├── sink_cat_after_pointwise_10.py │ │ ├── sink_cat_after_pointwise_2.py │ │ ├── sink_cat_after_pointwise_3.py │ │ ├── sink_cat_after_pointwise_4.py │ │ ├── sink_cat_after_pointwise_5.py │ │ ├── sink_cat_after_pointwise_6.py │ │ ├── sink_cat_after_pointwise_7.py │ │ ├── sink_cat_after_pointwise_8.py │ │ ├── sink_cat_after_pointwise_9.py │ │ └── time.txt │ ├── splitwithsizes_cat_replace │ │ ├── prompt.txt │ │ ├── splitwithsizes_cat_replace_1.py │ │ ├── splitwithsizes_cat_replace_10.py │ │ ├── splitwithsizes_cat_replace_2.py │ │ ├── splitwithsizes_cat_replace_3.py │ │ ├── splitwithsizes_cat_replace_4.py │ │ ├── splitwithsizes_cat_replace_5.py │ │ ├── splitwithsizes_cat_replace_6.py │ │ ├── splitwithsizes_cat_replace_7.py │ │ ├── splitwithsizes_cat_replace_8.py │ │ ├── splitwithsizes_cat_replace_9.py │ │ └── time.txt │ ├── unary=0 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=0_1.py │ │ ├── unary=0_10.py │ │ ├── unary=0_2.py │ │ ├── unary=0_3.py │ │ ├── unary=0_4.py │ │ ├── unary=0_5.py │ │ ├── unary=0_6.py │ │ ├── unary=0_7.py │ │ ├── unary=0_8.py │ │ └── unary=0_9.py │ ├── unary=1 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=1_1.py │ │ ├── unary=1_10.py │ │ ├── unary=1_2.py │ │ ├── unary=1_3.py │ │ ├── unary=1_4.py │ │ ├── unary=1_5.py │ │ ├── unary=1_6.py │ │ ├── unary=1_7.py │ │ ├── unary=1_8.py │ │ └── unary=1_9.py │ ├── unary=10 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=10_1.py │ │ ├── unary=10_10.py │ │ ├── unary=10_2.py │ │ ├── unary=10_3.py │ │ ├── unary=10_4.py │ │ ├── unary=10_5.py │ │ ├── unary=10_6.py │ │ ├── unary=10_7.py │ │ ├── unary=10_8.py │ │ └── unary=10_9.py │ ├── unary=11 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=11_1.py │ │ ├── unary=11_10.py │ │ ├── unary=11_2.py │ │ ├── unary=11_3.py │ │ ├── unary=11_4.py │ │ ├── unary=11_5.py │ │ ├── unary=11_6.py │ │ ├── unary=11_7.py │ │ ├── unary=11_8.py │ │ └── unary=11_9.py │ ├── unary=12 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=12_1.py │ │ ├── unary=12_10.py │ │ ├── unary=12_2.py │ │ ├── unary=12_3.py │ │ ├── unary=12_4.py │ │ ├── unary=12_5.py │ │ ├── unary=12_6.py │ │ ├── unary=12_7.py │ │ ├── unary=12_8.py │ │ └── unary=12_9.py │ ├── unary=13 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=13_1.py │ │ ├── unary=13_10.py │ │ ├── unary=13_2.py │ │ ├── unary=13_3.py │ │ ├── unary=13_4.py │ │ ├── unary=13_5.py │ │ ├── unary=13_6.py │ │ ├── unary=13_7.py │ │ ├── unary=13_8.py │ │ └── unary=13_9.py │ ├── unary=14 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=14_1.py │ │ ├── unary=14_10.py │ │ ├── unary=14_2.py │ │ ├── unary=14_3.py │ │ ├── unary=14_4.py │ │ ├── unary=14_5.py │ │ ├── unary=14_6.py │ │ ├── unary=14_7.py │ │ ├── unary=14_8.py │ │ └── unary=14_9.py │ ├── unary=15 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=15_1.py │ │ ├── unary=15_10.py │ │ ├── unary=15_2.py │ │ ├── unary=15_3.py │ │ ├── unary=15_4.py │ │ ├── unary=15_5.py │ │ ├── unary=15_6.py │ │ ├── unary=15_7.py │ │ ├── unary=15_8.py │ │ └── unary=15_9.py │ ├── unary=16 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=16_1.py │ │ ├── unary=16_10.py │ │ ├── unary=16_2.py │ │ ├── unary=16_3.py │ │ ├── unary=16_4.py │ │ ├── unary=16_5.py │ │ ├── unary=16_6.py │ │ ├── unary=16_7.py │ │ ├── unary=16_8.py │ │ └── unary=16_9.py │ ├── unary=17 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=17_1.py │ │ ├── unary=17_10.py │ │ ├── unary=17_2.py │ │ ├── unary=17_3.py │ │ ├── unary=17_4.py │ │ ├── unary=17_5.py │ │ ├── unary=17_6.py │ │ ├── unary=17_7.py │ │ ├── unary=17_8.py │ │ └── unary=17_9.py │ ├── unary=18 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=18_1.py │ │ ├── unary=18_10.py │ │ ├── unary=18_2.py │ │ ├── unary=18_3.py │ │ ├── unary=18_4.py │ │ ├── unary=18_5.py │ │ ├── unary=18_6.py │ │ ├── unary=18_7.py │ │ ├── unary=18_8.py │ │ └── unary=18_9.py │ ├── unary=19 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=19_1.py │ │ ├── unary=19_10.py │ │ ├── unary=19_2.py │ │ ├── unary=19_3.py │ │ ├── unary=19_4.py │ │ ├── unary=19_5.py │ │ ├── unary=19_6.py │ │ ├── unary=19_7.py │ │ ├── unary=19_8.py │ │ └── unary=19_9.py │ ├── unary=2 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=2_1.py │ │ ├── unary=2_10.py │ │ ├── unary=2_2.py │ │ ├── unary=2_3.py │ │ ├── unary=2_4.py │ │ ├── unary=2_5.py │ │ ├── unary=2_6.py │ │ ├── unary=2_7.py │ │ ├── unary=2_8.py │ │ └── unary=2_9.py │ ├── unary=20 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=20_1.py │ │ ├── unary=20_10.py │ │ ├── unary=20_2.py │ │ ├── unary=20_3.py │ │ ├── unary=20_4.py │ │ ├── unary=20_5.py │ │ ├── unary=20_6.py │ │ ├── unary=20_7.py │ │ ├── unary=20_8.py │ │ └── unary=20_9.py │ ├── unary=21 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=21_1.py │ │ ├── unary=21_10.py │ │ ├── unary=21_2.py │ │ ├── unary=21_3.py │ │ ├── unary=21_4.py │ │ ├── unary=21_5.py │ │ ├── unary=21_6.py │ │ ├── unary=21_7.py │ │ ├── unary=21_8.py │ │ └── unary=21_9.py │ ├── unary=22 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=22_1.py │ │ ├── unary=22_10.py │ │ ├── unary=22_2.py │ │ ├── unary=22_3.py │ │ ├── unary=22_4.py │ │ ├── unary=22_5.py │ │ ├── unary=22_6.py │ │ ├── unary=22_7.py │ │ ├── unary=22_8.py │ │ └── unary=22_9.py │ ├── unary=23 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=23_1.py │ │ ├── unary=23_10.py │ │ ├── unary=23_2.py │ │ ├── unary=23_3.py │ │ ├── unary=23_4.py │ │ ├── unary=23_5.py │ │ ├── unary=23_6.py │ │ ├── unary=23_7.py │ │ ├── unary=23_8.py │ │ └── unary=23_9.py │ ├── unary=24 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=24_1.py │ │ ├── unary=24_10.py │ │ ├── unary=24_2.py │ │ ├── unary=24_3.py │ │ ├── unary=24_4.py │ │ ├── unary=24_5.py │ │ ├── unary=24_6.py │ │ ├── unary=24_7.py │ │ ├── unary=24_8.py │ │ └── unary=24_9.py │ ├── unary=25 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=25_1.py │ │ ├── unary=25_10.py │ │ ├── unary=25_2.py │ │ ├── unary=25_3.py │ │ ├── unary=25_4.py │ │ ├── unary=25_5.py │ │ ├── unary=25_6.py │ │ ├── unary=25_7.py │ │ ├── unary=25_8.py │ │ └── unary=25_9.py │ ├── unary=26 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=26_1.py │ │ ├── unary=26_10.py │ │ ├── unary=26_2.py │ │ ├── unary=26_3.py │ │ ├── unary=26_4.py │ │ ├── unary=26_5.py │ │ ├── unary=26_6.py │ │ ├── unary=26_7.py │ │ ├── unary=26_8.py │ │ └── unary=26_9.py │ ├── unary=27 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=27_1.py │ │ ├── unary=27_10.py │ │ ├── unary=27_2.py │ │ ├── unary=27_3.py │ │ ├── unary=27_4.py │ │ ├── unary=27_5.py │ │ ├── unary=27_6.py │ │ ├── unary=27_7.py │ │ ├── unary=27_8.py │ │ └── unary=27_9.py │ ├── unary=28 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=28_1.py │ │ ├── unary=28_10.py │ │ ├── unary=28_2.py │ │ ├── unary=28_3.py │ │ ├── unary=28_4.py │ │ ├── unary=28_5.py │ │ ├── unary=28_6.py │ │ ├── unary=28_7.py │ │ ├── unary=28_8.py │ │ └── unary=28_9.py │ ├── unary=29 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=29_1.py │ │ ├── unary=29_10.py │ │ ├── unary=29_2.py │ │ ├── unary=29_3.py │ │ ├── unary=29_4.py │ │ ├── unary=29_5.py │ │ ├── unary=29_6.py │ │ ├── unary=29_7.py │ │ ├── unary=29_8.py │ │ └── unary=29_9.py │ ├── unary=3 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=3_1.py │ │ ├── unary=3_10.py │ │ ├── unary=3_2.py │ │ ├── unary=3_3.py │ │ ├── unary=3_4.py │ │ ├── unary=3_5.py │ │ ├── unary=3_6.py │ │ ├── unary=3_7.py │ │ ├── unary=3_8.py │ │ └── unary=3_9.py │ ├── unary=4 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=4_1.py │ │ ├── unary=4_10.py │ │ ├── unary=4_2.py │ │ ├── unary=4_3.py │ │ ├── unary=4_4.py │ │ ├── unary=4_5.py │ │ ├── unary=4_6.py │ │ ├── unary=4_7.py │ │ ├── unary=4_8.py │ │ └── unary=4_9.py │ ├── unary=5 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=5_1.py │ │ ├── unary=5_10.py │ │ ├── unary=5_2.py │ │ ├── unary=5_3.py │ │ ├── unary=5_4.py │ │ ├── unary=5_5.py │ │ ├── unary=5_6.py │ │ ├── unary=5_7.py │ │ ├── unary=5_8.py │ │ └── unary=5_9.py │ ├── unary=6 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=6_1.py │ │ ├── unary=6_10.py │ │ ├── unary=6_2.py │ │ ├── unary=6_3.py │ │ ├── unary=6_4.py │ │ ├── unary=6_5.py │ │ ├── unary=6_6.py │ │ ├── unary=6_7.py │ │ ├── unary=6_8.py │ │ └── unary=6_9.py │ ├── unary=7 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=7_1.py │ │ ├── unary=7_10.py │ │ ├── unary=7_2.py │ │ ├── unary=7_3.py │ │ ├── unary=7_4.py │ │ ├── unary=7_5.py │ │ ├── unary=7_6.py │ │ ├── unary=7_7.py │ │ ├── unary=7_8.py │ │ └── unary=7_9.py │ ├── unary=8 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=8_1.py │ │ ├── unary=8_10.py │ │ ├── unary=8_2.py │ │ ├── unary=8_3.py │ │ ├── unary=8_4.py │ │ ├── unary=8_5.py │ │ ├── unary=8_6.py │ │ ├── unary=8_7.py │ │ ├── unary=8_8.py │ │ └── unary=8_9.py │ └── unary=9 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=9_1.py │ │ ├── unary=9_10.py │ │ ├── unary=9_2.py │ │ ├── unary=9_3.py │ │ ├── unary=9_4.py │ │ ├── unary=9_5.py │ │ ├── unary=9_6.py │ │ ├── unary=9_7.py │ │ ├── unary=9_8.py │ │ └── unary=9_9.py │ ├── step45-3shot │ ├── addmm │ │ ├── addmm_1.py │ │ ├── addmm_10.py │ │ ├── addmm_2.py │ │ ├── addmm_3.py │ │ ├── addmm_4.py │ │ ├── addmm_5.py │ │ ├── addmm_6.py │ │ ├── addmm_7.py │ │ ├── addmm_8.py │ │ ├── addmm_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── binary=0 │ │ ├── binary=0_1.py │ │ ├── binary=0_10.py │ │ ├── binary=0_2.py │ │ ├── binary=0_3.py │ │ ├── binary=0_4.py │ │ ├── binary=0_5.py │ │ ├── binary=0_6.py │ │ ├── binary=0_7.py │ │ ├── binary=0_8.py │ │ ├── binary=0_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── binary=10 │ │ ├── binary=10_1.py │ │ ├── binary=10_10.py │ │ ├── binary=10_2.py │ │ ├── binary=10_3.py │ │ ├── binary=10_4.py │ │ ├── binary=10_5.py │ │ ├── binary=10_6.py │ │ ├── binary=10_7.py │ │ ├── binary=10_8.py │ │ ├── binary=10_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── binary=2 │ │ ├── binary=2_1.py │ │ ├── binary=2_10.py │ │ ├── binary=2_2.py │ │ ├── binary=2_3.py │ │ ├── binary=2_4.py │ │ ├── binary=2_5.py │ │ ├── binary=2_6.py │ │ ├── binary=2_7.py │ │ ├── binary=2_8.py │ │ ├── binary=2_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── binary=4 │ │ ├── binary=4_1.py │ │ ├── binary=4_10.py │ │ ├── binary=4_2.py │ │ ├── binary=4_3.py │ │ ├── binary=4_4.py │ │ ├── binary=4_5.py │ │ ├── binary=4_6.py │ │ ├── binary=4_7.py │ │ ├── binary=4_8.py │ │ ├── binary=4_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── binary=6 │ │ ├── binary=6_1.py │ │ ├── binary=6_10.py │ │ ├── binary=6_2.py │ │ ├── binary=6_3.py │ │ ├── binary=6_4.py │ │ ├── binary=6_5.py │ │ ├── binary=6_6.py │ │ ├── binary=6_7.py │ │ ├── binary=6_8.py │ │ ├── binary=6_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── binary=8 │ │ ├── binary=8_1.py │ │ ├── binary=8_10.py │ │ ├── binary=8_2.py │ │ ├── binary=8_3.py │ │ ├── binary=8_4.py │ │ ├── binary=8_5.py │ │ ├── binary=8_6.py │ │ ├── binary=8_7.py │ │ ├── binary=8_8.py │ │ ├── binary=8_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── binary_unary=0 │ │ ├── binary_unary=0_1.py │ │ ├── binary_unary=0_10.py │ │ ├── binary_unary=0_2.py │ │ ├── binary_unary=0_3.py │ │ ├── binary_unary=0_4.py │ │ ├── binary_unary=0_5.py │ │ ├── binary_unary=0_6.py │ │ ├── binary_unary=0_7.py │ │ ├── binary_unary=0_8.py │ │ ├── binary_unary=0_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── binary_unary=10 │ │ ├── binary_unary=10_1.py │ │ ├── binary_unary=10_10.py │ │ ├── binary_unary=10_2.py │ │ ├── binary_unary=10_3.py │ │ ├── binary_unary=10_4.py │ │ ├── binary_unary=10_5.py │ │ ├── binary_unary=10_6.py │ │ ├── binary_unary=10_7.py │ │ ├── binary_unary=10_8.py │ │ ├── binary_unary=10_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── binary_unary=2 │ │ ├── binary_unary=2_1.py │ │ ├── binary_unary=2_10.py │ │ ├── binary_unary=2_2.py │ │ ├── binary_unary=2_3.py │ │ ├── binary_unary=2_4.py │ │ ├── binary_unary=2_5.py │ │ ├── binary_unary=2_6.py │ │ ├── binary_unary=2_7.py │ │ ├── binary_unary=2_8.py │ │ ├── binary_unary=2_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── binary_unary=4 │ │ ├── binary_unary=4_1.py │ │ ├── binary_unary=4_10.py │ │ ├── binary_unary=4_2.py │ │ ├── binary_unary=4_3.py │ │ ├── binary_unary=4_4.py │ │ ├── binary_unary=4_5.py │ │ ├── binary_unary=4_6.py │ │ ├── binary_unary=4_7.py │ │ ├── binary_unary=4_8.py │ │ ├── binary_unary=4_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── binary_unary=6 │ │ ├── binary_unary=6_1.py │ │ ├── binary_unary=6_10.py │ │ ├── binary_unary=6_2.py │ │ ├── binary_unary=6_3.py │ │ ├── binary_unary=6_4.py │ │ ├── binary_unary=6_5.py │ │ ├── binary_unary=6_6.py │ │ ├── binary_unary=6_7.py │ │ ├── binary_unary=6_8.py │ │ ├── binary_unary=6_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── binary_unary=8 │ │ ├── binary_unary=8_1.py │ │ ├── binary_unary=8_10.py │ │ ├── binary_unary=8_2.py │ │ ├── binary_unary=8_3.py │ │ ├── binary_unary=8_4.py │ │ ├── binary_unary=8_5.py │ │ ├── binary_unary=8_6.py │ │ ├── binary_unary=8_7.py │ │ ├── binary_unary=8_8.py │ │ ├── binary_unary=8_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── cat_addmm │ │ ├── cat_addmm_1.py │ │ ├── cat_addmm_10.py │ │ ├── cat_addmm_2.py │ │ ├── cat_addmm_3.py │ │ ├── cat_addmm_4.py │ │ ├── cat_addmm_5.py │ │ ├── cat_addmm_6.py │ │ ├── cat_addmm_7.py │ │ ├── cat_addmm_8.py │ │ ├── cat_addmm_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── cat_mm │ │ ├── cat_mm_1.py │ │ ├── cat_mm_10.py │ │ ├── cat_mm_2.py │ │ ├── cat_mm_3.py │ │ ├── cat_mm_4.py │ │ ├── cat_mm_5.py │ │ ├── cat_mm_6.py │ │ ├── cat_mm_7.py │ │ ├── cat_mm_8.py │ │ ├── cat_mm_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── cat_slice_cat │ │ ├── cat_slice_cat_1.py │ │ ├── cat_slice_cat_10.py │ │ ├── cat_slice_cat_2.py │ │ ├── cat_slice_cat_3.py │ │ ├── cat_slice_cat_4.py │ │ ├── cat_slice_cat_5.py │ │ ├── cat_slice_cat_6.py │ │ ├── cat_slice_cat_7.py │ │ ├── cat_slice_cat_8.py │ │ ├── cat_slice_cat_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── fuse_conv_bn │ │ ├── fuse_conv_bn_1.py │ │ ├── fuse_conv_bn_10.py │ │ ├── fuse_conv_bn_2.py │ │ ├── fuse_conv_bn_3.py │ │ ├── fuse_conv_bn_4.py │ │ ├── fuse_conv_bn_5.py │ │ ├── fuse_conv_bn_6.py │ │ ├── fuse_conv_bn_7.py │ │ ├── fuse_conv_bn_8.py │ │ ├── fuse_conv_bn_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── linear_permute_fusion │ │ ├── linear_permute_fusion_1.py │ │ ├── linear_permute_fusion_10.py │ │ ├── linear_permute_fusion_2.py │ │ ├── linear_permute_fusion_3.py │ │ ├── linear_permute_fusion_4.py │ │ ├── linear_permute_fusion_5.py │ │ ├── linear_permute_fusion_6.py │ │ ├── linear_permute_fusion_7.py │ │ ├── linear_permute_fusion_8.py │ │ ├── linear_permute_fusion_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── mm_plus_mm │ │ ├── mm_plus_mm_1.py │ │ ├── mm_plus_mm_10.py │ │ ├── mm_plus_mm_2.py │ │ ├── mm_plus_mm_3.py │ │ ├── mm_plus_mm_4.py │ │ ├── mm_plus_mm_5.py │ │ ├── mm_plus_mm_6.py │ │ ├── mm_plus_mm_7.py │ │ ├── mm_plus_mm_8.py │ │ ├── mm_plus_mm_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── outputs.json │ ├── permute_linear_fusion │ │ ├── permute_linear_fusion_1.py │ │ ├── permute_linear_fusion_10.py │ │ ├── permute_linear_fusion_2.py │ │ ├── permute_linear_fusion_3.py │ │ ├── permute_linear_fusion_4.py │ │ ├── permute_linear_fusion_5.py │ │ ├── permute_linear_fusion_6.py │ │ ├── permute_linear_fusion_7.py │ │ ├── permute_linear_fusion_8.py │ │ ├── permute_linear_fusion_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── permute_matmul_fusion │ │ ├── permute_matmul_fusion_1.py │ │ ├── permute_matmul_fusion_10.py │ │ ├── permute_matmul_fusion_2.py │ │ ├── permute_matmul_fusion_3.py │ │ ├── permute_matmul_fusion_4.py │ │ ├── permute_matmul_fusion_5.py │ │ ├── permute_matmul_fusion_6.py │ │ ├── permute_matmul_fusion_7.py │ │ ├── permute_matmul_fusion_8.py │ │ ├── permute_matmul_fusion_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── pointless_cumsum_replacement │ │ ├── pointless_cumsum_replacement_1.py │ │ ├── pointless_cumsum_replacement_10.py │ │ ├── pointless_cumsum_replacement_2.py │ │ ├── pointless_cumsum_replacement_3.py │ │ ├── pointless_cumsum_replacement_4.py │ │ ├── pointless_cumsum_replacement_5.py │ │ ├── pointless_cumsum_replacement_6.py │ │ ├── pointless_cumsum_replacement_7.py │ │ ├── pointless_cumsum_replacement_8.py │ │ ├── pointless_cumsum_replacement_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── replace_fx │ │ ├── prompt.txt │ │ ├── replace_fx_1.py │ │ ├── replace_fx_10.py │ │ ├── replace_fx_2.py │ │ ├── replace_fx_3.py │ │ ├── replace_fx_4.py │ │ ├── replace_fx_5.py │ │ ├── replace_fx_6.py │ │ ├── replace_fx_7.py │ │ ├── replace_fx_8.py │ │ ├── replace_fx_9.py │ │ └── time.txt │ ├── sfdp=0 │ │ ├── prompt.txt │ │ ├── sfdp=0_1.py │ │ ├── sfdp=0_10.py │ │ ├── sfdp=0_2.py │ │ ├── sfdp=0_3.py │ │ ├── sfdp=0_4.py │ │ ├── sfdp=0_5.py │ │ ├── sfdp=0_6.py │ │ ├── sfdp=0_7.py │ │ ├── sfdp=0_8.py │ │ ├── sfdp=0_9.py │ │ └── time.txt │ ├── sfdp=1 │ │ ├── prompt.txt │ │ ├── sfdp=1_1.py │ │ ├── sfdp=1_10.py │ │ ├── sfdp=1_2.py │ │ ├── sfdp=1_3.py │ │ ├── sfdp=1_4.py │ │ ├── sfdp=1_5.py │ │ ├── sfdp=1_6.py │ │ ├── sfdp=1_7.py │ │ ├── sfdp=1_8.py │ │ ├── sfdp=1_9.py │ │ └── time.txt │ ├── sfdp=2 │ │ ├── prompt.txt │ │ ├── sfdp=2_1.py │ │ ├── sfdp=2_10.py │ │ ├── sfdp=2_2.py │ │ ├── sfdp=2_3.py │ │ ├── sfdp=2_4.py │ │ ├── sfdp=2_5.py │ │ ├── sfdp=2_6.py │ │ ├── sfdp=2_7.py │ │ ├── sfdp=2_8.py │ │ ├── sfdp=2_9.py │ │ └── time.txt │ ├── sfdp=3 │ │ ├── prompt.txt │ │ ├── sfdp=3_1.py │ │ ├── sfdp=3_10.py │ │ ├── sfdp=3_2.py │ │ ├── sfdp=3_3.py │ │ ├── sfdp=3_4.py │ │ ├── sfdp=3_5.py │ │ ├── sfdp=3_6.py │ │ ├── sfdp=3_7.py │ │ ├── sfdp=3_8.py │ │ ├── sfdp=3_9.py │ │ └── time.txt │ ├── sfdp=4 │ │ ├── prompt.txt │ │ ├── sfdp=4_1.py │ │ ├── sfdp=4_10.py │ │ ├── sfdp=4_2.py │ │ ├── sfdp=4_3.py │ │ ├── sfdp=4_4.py │ │ ├── sfdp=4_5.py │ │ ├── sfdp=4_6.py │ │ ├── sfdp=4_7.py │ │ ├── sfdp=4_8.py │ │ ├── sfdp=4_9.py │ │ └── time.txt │ ├── sfdp=5 │ │ ├── prompt.txt │ │ ├── sfdp=5_1.py │ │ ├── sfdp=5_10.py │ │ ├── sfdp=5_2.py │ │ ├── sfdp=5_3.py │ │ ├── sfdp=5_4.py │ │ ├── sfdp=5_5.py │ │ ├── sfdp=5_6.py │ │ ├── sfdp=5_7.py │ │ ├── sfdp=5_8.py │ │ ├── sfdp=5_9.py │ │ └── time.txt │ ├── sink_cat_after_pointwise │ │ ├── prompt.txt │ │ ├── sink_cat_after_pointwise_1.py │ │ ├── sink_cat_after_pointwise_10.py │ │ ├── sink_cat_after_pointwise_2.py │ │ ├── sink_cat_after_pointwise_3.py │ │ ├── sink_cat_after_pointwise_4.py │ │ ├── sink_cat_after_pointwise_5.py │ │ ├── sink_cat_after_pointwise_6.py │ │ ├── sink_cat_after_pointwise_7.py │ │ ├── sink_cat_after_pointwise_8.py │ │ ├── sink_cat_after_pointwise_9.py │ │ └── time.txt │ ├── splitwithsizes_cat_replace │ │ ├── prompt.txt │ │ ├── splitwithsizes_cat_replace_1.py │ │ ├── splitwithsizes_cat_replace_10.py │ │ ├── splitwithsizes_cat_replace_2.py │ │ ├── splitwithsizes_cat_replace_3.py │ │ ├── splitwithsizes_cat_replace_4.py │ │ ├── splitwithsizes_cat_replace_5.py │ │ ├── splitwithsizes_cat_replace_6.py │ │ ├── splitwithsizes_cat_replace_7.py │ │ ├── splitwithsizes_cat_replace_8.py │ │ ├── splitwithsizes_cat_replace_9.py │ │ └── time.txt │ ├── unary=0 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=0_1.py │ │ ├── unary=0_10.py │ │ ├── unary=0_2.py │ │ ├── unary=0_3.py │ │ ├── unary=0_4.py │ │ ├── unary=0_5.py │ │ ├── unary=0_6.py │ │ ├── unary=0_7.py │ │ ├── unary=0_8.py │ │ └── unary=0_9.py │ ├── unary=1 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=1_1.py │ │ ├── unary=1_10.py │ │ ├── unary=1_2.py │ │ ├── unary=1_3.py │ │ ├── unary=1_4.py │ │ ├── unary=1_5.py │ │ ├── unary=1_6.py │ │ ├── unary=1_7.py │ │ ├── unary=1_8.py │ │ └── unary=1_9.py │ ├── unary=10 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=10_1.py │ │ ├── unary=10_10.py │ │ ├── unary=10_2.py │ │ ├── unary=10_3.py │ │ ├── unary=10_4.py │ │ ├── unary=10_5.py │ │ ├── unary=10_6.py │ │ ├── unary=10_7.py │ │ ├── unary=10_8.py │ │ └── unary=10_9.py │ ├── unary=11 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=11_1.py │ │ ├── unary=11_10.py │ │ ├── unary=11_2.py │ │ ├── unary=11_3.py │ │ ├── unary=11_4.py │ │ ├── unary=11_5.py │ │ ├── unary=11_6.py │ │ ├── unary=11_7.py │ │ ├── unary=11_8.py │ │ └── unary=11_9.py │ ├── unary=12 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=12_1.py │ │ ├── unary=12_10.py │ │ ├── unary=12_2.py │ │ ├── unary=12_3.py │ │ ├── unary=12_4.py │ │ ├── unary=12_5.py │ │ ├── unary=12_6.py │ │ ├── unary=12_7.py │ │ ├── unary=12_8.py │ │ └── unary=12_9.py │ ├── unary=13 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=13_1.py │ │ ├── unary=13_10.py │ │ ├── unary=13_2.py │ │ ├── unary=13_3.py │ │ ├── unary=13_4.py │ │ ├── unary=13_5.py │ │ ├── unary=13_6.py │ │ ├── unary=13_7.py │ │ ├── unary=13_8.py │ │ └── unary=13_9.py │ ├── unary=14 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=14_1.py │ │ ├── unary=14_10.py │ │ ├── unary=14_2.py │ │ ├── unary=14_3.py │ │ ├── unary=14_4.py │ │ ├── unary=14_5.py │ │ ├── unary=14_6.py │ │ ├── unary=14_7.py │ │ ├── unary=14_8.py │ │ └── unary=14_9.py │ ├── unary=15 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=15_1.py │ │ ├── unary=15_10.py │ │ ├── unary=15_2.py │ │ ├── unary=15_3.py │ │ ├── unary=15_4.py │ │ ├── unary=15_5.py │ │ ├── unary=15_6.py │ │ ├── unary=15_7.py │ │ ├── unary=15_8.py │ │ └── unary=15_9.py │ ├── unary=16 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=16_1.py │ │ ├── unary=16_10.py │ │ ├── unary=16_2.py │ │ ├── unary=16_3.py │ │ ├── unary=16_4.py │ │ ├── unary=16_5.py │ │ ├── unary=16_6.py │ │ ├── unary=16_7.py │ │ ├── unary=16_8.py │ │ └── unary=16_9.py │ ├── unary=17 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=17_1.py │ │ ├── unary=17_10.py │ │ ├── unary=17_2.py │ │ ├── unary=17_3.py │ │ ├── unary=17_4.py │ │ ├── unary=17_5.py │ │ ├── unary=17_6.py │ │ ├── unary=17_7.py │ │ ├── unary=17_8.py │ │ └── unary=17_9.py │ ├── unary=18 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=18_1.py │ │ ├── unary=18_10.py │ │ ├── unary=18_2.py │ │ ├── unary=18_3.py │ │ ├── unary=18_4.py │ │ ├── unary=18_5.py │ │ ├── unary=18_6.py │ │ ├── unary=18_7.py │ │ ├── unary=18_8.py │ │ └── unary=18_9.py │ ├── unary=19 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=19_1.py │ │ ├── unary=19_10.py │ │ ├── unary=19_2.py │ │ ├── unary=19_3.py │ │ ├── unary=19_4.py │ │ ├── unary=19_5.py │ │ ├── unary=19_6.py │ │ ├── unary=19_7.py │ │ ├── unary=19_8.py │ │ └── unary=19_9.py │ ├── unary=2 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=2_1.py │ │ ├── unary=2_10.py │ │ ├── unary=2_2.py │ │ ├── unary=2_3.py │ │ ├── unary=2_4.py │ │ ├── unary=2_5.py │ │ ├── unary=2_6.py │ │ ├── unary=2_7.py │ │ ├── unary=2_8.py │ │ └── unary=2_9.py │ ├── unary=20 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=20_1.py │ │ ├── unary=20_10.py │ │ ├── unary=20_2.py │ │ ├── unary=20_3.py │ │ ├── unary=20_4.py │ │ ├── unary=20_5.py │ │ ├── unary=20_6.py │ │ ├── unary=20_7.py │ │ ├── unary=20_8.py │ │ └── unary=20_9.py │ ├── unary=21 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=21_1.py │ │ ├── unary=21_10.py │ │ ├── unary=21_2.py │ │ ├── unary=21_3.py │ │ ├── unary=21_4.py │ │ ├── unary=21_5.py │ │ ├── unary=21_6.py │ │ ├── unary=21_7.py │ │ ├── unary=21_8.py │ │ └── unary=21_9.py │ ├── unary=22 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=22_1.py │ │ ├── unary=22_10.py │ │ ├── unary=22_2.py │ │ ├── unary=22_3.py │ │ ├── unary=22_4.py │ │ ├── unary=22_5.py │ │ ├── unary=22_6.py │ │ ├── unary=22_7.py │ │ ├── unary=22_8.py │ │ └── unary=22_9.py │ ├── unary=23 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=23_1.py │ │ ├── unary=23_10.py │ │ ├── unary=23_2.py │ │ ├── unary=23_3.py │ │ ├── unary=23_4.py │ │ ├── unary=23_5.py │ │ ├── unary=23_6.py │ │ ├── unary=23_7.py │ │ ├── unary=23_8.py │ │ └── unary=23_9.py │ ├── unary=24 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=24_1.py │ │ ├── unary=24_10.py │ │ ├── unary=24_2.py │ │ ├── unary=24_3.py │ │ ├── unary=24_4.py │ │ ├── unary=24_5.py │ │ ├── unary=24_6.py │ │ ├── unary=24_7.py │ │ ├── unary=24_8.py │ │ └── unary=24_9.py │ ├── unary=25 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=25_1.py │ │ ├── unary=25_10.py │ │ ├── unary=25_2.py │ │ ├── unary=25_3.py │ │ ├── unary=25_4.py │ │ ├── unary=25_5.py │ │ ├── unary=25_6.py │ │ ├── unary=25_7.py │ │ ├── unary=25_8.py │ │ └── unary=25_9.py │ ├── unary=26 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=26_1.py │ │ ├── unary=26_10.py │ │ ├── unary=26_2.py │ │ ├── unary=26_3.py │ │ ├── unary=26_4.py │ │ ├── unary=26_5.py │ │ ├── unary=26_6.py │ │ ├── unary=26_7.py │ │ ├── unary=26_8.py │ │ └── unary=26_9.py │ ├── unary=27 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=27_1.py │ │ ├── unary=27_10.py │ │ ├── unary=27_2.py │ │ ├── unary=27_3.py │ │ ├── unary=27_4.py │ │ ├── unary=27_5.py │ │ ├── unary=27_6.py │ │ ├── unary=27_7.py │ │ ├── unary=27_8.py │ │ └── unary=27_9.py │ ├── unary=28 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=28_1.py │ │ ├── unary=28_10.py │ │ ├── unary=28_2.py │ │ ├── unary=28_3.py │ │ ├── unary=28_4.py │ │ ├── unary=28_5.py │ │ ├── unary=28_6.py │ │ ├── unary=28_7.py │ │ ├── unary=28_8.py │ │ └── unary=28_9.py │ ├── unary=29 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=29_1.py │ │ ├── unary=29_10.py │ │ ├── unary=29_2.py │ │ ├── unary=29_3.py │ │ ├── unary=29_4.py │ │ ├── unary=29_5.py │ │ ├── unary=29_6.py │ │ ├── unary=29_7.py │ │ ├── unary=29_8.py │ │ └── unary=29_9.py │ ├── unary=3 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=3_1.py │ │ ├── unary=3_10.py │ │ ├── unary=3_2.py │ │ ├── unary=3_3.py │ │ ├── unary=3_4.py │ │ ├── unary=3_5.py │ │ ├── unary=3_6.py │ │ ├── unary=3_7.py │ │ ├── unary=3_8.py │ │ └── unary=3_9.py │ ├── unary=4 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=4_1.py │ │ ├── unary=4_10.py │ │ ├── unary=4_2.py │ │ ├── unary=4_3.py │ │ ├── unary=4_4.py │ │ ├── unary=4_5.py │ │ ├── unary=4_6.py │ │ ├── unary=4_7.py │ │ ├── unary=4_8.py │ │ └── unary=4_9.py │ ├── unary=5 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=5_1.py │ │ ├── unary=5_10.py │ │ ├── unary=5_2.py │ │ ├── unary=5_3.py │ │ ├── unary=5_4.py │ │ ├── unary=5_5.py │ │ ├── unary=5_6.py │ │ ├── unary=5_7.py │ │ ├── unary=5_8.py │ │ └── unary=5_9.py │ ├── unary=6 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=6_1.py │ │ ├── unary=6_10.py │ │ ├── unary=6_2.py │ │ ├── unary=6_3.py │ │ ├── unary=6_4.py │ │ ├── unary=6_5.py │ │ ├── unary=6_6.py │ │ ├── unary=6_7.py │ │ ├── unary=6_8.py │ │ └── unary=6_9.py │ ├── unary=7 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=7_1.py │ │ ├── unary=7_10.py │ │ ├── unary=7_2.py │ │ ├── unary=7_3.py │ │ ├── unary=7_4.py │ │ ├── unary=7_5.py │ │ ├── unary=7_6.py │ │ ├── unary=7_7.py │ │ ├── unary=7_8.py │ │ └── unary=7_9.py │ ├── unary=8 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=8_1.py │ │ ├── unary=8_10.py │ │ ├── unary=8_2.py │ │ ├── unary=8_3.py │ │ ├── unary=8_4.py │ │ ├── unary=8_5.py │ │ ├── unary=8_6.py │ │ ├── unary=8_7.py │ │ ├── unary=8_8.py │ │ └── unary=8_9.py │ └── unary=9 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=9_1.py │ │ ├── unary=9_10.py │ │ ├── unary=9_2.py │ │ ├── unary=9_3.py │ │ ├── unary=9_4.py │ │ ├── unary=9_5.py │ │ ├── unary=9_6.py │ │ ├── unary=9_7.py │ │ ├── unary=9_8.py │ │ └── unary=9_9.py │ ├── step46-3shot │ ├── addmm │ │ ├── addmm_1.py │ │ ├── addmm_10.py │ │ ├── addmm_2.py │ │ ├── addmm_3.py │ │ ├── addmm_4.py │ │ ├── addmm_5.py │ │ ├── addmm_6.py │ │ ├── addmm_7.py │ │ ├── addmm_8.py │ │ ├── addmm_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── binary=0 │ │ ├── binary=0_1.py │ │ ├── binary=0_10.py │ │ ├── binary=0_2.py │ │ ├── binary=0_3.py │ │ ├── binary=0_4.py │ │ ├── binary=0_5.py │ │ ├── binary=0_6.py │ │ ├── binary=0_7.py │ │ ├── binary=0_8.py │ │ ├── binary=0_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── binary=10 │ │ ├── binary=10_1.py │ │ ├── binary=10_10.py │ │ ├── binary=10_2.py │ │ ├── binary=10_3.py │ │ ├── binary=10_4.py │ │ ├── binary=10_5.py │ │ ├── binary=10_6.py │ │ ├── binary=10_7.py │ │ ├── binary=10_8.py │ │ ├── binary=10_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── binary=2 │ │ ├── binary=2_1.py │ │ ├── binary=2_10.py │ │ ├── binary=2_2.py │ │ ├── binary=2_3.py │ │ ├── binary=2_4.py │ │ ├── binary=2_5.py │ │ ├── binary=2_6.py │ │ ├── binary=2_7.py │ │ ├── binary=2_8.py │ │ ├── binary=2_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── binary=4 │ │ ├── binary=4_1.py │ │ ├── binary=4_10.py │ │ ├── binary=4_2.py │ │ ├── binary=4_3.py │ │ ├── binary=4_4.py │ │ ├── binary=4_5.py │ │ ├── binary=4_6.py │ │ ├── binary=4_7.py │ │ ├── binary=4_8.py │ │ ├── binary=4_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── binary=6 │ │ ├── binary=6_1.py │ │ ├── binary=6_10.py │ │ ├── binary=6_2.py │ │ ├── binary=6_3.py │ │ ├── binary=6_4.py │ │ ├── binary=6_5.py │ │ ├── binary=6_6.py │ │ ├── binary=6_7.py │ │ ├── binary=6_8.py │ │ ├── binary=6_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── binary=8 │ │ ├── binary=8_1.py │ │ ├── binary=8_10.py │ │ ├── binary=8_2.py │ │ ├── binary=8_3.py │ │ ├── binary=8_4.py │ │ ├── binary=8_5.py │ │ ├── binary=8_6.py │ │ ├── binary=8_7.py │ │ ├── binary=8_8.py │ │ ├── binary=8_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── binary_unary=0 │ │ ├── binary_unary=0_1.py │ │ ├── binary_unary=0_10.py │ │ ├── binary_unary=0_2.py │ │ ├── binary_unary=0_3.py │ │ ├── binary_unary=0_4.py │ │ ├── binary_unary=0_5.py │ │ ├── binary_unary=0_6.py │ │ ├── binary_unary=0_7.py │ │ ├── binary_unary=0_8.py │ │ ├── binary_unary=0_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── binary_unary=10 │ │ ├── binary_unary=10_1.py │ │ ├── binary_unary=10_10.py │ │ ├── binary_unary=10_2.py │ │ ├── binary_unary=10_3.py │ │ ├── binary_unary=10_4.py │ │ ├── binary_unary=10_5.py │ │ ├── binary_unary=10_6.py │ │ ├── binary_unary=10_7.py │ │ ├── binary_unary=10_8.py │ │ ├── binary_unary=10_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── binary_unary=2 │ │ ├── binary_unary=2_1.py │ │ ├── binary_unary=2_10.py │ │ ├── binary_unary=2_2.py │ │ ├── binary_unary=2_3.py │ │ ├── binary_unary=2_4.py │ │ ├── binary_unary=2_5.py │ │ ├── binary_unary=2_6.py │ │ ├── binary_unary=2_7.py │ │ ├── binary_unary=2_8.py │ │ ├── binary_unary=2_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── binary_unary=4 │ │ ├── binary_unary=4_1.py │ │ ├── binary_unary=4_10.py │ │ ├── binary_unary=4_2.py │ │ ├── binary_unary=4_3.py │ │ ├── binary_unary=4_4.py │ │ ├── binary_unary=4_5.py │ │ ├── binary_unary=4_6.py │ │ ├── binary_unary=4_7.py │ │ ├── binary_unary=4_8.py │ │ ├── binary_unary=4_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── binary_unary=6 │ │ ├── binary_unary=6_1.py │ │ ├── binary_unary=6_10.py │ │ ├── binary_unary=6_2.py │ │ ├── binary_unary=6_3.py │ │ ├── binary_unary=6_4.py │ │ ├── binary_unary=6_5.py │ │ ├── binary_unary=6_6.py │ │ ├── binary_unary=6_7.py │ │ ├── binary_unary=6_8.py │ │ ├── binary_unary=6_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── binary_unary=8 │ │ ├── binary_unary=8_1.py │ │ ├── binary_unary=8_10.py │ │ ├── binary_unary=8_2.py │ │ ├── binary_unary=8_3.py │ │ ├── binary_unary=8_4.py │ │ ├── binary_unary=8_5.py │ │ ├── binary_unary=8_6.py │ │ ├── binary_unary=8_7.py │ │ ├── binary_unary=8_8.py │ │ ├── binary_unary=8_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── cat_addmm │ │ ├── cat_addmm_1.py │ │ ├── cat_addmm_10.py │ │ ├── cat_addmm_2.py │ │ ├── cat_addmm_3.py │ │ ├── cat_addmm_4.py │ │ ├── cat_addmm_5.py │ │ ├── cat_addmm_6.py │ │ ├── cat_addmm_7.py │ │ ├── cat_addmm_8.py │ │ ├── cat_addmm_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── cat_mm │ │ ├── cat_mm_1.py │ │ ├── cat_mm_10.py │ │ ├── cat_mm_2.py │ │ ├── cat_mm_3.py │ │ ├── cat_mm_4.py │ │ ├── cat_mm_5.py │ │ ├── cat_mm_6.py │ │ ├── cat_mm_7.py │ │ ├── cat_mm_8.py │ │ ├── cat_mm_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── cat_slice_cat │ │ ├── cat_slice_cat_1.py │ │ ├── cat_slice_cat_10.py │ │ ├── cat_slice_cat_2.py │ │ ├── cat_slice_cat_3.py │ │ ├── cat_slice_cat_4.py │ │ ├── cat_slice_cat_5.py │ │ ├── cat_slice_cat_6.py │ │ ├── cat_slice_cat_7.py │ │ ├── cat_slice_cat_8.py │ │ ├── cat_slice_cat_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── fuse_conv_bn │ │ ├── fuse_conv_bn_1.py │ │ ├── fuse_conv_bn_10.py │ │ ├── fuse_conv_bn_2.py │ │ ├── fuse_conv_bn_3.py │ │ ├── fuse_conv_bn_4.py │ │ ├── fuse_conv_bn_5.py │ │ ├── fuse_conv_bn_6.py │ │ ├── fuse_conv_bn_7.py │ │ ├── fuse_conv_bn_8.py │ │ ├── fuse_conv_bn_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── linear_permute_fusion │ │ ├── linear_permute_fusion_1.py │ │ ├── linear_permute_fusion_10.py │ │ ├── linear_permute_fusion_2.py │ │ ├── linear_permute_fusion_3.py │ │ ├── linear_permute_fusion_4.py │ │ ├── linear_permute_fusion_5.py │ │ ├── linear_permute_fusion_6.py │ │ ├── linear_permute_fusion_7.py │ │ ├── linear_permute_fusion_8.py │ │ ├── linear_permute_fusion_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── mm_plus_mm │ │ ├── mm_plus_mm_1.py │ │ ├── mm_plus_mm_10.py │ │ ├── mm_plus_mm_2.py │ │ ├── mm_plus_mm_3.py │ │ ├── mm_plus_mm_4.py │ │ ├── mm_plus_mm_5.py │ │ ├── mm_plus_mm_6.py │ │ ├── mm_plus_mm_7.py │ │ ├── mm_plus_mm_8.py │ │ ├── mm_plus_mm_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── outputs.json │ ├── permute_linear_fusion │ │ ├── permute_linear_fusion_1.py │ │ ├── permute_linear_fusion_10.py │ │ ├── permute_linear_fusion_2.py │ │ ├── permute_linear_fusion_3.py │ │ ├── permute_linear_fusion_4.py │ │ ├── permute_linear_fusion_5.py │ │ ├── permute_linear_fusion_6.py │ │ ├── permute_linear_fusion_7.py │ │ ├── permute_linear_fusion_8.py │ │ ├── permute_linear_fusion_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── permute_matmul_fusion │ │ ├── permute_matmul_fusion_1.py │ │ ├── permute_matmul_fusion_10.py │ │ ├── permute_matmul_fusion_2.py │ │ ├── permute_matmul_fusion_3.py │ │ ├── permute_matmul_fusion_4.py │ │ ├── permute_matmul_fusion_5.py │ │ ├── permute_matmul_fusion_6.py │ │ ├── permute_matmul_fusion_7.py │ │ ├── permute_matmul_fusion_8.py │ │ ├── permute_matmul_fusion_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── pointless_cumsum_replacement │ │ ├── pointless_cumsum_replacement_1.py │ │ ├── pointless_cumsum_replacement_10.py │ │ ├── pointless_cumsum_replacement_2.py │ │ ├── pointless_cumsum_replacement_3.py │ │ ├── pointless_cumsum_replacement_4.py │ │ ├── pointless_cumsum_replacement_5.py │ │ ├── pointless_cumsum_replacement_6.py │ │ ├── pointless_cumsum_replacement_7.py │ │ ├── pointless_cumsum_replacement_8.py │ │ ├── pointless_cumsum_replacement_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── replace_fx │ │ ├── prompt.txt │ │ ├── replace_fx_1.py │ │ ├── replace_fx_10.py │ │ ├── replace_fx_2.py │ │ ├── replace_fx_3.py │ │ ├── replace_fx_4.py │ │ ├── replace_fx_5.py │ │ ├── replace_fx_6.py │ │ ├── replace_fx_7.py │ │ ├── replace_fx_8.py │ │ ├── replace_fx_9.py │ │ └── time.txt │ ├── sfdp=0 │ │ ├── prompt.txt │ │ ├── sfdp=0_1.py │ │ ├── sfdp=0_10.py │ │ ├── sfdp=0_2.py │ │ ├── sfdp=0_3.py │ │ ├── sfdp=0_4.py │ │ ├── sfdp=0_5.py │ │ ├── sfdp=0_6.py │ │ ├── sfdp=0_7.py │ │ ├── sfdp=0_8.py │ │ ├── sfdp=0_9.py │ │ └── time.txt │ ├── sfdp=1 │ │ ├── prompt.txt │ │ ├── sfdp=1_1.py │ │ ├── sfdp=1_10.py │ │ ├── sfdp=1_2.py │ │ ├── sfdp=1_3.py │ │ ├── sfdp=1_4.py │ │ ├── sfdp=1_5.py │ │ ├── sfdp=1_6.py │ │ ├── sfdp=1_7.py │ │ ├── sfdp=1_8.py │ │ ├── sfdp=1_9.py │ │ └── time.txt │ ├── sfdp=2 │ │ ├── prompt.txt │ │ ├── sfdp=2_1.py │ │ ├── sfdp=2_10.py │ │ ├── sfdp=2_2.py │ │ ├── sfdp=2_3.py │ │ ├── sfdp=2_4.py │ │ ├── sfdp=2_5.py │ │ ├── sfdp=2_6.py │ │ ├── sfdp=2_7.py │ │ ├── sfdp=2_8.py │ │ ├── sfdp=2_9.py │ │ └── time.txt │ ├── sfdp=3 │ │ ├── prompt.txt │ │ ├── sfdp=3_1.py │ │ ├── sfdp=3_10.py │ │ ├── sfdp=3_2.py │ │ ├── sfdp=3_3.py │ │ ├── sfdp=3_4.py │ │ ├── sfdp=3_5.py │ │ ├── sfdp=3_6.py │ │ ├── sfdp=3_7.py │ │ ├── sfdp=3_8.py │ │ ├── sfdp=3_9.py │ │ └── time.txt │ ├── sfdp=4 │ │ ├── prompt.txt │ │ ├── sfdp=4_1.py │ │ ├── sfdp=4_10.py │ │ ├── sfdp=4_2.py │ │ ├── sfdp=4_3.py │ │ ├── sfdp=4_4.py │ │ ├── sfdp=4_5.py │ │ ├── sfdp=4_6.py │ │ ├── sfdp=4_7.py │ │ ├── sfdp=4_8.py │ │ ├── sfdp=4_9.py │ │ └── time.txt │ ├── sfdp=5 │ │ ├── prompt.txt │ │ ├── sfdp=5_1.py │ │ ├── sfdp=5_10.py │ │ ├── sfdp=5_2.py │ │ ├── sfdp=5_3.py │ │ ├── sfdp=5_4.py │ │ ├── sfdp=5_5.py │ │ ├── sfdp=5_6.py │ │ ├── sfdp=5_7.py │ │ ├── sfdp=5_8.py │ │ ├── sfdp=5_9.py │ │ └── time.txt │ ├── sink_cat_after_pointwise │ │ ├── prompt.txt │ │ ├── sink_cat_after_pointwise_1.py │ │ ├── sink_cat_after_pointwise_10.py │ │ ├── sink_cat_after_pointwise_2.py │ │ ├── sink_cat_after_pointwise_3.py │ │ ├── sink_cat_after_pointwise_4.py │ │ ├── sink_cat_after_pointwise_5.py │ │ ├── sink_cat_after_pointwise_6.py │ │ ├── sink_cat_after_pointwise_7.py │ │ ├── sink_cat_after_pointwise_8.py │ │ ├── sink_cat_after_pointwise_9.py │ │ └── time.txt │ ├── splitwithsizes_cat_replace │ │ ├── prompt.txt │ │ ├── splitwithsizes_cat_replace_1.py │ │ ├── splitwithsizes_cat_replace_10.py │ │ ├── splitwithsizes_cat_replace_2.py │ │ ├── splitwithsizes_cat_replace_3.py │ │ ├── splitwithsizes_cat_replace_4.py │ │ ├── splitwithsizes_cat_replace_5.py │ │ ├── splitwithsizes_cat_replace_6.py │ │ ├── splitwithsizes_cat_replace_7.py │ │ ├── splitwithsizes_cat_replace_8.py │ │ ├── splitwithsizes_cat_replace_9.py │ │ └── time.txt │ ├── unary=0 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=0_1.py │ │ ├── unary=0_10.py │ │ ├── unary=0_2.py │ │ ├── unary=0_3.py │ │ ├── unary=0_4.py │ │ ├── unary=0_5.py │ │ ├── unary=0_6.py │ │ ├── unary=0_7.py │ │ ├── unary=0_8.py │ │ └── unary=0_9.py │ ├── unary=1 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=1_1.py │ │ ├── unary=1_10.py │ │ ├── unary=1_2.py │ │ ├── unary=1_3.py │ │ ├── unary=1_4.py │ │ ├── unary=1_5.py │ │ ├── unary=1_6.py │ │ ├── unary=1_7.py │ │ ├── unary=1_8.py │ │ └── unary=1_9.py │ ├── unary=10 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=10_1.py │ │ ├── unary=10_10.py │ │ ├── unary=10_2.py │ │ ├── unary=10_3.py │ │ ├── unary=10_4.py │ │ ├── unary=10_5.py │ │ ├── unary=10_6.py │ │ ├── unary=10_7.py │ │ ├── unary=10_8.py │ │ └── unary=10_9.py │ ├── unary=11 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=11_1.py │ │ ├── unary=11_10.py │ │ ├── unary=11_2.py │ │ ├── unary=11_3.py │ │ ├── unary=11_4.py │ │ ├── unary=11_5.py │ │ ├── unary=11_6.py │ │ ├── unary=11_7.py │ │ ├── unary=11_8.py │ │ └── unary=11_9.py │ ├── unary=12 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=12_1.py │ │ ├── unary=12_10.py │ │ ├── unary=12_2.py │ │ ├── unary=12_3.py │ │ ├── unary=12_4.py │ │ ├── unary=12_5.py │ │ ├── unary=12_6.py │ │ ├── unary=12_7.py │ │ ├── unary=12_8.py │ │ └── unary=12_9.py │ ├── unary=13 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=13_1.py │ │ ├── unary=13_10.py │ │ ├── unary=13_2.py │ │ ├── unary=13_3.py │ │ ├── unary=13_4.py │ │ ├── unary=13_5.py │ │ ├── unary=13_6.py │ │ ├── unary=13_7.py │ │ ├── unary=13_8.py │ │ └── unary=13_9.py │ ├── unary=14 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=14_1.py │ │ ├── unary=14_10.py │ │ ├── unary=14_2.py │ │ ├── unary=14_3.py │ │ ├── unary=14_4.py │ │ ├── unary=14_5.py │ │ ├── unary=14_6.py │ │ ├── unary=14_7.py │ │ ├── unary=14_8.py │ │ └── unary=14_9.py │ ├── unary=15 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=15_1.py │ │ ├── unary=15_10.py │ │ ├── unary=15_2.py │ │ ├── unary=15_3.py │ │ ├── unary=15_4.py │ │ ├── unary=15_5.py │ │ ├── unary=15_6.py │ │ ├── unary=15_7.py │ │ ├── unary=15_8.py │ │ └── unary=15_9.py │ ├── unary=16 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=16_1.py │ │ ├── unary=16_10.py │ │ ├── unary=16_2.py │ │ ├── unary=16_3.py │ │ ├── unary=16_4.py │ │ ├── unary=16_5.py │ │ ├── unary=16_6.py │ │ ├── unary=16_7.py │ │ ├── unary=16_8.py │ │ └── unary=16_9.py │ ├── unary=17 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=17_1.py │ │ ├── unary=17_10.py │ │ ├── unary=17_2.py │ │ ├── unary=17_3.py │ │ ├── unary=17_4.py │ │ ├── unary=17_5.py │ │ ├── unary=17_6.py │ │ ├── unary=17_7.py │ │ ├── unary=17_8.py │ │ └── unary=17_9.py │ ├── unary=18 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=18_1.py │ │ ├── unary=18_10.py │ │ ├── unary=18_2.py │ │ ├── unary=18_3.py │ │ ├── unary=18_4.py │ │ ├── unary=18_5.py │ │ ├── unary=18_6.py │ │ ├── unary=18_7.py │ │ ├── unary=18_8.py │ │ └── unary=18_9.py │ ├── unary=19 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=19_1.py │ │ ├── unary=19_10.py │ │ ├── unary=19_2.py │ │ ├── unary=19_3.py │ │ ├── unary=19_4.py │ │ ├── unary=19_5.py │ │ ├── unary=19_6.py │ │ ├── unary=19_7.py │ │ ├── unary=19_8.py │ │ └── unary=19_9.py │ ├── unary=2 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=2_1.py │ │ ├── unary=2_10.py │ │ ├── unary=2_2.py │ │ ├── unary=2_3.py │ │ ├── unary=2_4.py │ │ ├── unary=2_5.py │ │ ├── unary=2_6.py │ │ ├── unary=2_7.py │ │ ├── unary=2_8.py │ │ └── unary=2_9.py │ ├── unary=20 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=20_1.py │ │ ├── unary=20_10.py │ │ ├── unary=20_2.py │ │ ├── unary=20_3.py │ │ ├── unary=20_4.py │ │ ├── unary=20_5.py │ │ ├── unary=20_6.py │ │ ├── unary=20_7.py │ │ ├── unary=20_8.py │ │ └── unary=20_9.py │ ├── unary=21 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=21_1.py │ │ ├── unary=21_10.py │ │ ├── unary=21_2.py │ │ ├── unary=21_3.py │ │ ├── unary=21_4.py │ │ ├── unary=21_5.py │ │ ├── unary=21_6.py │ │ ├── unary=21_7.py │ │ ├── unary=21_8.py │ │ └── unary=21_9.py │ ├── unary=22 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=22_1.py │ │ ├── unary=22_10.py │ │ ├── unary=22_2.py │ │ ├── unary=22_3.py │ │ ├── unary=22_4.py │ │ ├── unary=22_5.py │ │ ├── unary=22_6.py │ │ ├── unary=22_7.py │ │ ├── unary=22_8.py │ │ └── unary=22_9.py │ ├── unary=23 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=23_1.py │ │ ├── unary=23_10.py │ │ ├── unary=23_2.py │ │ ├── unary=23_3.py │ │ ├── unary=23_4.py │ │ ├── unary=23_5.py │ │ ├── unary=23_6.py │ │ ├── unary=23_7.py │ │ ├── unary=23_8.py │ │ └── unary=23_9.py │ ├── unary=24 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=24_1.py │ │ ├── unary=24_10.py │ │ ├── unary=24_2.py │ │ ├── unary=24_3.py │ │ ├── unary=24_4.py │ │ ├── unary=24_5.py │ │ ├── unary=24_6.py │ │ ├── unary=24_7.py │ │ ├── unary=24_8.py │ │ └── unary=24_9.py │ ├── unary=25 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=25_1.py │ │ ├── unary=25_10.py │ │ ├── unary=25_2.py │ │ ├── unary=25_3.py │ │ ├── unary=25_4.py │ │ ├── unary=25_5.py │ │ ├── unary=25_6.py │ │ ├── unary=25_7.py │ │ ├── unary=25_8.py │ │ └── unary=25_9.py │ ├── unary=26 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=26_1.py │ │ ├── unary=26_10.py │ │ ├── unary=26_2.py │ │ ├── unary=26_3.py │ │ ├── unary=26_4.py │ │ ├── unary=26_5.py │ │ ├── unary=26_6.py │ │ ├── unary=26_7.py │ │ ├── unary=26_8.py │ │ └── unary=26_9.py │ ├── unary=27 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=27_1.py │ │ ├── unary=27_10.py │ │ ├── unary=27_2.py │ │ ├── unary=27_3.py │ │ ├── unary=27_4.py │ │ ├── unary=27_5.py │ │ ├── unary=27_6.py │ │ ├── unary=27_7.py │ │ ├── unary=27_8.py │ │ └── unary=27_9.py │ ├── unary=28 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=28_1.py │ │ ├── unary=28_10.py │ │ ├── unary=28_2.py │ │ ├── unary=28_3.py │ │ ├── unary=28_4.py │ │ ├── unary=28_5.py │ │ ├── unary=28_6.py │ │ ├── unary=28_7.py │ │ ├── unary=28_8.py │ │ └── unary=28_9.py │ ├── unary=29 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=29_1.py │ │ ├── unary=29_10.py │ │ ├── unary=29_2.py │ │ ├── unary=29_3.py │ │ ├── unary=29_4.py │ │ ├── unary=29_5.py │ │ ├── unary=29_6.py │ │ ├── unary=29_7.py │ │ ├── unary=29_8.py │ │ └── unary=29_9.py │ ├── unary=3 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=3_1.py │ │ ├── unary=3_10.py │ │ ├── unary=3_2.py │ │ ├── unary=3_3.py │ │ ├── unary=3_4.py │ │ ├── unary=3_5.py │ │ ├── unary=3_6.py │ │ ├── unary=3_7.py │ │ ├── unary=3_8.py │ │ └── unary=3_9.py │ ├── unary=4 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=4_1.py │ │ ├── unary=4_10.py │ │ ├── unary=4_2.py │ │ ├── unary=4_3.py │ │ ├── unary=4_4.py │ │ ├── unary=4_5.py │ │ ├── unary=4_6.py │ │ ├── unary=4_7.py │ │ ├── unary=4_8.py │ │ └── unary=4_9.py │ ├── unary=5 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=5_1.py │ │ ├── unary=5_10.py │ │ ├── unary=5_2.py │ │ ├── unary=5_3.py │ │ ├── unary=5_4.py │ │ ├── unary=5_5.py │ │ ├── unary=5_6.py │ │ ├── unary=5_7.py │ │ ├── unary=5_8.py │ │ └── unary=5_9.py │ ├── unary=6 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=6_1.py │ │ ├── unary=6_10.py │ │ ├── unary=6_2.py │ │ ├── unary=6_3.py │ │ ├── unary=6_4.py │ │ ├── unary=6_5.py │ │ ├── unary=6_6.py │ │ ├── unary=6_7.py │ │ ├── unary=6_8.py │ │ └── unary=6_9.py │ ├── unary=7 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=7_1.py │ │ ├── unary=7_10.py │ │ ├── unary=7_2.py │ │ ├── unary=7_3.py │ │ ├── unary=7_4.py │ │ ├── unary=7_5.py │ │ ├── unary=7_6.py │ │ ├── unary=7_7.py │ │ ├── unary=7_8.py │ │ └── unary=7_9.py │ ├── unary=8 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=8_1.py │ │ ├── unary=8_10.py │ │ ├── unary=8_2.py │ │ ├── unary=8_3.py │ │ ├── unary=8_4.py │ │ ├── unary=8_5.py │ │ ├── unary=8_6.py │ │ ├── unary=8_7.py │ │ ├── unary=8_8.py │ │ └── unary=8_9.py │ └── unary=9 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=9_1.py │ │ ├── unary=9_10.py │ │ ├── unary=9_2.py │ │ ├── unary=9_3.py │ │ ├── unary=9_4.py │ │ ├── unary=9_5.py │ │ ├── unary=9_6.py │ │ ├── unary=9_7.py │ │ ├── unary=9_8.py │ │ └── unary=9_9.py │ ├── step47-3shot │ ├── addmm │ │ ├── addmm_1.py │ │ ├── addmm_10.py │ │ ├── addmm_2.py │ │ ├── addmm_3.py │ │ ├── addmm_4.py │ │ ├── addmm_5.py │ │ ├── addmm_6.py │ │ ├── addmm_7.py │ │ ├── addmm_8.py │ │ ├── addmm_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── binary=0 │ │ ├── binary=0_1.py │ │ ├── binary=0_10.py │ │ ├── binary=0_2.py │ │ ├── binary=0_3.py │ │ ├── binary=0_4.py │ │ ├── binary=0_5.py │ │ ├── binary=0_6.py │ │ ├── binary=0_7.py │ │ ├── binary=0_8.py │ │ ├── binary=0_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── binary=10 │ │ ├── binary=10_1.py │ │ ├── binary=10_10.py │ │ ├── binary=10_2.py │ │ ├── binary=10_3.py │ │ ├── binary=10_4.py │ │ ├── binary=10_5.py │ │ ├── binary=10_6.py │ │ ├── binary=10_7.py │ │ ├── binary=10_8.py │ │ ├── binary=10_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── binary=2 │ │ ├── binary=2_1.py │ │ ├── binary=2_10.py │ │ ├── binary=2_2.py │ │ ├── binary=2_3.py │ │ ├── binary=2_4.py │ │ ├── binary=2_5.py │ │ ├── binary=2_6.py │ │ ├── binary=2_7.py │ │ ├── binary=2_8.py │ │ ├── binary=2_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── binary=4 │ │ ├── binary=4_1.py │ │ ├── binary=4_10.py │ │ ├── binary=4_2.py │ │ ├── binary=4_3.py │ │ ├── binary=4_4.py │ │ ├── binary=4_5.py │ │ ├── binary=4_6.py │ │ ├── binary=4_7.py │ │ ├── binary=4_8.py │ │ ├── binary=4_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── binary=6 │ │ ├── binary=6_1.py │ │ ├── binary=6_10.py │ │ ├── binary=6_2.py │ │ ├── binary=6_3.py │ │ ├── binary=6_4.py │ │ ├── binary=6_5.py │ │ ├── binary=6_6.py │ │ ├── binary=6_7.py │ │ ├── binary=6_8.py │ │ ├── binary=6_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── binary=8 │ │ ├── binary=8_1.py │ │ ├── binary=8_10.py │ │ ├── binary=8_2.py │ │ ├── binary=8_3.py │ │ ├── binary=8_4.py │ │ ├── binary=8_5.py │ │ ├── binary=8_6.py │ │ ├── binary=8_7.py │ │ ├── binary=8_8.py │ │ ├── binary=8_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── binary_unary=0 │ │ ├── binary_unary=0_1.py │ │ ├── binary_unary=0_10.py │ │ ├── binary_unary=0_2.py │ │ ├── binary_unary=0_3.py │ │ ├── binary_unary=0_4.py │ │ ├── binary_unary=0_5.py │ │ ├── binary_unary=0_6.py │ │ ├── binary_unary=0_7.py │ │ ├── binary_unary=0_8.py │ │ ├── binary_unary=0_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── binary_unary=10 │ │ ├── binary_unary=10_1.py │ │ ├── binary_unary=10_10.py │ │ ├── binary_unary=10_2.py │ │ ├── binary_unary=10_3.py │ │ ├── binary_unary=10_4.py │ │ ├── binary_unary=10_5.py │ │ ├── binary_unary=10_6.py │ │ ├── binary_unary=10_7.py │ │ ├── binary_unary=10_8.py │ │ ├── binary_unary=10_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── binary_unary=2 │ │ ├── binary_unary=2_1.py │ │ ├── binary_unary=2_10.py │ │ ├── binary_unary=2_2.py │ │ ├── binary_unary=2_3.py │ │ ├── binary_unary=2_4.py │ │ ├── binary_unary=2_5.py │ │ ├── binary_unary=2_6.py │ │ ├── binary_unary=2_7.py │ │ ├── binary_unary=2_8.py │ │ ├── binary_unary=2_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── binary_unary=4 │ │ ├── binary_unary=4_1.py │ │ ├── binary_unary=4_10.py │ │ ├── binary_unary=4_2.py │ │ ├── binary_unary=4_3.py │ │ ├── binary_unary=4_4.py │ │ ├── binary_unary=4_5.py │ │ ├── binary_unary=4_6.py │ │ ├── binary_unary=4_7.py │ │ ├── binary_unary=4_8.py │ │ ├── binary_unary=4_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── binary_unary=6 │ │ ├── binary_unary=6_1.py │ │ ├── binary_unary=6_10.py │ │ ├── binary_unary=6_2.py │ │ ├── binary_unary=6_3.py │ │ ├── binary_unary=6_4.py │ │ ├── binary_unary=6_5.py │ │ ├── binary_unary=6_6.py │ │ ├── binary_unary=6_7.py │ │ ├── binary_unary=6_8.py │ │ ├── binary_unary=6_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── binary_unary=8 │ │ ├── binary_unary=8_1.py │ │ ├── binary_unary=8_10.py │ │ ├── binary_unary=8_2.py │ │ ├── binary_unary=8_3.py │ │ ├── binary_unary=8_4.py │ │ ├── binary_unary=8_5.py │ │ ├── binary_unary=8_6.py │ │ ├── binary_unary=8_7.py │ │ ├── binary_unary=8_8.py │ │ ├── binary_unary=8_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── cat_addmm │ │ ├── cat_addmm_1.py │ │ ├── cat_addmm_10.py │ │ ├── cat_addmm_2.py │ │ ├── cat_addmm_3.py │ │ ├── cat_addmm_4.py │ │ ├── cat_addmm_5.py │ │ ├── cat_addmm_6.py │ │ ├── cat_addmm_7.py │ │ ├── cat_addmm_8.py │ │ ├── cat_addmm_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── cat_mm │ │ ├── cat_mm_1.py │ │ ├── cat_mm_10.py │ │ ├── cat_mm_2.py │ │ ├── cat_mm_3.py │ │ ├── cat_mm_4.py │ │ ├── cat_mm_5.py │ │ ├── cat_mm_6.py │ │ ├── cat_mm_7.py │ │ ├── cat_mm_8.py │ │ ├── cat_mm_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── cat_slice_cat │ │ ├── cat_slice_cat_1.py │ │ ├── cat_slice_cat_10.py │ │ ├── cat_slice_cat_2.py │ │ ├── cat_slice_cat_3.py │ │ ├── cat_slice_cat_4.py │ │ ├── cat_slice_cat_5.py │ │ ├── cat_slice_cat_6.py │ │ ├── cat_slice_cat_7.py │ │ ├── cat_slice_cat_8.py │ │ ├── cat_slice_cat_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── fuse_conv_bn │ │ ├── fuse_conv_bn_1.py │ │ ├── fuse_conv_bn_10.py │ │ ├── fuse_conv_bn_2.py │ │ ├── fuse_conv_bn_3.py │ │ ├── fuse_conv_bn_4.py │ │ ├── fuse_conv_bn_5.py │ │ ├── fuse_conv_bn_6.py │ │ ├── fuse_conv_bn_7.py │ │ ├── fuse_conv_bn_8.py │ │ ├── fuse_conv_bn_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── linear_permute_fusion │ │ ├── linear_permute_fusion_1.py │ │ ├── linear_permute_fusion_10.py │ │ ├── linear_permute_fusion_2.py │ │ ├── linear_permute_fusion_3.py │ │ ├── linear_permute_fusion_4.py │ │ ├── linear_permute_fusion_5.py │ │ ├── linear_permute_fusion_6.py │ │ ├── linear_permute_fusion_7.py │ │ ├── linear_permute_fusion_8.py │ │ ├── linear_permute_fusion_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── mm_plus_mm │ │ ├── mm_plus_mm_1.py │ │ ├── mm_plus_mm_10.py │ │ ├── mm_plus_mm_2.py │ │ ├── mm_plus_mm_3.py │ │ ├── mm_plus_mm_4.py │ │ ├── mm_plus_mm_5.py │ │ ├── mm_plus_mm_6.py │ │ ├── mm_plus_mm_7.py │ │ ├── mm_plus_mm_8.py │ │ ├── mm_plus_mm_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── outputs.json │ ├── permute_linear_fusion │ │ ├── permute_linear_fusion_1.py │ │ ├── permute_linear_fusion_10.py │ │ ├── permute_linear_fusion_2.py │ │ ├── permute_linear_fusion_3.py │ │ ├── permute_linear_fusion_4.py │ │ ├── permute_linear_fusion_5.py │ │ ├── permute_linear_fusion_6.py │ │ ├── permute_linear_fusion_7.py │ │ ├── permute_linear_fusion_8.py │ │ ├── permute_linear_fusion_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── permute_matmul_fusion │ │ ├── permute_matmul_fusion_1.py │ │ ├── permute_matmul_fusion_10.py │ │ ├── permute_matmul_fusion_2.py │ │ ├── permute_matmul_fusion_3.py │ │ ├── permute_matmul_fusion_4.py │ │ ├── permute_matmul_fusion_5.py │ │ ├── permute_matmul_fusion_6.py │ │ ├── permute_matmul_fusion_7.py │ │ ├── permute_matmul_fusion_8.py │ │ ├── permute_matmul_fusion_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── pointless_cumsum_replacement │ │ ├── pointless_cumsum_replacement_1.py │ │ ├── pointless_cumsum_replacement_10.py │ │ ├── pointless_cumsum_replacement_2.py │ │ ├── pointless_cumsum_replacement_3.py │ │ ├── pointless_cumsum_replacement_4.py │ │ ├── pointless_cumsum_replacement_5.py │ │ ├── pointless_cumsum_replacement_6.py │ │ ├── pointless_cumsum_replacement_7.py │ │ ├── pointless_cumsum_replacement_8.py │ │ ├── pointless_cumsum_replacement_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── replace_fx │ │ ├── prompt.txt │ │ ├── replace_fx_1.py │ │ ├── replace_fx_10.py │ │ ├── replace_fx_2.py │ │ ├── replace_fx_3.py │ │ ├── replace_fx_4.py │ │ ├── replace_fx_5.py │ │ ├── replace_fx_6.py │ │ ├── replace_fx_7.py │ │ ├── replace_fx_8.py │ │ ├── replace_fx_9.py │ │ └── time.txt │ ├── sfdp=0 │ │ ├── prompt.txt │ │ ├── sfdp=0_1.py │ │ ├── sfdp=0_10.py │ │ ├── sfdp=0_2.py │ │ ├── sfdp=0_3.py │ │ ├── sfdp=0_4.py │ │ ├── sfdp=0_5.py │ │ ├── sfdp=0_6.py │ │ ├── sfdp=0_7.py │ │ ├── sfdp=0_8.py │ │ ├── sfdp=0_9.py │ │ └── time.txt │ ├── sfdp=1 │ │ ├── prompt.txt │ │ ├── sfdp=1_1.py │ │ ├── sfdp=1_10.py │ │ ├── sfdp=1_2.py │ │ ├── sfdp=1_3.py │ │ ├── sfdp=1_4.py │ │ ├── sfdp=1_5.py │ │ ├── sfdp=1_6.py │ │ ├── sfdp=1_7.py │ │ ├── sfdp=1_8.py │ │ ├── sfdp=1_9.py │ │ └── time.txt │ ├── sfdp=2 │ │ ├── prompt.txt │ │ ├── sfdp=2_1.py │ │ ├── sfdp=2_10.py │ │ ├── sfdp=2_2.py │ │ ├── sfdp=2_3.py │ │ ├── sfdp=2_4.py │ │ ├── sfdp=2_5.py │ │ ├── sfdp=2_6.py │ │ ├── sfdp=2_7.py │ │ ├── sfdp=2_8.py │ │ ├── sfdp=2_9.py │ │ └── time.txt │ ├── sfdp=3 │ │ ├── prompt.txt │ │ ├── sfdp=3_1.py │ │ ├── sfdp=3_10.py │ │ ├── sfdp=3_2.py │ │ ├── sfdp=3_3.py │ │ ├── sfdp=3_4.py │ │ ├── sfdp=3_5.py │ │ ├── sfdp=3_6.py │ │ ├── sfdp=3_7.py │ │ ├── sfdp=3_8.py │ │ ├── sfdp=3_9.py │ │ └── time.txt │ ├── sfdp=4 │ │ ├── prompt.txt │ │ ├── sfdp=4_1.py │ │ ├── sfdp=4_10.py │ │ ├── sfdp=4_2.py │ │ ├── sfdp=4_3.py │ │ ├── sfdp=4_4.py │ │ ├── sfdp=4_5.py │ │ ├── sfdp=4_6.py │ │ ├── sfdp=4_7.py │ │ ├── sfdp=4_8.py │ │ ├── sfdp=4_9.py │ │ └── time.txt │ ├── sfdp=5 │ │ ├── prompt.txt │ │ ├── sfdp=5_1.py │ │ ├── sfdp=5_10.py │ │ ├── sfdp=5_2.py │ │ ├── sfdp=5_3.py │ │ ├── sfdp=5_4.py │ │ ├── sfdp=5_5.py │ │ ├── sfdp=5_6.py │ │ ├── sfdp=5_7.py │ │ ├── sfdp=5_8.py │ │ ├── sfdp=5_9.py │ │ └── time.txt │ ├── sink_cat_after_pointwise │ │ ├── prompt.txt │ │ ├── sink_cat_after_pointwise_1.py │ │ ├── sink_cat_after_pointwise_10.py │ │ ├── sink_cat_after_pointwise_2.py │ │ ├── sink_cat_after_pointwise_3.py │ │ ├── sink_cat_after_pointwise_4.py │ │ ├── sink_cat_after_pointwise_5.py │ │ ├── sink_cat_after_pointwise_6.py │ │ ├── sink_cat_after_pointwise_7.py │ │ ├── sink_cat_after_pointwise_8.py │ │ ├── sink_cat_after_pointwise_9.py │ │ └── time.txt │ ├── splitwithsizes_cat_replace │ │ ├── prompt.txt │ │ ├── splitwithsizes_cat_replace_1.py │ │ ├── splitwithsizes_cat_replace_10.py │ │ ├── splitwithsizes_cat_replace_2.py │ │ ├── splitwithsizes_cat_replace_3.py │ │ ├── splitwithsizes_cat_replace_4.py │ │ ├── splitwithsizes_cat_replace_5.py │ │ ├── splitwithsizes_cat_replace_6.py │ │ ├── splitwithsizes_cat_replace_7.py │ │ ├── splitwithsizes_cat_replace_8.py │ │ ├── splitwithsizes_cat_replace_9.py │ │ └── time.txt │ ├── unary=0 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=0_1.py │ │ ├── unary=0_10.py │ │ ├── unary=0_2.py │ │ ├── unary=0_3.py │ │ ├── unary=0_4.py │ │ ├── unary=0_5.py │ │ ├── unary=0_6.py │ │ ├── unary=0_7.py │ │ ├── unary=0_8.py │ │ └── unary=0_9.py │ ├── unary=1 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=1_1.py │ │ ├── unary=1_10.py │ │ ├── unary=1_2.py │ │ ├── unary=1_3.py │ │ ├── unary=1_4.py │ │ ├── unary=1_5.py │ │ ├── unary=1_6.py │ │ ├── unary=1_7.py │ │ ├── unary=1_8.py │ │ └── unary=1_9.py │ ├── unary=10 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=10_1.py │ │ ├── unary=10_10.py │ │ ├── unary=10_2.py │ │ ├── unary=10_3.py │ │ ├── unary=10_4.py │ │ ├── unary=10_5.py │ │ ├── unary=10_6.py │ │ ├── unary=10_7.py │ │ ├── unary=10_8.py │ │ └── unary=10_9.py │ ├── unary=11 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=11_1.py │ │ ├── unary=11_10.py │ │ ├── unary=11_2.py │ │ ├── unary=11_3.py │ │ ├── unary=11_4.py │ │ ├── unary=11_5.py │ │ ├── unary=11_6.py │ │ ├── unary=11_7.py │ │ ├── unary=11_8.py │ │ └── unary=11_9.py │ ├── unary=12 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=12_1.py │ │ ├── unary=12_10.py │ │ ├── unary=12_2.py │ │ ├── unary=12_3.py │ │ ├── unary=12_4.py │ │ ├── unary=12_5.py │ │ ├── unary=12_6.py │ │ ├── unary=12_7.py │ │ ├── unary=12_8.py │ │ └── unary=12_9.py │ ├── unary=13 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=13_1.py │ │ ├── unary=13_10.py │ │ ├── unary=13_2.py │ │ ├── unary=13_3.py │ │ ├── unary=13_4.py │ │ ├── unary=13_5.py │ │ ├── unary=13_6.py │ │ ├── unary=13_7.py │ │ ├── unary=13_8.py │ │ └── unary=13_9.py │ ├── unary=14 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=14_1.py │ │ ├── unary=14_10.py │ │ ├── unary=14_2.py │ │ ├── unary=14_3.py │ │ ├── unary=14_4.py │ │ ├── unary=14_5.py │ │ ├── unary=14_6.py │ │ ├── unary=14_7.py │ │ ├── unary=14_8.py │ │ └── unary=14_9.py │ ├── unary=15 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=15_1.py │ │ ├── unary=15_10.py │ │ ├── unary=15_2.py │ │ ├── unary=15_3.py │ │ ├── unary=15_4.py │ │ ├── unary=15_5.py │ │ ├── unary=15_6.py │ │ ├── unary=15_7.py │ │ ├── unary=15_8.py │ │ └── unary=15_9.py │ ├── unary=16 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=16_1.py │ │ ├── unary=16_10.py │ │ ├── unary=16_2.py │ │ ├── unary=16_3.py │ │ ├── unary=16_4.py │ │ ├── unary=16_5.py │ │ ├── unary=16_6.py │ │ ├── unary=16_7.py │ │ ├── unary=16_8.py │ │ └── unary=16_9.py │ ├── unary=17 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=17_1.py │ │ ├── unary=17_10.py │ │ ├── unary=17_2.py │ │ ├── unary=17_3.py │ │ ├── unary=17_4.py │ │ ├── unary=17_5.py │ │ ├── unary=17_6.py │ │ ├── unary=17_7.py │ │ ├── unary=17_8.py │ │ └── unary=17_9.py │ ├── unary=18 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=18_1.py │ │ ├── unary=18_10.py │ │ ├── unary=18_2.py │ │ ├── unary=18_3.py │ │ ├── unary=18_4.py │ │ ├── unary=18_5.py │ │ ├── unary=18_6.py │ │ ├── unary=18_7.py │ │ ├── unary=18_8.py │ │ └── unary=18_9.py │ ├── unary=19 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=19_1.py │ │ ├── unary=19_10.py │ │ ├── unary=19_2.py │ │ ├── unary=19_3.py │ │ ├── unary=19_4.py │ │ ├── unary=19_5.py │ │ ├── unary=19_6.py │ │ ├── unary=19_7.py │ │ ├── unary=19_8.py │ │ └── unary=19_9.py │ ├── unary=2 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=2_1.py │ │ ├── unary=2_10.py │ │ ├── unary=2_2.py │ │ ├── unary=2_3.py │ │ ├── unary=2_4.py │ │ ├── unary=2_5.py │ │ ├── unary=2_6.py │ │ ├── unary=2_7.py │ │ ├── unary=2_8.py │ │ └── unary=2_9.py │ ├── unary=20 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=20_1.py │ │ ├── unary=20_10.py │ │ ├── unary=20_2.py │ │ ├── unary=20_3.py │ │ ├── unary=20_4.py │ │ ├── unary=20_5.py │ │ ├── unary=20_6.py │ │ ├── unary=20_7.py │ │ ├── unary=20_8.py │ │ └── unary=20_9.py │ ├── unary=21 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=21_1.py │ │ ├── unary=21_10.py │ │ ├── unary=21_2.py │ │ ├── unary=21_3.py │ │ ├── unary=21_4.py │ │ ├── unary=21_5.py │ │ ├── unary=21_6.py │ │ ├── unary=21_7.py │ │ ├── unary=21_8.py │ │ └── unary=21_9.py │ ├── unary=22 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=22_1.py │ │ ├── unary=22_10.py │ │ ├── unary=22_2.py │ │ ├── unary=22_3.py │ │ ├── unary=22_4.py │ │ ├── unary=22_5.py │ │ ├── unary=22_6.py │ │ ├── unary=22_7.py │ │ ├── unary=22_8.py │ │ └── unary=22_9.py │ ├── unary=23 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=23_1.py │ │ ├── unary=23_10.py │ │ ├── unary=23_2.py │ │ ├── unary=23_3.py │ │ ├── unary=23_4.py │ │ ├── unary=23_5.py │ │ ├── unary=23_6.py │ │ ├── unary=23_7.py │ │ ├── unary=23_8.py │ │ └── unary=23_9.py │ ├── unary=24 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=24_1.py │ │ ├── unary=24_10.py │ │ ├── unary=24_2.py │ │ ├── unary=24_3.py │ │ ├── unary=24_4.py │ │ ├── unary=24_5.py │ │ ├── unary=24_6.py │ │ ├── unary=24_7.py │ │ ├── unary=24_8.py │ │ └── unary=24_9.py │ ├── unary=25 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=25_1.py │ │ ├── unary=25_10.py │ │ ├── unary=25_2.py │ │ ├── unary=25_3.py │ │ ├── unary=25_4.py │ │ ├── unary=25_5.py │ │ ├── unary=25_6.py │ │ ├── unary=25_7.py │ │ ├── unary=25_8.py │ │ └── unary=25_9.py │ ├── unary=26 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=26_1.py │ │ ├── unary=26_10.py │ │ ├── unary=26_2.py │ │ ├── unary=26_3.py │ │ ├── unary=26_4.py │ │ ├── unary=26_5.py │ │ ├── unary=26_6.py │ │ ├── unary=26_7.py │ │ ├── unary=26_8.py │ │ └── unary=26_9.py │ ├── unary=27 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=27_1.py │ │ ├── unary=27_10.py │ │ ├── unary=27_2.py │ │ ├── unary=27_3.py │ │ ├── unary=27_4.py │ │ ├── unary=27_5.py │ │ ├── unary=27_6.py │ │ ├── unary=27_7.py │ │ ├── unary=27_8.py │ │ └── unary=27_9.py │ ├── unary=28 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=28_1.py │ │ ├── unary=28_10.py │ │ ├── unary=28_2.py │ │ ├── unary=28_3.py │ │ ├── unary=28_4.py │ │ ├── unary=28_5.py │ │ ├── unary=28_6.py │ │ ├── unary=28_7.py │ │ ├── unary=28_8.py │ │ └── unary=28_9.py │ ├── unary=29 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=29_1.py │ │ ├── unary=29_10.py │ │ ├── unary=29_2.py │ │ ├── unary=29_3.py │ │ ├── unary=29_4.py │ │ ├── unary=29_5.py │ │ ├── unary=29_6.py │ │ ├── unary=29_7.py │ │ ├── unary=29_8.py │ │ └── unary=29_9.py │ ├── unary=3 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=3_1.py │ │ ├── unary=3_10.py │ │ ├── unary=3_2.py │ │ ├── unary=3_3.py │ │ ├── unary=3_4.py │ │ ├── unary=3_5.py │ │ ├── unary=3_6.py │ │ ├── unary=3_7.py │ │ ├── unary=3_8.py │ │ └── unary=3_9.py │ ├── unary=4 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=4_1.py │ │ ├── unary=4_10.py │ │ ├── unary=4_2.py │ │ ├── unary=4_3.py │ │ ├── unary=4_4.py │ │ ├── unary=4_5.py │ │ ├── unary=4_6.py │ │ ├── unary=4_7.py │ │ ├── unary=4_8.py │ │ └── unary=4_9.py │ ├── unary=5 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=5_1.py │ │ ├── unary=5_10.py │ │ ├── unary=5_2.py │ │ ├── unary=5_3.py │ │ ├── unary=5_4.py │ │ ├── unary=5_5.py │ │ ├── unary=5_6.py │ │ ├── unary=5_7.py │ │ ├── unary=5_8.py │ │ └── unary=5_9.py │ ├── unary=6 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=6_1.py │ │ ├── unary=6_10.py │ │ ├── unary=6_2.py │ │ ├── unary=6_3.py │ │ ├── unary=6_4.py │ │ ├── unary=6_5.py │ │ ├── unary=6_6.py │ │ ├── unary=6_7.py │ │ ├── unary=6_8.py │ │ └── unary=6_9.py │ ├── unary=7 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=7_1.py │ │ ├── unary=7_10.py │ │ ├── unary=7_2.py │ │ ├── unary=7_3.py │ │ ├── unary=7_4.py │ │ ├── unary=7_5.py │ │ ├── unary=7_6.py │ │ ├── unary=7_7.py │ │ ├── unary=7_8.py │ │ └── unary=7_9.py │ ├── unary=8 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=8_1.py │ │ ├── unary=8_10.py │ │ ├── unary=8_2.py │ │ ├── unary=8_3.py │ │ ├── unary=8_4.py │ │ ├── unary=8_5.py │ │ ├── unary=8_6.py │ │ ├── unary=8_7.py │ │ ├── unary=8_8.py │ │ └── unary=8_9.py │ └── unary=9 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=9_1.py │ │ ├── unary=9_10.py │ │ ├── unary=9_2.py │ │ ├── unary=9_3.py │ │ ├── unary=9_4.py │ │ ├── unary=9_5.py │ │ ├── unary=9_6.py │ │ ├── unary=9_7.py │ │ ├── unary=9_8.py │ │ └── unary=9_9.py │ ├── step48-3shot │ ├── addmm │ │ ├── addmm_1.py │ │ ├── addmm_10.py │ │ ├── addmm_2.py │ │ ├── addmm_3.py │ │ ├── addmm_4.py │ │ ├── addmm_5.py │ │ ├── addmm_6.py │ │ ├── addmm_7.py │ │ ├── addmm_8.py │ │ ├── addmm_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── binary=0 │ │ ├── binary=0_1.py │ │ ├── binary=0_10.py │ │ ├── binary=0_2.py │ │ ├── binary=0_3.py │ │ ├── binary=0_4.py │ │ ├── binary=0_5.py │ │ ├── binary=0_6.py │ │ ├── binary=0_7.py │ │ ├── binary=0_8.py │ │ ├── binary=0_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── binary=10 │ │ ├── binary=10_1.py │ │ ├── binary=10_10.py │ │ ├── binary=10_2.py │ │ ├── binary=10_3.py │ │ ├── binary=10_4.py │ │ ├── binary=10_5.py │ │ ├── binary=10_6.py │ │ ├── binary=10_7.py │ │ ├── binary=10_8.py │ │ ├── binary=10_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── binary=2 │ │ ├── binary=2_1.py │ │ ├── binary=2_10.py │ │ ├── binary=2_2.py │ │ ├── binary=2_3.py │ │ ├── binary=2_4.py │ │ ├── binary=2_5.py │ │ ├── binary=2_6.py │ │ ├── binary=2_7.py │ │ ├── binary=2_8.py │ │ ├── binary=2_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── binary=4 │ │ ├── binary=4_1.py │ │ ├── binary=4_10.py │ │ ├── binary=4_2.py │ │ ├── binary=4_3.py │ │ ├── binary=4_4.py │ │ ├── binary=4_5.py │ │ ├── binary=4_6.py │ │ ├── binary=4_7.py │ │ ├── binary=4_8.py │ │ ├── binary=4_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── binary=6 │ │ ├── binary=6_1.py │ │ ├── binary=6_10.py │ │ ├── binary=6_2.py │ │ ├── binary=6_3.py │ │ ├── binary=6_4.py │ │ ├── binary=6_5.py │ │ ├── binary=6_6.py │ │ ├── binary=6_7.py │ │ ├── binary=6_8.py │ │ ├── binary=6_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── binary=8 │ │ ├── binary=8_1.py │ │ ├── binary=8_10.py │ │ ├── binary=8_2.py │ │ ├── binary=8_3.py │ │ ├── binary=8_4.py │ │ ├── binary=8_5.py │ │ ├── binary=8_6.py │ │ ├── binary=8_7.py │ │ ├── binary=8_8.py │ │ ├── binary=8_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── binary_unary=0 │ │ ├── binary_unary=0_1.py │ │ ├── binary_unary=0_10.py │ │ ├── binary_unary=0_2.py │ │ ├── binary_unary=0_3.py │ │ ├── binary_unary=0_4.py │ │ ├── binary_unary=0_5.py │ │ ├── binary_unary=0_6.py │ │ ├── binary_unary=0_7.py │ │ ├── binary_unary=0_8.py │ │ ├── binary_unary=0_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── binary_unary=10 │ │ ├── binary_unary=10_1.py │ │ ├── binary_unary=10_10.py │ │ ├── binary_unary=10_2.py │ │ ├── binary_unary=10_3.py │ │ ├── binary_unary=10_4.py │ │ ├── binary_unary=10_5.py │ │ ├── binary_unary=10_6.py │ │ ├── binary_unary=10_7.py │ │ ├── binary_unary=10_8.py │ │ ├── binary_unary=10_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── binary_unary=2 │ │ ├── binary_unary=2_1.py │ │ ├── binary_unary=2_10.py │ │ ├── binary_unary=2_2.py │ │ ├── binary_unary=2_3.py │ │ ├── binary_unary=2_4.py │ │ ├── binary_unary=2_5.py │ │ ├── binary_unary=2_6.py │ │ ├── binary_unary=2_7.py │ │ ├── binary_unary=2_8.py │ │ ├── binary_unary=2_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── binary_unary=4 │ │ ├── binary_unary=4_1.py │ │ ├── binary_unary=4_10.py │ │ ├── binary_unary=4_2.py │ │ ├── binary_unary=4_3.py │ │ ├── binary_unary=4_4.py │ │ ├── binary_unary=4_5.py │ │ ├── binary_unary=4_6.py │ │ ├── binary_unary=4_7.py │ │ ├── binary_unary=4_8.py │ │ ├── binary_unary=4_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── binary_unary=6 │ │ ├── binary_unary=6_1.py │ │ ├── binary_unary=6_10.py │ │ ├── binary_unary=6_2.py │ │ ├── binary_unary=6_3.py │ │ ├── binary_unary=6_4.py │ │ ├── binary_unary=6_5.py │ │ ├── binary_unary=6_6.py │ │ ├── binary_unary=6_7.py │ │ ├── binary_unary=6_8.py │ │ ├── binary_unary=6_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── binary_unary=8 │ │ ├── binary_unary=8_1.py │ │ ├── binary_unary=8_10.py │ │ ├── binary_unary=8_2.py │ │ ├── binary_unary=8_3.py │ │ ├── binary_unary=8_4.py │ │ ├── binary_unary=8_5.py │ │ ├── binary_unary=8_6.py │ │ ├── binary_unary=8_7.py │ │ ├── binary_unary=8_8.py │ │ ├── binary_unary=8_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── cat_addmm │ │ ├── cat_addmm_1.py │ │ ├── cat_addmm_10.py │ │ ├── cat_addmm_2.py │ │ ├── cat_addmm_3.py │ │ ├── cat_addmm_4.py │ │ ├── cat_addmm_5.py │ │ ├── cat_addmm_6.py │ │ ├── cat_addmm_7.py │ │ ├── cat_addmm_8.py │ │ ├── cat_addmm_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── cat_mm │ │ ├── cat_mm_1.py │ │ ├── cat_mm_10.py │ │ ├── cat_mm_2.py │ │ ├── cat_mm_3.py │ │ ├── cat_mm_4.py │ │ ├── cat_mm_5.py │ │ ├── cat_mm_6.py │ │ ├── cat_mm_7.py │ │ ├── cat_mm_8.py │ │ ├── cat_mm_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── cat_slice_cat │ │ ├── cat_slice_cat_1.py │ │ ├── cat_slice_cat_10.py │ │ ├── cat_slice_cat_2.py │ │ ├── cat_slice_cat_3.py │ │ ├── cat_slice_cat_4.py │ │ ├── cat_slice_cat_5.py │ │ ├── cat_slice_cat_6.py │ │ ├── cat_slice_cat_7.py │ │ ├── cat_slice_cat_8.py │ │ ├── cat_slice_cat_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── fuse_conv_bn │ │ ├── fuse_conv_bn_1.py │ │ ├── fuse_conv_bn_10.py │ │ ├── fuse_conv_bn_2.py │ │ ├── fuse_conv_bn_3.py │ │ ├── fuse_conv_bn_4.py │ │ ├── fuse_conv_bn_5.py │ │ ├── fuse_conv_bn_6.py │ │ ├── fuse_conv_bn_7.py │ │ ├── fuse_conv_bn_8.py │ │ ├── fuse_conv_bn_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── linear_permute_fusion │ │ ├── linear_permute_fusion_1.py │ │ ├── linear_permute_fusion_10.py │ │ ├── linear_permute_fusion_2.py │ │ ├── linear_permute_fusion_3.py │ │ ├── linear_permute_fusion_4.py │ │ ├── linear_permute_fusion_5.py │ │ ├── linear_permute_fusion_6.py │ │ ├── linear_permute_fusion_7.py │ │ ├── linear_permute_fusion_8.py │ │ ├── linear_permute_fusion_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── mm_plus_mm │ │ ├── mm_plus_mm_1.py │ │ ├── mm_plus_mm_10.py │ │ ├── mm_plus_mm_2.py │ │ ├── mm_plus_mm_3.py │ │ ├── mm_plus_mm_4.py │ │ ├── mm_plus_mm_5.py │ │ ├── mm_plus_mm_6.py │ │ ├── mm_plus_mm_7.py │ │ ├── mm_plus_mm_8.py │ │ ├── mm_plus_mm_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── outputs.json │ ├── permute_linear_fusion │ │ ├── permute_linear_fusion_1.py │ │ ├── permute_linear_fusion_10.py │ │ ├── permute_linear_fusion_2.py │ │ ├── permute_linear_fusion_3.py │ │ ├── permute_linear_fusion_4.py │ │ ├── permute_linear_fusion_5.py │ │ ├── permute_linear_fusion_6.py │ │ ├── permute_linear_fusion_7.py │ │ ├── permute_linear_fusion_8.py │ │ ├── permute_linear_fusion_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── permute_matmul_fusion │ │ ├── permute_matmul_fusion_1.py │ │ ├── permute_matmul_fusion_10.py │ │ ├── permute_matmul_fusion_2.py │ │ ├── permute_matmul_fusion_3.py │ │ ├── permute_matmul_fusion_4.py │ │ ├── permute_matmul_fusion_5.py │ │ ├── permute_matmul_fusion_6.py │ │ ├── permute_matmul_fusion_7.py │ │ ├── permute_matmul_fusion_8.py │ │ ├── permute_matmul_fusion_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── pointless_cumsum_replacement │ │ ├── pointless_cumsum_replacement_1.py │ │ ├── pointless_cumsum_replacement_10.py │ │ ├── pointless_cumsum_replacement_2.py │ │ ├── pointless_cumsum_replacement_3.py │ │ ├── pointless_cumsum_replacement_4.py │ │ ├── pointless_cumsum_replacement_5.py │ │ ├── pointless_cumsum_replacement_6.py │ │ ├── pointless_cumsum_replacement_7.py │ │ ├── pointless_cumsum_replacement_8.py │ │ ├── pointless_cumsum_replacement_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── replace_fx │ │ ├── prompt.txt │ │ ├── replace_fx_1.py │ │ ├── replace_fx_10.py │ │ ├── replace_fx_2.py │ │ ├── replace_fx_3.py │ │ ├── replace_fx_4.py │ │ ├── replace_fx_5.py │ │ ├── replace_fx_6.py │ │ ├── replace_fx_7.py │ │ ├── replace_fx_8.py │ │ ├── replace_fx_9.py │ │ └── time.txt │ ├── sfdp=0 │ │ ├── prompt.txt │ │ ├── sfdp=0_1.py │ │ ├── sfdp=0_10.py │ │ ├── sfdp=0_2.py │ │ ├── sfdp=0_3.py │ │ ├── sfdp=0_4.py │ │ ├── sfdp=0_5.py │ │ ├── sfdp=0_6.py │ │ ├── sfdp=0_7.py │ │ ├── sfdp=0_8.py │ │ ├── sfdp=0_9.py │ │ └── time.txt │ ├── sfdp=1 │ │ ├── prompt.txt │ │ ├── sfdp=1_1.py │ │ ├── sfdp=1_10.py │ │ ├── sfdp=1_2.py │ │ ├── sfdp=1_3.py │ │ ├── sfdp=1_4.py │ │ ├── sfdp=1_5.py │ │ ├── sfdp=1_6.py │ │ ├── sfdp=1_7.py │ │ ├── sfdp=1_8.py │ │ ├── sfdp=1_9.py │ │ └── time.txt │ ├── sfdp=2 │ │ ├── prompt.txt │ │ ├── sfdp=2_1.py │ │ ├── sfdp=2_10.py │ │ ├── sfdp=2_2.py │ │ ├── sfdp=2_3.py │ │ ├── sfdp=2_4.py │ │ ├── sfdp=2_5.py │ │ ├── sfdp=2_6.py │ │ ├── sfdp=2_7.py │ │ ├── sfdp=2_8.py │ │ ├── sfdp=2_9.py │ │ └── time.txt │ ├── sfdp=3 │ │ ├── prompt.txt │ │ ├── sfdp=3_1.py │ │ ├── sfdp=3_10.py │ │ ├── sfdp=3_2.py │ │ ├── sfdp=3_3.py │ │ ├── sfdp=3_4.py │ │ ├── sfdp=3_5.py │ │ ├── sfdp=3_6.py │ │ ├── sfdp=3_7.py │ │ ├── sfdp=3_8.py │ │ ├── sfdp=3_9.py │ │ └── time.txt │ ├── sfdp=4 │ │ ├── prompt.txt │ │ ├── sfdp=4_1.py │ │ ├── sfdp=4_10.py │ │ ├── sfdp=4_2.py │ │ ├── sfdp=4_3.py │ │ ├── sfdp=4_4.py │ │ ├── sfdp=4_5.py │ │ ├── sfdp=4_6.py │ │ ├── sfdp=4_7.py │ │ ├── sfdp=4_8.py │ │ ├── sfdp=4_9.py │ │ └── time.txt │ ├── sfdp=5 │ │ ├── prompt.txt │ │ ├── sfdp=5_1.py │ │ ├── sfdp=5_10.py │ │ ├── sfdp=5_2.py │ │ ├── sfdp=5_3.py │ │ ├── sfdp=5_4.py │ │ ├── sfdp=5_5.py │ │ ├── sfdp=5_6.py │ │ ├── sfdp=5_7.py │ │ ├── sfdp=5_8.py │ │ ├── sfdp=5_9.py │ │ └── time.txt │ ├── sink_cat_after_pointwise │ │ ├── prompt.txt │ │ ├── sink_cat_after_pointwise_1.py │ │ ├── sink_cat_after_pointwise_10.py │ │ ├── sink_cat_after_pointwise_2.py │ │ ├── sink_cat_after_pointwise_3.py │ │ ├── sink_cat_after_pointwise_4.py │ │ ├── sink_cat_after_pointwise_5.py │ │ ├── sink_cat_after_pointwise_6.py │ │ ├── sink_cat_after_pointwise_7.py │ │ ├── sink_cat_after_pointwise_8.py │ │ ├── sink_cat_after_pointwise_9.py │ │ └── time.txt │ ├── splitwithsizes_cat_replace │ │ ├── prompt.txt │ │ ├── splitwithsizes_cat_replace_1.py │ │ ├── splitwithsizes_cat_replace_10.py │ │ ├── splitwithsizes_cat_replace_2.py │ │ ├── splitwithsizes_cat_replace_3.py │ │ ├── splitwithsizes_cat_replace_4.py │ │ ├── splitwithsizes_cat_replace_5.py │ │ ├── splitwithsizes_cat_replace_6.py │ │ ├── splitwithsizes_cat_replace_7.py │ │ ├── splitwithsizes_cat_replace_8.py │ │ ├── splitwithsizes_cat_replace_9.py │ │ └── time.txt │ ├── unary=0 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=0_1.py │ │ ├── unary=0_10.py │ │ ├── unary=0_2.py │ │ ├── unary=0_3.py │ │ ├── unary=0_4.py │ │ ├── unary=0_5.py │ │ ├── unary=0_6.py │ │ ├── unary=0_7.py │ │ ├── unary=0_8.py │ │ └── unary=0_9.py │ ├── unary=1 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=1_1.py │ │ ├── unary=1_10.py │ │ ├── unary=1_2.py │ │ ├── unary=1_3.py │ │ ├── unary=1_4.py │ │ ├── unary=1_5.py │ │ ├── unary=1_6.py │ │ ├── unary=1_7.py │ │ ├── unary=1_8.py │ │ └── unary=1_9.py │ ├── unary=10 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=10_1.py │ │ ├── unary=10_10.py │ │ ├── unary=10_2.py │ │ ├── unary=10_3.py │ │ ├── unary=10_4.py │ │ ├── unary=10_5.py │ │ ├── unary=10_6.py │ │ ├── unary=10_7.py │ │ ├── unary=10_8.py │ │ └── unary=10_9.py │ ├── unary=11 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=11_1.py │ │ ├── unary=11_10.py │ │ ├── unary=11_2.py │ │ ├── unary=11_3.py │ │ ├── unary=11_4.py │ │ ├── unary=11_5.py │ │ ├── unary=11_6.py │ │ ├── unary=11_7.py │ │ ├── unary=11_8.py │ │ └── unary=11_9.py │ ├── unary=12 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=12_1.py │ │ ├── unary=12_10.py │ │ ├── unary=12_2.py │ │ ├── unary=12_3.py │ │ ├── unary=12_4.py │ │ ├── unary=12_5.py │ │ ├── unary=12_6.py │ │ ├── unary=12_7.py │ │ ├── unary=12_8.py │ │ └── unary=12_9.py │ ├── unary=13 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=13_1.py │ │ ├── unary=13_10.py │ │ ├── unary=13_2.py │ │ ├── unary=13_3.py │ │ ├── unary=13_4.py │ │ ├── unary=13_5.py │ │ ├── unary=13_6.py │ │ ├── unary=13_7.py │ │ ├── unary=13_8.py │ │ └── unary=13_9.py │ ├── unary=14 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=14_1.py │ │ ├── unary=14_10.py │ │ ├── unary=14_2.py │ │ ├── unary=14_3.py │ │ ├── unary=14_4.py │ │ ├── unary=14_5.py │ │ ├── unary=14_6.py │ │ ├── unary=14_7.py │ │ ├── unary=14_8.py │ │ └── unary=14_9.py │ ├── unary=15 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=15_1.py │ │ ├── unary=15_10.py │ │ ├── unary=15_2.py │ │ ├── unary=15_3.py │ │ ├── unary=15_4.py │ │ ├── unary=15_5.py │ │ ├── unary=15_6.py │ │ ├── unary=15_7.py │ │ ├── unary=15_8.py │ │ └── unary=15_9.py │ ├── unary=16 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=16_1.py │ │ ├── unary=16_10.py │ │ ├── unary=16_2.py │ │ ├── unary=16_3.py │ │ ├── unary=16_4.py │ │ ├── unary=16_5.py │ │ ├── unary=16_6.py │ │ ├── unary=16_7.py │ │ ├── unary=16_8.py │ │ └── unary=16_9.py │ ├── unary=17 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=17_1.py │ │ ├── unary=17_10.py │ │ ├── unary=17_2.py │ │ ├── unary=17_3.py │ │ ├── unary=17_4.py │ │ ├── unary=17_5.py │ │ ├── unary=17_6.py │ │ ├── unary=17_7.py │ │ ├── unary=17_8.py │ │ └── unary=17_9.py │ ├── unary=18 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=18_1.py │ │ ├── unary=18_10.py │ │ ├── unary=18_2.py │ │ ├── unary=18_3.py │ │ ├── unary=18_4.py │ │ ├── unary=18_5.py │ │ ├── unary=18_6.py │ │ ├── unary=18_7.py │ │ ├── unary=18_8.py │ │ └── unary=18_9.py │ ├── unary=19 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=19_1.py │ │ ├── unary=19_10.py │ │ ├── unary=19_2.py │ │ ├── unary=19_3.py │ │ ├── unary=19_4.py │ │ ├── unary=19_5.py │ │ ├── unary=19_6.py │ │ ├── unary=19_7.py │ │ ├── unary=19_8.py │ │ └── unary=19_9.py │ ├── unary=2 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=2_1.py │ │ ├── unary=2_10.py │ │ ├── unary=2_2.py │ │ ├── unary=2_3.py │ │ ├── unary=2_4.py │ │ ├── unary=2_5.py │ │ ├── unary=2_6.py │ │ ├── unary=2_7.py │ │ ├── unary=2_8.py │ │ └── unary=2_9.py │ ├── unary=20 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=20_1.py │ │ ├── unary=20_10.py │ │ ├── unary=20_2.py │ │ ├── unary=20_3.py │ │ ├── unary=20_4.py │ │ ├── unary=20_5.py │ │ ├── unary=20_6.py │ │ ├── unary=20_7.py │ │ ├── unary=20_8.py │ │ └── unary=20_9.py │ ├── unary=21 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=21_1.py │ │ ├── unary=21_10.py │ │ ├── unary=21_2.py │ │ ├── unary=21_3.py │ │ ├── unary=21_4.py │ │ ├── unary=21_5.py │ │ ├── unary=21_6.py │ │ ├── unary=21_7.py │ │ ├── unary=21_8.py │ │ └── unary=21_9.py │ ├── unary=22 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=22_1.py │ │ ├── unary=22_10.py │ │ ├── unary=22_2.py │ │ ├── unary=22_3.py │ │ ├── unary=22_4.py │ │ ├── unary=22_5.py │ │ ├── unary=22_6.py │ │ ├── unary=22_7.py │ │ ├── unary=22_8.py │ │ └── unary=22_9.py │ ├── unary=23 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=23_1.py │ │ ├── unary=23_10.py │ │ ├── unary=23_2.py │ │ ├── unary=23_3.py │ │ ├── unary=23_4.py │ │ ├── unary=23_5.py │ │ ├── unary=23_6.py │ │ ├── unary=23_7.py │ │ ├── unary=23_8.py │ │ └── unary=23_9.py │ ├── unary=24 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=24_1.py │ │ ├── unary=24_10.py │ │ ├── unary=24_2.py │ │ ├── unary=24_3.py │ │ ├── unary=24_4.py │ │ ├── unary=24_5.py │ │ ├── unary=24_6.py │ │ ├── unary=24_7.py │ │ ├── unary=24_8.py │ │ └── unary=24_9.py │ ├── unary=25 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=25_1.py │ │ ├── unary=25_10.py │ │ ├── unary=25_2.py │ │ ├── unary=25_3.py │ │ ├── unary=25_4.py │ │ ├── unary=25_5.py │ │ ├── unary=25_6.py │ │ ├── unary=25_7.py │ │ ├── unary=25_8.py │ │ └── unary=25_9.py │ ├── unary=26 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=26_1.py │ │ ├── unary=26_10.py │ │ ├── unary=26_2.py │ │ ├── unary=26_3.py │ │ ├── unary=26_4.py │ │ ├── unary=26_5.py │ │ ├── unary=26_6.py │ │ ├── unary=26_7.py │ │ ├── unary=26_8.py │ │ └── unary=26_9.py │ ├── unary=27 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=27_1.py │ │ ├── unary=27_10.py │ │ ├── unary=27_2.py │ │ ├── unary=27_3.py │ │ ├── unary=27_4.py │ │ ├── unary=27_5.py │ │ ├── unary=27_6.py │ │ ├── unary=27_7.py │ │ ├── unary=27_8.py │ │ └── unary=27_9.py │ ├── unary=28 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=28_1.py │ │ ├── unary=28_10.py │ │ ├── unary=28_2.py │ │ ├── unary=28_3.py │ │ ├── unary=28_4.py │ │ ├── unary=28_5.py │ │ ├── unary=28_6.py │ │ ├── unary=28_7.py │ │ ├── unary=28_8.py │ │ └── unary=28_9.py │ ├── unary=29 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=29_1.py │ │ ├── unary=29_10.py │ │ ├── unary=29_2.py │ │ ├── unary=29_3.py │ │ ├── unary=29_4.py │ │ ├── unary=29_5.py │ │ ├── unary=29_6.py │ │ ├── unary=29_7.py │ │ ├── unary=29_8.py │ │ └── unary=29_9.py │ ├── unary=3 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=3_1.py │ │ ├── unary=3_10.py │ │ ├── unary=3_2.py │ │ ├── unary=3_3.py │ │ ├── unary=3_4.py │ │ ├── unary=3_5.py │ │ ├── unary=3_6.py │ │ ├── unary=3_7.py │ │ ├── unary=3_8.py │ │ └── unary=3_9.py │ ├── unary=4 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=4_1.py │ │ ├── unary=4_10.py │ │ ├── unary=4_2.py │ │ ├── unary=4_3.py │ │ ├── unary=4_4.py │ │ ├── unary=4_5.py │ │ ├── unary=4_6.py │ │ ├── unary=4_7.py │ │ ├── unary=4_8.py │ │ └── unary=4_9.py │ ├── unary=5 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=5_1.py │ │ ├── unary=5_10.py │ │ ├── unary=5_2.py │ │ ├── unary=5_3.py │ │ ├── unary=5_4.py │ │ ├── unary=5_5.py │ │ ├── unary=5_6.py │ │ ├── unary=5_7.py │ │ ├── unary=5_8.py │ │ └── unary=5_9.py │ ├── unary=6 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=6_1.py │ │ ├── unary=6_10.py │ │ ├── unary=6_2.py │ │ ├── unary=6_3.py │ │ ├── unary=6_4.py │ │ ├── unary=6_5.py │ │ ├── unary=6_6.py │ │ ├── unary=6_7.py │ │ ├── unary=6_8.py │ │ └── unary=6_9.py │ ├── unary=7 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=7_1.py │ │ ├── unary=7_10.py │ │ ├── unary=7_2.py │ │ ├── unary=7_3.py │ │ ├── unary=7_4.py │ │ ├── unary=7_5.py │ │ ├── unary=7_6.py │ │ ├── unary=7_7.py │ │ ├── unary=7_8.py │ │ └── unary=7_9.py │ ├── unary=8 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=8_1.py │ │ ├── unary=8_10.py │ │ ├── unary=8_2.py │ │ ├── unary=8_3.py │ │ ├── unary=8_4.py │ │ ├── unary=8_5.py │ │ ├── unary=8_6.py │ │ ├── unary=8_7.py │ │ ├── unary=8_8.py │ │ └── unary=8_9.py │ └── unary=9 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=9_1.py │ │ ├── unary=9_10.py │ │ ├── unary=9_2.py │ │ ├── unary=9_3.py │ │ ├── unary=9_4.py │ │ ├── unary=9_5.py │ │ ├── unary=9_6.py │ │ ├── unary=9_7.py │ │ ├── unary=9_8.py │ │ └── unary=9_9.py │ ├── step49-3shot │ ├── addmm │ │ ├── addmm_1.py │ │ ├── addmm_10.py │ │ ├── addmm_2.py │ │ ├── addmm_3.py │ │ ├── addmm_4.py │ │ ├── addmm_5.py │ │ ├── addmm_6.py │ │ ├── addmm_7.py │ │ ├── addmm_8.py │ │ ├── addmm_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── binary=0 │ │ ├── binary=0_1.py │ │ ├── binary=0_10.py │ │ ├── binary=0_2.py │ │ ├── binary=0_3.py │ │ ├── binary=0_4.py │ │ ├── binary=0_5.py │ │ ├── binary=0_6.py │ │ ├── binary=0_7.py │ │ ├── binary=0_8.py │ │ ├── binary=0_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── binary=10 │ │ ├── binary=10_1.py │ │ ├── binary=10_10.py │ │ ├── binary=10_2.py │ │ ├── binary=10_3.py │ │ ├── binary=10_4.py │ │ ├── binary=10_5.py │ │ ├── binary=10_6.py │ │ ├── binary=10_7.py │ │ ├── binary=10_8.py │ │ ├── binary=10_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── binary=2 │ │ ├── binary=2_1.py │ │ ├── binary=2_10.py │ │ ├── binary=2_2.py │ │ ├── binary=2_3.py │ │ ├── binary=2_4.py │ │ ├── binary=2_5.py │ │ ├── binary=2_6.py │ │ ├── binary=2_7.py │ │ ├── binary=2_8.py │ │ ├── binary=2_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── binary=4 │ │ ├── binary=4_1.py │ │ ├── binary=4_10.py │ │ ├── binary=4_2.py │ │ ├── binary=4_3.py │ │ ├── binary=4_4.py │ │ ├── binary=4_5.py │ │ ├── binary=4_6.py │ │ ├── binary=4_7.py │ │ ├── binary=4_8.py │ │ ├── binary=4_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── binary=6 │ │ ├── binary=6_1.py │ │ ├── binary=6_10.py │ │ ├── binary=6_2.py │ │ ├── binary=6_3.py │ │ ├── binary=6_4.py │ │ ├── binary=6_5.py │ │ ├── binary=6_6.py │ │ ├── binary=6_7.py │ │ ├── binary=6_8.py │ │ ├── binary=6_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── binary=8 │ │ ├── binary=8_1.py │ │ ├── binary=8_10.py │ │ ├── binary=8_2.py │ │ ├── binary=8_3.py │ │ ├── binary=8_4.py │ │ ├── binary=8_5.py │ │ ├── binary=8_6.py │ │ ├── binary=8_7.py │ │ ├── binary=8_8.py │ │ ├── binary=8_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── binary_unary=0 │ │ ├── binary_unary=0_1.py │ │ ├── binary_unary=0_10.py │ │ ├── binary_unary=0_2.py │ │ ├── binary_unary=0_3.py │ │ ├── binary_unary=0_4.py │ │ ├── binary_unary=0_5.py │ │ ├── binary_unary=0_6.py │ │ ├── binary_unary=0_7.py │ │ ├── binary_unary=0_8.py │ │ ├── binary_unary=0_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── binary_unary=10 │ │ ├── binary_unary=10_1.py │ │ ├── binary_unary=10_10.py │ │ ├── binary_unary=10_2.py │ │ ├── binary_unary=10_3.py │ │ ├── binary_unary=10_4.py │ │ ├── binary_unary=10_5.py │ │ ├── binary_unary=10_6.py │ │ ├── binary_unary=10_7.py │ │ ├── binary_unary=10_8.py │ │ ├── binary_unary=10_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── binary_unary=2 │ │ ├── binary_unary=2_1.py │ │ ├── binary_unary=2_10.py │ │ ├── binary_unary=2_2.py │ │ ├── binary_unary=2_3.py │ │ ├── binary_unary=2_4.py │ │ ├── binary_unary=2_5.py │ │ ├── binary_unary=2_6.py │ │ ├── binary_unary=2_7.py │ │ ├── binary_unary=2_8.py │ │ ├── binary_unary=2_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── binary_unary=4 │ │ ├── binary_unary=4_1.py │ │ ├── binary_unary=4_10.py │ │ ├── binary_unary=4_2.py │ │ ├── binary_unary=4_3.py │ │ ├── binary_unary=4_4.py │ │ ├── binary_unary=4_5.py │ │ ├── binary_unary=4_6.py │ │ ├── binary_unary=4_7.py │ │ ├── binary_unary=4_8.py │ │ ├── binary_unary=4_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── binary_unary=6 │ │ ├── binary_unary=6_1.py │ │ ├── binary_unary=6_10.py │ │ ├── binary_unary=6_2.py │ │ ├── binary_unary=6_3.py │ │ ├── binary_unary=6_4.py │ │ ├── binary_unary=6_5.py │ │ ├── binary_unary=6_6.py │ │ ├── binary_unary=6_7.py │ │ ├── binary_unary=6_8.py │ │ ├── binary_unary=6_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── binary_unary=8 │ │ ├── binary_unary=8_1.py │ │ ├── binary_unary=8_10.py │ │ ├── binary_unary=8_2.py │ │ ├── binary_unary=8_3.py │ │ ├── binary_unary=8_4.py │ │ ├── binary_unary=8_5.py │ │ ├── binary_unary=8_6.py │ │ ├── binary_unary=8_7.py │ │ ├── binary_unary=8_8.py │ │ ├── binary_unary=8_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── cat_addmm │ │ ├── cat_addmm_1.py │ │ ├── cat_addmm_10.py │ │ ├── cat_addmm_2.py │ │ ├── cat_addmm_3.py │ │ ├── cat_addmm_4.py │ │ ├── cat_addmm_5.py │ │ ├── cat_addmm_6.py │ │ ├── cat_addmm_7.py │ │ ├── cat_addmm_8.py │ │ ├── cat_addmm_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── cat_mm │ │ ├── cat_mm_1.py │ │ ├── cat_mm_10.py │ │ ├── cat_mm_2.py │ │ ├── cat_mm_3.py │ │ ├── cat_mm_4.py │ │ ├── cat_mm_5.py │ │ ├── cat_mm_6.py │ │ ├── cat_mm_7.py │ │ ├── cat_mm_8.py │ │ ├── cat_mm_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── cat_slice_cat │ │ ├── cat_slice_cat_1.py │ │ ├── cat_slice_cat_10.py │ │ ├── cat_slice_cat_2.py │ │ ├── cat_slice_cat_3.py │ │ ├── cat_slice_cat_4.py │ │ ├── cat_slice_cat_5.py │ │ ├── cat_slice_cat_6.py │ │ ├── cat_slice_cat_7.py │ │ ├── cat_slice_cat_8.py │ │ ├── cat_slice_cat_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── fuse_conv_bn │ │ ├── fuse_conv_bn_1.py │ │ ├── fuse_conv_bn_10.py │ │ ├── fuse_conv_bn_2.py │ │ ├── fuse_conv_bn_3.py │ │ ├── fuse_conv_bn_4.py │ │ ├── fuse_conv_bn_5.py │ │ ├── fuse_conv_bn_6.py │ │ ├── fuse_conv_bn_7.py │ │ ├── fuse_conv_bn_8.py │ │ ├── fuse_conv_bn_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── linear_permute_fusion │ │ ├── linear_permute_fusion_1.py │ │ ├── linear_permute_fusion_10.py │ │ ├── linear_permute_fusion_2.py │ │ ├── linear_permute_fusion_3.py │ │ ├── linear_permute_fusion_4.py │ │ ├── linear_permute_fusion_5.py │ │ ├── linear_permute_fusion_6.py │ │ ├── linear_permute_fusion_7.py │ │ ├── linear_permute_fusion_8.py │ │ ├── linear_permute_fusion_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── mm_plus_mm │ │ ├── mm_plus_mm_1.py │ │ ├── mm_plus_mm_10.py │ │ ├── mm_plus_mm_2.py │ │ ├── mm_plus_mm_3.py │ │ ├── mm_plus_mm_4.py │ │ ├── mm_plus_mm_5.py │ │ ├── mm_plus_mm_6.py │ │ ├── mm_plus_mm_7.py │ │ ├── mm_plus_mm_8.py │ │ ├── mm_plus_mm_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── outputs.json │ ├── permute_linear_fusion │ │ ├── permute_linear_fusion_1.py │ │ ├── permute_linear_fusion_10.py │ │ ├── permute_linear_fusion_2.py │ │ ├── permute_linear_fusion_3.py │ │ ├── permute_linear_fusion_4.py │ │ ├── permute_linear_fusion_5.py │ │ ├── permute_linear_fusion_6.py │ │ ├── permute_linear_fusion_7.py │ │ ├── permute_linear_fusion_8.py │ │ ├── permute_linear_fusion_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── permute_matmul_fusion │ │ ├── permute_matmul_fusion_1.py │ │ ├── permute_matmul_fusion_10.py │ │ ├── permute_matmul_fusion_2.py │ │ ├── permute_matmul_fusion_3.py │ │ ├── permute_matmul_fusion_4.py │ │ ├── permute_matmul_fusion_5.py │ │ ├── permute_matmul_fusion_6.py │ │ ├── permute_matmul_fusion_7.py │ │ ├── permute_matmul_fusion_8.py │ │ ├── permute_matmul_fusion_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── pointless_cumsum_replacement │ │ ├── pointless_cumsum_replacement_1.py │ │ ├── pointless_cumsum_replacement_10.py │ │ ├── pointless_cumsum_replacement_2.py │ │ ├── pointless_cumsum_replacement_3.py │ │ ├── pointless_cumsum_replacement_4.py │ │ ├── pointless_cumsum_replacement_5.py │ │ ├── pointless_cumsum_replacement_6.py │ │ ├── pointless_cumsum_replacement_7.py │ │ ├── pointless_cumsum_replacement_8.py │ │ ├── pointless_cumsum_replacement_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── replace_fx │ │ ├── prompt.txt │ │ ├── replace_fx_1.py │ │ ├── replace_fx_10.py │ │ ├── replace_fx_2.py │ │ ├── replace_fx_3.py │ │ ├── replace_fx_4.py │ │ ├── replace_fx_5.py │ │ ├── replace_fx_6.py │ │ ├── replace_fx_7.py │ │ ├── replace_fx_8.py │ │ ├── replace_fx_9.py │ │ └── time.txt │ ├── sfdp=0 │ │ ├── prompt.txt │ │ ├── sfdp=0_1.py │ │ ├── sfdp=0_10.py │ │ ├── sfdp=0_2.py │ │ ├── sfdp=0_3.py │ │ ├── sfdp=0_4.py │ │ ├── sfdp=0_5.py │ │ ├── sfdp=0_6.py │ │ ├── sfdp=0_7.py │ │ ├── sfdp=0_8.py │ │ ├── sfdp=0_9.py │ │ └── time.txt │ ├── sfdp=1 │ │ ├── prompt.txt │ │ ├── sfdp=1_1.py │ │ ├── sfdp=1_10.py │ │ ├── sfdp=1_2.py │ │ ├── sfdp=1_3.py │ │ ├── sfdp=1_4.py │ │ ├── sfdp=1_5.py │ │ ├── sfdp=1_6.py │ │ ├── sfdp=1_7.py │ │ ├── sfdp=1_8.py │ │ ├── sfdp=1_9.py │ │ └── time.txt │ ├── sfdp=2 │ │ ├── prompt.txt │ │ ├── sfdp=2_1.py │ │ ├── sfdp=2_10.py │ │ ├── sfdp=2_2.py │ │ ├── sfdp=2_3.py │ │ ├── sfdp=2_4.py │ │ ├── sfdp=2_5.py │ │ ├── sfdp=2_6.py │ │ ├── sfdp=2_7.py │ │ ├── sfdp=2_8.py │ │ ├── sfdp=2_9.py │ │ └── time.txt │ ├── sfdp=3 │ │ ├── prompt.txt │ │ ├── sfdp=3_1.py │ │ ├── sfdp=3_10.py │ │ ├── sfdp=3_2.py │ │ ├── sfdp=3_3.py │ │ ├── sfdp=3_4.py │ │ ├── sfdp=3_5.py │ │ ├── sfdp=3_6.py │ │ ├── sfdp=3_7.py │ │ ├── sfdp=3_8.py │ │ ├── sfdp=3_9.py │ │ └── time.txt │ ├── sfdp=4 │ │ ├── prompt.txt │ │ ├── sfdp=4_1.py │ │ ├── sfdp=4_10.py │ │ ├── sfdp=4_2.py │ │ ├── sfdp=4_3.py │ │ ├── sfdp=4_4.py │ │ ├── sfdp=4_5.py │ │ ├── sfdp=4_6.py │ │ ├── sfdp=4_7.py │ │ ├── sfdp=4_8.py │ │ ├── sfdp=4_9.py │ │ └── time.txt │ ├── sfdp=5 │ │ ├── prompt.txt │ │ ├── sfdp=5_1.py │ │ ├── sfdp=5_10.py │ │ ├── sfdp=5_2.py │ │ ├── sfdp=5_3.py │ │ ├── sfdp=5_4.py │ │ ├── sfdp=5_5.py │ │ ├── sfdp=5_6.py │ │ ├── sfdp=5_7.py │ │ ├── sfdp=5_8.py │ │ ├── sfdp=5_9.py │ │ └── time.txt │ ├── sink_cat_after_pointwise │ │ ├── prompt.txt │ │ ├── sink_cat_after_pointwise_1.py │ │ ├── sink_cat_after_pointwise_10.py │ │ ├── sink_cat_after_pointwise_2.py │ │ ├── sink_cat_after_pointwise_3.py │ │ ├── sink_cat_after_pointwise_4.py │ │ ├── sink_cat_after_pointwise_5.py │ │ ├── sink_cat_after_pointwise_6.py │ │ ├── sink_cat_after_pointwise_7.py │ │ ├── sink_cat_after_pointwise_8.py │ │ ├── sink_cat_after_pointwise_9.py │ │ └── time.txt │ ├── splitwithsizes_cat_replace │ │ ├── prompt.txt │ │ ├── splitwithsizes_cat_replace_1.py │ │ ├── splitwithsizes_cat_replace_10.py │ │ ├── splitwithsizes_cat_replace_2.py │ │ ├── splitwithsizes_cat_replace_3.py │ │ ├── splitwithsizes_cat_replace_4.py │ │ ├── splitwithsizes_cat_replace_5.py │ │ ├── splitwithsizes_cat_replace_6.py │ │ ├── splitwithsizes_cat_replace_7.py │ │ ├── splitwithsizes_cat_replace_8.py │ │ ├── splitwithsizes_cat_replace_9.py │ │ └── time.txt │ ├── unary=0 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=0_1.py │ │ ├── unary=0_10.py │ │ ├── unary=0_2.py │ │ ├── unary=0_3.py │ │ ├── unary=0_4.py │ │ ├── unary=0_5.py │ │ ├── unary=0_6.py │ │ ├── unary=0_7.py │ │ ├── unary=0_8.py │ │ └── unary=0_9.py │ ├── unary=1 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=1_1.py │ │ ├── unary=1_10.py │ │ ├── unary=1_2.py │ │ ├── unary=1_3.py │ │ ├── unary=1_4.py │ │ ├── unary=1_5.py │ │ ├── unary=1_6.py │ │ ├── unary=1_7.py │ │ ├── unary=1_8.py │ │ └── unary=1_9.py │ ├── unary=10 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=10_1.py │ │ ├── unary=10_10.py │ │ ├── unary=10_2.py │ │ ├── unary=10_3.py │ │ ├── unary=10_4.py │ │ ├── unary=10_5.py │ │ ├── unary=10_6.py │ │ ├── unary=10_7.py │ │ ├── unary=10_8.py │ │ └── unary=10_9.py │ ├── unary=11 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=11_1.py │ │ ├── unary=11_10.py │ │ ├── unary=11_2.py │ │ ├── unary=11_3.py │ │ ├── unary=11_4.py │ │ ├── unary=11_5.py │ │ ├── unary=11_6.py │ │ ├── unary=11_7.py │ │ ├── unary=11_8.py │ │ └── unary=11_9.py │ ├── unary=12 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=12_1.py │ │ ├── unary=12_10.py │ │ ├── unary=12_2.py │ │ ├── unary=12_3.py │ │ ├── unary=12_4.py │ │ ├── unary=12_5.py │ │ ├── unary=12_6.py │ │ ├── unary=12_7.py │ │ ├── unary=12_8.py │ │ └── unary=12_9.py │ ├── unary=13 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=13_1.py │ │ ├── unary=13_10.py │ │ ├── unary=13_2.py │ │ ├── unary=13_3.py │ │ ├── unary=13_4.py │ │ ├── unary=13_5.py │ │ ├── unary=13_6.py │ │ ├── unary=13_7.py │ │ ├── unary=13_8.py │ │ └── unary=13_9.py │ ├── unary=14 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=14_1.py │ │ ├── unary=14_10.py │ │ ├── unary=14_2.py │ │ ├── unary=14_3.py │ │ ├── unary=14_4.py │ │ ├── unary=14_5.py │ │ ├── unary=14_6.py │ │ ├── unary=14_7.py │ │ ├── unary=14_8.py │ │ └── unary=14_9.py │ ├── unary=15 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=15_1.py │ │ ├── unary=15_10.py │ │ ├── unary=15_2.py │ │ ├── unary=15_3.py │ │ ├── unary=15_4.py │ │ ├── unary=15_5.py │ │ ├── unary=15_6.py │ │ ├── unary=15_7.py │ │ ├── unary=15_8.py │ │ └── unary=15_9.py │ ├── unary=16 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=16_1.py │ │ ├── unary=16_10.py │ │ ├── unary=16_2.py │ │ ├── unary=16_3.py │ │ ├── unary=16_4.py │ │ ├── unary=16_5.py │ │ ├── unary=16_6.py │ │ ├── unary=16_7.py │ │ ├── unary=16_8.py │ │ └── unary=16_9.py │ ├── unary=17 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=17_1.py │ │ ├── unary=17_10.py │ │ ├── unary=17_2.py │ │ ├── unary=17_3.py │ │ ├── unary=17_4.py │ │ ├── unary=17_5.py │ │ ├── unary=17_6.py │ │ ├── unary=17_7.py │ │ ├── unary=17_8.py │ │ └── unary=17_9.py │ ├── unary=18 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=18_1.py │ │ ├── unary=18_10.py │ │ ├── unary=18_2.py │ │ ├── unary=18_3.py │ │ ├── unary=18_4.py │ │ ├── unary=18_5.py │ │ ├── unary=18_6.py │ │ ├── unary=18_7.py │ │ ├── unary=18_8.py │ │ └── unary=18_9.py │ ├── unary=19 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=19_1.py │ │ ├── unary=19_10.py │ │ ├── unary=19_2.py │ │ ├── unary=19_3.py │ │ ├── unary=19_4.py │ │ ├── unary=19_5.py │ │ ├── unary=19_6.py │ │ ├── unary=19_7.py │ │ ├── unary=19_8.py │ │ └── unary=19_9.py │ ├── unary=2 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=2_1.py │ │ ├── unary=2_10.py │ │ ├── unary=2_2.py │ │ ├── unary=2_3.py │ │ ├── unary=2_4.py │ │ ├── unary=2_5.py │ │ ├── unary=2_6.py │ │ ├── unary=2_7.py │ │ ├── unary=2_8.py │ │ └── unary=2_9.py │ ├── unary=20 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=20_1.py │ │ ├── unary=20_10.py │ │ ├── unary=20_2.py │ │ ├── unary=20_3.py │ │ ├── unary=20_4.py │ │ ├── unary=20_5.py │ │ ├── unary=20_6.py │ │ ├── unary=20_7.py │ │ ├── unary=20_8.py │ │ └── unary=20_9.py │ ├── unary=21 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=21_1.py │ │ ├── unary=21_10.py │ │ ├── unary=21_2.py │ │ ├── unary=21_3.py │ │ ├── unary=21_4.py │ │ ├── unary=21_5.py │ │ ├── unary=21_6.py │ │ ├── unary=21_7.py │ │ ├── unary=21_8.py │ │ └── unary=21_9.py │ ├── unary=22 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=22_1.py │ │ ├── unary=22_10.py │ │ ├── unary=22_2.py │ │ ├── unary=22_3.py │ │ ├── unary=22_4.py │ │ ├── unary=22_5.py │ │ ├── unary=22_6.py │ │ ├── unary=22_7.py │ │ ├── unary=22_8.py │ │ └── unary=22_9.py │ ├── unary=23 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=23_1.py │ │ ├── unary=23_10.py │ │ ├── unary=23_2.py │ │ ├── unary=23_3.py │ │ ├── unary=23_4.py │ │ ├── unary=23_5.py │ │ ├── unary=23_6.py │ │ ├── unary=23_7.py │ │ ├── unary=23_8.py │ │ └── unary=23_9.py │ ├── unary=24 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=24_1.py │ │ ├── unary=24_10.py │ │ ├── unary=24_2.py │ │ ├── unary=24_3.py │ │ ├── unary=24_4.py │ │ ├── unary=24_5.py │ │ ├── unary=24_6.py │ │ ├── unary=24_7.py │ │ ├── unary=24_8.py │ │ └── unary=24_9.py │ ├── unary=25 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=25_1.py │ │ ├── unary=25_10.py │ │ ├── unary=25_2.py │ │ ├── unary=25_3.py │ │ ├── unary=25_4.py │ │ ├── unary=25_5.py │ │ ├── unary=25_6.py │ │ ├── unary=25_7.py │ │ ├── unary=25_8.py │ │ └── unary=25_9.py │ ├── unary=26 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=26_1.py │ │ ├── unary=26_10.py │ │ ├── unary=26_2.py │ │ ├── unary=26_3.py │ │ ├── unary=26_4.py │ │ ├── unary=26_5.py │ │ ├── unary=26_6.py │ │ ├── unary=26_7.py │ │ ├── unary=26_8.py │ │ └── unary=26_9.py │ ├── unary=27 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=27_1.py │ │ ├── unary=27_10.py │ │ ├── unary=27_2.py │ │ ├── unary=27_3.py │ │ ├── unary=27_4.py │ │ ├── unary=27_5.py │ │ ├── unary=27_6.py │ │ ├── unary=27_7.py │ │ ├── unary=27_8.py │ │ └── unary=27_9.py │ ├── unary=28 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=28_1.py │ │ ├── unary=28_10.py │ │ ├── unary=28_2.py │ │ ├── unary=28_3.py │ │ ├── unary=28_4.py │ │ ├── unary=28_5.py │ │ ├── unary=28_6.py │ │ ├── unary=28_7.py │ │ ├── unary=28_8.py │ │ └── unary=28_9.py │ ├── unary=29 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=29_1.py │ │ ├── unary=29_10.py │ │ ├── unary=29_2.py │ │ ├── unary=29_3.py │ │ ├── unary=29_4.py │ │ ├── unary=29_5.py │ │ ├── unary=29_6.py │ │ ├── unary=29_7.py │ │ ├── unary=29_8.py │ │ └── unary=29_9.py │ ├── unary=3 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=3_1.py │ │ ├── unary=3_10.py │ │ ├── unary=3_2.py │ │ ├── unary=3_3.py │ │ ├── unary=3_4.py │ │ ├── unary=3_5.py │ │ ├── unary=3_6.py │ │ ├── unary=3_7.py │ │ ├── unary=3_8.py │ │ └── unary=3_9.py │ ├── unary=4 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=4_1.py │ │ ├── unary=4_10.py │ │ ├── unary=4_2.py │ │ ├── unary=4_3.py │ │ ├── unary=4_4.py │ │ ├── unary=4_5.py │ │ ├── unary=4_6.py │ │ ├── unary=4_7.py │ │ ├── unary=4_8.py │ │ └── unary=4_9.py │ ├── unary=5 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=5_1.py │ │ ├── unary=5_10.py │ │ ├── unary=5_2.py │ │ ├── unary=5_3.py │ │ ├── unary=5_4.py │ │ ├── unary=5_5.py │ │ ├── unary=5_6.py │ │ ├── unary=5_7.py │ │ ├── unary=5_8.py │ │ └── unary=5_9.py │ ├── unary=6 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=6_1.py │ │ ├── unary=6_10.py │ │ ├── unary=6_2.py │ │ ├── unary=6_3.py │ │ ├── unary=6_4.py │ │ ├── unary=6_5.py │ │ ├── unary=6_6.py │ │ ├── unary=6_7.py │ │ ├── unary=6_8.py │ │ └── unary=6_9.py │ ├── unary=7 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=7_1.py │ │ ├── unary=7_10.py │ │ ├── unary=7_2.py │ │ ├── unary=7_3.py │ │ ├── unary=7_4.py │ │ ├── unary=7_5.py │ │ ├── unary=7_6.py │ │ ├── unary=7_7.py │ │ ├── unary=7_8.py │ │ └── unary=7_9.py │ ├── unary=8 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=8_1.py │ │ ├── unary=8_10.py │ │ ├── unary=8_2.py │ │ ├── unary=8_3.py │ │ ├── unary=8_4.py │ │ ├── unary=8_5.py │ │ ├── unary=8_6.py │ │ ├── unary=8_7.py │ │ ├── unary=8_8.py │ │ └── unary=8_9.py │ └── unary=9 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=9_1.py │ │ ├── unary=9_10.py │ │ ├── unary=9_2.py │ │ ├── unary=9_3.py │ │ ├── unary=9_4.py │ │ ├── unary=9_5.py │ │ ├── unary=9_6.py │ │ ├── unary=9_7.py │ │ ├── unary=9_8.py │ │ └── unary=9_9.py │ ├── step5-3shot │ ├── addmm │ │ ├── addmm_1.py │ │ ├── addmm_10.py │ │ ├── addmm_2.py │ │ ├── addmm_3.py │ │ ├── addmm_4.py │ │ ├── addmm_5.py │ │ ├── addmm_6.py │ │ ├── addmm_7.py │ │ ├── addmm_8.py │ │ ├── addmm_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── binary=0 │ │ ├── binary=0_1.py │ │ ├── binary=0_10.py │ │ ├── binary=0_2.py │ │ ├── binary=0_3.py │ │ ├── binary=0_4.py │ │ ├── binary=0_5.py │ │ ├── binary=0_6.py │ │ ├── binary=0_7.py │ │ ├── binary=0_8.py │ │ ├── binary=0_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── binary=10 │ │ ├── binary=10_1.py │ │ ├── binary=10_10.py │ │ ├── binary=10_2.py │ │ ├── binary=10_3.py │ │ ├── binary=10_4.py │ │ ├── binary=10_5.py │ │ ├── binary=10_6.py │ │ ├── binary=10_7.py │ │ ├── binary=10_8.py │ │ ├── binary=10_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── binary=2 │ │ ├── binary=2_1.py │ │ ├── binary=2_10.py │ │ ├── binary=2_2.py │ │ ├── binary=2_3.py │ │ ├── binary=2_4.py │ │ ├── binary=2_5.py │ │ ├── binary=2_6.py │ │ ├── binary=2_7.py │ │ ├── binary=2_8.py │ │ ├── binary=2_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── binary=4 │ │ ├── binary=4_1.py │ │ ├── binary=4_10.py │ │ ├── binary=4_2.py │ │ ├── binary=4_3.py │ │ ├── binary=4_4.py │ │ ├── binary=4_5.py │ │ ├── binary=4_6.py │ │ ├── binary=4_7.py │ │ ├── binary=4_8.py │ │ ├── binary=4_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── binary=6 │ │ ├── binary=6_1.py │ │ ├── binary=6_10.py │ │ ├── binary=6_2.py │ │ ├── binary=6_3.py │ │ ├── binary=6_4.py │ │ ├── binary=6_5.py │ │ ├── binary=6_6.py │ │ ├── binary=6_7.py │ │ ├── binary=6_8.py │ │ ├── binary=6_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── binary=8 │ │ ├── binary=8_1.py │ │ ├── binary=8_10.py │ │ ├── binary=8_2.py │ │ ├── binary=8_3.py │ │ ├── binary=8_4.py │ │ ├── binary=8_5.py │ │ ├── binary=8_6.py │ │ ├── binary=8_7.py │ │ ├── binary=8_8.py │ │ ├── binary=8_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── binary_unary=0 │ │ ├── binary_unary=0_1.py │ │ ├── binary_unary=0_10.py │ │ ├── binary_unary=0_2.py │ │ ├── binary_unary=0_3.py │ │ ├── binary_unary=0_4.py │ │ ├── binary_unary=0_5.py │ │ ├── binary_unary=0_6.py │ │ ├── binary_unary=0_7.py │ │ ├── binary_unary=0_8.py │ │ ├── binary_unary=0_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── binary_unary=10 │ │ ├── binary_unary=10_1.py │ │ ├── binary_unary=10_10.py │ │ ├── binary_unary=10_2.py │ │ ├── binary_unary=10_3.py │ │ ├── binary_unary=10_4.py │ │ ├── binary_unary=10_5.py │ │ ├── binary_unary=10_6.py │ │ ├── binary_unary=10_7.py │ │ ├── binary_unary=10_8.py │ │ ├── binary_unary=10_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── binary_unary=2 │ │ ├── binary_unary=2_1.py │ │ ├── binary_unary=2_10.py │ │ ├── binary_unary=2_2.py │ │ ├── binary_unary=2_3.py │ │ ├── binary_unary=2_4.py │ │ ├── binary_unary=2_5.py │ │ ├── binary_unary=2_6.py │ │ ├── binary_unary=2_7.py │ │ ├── binary_unary=2_8.py │ │ ├── binary_unary=2_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── binary_unary=4 │ │ ├── binary_unary=4_1.py │ │ ├── binary_unary=4_10.py │ │ ├── binary_unary=4_2.py │ │ ├── binary_unary=4_3.py │ │ ├── binary_unary=4_4.py │ │ ├── binary_unary=4_5.py │ │ ├── binary_unary=4_6.py │ │ ├── binary_unary=4_7.py │ │ ├── binary_unary=4_8.py │ │ ├── binary_unary=4_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── binary_unary=6 │ │ ├── binary_unary=6_1.py │ │ ├── binary_unary=6_10.py │ │ ├── binary_unary=6_2.py │ │ ├── binary_unary=6_3.py │ │ ├── binary_unary=6_4.py │ │ ├── binary_unary=6_5.py │ │ ├── binary_unary=6_6.py │ │ ├── binary_unary=6_7.py │ │ ├── binary_unary=6_8.py │ │ ├── binary_unary=6_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── binary_unary=8 │ │ ├── binary_unary=8_1.py │ │ ├── binary_unary=8_10.py │ │ ├── binary_unary=8_2.py │ │ ├── binary_unary=8_3.py │ │ ├── binary_unary=8_4.py │ │ ├── binary_unary=8_5.py │ │ ├── binary_unary=8_6.py │ │ ├── binary_unary=8_7.py │ │ ├── binary_unary=8_8.py │ │ ├── binary_unary=8_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── cat_addmm │ │ ├── cat_addmm_1.py │ │ ├── cat_addmm_10.py │ │ ├── cat_addmm_2.py │ │ ├── cat_addmm_3.py │ │ ├── cat_addmm_4.py │ │ ├── cat_addmm_5.py │ │ ├── cat_addmm_6.py │ │ ├── cat_addmm_7.py │ │ ├── cat_addmm_8.py │ │ ├── cat_addmm_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── cat_mm │ │ ├── cat_mm_1.py │ │ ├── cat_mm_10.py │ │ ├── cat_mm_2.py │ │ ├── cat_mm_3.py │ │ ├── cat_mm_4.py │ │ ├── cat_mm_5.py │ │ ├── cat_mm_6.py │ │ ├── cat_mm_7.py │ │ ├── cat_mm_8.py │ │ ├── cat_mm_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── cat_slice_cat │ │ ├── cat_slice_cat_1.py │ │ ├── cat_slice_cat_10.py │ │ ├── cat_slice_cat_2.py │ │ ├── cat_slice_cat_3.py │ │ ├── cat_slice_cat_4.py │ │ ├── cat_slice_cat_5.py │ │ ├── cat_slice_cat_6.py │ │ ├── cat_slice_cat_7.py │ │ ├── cat_slice_cat_8.py │ │ ├── cat_slice_cat_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── fuse_conv_bn │ │ ├── fuse_conv_bn_1.py │ │ ├── fuse_conv_bn_10.py │ │ ├── fuse_conv_bn_2.py │ │ ├── fuse_conv_bn_3.py │ │ ├── fuse_conv_bn_4.py │ │ ├── fuse_conv_bn_5.py │ │ ├── fuse_conv_bn_6.py │ │ ├── fuse_conv_bn_7.py │ │ ├── fuse_conv_bn_8.py │ │ ├── fuse_conv_bn_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── linear_permute_fusion │ │ ├── linear_permute_fusion_1.py │ │ ├── linear_permute_fusion_10.py │ │ ├── linear_permute_fusion_2.py │ │ ├── linear_permute_fusion_3.py │ │ ├── linear_permute_fusion_4.py │ │ ├── linear_permute_fusion_5.py │ │ ├── linear_permute_fusion_6.py │ │ ├── linear_permute_fusion_7.py │ │ ├── linear_permute_fusion_8.py │ │ ├── linear_permute_fusion_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── mm_plus_mm │ │ ├── mm_plus_mm_1.py │ │ ├── mm_plus_mm_10.py │ │ ├── mm_plus_mm_2.py │ │ ├── mm_plus_mm_3.py │ │ ├── mm_plus_mm_4.py │ │ ├── mm_plus_mm_5.py │ │ ├── mm_plus_mm_6.py │ │ ├── mm_plus_mm_7.py │ │ ├── mm_plus_mm_8.py │ │ ├── mm_plus_mm_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── outputs.json │ ├── permute_linear_fusion │ │ ├── permute_linear_fusion_1.py │ │ ├── permute_linear_fusion_10.py │ │ ├── permute_linear_fusion_2.py │ │ ├── permute_linear_fusion_3.py │ │ ├── permute_linear_fusion_4.py │ │ ├── permute_linear_fusion_5.py │ │ ├── permute_linear_fusion_6.py │ │ ├── permute_linear_fusion_7.py │ │ ├── permute_linear_fusion_8.py │ │ ├── permute_linear_fusion_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── permute_matmul_fusion │ │ ├── permute_matmul_fusion_1.py │ │ ├── permute_matmul_fusion_10.py │ │ ├── permute_matmul_fusion_2.py │ │ ├── permute_matmul_fusion_3.py │ │ ├── permute_matmul_fusion_4.py │ │ ├── permute_matmul_fusion_5.py │ │ ├── permute_matmul_fusion_6.py │ │ ├── permute_matmul_fusion_7.py │ │ ├── permute_matmul_fusion_8.py │ │ ├── permute_matmul_fusion_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── pointless_cumsum_replacement │ │ ├── pointless_cumsum_replacement_1.py │ │ ├── pointless_cumsum_replacement_10.py │ │ ├── pointless_cumsum_replacement_2.py │ │ ├── pointless_cumsum_replacement_3.py │ │ ├── pointless_cumsum_replacement_4.py │ │ ├── pointless_cumsum_replacement_5.py │ │ ├── pointless_cumsum_replacement_6.py │ │ ├── pointless_cumsum_replacement_7.py │ │ ├── pointless_cumsum_replacement_8.py │ │ ├── pointless_cumsum_replacement_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── replace_fx │ │ ├── prompt.txt │ │ ├── replace_fx_1.py │ │ ├── replace_fx_10.py │ │ ├── replace_fx_2.py │ │ ├── replace_fx_3.py │ │ ├── replace_fx_4.py │ │ ├── replace_fx_5.py │ │ ├── replace_fx_6.py │ │ ├── replace_fx_7.py │ │ ├── replace_fx_8.py │ │ ├── replace_fx_9.py │ │ └── time.txt │ ├── sfdp=0 │ │ ├── prompt.txt │ │ ├── sfdp=0_1.py │ │ ├── sfdp=0_10.py │ │ ├── sfdp=0_2.py │ │ ├── sfdp=0_3.py │ │ ├── sfdp=0_4.py │ │ ├── sfdp=0_5.py │ │ ├── sfdp=0_6.py │ │ ├── sfdp=0_7.py │ │ ├── sfdp=0_8.py │ │ ├── sfdp=0_9.py │ │ └── time.txt │ ├── sfdp=1 │ │ ├── prompt.txt │ │ ├── sfdp=1_1.py │ │ ├── sfdp=1_10.py │ │ ├── sfdp=1_2.py │ │ ├── sfdp=1_3.py │ │ ├── sfdp=1_4.py │ │ ├── sfdp=1_5.py │ │ ├── sfdp=1_6.py │ │ ├── sfdp=1_7.py │ │ ├── sfdp=1_8.py │ │ ├── sfdp=1_9.py │ │ └── time.txt │ ├── sfdp=2 │ │ ├── prompt.txt │ │ ├── sfdp=2_1.py │ │ ├── sfdp=2_10.py │ │ ├── sfdp=2_2.py │ │ ├── sfdp=2_3.py │ │ ├── sfdp=2_4.py │ │ ├── sfdp=2_5.py │ │ ├── sfdp=2_6.py │ │ ├── sfdp=2_7.py │ │ ├── sfdp=2_8.py │ │ ├── sfdp=2_9.py │ │ └── time.txt │ ├── sfdp=3 │ │ ├── prompt.txt │ │ ├── sfdp=3_1.py │ │ ├── sfdp=3_10.py │ │ ├── sfdp=3_2.py │ │ ├── sfdp=3_3.py │ │ ├── sfdp=3_4.py │ │ ├── sfdp=3_5.py │ │ ├── sfdp=3_6.py │ │ ├── sfdp=3_7.py │ │ ├── sfdp=3_8.py │ │ ├── sfdp=3_9.py │ │ └── time.txt │ ├── sfdp=4 │ │ ├── prompt.txt │ │ ├── sfdp=4_1.py │ │ ├── sfdp=4_10.py │ │ ├── sfdp=4_2.py │ │ ├── sfdp=4_3.py │ │ ├── sfdp=4_4.py │ │ ├── sfdp=4_5.py │ │ ├── sfdp=4_6.py │ │ ├── sfdp=4_7.py │ │ ├── sfdp=4_8.py │ │ ├── sfdp=4_9.py │ │ └── time.txt │ ├── sfdp=5 │ │ ├── prompt.txt │ │ ├── sfdp=5_1.py │ │ ├── sfdp=5_10.py │ │ ├── sfdp=5_2.py │ │ ├── sfdp=5_3.py │ │ ├── sfdp=5_4.py │ │ ├── sfdp=5_5.py │ │ ├── sfdp=5_6.py │ │ ├── sfdp=5_7.py │ │ ├── sfdp=5_8.py │ │ ├── sfdp=5_9.py │ │ └── time.txt │ ├── sink_cat_after_pointwise │ │ ├── prompt.txt │ │ ├── sink_cat_after_pointwise_1.py │ │ ├── sink_cat_after_pointwise_10.py │ │ ├── sink_cat_after_pointwise_2.py │ │ ├── sink_cat_after_pointwise_3.py │ │ ├── sink_cat_after_pointwise_4.py │ │ ├── sink_cat_after_pointwise_5.py │ │ ├── sink_cat_after_pointwise_6.py │ │ ├── sink_cat_after_pointwise_7.py │ │ ├── sink_cat_after_pointwise_8.py │ │ ├── sink_cat_after_pointwise_9.py │ │ └── time.txt │ ├── splitwithsizes_cat_replace │ │ ├── prompt.txt │ │ ├── splitwithsizes_cat_replace_1.py │ │ ├── splitwithsizes_cat_replace_10.py │ │ ├── splitwithsizes_cat_replace_2.py │ │ ├── splitwithsizes_cat_replace_3.py │ │ ├── splitwithsizes_cat_replace_4.py │ │ ├── splitwithsizes_cat_replace_5.py │ │ ├── splitwithsizes_cat_replace_6.py │ │ ├── splitwithsizes_cat_replace_7.py │ │ ├── splitwithsizes_cat_replace_8.py │ │ ├── splitwithsizes_cat_replace_9.py │ │ └── time.txt │ ├── unary=0 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=0_1.py │ │ ├── unary=0_10.py │ │ ├── unary=0_2.py │ │ ├── unary=0_3.py │ │ ├── unary=0_4.py │ │ ├── unary=0_5.py │ │ ├── unary=0_6.py │ │ ├── unary=0_7.py │ │ ├── unary=0_8.py │ │ └── unary=0_9.py │ ├── unary=1 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=1_1.py │ │ ├── unary=1_10.py │ │ ├── unary=1_2.py │ │ ├── unary=1_3.py │ │ ├── unary=1_4.py │ │ ├── unary=1_5.py │ │ ├── unary=1_6.py │ │ ├── unary=1_7.py │ │ ├── unary=1_8.py │ │ └── unary=1_9.py │ ├── unary=10 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=10_1.py │ │ ├── unary=10_10.py │ │ ├── unary=10_2.py │ │ ├── unary=10_3.py │ │ ├── unary=10_4.py │ │ ├── unary=10_5.py │ │ ├── unary=10_6.py │ │ ├── unary=10_7.py │ │ ├── unary=10_8.py │ │ └── unary=10_9.py │ ├── unary=11 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=11_1.py │ │ ├── unary=11_10.py │ │ ├── unary=11_2.py │ │ ├── unary=11_3.py │ │ ├── unary=11_4.py │ │ ├── unary=11_5.py │ │ ├── unary=11_6.py │ │ ├── unary=11_7.py │ │ ├── unary=11_8.py │ │ └── unary=11_9.py │ ├── unary=12 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=12_1.py │ │ ├── unary=12_10.py │ │ ├── unary=12_2.py │ │ ├── unary=12_3.py │ │ ├── unary=12_4.py │ │ ├── unary=12_5.py │ │ ├── unary=12_6.py │ │ ├── unary=12_7.py │ │ ├── unary=12_8.py │ │ └── unary=12_9.py │ ├── unary=13 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=13_1.py │ │ ├── unary=13_10.py │ │ ├── unary=13_2.py │ │ ├── unary=13_3.py │ │ ├── unary=13_4.py │ │ ├── unary=13_5.py │ │ ├── unary=13_6.py │ │ ├── unary=13_7.py │ │ ├── unary=13_8.py │ │ └── unary=13_9.py │ ├── unary=14 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=14_1.py │ │ ├── unary=14_10.py │ │ ├── unary=14_2.py │ │ ├── unary=14_3.py │ │ ├── unary=14_4.py │ │ ├── unary=14_5.py │ │ ├── unary=14_6.py │ │ ├── unary=14_7.py │ │ ├── unary=14_8.py │ │ └── unary=14_9.py │ ├── unary=15 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=15_1.py │ │ ├── unary=15_10.py │ │ ├── unary=15_2.py │ │ ├── unary=15_3.py │ │ ├── unary=15_4.py │ │ ├── unary=15_5.py │ │ ├── unary=15_6.py │ │ ├── unary=15_7.py │ │ ├── unary=15_8.py │ │ └── unary=15_9.py │ ├── unary=16 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=16_1.py │ │ ├── unary=16_10.py │ │ ├── unary=16_2.py │ │ ├── unary=16_3.py │ │ ├── unary=16_4.py │ │ ├── unary=16_5.py │ │ ├── unary=16_6.py │ │ ├── unary=16_7.py │ │ ├── unary=16_8.py │ │ └── unary=16_9.py │ ├── unary=17 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=17_1.py │ │ ├── unary=17_10.py │ │ ├── unary=17_2.py │ │ ├── unary=17_3.py │ │ ├── unary=17_4.py │ │ ├── unary=17_5.py │ │ ├── unary=17_6.py │ │ ├── unary=17_7.py │ │ ├── unary=17_8.py │ │ └── unary=17_9.py │ ├── unary=18 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=18_1.py │ │ ├── unary=18_10.py │ │ ├── unary=18_2.py │ │ ├── unary=18_3.py │ │ ├── unary=18_4.py │ │ ├── unary=18_5.py │ │ ├── unary=18_6.py │ │ ├── unary=18_7.py │ │ ├── unary=18_8.py │ │ └── unary=18_9.py │ ├── unary=19 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=19_1.py │ │ ├── unary=19_10.py │ │ ├── unary=19_2.py │ │ ├── unary=19_3.py │ │ ├── unary=19_4.py │ │ ├── unary=19_5.py │ │ ├── unary=19_6.py │ │ ├── unary=19_7.py │ │ ├── unary=19_8.py │ │ └── unary=19_9.py │ ├── unary=2 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=2_1.py │ │ ├── unary=2_10.py │ │ ├── unary=2_2.py │ │ ├── unary=2_3.py │ │ ├── unary=2_4.py │ │ ├── unary=2_5.py │ │ ├── unary=2_6.py │ │ ├── unary=2_7.py │ │ ├── unary=2_8.py │ │ └── unary=2_9.py │ ├── unary=20 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=20_1.py │ │ ├── unary=20_10.py │ │ ├── unary=20_2.py │ │ ├── unary=20_3.py │ │ ├── unary=20_4.py │ │ ├── unary=20_5.py │ │ ├── unary=20_6.py │ │ ├── unary=20_7.py │ │ ├── unary=20_8.py │ │ └── unary=20_9.py │ ├── unary=21 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=21_1.py │ │ ├── unary=21_10.py │ │ ├── unary=21_2.py │ │ ├── unary=21_3.py │ │ ├── unary=21_4.py │ │ ├── unary=21_5.py │ │ ├── unary=21_6.py │ │ ├── unary=21_7.py │ │ ├── unary=21_8.py │ │ └── unary=21_9.py │ ├── unary=22 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=22_1.py │ │ ├── unary=22_10.py │ │ ├── unary=22_2.py │ │ ├── unary=22_3.py │ │ ├── unary=22_4.py │ │ ├── unary=22_5.py │ │ ├── unary=22_6.py │ │ ├── unary=22_7.py │ │ ├── unary=22_8.py │ │ └── unary=22_9.py │ ├── unary=23 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=23_1.py │ │ ├── unary=23_10.py │ │ ├── unary=23_2.py │ │ ├── unary=23_3.py │ │ ├── unary=23_4.py │ │ ├── unary=23_5.py │ │ ├── unary=23_6.py │ │ ├── unary=23_7.py │ │ ├── unary=23_8.py │ │ └── unary=23_9.py │ ├── unary=24 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=24_1.py │ │ ├── unary=24_10.py │ │ ├── unary=24_2.py │ │ ├── unary=24_3.py │ │ ├── unary=24_4.py │ │ ├── unary=24_5.py │ │ ├── unary=24_6.py │ │ ├── unary=24_7.py │ │ ├── unary=24_8.py │ │ └── unary=24_9.py │ ├── unary=25 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=25_1.py │ │ ├── unary=25_10.py │ │ ├── unary=25_2.py │ │ ├── unary=25_3.py │ │ ├── unary=25_4.py │ │ ├── unary=25_5.py │ │ ├── unary=25_6.py │ │ ├── unary=25_7.py │ │ ├── unary=25_8.py │ │ └── unary=25_9.py │ ├── unary=26 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=26_1.py │ │ ├── unary=26_10.py │ │ ├── unary=26_2.py │ │ ├── unary=26_3.py │ │ ├── unary=26_4.py │ │ ├── unary=26_5.py │ │ ├── unary=26_6.py │ │ ├── unary=26_7.py │ │ ├── unary=26_8.py │ │ └── unary=26_9.py │ ├── unary=27 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=27_1.py │ │ ├── unary=27_10.py │ │ ├── unary=27_2.py │ │ ├── unary=27_3.py │ │ ├── unary=27_4.py │ │ ├── unary=27_5.py │ │ ├── unary=27_6.py │ │ ├── unary=27_7.py │ │ ├── unary=27_8.py │ │ └── unary=27_9.py │ ├── unary=28 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=28_1.py │ │ ├── unary=28_10.py │ │ ├── unary=28_2.py │ │ ├── unary=28_3.py │ │ ├── unary=28_4.py │ │ ├── unary=28_5.py │ │ ├── unary=28_6.py │ │ ├── unary=28_7.py │ │ ├── unary=28_8.py │ │ └── unary=28_9.py │ ├── unary=29 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=29_1.py │ │ ├── unary=29_10.py │ │ ├── unary=29_2.py │ │ ├── unary=29_3.py │ │ ├── unary=29_4.py │ │ ├── unary=29_5.py │ │ ├── unary=29_6.py │ │ ├── unary=29_7.py │ │ ├── unary=29_8.py │ │ └── unary=29_9.py │ ├── unary=3 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=3_1.py │ │ ├── unary=3_10.py │ │ ├── unary=3_2.py │ │ ├── unary=3_3.py │ │ ├── unary=3_4.py │ │ ├── unary=3_5.py │ │ ├── unary=3_6.py │ │ ├── unary=3_7.py │ │ ├── unary=3_8.py │ │ └── unary=3_9.py │ ├── unary=4 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=4_1.py │ │ ├── unary=4_10.py │ │ ├── unary=4_2.py │ │ ├── unary=4_3.py │ │ ├── unary=4_4.py │ │ ├── unary=4_5.py │ │ ├── unary=4_6.py │ │ ├── unary=4_7.py │ │ ├── unary=4_8.py │ │ └── unary=4_9.py │ ├── unary=5 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=5_1.py │ │ ├── unary=5_10.py │ │ ├── unary=5_2.py │ │ ├── unary=5_3.py │ │ ├── unary=5_4.py │ │ ├── unary=5_5.py │ │ ├── unary=5_6.py │ │ ├── unary=5_7.py │ │ ├── unary=5_8.py │ │ └── unary=5_9.py │ ├── unary=6 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=6_1.py │ │ ├── unary=6_10.py │ │ ├── unary=6_2.py │ │ ├── unary=6_3.py │ │ ├── unary=6_4.py │ │ ├── unary=6_5.py │ │ ├── unary=6_6.py │ │ ├── unary=6_7.py │ │ ├── unary=6_8.py │ │ └── unary=6_9.py │ ├── unary=7 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=7_1.py │ │ ├── unary=7_10.py │ │ ├── unary=7_2.py │ │ ├── unary=7_3.py │ │ ├── unary=7_4.py │ │ ├── unary=7_5.py │ │ ├── unary=7_6.py │ │ ├── unary=7_7.py │ │ ├── unary=7_8.py │ │ └── unary=7_9.py │ ├── unary=8 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=8_1.py │ │ ├── unary=8_10.py │ │ ├── unary=8_2.py │ │ ├── unary=8_3.py │ │ ├── unary=8_4.py │ │ ├── unary=8_5.py │ │ ├── unary=8_6.py │ │ ├── unary=8_7.py │ │ ├── unary=8_8.py │ │ └── unary=8_9.py │ └── unary=9 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=9_1.py │ │ ├── unary=9_10.py │ │ ├── unary=9_2.py │ │ ├── unary=9_3.py │ │ ├── unary=9_4.py │ │ ├── unary=9_5.py │ │ ├── unary=9_6.py │ │ ├── unary=9_7.py │ │ ├── unary=9_8.py │ │ └── unary=9_9.py │ ├── step50-3shot │ ├── addmm │ │ ├── addmm_1.py │ │ ├── addmm_10.py │ │ ├── addmm_2.py │ │ ├── addmm_3.py │ │ ├── addmm_4.py │ │ ├── addmm_5.py │ │ ├── addmm_6.py │ │ ├── addmm_7.py │ │ ├── addmm_8.py │ │ ├── addmm_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── binary=0 │ │ ├── binary=0_1.py │ │ ├── binary=0_10.py │ │ ├── binary=0_2.py │ │ ├── binary=0_3.py │ │ ├── binary=0_4.py │ │ ├── binary=0_5.py │ │ ├── binary=0_6.py │ │ ├── binary=0_7.py │ │ ├── binary=0_8.py │ │ ├── binary=0_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── binary=10 │ │ ├── binary=10_1.py │ │ ├── binary=10_10.py │ │ ├── binary=10_2.py │ │ ├── binary=10_3.py │ │ ├── binary=10_4.py │ │ ├── binary=10_5.py │ │ ├── binary=10_6.py │ │ ├── binary=10_7.py │ │ ├── binary=10_8.py │ │ ├── binary=10_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── binary=2 │ │ ├── binary=2_1.py │ │ ├── binary=2_10.py │ │ ├── binary=2_2.py │ │ ├── binary=2_3.py │ │ ├── binary=2_4.py │ │ ├── binary=2_5.py │ │ ├── binary=2_6.py │ │ ├── binary=2_7.py │ │ ├── binary=2_8.py │ │ ├── binary=2_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── binary=4 │ │ ├── binary=4_1.py │ │ ├── binary=4_10.py │ │ ├── binary=4_2.py │ │ ├── binary=4_3.py │ │ ├── binary=4_4.py │ │ ├── binary=4_5.py │ │ ├── binary=4_6.py │ │ ├── binary=4_7.py │ │ ├── binary=4_8.py │ │ ├── binary=4_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── binary=6 │ │ ├── binary=6_1.py │ │ ├── binary=6_10.py │ │ ├── binary=6_2.py │ │ ├── binary=6_3.py │ │ ├── binary=6_4.py │ │ ├── binary=6_5.py │ │ ├── binary=6_6.py │ │ ├── binary=6_7.py │ │ ├── binary=6_8.py │ │ ├── binary=6_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── binary=8 │ │ ├── binary=8_1.py │ │ ├── binary=8_10.py │ │ ├── binary=8_2.py │ │ ├── binary=8_3.py │ │ ├── binary=8_4.py │ │ ├── binary=8_5.py │ │ ├── binary=8_6.py │ │ ├── binary=8_7.py │ │ ├── binary=8_8.py │ │ ├── binary=8_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── binary_unary=0 │ │ ├── binary_unary=0_1.py │ │ ├── binary_unary=0_10.py │ │ ├── binary_unary=0_2.py │ │ ├── binary_unary=0_3.py │ │ ├── binary_unary=0_4.py │ │ ├── binary_unary=0_5.py │ │ ├── binary_unary=0_6.py │ │ ├── binary_unary=0_7.py │ │ ├── binary_unary=0_8.py │ │ ├── binary_unary=0_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── binary_unary=10 │ │ ├── binary_unary=10_1.py │ │ ├── binary_unary=10_10.py │ │ ├── binary_unary=10_2.py │ │ ├── binary_unary=10_3.py │ │ ├── binary_unary=10_4.py │ │ ├── binary_unary=10_5.py │ │ ├── binary_unary=10_6.py │ │ ├── binary_unary=10_7.py │ │ ├── binary_unary=10_8.py │ │ ├── binary_unary=10_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── binary_unary=2 │ │ ├── binary_unary=2_1.py │ │ ├── binary_unary=2_10.py │ │ ├── binary_unary=2_2.py │ │ ├── binary_unary=2_3.py │ │ ├── binary_unary=2_4.py │ │ ├── binary_unary=2_5.py │ │ ├── binary_unary=2_6.py │ │ ├── binary_unary=2_7.py │ │ ├── binary_unary=2_8.py │ │ ├── binary_unary=2_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── binary_unary=4 │ │ ├── binary_unary=4_1.py │ │ ├── binary_unary=4_10.py │ │ ├── binary_unary=4_2.py │ │ ├── binary_unary=4_3.py │ │ ├── binary_unary=4_4.py │ │ ├── binary_unary=4_5.py │ │ ├── binary_unary=4_6.py │ │ ├── binary_unary=4_7.py │ │ ├── binary_unary=4_8.py │ │ ├── binary_unary=4_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── binary_unary=6 │ │ ├── binary_unary=6_1.py │ │ ├── binary_unary=6_10.py │ │ ├── binary_unary=6_2.py │ │ ├── binary_unary=6_3.py │ │ ├── binary_unary=6_4.py │ │ ├── binary_unary=6_5.py │ │ ├── binary_unary=6_6.py │ │ ├── binary_unary=6_7.py │ │ ├── binary_unary=6_8.py │ │ ├── binary_unary=6_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── binary_unary=8 │ │ ├── binary_unary=8_1.py │ │ ├── binary_unary=8_10.py │ │ ├── binary_unary=8_2.py │ │ ├── binary_unary=8_3.py │ │ ├── binary_unary=8_4.py │ │ ├── binary_unary=8_5.py │ │ ├── binary_unary=8_6.py │ │ ├── binary_unary=8_7.py │ │ ├── binary_unary=8_8.py │ │ ├── binary_unary=8_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── cat_addmm │ │ ├── cat_addmm_1.py │ │ ├── cat_addmm_10.py │ │ ├── cat_addmm_2.py │ │ ├── cat_addmm_3.py │ │ ├── cat_addmm_4.py │ │ ├── cat_addmm_5.py │ │ ├── cat_addmm_6.py │ │ ├── cat_addmm_7.py │ │ ├── cat_addmm_8.py │ │ ├── cat_addmm_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── cat_mm │ │ ├── cat_mm_1.py │ │ ├── cat_mm_10.py │ │ ├── cat_mm_2.py │ │ ├── cat_mm_3.py │ │ ├── cat_mm_4.py │ │ ├── cat_mm_5.py │ │ ├── cat_mm_6.py │ │ ├── cat_mm_7.py │ │ ├── cat_mm_8.py │ │ ├── cat_mm_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── cat_slice_cat │ │ ├── cat_slice_cat_1.py │ │ ├── cat_slice_cat_10.py │ │ ├── cat_slice_cat_2.py │ │ ├── cat_slice_cat_3.py │ │ ├── cat_slice_cat_4.py │ │ ├── cat_slice_cat_5.py │ │ ├── cat_slice_cat_6.py │ │ ├── cat_slice_cat_7.py │ │ ├── cat_slice_cat_8.py │ │ ├── cat_slice_cat_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── fuse_conv_bn │ │ ├── fuse_conv_bn_1.py │ │ ├── fuse_conv_bn_10.py │ │ ├── fuse_conv_bn_2.py │ │ ├── fuse_conv_bn_3.py │ │ ├── fuse_conv_bn_4.py │ │ ├── fuse_conv_bn_5.py │ │ ├── fuse_conv_bn_6.py │ │ ├── fuse_conv_bn_7.py │ │ ├── fuse_conv_bn_8.py │ │ ├── fuse_conv_bn_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── linear_permute_fusion │ │ ├── linear_permute_fusion_1.py │ │ ├── linear_permute_fusion_10.py │ │ ├── linear_permute_fusion_2.py │ │ ├── linear_permute_fusion_3.py │ │ ├── linear_permute_fusion_4.py │ │ ├── linear_permute_fusion_5.py │ │ ├── linear_permute_fusion_6.py │ │ ├── linear_permute_fusion_7.py │ │ ├── linear_permute_fusion_8.py │ │ ├── linear_permute_fusion_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── mm_plus_mm │ │ ├── mm_plus_mm_1.py │ │ ├── mm_plus_mm_10.py │ │ ├── mm_plus_mm_2.py │ │ ├── mm_plus_mm_3.py │ │ ├── mm_plus_mm_4.py │ │ ├── mm_plus_mm_5.py │ │ ├── mm_plus_mm_6.py │ │ ├── mm_plus_mm_7.py │ │ ├── mm_plus_mm_8.py │ │ ├── mm_plus_mm_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── outputs.json │ ├── permute_linear_fusion │ │ ├── permute_linear_fusion_1.py │ │ ├── permute_linear_fusion_10.py │ │ ├── permute_linear_fusion_2.py │ │ ├── permute_linear_fusion_3.py │ │ ├── permute_linear_fusion_4.py │ │ ├── permute_linear_fusion_5.py │ │ ├── permute_linear_fusion_6.py │ │ ├── permute_linear_fusion_7.py │ │ ├── permute_linear_fusion_8.py │ │ ├── permute_linear_fusion_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── permute_matmul_fusion │ │ ├── permute_matmul_fusion_1.py │ │ ├── permute_matmul_fusion_10.py │ │ ├── permute_matmul_fusion_2.py │ │ ├── permute_matmul_fusion_3.py │ │ ├── permute_matmul_fusion_4.py │ │ ├── permute_matmul_fusion_5.py │ │ ├── permute_matmul_fusion_6.py │ │ ├── permute_matmul_fusion_7.py │ │ ├── permute_matmul_fusion_8.py │ │ ├── permute_matmul_fusion_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── pointless_cumsum_replacement │ │ ├── pointless_cumsum_replacement_1.py │ │ ├── pointless_cumsum_replacement_10.py │ │ ├── pointless_cumsum_replacement_2.py │ │ ├── pointless_cumsum_replacement_3.py │ │ ├── pointless_cumsum_replacement_4.py │ │ ├── pointless_cumsum_replacement_5.py │ │ ├── pointless_cumsum_replacement_6.py │ │ ├── pointless_cumsum_replacement_7.py │ │ ├── pointless_cumsum_replacement_8.py │ │ ├── pointless_cumsum_replacement_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── replace_fx │ │ ├── prompt.txt │ │ ├── replace_fx_1.py │ │ ├── replace_fx_10.py │ │ ├── replace_fx_2.py │ │ ├── replace_fx_3.py │ │ ├── replace_fx_4.py │ │ ├── replace_fx_5.py │ │ ├── replace_fx_6.py │ │ ├── replace_fx_7.py │ │ ├── replace_fx_8.py │ │ ├── replace_fx_9.py │ │ └── time.txt │ ├── sfdp=0 │ │ ├── prompt.txt │ │ ├── sfdp=0_1.py │ │ ├── sfdp=0_10.py │ │ ├── sfdp=0_2.py │ │ ├── sfdp=0_3.py │ │ ├── sfdp=0_4.py │ │ ├── sfdp=0_5.py │ │ ├── sfdp=0_6.py │ │ ├── sfdp=0_7.py │ │ ├── sfdp=0_8.py │ │ ├── sfdp=0_9.py │ │ └── time.txt │ ├── sfdp=1 │ │ ├── prompt.txt │ │ ├── sfdp=1_1.py │ │ ├── sfdp=1_10.py │ │ ├── sfdp=1_2.py │ │ ├── sfdp=1_3.py │ │ ├── sfdp=1_4.py │ │ ├── sfdp=1_5.py │ │ ├── sfdp=1_6.py │ │ ├── sfdp=1_7.py │ │ ├── sfdp=1_8.py │ │ ├── sfdp=1_9.py │ │ └── time.txt │ ├── sfdp=2 │ │ ├── prompt.txt │ │ ├── sfdp=2_1.py │ │ ├── sfdp=2_10.py │ │ ├── sfdp=2_2.py │ │ ├── sfdp=2_3.py │ │ ├── sfdp=2_4.py │ │ ├── sfdp=2_5.py │ │ ├── sfdp=2_6.py │ │ ├── sfdp=2_7.py │ │ ├── sfdp=2_8.py │ │ ├── sfdp=2_9.py │ │ └── time.txt │ ├── sfdp=3 │ │ ├── prompt.txt │ │ ├── sfdp=3_1.py │ │ ├── sfdp=3_10.py │ │ ├── sfdp=3_2.py │ │ ├── sfdp=3_3.py │ │ ├── sfdp=3_4.py │ │ ├── sfdp=3_5.py │ │ ├── sfdp=3_6.py │ │ ├── sfdp=3_7.py │ │ ├── sfdp=3_8.py │ │ ├── sfdp=3_9.py │ │ └── time.txt │ ├── sfdp=4 │ │ ├── prompt.txt │ │ ├── sfdp=4_1.py │ │ ├── sfdp=4_10.py │ │ ├── sfdp=4_2.py │ │ ├── sfdp=4_3.py │ │ ├── sfdp=4_4.py │ │ ├── sfdp=4_5.py │ │ ├── sfdp=4_6.py │ │ ├── sfdp=4_7.py │ │ ├── sfdp=4_8.py │ │ ├── sfdp=4_9.py │ │ └── time.txt │ ├── sfdp=5 │ │ ├── prompt.txt │ │ ├── sfdp=5_1.py │ │ ├── sfdp=5_10.py │ │ ├── sfdp=5_2.py │ │ ├── sfdp=5_3.py │ │ ├── sfdp=5_4.py │ │ ├── sfdp=5_5.py │ │ ├── sfdp=5_6.py │ │ ├── sfdp=5_7.py │ │ ├── sfdp=5_8.py │ │ ├── sfdp=5_9.py │ │ └── time.txt │ ├── sink_cat_after_pointwise │ │ ├── prompt.txt │ │ ├── sink_cat_after_pointwise_1.py │ │ ├── sink_cat_after_pointwise_10.py │ │ ├── sink_cat_after_pointwise_2.py │ │ ├── sink_cat_after_pointwise_3.py │ │ ├── sink_cat_after_pointwise_4.py │ │ ├── sink_cat_after_pointwise_5.py │ │ ├── sink_cat_after_pointwise_6.py │ │ ├── sink_cat_after_pointwise_7.py │ │ ├── sink_cat_after_pointwise_8.py │ │ ├── sink_cat_after_pointwise_9.py │ │ └── time.txt │ ├── splitwithsizes_cat_replace │ │ ├── prompt.txt │ │ ├── splitwithsizes_cat_replace_1.py │ │ ├── splitwithsizes_cat_replace_10.py │ │ ├── splitwithsizes_cat_replace_2.py │ │ ├── splitwithsizes_cat_replace_3.py │ │ ├── splitwithsizes_cat_replace_4.py │ │ ├── splitwithsizes_cat_replace_5.py │ │ ├── splitwithsizes_cat_replace_6.py │ │ ├── splitwithsizes_cat_replace_7.py │ │ ├── splitwithsizes_cat_replace_8.py │ │ ├── splitwithsizes_cat_replace_9.py │ │ └── time.txt │ ├── unary=0 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=0_1.py │ │ ├── unary=0_10.py │ │ ├── unary=0_2.py │ │ ├── unary=0_3.py │ │ ├── unary=0_4.py │ │ ├── unary=0_5.py │ │ ├── unary=0_6.py │ │ ├── unary=0_7.py │ │ ├── unary=0_8.py │ │ └── unary=0_9.py │ ├── unary=1 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=1_1.py │ │ ├── unary=1_10.py │ │ ├── unary=1_2.py │ │ ├── unary=1_3.py │ │ ├── unary=1_4.py │ │ ├── unary=1_5.py │ │ ├── unary=1_6.py │ │ ├── unary=1_7.py │ │ ├── unary=1_8.py │ │ └── unary=1_9.py │ ├── unary=10 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=10_1.py │ │ ├── unary=10_10.py │ │ ├── unary=10_2.py │ │ ├── unary=10_3.py │ │ ├── unary=10_4.py │ │ ├── unary=10_5.py │ │ ├── unary=10_6.py │ │ ├── unary=10_7.py │ │ ├── unary=10_8.py │ │ └── unary=10_9.py │ ├── unary=11 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=11_1.py │ │ ├── unary=11_10.py │ │ ├── unary=11_2.py │ │ ├── unary=11_3.py │ │ ├── unary=11_4.py │ │ ├── unary=11_5.py │ │ ├── unary=11_6.py │ │ ├── unary=11_7.py │ │ ├── unary=11_8.py │ │ └── unary=11_9.py │ ├── unary=12 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=12_1.py │ │ ├── unary=12_10.py │ │ ├── unary=12_2.py │ │ ├── unary=12_3.py │ │ ├── unary=12_4.py │ │ ├── unary=12_5.py │ │ ├── unary=12_6.py │ │ ├── unary=12_7.py │ │ ├── unary=12_8.py │ │ └── unary=12_9.py │ ├── unary=13 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=13_1.py │ │ ├── unary=13_10.py │ │ ├── unary=13_2.py │ │ ├── unary=13_3.py │ │ ├── unary=13_4.py │ │ ├── unary=13_5.py │ │ ├── unary=13_6.py │ │ ├── unary=13_7.py │ │ ├── unary=13_8.py │ │ └── unary=13_9.py │ ├── unary=14 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=14_1.py │ │ ├── unary=14_10.py │ │ ├── unary=14_2.py │ │ ├── unary=14_3.py │ │ ├── unary=14_4.py │ │ ├── unary=14_5.py │ │ ├── unary=14_6.py │ │ ├── unary=14_7.py │ │ ├── unary=14_8.py │ │ └── unary=14_9.py │ ├── unary=15 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=15_1.py │ │ ├── unary=15_10.py │ │ ├── unary=15_2.py │ │ ├── unary=15_3.py │ │ ├── unary=15_4.py │ │ ├── unary=15_5.py │ │ ├── unary=15_6.py │ │ ├── unary=15_7.py │ │ ├── unary=15_8.py │ │ └── unary=15_9.py │ ├── unary=16 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=16_1.py │ │ ├── unary=16_10.py │ │ ├── unary=16_2.py │ │ ├── unary=16_3.py │ │ ├── unary=16_4.py │ │ ├── unary=16_5.py │ │ ├── unary=16_6.py │ │ ├── unary=16_7.py │ │ ├── unary=16_8.py │ │ └── unary=16_9.py │ ├── unary=17 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=17_1.py │ │ ├── unary=17_10.py │ │ ├── unary=17_2.py │ │ ├── unary=17_3.py │ │ ├── unary=17_4.py │ │ ├── unary=17_5.py │ │ ├── unary=17_6.py │ │ ├── unary=17_7.py │ │ ├── unary=17_8.py │ │ └── unary=17_9.py │ ├── unary=18 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=18_1.py │ │ ├── unary=18_10.py │ │ ├── unary=18_2.py │ │ ├── unary=18_3.py │ │ ├── unary=18_4.py │ │ ├── unary=18_5.py │ │ ├── unary=18_6.py │ │ ├── unary=18_7.py │ │ ├── unary=18_8.py │ │ └── unary=18_9.py │ ├── unary=19 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=19_1.py │ │ ├── unary=19_10.py │ │ ├── unary=19_2.py │ │ ├── unary=19_3.py │ │ ├── unary=19_4.py │ │ ├── unary=19_5.py │ │ ├── unary=19_6.py │ │ ├── unary=19_7.py │ │ ├── unary=19_8.py │ │ └── unary=19_9.py │ ├── unary=2 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=2_1.py │ │ ├── unary=2_10.py │ │ ├── unary=2_2.py │ │ ├── unary=2_3.py │ │ ├── unary=2_4.py │ │ ├── unary=2_5.py │ │ ├── unary=2_6.py │ │ ├── unary=2_7.py │ │ ├── unary=2_8.py │ │ └── unary=2_9.py │ ├── unary=20 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=20_1.py │ │ ├── unary=20_10.py │ │ ├── unary=20_2.py │ │ ├── unary=20_3.py │ │ ├── unary=20_4.py │ │ ├── unary=20_5.py │ │ ├── unary=20_6.py │ │ ├── unary=20_7.py │ │ ├── unary=20_8.py │ │ └── unary=20_9.py │ ├── unary=21 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=21_1.py │ │ ├── unary=21_10.py │ │ ├── unary=21_2.py │ │ ├── unary=21_3.py │ │ ├── unary=21_4.py │ │ ├── unary=21_5.py │ │ ├── unary=21_6.py │ │ ├── unary=21_7.py │ │ ├── unary=21_8.py │ │ └── unary=21_9.py │ ├── unary=22 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=22_1.py │ │ ├── unary=22_10.py │ │ ├── unary=22_2.py │ │ ├── unary=22_3.py │ │ ├── unary=22_4.py │ │ ├── unary=22_5.py │ │ ├── unary=22_6.py │ │ ├── unary=22_7.py │ │ ├── unary=22_8.py │ │ └── unary=22_9.py │ ├── unary=23 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=23_1.py │ │ ├── unary=23_10.py │ │ ├── unary=23_2.py │ │ ├── unary=23_3.py │ │ ├── unary=23_4.py │ │ ├── unary=23_5.py │ │ ├── unary=23_6.py │ │ ├── unary=23_7.py │ │ ├── unary=23_8.py │ │ └── unary=23_9.py │ ├── unary=24 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=24_1.py │ │ ├── unary=24_10.py │ │ ├── unary=24_2.py │ │ ├── unary=24_3.py │ │ ├── unary=24_4.py │ │ ├── unary=24_5.py │ │ ├── unary=24_6.py │ │ ├── unary=24_7.py │ │ ├── unary=24_8.py │ │ └── unary=24_9.py │ ├── unary=25 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=25_1.py │ │ ├── unary=25_10.py │ │ ├── unary=25_2.py │ │ ├── unary=25_3.py │ │ ├── unary=25_4.py │ │ ├── unary=25_5.py │ │ ├── unary=25_6.py │ │ ├── unary=25_7.py │ │ ├── unary=25_8.py │ │ └── unary=25_9.py │ ├── unary=26 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=26_1.py │ │ ├── unary=26_10.py │ │ ├── unary=26_2.py │ │ ├── unary=26_3.py │ │ ├── unary=26_4.py │ │ ├── unary=26_5.py │ │ ├── unary=26_6.py │ │ ├── unary=26_7.py │ │ ├── unary=26_8.py │ │ └── unary=26_9.py │ ├── unary=27 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=27_1.py │ │ ├── unary=27_10.py │ │ ├── unary=27_2.py │ │ ├── unary=27_3.py │ │ ├── unary=27_4.py │ │ ├── unary=27_5.py │ │ ├── unary=27_6.py │ │ ├── unary=27_7.py │ │ ├── unary=27_8.py │ │ └── unary=27_9.py │ ├── unary=28 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=28_1.py │ │ ├── unary=28_10.py │ │ ├── unary=28_2.py │ │ ├── unary=28_3.py │ │ ├── unary=28_4.py │ │ ├── unary=28_5.py │ │ ├── unary=28_6.py │ │ ├── unary=28_7.py │ │ ├── unary=28_8.py │ │ └── unary=28_9.py │ ├── unary=29 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=29_1.py │ │ ├── unary=29_10.py │ │ ├── unary=29_2.py │ │ ├── unary=29_3.py │ │ ├── unary=29_4.py │ │ ├── unary=29_5.py │ │ ├── unary=29_6.py │ │ ├── unary=29_7.py │ │ ├── unary=29_8.py │ │ └── unary=29_9.py │ ├── unary=3 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=3_1.py │ │ ├── unary=3_10.py │ │ ├── unary=3_2.py │ │ ├── unary=3_3.py │ │ ├── unary=3_4.py │ │ ├── unary=3_5.py │ │ ├── unary=3_6.py │ │ ├── unary=3_7.py │ │ ├── unary=3_8.py │ │ └── unary=3_9.py │ ├── unary=4 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=4_1.py │ │ ├── unary=4_10.py │ │ ├── unary=4_2.py │ │ ├── unary=4_3.py │ │ ├── unary=4_4.py │ │ ├── unary=4_5.py │ │ ├── unary=4_6.py │ │ ├── unary=4_7.py │ │ ├── unary=4_8.py │ │ └── unary=4_9.py │ ├── unary=5 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=5_1.py │ │ ├── unary=5_10.py │ │ ├── unary=5_2.py │ │ ├── unary=5_3.py │ │ ├── unary=5_4.py │ │ ├── unary=5_5.py │ │ ├── unary=5_6.py │ │ ├── unary=5_7.py │ │ ├── unary=5_8.py │ │ └── unary=5_9.py │ ├── unary=6 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=6_1.py │ │ ├── unary=6_10.py │ │ ├── unary=6_2.py │ │ ├── unary=6_3.py │ │ ├── unary=6_4.py │ │ ├── unary=6_5.py │ │ ├── unary=6_6.py │ │ ├── unary=6_7.py │ │ ├── unary=6_8.py │ │ └── unary=6_9.py │ ├── unary=7 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=7_1.py │ │ ├── unary=7_10.py │ │ ├── unary=7_2.py │ │ ├── unary=7_3.py │ │ ├── unary=7_4.py │ │ ├── unary=7_5.py │ │ ├── unary=7_6.py │ │ ├── unary=7_7.py │ │ ├── unary=7_8.py │ │ └── unary=7_9.py │ ├── unary=8 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=8_1.py │ │ ├── unary=8_10.py │ │ ├── unary=8_2.py │ │ ├── unary=8_3.py │ │ ├── unary=8_4.py │ │ ├── unary=8_5.py │ │ ├── unary=8_6.py │ │ ├── unary=8_7.py │ │ ├── unary=8_8.py │ │ └── unary=8_9.py │ └── unary=9 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=9_1.py │ │ ├── unary=9_10.py │ │ ├── unary=9_2.py │ │ ├── unary=9_3.py │ │ ├── unary=9_4.py │ │ ├── unary=9_5.py │ │ ├── unary=9_6.py │ │ ├── unary=9_7.py │ │ ├── unary=9_8.py │ │ └── unary=9_9.py │ ├── step51-3shot │ ├── addmm │ │ ├── addmm_1.py │ │ ├── addmm_10.py │ │ ├── addmm_2.py │ │ ├── addmm_3.py │ │ ├── addmm_4.py │ │ ├── addmm_5.py │ │ ├── addmm_6.py │ │ ├── addmm_7.py │ │ ├── addmm_8.py │ │ ├── addmm_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── binary=0 │ │ ├── binary=0_1.py │ │ ├── binary=0_10.py │ │ ├── binary=0_2.py │ │ ├── binary=0_3.py │ │ ├── binary=0_4.py │ │ ├── binary=0_5.py │ │ ├── binary=0_6.py │ │ ├── binary=0_7.py │ │ ├── binary=0_8.py │ │ ├── binary=0_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── binary=10 │ │ ├── binary=10_1.py │ │ ├── binary=10_10.py │ │ ├── binary=10_2.py │ │ ├── binary=10_3.py │ │ ├── binary=10_4.py │ │ ├── binary=10_5.py │ │ ├── binary=10_6.py │ │ ├── binary=10_7.py │ │ ├── binary=10_8.py │ │ ├── binary=10_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── binary=2 │ │ ├── binary=2_1.py │ │ ├── binary=2_10.py │ │ ├── binary=2_2.py │ │ ├── binary=2_3.py │ │ ├── binary=2_4.py │ │ ├── binary=2_5.py │ │ ├── binary=2_6.py │ │ ├── binary=2_7.py │ │ ├── binary=2_8.py │ │ ├── binary=2_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── binary=4 │ │ ├── binary=4_1.py │ │ ├── binary=4_10.py │ │ ├── binary=4_2.py │ │ ├── binary=4_3.py │ │ ├── binary=4_4.py │ │ ├── binary=4_5.py │ │ ├── binary=4_6.py │ │ ├── binary=4_7.py │ │ ├── binary=4_8.py │ │ ├── binary=4_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── binary=6 │ │ ├── binary=6_1.py │ │ ├── binary=6_10.py │ │ ├── binary=6_2.py │ │ ├── binary=6_3.py │ │ ├── binary=6_4.py │ │ ├── binary=6_5.py │ │ ├── binary=6_6.py │ │ ├── binary=6_7.py │ │ ├── binary=6_8.py │ │ ├── binary=6_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── binary=8 │ │ ├── binary=8_1.py │ │ ├── binary=8_10.py │ │ ├── binary=8_2.py │ │ ├── binary=8_3.py │ │ ├── binary=8_4.py │ │ ├── binary=8_5.py │ │ ├── binary=8_6.py │ │ ├── binary=8_7.py │ │ ├── binary=8_8.py │ │ ├── binary=8_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── binary_unary=0 │ │ ├── binary_unary=0_1.py │ │ ├── binary_unary=0_10.py │ │ ├── binary_unary=0_2.py │ │ ├── binary_unary=0_3.py │ │ ├── binary_unary=0_4.py │ │ ├── binary_unary=0_5.py │ │ ├── binary_unary=0_6.py │ │ ├── binary_unary=0_7.py │ │ ├── binary_unary=0_8.py │ │ ├── binary_unary=0_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── binary_unary=10 │ │ ├── binary_unary=10_1.py │ │ ├── binary_unary=10_10.py │ │ ├── binary_unary=10_2.py │ │ ├── binary_unary=10_3.py │ │ ├── binary_unary=10_4.py │ │ ├── binary_unary=10_5.py │ │ ├── binary_unary=10_6.py │ │ ├── binary_unary=10_7.py │ │ ├── binary_unary=10_8.py │ │ ├── binary_unary=10_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── binary_unary=2 │ │ ├── binary_unary=2_1.py │ │ ├── binary_unary=2_10.py │ │ ├── binary_unary=2_2.py │ │ ├── binary_unary=2_3.py │ │ ├── binary_unary=2_4.py │ │ ├── binary_unary=2_5.py │ │ ├── binary_unary=2_6.py │ │ ├── binary_unary=2_7.py │ │ ├── binary_unary=2_8.py │ │ ├── binary_unary=2_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── binary_unary=4 │ │ ├── binary_unary=4_1.py │ │ ├── binary_unary=4_10.py │ │ ├── binary_unary=4_2.py │ │ ├── binary_unary=4_3.py │ │ ├── binary_unary=4_4.py │ │ ├── binary_unary=4_5.py │ │ ├── binary_unary=4_6.py │ │ ├── binary_unary=4_7.py │ │ ├── binary_unary=4_8.py │ │ ├── binary_unary=4_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── binary_unary=6 │ │ ├── binary_unary=6_1.py │ │ ├── binary_unary=6_10.py │ │ ├── binary_unary=6_2.py │ │ ├── binary_unary=6_3.py │ │ ├── binary_unary=6_4.py │ │ ├── binary_unary=6_5.py │ │ ├── binary_unary=6_6.py │ │ ├── binary_unary=6_7.py │ │ ├── binary_unary=6_8.py │ │ ├── binary_unary=6_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── binary_unary=8 │ │ ├── binary_unary=8_1.py │ │ ├── binary_unary=8_10.py │ │ ├── binary_unary=8_2.py │ │ ├── binary_unary=8_3.py │ │ ├── binary_unary=8_4.py │ │ ├── binary_unary=8_5.py │ │ ├── binary_unary=8_6.py │ │ ├── binary_unary=8_7.py │ │ ├── binary_unary=8_8.py │ │ ├── binary_unary=8_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── cat_addmm │ │ ├── cat_addmm_1.py │ │ ├── cat_addmm_10.py │ │ ├── cat_addmm_2.py │ │ ├── cat_addmm_3.py │ │ ├── cat_addmm_4.py │ │ ├── cat_addmm_5.py │ │ ├── cat_addmm_6.py │ │ ├── cat_addmm_7.py │ │ ├── cat_addmm_8.py │ │ ├── cat_addmm_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── cat_mm │ │ ├── cat_mm_1.py │ │ ├── cat_mm_10.py │ │ ├── cat_mm_2.py │ │ ├── cat_mm_3.py │ │ ├── cat_mm_4.py │ │ ├── cat_mm_5.py │ │ ├── cat_mm_6.py │ │ ├── cat_mm_7.py │ │ ├── cat_mm_8.py │ │ ├── cat_mm_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── cat_slice_cat │ │ ├── cat_slice_cat_1.py │ │ ├── cat_slice_cat_10.py │ │ ├── cat_slice_cat_2.py │ │ ├── cat_slice_cat_3.py │ │ ├── cat_slice_cat_4.py │ │ ├── cat_slice_cat_5.py │ │ ├── cat_slice_cat_6.py │ │ ├── cat_slice_cat_7.py │ │ ├── cat_slice_cat_8.py │ │ ├── cat_slice_cat_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── fuse_conv_bn │ │ ├── fuse_conv_bn_1.py │ │ ├── fuse_conv_bn_10.py │ │ ├── fuse_conv_bn_2.py │ │ ├── fuse_conv_bn_3.py │ │ ├── fuse_conv_bn_4.py │ │ ├── fuse_conv_bn_5.py │ │ ├── fuse_conv_bn_6.py │ │ ├── fuse_conv_bn_7.py │ │ ├── fuse_conv_bn_8.py │ │ ├── fuse_conv_bn_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── linear_permute_fusion │ │ ├── linear_permute_fusion_1.py │ │ ├── linear_permute_fusion_10.py │ │ ├── linear_permute_fusion_2.py │ │ ├── linear_permute_fusion_3.py │ │ ├── linear_permute_fusion_4.py │ │ ├── linear_permute_fusion_5.py │ │ ├── linear_permute_fusion_6.py │ │ ├── linear_permute_fusion_7.py │ │ ├── linear_permute_fusion_8.py │ │ ├── linear_permute_fusion_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── mm_plus_mm │ │ ├── mm_plus_mm_1.py │ │ ├── mm_plus_mm_10.py │ │ ├── mm_plus_mm_2.py │ │ ├── mm_plus_mm_3.py │ │ ├── mm_plus_mm_4.py │ │ ├── mm_plus_mm_5.py │ │ ├── mm_plus_mm_6.py │ │ ├── mm_plus_mm_7.py │ │ ├── mm_plus_mm_8.py │ │ ├── mm_plus_mm_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── outputs.json │ ├── permute_linear_fusion │ │ ├── permute_linear_fusion_1.py │ │ ├── permute_linear_fusion_10.py │ │ ├── permute_linear_fusion_2.py │ │ ├── permute_linear_fusion_3.py │ │ ├── permute_linear_fusion_4.py │ │ ├── permute_linear_fusion_5.py │ │ ├── permute_linear_fusion_6.py │ │ ├── permute_linear_fusion_7.py │ │ ├── permute_linear_fusion_8.py │ │ ├── permute_linear_fusion_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── permute_matmul_fusion │ │ ├── permute_matmul_fusion_1.py │ │ ├── permute_matmul_fusion_10.py │ │ ├── permute_matmul_fusion_2.py │ │ ├── permute_matmul_fusion_3.py │ │ ├── permute_matmul_fusion_4.py │ │ ├── permute_matmul_fusion_5.py │ │ ├── permute_matmul_fusion_6.py │ │ ├── permute_matmul_fusion_7.py │ │ ├── permute_matmul_fusion_8.py │ │ ├── permute_matmul_fusion_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── pointless_cumsum_replacement │ │ ├── pointless_cumsum_replacement_1.py │ │ ├── pointless_cumsum_replacement_10.py │ │ ├── pointless_cumsum_replacement_2.py │ │ ├── pointless_cumsum_replacement_3.py │ │ ├── pointless_cumsum_replacement_4.py │ │ ├── pointless_cumsum_replacement_5.py │ │ ├── pointless_cumsum_replacement_6.py │ │ ├── pointless_cumsum_replacement_7.py │ │ ├── pointless_cumsum_replacement_8.py │ │ ├── pointless_cumsum_replacement_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── replace_fx │ │ ├── prompt.txt │ │ ├── replace_fx_1.py │ │ ├── replace_fx_10.py │ │ ├── replace_fx_2.py │ │ ├── replace_fx_3.py │ │ ├── replace_fx_4.py │ │ ├── replace_fx_5.py │ │ ├── replace_fx_6.py │ │ ├── replace_fx_7.py │ │ ├── replace_fx_8.py │ │ ├── replace_fx_9.py │ │ └── time.txt │ ├── sfdp=0 │ │ ├── prompt.txt │ │ ├── sfdp=0_1.py │ │ ├── sfdp=0_10.py │ │ ├── sfdp=0_2.py │ │ ├── sfdp=0_3.py │ │ ├── sfdp=0_4.py │ │ ├── sfdp=0_5.py │ │ ├── sfdp=0_6.py │ │ ├── sfdp=0_7.py │ │ ├── sfdp=0_8.py │ │ ├── sfdp=0_9.py │ │ └── time.txt │ ├── sfdp=1 │ │ ├── prompt.txt │ │ ├── sfdp=1_1.py │ │ ├── sfdp=1_10.py │ │ ├── sfdp=1_2.py │ │ ├── sfdp=1_3.py │ │ ├── sfdp=1_4.py │ │ ├── sfdp=1_5.py │ │ ├── sfdp=1_6.py │ │ ├── sfdp=1_7.py │ │ ├── sfdp=1_8.py │ │ ├── sfdp=1_9.py │ │ └── time.txt │ ├── sfdp=2 │ │ ├── prompt.txt │ │ ├── sfdp=2_1.py │ │ ├── sfdp=2_10.py │ │ ├── sfdp=2_2.py │ │ ├── sfdp=2_3.py │ │ ├── sfdp=2_4.py │ │ ├── sfdp=2_5.py │ │ ├── sfdp=2_6.py │ │ ├── sfdp=2_7.py │ │ ├── sfdp=2_8.py │ │ ├── sfdp=2_9.py │ │ └── time.txt │ ├── sfdp=3 │ │ ├── prompt.txt │ │ ├── sfdp=3_1.py │ │ ├── sfdp=3_10.py │ │ ├── sfdp=3_2.py │ │ ├── sfdp=3_3.py │ │ ├── sfdp=3_4.py │ │ ├── sfdp=3_5.py │ │ ├── sfdp=3_6.py │ │ ├── sfdp=3_7.py │ │ ├── sfdp=3_8.py │ │ ├── sfdp=3_9.py │ │ └── time.txt │ ├── sfdp=4 │ │ ├── prompt.txt │ │ ├── sfdp=4_1.py │ │ ├── sfdp=4_10.py │ │ ├── sfdp=4_2.py │ │ ├── sfdp=4_3.py │ │ ├── sfdp=4_4.py │ │ ├── sfdp=4_5.py │ │ ├── sfdp=4_6.py │ │ ├── sfdp=4_7.py │ │ ├── sfdp=4_8.py │ │ ├── sfdp=4_9.py │ │ └── time.txt │ ├── sfdp=5 │ │ ├── prompt.txt │ │ ├── sfdp=5_1.py │ │ ├── sfdp=5_10.py │ │ ├── sfdp=5_2.py │ │ ├── sfdp=5_3.py │ │ ├── sfdp=5_4.py │ │ ├── sfdp=5_5.py │ │ ├── sfdp=5_6.py │ │ ├── sfdp=5_7.py │ │ ├── sfdp=5_8.py │ │ ├── sfdp=5_9.py │ │ └── time.txt │ ├── sink_cat_after_pointwise │ │ ├── prompt.txt │ │ ├── sink_cat_after_pointwise_1.py │ │ ├── sink_cat_after_pointwise_10.py │ │ ├── sink_cat_after_pointwise_2.py │ │ ├── sink_cat_after_pointwise_3.py │ │ ├── sink_cat_after_pointwise_4.py │ │ ├── sink_cat_after_pointwise_5.py │ │ ├── sink_cat_after_pointwise_6.py │ │ ├── sink_cat_after_pointwise_7.py │ │ ├── sink_cat_after_pointwise_8.py │ │ ├── sink_cat_after_pointwise_9.py │ │ └── time.txt │ ├── splitwithsizes_cat_replace │ │ ├── prompt.txt │ │ ├── splitwithsizes_cat_replace_1.py │ │ ├── splitwithsizes_cat_replace_10.py │ │ ├── splitwithsizes_cat_replace_2.py │ │ ├── splitwithsizes_cat_replace_3.py │ │ ├── splitwithsizes_cat_replace_4.py │ │ ├── splitwithsizes_cat_replace_5.py │ │ ├── splitwithsizes_cat_replace_6.py │ │ ├── splitwithsizes_cat_replace_7.py │ │ ├── splitwithsizes_cat_replace_8.py │ │ ├── splitwithsizes_cat_replace_9.py │ │ └── time.txt │ ├── unary=0 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=0_1.py │ │ ├── unary=0_10.py │ │ ├── unary=0_2.py │ │ ├── unary=0_3.py │ │ ├── unary=0_4.py │ │ ├── unary=0_5.py │ │ ├── unary=0_6.py │ │ ├── unary=0_7.py │ │ ├── unary=0_8.py │ │ └── unary=0_9.py │ ├── unary=1 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=1_1.py │ │ ├── unary=1_10.py │ │ ├── unary=1_2.py │ │ ├── unary=1_3.py │ │ ├── unary=1_4.py │ │ ├── unary=1_5.py │ │ ├── unary=1_6.py │ │ ├── unary=1_7.py │ │ ├── unary=1_8.py │ │ └── unary=1_9.py │ ├── unary=10 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=10_1.py │ │ ├── unary=10_10.py │ │ ├── unary=10_2.py │ │ ├── unary=10_3.py │ │ ├── unary=10_4.py │ │ ├── unary=10_5.py │ │ ├── unary=10_6.py │ │ ├── unary=10_7.py │ │ ├── unary=10_8.py │ │ └── unary=10_9.py │ ├── unary=11 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=11_1.py │ │ ├── unary=11_10.py │ │ ├── unary=11_2.py │ │ ├── unary=11_3.py │ │ ├── unary=11_4.py │ │ ├── unary=11_5.py │ │ ├── unary=11_6.py │ │ ├── unary=11_7.py │ │ ├── unary=11_8.py │ │ └── unary=11_9.py │ ├── unary=12 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=12_1.py │ │ ├── unary=12_10.py │ │ ├── unary=12_2.py │ │ ├── unary=12_3.py │ │ ├── unary=12_4.py │ │ ├── unary=12_5.py │ │ ├── unary=12_6.py │ │ ├── unary=12_7.py │ │ ├── unary=12_8.py │ │ └── unary=12_9.py │ ├── unary=13 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=13_1.py │ │ ├── unary=13_10.py │ │ ├── unary=13_2.py │ │ ├── unary=13_3.py │ │ ├── unary=13_4.py │ │ ├── unary=13_5.py │ │ ├── unary=13_6.py │ │ ├── unary=13_7.py │ │ ├── unary=13_8.py │ │ └── unary=13_9.py │ ├── unary=14 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=14_1.py │ │ ├── unary=14_10.py │ │ ├── unary=14_2.py │ │ ├── unary=14_3.py │ │ ├── unary=14_4.py │ │ ├── unary=14_5.py │ │ ├── unary=14_6.py │ │ ├── unary=14_7.py │ │ ├── unary=14_8.py │ │ └── unary=14_9.py │ ├── unary=15 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=15_1.py │ │ ├── unary=15_10.py │ │ ├── unary=15_2.py │ │ ├── unary=15_3.py │ │ ├── unary=15_4.py │ │ ├── unary=15_5.py │ │ ├── unary=15_6.py │ │ ├── unary=15_7.py │ │ ├── unary=15_8.py │ │ └── unary=15_9.py │ ├── unary=16 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=16_1.py │ │ ├── unary=16_10.py │ │ ├── unary=16_2.py │ │ ├── unary=16_3.py │ │ ├── unary=16_4.py │ │ ├── unary=16_5.py │ │ ├── unary=16_6.py │ │ ├── unary=16_7.py │ │ ├── unary=16_8.py │ │ └── unary=16_9.py │ ├── unary=17 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=17_1.py │ │ ├── unary=17_10.py │ │ ├── unary=17_2.py │ │ ├── unary=17_3.py │ │ ├── unary=17_4.py │ │ ├── unary=17_5.py │ │ ├── unary=17_6.py │ │ ├── unary=17_7.py │ │ ├── unary=17_8.py │ │ └── unary=17_9.py │ ├── unary=18 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=18_1.py │ │ ├── unary=18_10.py │ │ ├── unary=18_2.py │ │ ├── unary=18_3.py │ │ ├── unary=18_4.py │ │ ├── unary=18_5.py │ │ ├── unary=18_6.py │ │ ├── unary=18_7.py │ │ ├── unary=18_8.py │ │ └── unary=18_9.py │ ├── unary=19 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=19_1.py │ │ ├── unary=19_10.py │ │ ├── unary=19_2.py │ │ ├── unary=19_3.py │ │ ├── unary=19_4.py │ │ ├── unary=19_5.py │ │ ├── unary=19_6.py │ │ ├── unary=19_7.py │ │ ├── unary=19_8.py │ │ └── unary=19_9.py │ ├── unary=2 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=2_1.py │ │ ├── unary=2_10.py │ │ ├── unary=2_2.py │ │ ├── unary=2_3.py │ │ ├── unary=2_4.py │ │ ├── unary=2_5.py │ │ ├── unary=2_6.py │ │ ├── unary=2_7.py │ │ ├── unary=2_8.py │ │ └── unary=2_9.py │ ├── unary=20 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=20_1.py │ │ ├── unary=20_10.py │ │ ├── unary=20_2.py │ │ ├── unary=20_3.py │ │ ├── unary=20_4.py │ │ ├── unary=20_5.py │ │ ├── unary=20_6.py │ │ ├── unary=20_7.py │ │ ├── unary=20_8.py │ │ └── unary=20_9.py │ ├── unary=21 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=21_1.py │ │ ├── unary=21_10.py │ │ ├── unary=21_2.py │ │ ├── unary=21_3.py │ │ ├── unary=21_4.py │ │ ├── unary=21_5.py │ │ ├── unary=21_6.py │ │ ├── unary=21_7.py │ │ ├── unary=21_8.py │ │ └── unary=21_9.py │ ├── unary=22 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=22_1.py │ │ ├── unary=22_10.py │ │ ├── unary=22_2.py │ │ ├── unary=22_3.py │ │ ├── unary=22_4.py │ │ ├── unary=22_5.py │ │ ├── unary=22_6.py │ │ ├── unary=22_7.py │ │ ├── unary=22_8.py │ │ └── unary=22_9.py │ ├── unary=23 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=23_1.py │ │ ├── unary=23_10.py │ │ ├── unary=23_2.py │ │ ├── unary=23_3.py │ │ ├── unary=23_4.py │ │ ├── unary=23_5.py │ │ ├── unary=23_6.py │ │ ├── unary=23_7.py │ │ ├── unary=23_8.py │ │ └── unary=23_9.py │ ├── unary=24 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=24_1.py │ │ ├── unary=24_10.py │ │ ├── unary=24_2.py │ │ ├── unary=24_3.py │ │ ├── unary=24_4.py │ │ ├── unary=24_5.py │ │ ├── unary=24_6.py │ │ ├── unary=24_7.py │ │ ├── unary=24_8.py │ │ └── unary=24_9.py │ ├── unary=25 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=25_1.py │ │ ├── unary=25_10.py │ │ ├── unary=25_2.py │ │ ├── unary=25_3.py │ │ ├── unary=25_4.py │ │ ├── unary=25_5.py │ │ ├── unary=25_6.py │ │ ├── unary=25_7.py │ │ ├── unary=25_8.py │ │ └── unary=25_9.py │ ├── unary=26 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=26_1.py │ │ ├── unary=26_10.py │ │ ├── unary=26_2.py │ │ ├── unary=26_3.py │ │ ├── unary=26_4.py │ │ ├── unary=26_5.py │ │ ├── unary=26_6.py │ │ ├── unary=26_7.py │ │ ├── unary=26_8.py │ │ └── unary=26_9.py │ ├── unary=27 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=27_1.py │ │ ├── unary=27_10.py │ │ ├── unary=27_2.py │ │ ├── unary=27_3.py │ │ ├── unary=27_4.py │ │ ├── unary=27_5.py │ │ ├── unary=27_6.py │ │ ├── unary=27_7.py │ │ ├── unary=27_8.py │ │ └── unary=27_9.py │ ├── unary=28 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=28_1.py │ │ ├── unary=28_10.py │ │ ├── unary=28_2.py │ │ ├── unary=28_3.py │ │ ├── unary=28_4.py │ │ ├── unary=28_5.py │ │ ├── unary=28_6.py │ │ ├── unary=28_7.py │ │ ├── unary=28_8.py │ │ └── unary=28_9.py │ ├── unary=29 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=29_1.py │ │ ├── unary=29_10.py │ │ ├── unary=29_2.py │ │ ├── unary=29_3.py │ │ ├── unary=29_4.py │ │ ├── unary=29_5.py │ │ ├── unary=29_6.py │ │ ├── unary=29_7.py │ │ ├── unary=29_8.py │ │ └── unary=29_9.py │ ├── unary=3 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=3_1.py │ │ ├── unary=3_10.py │ │ ├── unary=3_2.py │ │ ├── unary=3_3.py │ │ ├── unary=3_4.py │ │ ├── unary=3_5.py │ │ ├── unary=3_6.py │ │ ├── unary=3_7.py │ │ ├── unary=3_8.py │ │ └── unary=3_9.py │ ├── unary=4 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=4_1.py │ │ ├── unary=4_10.py │ │ ├── unary=4_2.py │ │ ├── unary=4_3.py │ │ ├── unary=4_4.py │ │ ├── unary=4_5.py │ │ ├── unary=4_6.py │ │ ├── unary=4_7.py │ │ ├── unary=4_8.py │ │ └── unary=4_9.py │ ├── unary=5 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=5_1.py │ │ ├── unary=5_10.py │ │ ├── unary=5_2.py │ │ ├── unary=5_3.py │ │ ├── unary=5_4.py │ │ ├── unary=5_5.py │ │ ├── unary=5_6.py │ │ ├── unary=5_7.py │ │ ├── unary=5_8.py │ │ └── unary=5_9.py │ ├── unary=6 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=6_1.py │ │ ├── unary=6_10.py │ │ ├── unary=6_2.py │ │ ├── unary=6_3.py │ │ ├── unary=6_4.py │ │ ├── unary=6_5.py │ │ ├── unary=6_6.py │ │ ├── unary=6_7.py │ │ ├── unary=6_8.py │ │ └── unary=6_9.py │ ├── unary=7 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=7_1.py │ │ ├── unary=7_10.py │ │ ├── unary=7_2.py │ │ ├── unary=7_3.py │ │ ├── unary=7_4.py │ │ ├── unary=7_5.py │ │ ├── unary=7_6.py │ │ ├── unary=7_7.py │ │ ├── unary=7_8.py │ │ └── unary=7_9.py │ ├── unary=8 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=8_1.py │ │ ├── unary=8_10.py │ │ ├── unary=8_2.py │ │ ├── unary=8_3.py │ │ ├── unary=8_4.py │ │ ├── unary=8_5.py │ │ ├── unary=8_6.py │ │ ├── unary=8_7.py │ │ ├── unary=8_8.py │ │ └── unary=8_9.py │ └── unary=9 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=9_1.py │ │ ├── unary=9_10.py │ │ ├── unary=9_2.py │ │ ├── unary=9_3.py │ │ ├── unary=9_4.py │ │ ├── unary=9_5.py │ │ ├── unary=9_6.py │ │ ├── unary=9_7.py │ │ ├── unary=9_8.py │ │ └── unary=9_9.py │ ├── step52-3shot │ ├── addmm │ │ ├── addmm_1.py │ │ ├── addmm_10.py │ │ ├── addmm_2.py │ │ ├── addmm_3.py │ │ ├── addmm_4.py │ │ ├── addmm_5.py │ │ ├── addmm_6.py │ │ ├── addmm_7.py │ │ ├── addmm_8.py │ │ ├── addmm_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── binary=0 │ │ ├── binary=0_1.py │ │ ├── binary=0_10.py │ │ ├── binary=0_2.py │ │ ├── binary=0_3.py │ │ ├── binary=0_4.py │ │ ├── binary=0_5.py │ │ ├── binary=0_6.py │ │ ├── binary=0_7.py │ │ ├── binary=0_8.py │ │ ├── binary=0_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── binary=10 │ │ ├── binary=10_1.py │ │ ├── binary=10_10.py │ │ ├── binary=10_2.py │ │ ├── binary=10_3.py │ │ ├── binary=10_4.py │ │ ├── binary=10_5.py │ │ ├── binary=10_6.py │ │ ├── binary=10_7.py │ │ ├── binary=10_8.py │ │ ├── binary=10_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── binary=2 │ │ ├── binary=2_1.py │ │ ├── binary=2_10.py │ │ ├── binary=2_2.py │ │ ├── binary=2_3.py │ │ ├── binary=2_4.py │ │ ├── binary=2_5.py │ │ ├── binary=2_6.py │ │ ├── binary=2_7.py │ │ ├── binary=2_8.py │ │ ├── binary=2_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── binary=4 │ │ ├── binary=4_1.py │ │ ├── binary=4_10.py │ │ ├── binary=4_2.py │ │ ├── binary=4_3.py │ │ ├── binary=4_4.py │ │ ├── binary=4_5.py │ │ ├── binary=4_6.py │ │ ├── binary=4_7.py │ │ ├── binary=4_8.py │ │ ├── binary=4_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── binary=6 │ │ ├── binary=6_1.py │ │ ├── binary=6_10.py │ │ ├── binary=6_2.py │ │ ├── binary=6_3.py │ │ ├── binary=6_4.py │ │ ├── binary=6_5.py │ │ ├── binary=6_6.py │ │ ├── binary=6_7.py │ │ ├── binary=6_8.py │ │ ├── binary=6_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── binary=8 │ │ ├── binary=8_1.py │ │ ├── binary=8_10.py │ │ ├── binary=8_2.py │ │ ├── binary=8_3.py │ │ ├── binary=8_4.py │ │ ├── binary=8_5.py │ │ ├── binary=8_6.py │ │ ├── binary=8_7.py │ │ ├── binary=8_8.py │ │ ├── binary=8_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── binary_unary=0 │ │ ├── binary_unary=0_1.py │ │ ├── binary_unary=0_10.py │ │ ├── binary_unary=0_2.py │ │ ├── binary_unary=0_3.py │ │ ├── binary_unary=0_4.py │ │ ├── binary_unary=0_5.py │ │ ├── binary_unary=0_6.py │ │ ├── binary_unary=0_7.py │ │ ├── binary_unary=0_8.py │ │ ├── binary_unary=0_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── binary_unary=10 │ │ ├── binary_unary=10_1.py │ │ ├── binary_unary=10_10.py │ │ ├── binary_unary=10_2.py │ │ ├── binary_unary=10_3.py │ │ ├── binary_unary=10_4.py │ │ ├── binary_unary=10_5.py │ │ ├── binary_unary=10_6.py │ │ ├── binary_unary=10_7.py │ │ ├── binary_unary=10_8.py │ │ ├── binary_unary=10_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── binary_unary=2 │ │ ├── binary_unary=2_1.py │ │ ├── binary_unary=2_10.py │ │ ├── binary_unary=2_2.py │ │ ├── binary_unary=2_3.py │ │ ├── binary_unary=2_4.py │ │ ├── binary_unary=2_5.py │ │ ├── binary_unary=2_6.py │ │ ├── binary_unary=2_7.py │ │ ├── binary_unary=2_8.py │ │ ├── binary_unary=2_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── binary_unary=4 │ │ ├── binary_unary=4_1.py │ │ ├── binary_unary=4_10.py │ │ ├── binary_unary=4_2.py │ │ ├── binary_unary=4_3.py │ │ ├── binary_unary=4_4.py │ │ ├── binary_unary=4_5.py │ │ ├── binary_unary=4_6.py │ │ ├── binary_unary=4_7.py │ │ ├── binary_unary=4_8.py │ │ ├── binary_unary=4_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── binary_unary=6 │ │ ├── binary_unary=6_1.py │ │ ├── binary_unary=6_10.py │ │ ├── binary_unary=6_2.py │ │ ├── binary_unary=6_3.py │ │ ├── binary_unary=6_4.py │ │ ├── binary_unary=6_5.py │ │ ├── binary_unary=6_6.py │ │ ├── binary_unary=6_7.py │ │ ├── binary_unary=6_8.py │ │ ├── binary_unary=6_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── binary_unary=8 │ │ ├── binary_unary=8_1.py │ │ ├── binary_unary=8_10.py │ │ ├── binary_unary=8_2.py │ │ ├── binary_unary=8_3.py │ │ ├── binary_unary=8_4.py │ │ ├── binary_unary=8_5.py │ │ ├── binary_unary=8_6.py │ │ ├── binary_unary=8_7.py │ │ ├── binary_unary=8_8.py │ │ ├── binary_unary=8_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── cat_addmm │ │ ├── cat_addmm_1.py │ │ ├── cat_addmm_10.py │ │ ├── cat_addmm_2.py │ │ ├── cat_addmm_3.py │ │ ├── cat_addmm_4.py │ │ ├── cat_addmm_5.py │ │ ├── cat_addmm_6.py │ │ ├── cat_addmm_7.py │ │ ├── cat_addmm_8.py │ │ ├── cat_addmm_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── cat_mm │ │ ├── cat_mm_1.py │ │ ├── cat_mm_10.py │ │ ├── cat_mm_2.py │ │ ├── cat_mm_3.py │ │ ├── cat_mm_4.py │ │ ├── cat_mm_5.py │ │ ├── cat_mm_6.py │ │ ├── cat_mm_7.py │ │ ├── cat_mm_8.py │ │ ├── cat_mm_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── cat_slice_cat │ │ ├── cat_slice_cat_1.py │ │ ├── cat_slice_cat_10.py │ │ ├── cat_slice_cat_2.py │ │ ├── cat_slice_cat_3.py │ │ ├── cat_slice_cat_4.py │ │ ├── cat_slice_cat_5.py │ │ ├── cat_slice_cat_6.py │ │ ├── cat_slice_cat_7.py │ │ ├── cat_slice_cat_8.py │ │ ├── cat_slice_cat_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── fuse_conv_bn │ │ ├── fuse_conv_bn_1.py │ │ ├── fuse_conv_bn_10.py │ │ ├── fuse_conv_bn_2.py │ │ ├── fuse_conv_bn_3.py │ │ ├── fuse_conv_bn_4.py │ │ ├── fuse_conv_bn_5.py │ │ ├── fuse_conv_bn_6.py │ │ ├── fuse_conv_bn_7.py │ │ ├── fuse_conv_bn_8.py │ │ ├── fuse_conv_bn_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── linear_permute_fusion │ │ ├── linear_permute_fusion_1.py │ │ ├── linear_permute_fusion_10.py │ │ ├── linear_permute_fusion_2.py │ │ ├── linear_permute_fusion_3.py │ │ ├── linear_permute_fusion_4.py │ │ ├── linear_permute_fusion_5.py │ │ ├── linear_permute_fusion_6.py │ │ ├── linear_permute_fusion_7.py │ │ ├── linear_permute_fusion_8.py │ │ ├── linear_permute_fusion_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── mm_plus_mm │ │ ├── mm_plus_mm_1.py │ │ ├── mm_plus_mm_10.py │ │ ├── mm_plus_mm_2.py │ │ ├── mm_plus_mm_3.py │ │ ├── mm_plus_mm_4.py │ │ ├── mm_plus_mm_5.py │ │ ├── mm_plus_mm_6.py │ │ ├── mm_plus_mm_7.py │ │ ├── mm_plus_mm_8.py │ │ ├── mm_plus_mm_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── outputs.json │ ├── permute_linear_fusion │ │ ├── permute_linear_fusion_1.py │ │ ├── permute_linear_fusion_10.py │ │ ├── permute_linear_fusion_2.py │ │ ├── permute_linear_fusion_3.py │ │ ├── permute_linear_fusion_4.py │ │ ├── permute_linear_fusion_5.py │ │ ├── permute_linear_fusion_6.py │ │ ├── permute_linear_fusion_7.py │ │ ├── permute_linear_fusion_8.py │ │ ├── permute_linear_fusion_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── permute_matmul_fusion │ │ ├── permute_matmul_fusion_1.py │ │ ├── permute_matmul_fusion_10.py │ │ ├── permute_matmul_fusion_2.py │ │ ├── permute_matmul_fusion_3.py │ │ ├── permute_matmul_fusion_4.py │ │ ├── permute_matmul_fusion_5.py │ │ ├── permute_matmul_fusion_6.py │ │ ├── permute_matmul_fusion_7.py │ │ ├── permute_matmul_fusion_8.py │ │ ├── permute_matmul_fusion_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── pointless_cumsum_replacement │ │ ├── pointless_cumsum_replacement_1.py │ │ ├── pointless_cumsum_replacement_10.py │ │ ├── pointless_cumsum_replacement_2.py │ │ ├── pointless_cumsum_replacement_3.py │ │ ├── pointless_cumsum_replacement_4.py │ │ ├── pointless_cumsum_replacement_5.py │ │ ├── pointless_cumsum_replacement_6.py │ │ ├── pointless_cumsum_replacement_7.py │ │ ├── pointless_cumsum_replacement_8.py │ │ ├── pointless_cumsum_replacement_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── replace_fx │ │ ├── prompt.txt │ │ ├── replace_fx_1.py │ │ ├── replace_fx_10.py │ │ ├── replace_fx_2.py │ │ ├── replace_fx_3.py │ │ ├── replace_fx_4.py │ │ ├── replace_fx_5.py │ │ ├── replace_fx_6.py │ │ ├── replace_fx_7.py │ │ ├── replace_fx_8.py │ │ ├── replace_fx_9.py │ │ └── time.txt │ ├── sfdp=0 │ │ ├── prompt.txt │ │ ├── sfdp=0_1.py │ │ ├── sfdp=0_10.py │ │ ├── sfdp=0_2.py │ │ ├── sfdp=0_3.py │ │ ├── sfdp=0_4.py │ │ ├── sfdp=0_5.py │ │ ├── sfdp=0_6.py │ │ ├── sfdp=0_7.py │ │ ├── sfdp=0_8.py │ │ ├── sfdp=0_9.py │ │ └── time.txt │ ├── sfdp=1 │ │ ├── prompt.txt │ │ ├── sfdp=1_1.py │ │ ├── sfdp=1_10.py │ │ ├── sfdp=1_2.py │ │ ├── sfdp=1_3.py │ │ ├── sfdp=1_4.py │ │ ├── sfdp=1_5.py │ │ ├── sfdp=1_6.py │ │ ├── sfdp=1_7.py │ │ ├── sfdp=1_8.py │ │ ├── sfdp=1_9.py │ │ └── time.txt │ ├── sfdp=2 │ │ ├── prompt.txt │ │ ├── sfdp=2_1.py │ │ ├── sfdp=2_10.py │ │ ├── sfdp=2_2.py │ │ ├── sfdp=2_3.py │ │ ├── sfdp=2_4.py │ │ ├── sfdp=2_5.py │ │ ├── sfdp=2_6.py │ │ ├── sfdp=2_7.py │ │ ├── sfdp=2_8.py │ │ ├── sfdp=2_9.py │ │ └── time.txt │ ├── sfdp=3 │ │ ├── prompt.txt │ │ ├── sfdp=3_1.py │ │ ├── sfdp=3_10.py │ │ ├── sfdp=3_2.py │ │ ├── sfdp=3_3.py │ │ ├── sfdp=3_4.py │ │ ├── sfdp=3_5.py │ │ ├── sfdp=3_6.py │ │ ├── sfdp=3_7.py │ │ ├── sfdp=3_8.py │ │ ├── sfdp=3_9.py │ │ └── time.txt │ ├── sfdp=4 │ │ ├── prompt.txt │ │ ├── sfdp=4_1.py │ │ ├── sfdp=4_10.py │ │ ├── sfdp=4_2.py │ │ ├── sfdp=4_3.py │ │ ├── sfdp=4_4.py │ │ ├── sfdp=4_5.py │ │ ├── sfdp=4_6.py │ │ ├── sfdp=4_7.py │ │ ├── sfdp=4_8.py │ │ ├── sfdp=4_9.py │ │ └── time.txt │ ├── sfdp=5 │ │ ├── prompt.txt │ │ ├── sfdp=5_1.py │ │ ├── sfdp=5_10.py │ │ ├── sfdp=5_2.py │ │ ├── sfdp=5_3.py │ │ ├── sfdp=5_4.py │ │ ├── sfdp=5_5.py │ │ ├── sfdp=5_6.py │ │ ├── sfdp=5_7.py │ │ ├── sfdp=5_8.py │ │ ├── sfdp=5_9.py │ │ └── time.txt │ ├── sink_cat_after_pointwise │ │ ├── prompt.txt │ │ ├── sink_cat_after_pointwise_1.py │ │ ├── sink_cat_after_pointwise_10.py │ │ ├── sink_cat_after_pointwise_2.py │ │ ├── sink_cat_after_pointwise_3.py │ │ ├── sink_cat_after_pointwise_4.py │ │ ├── sink_cat_after_pointwise_5.py │ │ ├── sink_cat_after_pointwise_6.py │ │ ├── sink_cat_after_pointwise_7.py │ │ ├── sink_cat_after_pointwise_8.py │ │ ├── sink_cat_after_pointwise_9.py │ │ └── time.txt │ ├── splitwithsizes_cat_replace │ │ ├── prompt.txt │ │ ├── splitwithsizes_cat_replace_1.py │ │ ├── splitwithsizes_cat_replace_10.py │ │ ├── splitwithsizes_cat_replace_2.py │ │ ├── splitwithsizes_cat_replace_3.py │ │ ├── splitwithsizes_cat_replace_4.py │ │ ├── splitwithsizes_cat_replace_5.py │ │ ├── splitwithsizes_cat_replace_6.py │ │ ├── splitwithsizes_cat_replace_7.py │ │ ├── splitwithsizes_cat_replace_8.py │ │ ├── splitwithsizes_cat_replace_9.py │ │ └── time.txt │ ├── unary=0 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=0_1.py │ │ ├── unary=0_10.py │ │ ├── unary=0_2.py │ │ ├── unary=0_3.py │ │ ├── unary=0_4.py │ │ ├── unary=0_5.py │ │ ├── unary=0_6.py │ │ ├── unary=0_7.py │ │ ├── unary=0_8.py │ │ └── unary=0_9.py │ ├── unary=1 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=1_1.py │ │ ├── unary=1_10.py │ │ ├── unary=1_2.py │ │ ├── unary=1_3.py │ │ ├── unary=1_4.py │ │ ├── unary=1_5.py │ │ ├── unary=1_6.py │ │ ├── unary=1_7.py │ │ ├── unary=1_8.py │ │ └── unary=1_9.py │ ├── unary=10 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=10_1.py │ │ ├── unary=10_10.py │ │ ├── unary=10_2.py │ │ ├── unary=10_3.py │ │ ├── unary=10_4.py │ │ ├── unary=10_5.py │ │ ├── unary=10_6.py │ │ ├── unary=10_7.py │ │ ├── unary=10_8.py │ │ └── unary=10_9.py │ ├── unary=11 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=11_1.py │ │ ├── unary=11_10.py │ │ ├── unary=11_2.py │ │ ├── unary=11_3.py │ │ ├── unary=11_4.py │ │ ├── unary=11_5.py │ │ ├── unary=11_6.py │ │ ├── unary=11_7.py │ │ ├── unary=11_8.py │ │ └── unary=11_9.py │ ├── unary=12 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=12_1.py │ │ ├── unary=12_10.py │ │ ├── unary=12_2.py │ │ ├── unary=12_3.py │ │ ├── unary=12_4.py │ │ ├── unary=12_5.py │ │ ├── unary=12_6.py │ │ ├── unary=12_7.py │ │ ├── unary=12_8.py │ │ └── unary=12_9.py │ ├── unary=13 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=13_1.py │ │ ├── unary=13_10.py │ │ ├── unary=13_2.py │ │ ├── unary=13_3.py │ │ ├── unary=13_4.py │ │ ├── unary=13_5.py │ │ ├── unary=13_6.py │ │ ├── unary=13_7.py │ │ ├── unary=13_8.py │ │ └── unary=13_9.py │ ├── unary=14 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=14_1.py │ │ ├── unary=14_10.py │ │ ├── unary=14_2.py │ │ ├── unary=14_3.py │ │ ├── unary=14_4.py │ │ ├── unary=14_5.py │ │ ├── unary=14_6.py │ │ ├── unary=14_7.py │ │ ├── unary=14_8.py │ │ └── unary=14_9.py │ ├── unary=15 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=15_1.py │ │ ├── unary=15_10.py │ │ ├── unary=15_2.py │ │ ├── unary=15_3.py │ │ ├── unary=15_4.py │ │ ├── unary=15_5.py │ │ ├── unary=15_6.py │ │ ├── unary=15_7.py │ │ ├── unary=15_8.py │ │ └── unary=15_9.py │ ├── unary=16 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=16_1.py │ │ ├── unary=16_10.py │ │ ├── unary=16_2.py │ │ ├── unary=16_3.py │ │ ├── unary=16_4.py │ │ ├── unary=16_5.py │ │ ├── unary=16_6.py │ │ ├── unary=16_7.py │ │ ├── unary=16_8.py │ │ └── unary=16_9.py │ ├── unary=17 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=17_1.py │ │ ├── unary=17_10.py │ │ ├── unary=17_2.py │ │ ├── unary=17_3.py │ │ ├── unary=17_4.py │ │ ├── unary=17_5.py │ │ ├── unary=17_6.py │ │ ├── unary=17_7.py │ │ ├── unary=17_8.py │ │ └── unary=17_9.py │ ├── unary=18 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=18_1.py │ │ ├── unary=18_10.py │ │ ├── unary=18_2.py │ │ ├── unary=18_3.py │ │ ├── unary=18_4.py │ │ ├── unary=18_5.py │ │ ├── unary=18_6.py │ │ ├── unary=18_7.py │ │ ├── unary=18_8.py │ │ └── unary=18_9.py │ ├── unary=19 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=19_1.py │ │ ├── unary=19_10.py │ │ ├── unary=19_2.py │ │ ├── unary=19_3.py │ │ ├── unary=19_4.py │ │ ├── unary=19_5.py │ │ ├── unary=19_6.py │ │ ├── unary=19_7.py │ │ ├── unary=19_8.py │ │ └── unary=19_9.py │ ├── unary=2 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=2_1.py │ │ ├── unary=2_10.py │ │ ├── unary=2_2.py │ │ ├── unary=2_3.py │ │ ├── unary=2_4.py │ │ ├── unary=2_5.py │ │ ├── unary=2_6.py │ │ ├── unary=2_7.py │ │ ├── unary=2_8.py │ │ └── unary=2_9.py │ ├── unary=20 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=20_1.py │ │ ├── unary=20_10.py │ │ ├── unary=20_2.py │ │ ├── unary=20_3.py │ │ ├── unary=20_4.py │ │ ├── unary=20_5.py │ │ ├── unary=20_6.py │ │ ├── unary=20_7.py │ │ ├── unary=20_8.py │ │ └── unary=20_9.py │ ├── unary=21 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=21_1.py │ │ ├── unary=21_10.py │ │ ├── unary=21_2.py │ │ ├── unary=21_3.py │ │ ├── unary=21_4.py │ │ ├── unary=21_5.py │ │ ├── unary=21_6.py │ │ ├── unary=21_7.py │ │ ├── unary=21_8.py │ │ └── unary=21_9.py │ ├── unary=22 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=22_1.py │ │ ├── unary=22_10.py │ │ ├── unary=22_2.py │ │ ├── unary=22_3.py │ │ ├── unary=22_4.py │ │ ├── unary=22_5.py │ │ ├── unary=22_6.py │ │ ├── unary=22_7.py │ │ ├── unary=22_8.py │ │ └── unary=22_9.py │ ├── unary=23 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=23_1.py │ │ ├── unary=23_10.py │ │ ├── unary=23_2.py │ │ ├── unary=23_3.py │ │ ├── unary=23_4.py │ │ ├── unary=23_5.py │ │ ├── unary=23_6.py │ │ ├── unary=23_7.py │ │ ├── unary=23_8.py │ │ └── unary=23_9.py │ ├── unary=24 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=24_1.py │ │ ├── unary=24_10.py │ │ ├── unary=24_2.py │ │ ├── unary=24_3.py │ │ ├── unary=24_4.py │ │ ├── unary=24_5.py │ │ ├── unary=24_6.py │ │ ├── unary=24_7.py │ │ ├── unary=24_8.py │ │ └── unary=24_9.py │ ├── unary=25 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=25_1.py │ │ ├── unary=25_10.py │ │ ├── unary=25_2.py │ │ ├── unary=25_3.py │ │ ├── unary=25_4.py │ │ ├── unary=25_5.py │ │ ├── unary=25_6.py │ │ ├── unary=25_7.py │ │ ├── unary=25_8.py │ │ └── unary=25_9.py │ ├── unary=26 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=26_1.py │ │ ├── unary=26_10.py │ │ ├── unary=26_2.py │ │ ├── unary=26_3.py │ │ ├── unary=26_4.py │ │ ├── unary=26_5.py │ │ ├── unary=26_6.py │ │ ├── unary=26_7.py │ │ ├── unary=26_8.py │ │ └── unary=26_9.py │ ├── unary=27 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=27_1.py │ │ ├── unary=27_10.py │ │ ├── unary=27_2.py │ │ ├── unary=27_3.py │ │ ├── unary=27_4.py │ │ ├── unary=27_5.py │ │ ├── unary=27_6.py │ │ ├── unary=27_7.py │ │ ├── unary=27_8.py │ │ └── unary=27_9.py │ ├── unary=28 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=28_1.py │ │ ├── unary=28_10.py │ │ ├── unary=28_2.py │ │ ├── unary=28_3.py │ │ ├── unary=28_4.py │ │ ├── unary=28_5.py │ │ ├── unary=28_6.py │ │ ├── unary=28_7.py │ │ ├── unary=28_8.py │ │ └── unary=28_9.py │ ├── unary=29 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=29_1.py │ │ ├── unary=29_10.py │ │ ├── unary=29_2.py │ │ ├── unary=29_3.py │ │ ├── unary=29_4.py │ │ ├── unary=29_5.py │ │ ├── unary=29_6.py │ │ ├── unary=29_7.py │ │ ├── unary=29_8.py │ │ └── unary=29_9.py │ ├── unary=3 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=3_1.py │ │ ├── unary=3_10.py │ │ ├── unary=3_2.py │ │ ├── unary=3_3.py │ │ ├── unary=3_4.py │ │ ├── unary=3_5.py │ │ ├── unary=3_6.py │ │ ├── unary=3_7.py │ │ ├── unary=3_8.py │ │ └── unary=3_9.py │ ├── unary=4 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=4_1.py │ │ ├── unary=4_10.py │ │ ├── unary=4_2.py │ │ ├── unary=4_3.py │ │ ├── unary=4_4.py │ │ ├── unary=4_5.py │ │ ├── unary=4_6.py │ │ ├── unary=4_7.py │ │ ├── unary=4_8.py │ │ └── unary=4_9.py │ ├── unary=5 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=5_1.py │ │ ├── unary=5_10.py │ │ ├── unary=5_2.py │ │ ├── unary=5_3.py │ │ ├── unary=5_4.py │ │ ├── unary=5_5.py │ │ ├── unary=5_6.py │ │ ├── unary=5_7.py │ │ ├── unary=5_8.py │ │ └── unary=5_9.py │ ├── unary=6 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=6_1.py │ │ ├── unary=6_10.py │ │ ├── unary=6_2.py │ │ ├── unary=6_3.py │ │ ├── unary=6_4.py │ │ ├── unary=6_5.py │ │ ├── unary=6_6.py │ │ ├── unary=6_7.py │ │ ├── unary=6_8.py │ │ └── unary=6_9.py │ ├── unary=7 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=7_1.py │ │ ├── unary=7_10.py │ │ ├── unary=7_2.py │ │ ├── unary=7_3.py │ │ ├── unary=7_4.py │ │ ├── unary=7_5.py │ │ ├── unary=7_6.py │ │ ├── unary=7_7.py │ │ ├── unary=7_8.py │ │ └── unary=7_9.py │ ├── unary=8 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=8_1.py │ │ ├── unary=8_10.py │ │ ├── unary=8_2.py │ │ ├── unary=8_3.py │ │ ├── unary=8_4.py │ │ ├── unary=8_5.py │ │ ├── unary=8_6.py │ │ ├── unary=8_7.py │ │ ├── unary=8_8.py │ │ └── unary=8_9.py │ └── unary=9 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=9_1.py │ │ ├── unary=9_10.py │ │ ├── unary=9_2.py │ │ ├── unary=9_3.py │ │ ├── unary=9_4.py │ │ ├── unary=9_5.py │ │ ├── unary=9_6.py │ │ ├── unary=9_7.py │ │ ├── unary=9_8.py │ │ └── unary=9_9.py │ ├── step53-3shot │ ├── addmm │ │ ├── addmm_1.py │ │ ├── addmm_10.py │ │ ├── addmm_2.py │ │ ├── addmm_3.py │ │ ├── addmm_4.py │ │ ├── addmm_5.py │ │ ├── addmm_6.py │ │ ├── addmm_7.py │ │ ├── addmm_8.py │ │ ├── addmm_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── binary=0 │ │ ├── binary=0_1.py │ │ ├── binary=0_10.py │ │ ├── binary=0_2.py │ │ ├── binary=0_3.py │ │ ├── binary=0_4.py │ │ ├── binary=0_5.py │ │ ├── binary=0_6.py │ │ ├── binary=0_7.py │ │ ├── binary=0_8.py │ │ ├── binary=0_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── binary=10 │ │ ├── binary=10_1.py │ │ ├── binary=10_10.py │ │ ├── binary=10_2.py │ │ ├── binary=10_3.py │ │ ├── binary=10_4.py │ │ ├── binary=10_5.py │ │ ├── binary=10_6.py │ │ ├── binary=10_7.py │ │ ├── binary=10_8.py │ │ ├── binary=10_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── binary=2 │ │ ├── binary=2_1.py │ │ ├── binary=2_10.py │ │ ├── binary=2_2.py │ │ ├── binary=2_3.py │ │ ├── binary=2_4.py │ │ ├── binary=2_5.py │ │ ├── binary=2_6.py │ │ ├── binary=2_7.py │ │ ├── binary=2_8.py │ │ ├── binary=2_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── binary=4 │ │ ├── binary=4_1.py │ │ ├── binary=4_10.py │ │ ├── binary=4_2.py │ │ ├── binary=4_3.py │ │ ├── binary=4_4.py │ │ ├── binary=4_5.py │ │ ├── binary=4_6.py │ │ ├── binary=4_7.py │ │ ├── binary=4_8.py │ │ ├── binary=4_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── binary=6 │ │ ├── binary=6_1.py │ │ ├── binary=6_10.py │ │ ├── binary=6_2.py │ │ ├── binary=6_3.py │ │ ├── binary=6_4.py │ │ ├── binary=6_5.py │ │ ├── binary=6_6.py │ │ ├── binary=6_7.py │ │ ├── binary=6_8.py │ │ ├── binary=6_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── binary=8 │ │ ├── binary=8_1.py │ │ ├── binary=8_10.py │ │ ├── binary=8_2.py │ │ ├── binary=8_3.py │ │ ├── binary=8_4.py │ │ ├── binary=8_5.py │ │ ├── binary=8_6.py │ │ ├── binary=8_7.py │ │ ├── binary=8_8.py │ │ ├── binary=8_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── binary_unary=0 │ │ ├── binary_unary=0_1.py │ │ ├── binary_unary=0_10.py │ │ ├── binary_unary=0_2.py │ │ ├── binary_unary=0_3.py │ │ ├── binary_unary=0_4.py │ │ ├── binary_unary=0_5.py │ │ ├── binary_unary=0_6.py │ │ ├── binary_unary=0_7.py │ │ ├── binary_unary=0_8.py │ │ ├── binary_unary=0_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── binary_unary=10 │ │ ├── binary_unary=10_1.py │ │ ├── binary_unary=10_10.py │ │ ├── binary_unary=10_2.py │ │ ├── binary_unary=10_3.py │ │ ├── binary_unary=10_4.py │ │ ├── binary_unary=10_5.py │ │ ├── binary_unary=10_6.py │ │ ├── binary_unary=10_7.py │ │ ├── binary_unary=10_8.py │ │ ├── binary_unary=10_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── binary_unary=2 │ │ ├── binary_unary=2_1.py │ │ ├── binary_unary=2_10.py │ │ ├── binary_unary=2_2.py │ │ ├── binary_unary=2_3.py │ │ ├── binary_unary=2_4.py │ │ ├── binary_unary=2_5.py │ │ ├── binary_unary=2_6.py │ │ ├── binary_unary=2_7.py │ │ ├── binary_unary=2_8.py │ │ ├── binary_unary=2_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── binary_unary=4 │ │ ├── binary_unary=4_1.py │ │ ├── binary_unary=4_10.py │ │ ├── binary_unary=4_2.py │ │ ├── binary_unary=4_3.py │ │ ├── binary_unary=4_4.py │ │ ├── binary_unary=4_5.py │ │ ├── binary_unary=4_6.py │ │ ├── binary_unary=4_7.py │ │ ├── binary_unary=4_8.py │ │ ├── binary_unary=4_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── binary_unary=6 │ │ ├── binary_unary=6_1.py │ │ ├── binary_unary=6_10.py │ │ ├── binary_unary=6_2.py │ │ ├── binary_unary=6_3.py │ │ ├── binary_unary=6_4.py │ │ ├── binary_unary=6_5.py │ │ ├── binary_unary=6_6.py │ │ ├── binary_unary=6_7.py │ │ ├── binary_unary=6_8.py │ │ ├── binary_unary=6_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── binary_unary=8 │ │ ├── binary_unary=8_1.py │ │ ├── binary_unary=8_10.py │ │ ├── binary_unary=8_2.py │ │ ├── binary_unary=8_3.py │ │ ├── binary_unary=8_4.py │ │ ├── binary_unary=8_5.py │ │ ├── binary_unary=8_6.py │ │ ├── binary_unary=8_7.py │ │ ├── binary_unary=8_8.py │ │ ├── binary_unary=8_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── cat_addmm │ │ ├── cat_addmm_1.py │ │ ├── cat_addmm_10.py │ │ ├── cat_addmm_2.py │ │ ├── cat_addmm_3.py │ │ ├── cat_addmm_4.py │ │ ├── cat_addmm_5.py │ │ ├── cat_addmm_6.py │ │ ├── cat_addmm_7.py │ │ ├── cat_addmm_8.py │ │ ├── cat_addmm_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── cat_mm │ │ ├── cat_mm_1.py │ │ ├── cat_mm_10.py │ │ ├── cat_mm_2.py │ │ ├── cat_mm_3.py │ │ ├── cat_mm_4.py │ │ ├── cat_mm_5.py │ │ ├── cat_mm_6.py │ │ ├── cat_mm_7.py │ │ ├── cat_mm_8.py │ │ ├── cat_mm_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── cat_slice_cat │ │ ├── cat_slice_cat_1.py │ │ ├── cat_slice_cat_10.py │ │ ├── cat_slice_cat_2.py │ │ ├── cat_slice_cat_3.py │ │ ├── cat_slice_cat_4.py │ │ ├── cat_slice_cat_5.py │ │ ├── cat_slice_cat_6.py │ │ ├── cat_slice_cat_7.py │ │ ├── cat_slice_cat_8.py │ │ ├── cat_slice_cat_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── fuse_conv_bn │ │ ├── fuse_conv_bn_1.py │ │ ├── fuse_conv_bn_10.py │ │ ├── fuse_conv_bn_2.py │ │ ├── fuse_conv_bn_3.py │ │ ├── fuse_conv_bn_4.py │ │ ├── fuse_conv_bn_5.py │ │ ├── fuse_conv_bn_6.py │ │ ├── fuse_conv_bn_7.py │ │ ├── fuse_conv_bn_8.py │ │ ├── fuse_conv_bn_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── linear_permute_fusion │ │ ├── linear_permute_fusion_1.py │ │ ├── linear_permute_fusion_10.py │ │ ├── linear_permute_fusion_2.py │ │ ├── linear_permute_fusion_3.py │ │ ├── linear_permute_fusion_4.py │ │ ├── linear_permute_fusion_5.py │ │ ├── linear_permute_fusion_6.py │ │ ├── linear_permute_fusion_7.py │ │ ├── linear_permute_fusion_8.py │ │ ├── linear_permute_fusion_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── mm_plus_mm │ │ ├── mm_plus_mm_1.py │ │ ├── mm_plus_mm_10.py │ │ ├── mm_plus_mm_2.py │ │ ├── mm_plus_mm_3.py │ │ ├── mm_plus_mm_4.py │ │ ├── mm_plus_mm_5.py │ │ ├── mm_plus_mm_6.py │ │ ├── mm_plus_mm_7.py │ │ ├── mm_plus_mm_8.py │ │ ├── mm_plus_mm_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── outputs.json │ ├── permute_linear_fusion │ │ ├── permute_linear_fusion_1.py │ │ ├── permute_linear_fusion_10.py │ │ ├── permute_linear_fusion_2.py │ │ ├── permute_linear_fusion_3.py │ │ ├── permute_linear_fusion_4.py │ │ ├── permute_linear_fusion_5.py │ │ ├── permute_linear_fusion_6.py │ │ ├── permute_linear_fusion_7.py │ │ ├── permute_linear_fusion_8.py │ │ ├── permute_linear_fusion_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── permute_matmul_fusion │ │ ├── permute_matmul_fusion_1.py │ │ ├── permute_matmul_fusion_10.py │ │ ├── permute_matmul_fusion_2.py │ │ ├── permute_matmul_fusion_3.py │ │ ├── permute_matmul_fusion_4.py │ │ ├── permute_matmul_fusion_5.py │ │ ├── permute_matmul_fusion_6.py │ │ ├── permute_matmul_fusion_7.py │ │ ├── permute_matmul_fusion_8.py │ │ ├── permute_matmul_fusion_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── pointless_cumsum_replacement │ │ ├── pointless_cumsum_replacement_1.py │ │ ├── pointless_cumsum_replacement_10.py │ │ ├── pointless_cumsum_replacement_2.py │ │ ├── pointless_cumsum_replacement_3.py │ │ ├── pointless_cumsum_replacement_4.py │ │ ├── pointless_cumsum_replacement_5.py │ │ ├── pointless_cumsum_replacement_6.py │ │ ├── pointless_cumsum_replacement_7.py │ │ ├── pointless_cumsum_replacement_8.py │ │ ├── pointless_cumsum_replacement_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── replace_fx │ │ ├── prompt.txt │ │ ├── replace_fx_1.py │ │ ├── replace_fx_10.py │ │ ├── replace_fx_2.py │ │ ├── replace_fx_3.py │ │ ├── replace_fx_4.py │ │ ├── replace_fx_5.py │ │ ├── replace_fx_6.py │ │ ├── replace_fx_7.py │ │ ├── replace_fx_8.py │ │ ├── replace_fx_9.py │ │ └── time.txt │ ├── sfdp=0 │ │ ├── prompt.txt │ │ ├── sfdp=0_1.py │ │ ├── sfdp=0_10.py │ │ ├── sfdp=0_2.py │ │ ├── sfdp=0_3.py │ │ ├── sfdp=0_4.py │ │ ├── sfdp=0_5.py │ │ ├── sfdp=0_6.py │ │ ├── sfdp=0_7.py │ │ ├── sfdp=0_8.py │ │ ├── sfdp=0_9.py │ │ └── time.txt │ ├── sfdp=1 │ │ ├── prompt.txt │ │ ├── sfdp=1_1.py │ │ ├── sfdp=1_10.py │ │ ├── sfdp=1_2.py │ │ ├── sfdp=1_3.py │ │ ├── sfdp=1_4.py │ │ ├── sfdp=1_5.py │ │ ├── sfdp=1_6.py │ │ ├── sfdp=1_7.py │ │ ├── sfdp=1_8.py │ │ ├── sfdp=1_9.py │ │ └── time.txt │ ├── sfdp=2 │ │ ├── prompt.txt │ │ ├── sfdp=2_1.py │ │ ├── sfdp=2_10.py │ │ ├── sfdp=2_2.py │ │ ├── sfdp=2_3.py │ │ ├── sfdp=2_4.py │ │ ├── sfdp=2_5.py │ │ ├── sfdp=2_6.py │ │ ├── sfdp=2_7.py │ │ ├── sfdp=2_8.py │ │ ├── sfdp=2_9.py │ │ └── time.txt │ ├── sfdp=3 │ │ ├── prompt.txt │ │ ├── sfdp=3_1.py │ │ ├── sfdp=3_10.py │ │ ├── sfdp=3_2.py │ │ ├── sfdp=3_3.py │ │ ├── sfdp=3_4.py │ │ ├── sfdp=3_5.py │ │ ├── sfdp=3_6.py │ │ ├── sfdp=3_7.py │ │ ├── sfdp=3_8.py │ │ ├── sfdp=3_9.py │ │ └── time.txt │ ├── sfdp=4 │ │ ├── prompt.txt │ │ ├── sfdp=4_1.py │ │ ├── sfdp=4_10.py │ │ ├── sfdp=4_2.py │ │ ├── sfdp=4_3.py │ │ ├── sfdp=4_4.py │ │ ├── sfdp=4_5.py │ │ ├── sfdp=4_6.py │ │ ├── sfdp=4_7.py │ │ ├── sfdp=4_8.py │ │ ├── sfdp=4_9.py │ │ └── time.txt │ ├── sfdp=5 │ │ ├── prompt.txt │ │ ├── sfdp=5_1.py │ │ ├── sfdp=5_10.py │ │ ├── sfdp=5_2.py │ │ ├── sfdp=5_3.py │ │ ├── sfdp=5_4.py │ │ ├── sfdp=5_5.py │ │ ├── sfdp=5_6.py │ │ ├── sfdp=5_7.py │ │ ├── sfdp=5_8.py │ │ ├── sfdp=5_9.py │ │ └── time.txt │ ├── sink_cat_after_pointwise │ │ ├── prompt.txt │ │ ├── sink_cat_after_pointwise_1.py │ │ ├── sink_cat_after_pointwise_10.py │ │ ├── sink_cat_after_pointwise_2.py │ │ ├── sink_cat_after_pointwise_3.py │ │ ├── sink_cat_after_pointwise_4.py │ │ ├── sink_cat_after_pointwise_5.py │ │ ├── sink_cat_after_pointwise_6.py │ │ ├── sink_cat_after_pointwise_7.py │ │ ├── sink_cat_after_pointwise_8.py │ │ ├── sink_cat_after_pointwise_9.py │ │ └── time.txt │ ├── splitwithsizes_cat_replace │ │ ├── prompt.txt │ │ ├── splitwithsizes_cat_replace_1.py │ │ ├── splitwithsizes_cat_replace_10.py │ │ ├── splitwithsizes_cat_replace_2.py │ │ ├── splitwithsizes_cat_replace_3.py │ │ ├── splitwithsizes_cat_replace_4.py │ │ ├── splitwithsizes_cat_replace_5.py │ │ ├── splitwithsizes_cat_replace_6.py │ │ ├── splitwithsizes_cat_replace_7.py │ │ ├── splitwithsizes_cat_replace_8.py │ │ ├── splitwithsizes_cat_replace_9.py │ │ └── time.txt │ ├── unary=0 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=0_1.py │ │ ├── unary=0_10.py │ │ ├── unary=0_2.py │ │ ├── unary=0_3.py │ │ ├── unary=0_4.py │ │ ├── unary=0_5.py │ │ ├── unary=0_6.py │ │ ├── unary=0_7.py │ │ ├── unary=0_8.py │ │ └── unary=0_9.py │ ├── unary=1 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=1_1.py │ │ ├── unary=1_10.py │ │ ├── unary=1_2.py │ │ ├── unary=1_3.py │ │ ├── unary=1_4.py │ │ ├── unary=1_5.py │ │ ├── unary=1_6.py │ │ ├── unary=1_7.py │ │ ├── unary=1_8.py │ │ └── unary=1_9.py │ ├── unary=10 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=10_1.py │ │ ├── unary=10_10.py │ │ ├── unary=10_2.py │ │ ├── unary=10_3.py │ │ ├── unary=10_4.py │ │ ├── unary=10_5.py │ │ ├── unary=10_6.py │ │ ├── unary=10_7.py │ │ ├── unary=10_8.py │ │ └── unary=10_9.py │ ├── unary=11 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=11_1.py │ │ ├── unary=11_10.py │ │ ├── unary=11_2.py │ │ ├── unary=11_3.py │ │ ├── unary=11_4.py │ │ ├── unary=11_5.py │ │ ├── unary=11_6.py │ │ ├── unary=11_7.py │ │ ├── unary=11_8.py │ │ └── unary=11_9.py │ ├── unary=12 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=12_1.py │ │ ├── unary=12_10.py │ │ ├── unary=12_2.py │ │ ├── unary=12_3.py │ │ ├── unary=12_4.py │ │ ├── unary=12_5.py │ │ ├── unary=12_6.py │ │ ├── unary=12_7.py │ │ ├── unary=12_8.py │ │ └── unary=12_9.py │ ├── unary=13 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=13_1.py │ │ ├── unary=13_10.py │ │ ├── unary=13_2.py │ │ ├── unary=13_3.py │ │ ├── unary=13_4.py │ │ ├── unary=13_5.py │ │ ├── unary=13_6.py │ │ ├── unary=13_7.py │ │ ├── unary=13_8.py │ │ └── unary=13_9.py │ ├── unary=14 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=14_1.py │ │ ├── unary=14_10.py │ │ ├── unary=14_2.py │ │ ├── unary=14_3.py │ │ ├── unary=14_4.py │ │ ├── unary=14_5.py │ │ ├── unary=14_6.py │ │ ├── unary=14_7.py │ │ ├── unary=14_8.py │ │ └── unary=14_9.py │ ├── unary=15 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=15_1.py │ │ ├── unary=15_10.py │ │ ├── unary=15_2.py │ │ ├── unary=15_3.py │ │ ├── unary=15_4.py │ │ ├── unary=15_5.py │ │ ├── unary=15_6.py │ │ ├── unary=15_7.py │ │ ├── unary=15_8.py │ │ └── unary=15_9.py │ ├── unary=16 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=16_1.py │ │ ├── unary=16_10.py │ │ ├── unary=16_2.py │ │ ├── unary=16_3.py │ │ ├── unary=16_4.py │ │ ├── unary=16_5.py │ │ ├── unary=16_6.py │ │ ├── unary=16_7.py │ │ ├── unary=16_8.py │ │ └── unary=16_9.py │ ├── unary=17 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=17_1.py │ │ ├── unary=17_10.py │ │ ├── unary=17_2.py │ │ ├── unary=17_3.py │ │ ├── unary=17_4.py │ │ ├── unary=17_5.py │ │ ├── unary=17_6.py │ │ ├── unary=17_7.py │ │ ├── unary=17_8.py │ │ └── unary=17_9.py │ ├── unary=18 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=18_1.py │ │ ├── unary=18_10.py │ │ ├── unary=18_2.py │ │ ├── unary=18_3.py │ │ ├── unary=18_4.py │ │ ├── unary=18_5.py │ │ ├── unary=18_6.py │ │ ├── unary=18_7.py │ │ ├── unary=18_8.py │ │ └── unary=18_9.py │ ├── unary=19 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=19_1.py │ │ ├── unary=19_10.py │ │ ├── unary=19_2.py │ │ ├── unary=19_3.py │ │ ├── unary=19_4.py │ │ ├── unary=19_5.py │ │ ├── unary=19_6.py │ │ ├── unary=19_7.py │ │ ├── unary=19_8.py │ │ └── unary=19_9.py │ ├── unary=2 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=2_1.py │ │ ├── unary=2_10.py │ │ ├── unary=2_2.py │ │ ├── unary=2_3.py │ │ ├── unary=2_4.py │ │ ├── unary=2_5.py │ │ ├── unary=2_6.py │ │ ├── unary=2_7.py │ │ ├── unary=2_8.py │ │ └── unary=2_9.py │ ├── unary=20 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=20_1.py │ │ ├── unary=20_10.py │ │ ├── unary=20_2.py │ │ ├── unary=20_3.py │ │ ├── unary=20_4.py │ │ ├── unary=20_5.py │ │ ├── unary=20_6.py │ │ ├── unary=20_7.py │ │ ├── unary=20_8.py │ │ └── unary=20_9.py │ ├── unary=21 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=21_1.py │ │ ├── unary=21_10.py │ │ ├── unary=21_2.py │ │ ├── unary=21_3.py │ │ ├── unary=21_4.py │ │ ├── unary=21_5.py │ │ ├── unary=21_6.py │ │ ├── unary=21_7.py │ │ ├── unary=21_8.py │ │ └── unary=21_9.py │ ├── unary=22 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=22_1.py │ │ ├── unary=22_10.py │ │ ├── unary=22_2.py │ │ ├── unary=22_3.py │ │ ├── unary=22_4.py │ │ ├── unary=22_5.py │ │ ├── unary=22_6.py │ │ ├── unary=22_7.py │ │ ├── unary=22_8.py │ │ └── unary=22_9.py │ ├── unary=23 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=23_1.py │ │ ├── unary=23_10.py │ │ ├── unary=23_2.py │ │ ├── unary=23_3.py │ │ ├── unary=23_4.py │ │ ├── unary=23_5.py │ │ ├── unary=23_6.py │ │ ├── unary=23_7.py │ │ ├── unary=23_8.py │ │ └── unary=23_9.py │ ├── unary=24 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=24_1.py │ │ ├── unary=24_10.py │ │ ├── unary=24_2.py │ │ ├── unary=24_3.py │ │ ├── unary=24_4.py │ │ ├── unary=24_5.py │ │ ├── unary=24_6.py │ │ ├── unary=24_7.py │ │ ├── unary=24_8.py │ │ └── unary=24_9.py │ ├── unary=25 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=25_1.py │ │ ├── unary=25_10.py │ │ ├── unary=25_2.py │ │ ├── unary=25_3.py │ │ ├── unary=25_4.py │ │ ├── unary=25_5.py │ │ ├── unary=25_6.py │ │ ├── unary=25_7.py │ │ ├── unary=25_8.py │ │ └── unary=25_9.py │ ├── unary=26 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=26_1.py │ │ ├── unary=26_10.py │ │ ├── unary=26_2.py │ │ ├── unary=26_3.py │ │ ├── unary=26_4.py │ │ ├── unary=26_5.py │ │ ├── unary=26_6.py │ │ ├── unary=26_7.py │ │ ├── unary=26_8.py │ │ └── unary=26_9.py │ ├── unary=27 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=27_1.py │ │ ├── unary=27_10.py │ │ ├── unary=27_2.py │ │ ├── unary=27_3.py │ │ ├── unary=27_4.py │ │ ├── unary=27_5.py │ │ ├── unary=27_6.py │ │ ├── unary=27_7.py │ │ ├── unary=27_8.py │ │ └── unary=27_9.py │ ├── unary=28 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=28_1.py │ │ ├── unary=28_10.py │ │ ├── unary=28_2.py │ │ ├── unary=28_3.py │ │ ├── unary=28_4.py │ │ ├── unary=28_5.py │ │ ├── unary=28_6.py │ │ ├── unary=28_7.py │ │ ├── unary=28_8.py │ │ └── unary=28_9.py │ ├── unary=29 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=29_1.py │ │ ├── unary=29_10.py │ │ ├── unary=29_2.py │ │ ├── unary=29_3.py │ │ ├── unary=29_4.py │ │ ├── unary=29_5.py │ │ ├── unary=29_6.py │ │ ├── unary=29_7.py │ │ ├── unary=29_8.py │ │ └── unary=29_9.py │ ├── unary=3 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=3_1.py │ │ ├── unary=3_10.py │ │ ├── unary=3_2.py │ │ ├── unary=3_3.py │ │ ├── unary=3_4.py │ │ ├── unary=3_5.py │ │ ├── unary=3_6.py │ │ ├── unary=3_7.py │ │ ├── unary=3_8.py │ │ └── unary=3_9.py │ ├── unary=4 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=4_1.py │ │ ├── unary=4_10.py │ │ ├── unary=4_2.py │ │ ├── unary=4_3.py │ │ ├── unary=4_4.py │ │ ├── unary=4_5.py │ │ ├── unary=4_6.py │ │ ├── unary=4_7.py │ │ ├── unary=4_8.py │ │ └── unary=4_9.py │ ├── unary=5 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=5_1.py │ │ ├── unary=5_10.py │ │ ├── unary=5_2.py │ │ ├── unary=5_3.py │ │ ├── unary=5_4.py │ │ ├── unary=5_5.py │ │ ├── unary=5_6.py │ │ ├── unary=5_7.py │ │ ├── unary=5_8.py │ │ └── unary=5_9.py │ ├── unary=6 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=6_1.py │ │ ├── unary=6_10.py │ │ ├── unary=6_2.py │ │ ├── unary=6_3.py │ │ ├── unary=6_4.py │ │ ├── unary=6_5.py │ │ ├── unary=6_6.py │ │ ├── unary=6_7.py │ │ ├── unary=6_8.py │ │ └── unary=6_9.py │ ├── unary=7 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=7_1.py │ │ ├── unary=7_10.py │ │ ├── unary=7_2.py │ │ ├── unary=7_3.py │ │ ├── unary=7_4.py │ │ ├── unary=7_5.py │ │ ├── unary=7_6.py │ │ ├── unary=7_7.py │ │ ├── unary=7_8.py │ │ └── unary=7_9.py │ ├── unary=8 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=8_1.py │ │ ├── unary=8_10.py │ │ ├── unary=8_2.py │ │ ├── unary=8_3.py │ │ ├── unary=8_4.py │ │ ├── unary=8_5.py │ │ ├── unary=8_6.py │ │ ├── unary=8_7.py │ │ ├── unary=8_8.py │ │ └── unary=8_9.py │ └── unary=9 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=9_1.py │ │ ├── unary=9_10.py │ │ ├── unary=9_2.py │ │ ├── unary=9_3.py │ │ ├── unary=9_4.py │ │ ├── unary=9_5.py │ │ ├── unary=9_6.py │ │ ├── unary=9_7.py │ │ ├── unary=9_8.py │ │ └── unary=9_9.py │ ├── step54-3shot │ ├── addmm │ │ ├── addmm_1.py │ │ ├── addmm_10.py │ │ ├── addmm_2.py │ │ ├── addmm_3.py │ │ ├── addmm_4.py │ │ ├── addmm_5.py │ │ ├── addmm_6.py │ │ ├── addmm_7.py │ │ ├── addmm_8.py │ │ ├── addmm_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── binary=0 │ │ ├── binary=0_1.py │ │ ├── binary=0_10.py │ │ ├── binary=0_2.py │ │ ├── binary=0_3.py │ │ ├── binary=0_4.py │ │ ├── binary=0_5.py │ │ ├── binary=0_6.py │ │ ├── binary=0_7.py │ │ ├── binary=0_8.py │ │ ├── binary=0_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── binary=10 │ │ ├── binary=10_1.py │ │ ├── binary=10_10.py │ │ ├── binary=10_2.py │ │ ├── binary=10_3.py │ │ ├── binary=10_4.py │ │ ├── binary=10_5.py │ │ ├── binary=10_6.py │ │ ├── binary=10_7.py │ │ ├── binary=10_8.py │ │ ├── binary=10_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── binary=2 │ │ ├── binary=2_1.py │ │ ├── binary=2_10.py │ │ ├── binary=2_2.py │ │ ├── binary=2_3.py │ │ ├── binary=2_4.py │ │ ├── binary=2_5.py │ │ ├── binary=2_6.py │ │ ├── binary=2_7.py │ │ ├── binary=2_8.py │ │ ├── binary=2_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── binary=4 │ │ ├── binary=4_1.py │ │ ├── binary=4_10.py │ │ ├── binary=4_2.py │ │ ├── binary=4_3.py │ │ ├── binary=4_4.py │ │ ├── binary=4_5.py │ │ ├── binary=4_6.py │ │ ├── binary=4_7.py │ │ ├── binary=4_8.py │ │ ├── binary=4_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── binary=6 │ │ ├── binary=6_1.py │ │ ├── binary=6_10.py │ │ ├── binary=6_2.py │ │ ├── binary=6_3.py │ │ ├── binary=6_4.py │ │ ├── binary=6_5.py │ │ ├── binary=6_6.py │ │ ├── binary=6_7.py │ │ ├── binary=6_8.py │ │ ├── binary=6_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── binary=8 │ │ ├── binary=8_1.py │ │ ├── binary=8_10.py │ │ ├── binary=8_2.py │ │ ├── binary=8_3.py │ │ ├── binary=8_4.py │ │ ├── binary=8_5.py │ │ ├── binary=8_6.py │ │ ├── binary=8_7.py │ │ ├── binary=8_8.py │ │ ├── binary=8_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── binary_unary=0 │ │ ├── binary_unary=0_1.py │ │ ├── binary_unary=0_10.py │ │ ├── binary_unary=0_2.py │ │ ├── binary_unary=0_3.py │ │ ├── binary_unary=0_4.py │ │ ├── binary_unary=0_5.py │ │ ├── binary_unary=0_6.py │ │ ├── binary_unary=0_7.py │ │ ├── binary_unary=0_8.py │ │ ├── binary_unary=0_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── binary_unary=10 │ │ ├── binary_unary=10_1.py │ │ ├── binary_unary=10_10.py │ │ ├── binary_unary=10_2.py │ │ ├── binary_unary=10_3.py │ │ ├── binary_unary=10_4.py │ │ ├── binary_unary=10_5.py │ │ ├── binary_unary=10_6.py │ │ ├── binary_unary=10_7.py │ │ ├── binary_unary=10_8.py │ │ ├── binary_unary=10_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── binary_unary=2 │ │ ├── binary_unary=2_1.py │ │ ├── binary_unary=2_10.py │ │ ├── binary_unary=2_2.py │ │ ├── binary_unary=2_3.py │ │ ├── binary_unary=2_4.py │ │ ├── binary_unary=2_5.py │ │ ├── binary_unary=2_6.py │ │ ├── binary_unary=2_7.py │ │ ├── binary_unary=2_8.py │ │ ├── binary_unary=2_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── binary_unary=4 │ │ ├── binary_unary=4_1.py │ │ ├── binary_unary=4_10.py │ │ ├── binary_unary=4_2.py │ │ ├── binary_unary=4_3.py │ │ ├── binary_unary=4_4.py │ │ ├── binary_unary=4_5.py │ │ ├── binary_unary=4_6.py │ │ ├── binary_unary=4_7.py │ │ ├── binary_unary=4_8.py │ │ ├── binary_unary=4_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── binary_unary=6 │ │ ├── binary_unary=6_1.py │ │ ├── binary_unary=6_10.py │ │ ├── binary_unary=6_2.py │ │ ├── binary_unary=6_3.py │ │ ├── binary_unary=6_4.py │ │ ├── binary_unary=6_5.py │ │ ├── binary_unary=6_6.py │ │ ├── binary_unary=6_7.py │ │ ├── binary_unary=6_8.py │ │ ├── binary_unary=6_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── binary_unary=8 │ │ ├── binary_unary=8_1.py │ │ ├── binary_unary=8_10.py │ │ ├── binary_unary=8_2.py │ │ ├── binary_unary=8_3.py │ │ ├── binary_unary=8_4.py │ │ ├── binary_unary=8_5.py │ │ ├── binary_unary=8_6.py │ │ ├── binary_unary=8_7.py │ │ ├── binary_unary=8_8.py │ │ ├── binary_unary=8_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── cat_addmm │ │ ├── cat_addmm_1.py │ │ ├── cat_addmm_10.py │ │ ├── cat_addmm_2.py │ │ ├── cat_addmm_3.py │ │ ├── cat_addmm_4.py │ │ ├── cat_addmm_5.py │ │ ├── cat_addmm_6.py │ │ ├── cat_addmm_7.py │ │ ├── cat_addmm_8.py │ │ ├── cat_addmm_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── cat_mm │ │ ├── cat_mm_1.py │ │ ├── cat_mm_10.py │ │ ├── cat_mm_2.py │ │ ├── cat_mm_3.py │ │ ├── cat_mm_4.py │ │ ├── cat_mm_5.py │ │ ├── cat_mm_6.py │ │ ├── cat_mm_7.py │ │ ├── cat_mm_8.py │ │ ├── cat_mm_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── cat_slice_cat │ │ ├── cat_slice_cat_1.py │ │ ├── cat_slice_cat_10.py │ │ ├── cat_slice_cat_2.py │ │ ├── cat_slice_cat_3.py │ │ ├── cat_slice_cat_4.py │ │ ├── cat_slice_cat_5.py │ │ ├── cat_slice_cat_6.py │ │ ├── cat_slice_cat_7.py │ │ ├── cat_slice_cat_8.py │ │ ├── cat_slice_cat_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── fuse_conv_bn │ │ ├── fuse_conv_bn_1.py │ │ ├── fuse_conv_bn_10.py │ │ ├── fuse_conv_bn_2.py │ │ ├── fuse_conv_bn_3.py │ │ ├── fuse_conv_bn_4.py │ │ ├── fuse_conv_bn_5.py │ │ ├── fuse_conv_bn_6.py │ │ ├── fuse_conv_bn_7.py │ │ ├── fuse_conv_bn_8.py │ │ ├── fuse_conv_bn_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── linear_permute_fusion │ │ ├── linear_permute_fusion_1.py │ │ ├── linear_permute_fusion_10.py │ │ ├── linear_permute_fusion_2.py │ │ ├── linear_permute_fusion_3.py │ │ ├── linear_permute_fusion_4.py │ │ ├── linear_permute_fusion_5.py │ │ ├── linear_permute_fusion_6.py │ │ ├── linear_permute_fusion_7.py │ │ ├── linear_permute_fusion_8.py │ │ ├── linear_permute_fusion_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── mm_plus_mm │ │ ├── mm_plus_mm_1.py │ │ ├── mm_plus_mm_10.py │ │ ├── mm_plus_mm_2.py │ │ ├── mm_plus_mm_3.py │ │ ├── mm_plus_mm_4.py │ │ ├── mm_plus_mm_5.py │ │ ├── mm_plus_mm_6.py │ │ ├── mm_plus_mm_7.py │ │ ├── mm_plus_mm_8.py │ │ ├── mm_plus_mm_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── outputs.json │ ├── permute_linear_fusion │ │ ├── permute_linear_fusion_1.py │ │ ├── permute_linear_fusion_10.py │ │ ├── permute_linear_fusion_2.py │ │ ├── permute_linear_fusion_3.py │ │ ├── permute_linear_fusion_4.py │ │ ├── permute_linear_fusion_5.py │ │ ├── permute_linear_fusion_6.py │ │ ├── permute_linear_fusion_7.py │ │ ├── permute_linear_fusion_8.py │ │ ├── permute_linear_fusion_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── permute_matmul_fusion │ │ ├── permute_matmul_fusion_1.py │ │ ├── permute_matmul_fusion_10.py │ │ ├── permute_matmul_fusion_2.py │ │ ├── permute_matmul_fusion_3.py │ │ ├── permute_matmul_fusion_4.py │ │ ├── permute_matmul_fusion_5.py │ │ ├── permute_matmul_fusion_6.py │ │ ├── permute_matmul_fusion_7.py │ │ ├── permute_matmul_fusion_8.py │ │ ├── permute_matmul_fusion_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── pointless_cumsum_replacement │ │ ├── pointless_cumsum_replacement_1.py │ │ ├── pointless_cumsum_replacement_10.py │ │ ├── pointless_cumsum_replacement_2.py │ │ ├── pointless_cumsum_replacement_3.py │ │ ├── pointless_cumsum_replacement_4.py │ │ ├── pointless_cumsum_replacement_5.py │ │ ├── pointless_cumsum_replacement_6.py │ │ ├── pointless_cumsum_replacement_7.py │ │ ├── pointless_cumsum_replacement_8.py │ │ ├── pointless_cumsum_replacement_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── replace_fx │ │ ├── prompt.txt │ │ ├── replace_fx_1.py │ │ ├── replace_fx_10.py │ │ ├── replace_fx_2.py │ │ ├── replace_fx_3.py │ │ ├── replace_fx_4.py │ │ ├── replace_fx_5.py │ │ ├── replace_fx_6.py │ │ ├── replace_fx_7.py │ │ ├── replace_fx_8.py │ │ ├── replace_fx_9.py │ │ └── time.txt │ ├── sfdp=0 │ │ ├── prompt.txt │ │ ├── sfdp=0_1.py │ │ ├── sfdp=0_10.py │ │ ├── sfdp=0_2.py │ │ ├── sfdp=0_3.py │ │ ├── sfdp=0_4.py │ │ ├── sfdp=0_5.py │ │ ├── sfdp=0_6.py │ │ ├── sfdp=0_7.py │ │ ├── sfdp=0_8.py │ │ ├── sfdp=0_9.py │ │ └── time.txt │ ├── sfdp=1 │ │ ├── prompt.txt │ │ ├── sfdp=1_1.py │ │ ├── sfdp=1_10.py │ │ ├── sfdp=1_2.py │ │ ├── sfdp=1_3.py │ │ ├── sfdp=1_4.py │ │ ├── sfdp=1_5.py │ │ ├── sfdp=1_6.py │ │ ├── sfdp=1_7.py │ │ ├── sfdp=1_8.py │ │ ├── sfdp=1_9.py │ │ └── time.txt │ ├── sfdp=2 │ │ ├── prompt.txt │ │ ├── sfdp=2_1.py │ │ ├── sfdp=2_10.py │ │ ├── sfdp=2_2.py │ │ ├── sfdp=2_3.py │ │ ├── sfdp=2_4.py │ │ ├── sfdp=2_5.py │ │ ├── sfdp=2_6.py │ │ ├── sfdp=2_7.py │ │ ├── sfdp=2_8.py │ │ ├── sfdp=2_9.py │ │ └── time.txt │ ├── sfdp=3 │ │ ├── prompt.txt │ │ ├── sfdp=3_1.py │ │ ├── sfdp=3_10.py │ │ ├── sfdp=3_2.py │ │ ├── sfdp=3_3.py │ │ ├── sfdp=3_4.py │ │ ├── sfdp=3_5.py │ │ ├── sfdp=3_6.py │ │ ├── sfdp=3_7.py │ │ ├── sfdp=3_8.py │ │ ├── sfdp=3_9.py │ │ └── time.txt │ ├── sfdp=4 │ │ ├── prompt.txt │ │ ├── sfdp=4_1.py │ │ ├── sfdp=4_10.py │ │ ├── sfdp=4_2.py │ │ ├── sfdp=4_3.py │ │ ├── sfdp=4_4.py │ │ ├── sfdp=4_5.py │ │ ├── sfdp=4_6.py │ │ ├── sfdp=4_7.py │ │ ├── sfdp=4_8.py │ │ ├── sfdp=4_9.py │ │ └── time.txt │ ├── sfdp=5 │ │ ├── prompt.txt │ │ ├── sfdp=5_1.py │ │ ├── sfdp=5_10.py │ │ ├── sfdp=5_2.py │ │ ├── sfdp=5_3.py │ │ ├── sfdp=5_4.py │ │ ├── sfdp=5_5.py │ │ ├── sfdp=5_6.py │ │ ├── sfdp=5_7.py │ │ ├── sfdp=5_8.py │ │ ├── sfdp=5_9.py │ │ └── time.txt │ ├── sink_cat_after_pointwise │ │ ├── prompt.txt │ │ ├── sink_cat_after_pointwise_1.py │ │ ├── sink_cat_after_pointwise_10.py │ │ ├── sink_cat_after_pointwise_2.py │ │ ├── sink_cat_after_pointwise_3.py │ │ ├── sink_cat_after_pointwise_4.py │ │ ├── sink_cat_after_pointwise_5.py │ │ ├── sink_cat_after_pointwise_6.py │ │ ├── sink_cat_after_pointwise_7.py │ │ ├── sink_cat_after_pointwise_8.py │ │ ├── sink_cat_after_pointwise_9.py │ │ └── time.txt │ ├── splitwithsizes_cat_replace │ │ ├── prompt.txt │ │ ├── splitwithsizes_cat_replace_1.py │ │ ├── splitwithsizes_cat_replace_10.py │ │ ├── splitwithsizes_cat_replace_2.py │ │ ├── splitwithsizes_cat_replace_3.py │ │ ├── splitwithsizes_cat_replace_4.py │ │ ├── splitwithsizes_cat_replace_5.py │ │ ├── splitwithsizes_cat_replace_6.py │ │ ├── splitwithsizes_cat_replace_7.py │ │ ├── splitwithsizes_cat_replace_8.py │ │ ├── splitwithsizes_cat_replace_9.py │ │ └── time.txt │ ├── unary=0 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=0_1.py │ │ ├── unary=0_10.py │ │ ├── unary=0_2.py │ │ ├── unary=0_3.py │ │ ├── unary=0_4.py │ │ ├── unary=0_5.py │ │ ├── unary=0_6.py │ │ ├── unary=0_7.py │ │ ├── unary=0_8.py │ │ └── unary=0_9.py │ ├── unary=1 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=1_1.py │ │ ├── unary=1_10.py │ │ ├── unary=1_2.py │ │ ├── unary=1_3.py │ │ ├── unary=1_4.py │ │ ├── unary=1_5.py │ │ ├── unary=1_6.py │ │ ├── unary=1_7.py │ │ ├── unary=1_8.py │ │ └── unary=1_9.py │ ├── unary=10 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=10_1.py │ │ ├── unary=10_10.py │ │ ├── unary=10_2.py │ │ ├── unary=10_3.py │ │ ├── unary=10_4.py │ │ ├── unary=10_5.py │ │ ├── unary=10_6.py │ │ ├── unary=10_7.py │ │ ├── unary=10_8.py │ │ └── unary=10_9.py │ ├── unary=11 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=11_1.py │ │ ├── unary=11_10.py │ │ ├── unary=11_2.py │ │ ├── unary=11_3.py │ │ ├── unary=11_4.py │ │ ├── unary=11_5.py │ │ ├── unary=11_6.py │ │ ├── unary=11_7.py │ │ ├── unary=11_8.py │ │ └── unary=11_9.py │ ├── unary=12 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=12_1.py │ │ ├── unary=12_10.py │ │ ├── unary=12_2.py │ │ ├── unary=12_3.py │ │ ├── unary=12_4.py │ │ ├── unary=12_5.py │ │ ├── unary=12_6.py │ │ ├── unary=12_7.py │ │ ├── unary=12_8.py │ │ └── unary=12_9.py │ ├── unary=13 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=13_1.py │ │ ├── unary=13_10.py │ │ ├── unary=13_2.py │ │ ├── unary=13_3.py │ │ ├── unary=13_4.py │ │ ├── unary=13_5.py │ │ ├── unary=13_6.py │ │ ├── unary=13_7.py │ │ ├── unary=13_8.py │ │ └── unary=13_9.py │ ├── unary=14 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=14_1.py │ │ ├── unary=14_10.py │ │ ├── unary=14_2.py │ │ ├── unary=14_3.py │ │ ├── unary=14_4.py │ │ ├── unary=14_5.py │ │ ├── unary=14_6.py │ │ ├── unary=14_7.py │ │ ├── unary=14_8.py │ │ └── unary=14_9.py │ ├── unary=15 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=15_1.py │ │ ├── unary=15_10.py │ │ ├── unary=15_2.py │ │ ├── unary=15_3.py │ │ ├── unary=15_4.py │ │ ├── unary=15_5.py │ │ ├── unary=15_6.py │ │ ├── unary=15_7.py │ │ ├── unary=15_8.py │ │ └── unary=15_9.py │ ├── unary=16 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=16_1.py │ │ ├── unary=16_10.py │ │ ├── unary=16_2.py │ │ ├── unary=16_3.py │ │ ├── unary=16_4.py │ │ ├── unary=16_5.py │ │ ├── unary=16_6.py │ │ ├── unary=16_7.py │ │ ├── unary=16_8.py │ │ └── unary=16_9.py │ ├── unary=17 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=17_1.py │ │ ├── unary=17_10.py │ │ ├── unary=17_2.py │ │ ├── unary=17_3.py │ │ ├── unary=17_4.py │ │ ├── unary=17_5.py │ │ ├── unary=17_6.py │ │ ├── unary=17_7.py │ │ ├── unary=17_8.py │ │ └── unary=17_9.py │ ├── unary=18 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=18_1.py │ │ ├── unary=18_10.py │ │ ├── unary=18_2.py │ │ ├── unary=18_3.py │ │ ├── unary=18_4.py │ │ ├── unary=18_5.py │ │ ├── unary=18_6.py │ │ ├── unary=18_7.py │ │ ├── unary=18_8.py │ │ └── unary=18_9.py │ ├── unary=19 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=19_1.py │ │ ├── unary=19_10.py │ │ ├── unary=19_2.py │ │ ├── unary=19_3.py │ │ ├── unary=19_4.py │ │ ├── unary=19_5.py │ │ ├── unary=19_6.py │ │ ├── unary=19_7.py │ │ ├── unary=19_8.py │ │ └── unary=19_9.py │ ├── unary=2 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=2_1.py │ │ ├── unary=2_10.py │ │ ├── unary=2_2.py │ │ ├── unary=2_3.py │ │ ├── unary=2_4.py │ │ ├── unary=2_5.py │ │ ├── unary=2_6.py │ │ ├── unary=2_7.py │ │ ├── unary=2_8.py │ │ └── unary=2_9.py │ ├── unary=20 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=20_1.py │ │ ├── unary=20_10.py │ │ ├── unary=20_2.py │ │ ├── unary=20_3.py │ │ ├── unary=20_4.py │ │ ├── unary=20_5.py │ │ ├── unary=20_6.py │ │ ├── unary=20_7.py │ │ ├── unary=20_8.py │ │ └── unary=20_9.py │ ├── unary=21 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=21_1.py │ │ ├── unary=21_10.py │ │ ├── unary=21_2.py │ │ ├── unary=21_3.py │ │ ├── unary=21_4.py │ │ ├── unary=21_5.py │ │ ├── unary=21_6.py │ │ ├── unary=21_7.py │ │ ├── unary=21_8.py │ │ └── unary=21_9.py │ ├── unary=22 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=22_1.py │ │ ├── unary=22_10.py │ │ ├── unary=22_2.py │ │ ├── unary=22_3.py │ │ ├── unary=22_4.py │ │ ├── unary=22_5.py │ │ ├── unary=22_6.py │ │ ├── unary=22_7.py │ │ ├── unary=22_8.py │ │ └── unary=22_9.py │ ├── unary=23 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=23_1.py │ │ ├── unary=23_10.py │ │ ├── unary=23_2.py │ │ ├── unary=23_3.py │ │ ├── unary=23_4.py │ │ ├── unary=23_5.py │ │ ├── unary=23_6.py │ │ ├── unary=23_7.py │ │ ├── unary=23_8.py │ │ └── unary=23_9.py │ ├── unary=24 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=24_1.py │ │ ├── unary=24_10.py │ │ ├── unary=24_2.py │ │ ├── unary=24_3.py │ │ ├── unary=24_4.py │ │ ├── unary=24_5.py │ │ ├── unary=24_6.py │ │ ├── unary=24_7.py │ │ ├── unary=24_8.py │ │ └── unary=24_9.py │ ├── unary=25 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=25_1.py │ │ ├── unary=25_10.py │ │ ├── unary=25_2.py │ │ ├── unary=25_3.py │ │ ├── unary=25_4.py │ │ ├── unary=25_5.py │ │ ├── unary=25_6.py │ │ ├── unary=25_7.py │ │ ├── unary=25_8.py │ │ └── unary=25_9.py │ ├── unary=26 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=26_1.py │ │ ├── unary=26_10.py │ │ ├── unary=26_2.py │ │ ├── unary=26_3.py │ │ ├── unary=26_4.py │ │ ├── unary=26_5.py │ │ ├── unary=26_6.py │ │ ├── unary=26_7.py │ │ ├── unary=26_8.py │ │ └── unary=26_9.py │ ├── unary=27 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=27_1.py │ │ ├── unary=27_10.py │ │ ├── unary=27_2.py │ │ ├── unary=27_3.py │ │ ├── unary=27_4.py │ │ ├── unary=27_5.py │ │ ├── unary=27_6.py │ │ ├── unary=27_7.py │ │ ├── unary=27_8.py │ │ └── unary=27_9.py │ ├── unary=28 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=28_1.py │ │ ├── unary=28_10.py │ │ ├── unary=28_2.py │ │ ├── unary=28_3.py │ │ ├── unary=28_4.py │ │ ├── unary=28_5.py │ │ ├── unary=28_6.py │ │ ├── unary=28_7.py │ │ ├── unary=28_8.py │ │ └── unary=28_9.py │ ├── unary=29 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=29_1.py │ │ ├── unary=29_10.py │ │ ├── unary=29_2.py │ │ ├── unary=29_3.py │ │ ├── unary=29_4.py │ │ ├── unary=29_5.py │ │ ├── unary=29_6.py │ │ ├── unary=29_7.py │ │ ├── unary=29_8.py │ │ └── unary=29_9.py │ ├── unary=3 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=3_1.py │ │ ├── unary=3_10.py │ │ ├── unary=3_2.py │ │ ├── unary=3_3.py │ │ ├── unary=3_4.py │ │ ├── unary=3_5.py │ │ ├── unary=3_6.py │ │ ├── unary=3_7.py │ │ ├── unary=3_8.py │ │ └── unary=3_9.py │ ├── unary=4 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=4_1.py │ │ ├── unary=4_10.py │ │ ├── unary=4_2.py │ │ ├── unary=4_3.py │ │ ├── unary=4_4.py │ │ ├── unary=4_5.py │ │ ├── unary=4_6.py │ │ ├── unary=4_7.py │ │ ├── unary=4_8.py │ │ └── unary=4_9.py │ ├── unary=5 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=5_1.py │ │ ├── unary=5_10.py │ │ ├── unary=5_2.py │ │ ├── unary=5_3.py │ │ ├── unary=5_4.py │ │ ├── unary=5_5.py │ │ ├── unary=5_6.py │ │ ├── unary=5_7.py │ │ ├── unary=5_8.py │ │ └── unary=5_9.py │ ├── unary=6 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=6_1.py │ │ ├── unary=6_10.py │ │ ├── unary=6_2.py │ │ ├── unary=6_3.py │ │ ├── unary=6_4.py │ │ ├── unary=6_5.py │ │ ├── unary=6_6.py │ │ ├── unary=6_7.py │ │ ├── unary=6_8.py │ │ └── unary=6_9.py │ ├── unary=7 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=7_1.py │ │ ├── unary=7_10.py │ │ ├── unary=7_2.py │ │ ├── unary=7_3.py │ │ ├── unary=7_4.py │ │ ├── unary=7_5.py │ │ ├── unary=7_6.py │ │ ├── unary=7_7.py │ │ ├── unary=7_8.py │ │ └── unary=7_9.py │ ├── unary=8 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=8_1.py │ │ ├── unary=8_10.py │ │ ├── unary=8_2.py │ │ ├── unary=8_3.py │ │ ├── unary=8_4.py │ │ ├── unary=8_5.py │ │ ├── unary=8_6.py │ │ ├── unary=8_7.py │ │ ├── unary=8_8.py │ │ └── unary=8_9.py │ └── unary=9 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=9_1.py │ │ ├── unary=9_10.py │ │ ├── unary=9_2.py │ │ ├── unary=9_3.py │ │ ├── unary=9_4.py │ │ ├── unary=9_5.py │ │ ├── unary=9_6.py │ │ ├── unary=9_7.py │ │ ├── unary=9_8.py │ │ └── unary=9_9.py │ ├── step55-3shot │ ├── addmm │ │ ├── addmm_1.py │ │ ├── addmm_10.py │ │ ├── addmm_2.py │ │ ├── addmm_3.py │ │ ├── addmm_4.py │ │ ├── addmm_5.py │ │ ├── addmm_6.py │ │ ├── addmm_7.py │ │ ├── addmm_8.py │ │ ├── addmm_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── binary=0 │ │ ├── binary=0_1.py │ │ ├── binary=0_10.py │ │ ├── binary=0_2.py │ │ ├── binary=0_3.py │ │ ├── binary=0_4.py │ │ ├── binary=0_5.py │ │ ├── binary=0_6.py │ │ ├── binary=0_7.py │ │ ├── binary=0_8.py │ │ ├── binary=0_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── binary=10 │ │ ├── binary=10_1.py │ │ ├── binary=10_10.py │ │ ├── binary=10_2.py │ │ ├── binary=10_3.py │ │ ├── binary=10_4.py │ │ ├── binary=10_5.py │ │ ├── binary=10_6.py │ │ ├── binary=10_7.py │ │ ├── binary=10_8.py │ │ ├── binary=10_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── binary=2 │ │ ├── binary=2_1.py │ │ ├── binary=2_10.py │ │ ├── binary=2_2.py │ │ ├── binary=2_3.py │ │ ├── binary=2_4.py │ │ ├── binary=2_5.py │ │ ├── binary=2_6.py │ │ ├── binary=2_7.py │ │ ├── binary=2_8.py │ │ ├── binary=2_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── binary=4 │ │ ├── binary=4_1.py │ │ ├── binary=4_10.py │ │ ├── binary=4_2.py │ │ ├── binary=4_3.py │ │ ├── binary=4_4.py │ │ ├── binary=4_5.py │ │ ├── binary=4_6.py │ │ ├── binary=4_7.py │ │ ├── binary=4_8.py │ │ ├── binary=4_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── binary=6 │ │ ├── binary=6_1.py │ │ ├── binary=6_10.py │ │ ├── binary=6_2.py │ │ ├── binary=6_3.py │ │ ├── binary=6_4.py │ │ ├── binary=6_5.py │ │ ├── binary=6_6.py │ │ ├── binary=6_7.py │ │ ├── binary=6_8.py │ │ ├── binary=6_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── binary=8 │ │ ├── binary=8_1.py │ │ ├── binary=8_10.py │ │ ├── binary=8_2.py │ │ ├── binary=8_3.py │ │ ├── binary=8_4.py │ │ ├── binary=8_5.py │ │ ├── binary=8_6.py │ │ ├── binary=8_7.py │ │ ├── binary=8_8.py │ │ ├── binary=8_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── binary_unary=0 │ │ ├── binary_unary=0_1.py │ │ ├── binary_unary=0_10.py │ │ ├── binary_unary=0_2.py │ │ ├── binary_unary=0_3.py │ │ ├── binary_unary=0_4.py │ │ ├── binary_unary=0_5.py │ │ ├── binary_unary=0_6.py │ │ ├── binary_unary=0_7.py │ │ ├── binary_unary=0_8.py │ │ ├── binary_unary=0_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── binary_unary=10 │ │ ├── binary_unary=10_1.py │ │ ├── binary_unary=10_10.py │ │ ├── binary_unary=10_2.py │ │ ├── binary_unary=10_3.py │ │ ├── binary_unary=10_4.py │ │ ├── binary_unary=10_5.py │ │ ├── binary_unary=10_6.py │ │ ├── binary_unary=10_7.py │ │ ├── binary_unary=10_8.py │ │ ├── binary_unary=10_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── binary_unary=2 │ │ ├── binary_unary=2_1.py │ │ ├── binary_unary=2_10.py │ │ ├── binary_unary=2_2.py │ │ ├── binary_unary=2_3.py │ │ ├── binary_unary=2_4.py │ │ ├── binary_unary=2_5.py │ │ ├── binary_unary=2_6.py │ │ ├── binary_unary=2_7.py │ │ ├── binary_unary=2_8.py │ │ ├── binary_unary=2_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── binary_unary=4 │ │ ├── binary_unary=4_1.py │ │ ├── binary_unary=4_10.py │ │ ├── binary_unary=4_2.py │ │ ├── binary_unary=4_3.py │ │ ├── binary_unary=4_4.py │ │ ├── binary_unary=4_5.py │ │ ├── binary_unary=4_6.py │ │ ├── binary_unary=4_7.py │ │ ├── binary_unary=4_8.py │ │ ├── binary_unary=4_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── binary_unary=6 │ │ ├── binary_unary=6_1.py │ │ ├── binary_unary=6_10.py │ │ ├── binary_unary=6_2.py │ │ ├── binary_unary=6_3.py │ │ ├── binary_unary=6_4.py │ │ ├── binary_unary=6_5.py │ │ ├── binary_unary=6_6.py │ │ ├── binary_unary=6_7.py │ │ ├── binary_unary=6_8.py │ │ ├── binary_unary=6_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── binary_unary=8 │ │ ├── binary_unary=8_1.py │ │ ├── binary_unary=8_10.py │ │ ├── binary_unary=8_2.py │ │ ├── binary_unary=8_3.py │ │ ├── binary_unary=8_4.py │ │ ├── binary_unary=8_5.py │ │ ├── binary_unary=8_6.py │ │ ├── binary_unary=8_7.py │ │ ├── binary_unary=8_8.py │ │ ├── binary_unary=8_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── cat_addmm │ │ ├── cat_addmm_1.py │ │ ├── cat_addmm_10.py │ │ ├── cat_addmm_2.py │ │ ├── cat_addmm_3.py │ │ ├── cat_addmm_4.py │ │ ├── cat_addmm_5.py │ │ ├── cat_addmm_6.py │ │ ├── cat_addmm_7.py │ │ ├── cat_addmm_8.py │ │ ├── cat_addmm_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── cat_mm │ │ ├── cat_mm_1.py │ │ ├── cat_mm_10.py │ │ ├── cat_mm_2.py │ │ ├── cat_mm_3.py │ │ ├── cat_mm_4.py │ │ ├── cat_mm_5.py │ │ ├── cat_mm_6.py │ │ ├── cat_mm_7.py │ │ ├── cat_mm_8.py │ │ ├── cat_mm_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── cat_slice_cat │ │ ├── cat_slice_cat_1.py │ │ ├── cat_slice_cat_10.py │ │ ├── cat_slice_cat_2.py │ │ ├── cat_slice_cat_3.py │ │ ├── cat_slice_cat_4.py │ │ ├── cat_slice_cat_5.py │ │ ├── cat_slice_cat_6.py │ │ ├── cat_slice_cat_7.py │ │ ├── cat_slice_cat_8.py │ │ ├── cat_slice_cat_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── fuse_conv_bn │ │ ├── fuse_conv_bn_1.py │ │ ├── fuse_conv_bn_10.py │ │ ├── fuse_conv_bn_2.py │ │ ├── fuse_conv_bn_3.py │ │ ├── fuse_conv_bn_4.py │ │ ├── fuse_conv_bn_5.py │ │ ├── fuse_conv_bn_6.py │ │ ├── fuse_conv_bn_7.py │ │ ├── fuse_conv_bn_8.py │ │ ├── fuse_conv_bn_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── linear_permute_fusion │ │ ├── linear_permute_fusion_1.py │ │ ├── linear_permute_fusion_10.py │ │ ├── linear_permute_fusion_2.py │ │ ├── linear_permute_fusion_3.py │ │ ├── linear_permute_fusion_4.py │ │ ├── linear_permute_fusion_5.py │ │ ├── linear_permute_fusion_6.py │ │ ├── linear_permute_fusion_7.py │ │ ├── linear_permute_fusion_8.py │ │ ├── linear_permute_fusion_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── mm_plus_mm │ │ ├── mm_plus_mm_1.py │ │ ├── mm_plus_mm_10.py │ │ ├── mm_plus_mm_2.py │ │ ├── mm_plus_mm_3.py │ │ ├── mm_plus_mm_4.py │ │ ├── mm_plus_mm_5.py │ │ ├── mm_plus_mm_6.py │ │ ├── mm_plus_mm_7.py │ │ ├── mm_plus_mm_8.py │ │ ├── mm_plus_mm_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── outputs.json │ ├── permute_linear_fusion │ │ ├── permute_linear_fusion_1.py │ │ ├── permute_linear_fusion_10.py │ │ ├── permute_linear_fusion_2.py │ │ ├── permute_linear_fusion_3.py │ │ ├── permute_linear_fusion_4.py │ │ ├── permute_linear_fusion_5.py │ │ ├── permute_linear_fusion_6.py │ │ ├── permute_linear_fusion_7.py │ │ ├── permute_linear_fusion_8.py │ │ ├── permute_linear_fusion_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── permute_matmul_fusion │ │ ├── permute_matmul_fusion_1.py │ │ ├── permute_matmul_fusion_10.py │ │ ├── permute_matmul_fusion_2.py │ │ ├── permute_matmul_fusion_3.py │ │ ├── permute_matmul_fusion_4.py │ │ ├── permute_matmul_fusion_5.py │ │ ├── permute_matmul_fusion_6.py │ │ ├── permute_matmul_fusion_7.py │ │ ├── permute_matmul_fusion_8.py │ │ ├── permute_matmul_fusion_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── pointless_cumsum_replacement │ │ ├── pointless_cumsum_replacement_1.py │ │ ├── pointless_cumsum_replacement_10.py │ │ ├── pointless_cumsum_replacement_2.py │ │ ├── pointless_cumsum_replacement_3.py │ │ ├── pointless_cumsum_replacement_4.py │ │ ├── pointless_cumsum_replacement_5.py │ │ ├── pointless_cumsum_replacement_6.py │ │ ├── pointless_cumsum_replacement_7.py │ │ ├── pointless_cumsum_replacement_8.py │ │ ├── pointless_cumsum_replacement_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── replace_fx │ │ ├── prompt.txt │ │ ├── replace_fx_1.py │ │ ├── replace_fx_10.py │ │ ├── replace_fx_2.py │ │ ├── replace_fx_3.py │ │ ├── replace_fx_4.py │ │ ├── replace_fx_5.py │ │ ├── replace_fx_6.py │ │ ├── replace_fx_7.py │ │ ├── replace_fx_8.py │ │ ├── replace_fx_9.py │ │ └── time.txt │ ├── sfdp=0 │ │ ├── prompt.txt │ │ ├── sfdp=0_1.py │ │ ├── sfdp=0_10.py │ │ ├── sfdp=0_2.py │ │ ├── sfdp=0_3.py │ │ ├── sfdp=0_4.py │ │ ├── sfdp=0_5.py │ │ ├── sfdp=0_6.py │ │ ├── sfdp=0_7.py │ │ ├── sfdp=0_8.py │ │ ├── sfdp=0_9.py │ │ └── time.txt │ ├── sfdp=1 │ │ ├── prompt.txt │ │ ├── sfdp=1_1.py │ │ ├── sfdp=1_10.py │ │ ├── sfdp=1_2.py │ │ ├── sfdp=1_3.py │ │ ├── sfdp=1_4.py │ │ ├── sfdp=1_5.py │ │ ├── sfdp=1_6.py │ │ ├── sfdp=1_7.py │ │ ├── sfdp=1_8.py │ │ ├── sfdp=1_9.py │ │ └── time.txt │ ├── sfdp=2 │ │ ├── prompt.txt │ │ ├── sfdp=2_1.py │ │ ├── sfdp=2_10.py │ │ ├── sfdp=2_2.py │ │ ├── sfdp=2_3.py │ │ ├── sfdp=2_4.py │ │ ├── sfdp=2_5.py │ │ ├── sfdp=2_6.py │ │ ├── sfdp=2_7.py │ │ ├── sfdp=2_8.py │ │ ├── sfdp=2_9.py │ │ └── time.txt │ ├── sfdp=3 │ │ ├── prompt.txt │ │ ├── sfdp=3_1.py │ │ ├── sfdp=3_10.py │ │ ├── sfdp=3_2.py │ │ ├── sfdp=3_3.py │ │ ├── sfdp=3_4.py │ │ ├── sfdp=3_5.py │ │ ├── sfdp=3_6.py │ │ ├── sfdp=3_7.py │ │ ├── sfdp=3_8.py │ │ ├── sfdp=3_9.py │ │ └── time.txt │ ├── sfdp=4 │ │ ├── prompt.txt │ │ ├── sfdp=4_1.py │ │ ├── sfdp=4_10.py │ │ ├── sfdp=4_2.py │ │ ├── sfdp=4_3.py │ │ ├── sfdp=4_4.py │ │ ├── sfdp=4_5.py │ │ ├── sfdp=4_6.py │ │ ├── sfdp=4_7.py │ │ ├── sfdp=4_8.py │ │ ├── sfdp=4_9.py │ │ └── time.txt │ ├── sfdp=5 │ │ ├── prompt.txt │ │ ├── sfdp=5_1.py │ │ ├── sfdp=5_10.py │ │ ├── sfdp=5_2.py │ │ ├── sfdp=5_3.py │ │ ├── sfdp=5_4.py │ │ ├── sfdp=5_5.py │ │ ├── sfdp=5_6.py │ │ ├── sfdp=5_7.py │ │ ├── sfdp=5_8.py │ │ ├── sfdp=5_9.py │ │ └── time.txt │ ├── sink_cat_after_pointwise │ │ ├── prompt.txt │ │ ├── sink_cat_after_pointwise_1.py │ │ ├── sink_cat_after_pointwise_10.py │ │ ├── sink_cat_after_pointwise_2.py │ │ ├── sink_cat_after_pointwise_3.py │ │ ├── sink_cat_after_pointwise_4.py │ │ ├── sink_cat_after_pointwise_5.py │ │ ├── sink_cat_after_pointwise_6.py │ │ ├── sink_cat_after_pointwise_7.py │ │ ├── sink_cat_after_pointwise_8.py │ │ ├── sink_cat_after_pointwise_9.py │ │ └── time.txt │ ├── splitwithsizes_cat_replace │ │ ├── prompt.txt │ │ ├── splitwithsizes_cat_replace_1.py │ │ ├── splitwithsizes_cat_replace_10.py │ │ ├── splitwithsizes_cat_replace_2.py │ │ ├── splitwithsizes_cat_replace_3.py │ │ ├── splitwithsizes_cat_replace_4.py │ │ ├── splitwithsizes_cat_replace_5.py │ │ ├── splitwithsizes_cat_replace_6.py │ │ ├── splitwithsizes_cat_replace_7.py │ │ ├── splitwithsizes_cat_replace_8.py │ │ ├── splitwithsizes_cat_replace_9.py │ │ └── time.txt │ ├── unary=0 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=0_1.py │ │ ├── unary=0_10.py │ │ ├── unary=0_2.py │ │ ├── unary=0_3.py │ │ ├── unary=0_4.py │ │ ├── unary=0_5.py │ │ ├── unary=0_6.py │ │ ├── unary=0_7.py │ │ ├── unary=0_8.py │ │ └── unary=0_9.py │ ├── unary=1 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=1_1.py │ │ ├── unary=1_10.py │ │ ├── unary=1_2.py │ │ ├── unary=1_3.py │ │ ├── unary=1_4.py │ │ ├── unary=1_5.py │ │ ├── unary=1_6.py │ │ ├── unary=1_7.py │ │ ├── unary=1_8.py │ │ └── unary=1_9.py │ ├── unary=10 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=10_1.py │ │ ├── unary=10_10.py │ │ ├── unary=10_2.py │ │ ├── unary=10_3.py │ │ ├── unary=10_4.py │ │ ├── unary=10_5.py │ │ ├── unary=10_6.py │ │ ├── unary=10_7.py │ │ ├── unary=10_8.py │ │ └── unary=10_9.py │ ├── unary=11 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=11_1.py │ │ ├── unary=11_10.py │ │ ├── unary=11_2.py │ │ ├── unary=11_3.py │ │ ├── unary=11_4.py │ │ ├── unary=11_5.py │ │ ├── unary=11_6.py │ │ ├── unary=11_7.py │ │ ├── unary=11_8.py │ │ └── unary=11_9.py │ ├── unary=12 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=12_1.py │ │ ├── unary=12_10.py │ │ ├── unary=12_2.py │ │ ├── unary=12_3.py │ │ ├── unary=12_4.py │ │ ├── unary=12_5.py │ │ ├── unary=12_6.py │ │ ├── unary=12_7.py │ │ ├── unary=12_8.py │ │ └── unary=12_9.py │ ├── unary=13 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=13_1.py │ │ ├── unary=13_10.py │ │ ├── unary=13_2.py │ │ ├── unary=13_3.py │ │ ├── unary=13_4.py │ │ ├── unary=13_5.py │ │ ├── unary=13_6.py │ │ ├── unary=13_7.py │ │ ├── unary=13_8.py │ │ └── unary=13_9.py │ ├── unary=14 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=14_1.py │ │ ├── unary=14_10.py │ │ ├── unary=14_2.py │ │ ├── unary=14_3.py │ │ ├── unary=14_4.py │ │ ├── unary=14_5.py │ │ ├── unary=14_6.py │ │ ├── unary=14_7.py │ │ ├── unary=14_8.py │ │ └── unary=14_9.py │ ├── unary=15 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=15_1.py │ │ ├── unary=15_10.py │ │ ├── unary=15_2.py │ │ ├── unary=15_3.py │ │ ├── unary=15_4.py │ │ ├── unary=15_5.py │ │ ├── unary=15_6.py │ │ ├── unary=15_7.py │ │ ├── unary=15_8.py │ │ └── unary=15_9.py │ ├── unary=16 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=16_1.py │ │ ├── unary=16_10.py │ │ ├── unary=16_2.py │ │ ├── unary=16_3.py │ │ ├── unary=16_4.py │ │ ├── unary=16_5.py │ │ ├── unary=16_6.py │ │ ├── unary=16_7.py │ │ ├── unary=16_8.py │ │ └── unary=16_9.py │ ├── unary=17 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=17_1.py │ │ ├── unary=17_10.py │ │ ├── unary=17_2.py │ │ ├── unary=17_3.py │ │ ├── unary=17_4.py │ │ ├── unary=17_5.py │ │ ├── unary=17_6.py │ │ ├── unary=17_7.py │ │ ├── unary=17_8.py │ │ └── unary=17_9.py │ ├── unary=18 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=18_1.py │ │ ├── unary=18_10.py │ │ ├── unary=18_2.py │ │ ├── unary=18_3.py │ │ ├── unary=18_4.py │ │ ├── unary=18_5.py │ │ ├── unary=18_6.py │ │ ├── unary=18_7.py │ │ ├── unary=18_8.py │ │ └── unary=18_9.py │ ├── unary=19 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=19_1.py │ │ ├── unary=19_10.py │ │ ├── unary=19_2.py │ │ ├── unary=19_3.py │ │ ├── unary=19_4.py │ │ ├── unary=19_5.py │ │ ├── unary=19_6.py │ │ ├── unary=19_7.py │ │ ├── unary=19_8.py │ │ └── unary=19_9.py │ ├── unary=2 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=2_1.py │ │ ├── unary=2_10.py │ │ ├── unary=2_2.py │ │ ├── unary=2_3.py │ │ ├── unary=2_4.py │ │ ├── unary=2_5.py │ │ ├── unary=2_6.py │ │ ├── unary=2_7.py │ │ ├── unary=2_8.py │ │ └── unary=2_9.py │ ├── unary=20 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=20_1.py │ │ ├── unary=20_10.py │ │ ├── unary=20_2.py │ │ ├── unary=20_3.py │ │ ├── unary=20_4.py │ │ ├── unary=20_5.py │ │ ├── unary=20_6.py │ │ ├── unary=20_7.py │ │ ├── unary=20_8.py │ │ └── unary=20_9.py │ ├── unary=21 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=21_1.py │ │ ├── unary=21_10.py │ │ ├── unary=21_2.py │ │ ├── unary=21_3.py │ │ ├── unary=21_4.py │ │ ├── unary=21_5.py │ │ ├── unary=21_6.py │ │ ├── unary=21_7.py │ │ ├── unary=21_8.py │ │ └── unary=21_9.py │ ├── unary=22 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=22_1.py │ │ ├── unary=22_10.py │ │ ├── unary=22_2.py │ │ ├── unary=22_3.py │ │ ├── unary=22_4.py │ │ ├── unary=22_5.py │ │ ├── unary=22_6.py │ │ ├── unary=22_7.py │ │ ├── unary=22_8.py │ │ └── unary=22_9.py │ ├── unary=23 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=23_1.py │ │ ├── unary=23_10.py │ │ ├── unary=23_2.py │ │ ├── unary=23_3.py │ │ ├── unary=23_4.py │ │ ├── unary=23_5.py │ │ ├── unary=23_6.py │ │ ├── unary=23_7.py │ │ ├── unary=23_8.py │ │ └── unary=23_9.py │ ├── unary=24 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=24_1.py │ │ ├── unary=24_10.py │ │ ├── unary=24_2.py │ │ ├── unary=24_3.py │ │ ├── unary=24_4.py │ │ ├── unary=24_5.py │ │ ├── unary=24_6.py │ │ ├── unary=24_7.py │ │ ├── unary=24_8.py │ │ └── unary=24_9.py │ ├── unary=25 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=25_1.py │ │ ├── unary=25_10.py │ │ ├── unary=25_2.py │ │ ├── unary=25_3.py │ │ ├── unary=25_4.py │ │ ├── unary=25_5.py │ │ ├── unary=25_6.py │ │ ├── unary=25_7.py │ │ ├── unary=25_8.py │ │ └── unary=25_9.py │ ├── unary=26 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=26_1.py │ │ ├── unary=26_10.py │ │ ├── unary=26_2.py │ │ ├── unary=26_3.py │ │ ├── unary=26_4.py │ │ ├── unary=26_5.py │ │ ├── unary=26_6.py │ │ ├── unary=26_7.py │ │ ├── unary=26_8.py │ │ └── unary=26_9.py │ ├── unary=27 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=27_1.py │ │ ├── unary=27_10.py │ │ ├── unary=27_2.py │ │ ├── unary=27_3.py │ │ ├── unary=27_4.py │ │ ├── unary=27_5.py │ │ ├── unary=27_6.py │ │ ├── unary=27_7.py │ │ ├── unary=27_8.py │ │ └── unary=27_9.py │ ├── unary=28 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=28_1.py │ │ ├── unary=28_10.py │ │ ├── unary=28_2.py │ │ ├── unary=28_3.py │ │ ├── unary=28_4.py │ │ ├── unary=28_5.py │ │ ├── unary=28_6.py │ │ ├── unary=28_7.py │ │ ├── unary=28_8.py │ │ └── unary=28_9.py │ ├── unary=29 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=29_1.py │ │ ├── unary=29_10.py │ │ ├── unary=29_2.py │ │ ├── unary=29_3.py │ │ ├── unary=29_4.py │ │ ├── unary=29_5.py │ │ ├── unary=29_6.py │ │ ├── unary=29_7.py │ │ ├── unary=29_8.py │ │ └── unary=29_9.py │ ├── unary=3 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=3_1.py │ │ ├── unary=3_10.py │ │ ├── unary=3_2.py │ │ ├── unary=3_3.py │ │ ├── unary=3_4.py │ │ ├── unary=3_5.py │ │ ├── unary=3_6.py │ │ ├── unary=3_7.py │ │ ├── unary=3_8.py │ │ └── unary=3_9.py │ ├── unary=4 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=4_1.py │ │ ├── unary=4_10.py │ │ ├── unary=4_2.py │ │ ├── unary=4_3.py │ │ ├── unary=4_4.py │ │ ├── unary=4_5.py │ │ ├── unary=4_6.py │ │ ├── unary=4_7.py │ │ ├── unary=4_8.py │ │ └── unary=4_9.py │ ├── unary=5 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=5_1.py │ │ ├── unary=5_10.py │ │ ├── unary=5_2.py │ │ ├── unary=5_3.py │ │ ├── unary=5_4.py │ │ ├── unary=5_5.py │ │ ├── unary=5_6.py │ │ ├── unary=5_7.py │ │ ├── unary=5_8.py │ │ └── unary=5_9.py │ ├── unary=6 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=6_1.py │ │ ├── unary=6_10.py │ │ ├── unary=6_2.py │ │ ├── unary=6_3.py │ │ ├── unary=6_4.py │ │ ├── unary=6_5.py │ │ ├── unary=6_6.py │ │ ├── unary=6_7.py │ │ ├── unary=6_8.py │ │ └── unary=6_9.py │ ├── unary=7 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=7_1.py │ │ ├── unary=7_10.py │ │ ├── unary=7_2.py │ │ ├── unary=7_3.py │ │ ├── unary=7_4.py │ │ ├── unary=7_5.py │ │ ├── unary=7_6.py │ │ ├── unary=7_7.py │ │ ├── unary=7_8.py │ │ └── unary=7_9.py │ ├── unary=8 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=8_1.py │ │ ├── unary=8_10.py │ │ ├── unary=8_2.py │ │ ├── unary=8_3.py │ │ ├── unary=8_4.py │ │ ├── unary=8_5.py │ │ ├── unary=8_6.py │ │ ├── unary=8_7.py │ │ ├── unary=8_8.py │ │ └── unary=8_9.py │ └── unary=9 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=9_1.py │ │ ├── unary=9_10.py │ │ ├── unary=9_2.py │ │ ├── unary=9_3.py │ │ ├── unary=9_4.py │ │ ├── unary=9_5.py │ │ ├── unary=9_6.py │ │ ├── unary=9_7.py │ │ ├── unary=9_8.py │ │ └── unary=9_9.py │ ├── step56-3shot │ ├── addmm │ │ ├── addmm_1.py │ │ ├── addmm_10.py │ │ ├── addmm_2.py │ │ ├── addmm_3.py │ │ ├── addmm_4.py │ │ ├── addmm_5.py │ │ ├── addmm_6.py │ │ ├── addmm_7.py │ │ ├── addmm_8.py │ │ ├── addmm_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── binary=0 │ │ ├── binary=0_1.py │ │ ├── binary=0_10.py │ │ ├── binary=0_2.py │ │ ├── binary=0_3.py │ │ ├── binary=0_4.py │ │ ├── binary=0_5.py │ │ ├── binary=0_6.py │ │ ├── binary=0_7.py │ │ ├── binary=0_8.py │ │ ├── binary=0_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── binary=10 │ │ ├── binary=10_1.py │ │ ├── binary=10_10.py │ │ ├── binary=10_2.py │ │ ├── binary=10_3.py │ │ ├── binary=10_4.py │ │ ├── binary=10_5.py │ │ ├── binary=10_6.py │ │ ├── binary=10_7.py │ │ ├── binary=10_8.py │ │ ├── binary=10_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── binary=2 │ │ ├── binary=2_1.py │ │ ├── binary=2_10.py │ │ ├── binary=2_2.py │ │ ├── binary=2_3.py │ │ ├── binary=2_4.py │ │ ├── binary=2_5.py │ │ ├── binary=2_6.py │ │ ├── binary=2_7.py │ │ ├── binary=2_8.py │ │ ├── binary=2_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── binary=4 │ │ ├── binary=4_1.py │ │ ├── binary=4_10.py │ │ ├── binary=4_2.py │ │ ├── binary=4_3.py │ │ ├── binary=4_4.py │ │ ├── binary=4_5.py │ │ ├── binary=4_6.py │ │ ├── binary=4_7.py │ │ ├── binary=4_8.py │ │ ├── binary=4_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── binary=6 │ │ ├── binary=6_1.py │ │ ├── binary=6_10.py │ │ ├── binary=6_2.py │ │ ├── binary=6_3.py │ │ ├── binary=6_4.py │ │ ├── binary=6_5.py │ │ ├── binary=6_6.py │ │ ├── binary=6_7.py │ │ ├── binary=6_8.py │ │ ├── binary=6_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── binary=8 │ │ ├── binary=8_1.py │ │ ├── binary=8_10.py │ │ ├── binary=8_2.py │ │ ├── binary=8_3.py │ │ ├── binary=8_4.py │ │ ├── binary=8_5.py │ │ ├── binary=8_6.py │ │ ├── binary=8_7.py │ │ ├── binary=8_8.py │ │ ├── binary=8_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── binary_unary=0 │ │ ├── binary_unary=0_1.py │ │ ├── binary_unary=0_10.py │ │ ├── binary_unary=0_2.py │ │ ├── binary_unary=0_3.py │ │ ├── binary_unary=0_4.py │ │ ├── binary_unary=0_5.py │ │ ├── binary_unary=0_6.py │ │ ├── binary_unary=0_7.py │ │ ├── binary_unary=0_8.py │ │ ├── binary_unary=0_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── binary_unary=10 │ │ ├── binary_unary=10_1.py │ │ ├── binary_unary=10_10.py │ │ ├── binary_unary=10_2.py │ │ ├── binary_unary=10_3.py │ │ ├── binary_unary=10_4.py │ │ ├── binary_unary=10_5.py │ │ ├── binary_unary=10_6.py │ │ ├── binary_unary=10_7.py │ │ ├── binary_unary=10_8.py │ │ ├── binary_unary=10_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── binary_unary=2 │ │ ├── binary_unary=2_1.py │ │ ├── binary_unary=2_10.py │ │ ├── binary_unary=2_2.py │ │ ├── binary_unary=2_3.py │ │ ├── binary_unary=2_4.py │ │ ├── binary_unary=2_5.py │ │ ├── binary_unary=2_6.py │ │ ├── binary_unary=2_7.py │ │ ├── binary_unary=2_8.py │ │ ├── binary_unary=2_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── binary_unary=4 │ │ ├── binary_unary=4_1.py │ │ ├── binary_unary=4_10.py │ │ ├── binary_unary=4_2.py │ │ ├── binary_unary=4_3.py │ │ ├── binary_unary=4_4.py │ │ ├── binary_unary=4_5.py │ │ ├── binary_unary=4_6.py │ │ ├── binary_unary=4_7.py │ │ ├── binary_unary=4_8.py │ │ ├── binary_unary=4_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── binary_unary=6 │ │ ├── binary_unary=6_1.py │ │ ├── binary_unary=6_10.py │ │ ├── binary_unary=6_2.py │ │ ├── binary_unary=6_3.py │ │ ├── binary_unary=6_4.py │ │ ├── binary_unary=6_5.py │ │ ├── binary_unary=6_6.py │ │ ├── binary_unary=6_7.py │ │ ├── binary_unary=6_8.py │ │ ├── binary_unary=6_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── binary_unary=8 │ │ ├── binary_unary=8_1.py │ │ ├── binary_unary=8_10.py │ │ ├── binary_unary=8_2.py │ │ ├── binary_unary=8_3.py │ │ ├── binary_unary=8_4.py │ │ ├── binary_unary=8_5.py │ │ ├── binary_unary=8_6.py │ │ ├── binary_unary=8_7.py │ │ ├── binary_unary=8_8.py │ │ ├── binary_unary=8_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── cat_addmm │ │ ├── cat_addmm_1.py │ │ ├── cat_addmm_10.py │ │ ├── cat_addmm_2.py │ │ ├── cat_addmm_3.py │ │ ├── cat_addmm_4.py │ │ ├── cat_addmm_5.py │ │ ├── cat_addmm_6.py │ │ ├── cat_addmm_7.py │ │ ├── cat_addmm_8.py │ │ ├── cat_addmm_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── cat_mm │ │ ├── cat_mm_1.py │ │ ├── cat_mm_10.py │ │ ├── cat_mm_2.py │ │ ├── cat_mm_3.py │ │ ├── cat_mm_4.py │ │ ├── cat_mm_5.py │ │ ├── cat_mm_6.py │ │ ├── cat_mm_7.py │ │ ├── cat_mm_8.py │ │ ├── cat_mm_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── cat_slice_cat │ │ ├── cat_slice_cat_1.py │ │ ├── cat_slice_cat_10.py │ │ ├── cat_slice_cat_2.py │ │ ├── cat_slice_cat_3.py │ │ ├── cat_slice_cat_4.py │ │ ├── cat_slice_cat_5.py │ │ ├── cat_slice_cat_6.py │ │ ├── cat_slice_cat_7.py │ │ ├── cat_slice_cat_8.py │ │ ├── cat_slice_cat_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── fuse_conv_bn │ │ ├── fuse_conv_bn_1.py │ │ ├── fuse_conv_bn_10.py │ │ ├── fuse_conv_bn_2.py │ │ ├── fuse_conv_bn_3.py │ │ ├── fuse_conv_bn_4.py │ │ ├── fuse_conv_bn_5.py │ │ ├── fuse_conv_bn_6.py │ │ ├── fuse_conv_bn_7.py │ │ ├── fuse_conv_bn_8.py │ │ ├── fuse_conv_bn_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── linear_permute_fusion │ │ ├── linear_permute_fusion_1.py │ │ ├── linear_permute_fusion_10.py │ │ ├── linear_permute_fusion_2.py │ │ ├── linear_permute_fusion_3.py │ │ ├── linear_permute_fusion_4.py │ │ ├── linear_permute_fusion_5.py │ │ ├── linear_permute_fusion_6.py │ │ ├── linear_permute_fusion_7.py │ │ ├── linear_permute_fusion_8.py │ │ ├── linear_permute_fusion_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── mm_plus_mm │ │ ├── mm_plus_mm_1.py │ │ ├── mm_plus_mm_10.py │ │ ├── mm_plus_mm_2.py │ │ ├── mm_plus_mm_3.py │ │ ├── mm_plus_mm_4.py │ │ ├── mm_plus_mm_5.py │ │ ├── mm_plus_mm_6.py │ │ ├── mm_plus_mm_7.py │ │ ├── mm_plus_mm_8.py │ │ ├── mm_plus_mm_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── outputs.json │ ├── permute_linear_fusion │ │ ├── permute_linear_fusion_1.py │ │ ├── permute_linear_fusion_10.py │ │ ├── permute_linear_fusion_2.py │ │ ├── permute_linear_fusion_3.py │ │ ├── permute_linear_fusion_4.py │ │ ├── permute_linear_fusion_5.py │ │ ├── permute_linear_fusion_6.py │ │ ├── permute_linear_fusion_7.py │ │ ├── permute_linear_fusion_8.py │ │ ├── permute_linear_fusion_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── permute_matmul_fusion │ │ ├── permute_matmul_fusion_1.py │ │ ├── permute_matmul_fusion_10.py │ │ ├── permute_matmul_fusion_2.py │ │ ├── permute_matmul_fusion_3.py │ │ ├── permute_matmul_fusion_4.py │ │ ├── permute_matmul_fusion_5.py │ │ ├── permute_matmul_fusion_6.py │ │ ├── permute_matmul_fusion_7.py │ │ ├── permute_matmul_fusion_8.py │ │ ├── permute_matmul_fusion_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── pointless_cumsum_replacement │ │ ├── pointless_cumsum_replacement_1.py │ │ ├── pointless_cumsum_replacement_10.py │ │ ├── pointless_cumsum_replacement_2.py │ │ ├── pointless_cumsum_replacement_3.py │ │ ├── pointless_cumsum_replacement_4.py │ │ ├── pointless_cumsum_replacement_5.py │ │ ├── pointless_cumsum_replacement_6.py │ │ ├── pointless_cumsum_replacement_7.py │ │ ├── pointless_cumsum_replacement_8.py │ │ ├── pointless_cumsum_replacement_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── replace_fx │ │ ├── prompt.txt │ │ ├── replace_fx_1.py │ │ ├── replace_fx_10.py │ │ ├── replace_fx_2.py │ │ ├── replace_fx_3.py │ │ ├── replace_fx_4.py │ │ ├── replace_fx_5.py │ │ ├── replace_fx_6.py │ │ ├── replace_fx_7.py │ │ ├── replace_fx_8.py │ │ ├── replace_fx_9.py │ │ └── time.txt │ ├── sfdp=0 │ │ ├── prompt.txt │ │ ├── sfdp=0_1.py │ │ ├── sfdp=0_10.py │ │ ├── sfdp=0_2.py │ │ ├── sfdp=0_3.py │ │ ├── sfdp=0_4.py │ │ ├── sfdp=0_5.py │ │ ├── sfdp=0_6.py │ │ ├── sfdp=0_7.py │ │ ├── sfdp=0_8.py │ │ ├── sfdp=0_9.py │ │ └── time.txt │ ├── sfdp=1 │ │ ├── prompt.txt │ │ ├── sfdp=1_1.py │ │ ├── sfdp=1_10.py │ │ ├── sfdp=1_2.py │ │ ├── sfdp=1_3.py │ │ ├── sfdp=1_4.py │ │ ├── sfdp=1_5.py │ │ ├── sfdp=1_6.py │ │ ├── sfdp=1_7.py │ │ ├── sfdp=1_8.py │ │ ├── sfdp=1_9.py │ │ └── time.txt │ ├── sfdp=2 │ │ ├── prompt.txt │ │ ├── sfdp=2_1.py │ │ ├── sfdp=2_10.py │ │ ├── sfdp=2_2.py │ │ ├── sfdp=2_3.py │ │ ├── sfdp=2_4.py │ │ ├── sfdp=2_5.py │ │ ├── sfdp=2_6.py │ │ ├── sfdp=2_7.py │ │ ├── sfdp=2_8.py │ │ ├── sfdp=2_9.py │ │ └── time.txt │ ├── sfdp=3 │ │ ├── prompt.txt │ │ ├── sfdp=3_1.py │ │ ├── sfdp=3_10.py │ │ ├── sfdp=3_2.py │ │ ├── sfdp=3_3.py │ │ ├── sfdp=3_4.py │ │ ├── sfdp=3_5.py │ │ ├── sfdp=3_6.py │ │ ├── sfdp=3_7.py │ │ ├── sfdp=3_8.py │ │ ├── sfdp=3_9.py │ │ └── time.txt │ ├── sfdp=4 │ │ ├── prompt.txt │ │ ├── sfdp=4_1.py │ │ ├── sfdp=4_10.py │ │ ├── sfdp=4_2.py │ │ ├── sfdp=4_3.py │ │ ├── sfdp=4_4.py │ │ ├── sfdp=4_5.py │ │ ├── sfdp=4_6.py │ │ ├── sfdp=4_7.py │ │ ├── sfdp=4_8.py │ │ ├── sfdp=4_9.py │ │ └── time.txt │ ├── sfdp=5 │ │ ├── prompt.txt │ │ ├── sfdp=5_1.py │ │ ├── sfdp=5_10.py │ │ ├── sfdp=5_2.py │ │ ├── sfdp=5_3.py │ │ ├── sfdp=5_4.py │ │ ├── sfdp=5_5.py │ │ ├── sfdp=5_6.py │ │ ├── sfdp=5_7.py │ │ ├── sfdp=5_8.py │ │ ├── sfdp=5_9.py │ │ └── time.txt │ ├── sink_cat_after_pointwise │ │ ├── prompt.txt │ │ ├── sink_cat_after_pointwise_1.py │ │ ├── sink_cat_after_pointwise_10.py │ │ ├── sink_cat_after_pointwise_2.py │ │ ├── sink_cat_after_pointwise_3.py │ │ ├── sink_cat_after_pointwise_4.py │ │ ├── sink_cat_after_pointwise_5.py │ │ ├── sink_cat_after_pointwise_6.py │ │ ├── sink_cat_after_pointwise_7.py │ │ ├── sink_cat_after_pointwise_8.py │ │ ├── sink_cat_after_pointwise_9.py │ │ └── time.txt │ ├── splitwithsizes_cat_replace │ │ ├── prompt.txt │ │ ├── splitwithsizes_cat_replace_1.py │ │ ├── splitwithsizes_cat_replace_10.py │ │ ├── splitwithsizes_cat_replace_2.py │ │ ├── splitwithsizes_cat_replace_3.py │ │ ├── splitwithsizes_cat_replace_4.py │ │ ├── splitwithsizes_cat_replace_5.py │ │ ├── splitwithsizes_cat_replace_6.py │ │ ├── splitwithsizes_cat_replace_7.py │ │ ├── splitwithsizes_cat_replace_8.py │ │ ├── splitwithsizes_cat_replace_9.py │ │ └── time.txt │ ├── unary=0 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=0_1.py │ │ ├── unary=0_10.py │ │ ├── unary=0_2.py │ │ ├── unary=0_3.py │ │ ├── unary=0_4.py │ │ ├── unary=0_5.py │ │ ├── unary=0_6.py │ │ ├── unary=0_7.py │ │ ├── unary=0_8.py │ │ └── unary=0_9.py │ ├── unary=1 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=1_1.py │ │ ├── unary=1_10.py │ │ ├── unary=1_2.py │ │ ├── unary=1_3.py │ │ ├── unary=1_4.py │ │ ├── unary=1_5.py │ │ ├── unary=1_6.py │ │ ├── unary=1_7.py │ │ ├── unary=1_8.py │ │ └── unary=1_9.py │ ├── unary=10 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=10_1.py │ │ ├── unary=10_10.py │ │ ├── unary=10_2.py │ │ ├── unary=10_3.py │ │ ├── unary=10_4.py │ │ ├── unary=10_5.py │ │ ├── unary=10_6.py │ │ ├── unary=10_7.py │ │ ├── unary=10_8.py │ │ └── unary=10_9.py │ ├── unary=11 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=11_1.py │ │ ├── unary=11_10.py │ │ ├── unary=11_2.py │ │ ├── unary=11_3.py │ │ ├── unary=11_4.py │ │ ├── unary=11_5.py │ │ ├── unary=11_6.py │ │ ├── unary=11_7.py │ │ ├── unary=11_8.py │ │ └── unary=11_9.py │ ├── unary=12 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=12_1.py │ │ ├── unary=12_10.py │ │ ├── unary=12_2.py │ │ ├── unary=12_3.py │ │ ├── unary=12_4.py │ │ ├── unary=12_5.py │ │ ├── unary=12_6.py │ │ ├── unary=12_7.py │ │ ├── unary=12_8.py │ │ └── unary=12_9.py │ ├── unary=13 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=13_1.py │ │ ├── unary=13_10.py │ │ ├── unary=13_2.py │ │ ├── unary=13_3.py │ │ ├── unary=13_4.py │ │ ├── unary=13_5.py │ │ ├── unary=13_6.py │ │ ├── unary=13_7.py │ │ ├── unary=13_8.py │ │ └── unary=13_9.py │ ├── unary=14 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=14_1.py │ │ ├── unary=14_10.py │ │ ├── unary=14_2.py │ │ ├── unary=14_3.py │ │ ├── unary=14_4.py │ │ ├── unary=14_5.py │ │ ├── unary=14_6.py │ │ ├── unary=14_7.py │ │ ├── unary=14_8.py │ │ └── unary=14_9.py │ ├── unary=15 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=15_1.py │ │ ├── unary=15_10.py │ │ ├── unary=15_2.py │ │ ├── unary=15_3.py │ │ ├── unary=15_4.py │ │ ├── unary=15_5.py │ │ ├── unary=15_6.py │ │ ├── unary=15_7.py │ │ ├── unary=15_8.py │ │ └── unary=15_9.py │ ├── unary=16 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=16_1.py │ │ ├── unary=16_10.py │ │ ├── unary=16_2.py │ │ ├── unary=16_3.py │ │ ├── unary=16_4.py │ │ ├── unary=16_5.py │ │ ├── unary=16_6.py │ │ ├── unary=16_7.py │ │ ├── unary=16_8.py │ │ └── unary=16_9.py │ ├── unary=17 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=17_1.py │ │ ├── unary=17_10.py │ │ ├── unary=17_2.py │ │ ├── unary=17_3.py │ │ ├── unary=17_4.py │ │ ├── unary=17_5.py │ │ ├── unary=17_6.py │ │ ├── unary=17_7.py │ │ ├── unary=17_8.py │ │ └── unary=17_9.py │ ├── unary=18 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=18_1.py │ │ ├── unary=18_10.py │ │ ├── unary=18_2.py │ │ ├── unary=18_3.py │ │ ├── unary=18_4.py │ │ ├── unary=18_5.py │ │ ├── unary=18_6.py │ │ ├── unary=18_7.py │ │ ├── unary=18_8.py │ │ └── unary=18_9.py │ ├── unary=19 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=19_1.py │ │ ├── unary=19_10.py │ │ ├── unary=19_2.py │ │ ├── unary=19_3.py │ │ ├── unary=19_4.py │ │ ├── unary=19_5.py │ │ ├── unary=19_6.py │ │ ├── unary=19_7.py │ │ ├── unary=19_8.py │ │ └── unary=19_9.py │ ├── unary=2 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=2_1.py │ │ ├── unary=2_10.py │ │ ├── unary=2_2.py │ │ ├── unary=2_3.py │ │ ├── unary=2_4.py │ │ ├── unary=2_5.py │ │ ├── unary=2_6.py │ │ ├── unary=2_7.py │ │ ├── unary=2_8.py │ │ └── unary=2_9.py │ ├── unary=20 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=20_1.py │ │ ├── unary=20_10.py │ │ ├── unary=20_2.py │ │ ├── unary=20_3.py │ │ ├── unary=20_4.py │ │ ├── unary=20_5.py │ │ ├── unary=20_6.py │ │ ├── unary=20_7.py │ │ ├── unary=20_8.py │ │ └── unary=20_9.py │ ├── unary=21 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=21_1.py │ │ ├── unary=21_10.py │ │ ├── unary=21_2.py │ │ ├── unary=21_3.py │ │ ├── unary=21_4.py │ │ ├── unary=21_5.py │ │ ├── unary=21_6.py │ │ ├── unary=21_7.py │ │ ├── unary=21_8.py │ │ └── unary=21_9.py │ ├── unary=22 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=22_1.py │ │ ├── unary=22_10.py │ │ ├── unary=22_2.py │ │ ├── unary=22_3.py │ │ ├── unary=22_4.py │ │ ├── unary=22_5.py │ │ ├── unary=22_6.py │ │ ├── unary=22_7.py │ │ ├── unary=22_8.py │ │ └── unary=22_9.py │ ├── unary=23 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=23_1.py │ │ ├── unary=23_10.py │ │ ├── unary=23_2.py │ │ ├── unary=23_3.py │ │ ├── unary=23_4.py │ │ ├── unary=23_5.py │ │ ├── unary=23_6.py │ │ ├── unary=23_7.py │ │ ├── unary=23_8.py │ │ └── unary=23_9.py │ ├── unary=24 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=24_1.py │ │ ├── unary=24_10.py │ │ ├── unary=24_2.py │ │ ├── unary=24_3.py │ │ ├── unary=24_4.py │ │ ├── unary=24_5.py │ │ ├── unary=24_6.py │ │ ├── unary=24_7.py │ │ ├── unary=24_8.py │ │ └── unary=24_9.py │ ├── unary=25 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=25_1.py │ │ ├── unary=25_10.py │ │ ├── unary=25_2.py │ │ ├── unary=25_3.py │ │ ├── unary=25_4.py │ │ ├── unary=25_5.py │ │ ├── unary=25_6.py │ │ ├── unary=25_7.py │ │ ├── unary=25_8.py │ │ └── unary=25_9.py │ ├── unary=26 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=26_1.py │ │ ├── unary=26_10.py │ │ ├── unary=26_2.py │ │ ├── unary=26_3.py │ │ ├── unary=26_4.py │ │ ├── unary=26_5.py │ │ ├── unary=26_6.py │ │ ├── unary=26_7.py │ │ ├── unary=26_8.py │ │ └── unary=26_9.py │ ├── unary=27 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=27_1.py │ │ ├── unary=27_10.py │ │ ├── unary=27_2.py │ │ ├── unary=27_3.py │ │ ├── unary=27_4.py │ │ ├── unary=27_5.py │ │ ├── unary=27_6.py │ │ ├── unary=27_7.py │ │ ├── unary=27_8.py │ │ └── unary=27_9.py │ ├── unary=28 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=28_1.py │ │ ├── unary=28_10.py │ │ ├── unary=28_2.py │ │ ├── unary=28_3.py │ │ ├── unary=28_4.py │ │ ├── unary=28_5.py │ │ ├── unary=28_6.py │ │ ├── unary=28_7.py │ │ ├── unary=28_8.py │ │ └── unary=28_9.py │ ├── unary=29 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=29_1.py │ │ ├── unary=29_10.py │ │ ├── unary=29_2.py │ │ ├── unary=29_3.py │ │ ├── unary=29_4.py │ │ ├── unary=29_5.py │ │ ├── unary=29_6.py │ │ ├── unary=29_7.py │ │ ├── unary=29_8.py │ │ └── unary=29_9.py │ ├── unary=3 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=3_1.py │ │ ├── unary=3_10.py │ │ ├── unary=3_2.py │ │ ├── unary=3_3.py │ │ ├── unary=3_4.py │ │ ├── unary=3_5.py │ │ ├── unary=3_6.py │ │ ├── unary=3_7.py │ │ ├── unary=3_8.py │ │ └── unary=3_9.py │ ├── unary=4 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=4_1.py │ │ ├── unary=4_10.py │ │ ├── unary=4_2.py │ │ ├── unary=4_3.py │ │ ├── unary=4_4.py │ │ ├── unary=4_5.py │ │ ├── unary=4_6.py │ │ ├── unary=4_7.py │ │ ├── unary=4_8.py │ │ └── unary=4_9.py │ ├── unary=5 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=5_1.py │ │ ├── unary=5_10.py │ │ ├── unary=5_2.py │ │ ├── unary=5_3.py │ │ ├── unary=5_4.py │ │ ├── unary=5_5.py │ │ ├── unary=5_6.py │ │ ├── unary=5_7.py │ │ ├── unary=5_8.py │ │ └── unary=5_9.py │ ├── unary=6 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=6_1.py │ │ ├── unary=6_10.py │ │ ├── unary=6_2.py │ │ ├── unary=6_3.py │ │ ├── unary=6_4.py │ │ ├── unary=6_5.py │ │ ├── unary=6_6.py │ │ ├── unary=6_7.py │ │ ├── unary=6_8.py │ │ └── unary=6_9.py │ ├── unary=7 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=7_1.py │ │ ├── unary=7_10.py │ │ ├── unary=7_2.py │ │ ├── unary=7_3.py │ │ ├── unary=7_4.py │ │ ├── unary=7_5.py │ │ ├── unary=7_6.py │ │ ├── unary=7_7.py │ │ ├── unary=7_8.py │ │ └── unary=7_9.py │ ├── unary=8 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=8_1.py │ │ ├── unary=8_10.py │ │ ├── unary=8_2.py │ │ ├── unary=8_3.py │ │ ├── unary=8_4.py │ │ ├── unary=8_5.py │ │ ├── unary=8_6.py │ │ ├── unary=8_7.py │ │ ├── unary=8_8.py │ │ └── unary=8_9.py │ └── unary=9 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=9_1.py │ │ ├── unary=9_10.py │ │ ├── unary=9_2.py │ │ ├── unary=9_3.py │ │ ├── unary=9_4.py │ │ ├── unary=9_5.py │ │ ├── unary=9_6.py │ │ ├── unary=9_7.py │ │ ├── unary=9_8.py │ │ └── unary=9_9.py │ ├── step57-3shot │ ├── addmm │ │ ├── addmm_1.py │ │ ├── addmm_10.py │ │ ├── addmm_2.py │ │ ├── addmm_3.py │ │ ├── addmm_4.py │ │ ├── addmm_5.py │ │ ├── addmm_6.py │ │ ├── addmm_7.py │ │ ├── addmm_8.py │ │ ├── addmm_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── binary=0 │ │ ├── binary=0_1.py │ │ ├── binary=0_10.py │ │ ├── binary=0_2.py │ │ ├── binary=0_3.py │ │ ├── binary=0_4.py │ │ ├── binary=0_5.py │ │ ├── binary=0_6.py │ │ ├── binary=0_7.py │ │ ├── binary=0_8.py │ │ ├── binary=0_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── binary=10 │ │ ├── binary=10_1.py │ │ ├── binary=10_10.py │ │ ├── binary=10_2.py │ │ ├── binary=10_3.py │ │ ├── binary=10_4.py │ │ ├── binary=10_5.py │ │ ├── binary=10_6.py │ │ ├── binary=10_7.py │ │ ├── binary=10_8.py │ │ ├── binary=10_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── binary=2 │ │ ├── binary=2_1.py │ │ ├── binary=2_10.py │ │ ├── binary=2_2.py │ │ ├── binary=2_3.py │ │ ├── binary=2_4.py │ │ ├── binary=2_5.py │ │ ├── binary=2_6.py │ │ ├── binary=2_7.py │ │ ├── binary=2_8.py │ │ ├── binary=2_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── binary=4 │ │ ├── binary=4_1.py │ │ ├── binary=4_10.py │ │ ├── binary=4_2.py │ │ ├── binary=4_3.py │ │ ├── binary=4_4.py │ │ ├── binary=4_5.py │ │ ├── binary=4_6.py │ │ ├── binary=4_7.py │ │ ├── binary=4_8.py │ │ ├── binary=4_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── binary=6 │ │ ├── binary=6_1.py │ │ ├── binary=6_10.py │ │ ├── binary=6_2.py │ │ ├── binary=6_3.py │ │ ├── binary=6_4.py │ │ ├── binary=6_5.py │ │ ├── binary=6_6.py │ │ ├── binary=6_7.py │ │ ├── binary=6_8.py │ │ ├── binary=6_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── binary=8 │ │ ├── binary=8_1.py │ │ ├── binary=8_10.py │ │ ├── binary=8_2.py │ │ ├── binary=8_3.py │ │ ├── binary=8_4.py │ │ ├── binary=8_5.py │ │ ├── binary=8_6.py │ │ ├── binary=8_7.py │ │ ├── binary=8_8.py │ │ ├── binary=8_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── binary_unary=0 │ │ ├── binary_unary=0_1.py │ │ ├── binary_unary=0_10.py │ │ ├── binary_unary=0_2.py │ │ ├── binary_unary=0_3.py │ │ ├── binary_unary=0_4.py │ │ ├── binary_unary=0_5.py │ │ ├── binary_unary=0_6.py │ │ ├── binary_unary=0_7.py │ │ ├── binary_unary=0_8.py │ │ ├── binary_unary=0_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── binary_unary=10 │ │ ├── binary_unary=10_1.py │ │ ├── binary_unary=10_10.py │ │ ├── binary_unary=10_2.py │ │ ├── binary_unary=10_3.py │ │ ├── binary_unary=10_4.py │ │ ├── binary_unary=10_5.py │ │ ├── binary_unary=10_6.py │ │ ├── binary_unary=10_7.py │ │ ├── binary_unary=10_8.py │ │ ├── binary_unary=10_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── binary_unary=2 │ │ ├── binary_unary=2_1.py │ │ ├── binary_unary=2_10.py │ │ ├── binary_unary=2_2.py │ │ ├── binary_unary=2_3.py │ │ ├── binary_unary=2_4.py │ │ ├── binary_unary=2_5.py │ │ ├── binary_unary=2_6.py │ │ ├── binary_unary=2_7.py │ │ ├── binary_unary=2_8.py │ │ ├── binary_unary=2_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── binary_unary=4 │ │ ├── binary_unary=4_1.py │ │ ├── binary_unary=4_10.py │ │ ├── binary_unary=4_2.py │ │ ├── binary_unary=4_3.py │ │ ├── binary_unary=4_4.py │ │ ├── binary_unary=4_5.py │ │ ├── binary_unary=4_6.py │ │ ├── binary_unary=4_7.py │ │ ├── binary_unary=4_8.py │ │ ├── binary_unary=4_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── binary_unary=6 │ │ ├── binary_unary=6_1.py │ │ ├── binary_unary=6_10.py │ │ ├── binary_unary=6_2.py │ │ ├── binary_unary=6_3.py │ │ ├── binary_unary=6_4.py │ │ ├── binary_unary=6_5.py │ │ ├── binary_unary=6_6.py │ │ ├── binary_unary=6_7.py │ │ ├── binary_unary=6_8.py │ │ ├── binary_unary=6_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── binary_unary=8 │ │ ├── binary_unary=8_1.py │ │ ├── binary_unary=8_10.py │ │ ├── binary_unary=8_2.py │ │ ├── binary_unary=8_3.py │ │ ├── binary_unary=8_4.py │ │ ├── binary_unary=8_5.py │ │ ├── binary_unary=8_6.py │ │ ├── binary_unary=8_7.py │ │ ├── binary_unary=8_8.py │ │ ├── binary_unary=8_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── cat_addmm │ │ ├── cat_addmm_1.py │ │ ├── cat_addmm_10.py │ │ ├── cat_addmm_2.py │ │ ├── cat_addmm_3.py │ │ ├── cat_addmm_4.py │ │ ├── cat_addmm_5.py │ │ ├── cat_addmm_6.py │ │ ├── cat_addmm_7.py │ │ ├── cat_addmm_8.py │ │ ├── cat_addmm_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── cat_mm │ │ ├── cat_mm_1.py │ │ ├── cat_mm_10.py │ │ ├── cat_mm_2.py │ │ ├── cat_mm_3.py │ │ ├── cat_mm_4.py │ │ ├── cat_mm_5.py │ │ ├── cat_mm_6.py │ │ ├── cat_mm_7.py │ │ ├── cat_mm_8.py │ │ ├── cat_mm_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── cat_slice_cat │ │ ├── cat_slice_cat_1.py │ │ ├── cat_slice_cat_10.py │ │ ├── cat_slice_cat_2.py │ │ ├── cat_slice_cat_3.py │ │ ├── cat_slice_cat_4.py │ │ ├── cat_slice_cat_5.py │ │ ├── cat_slice_cat_6.py │ │ ├── cat_slice_cat_7.py │ │ ├── cat_slice_cat_8.py │ │ ├── cat_slice_cat_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── fuse_conv_bn │ │ ├── fuse_conv_bn_1.py │ │ ├── fuse_conv_bn_10.py │ │ ├── fuse_conv_bn_2.py │ │ ├── fuse_conv_bn_3.py │ │ ├── fuse_conv_bn_4.py │ │ ├── fuse_conv_bn_5.py │ │ ├── fuse_conv_bn_6.py │ │ ├── fuse_conv_bn_7.py │ │ ├── fuse_conv_bn_8.py │ │ ├── fuse_conv_bn_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── linear_permute_fusion │ │ ├── linear_permute_fusion_1.py │ │ ├── linear_permute_fusion_10.py │ │ ├── linear_permute_fusion_2.py │ │ ├── linear_permute_fusion_3.py │ │ ├── linear_permute_fusion_4.py │ │ ├── linear_permute_fusion_5.py │ │ ├── linear_permute_fusion_6.py │ │ ├── linear_permute_fusion_7.py │ │ ├── linear_permute_fusion_8.py │ │ ├── linear_permute_fusion_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── mm_plus_mm │ │ ├── mm_plus_mm_1.py │ │ ├── mm_plus_mm_10.py │ │ ├── mm_plus_mm_2.py │ │ ├── mm_plus_mm_3.py │ │ ├── mm_plus_mm_4.py │ │ ├── mm_plus_mm_5.py │ │ ├── mm_plus_mm_6.py │ │ ├── mm_plus_mm_7.py │ │ ├── mm_plus_mm_8.py │ │ ├── mm_plus_mm_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── outputs.json │ ├── permute_linear_fusion │ │ ├── permute_linear_fusion_1.py │ │ ├── permute_linear_fusion_10.py │ │ ├── permute_linear_fusion_2.py │ │ ├── permute_linear_fusion_3.py │ │ ├── permute_linear_fusion_4.py │ │ ├── permute_linear_fusion_5.py │ │ ├── permute_linear_fusion_6.py │ │ ├── permute_linear_fusion_7.py │ │ ├── permute_linear_fusion_8.py │ │ ├── permute_linear_fusion_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── permute_matmul_fusion │ │ ├── permute_matmul_fusion_1.py │ │ ├── permute_matmul_fusion_10.py │ │ ├── permute_matmul_fusion_2.py │ │ ├── permute_matmul_fusion_3.py │ │ ├── permute_matmul_fusion_4.py │ │ ├── permute_matmul_fusion_5.py │ │ ├── permute_matmul_fusion_6.py │ │ ├── permute_matmul_fusion_7.py │ │ ├── permute_matmul_fusion_8.py │ │ ├── permute_matmul_fusion_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── pointless_cumsum_replacement │ │ ├── pointless_cumsum_replacement_1.py │ │ ├── pointless_cumsum_replacement_10.py │ │ ├── pointless_cumsum_replacement_2.py │ │ ├── pointless_cumsum_replacement_3.py │ │ ├── pointless_cumsum_replacement_4.py │ │ ├── pointless_cumsum_replacement_5.py │ │ ├── pointless_cumsum_replacement_6.py │ │ ├── pointless_cumsum_replacement_7.py │ │ ├── pointless_cumsum_replacement_8.py │ │ ├── pointless_cumsum_replacement_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── replace_fx │ │ ├── prompt.txt │ │ ├── replace_fx_1.py │ │ ├── replace_fx_10.py │ │ ├── replace_fx_2.py │ │ ├── replace_fx_3.py │ │ ├── replace_fx_4.py │ │ ├── replace_fx_5.py │ │ ├── replace_fx_6.py │ │ ├── replace_fx_7.py │ │ ├── replace_fx_8.py │ │ ├── replace_fx_9.py │ │ └── time.txt │ ├── sfdp=0 │ │ ├── prompt.txt │ │ ├── sfdp=0_1.py │ │ ├── sfdp=0_10.py │ │ ├── sfdp=0_2.py │ │ ├── sfdp=0_3.py │ │ ├── sfdp=0_4.py │ │ ├── sfdp=0_5.py │ │ ├── sfdp=0_6.py │ │ ├── sfdp=0_7.py │ │ ├── sfdp=0_8.py │ │ ├── sfdp=0_9.py │ │ └── time.txt │ ├── sfdp=1 │ │ ├── prompt.txt │ │ ├── sfdp=1_1.py │ │ ├── sfdp=1_10.py │ │ ├── sfdp=1_2.py │ │ ├── sfdp=1_3.py │ │ ├── sfdp=1_4.py │ │ ├── sfdp=1_5.py │ │ ├── sfdp=1_6.py │ │ ├── sfdp=1_7.py │ │ ├── sfdp=1_8.py │ │ ├── sfdp=1_9.py │ │ └── time.txt │ ├── sfdp=2 │ │ ├── prompt.txt │ │ ├── sfdp=2_1.py │ │ ├── sfdp=2_10.py │ │ ├── sfdp=2_2.py │ │ ├── sfdp=2_3.py │ │ ├── sfdp=2_4.py │ │ ├── sfdp=2_5.py │ │ ├── sfdp=2_6.py │ │ ├── sfdp=2_7.py │ │ ├── sfdp=2_8.py │ │ ├── sfdp=2_9.py │ │ └── time.txt │ ├── sfdp=3 │ │ ├── prompt.txt │ │ ├── sfdp=3_1.py │ │ ├── sfdp=3_10.py │ │ ├── sfdp=3_2.py │ │ ├── sfdp=3_3.py │ │ ├── sfdp=3_4.py │ │ ├── sfdp=3_5.py │ │ ├── sfdp=3_6.py │ │ ├── sfdp=3_7.py │ │ ├── sfdp=3_8.py │ │ ├── sfdp=3_9.py │ │ └── time.txt │ ├── sfdp=4 │ │ ├── prompt.txt │ │ ├── sfdp=4_1.py │ │ ├── sfdp=4_10.py │ │ ├── sfdp=4_2.py │ │ ├── sfdp=4_3.py │ │ ├── sfdp=4_4.py │ │ ├── sfdp=4_5.py │ │ ├── sfdp=4_6.py │ │ ├── sfdp=4_7.py │ │ ├── sfdp=4_8.py │ │ ├── sfdp=4_9.py │ │ └── time.txt │ ├── sfdp=5 │ │ ├── prompt.txt │ │ ├── sfdp=5_1.py │ │ ├── sfdp=5_10.py │ │ ├── sfdp=5_2.py │ │ ├── sfdp=5_3.py │ │ ├── sfdp=5_4.py │ │ ├── sfdp=5_5.py │ │ ├── sfdp=5_6.py │ │ ├── sfdp=5_7.py │ │ ├── sfdp=5_8.py │ │ ├── sfdp=5_9.py │ │ └── time.txt │ ├── sink_cat_after_pointwise │ │ ├── prompt.txt │ │ ├── sink_cat_after_pointwise_1.py │ │ ├── sink_cat_after_pointwise_10.py │ │ ├── sink_cat_after_pointwise_2.py │ │ ├── sink_cat_after_pointwise_3.py │ │ ├── sink_cat_after_pointwise_4.py │ │ ├── sink_cat_after_pointwise_5.py │ │ ├── sink_cat_after_pointwise_6.py │ │ ├── sink_cat_after_pointwise_7.py │ │ ├── sink_cat_after_pointwise_8.py │ │ ├── sink_cat_after_pointwise_9.py │ │ └── time.txt │ ├── splitwithsizes_cat_replace │ │ ├── prompt.txt │ │ ├── splitwithsizes_cat_replace_1.py │ │ ├── splitwithsizes_cat_replace_10.py │ │ ├── splitwithsizes_cat_replace_2.py │ │ ├── splitwithsizes_cat_replace_3.py │ │ ├── splitwithsizes_cat_replace_4.py │ │ ├── splitwithsizes_cat_replace_5.py │ │ ├── splitwithsizes_cat_replace_6.py │ │ ├── splitwithsizes_cat_replace_7.py │ │ ├── splitwithsizes_cat_replace_8.py │ │ ├── splitwithsizes_cat_replace_9.py │ │ └── time.txt │ ├── unary=0 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=0_1.py │ │ ├── unary=0_10.py │ │ ├── unary=0_2.py │ │ ├── unary=0_3.py │ │ ├── unary=0_4.py │ │ ├── unary=0_5.py │ │ ├── unary=0_6.py │ │ ├── unary=0_7.py │ │ ├── unary=0_8.py │ │ └── unary=0_9.py │ ├── unary=1 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=1_1.py │ │ ├── unary=1_10.py │ │ ├── unary=1_2.py │ │ ├── unary=1_3.py │ │ ├── unary=1_4.py │ │ ├── unary=1_5.py │ │ ├── unary=1_6.py │ │ ├── unary=1_7.py │ │ ├── unary=1_8.py │ │ └── unary=1_9.py │ ├── unary=10 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=10_1.py │ │ ├── unary=10_10.py │ │ ├── unary=10_2.py │ │ ├── unary=10_3.py │ │ ├── unary=10_4.py │ │ ├── unary=10_5.py │ │ ├── unary=10_6.py │ │ ├── unary=10_7.py │ │ ├── unary=10_8.py │ │ └── unary=10_9.py │ ├── unary=11 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=11_1.py │ │ ├── unary=11_10.py │ │ ├── unary=11_2.py │ │ ├── unary=11_3.py │ │ ├── unary=11_4.py │ │ ├── unary=11_5.py │ │ ├── unary=11_6.py │ │ ├── unary=11_7.py │ │ ├── unary=11_8.py │ │ └── unary=11_9.py │ ├── unary=12 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=12_1.py │ │ ├── unary=12_10.py │ │ ├── unary=12_2.py │ │ ├── unary=12_3.py │ │ ├── unary=12_4.py │ │ ├── unary=12_5.py │ │ ├── unary=12_6.py │ │ ├── unary=12_7.py │ │ ├── unary=12_8.py │ │ └── unary=12_9.py │ ├── unary=13 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=13_1.py │ │ ├── unary=13_10.py │ │ ├── unary=13_2.py │ │ ├── unary=13_3.py │ │ ├── unary=13_4.py │ │ ├── unary=13_5.py │ │ ├── unary=13_6.py │ │ ├── unary=13_7.py │ │ ├── unary=13_8.py │ │ └── unary=13_9.py │ ├── unary=14 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=14_1.py │ │ ├── unary=14_10.py │ │ ├── unary=14_2.py │ │ ├── unary=14_3.py │ │ ├── unary=14_4.py │ │ ├── unary=14_5.py │ │ ├── unary=14_6.py │ │ ├── unary=14_7.py │ │ ├── unary=14_8.py │ │ └── unary=14_9.py │ ├── unary=15 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=15_1.py │ │ ├── unary=15_10.py │ │ ├── unary=15_2.py │ │ ├── unary=15_3.py │ │ ├── unary=15_4.py │ │ ├── unary=15_5.py │ │ ├── unary=15_6.py │ │ ├── unary=15_7.py │ │ ├── unary=15_8.py │ │ └── unary=15_9.py │ ├── unary=16 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=16_1.py │ │ ├── unary=16_10.py │ │ ├── unary=16_2.py │ │ ├── unary=16_3.py │ │ ├── unary=16_4.py │ │ ├── unary=16_5.py │ │ ├── unary=16_6.py │ │ ├── unary=16_7.py │ │ ├── unary=16_8.py │ │ └── unary=16_9.py │ ├── unary=17 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=17_1.py │ │ ├── unary=17_10.py │ │ ├── unary=17_2.py │ │ ├── unary=17_3.py │ │ ├── unary=17_4.py │ │ ├── unary=17_5.py │ │ ├── unary=17_6.py │ │ ├── unary=17_7.py │ │ ├── unary=17_8.py │ │ └── unary=17_9.py │ ├── unary=18 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=18_1.py │ │ ├── unary=18_10.py │ │ ├── unary=18_2.py │ │ ├── unary=18_3.py │ │ ├── unary=18_4.py │ │ ├── unary=18_5.py │ │ ├── unary=18_6.py │ │ ├── unary=18_7.py │ │ ├── unary=18_8.py │ │ └── unary=18_9.py │ ├── unary=19 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=19_1.py │ │ ├── unary=19_10.py │ │ ├── unary=19_2.py │ │ ├── unary=19_3.py │ │ ├── unary=19_4.py │ │ ├── unary=19_5.py │ │ ├── unary=19_6.py │ │ ├── unary=19_7.py │ │ ├── unary=19_8.py │ │ └── unary=19_9.py │ ├── unary=2 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=2_1.py │ │ ├── unary=2_10.py │ │ ├── unary=2_2.py │ │ ├── unary=2_3.py │ │ ├── unary=2_4.py │ │ ├── unary=2_5.py │ │ ├── unary=2_6.py │ │ ├── unary=2_7.py │ │ ├── unary=2_8.py │ │ └── unary=2_9.py │ ├── unary=20 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=20_1.py │ │ ├── unary=20_10.py │ │ ├── unary=20_2.py │ │ ├── unary=20_3.py │ │ ├── unary=20_4.py │ │ ├── unary=20_5.py │ │ ├── unary=20_6.py │ │ ├── unary=20_7.py │ │ ├── unary=20_8.py │ │ └── unary=20_9.py │ ├── unary=21 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=21_1.py │ │ ├── unary=21_10.py │ │ ├── unary=21_2.py │ │ ├── unary=21_3.py │ │ ├── unary=21_4.py │ │ ├── unary=21_5.py │ │ ├── unary=21_6.py │ │ ├── unary=21_7.py │ │ ├── unary=21_8.py │ │ └── unary=21_9.py │ ├── unary=22 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=22_1.py │ │ ├── unary=22_10.py │ │ ├── unary=22_2.py │ │ ├── unary=22_3.py │ │ ├── unary=22_4.py │ │ ├── unary=22_5.py │ │ ├── unary=22_6.py │ │ ├── unary=22_7.py │ │ ├── unary=22_8.py │ │ └── unary=22_9.py │ ├── unary=23 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=23_1.py │ │ ├── unary=23_10.py │ │ ├── unary=23_2.py │ │ ├── unary=23_3.py │ │ ├── unary=23_4.py │ │ ├── unary=23_5.py │ │ ├── unary=23_6.py │ │ ├── unary=23_7.py │ │ ├── unary=23_8.py │ │ └── unary=23_9.py │ ├── unary=24 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=24_1.py │ │ ├── unary=24_10.py │ │ ├── unary=24_2.py │ │ ├── unary=24_3.py │ │ ├── unary=24_4.py │ │ ├── unary=24_5.py │ │ ├── unary=24_6.py │ │ ├── unary=24_7.py │ │ ├── unary=24_8.py │ │ └── unary=24_9.py │ ├── unary=25 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=25_1.py │ │ ├── unary=25_10.py │ │ ├── unary=25_2.py │ │ ├── unary=25_3.py │ │ ├── unary=25_4.py │ │ ├── unary=25_5.py │ │ ├── unary=25_6.py │ │ ├── unary=25_7.py │ │ ├── unary=25_8.py │ │ └── unary=25_9.py │ ├── unary=26 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=26_1.py │ │ ├── unary=26_10.py │ │ ├── unary=26_2.py │ │ ├── unary=26_3.py │ │ ├── unary=26_4.py │ │ ├── unary=26_5.py │ │ ├── unary=26_6.py │ │ ├── unary=26_7.py │ │ ├── unary=26_8.py │ │ └── unary=26_9.py │ ├── unary=27 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=27_1.py │ │ ├── unary=27_10.py │ │ ├── unary=27_2.py │ │ ├── unary=27_3.py │ │ ├── unary=27_4.py │ │ ├── unary=27_5.py │ │ ├── unary=27_6.py │ │ ├── unary=27_7.py │ │ ├── unary=27_8.py │ │ └── unary=27_9.py │ ├── unary=28 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=28_1.py │ │ ├── unary=28_10.py │ │ ├── unary=28_2.py │ │ ├── unary=28_3.py │ │ ├── unary=28_4.py │ │ ├── unary=28_5.py │ │ ├── unary=28_6.py │ │ ├── unary=28_7.py │ │ ├── unary=28_8.py │ │ └── unary=28_9.py │ ├── unary=29 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=29_1.py │ │ ├── unary=29_10.py │ │ ├── unary=29_2.py │ │ ├── unary=29_3.py │ │ ├── unary=29_4.py │ │ ├── unary=29_5.py │ │ ├── unary=29_6.py │ │ ├── unary=29_7.py │ │ ├── unary=29_8.py │ │ └── unary=29_9.py │ ├── unary=3 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=3_1.py │ │ ├── unary=3_10.py │ │ ├── unary=3_2.py │ │ ├── unary=3_3.py │ │ ├── unary=3_4.py │ │ ├── unary=3_5.py │ │ ├── unary=3_6.py │ │ ├── unary=3_7.py │ │ ├── unary=3_8.py │ │ └── unary=3_9.py │ ├── unary=4 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=4_1.py │ │ ├── unary=4_10.py │ │ ├── unary=4_2.py │ │ ├── unary=4_3.py │ │ ├── unary=4_4.py │ │ ├── unary=4_5.py │ │ ├── unary=4_6.py │ │ ├── unary=4_7.py │ │ ├── unary=4_8.py │ │ └── unary=4_9.py │ ├── unary=5 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=5_1.py │ │ ├── unary=5_10.py │ │ ├── unary=5_2.py │ │ ├── unary=5_3.py │ │ ├── unary=5_4.py │ │ ├── unary=5_5.py │ │ ├── unary=5_6.py │ │ ├── unary=5_7.py │ │ ├── unary=5_8.py │ │ └── unary=5_9.py │ ├── unary=6 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=6_1.py │ │ ├── unary=6_10.py │ │ ├── unary=6_2.py │ │ ├── unary=6_3.py │ │ ├── unary=6_4.py │ │ ├── unary=6_5.py │ │ ├── unary=6_6.py │ │ ├── unary=6_7.py │ │ ├── unary=6_8.py │ │ └── unary=6_9.py │ ├── unary=7 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=7_1.py │ │ ├── unary=7_10.py │ │ ├── unary=7_2.py │ │ ├── unary=7_3.py │ │ ├── unary=7_4.py │ │ ├── unary=7_5.py │ │ ├── unary=7_6.py │ │ ├── unary=7_7.py │ │ ├── unary=7_8.py │ │ └── unary=7_9.py │ ├── unary=8 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=8_1.py │ │ ├── unary=8_10.py │ │ ├── unary=8_2.py │ │ ├── unary=8_3.py │ │ ├── unary=8_4.py │ │ ├── unary=8_5.py │ │ ├── unary=8_6.py │ │ ├── unary=8_7.py │ │ ├── unary=8_8.py │ │ └── unary=8_9.py │ └── unary=9 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=9_1.py │ │ ├── unary=9_10.py │ │ ├── unary=9_2.py │ │ ├── unary=9_3.py │ │ ├── unary=9_4.py │ │ ├── unary=9_5.py │ │ ├── unary=9_6.py │ │ ├── unary=9_7.py │ │ ├── unary=9_8.py │ │ └── unary=9_9.py │ ├── step58-3shot │ ├── addmm │ │ ├── addmm_1.py │ │ ├── addmm_10.py │ │ ├── addmm_2.py │ │ ├── addmm_3.py │ │ ├── addmm_4.py │ │ ├── addmm_5.py │ │ ├── addmm_6.py │ │ ├── addmm_7.py │ │ ├── addmm_8.py │ │ ├── addmm_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── binary=0 │ │ ├── binary=0_1.py │ │ ├── binary=0_10.py │ │ ├── binary=0_2.py │ │ ├── binary=0_3.py │ │ ├── binary=0_4.py │ │ ├── binary=0_5.py │ │ ├── binary=0_6.py │ │ ├── binary=0_7.py │ │ ├── binary=0_8.py │ │ ├── binary=0_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── binary=10 │ │ ├── binary=10_1.py │ │ ├── binary=10_10.py │ │ ├── binary=10_2.py │ │ ├── binary=10_3.py │ │ ├── binary=10_4.py │ │ ├── binary=10_5.py │ │ ├── binary=10_6.py │ │ ├── binary=10_7.py │ │ ├── binary=10_8.py │ │ ├── binary=10_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── binary=2 │ │ ├── binary=2_1.py │ │ ├── binary=2_10.py │ │ ├── binary=2_2.py │ │ ├── binary=2_3.py │ │ ├── binary=2_4.py │ │ ├── binary=2_5.py │ │ ├── binary=2_6.py │ │ ├── binary=2_7.py │ │ ├── binary=2_8.py │ │ ├── binary=2_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── binary=4 │ │ ├── binary=4_1.py │ │ ├── binary=4_10.py │ │ ├── binary=4_2.py │ │ ├── binary=4_3.py │ │ ├── binary=4_4.py │ │ ├── binary=4_5.py │ │ ├── binary=4_6.py │ │ ├── binary=4_7.py │ │ ├── binary=4_8.py │ │ ├── binary=4_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── binary=6 │ │ ├── binary=6_1.py │ │ ├── binary=6_10.py │ │ ├── binary=6_2.py │ │ ├── binary=6_3.py │ │ ├── binary=6_4.py │ │ ├── binary=6_5.py │ │ ├── binary=6_6.py │ │ ├── binary=6_7.py │ │ ├── binary=6_8.py │ │ ├── binary=6_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── binary=8 │ │ ├── binary=8_1.py │ │ ├── binary=8_10.py │ │ ├── binary=8_2.py │ │ ├── binary=8_3.py │ │ ├── binary=8_4.py │ │ ├── binary=8_5.py │ │ ├── binary=8_6.py │ │ ├── binary=8_7.py │ │ ├── binary=8_8.py │ │ ├── binary=8_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── binary_unary=0 │ │ ├── binary_unary=0_1.py │ │ ├── binary_unary=0_10.py │ │ ├── binary_unary=0_2.py │ │ ├── binary_unary=0_3.py │ │ ├── binary_unary=0_4.py │ │ ├── binary_unary=0_5.py │ │ ├── binary_unary=0_6.py │ │ ├── binary_unary=0_7.py │ │ ├── binary_unary=0_8.py │ │ ├── binary_unary=0_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── binary_unary=10 │ │ ├── binary_unary=10_1.py │ │ ├── binary_unary=10_10.py │ │ ├── binary_unary=10_2.py │ │ ├── binary_unary=10_3.py │ │ ├── binary_unary=10_4.py │ │ ├── binary_unary=10_5.py │ │ ├── binary_unary=10_6.py │ │ ├── binary_unary=10_7.py │ │ ├── binary_unary=10_8.py │ │ ├── binary_unary=10_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── binary_unary=2 │ │ ├── binary_unary=2_1.py │ │ ├── binary_unary=2_10.py │ │ ├── binary_unary=2_2.py │ │ ├── binary_unary=2_3.py │ │ ├── binary_unary=2_4.py │ │ ├── binary_unary=2_5.py │ │ ├── binary_unary=2_6.py │ │ ├── binary_unary=2_7.py │ │ ├── binary_unary=2_8.py │ │ ├── binary_unary=2_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── binary_unary=4 │ │ ├── binary_unary=4_1.py │ │ ├── binary_unary=4_10.py │ │ ├── binary_unary=4_2.py │ │ ├── binary_unary=4_3.py │ │ ├── binary_unary=4_4.py │ │ ├── binary_unary=4_5.py │ │ ├── binary_unary=4_6.py │ │ ├── binary_unary=4_7.py │ │ ├── binary_unary=4_8.py │ │ ├── binary_unary=4_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── binary_unary=6 │ │ ├── binary_unary=6_1.py │ │ ├── binary_unary=6_10.py │ │ ├── binary_unary=6_2.py │ │ ├── binary_unary=6_3.py │ │ ├── binary_unary=6_4.py │ │ ├── binary_unary=6_5.py │ │ ├── binary_unary=6_6.py │ │ ├── binary_unary=6_7.py │ │ ├── binary_unary=6_8.py │ │ ├── binary_unary=6_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── binary_unary=8 │ │ ├── binary_unary=8_1.py │ │ ├── binary_unary=8_10.py │ │ ├── binary_unary=8_2.py │ │ ├── binary_unary=8_3.py │ │ ├── binary_unary=8_4.py │ │ ├── binary_unary=8_5.py │ │ ├── binary_unary=8_6.py │ │ ├── binary_unary=8_7.py │ │ ├── binary_unary=8_8.py │ │ ├── binary_unary=8_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── cat_addmm │ │ ├── cat_addmm_1.py │ │ ├── cat_addmm_10.py │ │ ├── cat_addmm_2.py │ │ ├── cat_addmm_3.py │ │ ├── cat_addmm_4.py │ │ ├── cat_addmm_5.py │ │ ├── cat_addmm_6.py │ │ ├── cat_addmm_7.py │ │ ├── cat_addmm_8.py │ │ ├── cat_addmm_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── cat_mm │ │ ├── cat_mm_1.py │ │ ├── cat_mm_10.py │ │ ├── cat_mm_2.py │ │ ├── cat_mm_3.py │ │ ├── cat_mm_4.py │ │ ├── cat_mm_5.py │ │ ├── cat_mm_6.py │ │ ├── cat_mm_7.py │ │ ├── cat_mm_8.py │ │ ├── cat_mm_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── cat_slice_cat │ │ ├── cat_slice_cat_1.py │ │ ├── cat_slice_cat_10.py │ │ ├── cat_slice_cat_2.py │ │ ├── cat_slice_cat_3.py │ │ ├── cat_slice_cat_4.py │ │ ├── cat_slice_cat_5.py │ │ ├── cat_slice_cat_6.py │ │ ├── cat_slice_cat_7.py │ │ ├── cat_slice_cat_8.py │ │ ├── cat_slice_cat_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── fuse_conv_bn │ │ ├── fuse_conv_bn_1.py │ │ ├── fuse_conv_bn_10.py │ │ ├── fuse_conv_bn_2.py │ │ ├── fuse_conv_bn_3.py │ │ ├── fuse_conv_bn_4.py │ │ ├── fuse_conv_bn_5.py │ │ ├── fuse_conv_bn_6.py │ │ ├── fuse_conv_bn_7.py │ │ ├── fuse_conv_bn_8.py │ │ ├── fuse_conv_bn_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── linear_permute_fusion │ │ ├── linear_permute_fusion_1.py │ │ ├── linear_permute_fusion_10.py │ │ ├── linear_permute_fusion_2.py │ │ ├── linear_permute_fusion_3.py │ │ ├── linear_permute_fusion_4.py │ │ ├── linear_permute_fusion_5.py │ │ ├── linear_permute_fusion_6.py │ │ ├── linear_permute_fusion_7.py │ │ ├── linear_permute_fusion_8.py │ │ ├── linear_permute_fusion_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── mm_plus_mm │ │ ├── mm_plus_mm_1.py │ │ ├── mm_plus_mm_10.py │ │ ├── mm_plus_mm_2.py │ │ ├── mm_plus_mm_3.py │ │ ├── mm_plus_mm_4.py │ │ ├── mm_plus_mm_5.py │ │ ├── mm_plus_mm_6.py │ │ ├── mm_plus_mm_7.py │ │ ├── mm_plus_mm_8.py │ │ ├── mm_plus_mm_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── outputs.json │ ├── permute_linear_fusion │ │ ├── permute_linear_fusion_1.py │ │ ├── permute_linear_fusion_10.py │ │ ├── permute_linear_fusion_2.py │ │ ├── permute_linear_fusion_3.py │ │ ├── permute_linear_fusion_4.py │ │ ├── permute_linear_fusion_5.py │ │ ├── permute_linear_fusion_6.py │ │ ├── permute_linear_fusion_7.py │ │ ├── permute_linear_fusion_8.py │ │ ├── permute_linear_fusion_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── permute_matmul_fusion │ │ ├── permute_matmul_fusion_1.py │ │ ├── permute_matmul_fusion_10.py │ │ ├── permute_matmul_fusion_2.py │ │ ├── permute_matmul_fusion_3.py │ │ ├── permute_matmul_fusion_4.py │ │ ├── permute_matmul_fusion_5.py │ │ ├── permute_matmul_fusion_6.py │ │ ├── permute_matmul_fusion_7.py │ │ ├── permute_matmul_fusion_8.py │ │ ├── permute_matmul_fusion_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── pointless_cumsum_replacement │ │ ├── pointless_cumsum_replacement_1.py │ │ ├── pointless_cumsum_replacement_10.py │ │ ├── pointless_cumsum_replacement_2.py │ │ ├── pointless_cumsum_replacement_3.py │ │ ├── pointless_cumsum_replacement_4.py │ │ ├── pointless_cumsum_replacement_5.py │ │ ├── pointless_cumsum_replacement_6.py │ │ ├── pointless_cumsum_replacement_7.py │ │ ├── pointless_cumsum_replacement_8.py │ │ ├── pointless_cumsum_replacement_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── replace_fx │ │ ├── prompt.txt │ │ ├── replace_fx_1.py │ │ ├── replace_fx_10.py │ │ ├── replace_fx_2.py │ │ ├── replace_fx_3.py │ │ ├── replace_fx_4.py │ │ ├── replace_fx_5.py │ │ ├── replace_fx_6.py │ │ ├── replace_fx_7.py │ │ ├── replace_fx_8.py │ │ ├── replace_fx_9.py │ │ └── time.txt │ ├── sfdp=0 │ │ ├── prompt.txt │ │ ├── sfdp=0_1.py │ │ ├── sfdp=0_10.py │ │ ├── sfdp=0_2.py │ │ ├── sfdp=0_3.py │ │ ├── sfdp=0_4.py │ │ ├── sfdp=0_5.py │ │ ├── sfdp=0_6.py │ │ ├── sfdp=0_7.py │ │ ├── sfdp=0_8.py │ │ ├── sfdp=0_9.py │ │ └── time.txt │ ├── sfdp=1 │ │ ├── prompt.txt │ │ ├── sfdp=1_1.py │ │ ├── sfdp=1_10.py │ │ ├── sfdp=1_2.py │ │ ├── sfdp=1_3.py │ │ ├── sfdp=1_4.py │ │ ├── sfdp=1_5.py │ │ ├── sfdp=1_6.py │ │ ├── sfdp=1_7.py │ │ ├── sfdp=1_8.py │ │ ├── sfdp=1_9.py │ │ └── time.txt │ ├── sfdp=2 │ │ ├── prompt.txt │ │ ├── sfdp=2_1.py │ │ ├── sfdp=2_10.py │ │ ├── sfdp=2_2.py │ │ ├── sfdp=2_3.py │ │ ├── sfdp=2_4.py │ │ ├── sfdp=2_5.py │ │ ├── sfdp=2_6.py │ │ ├── sfdp=2_7.py │ │ ├── sfdp=2_8.py │ │ ├── sfdp=2_9.py │ │ └── time.txt │ ├── sfdp=3 │ │ ├── prompt.txt │ │ ├── sfdp=3_1.py │ │ ├── sfdp=3_10.py │ │ ├── sfdp=3_2.py │ │ ├── sfdp=3_3.py │ │ ├── sfdp=3_4.py │ │ ├── sfdp=3_5.py │ │ ├── sfdp=3_6.py │ │ ├── sfdp=3_7.py │ │ ├── sfdp=3_8.py │ │ ├── sfdp=3_9.py │ │ └── time.txt │ ├── sfdp=4 │ │ ├── prompt.txt │ │ ├── sfdp=4_1.py │ │ ├── sfdp=4_10.py │ │ ├── sfdp=4_2.py │ │ ├── sfdp=4_3.py │ │ ├── sfdp=4_4.py │ │ ├── sfdp=4_5.py │ │ ├── sfdp=4_6.py │ │ ├── sfdp=4_7.py │ │ ├── sfdp=4_8.py │ │ ├── sfdp=4_9.py │ │ └── time.txt │ ├── sfdp=5 │ │ ├── prompt.txt │ │ ├── sfdp=5_1.py │ │ ├── sfdp=5_10.py │ │ ├── sfdp=5_2.py │ │ ├── sfdp=5_3.py │ │ ├── sfdp=5_4.py │ │ ├── sfdp=5_5.py │ │ ├── sfdp=5_6.py │ │ ├── sfdp=5_7.py │ │ ├── sfdp=5_8.py │ │ ├── sfdp=5_9.py │ │ └── time.txt │ ├── sink_cat_after_pointwise │ │ ├── prompt.txt │ │ ├── sink_cat_after_pointwise_1.py │ │ ├── sink_cat_after_pointwise_10.py │ │ ├── sink_cat_after_pointwise_2.py │ │ ├── sink_cat_after_pointwise_3.py │ │ ├── sink_cat_after_pointwise_4.py │ │ ├── sink_cat_after_pointwise_5.py │ │ ├── sink_cat_after_pointwise_6.py │ │ ├── sink_cat_after_pointwise_7.py │ │ ├── sink_cat_after_pointwise_8.py │ │ ├── sink_cat_after_pointwise_9.py │ │ └── time.txt │ ├── splitwithsizes_cat_replace │ │ ├── prompt.txt │ │ ├── splitwithsizes_cat_replace_1.py │ │ ├── splitwithsizes_cat_replace_10.py │ │ ├── splitwithsizes_cat_replace_2.py │ │ ├── splitwithsizes_cat_replace_3.py │ │ ├── splitwithsizes_cat_replace_4.py │ │ ├── splitwithsizes_cat_replace_5.py │ │ ├── splitwithsizes_cat_replace_6.py │ │ ├── splitwithsizes_cat_replace_7.py │ │ ├── splitwithsizes_cat_replace_8.py │ │ ├── splitwithsizes_cat_replace_9.py │ │ └── time.txt │ ├── unary=0 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=0_1.py │ │ ├── unary=0_10.py │ │ ├── unary=0_2.py │ │ ├── unary=0_3.py │ │ ├── unary=0_4.py │ │ ├── unary=0_5.py │ │ ├── unary=0_6.py │ │ ├── unary=0_7.py │ │ ├── unary=0_8.py │ │ └── unary=0_9.py │ ├── unary=1 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=1_1.py │ │ ├── unary=1_10.py │ │ ├── unary=1_2.py │ │ ├── unary=1_3.py │ │ ├── unary=1_4.py │ │ ├── unary=1_5.py │ │ ├── unary=1_6.py │ │ ├── unary=1_7.py │ │ ├── unary=1_8.py │ │ └── unary=1_9.py │ ├── unary=10 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=10_1.py │ │ ├── unary=10_10.py │ │ ├── unary=10_2.py │ │ ├── unary=10_3.py │ │ ├── unary=10_4.py │ │ ├── unary=10_5.py │ │ ├── unary=10_6.py │ │ ├── unary=10_7.py │ │ ├── unary=10_8.py │ │ └── unary=10_9.py │ ├── unary=11 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=11_1.py │ │ ├── unary=11_10.py │ │ ├── unary=11_2.py │ │ ├── unary=11_3.py │ │ ├── unary=11_4.py │ │ ├── unary=11_5.py │ │ ├── unary=11_6.py │ │ ├── unary=11_7.py │ │ ├── unary=11_8.py │ │ └── unary=11_9.py │ ├── unary=12 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=12_1.py │ │ ├── unary=12_10.py │ │ ├── unary=12_2.py │ │ ├── unary=12_3.py │ │ ├── unary=12_4.py │ │ ├── unary=12_5.py │ │ ├── unary=12_6.py │ │ ├── unary=12_7.py │ │ ├── unary=12_8.py │ │ └── unary=12_9.py │ ├── unary=13 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=13_1.py │ │ ├── unary=13_10.py │ │ ├── unary=13_2.py │ │ ├── unary=13_3.py │ │ ├── unary=13_4.py │ │ ├── unary=13_5.py │ │ ├── unary=13_6.py │ │ ├── unary=13_7.py │ │ ├── unary=13_8.py │ │ └── unary=13_9.py │ ├── unary=14 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=14_1.py │ │ ├── unary=14_10.py │ │ ├── unary=14_2.py │ │ ├── unary=14_3.py │ │ ├── unary=14_4.py │ │ ├── unary=14_5.py │ │ ├── unary=14_6.py │ │ ├── unary=14_7.py │ │ ├── unary=14_8.py │ │ └── unary=14_9.py │ ├── unary=15 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=15_1.py │ │ ├── unary=15_10.py │ │ ├── unary=15_2.py │ │ ├── unary=15_3.py │ │ ├── unary=15_4.py │ │ ├── unary=15_5.py │ │ ├── unary=15_6.py │ │ ├── unary=15_7.py │ │ ├── unary=15_8.py │ │ └── unary=15_9.py │ ├── unary=16 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=16_1.py │ │ ├── unary=16_10.py │ │ ├── unary=16_2.py │ │ ├── unary=16_3.py │ │ ├── unary=16_4.py │ │ ├── unary=16_5.py │ │ ├── unary=16_6.py │ │ ├── unary=16_7.py │ │ ├── unary=16_8.py │ │ └── unary=16_9.py │ ├── unary=17 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=17_1.py │ │ ├── unary=17_10.py │ │ ├── unary=17_2.py │ │ ├── unary=17_3.py │ │ ├── unary=17_4.py │ │ ├── unary=17_5.py │ │ ├── unary=17_6.py │ │ ├── unary=17_7.py │ │ ├── unary=17_8.py │ │ └── unary=17_9.py │ ├── unary=18 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=18_1.py │ │ ├── unary=18_10.py │ │ ├── unary=18_2.py │ │ ├── unary=18_3.py │ │ ├── unary=18_4.py │ │ ├── unary=18_5.py │ │ ├── unary=18_6.py │ │ ├── unary=18_7.py │ │ ├── unary=18_8.py │ │ └── unary=18_9.py │ ├── unary=19 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=19_1.py │ │ ├── unary=19_10.py │ │ ├── unary=19_2.py │ │ ├── unary=19_3.py │ │ ├── unary=19_4.py │ │ ├── unary=19_5.py │ │ ├── unary=19_6.py │ │ ├── unary=19_7.py │ │ ├── unary=19_8.py │ │ └── unary=19_9.py │ ├── unary=2 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=2_1.py │ │ ├── unary=2_10.py │ │ ├── unary=2_2.py │ │ ├── unary=2_3.py │ │ ├── unary=2_4.py │ │ ├── unary=2_5.py │ │ ├── unary=2_6.py │ │ ├── unary=2_7.py │ │ ├── unary=2_8.py │ │ └── unary=2_9.py │ ├── unary=20 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=20_1.py │ │ ├── unary=20_10.py │ │ ├── unary=20_2.py │ │ ├── unary=20_3.py │ │ ├── unary=20_4.py │ │ ├── unary=20_5.py │ │ ├── unary=20_6.py │ │ ├── unary=20_7.py │ │ ├── unary=20_8.py │ │ └── unary=20_9.py │ ├── unary=21 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=21_1.py │ │ ├── unary=21_10.py │ │ ├── unary=21_2.py │ │ ├── unary=21_3.py │ │ ├── unary=21_4.py │ │ ├── unary=21_5.py │ │ ├── unary=21_6.py │ │ ├── unary=21_7.py │ │ ├── unary=21_8.py │ │ └── unary=21_9.py │ ├── unary=22 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=22_1.py │ │ ├── unary=22_10.py │ │ ├── unary=22_2.py │ │ ├── unary=22_3.py │ │ ├── unary=22_4.py │ │ ├── unary=22_5.py │ │ ├── unary=22_6.py │ │ ├── unary=22_7.py │ │ ├── unary=22_8.py │ │ └── unary=22_9.py │ ├── unary=23 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=23_1.py │ │ ├── unary=23_10.py │ │ ├── unary=23_2.py │ │ ├── unary=23_3.py │ │ ├── unary=23_4.py │ │ ├── unary=23_5.py │ │ ├── unary=23_6.py │ │ ├── unary=23_7.py │ │ ├── unary=23_8.py │ │ └── unary=23_9.py │ ├── unary=24 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=24_1.py │ │ ├── unary=24_10.py │ │ ├── unary=24_2.py │ │ ├── unary=24_3.py │ │ ├── unary=24_4.py │ │ ├── unary=24_5.py │ │ ├── unary=24_6.py │ │ ├── unary=24_7.py │ │ ├── unary=24_8.py │ │ └── unary=24_9.py │ ├── unary=25 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=25_1.py │ │ ├── unary=25_10.py │ │ ├── unary=25_2.py │ │ ├── unary=25_3.py │ │ ├── unary=25_4.py │ │ ├── unary=25_5.py │ │ ├── unary=25_6.py │ │ ├── unary=25_7.py │ │ ├── unary=25_8.py │ │ └── unary=25_9.py │ ├── unary=26 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=26_1.py │ │ ├── unary=26_10.py │ │ ├── unary=26_2.py │ │ ├── unary=26_3.py │ │ ├── unary=26_4.py │ │ ├── unary=26_5.py │ │ ├── unary=26_6.py │ │ ├── unary=26_7.py │ │ ├── unary=26_8.py │ │ └── unary=26_9.py │ ├── unary=27 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=27_1.py │ │ ├── unary=27_10.py │ │ ├── unary=27_2.py │ │ ├── unary=27_3.py │ │ ├── unary=27_4.py │ │ ├── unary=27_5.py │ │ ├── unary=27_6.py │ │ ├── unary=27_7.py │ │ ├── unary=27_8.py │ │ └── unary=27_9.py │ ├── unary=28 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=28_1.py │ │ ├── unary=28_10.py │ │ ├── unary=28_2.py │ │ ├── unary=28_3.py │ │ ├── unary=28_4.py │ │ ├── unary=28_5.py │ │ ├── unary=28_6.py │ │ ├── unary=28_7.py │ │ ├── unary=28_8.py │ │ └── unary=28_9.py │ ├── unary=29 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=29_1.py │ │ ├── unary=29_10.py │ │ ├── unary=29_2.py │ │ ├── unary=29_3.py │ │ ├── unary=29_4.py │ │ ├── unary=29_5.py │ │ ├── unary=29_6.py │ │ ├── unary=29_7.py │ │ ├── unary=29_8.py │ │ └── unary=29_9.py │ ├── unary=3 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=3_1.py │ │ ├── unary=3_10.py │ │ ├── unary=3_2.py │ │ ├── unary=3_3.py │ │ ├── unary=3_4.py │ │ ├── unary=3_5.py │ │ ├── unary=3_6.py │ │ ├── unary=3_7.py │ │ ├── unary=3_8.py │ │ └── unary=3_9.py │ ├── unary=4 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=4_1.py │ │ ├── unary=4_10.py │ │ ├── unary=4_2.py │ │ ├── unary=4_3.py │ │ ├── unary=4_4.py │ │ ├── unary=4_5.py │ │ ├── unary=4_6.py │ │ ├── unary=4_7.py │ │ ├── unary=4_8.py │ │ └── unary=4_9.py │ ├── unary=5 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=5_1.py │ │ ├── unary=5_10.py │ │ ├── unary=5_2.py │ │ ├── unary=5_3.py │ │ ├── unary=5_4.py │ │ ├── unary=5_5.py │ │ ├── unary=5_6.py │ │ ├── unary=5_7.py │ │ ├── unary=5_8.py │ │ └── unary=5_9.py │ ├── unary=6 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=6_1.py │ │ ├── unary=6_10.py │ │ ├── unary=6_2.py │ │ ├── unary=6_3.py │ │ ├── unary=6_4.py │ │ ├── unary=6_5.py │ │ ├── unary=6_6.py │ │ ├── unary=6_7.py │ │ ├── unary=6_8.py │ │ └── unary=6_9.py │ ├── unary=7 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=7_1.py │ │ ├── unary=7_10.py │ │ ├── unary=7_2.py │ │ ├── unary=7_3.py │ │ ├── unary=7_4.py │ │ ├── unary=7_5.py │ │ ├── unary=7_6.py │ │ ├── unary=7_7.py │ │ ├── unary=7_8.py │ │ └── unary=7_9.py │ ├── unary=8 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=8_1.py │ │ ├── unary=8_10.py │ │ ├── unary=8_2.py │ │ ├── unary=8_3.py │ │ ├── unary=8_4.py │ │ ├── unary=8_5.py │ │ ├── unary=8_6.py │ │ ├── unary=8_7.py │ │ ├── unary=8_8.py │ │ └── unary=8_9.py │ └── unary=9 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=9_1.py │ │ ├── unary=9_10.py │ │ ├── unary=9_2.py │ │ ├── unary=9_3.py │ │ ├── unary=9_4.py │ │ ├── unary=9_5.py │ │ ├── unary=9_6.py │ │ ├── unary=9_7.py │ │ ├── unary=9_8.py │ │ └── unary=9_9.py │ ├── step59-3shot │ ├── addmm │ │ ├── addmm_1.py │ │ ├── addmm_10.py │ │ ├── addmm_2.py │ │ ├── addmm_3.py │ │ ├── addmm_4.py │ │ ├── addmm_5.py │ │ ├── addmm_6.py │ │ ├── addmm_7.py │ │ ├── addmm_8.py │ │ ├── addmm_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── binary=0 │ │ ├── binary=0_1.py │ │ ├── binary=0_10.py │ │ ├── binary=0_2.py │ │ ├── binary=0_3.py │ │ ├── binary=0_4.py │ │ ├── binary=0_5.py │ │ ├── binary=0_6.py │ │ ├── binary=0_7.py │ │ ├── binary=0_8.py │ │ ├── binary=0_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── binary=10 │ │ ├── binary=10_1.py │ │ ├── binary=10_10.py │ │ ├── binary=10_2.py │ │ ├── binary=10_3.py │ │ ├── binary=10_4.py │ │ ├── binary=10_5.py │ │ ├── binary=10_6.py │ │ ├── binary=10_7.py │ │ ├── binary=10_8.py │ │ ├── binary=10_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── binary=2 │ │ ├── binary=2_1.py │ │ ├── binary=2_10.py │ │ ├── binary=2_2.py │ │ ├── binary=2_3.py │ │ ├── binary=2_4.py │ │ ├── binary=2_5.py │ │ ├── binary=2_6.py │ │ ├── binary=2_7.py │ │ ├── binary=2_8.py │ │ ├── binary=2_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── binary=4 │ │ ├── binary=4_1.py │ │ ├── binary=4_10.py │ │ ├── binary=4_2.py │ │ ├── binary=4_3.py │ │ ├── binary=4_4.py │ │ ├── binary=4_5.py │ │ ├── binary=4_6.py │ │ ├── binary=4_7.py │ │ ├── binary=4_8.py │ │ ├── binary=4_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── binary=6 │ │ ├── binary=6_1.py │ │ ├── binary=6_10.py │ │ ├── binary=6_2.py │ │ ├── binary=6_3.py │ │ ├── binary=6_4.py │ │ ├── binary=6_5.py │ │ ├── binary=6_6.py │ │ ├── binary=6_7.py │ │ ├── binary=6_8.py │ │ ├── binary=6_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── binary=8 │ │ ├── binary=8_1.py │ │ ├── binary=8_10.py │ │ ├── binary=8_2.py │ │ ├── binary=8_3.py │ │ ├── binary=8_4.py │ │ ├── binary=8_5.py │ │ ├── binary=8_6.py │ │ ├── binary=8_7.py │ │ ├── binary=8_8.py │ │ ├── binary=8_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── binary_unary=0 │ │ ├── binary_unary=0_1.py │ │ ├── binary_unary=0_10.py │ │ ├── binary_unary=0_2.py │ │ ├── binary_unary=0_3.py │ │ ├── binary_unary=0_4.py │ │ ├── binary_unary=0_5.py │ │ ├── binary_unary=0_6.py │ │ ├── binary_unary=0_7.py │ │ ├── binary_unary=0_8.py │ │ ├── binary_unary=0_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── binary_unary=10 │ │ ├── binary_unary=10_1.py │ │ ├── binary_unary=10_10.py │ │ ├── binary_unary=10_2.py │ │ ├── binary_unary=10_3.py │ │ ├── binary_unary=10_4.py │ │ ├── binary_unary=10_5.py │ │ ├── binary_unary=10_6.py │ │ ├── binary_unary=10_7.py │ │ ├── binary_unary=10_8.py │ │ ├── binary_unary=10_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── binary_unary=2 │ │ ├── binary_unary=2_1.py │ │ ├── binary_unary=2_10.py │ │ ├── binary_unary=2_2.py │ │ ├── binary_unary=2_3.py │ │ ├── binary_unary=2_4.py │ │ ├── binary_unary=2_5.py │ │ ├── binary_unary=2_6.py │ │ ├── binary_unary=2_7.py │ │ ├── binary_unary=2_8.py │ │ ├── binary_unary=2_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── binary_unary=4 │ │ ├── binary_unary=4_1.py │ │ ├── binary_unary=4_10.py │ │ ├── binary_unary=4_2.py │ │ ├── binary_unary=4_3.py │ │ ├── binary_unary=4_4.py │ │ ├── binary_unary=4_5.py │ │ ├── binary_unary=4_6.py │ │ ├── binary_unary=4_7.py │ │ ├── binary_unary=4_8.py │ │ ├── binary_unary=4_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── binary_unary=6 │ │ ├── binary_unary=6_1.py │ │ ├── binary_unary=6_10.py │ │ ├── binary_unary=6_2.py │ │ ├── binary_unary=6_3.py │ │ ├── binary_unary=6_4.py │ │ ├── binary_unary=6_5.py │ │ ├── binary_unary=6_6.py │ │ ├── binary_unary=6_7.py │ │ ├── binary_unary=6_8.py │ │ ├── binary_unary=6_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── binary_unary=8 │ │ ├── binary_unary=8_1.py │ │ ├── binary_unary=8_10.py │ │ ├── binary_unary=8_2.py │ │ ├── binary_unary=8_3.py │ │ ├── binary_unary=8_4.py │ │ ├── binary_unary=8_5.py │ │ ├── binary_unary=8_6.py │ │ ├── binary_unary=8_7.py │ │ ├── binary_unary=8_8.py │ │ ├── binary_unary=8_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── cat_addmm │ │ ├── cat_addmm_1.py │ │ ├── cat_addmm_10.py │ │ ├── cat_addmm_2.py │ │ ├── cat_addmm_3.py │ │ ├── cat_addmm_4.py │ │ ├── cat_addmm_5.py │ │ ├── cat_addmm_6.py │ │ ├── cat_addmm_7.py │ │ ├── cat_addmm_8.py │ │ ├── cat_addmm_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── cat_mm │ │ ├── cat_mm_1.py │ │ ├── cat_mm_10.py │ │ ├── cat_mm_2.py │ │ ├── cat_mm_3.py │ │ ├── cat_mm_4.py │ │ ├── cat_mm_5.py │ │ ├── cat_mm_6.py │ │ ├── cat_mm_7.py │ │ ├── cat_mm_8.py │ │ ├── cat_mm_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── cat_slice_cat │ │ ├── cat_slice_cat_1.py │ │ ├── cat_slice_cat_10.py │ │ ├── cat_slice_cat_2.py │ │ ├── cat_slice_cat_3.py │ │ ├── cat_slice_cat_4.py │ │ ├── cat_slice_cat_5.py │ │ ├── cat_slice_cat_6.py │ │ ├── cat_slice_cat_7.py │ │ ├── cat_slice_cat_8.py │ │ ├── cat_slice_cat_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── fuse_conv_bn │ │ ├── fuse_conv_bn_1.py │ │ ├── fuse_conv_bn_10.py │ │ ├── fuse_conv_bn_2.py │ │ ├── fuse_conv_bn_3.py │ │ ├── fuse_conv_bn_4.py │ │ ├── fuse_conv_bn_5.py │ │ ├── fuse_conv_bn_6.py │ │ ├── fuse_conv_bn_7.py │ │ ├── fuse_conv_bn_8.py │ │ ├── fuse_conv_bn_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── linear_permute_fusion │ │ ├── linear_permute_fusion_1.py │ │ ├── linear_permute_fusion_10.py │ │ ├── linear_permute_fusion_2.py │ │ ├── linear_permute_fusion_3.py │ │ ├── linear_permute_fusion_4.py │ │ ├── linear_permute_fusion_5.py │ │ ├── linear_permute_fusion_6.py │ │ ├── linear_permute_fusion_7.py │ │ ├── linear_permute_fusion_8.py │ │ ├── linear_permute_fusion_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── mm_plus_mm │ │ ├── mm_plus_mm_1.py │ │ ├── mm_plus_mm_10.py │ │ ├── mm_plus_mm_2.py │ │ ├── mm_plus_mm_3.py │ │ ├── mm_plus_mm_4.py │ │ ├── mm_plus_mm_5.py │ │ ├── mm_plus_mm_6.py │ │ ├── mm_plus_mm_7.py │ │ ├── mm_plus_mm_8.py │ │ ├── mm_plus_mm_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── outputs.json │ ├── permute_linear_fusion │ │ ├── permute_linear_fusion_1.py │ │ ├── permute_linear_fusion_10.py │ │ ├── permute_linear_fusion_2.py │ │ ├── permute_linear_fusion_3.py │ │ ├── permute_linear_fusion_4.py │ │ ├── permute_linear_fusion_5.py │ │ ├── permute_linear_fusion_6.py │ │ ├── permute_linear_fusion_7.py │ │ ├── permute_linear_fusion_8.py │ │ ├── permute_linear_fusion_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── permute_matmul_fusion │ │ ├── permute_matmul_fusion_1.py │ │ ├── permute_matmul_fusion_10.py │ │ ├── permute_matmul_fusion_2.py │ │ ├── permute_matmul_fusion_3.py │ │ ├── permute_matmul_fusion_4.py │ │ ├── permute_matmul_fusion_5.py │ │ ├── permute_matmul_fusion_6.py │ │ ├── permute_matmul_fusion_7.py │ │ ├── permute_matmul_fusion_8.py │ │ ├── permute_matmul_fusion_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── pointless_cumsum_replacement │ │ ├── pointless_cumsum_replacement_1.py │ │ ├── pointless_cumsum_replacement_10.py │ │ ├── pointless_cumsum_replacement_2.py │ │ ├── pointless_cumsum_replacement_3.py │ │ ├── pointless_cumsum_replacement_4.py │ │ ├── pointless_cumsum_replacement_5.py │ │ ├── pointless_cumsum_replacement_6.py │ │ ├── pointless_cumsum_replacement_7.py │ │ ├── pointless_cumsum_replacement_8.py │ │ ├── pointless_cumsum_replacement_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── replace_fx │ │ ├── prompt.txt │ │ ├── replace_fx_1.py │ │ ├── replace_fx_10.py │ │ ├── replace_fx_2.py │ │ ├── replace_fx_3.py │ │ ├── replace_fx_4.py │ │ ├── replace_fx_5.py │ │ ├── replace_fx_6.py │ │ ├── replace_fx_7.py │ │ ├── replace_fx_8.py │ │ ├── replace_fx_9.py │ │ └── time.txt │ ├── sfdp=0 │ │ ├── prompt.txt │ │ ├── sfdp=0_1.py │ │ ├── sfdp=0_10.py │ │ ├── sfdp=0_2.py │ │ ├── sfdp=0_3.py │ │ ├── sfdp=0_4.py │ │ ├── sfdp=0_5.py │ │ ├── sfdp=0_6.py │ │ ├── sfdp=0_7.py │ │ ├── sfdp=0_8.py │ │ ├── sfdp=0_9.py │ │ └── time.txt │ ├── sfdp=1 │ │ ├── prompt.txt │ │ ├── sfdp=1_1.py │ │ ├── sfdp=1_10.py │ │ ├── sfdp=1_2.py │ │ ├── sfdp=1_3.py │ │ ├── sfdp=1_4.py │ │ ├── sfdp=1_5.py │ │ ├── sfdp=1_6.py │ │ ├── sfdp=1_7.py │ │ ├── sfdp=1_8.py │ │ ├── sfdp=1_9.py │ │ └── time.txt │ ├── sfdp=2 │ │ ├── prompt.txt │ │ ├── sfdp=2_1.py │ │ ├── sfdp=2_10.py │ │ ├── sfdp=2_2.py │ │ ├── sfdp=2_3.py │ │ ├── sfdp=2_4.py │ │ ├── sfdp=2_5.py │ │ ├── sfdp=2_6.py │ │ ├── sfdp=2_7.py │ │ ├── sfdp=2_8.py │ │ ├── sfdp=2_9.py │ │ └── time.txt │ ├── sfdp=3 │ │ ├── prompt.txt │ │ ├── sfdp=3_1.py │ │ ├── sfdp=3_10.py │ │ ├── sfdp=3_2.py │ │ ├── sfdp=3_3.py │ │ ├── sfdp=3_4.py │ │ ├── sfdp=3_5.py │ │ ├── sfdp=3_6.py │ │ ├── sfdp=3_7.py │ │ ├── sfdp=3_8.py │ │ ├── sfdp=3_9.py │ │ └── time.txt │ ├── sfdp=4 │ │ ├── prompt.txt │ │ ├── sfdp=4_1.py │ │ ├── sfdp=4_10.py │ │ ├── sfdp=4_2.py │ │ ├── sfdp=4_3.py │ │ ├── sfdp=4_4.py │ │ ├── sfdp=4_5.py │ │ ├── sfdp=4_6.py │ │ ├── sfdp=4_7.py │ │ ├── sfdp=4_8.py │ │ ├── sfdp=4_9.py │ │ └── time.txt │ ├── sfdp=5 │ │ ├── prompt.txt │ │ ├── sfdp=5_1.py │ │ ├── sfdp=5_10.py │ │ ├── sfdp=5_2.py │ │ ├── sfdp=5_3.py │ │ ├── sfdp=5_4.py │ │ ├── sfdp=5_5.py │ │ ├── sfdp=5_6.py │ │ ├── sfdp=5_7.py │ │ ├── sfdp=5_8.py │ │ ├── sfdp=5_9.py │ │ └── time.txt │ ├── sink_cat_after_pointwise │ │ ├── prompt.txt │ │ ├── sink_cat_after_pointwise_1.py │ │ ├── sink_cat_after_pointwise_10.py │ │ ├── sink_cat_after_pointwise_2.py │ │ ├── sink_cat_after_pointwise_3.py │ │ ├── sink_cat_after_pointwise_4.py │ │ ├── sink_cat_after_pointwise_5.py │ │ ├── sink_cat_after_pointwise_6.py │ │ ├── sink_cat_after_pointwise_7.py │ │ ├── sink_cat_after_pointwise_8.py │ │ ├── sink_cat_after_pointwise_9.py │ │ └── time.txt │ ├── splitwithsizes_cat_replace │ │ ├── prompt.txt │ │ ├── splitwithsizes_cat_replace_1.py │ │ ├── splitwithsizes_cat_replace_10.py │ │ ├── splitwithsizes_cat_replace_2.py │ │ ├── splitwithsizes_cat_replace_3.py │ │ ├── splitwithsizes_cat_replace_4.py │ │ ├── splitwithsizes_cat_replace_5.py │ │ ├── splitwithsizes_cat_replace_6.py │ │ ├── splitwithsizes_cat_replace_7.py │ │ ├── splitwithsizes_cat_replace_8.py │ │ ├── splitwithsizes_cat_replace_9.py │ │ └── time.txt │ ├── unary=0 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=0_1.py │ │ ├── unary=0_10.py │ │ ├── unary=0_2.py │ │ ├── unary=0_3.py │ │ ├── unary=0_4.py │ │ ├── unary=0_5.py │ │ ├── unary=0_6.py │ │ ├── unary=0_7.py │ │ ├── unary=0_8.py │ │ └── unary=0_9.py │ ├── unary=1 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=1_1.py │ │ ├── unary=1_10.py │ │ ├── unary=1_2.py │ │ ├── unary=1_3.py │ │ ├── unary=1_4.py │ │ ├── unary=1_5.py │ │ ├── unary=1_6.py │ │ ├── unary=1_7.py │ │ ├── unary=1_8.py │ │ └── unary=1_9.py │ ├── unary=10 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=10_1.py │ │ ├── unary=10_10.py │ │ ├── unary=10_2.py │ │ ├── unary=10_3.py │ │ ├── unary=10_4.py │ │ ├── unary=10_5.py │ │ ├── unary=10_6.py │ │ ├── unary=10_7.py │ │ ├── unary=10_8.py │ │ └── unary=10_9.py │ ├── unary=11 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=11_1.py │ │ ├── unary=11_10.py │ │ ├── unary=11_2.py │ │ ├── unary=11_3.py │ │ ├── unary=11_4.py │ │ ├── unary=11_5.py │ │ ├── unary=11_6.py │ │ ├── unary=11_7.py │ │ ├── unary=11_8.py │ │ └── unary=11_9.py │ ├── unary=12 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=12_1.py │ │ ├── unary=12_10.py │ │ ├── unary=12_2.py │ │ ├── unary=12_3.py │ │ ├── unary=12_4.py │ │ ├── unary=12_5.py │ │ ├── unary=12_6.py │ │ ├── unary=12_7.py │ │ ├── unary=12_8.py │ │ └── unary=12_9.py │ ├── unary=13 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=13_1.py │ │ ├── unary=13_10.py │ │ ├── unary=13_2.py │ │ ├── unary=13_3.py │ │ ├── unary=13_4.py │ │ ├── unary=13_5.py │ │ ├── unary=13_6.py │ │ ├── unary=13_7.py │ │ ├── unary=13_8.py │ │ └── unary=13_9.py │ ├── unary=14 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=14_1.py │ │ ├── unary=14_10.py │ │ ├── unary=14_2.py │ │ ├── unary=14_3.py │ │ ├── unary=14_4.py │ │ ├── unary=14_5.py │ │ ├── unary=14_6.py │ │ ├── unary=14_7.py │ │ ├── unary=14_8.py │ │ └── unary=14_9.py │ ├── unary=15 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=15_1.py │ │ ├── unary=15_10.py │ │ ├── unary=15_2.py │ │ ├── unary=15_3.py │ │ ├── unary=15_4.py │ │ ├── unary=15_5.py │ │ ├── unary=15_6.py │ │ ├── unary=15_7.py │ │ ├── unary=15_8.py │ │ └── unary=15_9.py │ ├── unary=16 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=16_1.py │ │ ├── unary=16_10.py │ │ ├── unary=16_2.py │ │ ├── unary=16_3.py │ │ ├── unary=16_4.py │ │ ├── unary=16_5.py │ │ ├── unary=16_6.py │ │ ├── unary=16_7.py │ │ ├── unary=16_8.py │ │ └── unary=16_9.py │ ├── unary=17 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=17_1.py │ │ ├── unary=17_10.py │ │ ├── unary=17_2.py │ │ ├── unary=17_3.py │ │ ├── unary=17_4.py │ │ ├── unary=17_5.py │ │ ├── unary=17_6.py │ │ ├── unary=17_7.py │ │ ├── unary=17_8.py │ │ └── unary=17_9.py │ ├── unary=18 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=18_1.py │ │ ├── unary=18_10.py │ │ ├── unary=18_2.py │ │ ├── unary=18_3.py │ │ ├── unary=18_4.py │ │ ├── unary=18_5.py │ │ ├── unary=18_6.py │ │ ├── unary=18_7.py │ │ ├── unary=18_8.py │ │ └── unary=18_9.py │ ├── unary=19 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=19_1.py │ │ ├── unary=19_10.py │ │ ├── unary=19_2.py │ │ ├── unary=19_3.py │ │ ├── unary=19_4.py │ │ ├── unary=19_5.py │ │ ├── unary=19_6.py │ │ ├── unary=19_7.py │ │ ├── unary=19_8.py │ │ └── unary=19_9.py │ ├── unary=2 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=2_1.py │ │ ├── unary=2_10.py │ │ ├── unary=2_2.py │ │ ├── unary=2_3.py │ │ ├── unary=2_4.py │ │ ├── unary=2_5.py │ │ ├── unary=2_6.py │ │ ├── unary=2_7.py │ │ ├── unary=2_8.py │ │ └── unary=2_9.py │ ├── unary=20 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=20_1.py │ │ ├── unary=20_10.py │ │ ├── unary=20_2.py │ │ ├── unary=20_3.py │ │ ├── unary=20_4.py │ │ ├── unary=20_5.py │ │ ├── unary=20_6.py │ │ ├── unary=20_7.py │ │ ├── unary=20_8.py │ │ └── unary=20_9.py │ ├── unary=21 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=21_1.py │ │ ├── unary=21_10.py │ │ ├── unary=21_2.py │ │ ├── unary=21_3.py │ │ ├── unary=21_4.py │ │ ├── unary=21_5.py │ │ ├── unary=21_6.py │ │ ├── unary=21_7.py │ │ ├── unary=21_8.py │ │ └── unary=21_9.py │ ├── unary=22 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=22_1.py │ │ ├── unary=22_10.py │ │ ├── unary=22_2.py │ │ ├── unary=22_3.py │ │ ├── unary=22_4.py │ │ ├── unary=22_5.py │ │ ├── unary=22_6.py │ │ ├── unary=22_7.py │ │ ├── unary=22_8.py │ │ └── unary=22_9.py │ ├── unary=23 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=23_1.py │ │ ├── unary=23_10.py │ │ ├── unary=23_2.py │ │ ├── unary=23_3.py │ │ ├── unary=23_4.py │ │ ├── unary=23_5.py │ │ ├── unary=23_6.py │ │ ├── unary=23_7.py │ │ ├── unary=23_8.py │ │ └── unary=23_9.py │ ├── unary=24 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=24_1.py │ │ ├── unary=24_10.py │ │ ├── unary=24_2.py │ │ ├── unary=24_3.py │ │ ├── unary=24_4.py │ │ ├── unary=24_5.py │ │ ├── unary=24_6.py │ │ ├── unary=24_7.py │ │ ├── unary=24_8.py │ │ └── unary=24_9.py │ ├── unary=25 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=25_1.py │ │ ├── unary=25_10.py │ │ ├── unary=25_2.py │ │ ├── unary=25_3.py │ │ ├── unary=25_4.py │ │ ├── unary=25_5.py │ │ ├── unary=25_6.py │ │ ├── unary=25_7.py │ │ ├── unary=25_8.py │ │ └── unary=25_9.py │ ├── unary=26 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=26_1.py │ │ ├── unary=26_10.py │ │ ├── unary=26_2.py │ │ ├── unary=26_3.py │ │ ├── unary=26_4.py │ │ ├── unary=26_5.py │ │ ├── unary=26_6.py │ │ ├── unary=26_7.py │ │ ├── unary=26_8.py │ │ └── unary=26_9.py │ ├── unary=27 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=27_1.py │ │ ├── unary=27_10.py │ │ ├── unary=27_2.py │ │ ├── unary=27_3.py │ │ ├── unary=27_4.py │ │ ├── unary=27_5.py │ │ ├── unary=27_6.py │ │ ├── unary=27_7.py │ │ ├── unary=27_8.py │ │ └── unary=27_9.py │ ├── unary=28 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=28_1.py │ │ ├── unary=28_10.py │ │ ├── unary=28_2.py │ │ ├── unary=28_3.py │ │ ├── unary=28_4.py │ │ ├── unary=28_5.py │ │ ├── unary=28_6.py │ │ ├── unary=28_7.py │ │ ├── unary=28_8.py │ │ └── unary=28_9.py │ ├── unary=29 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=29_1.py │ │ ├── unary=29_10.py │ │ ├── unary=29_2.py │ │ ├── unary=29_3.py │ │ ├── unary=29_4.py │ │ ├── unary=29_5.py │ │ ├── unary=29_6.py │ │ ├── unary=29_7.py │ │ ├── unary=29_8.py │ │ └── unary=29_9.py │ ├── unary=3 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=3_1.py │ │ ├── unary=3_10.py │ │ ├── unary=3_2.py │ │ ├── unary=3_3.py │ │ ├── unary=3_4.py │ │ ├── unary=3_5.py │ │ ├── unary=3_6.py │ │ ├── unary=3_7.py │ │ ├── unary=3_8.py │ │ └── unary=3_9.py │ ├── unary=4 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=4_1.py │ │ ├── unary=4_10.py │ │ ├── unary=4_2.py │ │ ├── unary=4_3.py │ │ ├── unary=4_4.py │ │ ├── unary=4_5.py │ │ ├── unary=4_6.py │ │ ├── unary=4_7.py │ │ ├── unary=4_8.py │ │ └── unary=4_9.py │ ├── unary=5 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=5_1.py │ │ ├── unary=5_10.py │ │ ├── unary=5_2.py │ │ ├── unary=5_3.py │ │ ├── unary=5_4.py │ │ ├── unary=5_5.py │ │ ├── unary=5_6.py │ │ ├── unary=5_7.py │ │ ├── unary=5_8.py │ │ └── unary=5_9.py │ ├── unary=6 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=6_1.py │ │ ├── unary=6_10.py │ │ ├── unary=6_2.py │ │ ├── unary=6_3.py │ │ ├── unary=6_4.py │ │ ├── unary=6_5.py │ │ ├── unary=6_6.py │ │ ├── unary=6_7.py │ │ ├── unary=6_8.py │ │ └── unary=6_9.py │ ├── unary=7 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=7_1.py │ │ ├── unary=7_10.py │ │ ├── unary=7_2.py │ │ ├── unary=7_3.py │ │ ├── unary=7_4.py │ │ ├── unary=7_5.py │ │ ├── unary=7_6.py │ │ ├── unary=7_7.py │ │ ├── unary=7_8.py │ │ └── unary=7_9.py │ ├── unary=8 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=8_1.py │ │ ├── unary=8_10.py │ │ ├── unary=8_2.py │ │ ├── unary=8_3.py │ │ ├── unary=8_4.py │ │ ├── unary=8_5.py │ │ ├── unary=8_6.py │ │ ├── unary=8_7.py │ │ ├── unary=8_8.py │ │ └── unary=8_9.py │ └── unary=9 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=9_1.py │ │ ├── unary=9_10.py │ │ ├── unary=9_2.py │ │ ├── unary=9_3.py │ │ ├── unary=9_4.py │ │ ├── unary=9_5.py │ │ ├── unary=9_6.py │ │ ├── unary=9_7.py │ │ ├── unary=9_8.py │ │ └── unary=9_9.py │ ├── step6-3shot │ ├── addmm │ │ ├── addmm_1.py │ │ ├── addmm_10.py │ │ ├── addmm_2.py │ │ ├── addmm_3.py │ │ ├── addmm_4.py │ │ ├── addmm_5.py │ │ ├── addmm_6.py │ │ ├── addmm_7.py │ │ ├── addmm_8.py │ │ ├── addmm_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── binary=0 │ │ ├── binary=0_1.py │ │ ├── binary=0_10.py │ │ ├── binary=0_2.py │ │ ├── binary=0_3.py │ │ ├── binary=0_4.py │ │ ├── binary=0_5.py │ │ ├── binary=0_6.py │ │ ├── binary=0_7.py │ │ ├── binary=0_8.py │ │ ├── binary=0_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── binary=10 │ │ ├── binary=10_1.py │ │ ├── binary=10_10.py │ │ ├── binary=10_2.py │ │ ├── binary=10_3.py │ │ ├── binary=10_4.py │ │ ├── binary=10_5.py │ │ ├── binary=10_6.py │ │ ├── binary=10_7.py │ │ ├── binary=10_8.py │ │ ├── binary=10_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── binary=2 │ │ ├── binary=2_1.py │ │ ├── binary=2_10.py │ │ ├── binary=2_2.py │ │ ├── binary=2_3.py │ │ ├── binary=2_4.py │ │ ├── binary=2_5.py │ │ ├── binary=2_6.py │ │ ├── binary=2_7.py │ │ ├── binary=2_8.py │ │ ├── binary=2_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── binary=4 │ │ ├── binary=4_1.py │ │ ├── binary=4_10.py │ │ ├── binary=4_2.py │ │ ├── binary=4_3.py │ │ ├── binary=4_4.py │ │ ├── binary=4_5.py │ │ ├── binary=4_6.py │ │ ├── binary=4_7.py │ │ ├── binary=4_8.py │ │ ├── binary=4_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── binary=6 │ │ ├── binary=6_1.py │ │ ├── binary=6_10.py │ │ ├── binary=6_2.py │ │ ├── binary=6_3.py │ │ ├── binary=6_4.py │ │ ├── binary=6_5.py │ │ ├── binary=6_6.py │ │ ├── binary=6_7.py │ │ ├── binary=6_8.py │ │ ├── binary=6_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── binary=8 │ │ ├── binary=8_1.py │ │ ├── binary=8_10.py │ │ ├── binary=8_2.py │ │ ├── binary=8_3.py │ │ ├── binary=8_4.py │ │ ├── binary=8_5.py │ │ ├── binary=8_6.py │ │ ├── binary=8_7.py │ │ ├── binary=8_8.py │ │ ├── binary=8_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── binary_unary=0 │ │ ├── binary_unary=0_1.py │ │ ├── binary_unary=0_10.py │ │ ├── binary_unary=0_2.py │ │ ├── binary_unary=0_3.py │ │ ├── binary_unary=0_4.py │ │ ├── binary_unary=0_5.py │ │ ├── binary_unary=0_6.py │ │ ├── binary_unary=0_7.py │ │ ├── binary_unary=0_8.py │ │ ├── binary_unary=0_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── binary_unary=10 │ │ ├── binary_unary=10_1.py │ │ ├── binary_unary=10_10.py │ │ ├── binary_unary=10_2.py │ │ ├── binary_unary=10_3.py │ │ ├── binary_unary=10_4.py │ │ ├── binary_unary=10_5.py │ │ ├── binary_unary=10_6.py │ │ ├── binary_unary=10_7.py │ │ ├── binary_unary=10_8.py │ │ ├── binary_unary=10_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── binary_unary=2 │ │ ├── binary_unary=2_1.py │ │ ├── binary_unary=2_10.py │ │ ├── binary_unary=2_2.py │ │ ├── binary_unary=2_3.py │ │ ├── binary_unary=2_4.py │ │ ├── binary_unary=2_5.py │ │ ├── binary_unary=2_6.py │ │ ├── binary_unary=2_7.py │ │ ├── binary_unary=2_8.py │ │ ├── binary_unary=2_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── binary_unary=4 │ │ ├── binary_unary=4_1.py │ │ ├── binary_unary=4_10.py │ │ ├── binary_unary=4_2.py │ │ ├── binary_unary=4_3.py │ │ ├── binary_unary=4_4.py │ │ ├── binary_unary=4_5.py │ │ ├── binary_unary=4_6.py │ │ ├── binary_unary=4_7.py │ │ ├── binary_unary=4_8.py │ │ ├── binary_unary=4_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── binary_unary=6 │ │ ├── binary_unary=6_1.py │ │ ├── binary_unary=6_10.py │ │ ├── binary_unary=6_2.py │ │ ├── binary_unary=6_3.py │ │ ├── binary_unary=6_4.py │ │ ├── binary_unary=6_5.py │ │ ├── binary_unary=6_6.py │ │ ├── binary_unary=6_7.py │ │ ├── binary_unary=6_8.py │ │ ├── binary_unary=6_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── binary_unary=8 │ │ ├── binary_unary=8_1.py │ │ ├── binary_unary=8_10.py │ │ ├── binary_unary=8_2.py │ │ ├── binary_unary=8_3.py │ │ ├── binary_unary=8_4.py │ │ ├── binary_unary=8_5.py │ │ ├── binary_unary=8_6.py │ │ ├── binary_unary=8_7.py │ │ ├── binary_unary=8_8.py │ │ ├── binary_unary=8_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── cat_addmm │ │ ├── cat_addmm_1.py │ │ ├── cat_addmm_10.py │ │ ├── cat_addmm_2.py │ │ ├── cat_addmm_3.py │ │ ├── cat_addmm_4.py │ │ ├── cat_addmm_5.py │ │ ├── cat_addmm_6.py │ │ ├── cat_addmm_7.py │ │ ├── cat_addmm_8.py │ │ ├── cat_addmm_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── cat_mm │ │ ├── cat_mm_1.py │ │ ├── cat_mm_10.py │ │ ├── cat_mm_2.py │ │ ├── cat_mm_3.py │ │ ├── cat_mm_4.py │ │ ├── cat_mm_5.py │ │ ├── cat_mm_6.py │ │ ├── cat_mm_7.py │ │ ├── cat_mm_8.py │ │ ├── cat_mm_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── cat_slice_cat │ │ ├── cat_slice_cat_1.py │ │ ├── cat_slice_cat_10.py │ │ ├── cat_slice_cat_2.py │ │ ├── cat_slice_cat_3.py │ │ ├── cat_slice_cat_4.py │ │ ├── cat_slice_cat_5.py │ │ ├── cat_slice_cat_6.py │ │ ├── cat_slice_cat_7.py │ │ ├── cat_slice_cat_8.py │ │ ├── cat_slice_cat_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── fuse_conv_bn │ │ ├── fuse_conv_bn_1.py │ │ ├── fuse_conv_bn_10.py │ │ ├── fuse_conv_bn_2.py │ │ ├── fuse_conv_bn_3.py │ │ ├── fuse_conv_bn_4.py │ │ ├── fuse_conv_bn_5.py │ │ ├── fuse_conv_bn_6.py │ │ ├── fuse_conv_bn_7.py │ │ ├── fuse_conv_bn_8.py │ │ ├── fuse_conv_bn_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── linear_permute_fusion │ │ ├── linear_permute_fusion_1.py │ │ ├── linear_permute_fusion_10.py │ │ ├── linear_permute_fusion_2.py │ │ ├── linear_permute_fusion_3.py │ │ ├── linear_permute_fusion_4.py │ │ ├── linear_permute_fusion_5.py │ │ ├── linear_permute_fusion_6.py │ │ ├── linear_permute_fusion_7.py │ │ ├── linear_permute_fusion_8.py │ │ ├── linear_permute_fusion_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── mm_plus_mm │ │ ├── mm_plus_mm_1.py │ │ ├── mm_plus_mm_10.py │ │ ├── mm_plus_mm_2.py │ │ ├── mm_plus_mm_3.py │ │ ├── mm_plus_mm_4.py │ │ ├── mm_plus_mm_5.py │ │ ├── mm_plus_mm_6.py │ │ ├── mm_plus_mm_7.py │ │ ├── mm_plus_mm_8.py │ │ ├── mm_plus_mm_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── outputs.json │ ├── permute_linear_fusion │ │ ├── permute_linear_fusion_1.py │ │ ├── permute_linear_fusion_10.py │ │ ├── permute_linear_fusion_2.py │ │ ├── permute_linear_fusion_3.py │ │ ├── permute_linear_fusion_4.py │ │ ├── permute_linear_fusion_5.py │ │ ├── permute_linear_fusion_6.py │ │ ├── permute_linear_fusion_7.py │ │ ├── permute_linear_fusion_8.py │ │ ├── permute_linear_fusion_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── permute_matmul_fusion │ │ ├── permute_matmul_fusion_1.py │ │ ├── permute_matmul_fusion_10.py │ │ ├── permute_matmul_fusion_2.py │ │ ├── permute_matmul_fusion_3.py │ │ ├── permute_matmul_fusion_4.py │ │ ├── permute_matmul_fusion_5.py │ │ ├── permute_matmul_fusion_6.py │ │ ├── permute_matmul_fusion_7.py │ │ ├── permute_matmul_fusion_8.py │ │ ├── permute_matmul_fusion_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── pointless_cumsum_replacement │ │ ├── pointless_cumsum_replacement_1.py │ │ ├── pointless_cumsum_replacement_10.py │ │ ├── pointless_cumsum_replacement_2.py │ │ ├── pointless_cumsum_replacement_3.py │ │ ├── pointless_cumsum_replacement_4.py │ │ ├── pointless_cumsum_replacement_5.py │ │ ├── pointless_cumsum_replacement_6.py │ │ ├── pointless_cumsum_replacement_7.py │ │ ├── pointless_cumsum_replacement_8.py │ │ ├── pointless_cumsum_replacement_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── replace_fx │ │ ├── prompt.txt │ │ ├── replace_fx_1.py │ │ ├── replace_fx_10.py │ │ ├── replace_fx_2.py │ │ ├── replace_fx_3.py │ │ ├── replace_fx_4.py │ │ ├── replace_fx_5.py │ │ ├── replace_fx_6.py │ │ ├── replace_fx_7.py │ │ ├── replace_fx_8.py │ │ ├── replace_fx_9.py │ │ └── time.txt │ ├── sfdp=0 │ │ ├── prompt.txt │ │ ├── sfdp=0_1.py │ │ ├── sfdp=0_10.py │ │ ├── sfdp=0_2.py │ │ ├── sfdp=0_3.py │ │ ├── sfdp=0_4.py │ │ ├── sfdp=0_5.py │ │ ├── sfdp=0_6.py │ │ ├── sfdp=0_7.py │ │ ├── sfdp=0_8.py │ │ ├── sfdp=0_9.py │ │ └── time.txt │ ├── sfdp=1 │ │ ├── prompt.txt │ │ ├── sfdp=1_1.py │ │ ├── sfdp=1_10.py │ │ ├── sfdp=1_2.py │ │ ├── sfdp=1_3.py │ │ ├── sfdp=1_4.py │ │ ├── sfdp=1_5.py │ │ ├── sfdp=1_6.py │ │ ├── sfdp=1_7.py │ │ ├── sfdp=1_8.py │ │ ├── sfdp=1_9.py │ │ └── time.txt │ ├── sfdp=2 │ │ ├── prompt.txt │ │ ├── sfdp=2_1.py │ │ ├── sfdp=2_10.py │ │ ├── sfdp=2_2.py │ │ ├── sfdp=2_3.py │ │ ├── sfdp=2_4.py │ │ ├── sfdp=2_5.py │ │ ├── sfdp=2_6.py │ │ ├── sfdp=2_7.py │ │ ├── sfdp=2_8.py │ │ ├── sfdp=2_9.py │ │ └── time.txt │ ├── sfdp=3 │ │ ├── prompt.txt │ │ ├── sfdp=3_1.py │ │ ├── sfdp=3_10.py │ │ ├── sfdp=3_2.py │ │ ├── sfdp=3_3.py │ │ ├── sfdp=3_4.py │ │ ├── sfdp=3_5.py │ │ ├── sfdp=3_6.py │ │ ├── sfdp=3_7.py │ │ ├── sfdp=3_8.py │ │ ├── sfdp=3_9.py │ │ └── time.txt │ ├── sfdp=4 │ │ ├── prompt.txt │ │ ├── sfdp=4_1.py │ │ ├── sfdp=4_10.py │ │ ├── sfdp=4_2.py │ │ ├── sfdp=4_3.py │ │ ├── sfdp=4_4.py │ │ ├── sfdp=4_5.py │ │ ├── sfdp=4_6.py │ │ ├── sfdp=4_7.py │ │ ├── sfdp=4_8.py │ │ ├── sfdp=4_9.py │ │ └── time.txt │ ├── sfdp=5 │ │ ├── prompt.txt │ │ ├── sfdp=5_1.py │ │ ├── sfdp=5_10.py │ │ ├── sfdp=5_2.py │ │ ├── sfdp=5_3.py │ │ ├── sfdp=5_4.py │ │ ├── sfdp=5_5.py │ │ ├── sfdp=5_6.py │ │ ├── sfdp=5_7.py │ │ ├── sfdp=5_8.py │ │ ├── sfdp=5_9.py │ │ └── time.txt │ ├── sink_cat_after_pointwise │ │ ├── prompt.txt │ │ ├── sink_cat_after_pointwise_1.py │ │ ├── sink_cat_after_pointwise_10.py │ │ ├── sink_cat_after_pointwise_2.py │ │ ├── sink_cat_after_pointwise_3.py │ │ ├── sink_cat_after_pointwise_4.py │ │ ├── sink_cat_after_pointwise_5.py │ │ ├── sink_cat_after_pointwise_6.py │ │ ├── sink_cat_after_pointwise_7.py │ │ ├── sink_cat_after_pointwise_8.py │ │ ├── sink_cat_after_pointwise_9.py │ │ └── time.txt │ ├── splitwithsizes_cat_replace │ │ ├── prompt.txt │ │ ├── splitwithsizes_cat_replace_1.py │ │ ├── splitwithsizes_cat_replace_10.py │ │ ├── splitwithsizes_cat_replace_2.py │ │ ├── splitwithsizes_cat_replace_3.py │ │ ├── splitwithsizes_cat_replace_4.py │ │ ├── splitwithsizes_cat_replace_5.py │ │ ├── splitwithsizes_cat_replace_6.py │ │ ├── splitwithsizes_cat_replace_7.py │ │ ├── splitwithsizes_cat_replace_8.py │ │ ├── splitwithsizes_cat_replace_9.py │ │ └── time.txt │ ├── unary=0 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=0_1.py │ │ ├── unary=0_10.py │ │ ├── unary=0_2.py │ │ ├── unary=0_3.py │ │ ├── unary=0_4.py │ │ ├── unary=0_5.py │ │ ├── unary=0_6.py │ │ ├── unary=0_7.py │ │ ├── unary=0_8.py │ │ └── unary=0_9.py │ ├── unary=1 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=1_1.py │ │ ├── unary=1_10.py │ │ ├── unary=1_2.py │ │ ├── unary=1_3.py │ │ ├── unary=1_4.py │ │ ├── unary=1_5.py │ │ ├── unary=1_6.py │ │ ├── unary=1_7.py │ │ ├── unary=1_8.py │ │ └── unary=1_9.py │ ├── unary=10 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=10_1.py │ │ ├── unary=10_10.py │ │ ├── unary=10_2.py │ │ ├── unary=10_3.py │ │ ├── unary=10_4.py │ │ ├── unary=10_5.py │ │ ├── unary=10_6.py │ │ ├── unary=10_7.py │ │ ├── unary=10_8.py │ │ └── unary=10_9.py │ ├── unary=11 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=11_1.py │ │ ├── unary=11_10.py │ │ ├── unary=11_2.py │ │ ├── unary=11_3.py │ │ ├── unary=11_4.py │ │ ├── unary=11_5.py │ │ ├── unary=11_6.py │ │ ├── unary=11_7.py │ │ ├── unary=11_8.py │ │ └── unary=11_9.py │ ├── unary=12 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=12_1.py │ │ ├── unary=12_10.py │ │ ├── unary=12_2.py │ │ ├── unary=12_3.py │ │ ├── unary=12_4.py │ │ ├── unary=12_5.py │ │ ├── unary=12_6.py │ │ ├── unary=12_7.py │ │ ├── unary=12_8.py │ │ └── unary=12_9.py │ ├── unary=13 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=13_1.py │ │ ├── unary=13_10.py │ │ ├── unary=13_2.py │ │ ├── unary=13_3.py │ │ ├── unary=13_4.py │ │ ├── unary=13_5.py │ │ ├── unary=13_6.py │ │ ├── unary=13_7.py │ │ ├── unary=13_8.py │ │ └── unary=13_9.py │ ├── unary=14 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=14_1.py │ │ ├── unary=14_10.py │ │ ├── unary=14_2.py │ │ ├── unary=14_3.py │ │ ├── unary=14_4.py │ │ ├── unary=14_5.py │ │ ├── unary=14_6.py │ │ ├── unary=14_7.py │ │ ├── unary=14_8.py │ │ └── unary=14_9.py │ ├── unary=15 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=15_1.py │ │ ├── unary=15_10.py │ │ ├── unary=15_2.py │ │ ├── unary=15_3.py │ │ ├── unary=15_4.py │ │ ├── unary=15_5.py │ │ ├── unary=15_6.py │ │ ├── unary=15_7.py │ │ ├── unary=15_8.py │ │ └── unary=15_9.py │ ├── unary=16 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=16_1.py │ │ ├── unary=16_10.py │ │ ├── unary=16_2.py │ │ ├── unary=16_3.py │ │ ├── unary=16_4.py │ │ ├── unary=16_5.py │ │ ├── unary=16_6.py │ │ ├── unary=16_7.py │ │ ├── unary=16_8.py │ │ └── unary=16_9.py │ ├── unary=17 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=17_1.py │ │ ├── unary=17_10.py │ │ ├── unary=17_2.py │ │ ├── unary=17_3.py │ │ ├── unary=17_4.py │ │ ├── unary=17_5.py │ │ ├── unary=17_6.py │ │ ├── unary=17_7.py │ │ ├── unary=17_8.py │ │ └── unary=17_9.py │ ├── unary=18 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=18_1.py │ │ ├── unary=18_10.py │ │ ├── unary=18_2.py │ │ ├── unary=18_3.py │ │ ├── unary=18_4.py │ │ ├── unary=18_5.py │ │ ├── unary=18_6.py │ │ ├── unary=18_7.py │ │ ├── unary=18_8.py │ │ └── unary=18_9.py │ ├── unary=19 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=19_1.py │ │ ├── unary=19_10.py │ │ ├── unary=19_2.py │ │ ├── unary=19_3.py │ │ ├── unary=19_4.py │ │ ├── unary=19_5.py │ │ ├── unary=19_6.py │ │ ├── unary=19_7.py │ │ ├── unary=19_8.py │ │ └── unary=19_9.py │ ├── unary=2 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=2_1.py │ │ ├── unary=2_10.py │ │ ├── unary=2_2.py │ │ ├── unary=2_3.py │ │ ├── unary=2_4.py │ │ ├── unary=2_5.py │ │ ├── unary=2_6.py │ │ ├── unary=2_7.py │ │ ├── unary=2_8.py │ │ └── unary=2_9.py │ ├── unary=20 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=20_1.py │ │ ├── unary=20_10.py │ │ ├── unary=20_2.py │ │ ├── unary=20_3.py │ │ ├── unary=20_4.py │ │ ├── unary=20_5.py │ │ ├── unary=20_6.py │ │ ├── unary=20_7.py │ │ ├── unary=20_8.py │ │ └── unary=20_9.py │ ├── unary=21 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=21_1.py │ │ ├── unary=21_10.py │ │ ├── unary=21_2.py │ │ ├── unary=21_3.py │ │ ├── unary=21_4.py │ │ ├── unary=21_5.py │ │ ├── unary=21_6.py │ │ ├── unary=21_7.py │ │ ├── unary=21_8.py │ │ └── unary=21_9.py │ ├── unary=22 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=22_1.py │ │ ├── unary=22_10.py │ │ ├── unary=22_2.py │ │ ├── unary=22_3.py │ │ ├── unary=22_4.py │ │ ├── unary=22_5.py │ │ ├── unary=22_6.py │ │ ├── unary=22_7.py │ │ ├── unary=22_8.py │ │ └── unary=22_9.py │ ├── unary=23 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=23_1.py │ │ ├── unary=23_10.py │ │ ├── unary=23_2.py │ │ ├── unary=23_3.py │ │ ├── unary=23_4.py │ │ ├── unary=23_5.py │ │ ├── unary=23_6.py │ │ ├── unary=23_7.py │ │ ├── unary=23_8.py │ │ └── unary=23_9.py │ ├── unary=24 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=24_1.py │ │ ├── unary=24_10.py │ │ ├── unary=24_2.py │ │ ├── unary=24_3.py │ │ ├── unary=24_4.py │ │ ├── unary=24_5.py │ │ ├── unary=24_6.py │ │ ├── unary=24_7.py │ │ ├── unary=24_8.py │ │ └── unary=24_9.py │ ├── unary=25 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=25_1.py │ │ ├── unary=25_10.py │ │ ├── unary=25_2.py │ │ ├── unary=25_3.py │ │ ├── unary=25_4.py │ │ ├── unary=25_5.py │ │ ├── unary=25_6.py │ │ ├── unary=25_7.py │ │ ├── unary=25_8.py │ │ └── unary=25_9.py │ ├── unary=26 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=26_1.py │ │ ├── unary=26_10.py │ │ ├── unary=26_2.py │ │ ├── unary=26_3.py │ │ ├── unary=26_4.py │ │ ├── unary=26_5.py │ │ ├── unary=26_6.py │ │ ├── unary=26_7.py │ │ ├── unary=26_8.py │ │ └── unary=26_9.py │ ├── unary=27 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=27_1.py │ │ ├── unary=27_10.py │ │ ├── unary=27_2.py │ │ ├── unary=27_3.py │ │ ├── unary=27_4.py │ │ ├── unary=27_5.py │ │ ├── unary=27_6.py │ │ ├── unary=27_7.py │ │ ├── unary=27_8.py │ │ └── unary=27_9.py │ ├── unary=28 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=28_1.py │ │ ├── unary=28_10.py │ │ ├── unary=28_2.py │ │ ├── unary=28_3.py │ │ ├── unary=28_4.py │ │ ├── unary=28_5.py │ │ ├── unary=28_6.py │ │ ├── unary=28_7.py │ │ ├── unary=28_8.py │ │ └── unary=28_9.py │ ├── unary=29 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=29_1.py │ │ ├── unary=29_10.py │ │ ├── unary=29_2.py │ │ ├── unary=29_3.py │ │ ├── unary=29_4.py │ │ ├── unary=29_5.py │ │ ├── unary=29_6.py │ │ ├── unary=29_7.py │ │ ├── unary=29_8.py │ │ └── unary=29_9.py │ ├── unary=3 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=3_1.py │ │ ├── unary=3_10.py │ │ ├── unary=3_2.py │ │ ├── unary=3_3.py │ │ ├── unary=3_4.py │ │ ├── unary=3_5.py │ │ ├── unary=3_6.py │ │ ├── unary=3_7.py │ │ ├── unary=3_8.py │ │ └── unary=3_9.py │ ├── unary=4 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=4_1.py │ │ ├── unary=4_10.py │ │ ├── unary=4_2.py │ │ ├── unary=4_3.py │ │ ├── unary=4_4.py │ │ ├── unary=4_5.py │ │ ├── unary=4_6.py │ │ ├── unary=4_7.py │ │ ├── unary=4_8.py │ │ └── unary=4_9.py │ ├── unary=5 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=5_1.py │ │ ├── unary=5_10.py │ │ ├── unary=5_2.py │ │ ├── unary=5_3.py │ │ ├── unary=5_4.py │ │ ├── unary=5_5.py │ │ ├── unary=5_6.py │ │ ├── unary=5_7.py │ │ ├── unary=5_8.py │ │ └── unary=5_9.py │ ├── unary=6 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=6_1.py │ │ ├── unary=6_10.py │ │ ├── unary=6_2.py │ │ ├── unary=6_3.py │ │ ├── unary=6_4.py │ │ ├── unary=6_5.py │ │ ├── unary=6_6.py │ │ ├── unary=6_7.py │ │ ├── unary=6_8.py │ │ └── unary=6_9.py │ ├── unary=7 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=7_1.py │ │ ├── unary=7_10.py │ │ ├── unary=7_2.py │ │ ├── unary=7_3.py │ │ ├── unary=7_4.py │ │ ├── unary=7_5.py │ │ ├── unary=7_6.py │ │ ├── unary=7_7.py │ │ ├── unary=7_8.py │ │ └── unary=7_9.py │ ├── unary=8 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=8_1.py │ │ ├── unary=8_10.py │ │ ├── unary=8_2.py │ │ ├── unary=8_3.py │ │ ├── unary=8_4.py │ │ ├── unary=8_5.py │ │ ├── unary=8_6.py │ │ ├── unary=8_7.py │ │ ├── unary=8_8.py │ │ └── unary=8_9.py │ └── unary=9 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=9_1.py │ │ ├── unary=9_10.py │ │ ├── unary=9_2.py │ │ ├── unary=9_3.py │ │ ├── unary=9_4.py │ │ ├── unary=9_5.py │ │ ├── unary=9_6.py │ │ ├── unary=9_7.py │ │ ├── unary=9_8.py │ │ └── unary=9_9.py │ ├── step60-3shot │ ├── addmm │ │ ├── addmm_1.py │ │ ├── addmm_10.py │ │ ├── addmm_2.py │ │ ├── addmm_3.py │ │ ├── addmm_4.py │ │ ├── addmm_5.py │ │ ├── addmm_6.py │ │ ├── addmm_7.py │ │ ├── addmm_8.py │ │ ├── addmm_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── binary=0 │ │ ├── binary=0_1.py │ │ ├── binary=0_10.py │ │ ├── binary=0_2.py │ │ ├── binary=0_3.py │ │ ├── binary=0_4.py │ │ ├── binary=0_5.py │ │ ├── binary=0_6.py │ │ ├── binary=0_7.py │ │ ├── binary=0_8.py │ │ ├── binary=0_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── binary=10 │ │ ├── binary=10_1.py │ │ ├── binary=10_10.py │ │ ├── binary=10_2.py │ │ ├── binary=10_3.py │ │ ├── binary=10_4.py │ │ ├── binary=10_5.py │ │ ├── binary=10_6.py │ │ ├── binary=10_7.py │ │ ├── binary=10_8.py │ │ ├── binary=10_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── binary=2 │ │ ├── binary=2_1.py │ │ ├── binary=2_10.py │ │ ├── binary=2_2.py │ │ ├── binary=2_3.py │ │ ├── binary=2_4.py │ │ ├── binary=2_5.py │ │ ├── binary=2_6.py │ │ ├── binary=2_7.py │ │ ├── binary=2_8.py │ │ ├── binary=2_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── binary=4 │ │ ├── binary=4_1.py │ │ ├── binary=4_10.py │ │ ├── binary=4_2.py │ │ ├── binary=4_3.py │ │ ├── binary=4_4.py │ │ ├── binary=4_5.py │ │ ├── binary=4_6.py │ │ ├── binary=4_7.py │ │ ├── binary=4_8.py │ │ ├── binary=4_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── binary=6 │ │ ├── binary=6_1.py │ │ ├── binary=6_10.py │ │ ├── binary=6_2.py │ │ ├── binary=6_3.py │ │ ├── binary=6_4.py │ │ ├── binary=6_5.py │ │ ├── binary=6_6.py │ │ ├── binary=6_7.py │ │ ├── binary=6_8.py │ │ ├── binary=6_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── binary=8 │ │ ├── binary=8_1.py │ │ ├── binary=8_10.py │ │ ├── binary=8_2.py │ │ ├── binary=8_3.py │ │ ├── binary=8_4.py │ │ ├── binary=8_5.py │ │ ├── binary=8_6.py │ │ ├── binary=8_7.py │ │ ├── binary=8_8.py │ │ ├── binary=8_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── binary_unary=0 │ │ ├── binary_unary=0_1.py │ │ ├── binary_unary=0_10.py │ │ ├── binary_unary=0_2.py │ │ ├── binary_unary=0_3.py │ │ ├── binary_unary=0_4.py │ │ ├── binary_unary=0_5.py │ │ ├── binary_unary=0_6.py │ │ ├── binary_unary=0_7.py │ │ ├── binary_unary=0_8.py │ │ ├── binary_unary=0_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── binary_unary=10 │ │ ├── binary_unary=10_1.py │ │ ├── binary_unary=10_10.py │ │ ├── binary_unary=10_2.py │ │ ├── binary_unary=10_3.py │ │ ├── binary_unary=10_4.py │ │ ├── binary_unary=10_5.py │ │ ├── binary_unary=10_6.py │ │ ├── binary_unary=10_7.py │ │ ├── binary_unary=10_8.py │ │ ├── binary_unary=10_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── binary_unary=2 │ │ ├── binary_unary=2_1.py │ │ ├── binary_unary=2_10.py │ │ ├── binary_unary=2_2.py │ │ ├── binary_unary=2_3.py │ │ ├── binary_unary=2_4.py │ │ ├── binary_unary=2_5.py │ │ ├── binary_unary=2_6.py │ │ ├── binary_unary=2_7.py │ │ ├── binary_unary=2_8.py │ │ ├── binary_unary=2_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── binary_unary=4 │ │ ├── binary_unary=4_1.py │ │ ├── binary_unary=4_10.py │ │ ├── binary_unary=4_2.py │ │ ├── binary_unary=4_3.py │ │ ├── binary_unary=4_4.py │ │ ├── binary_unary=4_5.py │ │ ├── binary_unary=4_6.py │ │ ├── binary_unary=4_7.py │ │ ├── binary_unary=4_8.py │ │ ├── binary_unary=4_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── binary_unary=6 │ │ ├── binary_unary=6_1.py │ │ ├── binary_unary=6_10.py │ │ ├── binary_unary=6_2.py │ │ ├── binary_unary=6_3.py │ │ ├── binary_unary=6_4.py │ │ ├── binary_unary=6_5.py │ │ ├── binary_unary=6_6.py │ │ ├── binary_unary=6_7.py │ │ ├── binary_unary=6_8.py │ │ ├── binary_unary=6_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── binary_unary=8 │ │ ├── binary_unary=8_1.py │ │ ├── binary_unary=8_10.py │ │ ├── binary_unary=8_2.py │ │ ├── binary_unary=8_3.py │ │ ├── binary_unary=8_4.py │ │ ├── binary_unary=8_5.py │ │ ├── binary_unary=8_6.py │ │ ├── binary_unary=8_7.py │ │ ├── binary_unary=8_8.py │ │ ├── binary_unary=8_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── cat_addmm │ │ ├── cat_addmm_1.py │ │ ├── cat_addmm_10.py │ │ ├── cat_addmm_2.py │ │ ├── cat_addmm_3.py │ │ ├── cat_addmm_4.py │ │ ├── cat_addmm_5.py │ │ ├── cat_addmm_6.py │ │ ├── cat_addmm_7.py │ │ ├── cat_addmm_8.py │ │ ├── cat_addmm_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── cat_mm │ │ ├── cat_mm_1.py │ │ ├── cat_mm_10.py │ │ ├── cat_mm_2.py │ │ ├── cat_mm_3.py │ │ ├── cat_mm_4.py │ │ ├── cat_mm_5.py │ │ ├── cat_mm_6.py │ │ ├── cat_mm_7.py │ │ ├── cat_mm_8.py │ │ ├── cat_mm_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── cat_slice_cat │ │ ├── cat_slice_cat_1.py │ │ ├── cat_slice_cat_10.py │ │ ├── cat_slice_cat_2.py │ │ ├── cat_slice_cat_3.py │ │ ├── cat_slice_cat_4.py │ │ ├── cat_slice_cat_5.py │ │ ├── cat_slice_cat_6.py │ │ ├── cat_slice_cat_7.py │ │ ├── cat_slice_cat_8.py │ │ ├── cat_slice_cat_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── fuse_conv_bn │ │ ├── fuse_conv_bn_1.py │ │ ├── fuse_conv_bn_10.py │ │ ├── fuse_conv_bn_2.py │ │ ├── fuse_conv_bn_3.py │ │ ├── fuse_conv_bn_4.py │ │ ├── fuse_conv_bn_5.py │ │ ├── fuse_conv_bn_6.py │ │ ├── fuse_conv_bn_7.py │ │ ├── fuse_conv_bn_8.py │ │ ├── fuse_conv_bn_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── linear_permute_fusion │ │ ├── linear_permute_fusion_1.py │ │ ├── linear_permute_fusion_10.py │ │ ├── linear_permute_fusion_2.py │ │ ├── linear_permute_fusion_3.py │ │ ├── linear_permute_fusion_4.py │ │ ├── linear_permute_fusion_5.py │ │ ├── linear_permute_fusion_6.py │ │ ├── linear_permute_fusion_7.py │ │ ├── linear_permute_fusion_8.py │ │ ├── linear_permute_fusion_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── mm_plus_mm │ │ ├── mm_plus_mm_1.py │ │ ├── mm_plus_mm_10.py │ │ ├── mm_plus_mm_2.py │ │ ├── mm_plus_mm_3.py │ │ ├── mm_plus_mm_4.py │ │ ├── mm_plus_mm_5.py │ │ ├── mm_plus_mm_6.py │ │ ├── mm_plus_mm_7.py │ │ ├── mm_plus_mm_8.py │ │ ├── mm_plus_mm_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── outputs.json │ ├── permute_linear_fusion │ │ ├── permute_linear_fusion_1.py │ │ ├── permute_linear_fusion_10.py │ │ ├── permute_linear_fusion_2.py │ │ ├── permute_linear_fusion_3.py │ │ ├── permute_linear_fusion_4.py │ │ ├── permute_linear_fusion_5.py │ │ ├── permute_linear_fusion_6.py │ │ ├── permute_linear_fusion_7.py │ │ ├── permute_linear_fusion_8.py │ │ ├── permute_linear_fusion_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── permute_matmul_fusion │ │ ├── permute_matmul_fusion_1.py │ │ ├── permute_matmul_fusion_10.py │ │ ├── permute_matmul_fusion_2.py │ │ ├── permute_matmul_fusion_3.py │ │ ├── permute_matmul_fusion_4.py │ │ ├── permute_matmul_fusion_5.py │ │ ├── permute_matmul_fusion_6.py │ │ ├── permute_matmul_fusion_7.py │ │ ├── permute_matmul_fusion_8.py │ │ ├── permute_matmul_fusion_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── pointless_cumsum_replacement │ │ ├── pointless_cumsum_replacement_1.py │ │ ├── pointless_cumsum_replacement_10.py │ │ ├── pointless_cumsum_replacement_2.py │ │ ├── pointless_cumsum_replacement_3.py │ │ ├── pointless_cumsum_replacement_4.py │ │ ├── pointless_cumsum_replacement_5.py │ │ ├── pointless_cumsum_replacement_6.py │ │ ├── pointless_cumsum_replacement_7.py │ │ ├── pointless_cumsum_replacement_8.py │ │ ├── pointless_cumsum_replacement_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── replace_fx │ │ ├── prompt.txt │ │ ├── replace_fx_1.py │ │ ├── replace_fx_10.py │ │ ├── replace_fx_2.py │ │ ├── replace_fx_3.py │ │ ├── replace_fx_4.py │ │ ├── replace_fx_5.py │ │ ├── replace_fx_6.py │ │ ├── replace_fx_7.py │ │ ├── replace_fx_8.py │ │ ├── replace_fx_9.py │ │ └── time.txt │ ├── sfdp=0 │ │ ├── prompt.txt │ │ ├── sfdp=0_1.py │ │ ├── sfdp=0_10.py │ │ ├── sfdp=0_2.py │ │ ├── sfdp=0_3.py │ │ ├── sfdp=0_4.py │ │ ├── sfdp=0_5.py │ │ ├── sfdp=0_6.py │ │ ├── sfdp=0_7.py │ │ ├── sfdp=0_8.py │ │ ├── sfdp=0_9.py │ │ └── time.txt │ ├── sfdp=1 │ │ ├── prompt.txt │ │ ├── sfdp=1_1.py │ │ ├── sfdp=1_10.py │ │ ├── sfdp=1_2.py │ │ ├── sfdp=1_3.py │ │ ├── sfdp=1_4.py │ │ ├── sfdp=1_5.py │ │ ├── sfdp=1_6.py │ │ ├── sfdp=1_7.py │ │ ├── sfdp=1_8.py │ │ ├── sfdp=1_9.py │ │ └── time.txt │ ├── sfdp=2 │ │ ├── prompt.txt │ │ ├── sfdp=2_1.py │ │ ├── sfdp=2_10.py │ │ ├── sfdp=2_2.py │ │ ├── sfdp=2_3.py │ │ ├── sfdp=2_4.py │ │ ├── sfdp=2_5.py │ │ ├── sfdp=2_6.py │ │ ├── sfdp=2_7.py │ │ ├── sfdp=2_8.py │ │ ├── sfdp=2_9.py │ │ └── time.txt │ ├── sfdp=3 │ │ ├── prompt.txt │ │ ├── sfdp=3_1.py │ │ ├── sfdp=3_10.py │ │ ├── sfdp=3_2.py │ │ ├── sfdp=3_3.py │ │ ├── sfdp=3_4.py │ │ ├── sfdp=3_5.py │ │ ├── sfdp=3_6.py │ │ ├── sfdp=3_7.py │ │ ├── sfdp=3_8.py │ │ ├── sfdp=3_9.py │ │ └── time.txt │ ├── sfdp=4 │ │ ├── prompt.txt │ │ ├── sfdp=4_1.py │ │ ├── sfdp=4_10.py │ │ ├── sfdp=4_2.py │ │ ├── sfdp=4_3.py │ │ ├── sfdp=4_4.py │ │ ├── sfdp=4_5.py │ │ ├── sfdp=4_6.py │ │ ├── sfdp=4_7.py │ │ ├── sfdp=4_8.py │ │ ├── sfdp=4_9.py │ │ └── time.txt │ ├── sfdp=5 │ │ ├── prompt.txt │ │ ├── sfdp=5_1.py │ │ ├── sfdp=5_10.py │ │ ├── sfdp=5_2.py │ │ ├── sfdp=5_3.py │ │ ├── sfdp=5_4.py │ │ ├── sfdp=5_5.py │ │ ├── sfdp=5_6.py │ │ ├── sfdp=5_7.py │ │ ├── sfdp=5_8.py │ │ ├── sfdp=5_9.py │ │ └── time.txt │ ├── sink_cat_after_pointwise │ │ ├── prompt.txt │ │ ├── sink_cat_after_pointwise_1.py │ │ ├── sink_cat_after_pointwise_10.py │ │ ├── sink_cat_after_pointwise_2.py │ │ ├── sink_cat_after_pointwise_3.py │ │ ├── sink_cat_after_pointwise_4.py │ │ ├── sink_cat_after_pointwise_5.py │ │ ├── sink_cat_after_pointwise_6.py │ │ ├── sink_cat_after_pointwise_7.py │ │ ├── sink_cat_after_pointwise_8.py │ │ ├── sink_cat_after_pointwise_9.py │ │ └── time.txt │ ├── splitwithsizes_cat_replace │ │ ├── prompt.txt │ │ ├── splitwithsizes_cat_replace_1.py │ │ ├── splitwithsizes_cat_replace_10.py │ │ ├── splitwithsizes_cat_replace_2.py │ │ ├── splitwithsizes_cat_replace_3.py │ │ ├── splitwithsizes_cat_replace_4.py │ │ ├── splitwithsizes_cat_replace_5.py │ │ ├── splitwithsizes_cat_replace_6.py │ │ ├── splitwithsizes_cat_replace_7.py │ │ ├── splitwithsizes_cat_replace_8.py │ │ ├── splitwithsizes_cat_replace_9.py │ │ └── time.txt │ ├── unary=0 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=0_1.py │ │ ├── unary=0_10.py │ │ ├── unary=0_2.py │ │ ├── unary=0_3.py │ │ ├── unary=0_4.py │ │ ├── unary=0_5.py │ │ ├── unary=0_6.py │ │ ├── unary=0_7.py │ │ ├── unary=0_8.py │ │ └── unary=0_9.py │ ├── unary=1 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=1_1.py │ │ ├── unary=1_10.py │ │ ├── unary=1_2.py │ │ ├── unary=1_3.py │ │ ├── unary=1_4.py │ │ ├── unary=1_5.py │ │ ├── unary=1_6.py │ │ ├── unary=1_7.py │ │ ├── unary=1_8.py │ │ └── unary=1_9.py │ ├── unary=10 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=10_1.py │ │ ├── unary=10_10.py │ │ ├── unary=10_2.py │ │ ├── unary=10_3.py │ │ ├── unary=10_4.py │ │ ├── unary=10_5.py │ │ ├── unary=10_6.py │ │ ├── unary=10_7.py │ │ ├── unary=10_8.py │ │ └── unary=10_9.py │ ├── unary=11 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=11_1.py │ │ ├── unary=11_10.py │ │ ├── unary=11_2.py │ │ ├── unary=11_3.py │ │ ├── unary=11_4.py │ │ ├── unary=11_5.py │ │ ├── unary=11_6.py │ │ ├── unary=11_7.py │ │ ├── unary=11_8.py │ │ └── unary=11_9.py │ ├── unary=12 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=12_1.py │ │ ├── unary=12_10.py │ │ ├── unary=12_2.py │ │ ├── unary=12_3.py │ │ ├── unary=12_4.py │ │ ├── unary=12_5.py │ │ ├── unary=12_6.py │ │ ├── unary=12_7.py │ │ ├── unary=12_8.py │ │ └── unary=12_9.py │ ├── unary=13 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=13_1.py │ │ ├── unary=13_10.py │ │ ├── unary=13_2.py │ │ ├── unary=13_3.py │ │ ├── unary=13_4.py │ │ ├── unary=13_5.py │ │ ├── unary=13_6.py │ │ ├── unary=13_7.py │ │ ├── unary=13_8.py │ │ └── unary=13_9.py │ ├── unary=14 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=14_1.py │ │ ├── unary=14_10.py │ │ ├── unary=14_2.py │ │ ├── unary=14_3.py │ │ ├── unary=14_4.py │ │ ├── unary=14_5.py │ │ ├── unary=14_6.py │ │ ├── unary=14_7.py │ │ ├── unary=14_8.py │ │ └── unary=14_9.py │ ├── unary=15 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=15_1.py │ │ ├── unary=15_10.py │ │ ├── unary=15_2.py │ │ ├── unary=15_3.py │ │ ├── unary=15_4.py │ │ ├── unary=15_5.py │ │ ├── unary=15_6.py │ │ ├── unary=15_7.py │ │ ├── unary=15_8.py │ │ └── unary=15_9.py │ ├── unary=16 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=16_1.py │ │ ├── unary=16_10.py │ │ ├── unary=16_2.py │ │ ├── unary=16_3.py │ │ ├── unary=16_4.py │ │ ├── unary=16_5.py │ │ ├── unary=16_6.py │ │ ├── unary=16_7.py │ │ ├── unary=16_8.py │ │ └── unary=16_9.py │ ├── unary=17 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=17_1.py │ │ ├── unary=17_10.py │ │ ├── unary=17_2.py │ │ ├── unary=17_3.py │ │ ├── unary=17_4.py │ │ ├── unary=17_5.py │ │ ├── unary=17_6.py │ │ ├── unary=17_7.py │ │ ├── unary=17_8.py │ │ └── unary=17_9.py │ ├── unary=18 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=18_1.py │ │ ├── unary=18_10.py │ │ ├── unary=18_2.py │ │ ├── unary=18_3.py │ │ ├── unary=18_4.py │ │ ├── unary=18_5.py │ │ ├── unary=18_6.py │ │ ├── unary=18_7.py │ │ ├── unary=18_8.py │ │ └── unary=18_9.py │ ├── unary=19 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=19_1.py │ │ ├── unary=19_10.py │ │ ├── unary=19_2.py │ │ ├── unary=19_3.py │ │ ├── unary=19_4.py │ │ ├── unary=19_5.py │ │ ├── unary=19_6.py │ │ ├── unary=19_7.py │ │ ├── unary=19_8.py │ │ └── unary=19_9.py │ ├── unary=2 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=2_1.py │ │ ├── unary=2_10.py │ │ ├── unary=2_2.py │ │ ├── unary=2_3.py │ │ ├── unary=2_4.py │ │ ├── unary=2_5.py │ │ ├── unary=2_6.py │ │ ├── unary=2_7.py │ │ ├── unary=2_8.py │ │ └── unary=2_9.py │ ├── unary=20 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=20_1.py │ │ ├── unary=20_10.py │ │ ├── unary=20_2.py │ │ ├── unary=20_3.py │ │ ├── unary=20_4.py │ │ ├── unary=20_5.py │ │ ├── unary=20_6.py │ │ ├── unary=20_7.py │ │ ├── unary=20_8.py │ │ └── unary=20_9.py │ ├── unary=21 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=21_1.py │ │ ├── unary=21_10.py │ │ ├── unary=21_2.py │ │ ├── unary=21_3.py │ │ ├── unary=21_4.py │ │ ├── unary=21_5.py │ │ ├── unary=21_6.py │ │ ├── unary=21_7.py │ │ ├── unary=21_8.py │ │ └── unary=21_9.py │ ├── unary=22 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=22_1.py │ │ ├── unary=22_10.py │ │ ├── unary=22_2.py │ │ ├── unary=22_3.py │ │ ├── unary=22_4.py │ │ ├── unary=22_5.py │ │ ├── unary=22_6.py │ │ ├── unary=22_7.py │ │ ├── unary=22_8.py │ │ └── unary=22_9.py │ ├── unary=23 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=23_1.py │ │ ├── unary=23_10.py │ │ ├── unary=23_2.py │ │ ├── unary=23_3.py │ │ ├── unary=23_4.py │ │ ├── unary=23_5.py │ │ ├── unary=23_6.py │ │ ├── unary=23_7.py │ │ ├── unary=23_8.py │ │ └── unary=23_9.py │ ├── unary=24 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=24_1.py │ │ ├── unary=24_10.py │ │ ├── unary=24_2.py │ │ ├── unary=24_3.py │ │ ├── unary=24_4.py │ │ ├── unary=24_5.py │ │ ├── unary=24_6.py │ │ ├── unary=24_7.py │ │ ├── unary=24_8.py │ │ └── unary=24_9.py │ ├── unary=25 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=25_1.py │ │ ├── unary=25_10.py │ │ ├── unary=25_2.py │ │ ├── unary=25_3.py │ │ ├── unary=25_4.py │ │ ├── unary=25_5.py │ │ ├── unary=25_6.py │ │ ├── unary=25_7.py │ │ ├── unary=25_8.py │ │ └── unary=25_9.py │ ├── unary=26 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=26_1.py │ │ ├── unary=26_10.py │ │ ├── unary=26_2.py │ │ ├── unary=26_3.py │ │ ├── unary=26_4.py │ │ ├── unary=26_5.py │ │ ├── unary=26_6.py │ │ ├── unary=26_7.py │ │ ├── unary=26_8.py │ │ └── unary=26_9.py │ ├── unary=27 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=27_1.py │ │ ├── unary=27_10.py │ │ ├── unary=27_2.py │ │ ├── unary=27_3.py │ │ ├── unary=27_4.py │ │ ├── unary=27_5.py │ │ ├── unary=27_6.py │ │ ├── unary=27_7.py │ │ ├── unary=27_8.py │ │ └── unary=27_9.py │ ├── unary=28 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=28_1.py │ │ ├── unary=28_10.py │ │ ├── unary=28_2.py │ │ ├── unary=28_3.py │ │ ├── unary=28_4.py │ │ ├── unary=28_5.py │ │ ├── unary=28_6.py │ │ ├── unary=28_7.py │ │ ├── unary=28_8.py │ │ └── unary=28_9.py │ ├── unary=29 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=29_1.py │ │ ├── unary=29_10.py │ │ ├── unary=29_2.py │ │ ├── unary=29_3.py │ │ ├── unary=29_4.py │ │ ├── unary=29_5.py │ │ ├── unary=29_6.py │ │ ├── unary=29_7.py │ │ ├── unary=29_8.py │ │ └── unary=29_9.py │ ├── unary=3 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=3_1.py │ │ ├── unary=3_10.py │ │ ├── unary=3_2.py │ │ ├── unary=3_3.py │ │ ├── unary=3_4.py │ │ ├── unary=3_5.py │ │ ├── unary=3_6.py │ │ ├── unary=3_7.py │ │ ├── unary=3_8.py │ │ └── unary=3_9.py │ ├── unary=4 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=4_1.py │ │ ├── unary=4_10.py │ │ ├── unary=4_2.py │ │ ├── unary=4_3.py │ │ ├── unary=4_4.py │ │ ├── unary=4_5.py │ │ ├── unary=4_6.py │ │ ├── unary=4_7.py │ │ ├── unary=4_8.py │ │ └── unary=4_9.py │ ├── unary=5 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=5_1.py │ │ ├── unary=5_10.py │ │ ├── unary=5_2.py │ │ ├── unary=5_3.py │ │ ├── unary=5_4.py │ │ ├── unary=5_5.py │ │ ├── unary=5_6.py │ │ ├── unary=5_7.py │ │ ├── unary=5_8.py │ │ └── unary=5_9.py │ ├── unary=6 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=6_1.py │ │ ├── unary=6_10.py │ │ ├── unary=6_2.py │ │ ├── unary=6_3.py │ │ ├── unary=6_4.py │ │ ├── unary=6_5.py │ │ ├── unary=6_6.py │ │ ├── unary=6_7.py │ │ ├── unary=6_8.py │ │ └── unary=6_9.py │ ├── unary=7 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=7_1.py │ │ ├── unary=7_10.py │ │ ├── unary=7_2.py │ │ ├── unary=7_3.py │ │ ├── unary=7_4.py │ │ ├── unary=7_5.py │ │ ├── unary=7_6.py │ │ ├── unary=7_7.py │ │ ├── unary=7_8.py │ │ └── unary=7_9.py │ ├── unary=8 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=8_1.py │ │ ├── unary=8_10.py │ │ ├── unary=8_2.py │ │ ├── unary=8_3.py │ │ ├── unary=8_4.py │ │ ├── unary=8_5.py │ │ ├── unary=8_6.py │ │ ├── unary=8_7.py │ │ ├── unary=8_8.py │ │ └── unary=8_9.py │ └── unary=9 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=9_1.py │ │ ├── unary=9_10.py │ │ ├── unary=9_2.py │ │ ├── unary=9_3.py │ │ ├── unary=9_4.py │ │ ├── unary=9_5.py │ │ ├── unary=9_6.py │ │ ├── unary=9_7.py │ │ ├── unary=9_8.py │ │ └── unary=9_9.py │ ├── step61-3shot │ ├── addmm │ │ ├── addmm_1.py │ │ ├── addmm_10.py │ │ ├── addmm_2.py │ │ ├── addmm_3.py │ │ ├── addmm_4.py │ │ ├── addmm_5.py │ │ ├── addmm_6.py │ │ ├── addmm_7.py │ │ ├── addmm_8.py │ │ ├── addmm_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── binary=0 │ │ ├── binary=0_1.py │ │ ├── binary=0_10.py │ │ ├── binary=0_2.py │ │ ├── binary=0_3.py │ │ ├── binary=0_4.py │ │ ├── binary=0_5.py │ │ ├── binary=0_6.py │ │ ├── binary=0_7.py │ │ ├── binary=0_8.py │ │ ├── binary=0_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── binary=10 │ │ ├── binary=10_1.py │ │ ├── binary=10_10.py │ │ ├── binary=10_2.py │ │ ├── binary=10_3.py │ │ ├── binary=10_4.py │ │ ├── binary=10_5.py │ │ ├── binary=10_6.py │ │ ├── binary=10_7.py │ │ ├── binary=10_8.py │ │ ├── binary=10_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── binary=2 │ │ ├── binary=2_1.py │ │ ├── binary=2_10.py │ │ ├── binary=2_2.py │ │ ├── binary=2_3.py │ │ ├── binary=2_4.py │ │ ├── binary=2_5.py │ │ ├── binary=2_6.py │ │ ├── binary=2_7.py │ │ ├── binary=2_8.py │ │ ├── binary=2_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── binary=4 │ │ ├── binary=4_1.py │ │ ├── binary=4_10.py │ │ ├── binary=4_2.py │ │ ├── binary=4_3.py │ │ ├── binary=4_4.py │ │ ├── binary=4_5.py │ │ ├── binary=4_6.py │ │ ├── binary=4_7.py │ │ ├── binary=4_8.py │ │ ├── binary=4_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── binary=6 │ │ ├── binary=6_1.py │ │ ├── binary=6_10.py │ │ ├── binary=6_2.py │ │ ├── binary=6_3.py │ │ ├── binary=6_4.py │ │ ├── binary=6_5.py │ │ ├── binary=6_6.py │ │ ├── binary=6_7.py │ │ ├── binary=6_8.py │ │ ├── binary=6_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── binary=8 │ │ ├── binary=8_1.py │ │ ├── binary=8_10.py │ │ ├── binary=8_2.py │ │ ├── binary=8_3.py │ │ ├── binary=8_4.py │ │ ├── binary=8_5.py │ │ ├── binary=8_6.py │ │ ├── binary=8_7.py │ │ ├── binary=8_8.py │ │ ├── binary=8_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── binary_unary=0 │ │ ├── binary_unary=0_1.py │ │ ├── binary_unary=0_10.py │ │ ├── binary_unary=0_2.py │ │ ├── binary_unary=0_3.py │ │ ├── binary_unary=0_4.py │ │ ├── binary_unary=0_5.py │ │ ├── binary_unary=0_6.py │ │ ├── binary_unary=0_7.py │ │ ├── binary_unary=0_8.py │ │ ├── binary_unary=0_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── binary_unary=10 │ │ ├── binary_unary=10_1.py │ │ ├── binary_unary=10_10.py │ │ ├── binary_unary=10_2.py │ │ ├── binary_unary=10_3.py │ │ ├── binary_unary=10_4.py │ │ ├── binary_unary=10_5.py │ │ ├── binary_unary=10_6.py │ │ ├── binary_unary=10_7.py │ │ ├── binary_unary=10_8.py │ │ ├── binary_unary=10_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── binary_unary=2 │ │ ├── binary_unary=2_1.py │ │ ├── binary_unary=2_10.py │ │ ├── binary_unary=2_2.py │ │ ├── binary_unary=2_3.py │ │ ├── binary_unary=2_4.py │ │ ├── binary_unary=2_5.py │ │ ├── binary_unary=2_6.py │ │ ├── binary_unary=2_7.py │ │ ├── binary_unary=2_8.py │ │ ├── binary_unary=2_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── binary_unary=4 │ │ ├── binary_unary=4_1.py │ │ ├── binary_unary=4_10.py │ │ ├── binary_unary=4_2.py │ │ ├── binary_unary=4_3.py │ │ ├── binary_unary=4_4.py │ │ ├── binary_unary=4_5.py │ │ ├── binary_unary=4_6.py │ │ ├── binary_unary=4_7.py │ │ ├── binary_unary=4_8.py │ │ ├── binary_unary=4_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── binary_unary=6 │ │ ├── binary_unary=6_1.py │ │ ├── binary_unary=6_10.py │ │ ├── binary_unary=6_2.py │ │ ├── binary_unary=6_3.py │ │ ├── binary_unary=6_4.py │ │ ├── binary_unary=6_5.py │ │ ├── binary_unary=6_6.py │ │ ├── binary_unary=6_7.py │ │ ├── binary_unary=6_8.py │ │ ├── binary_unary=6_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── binary_unary=8 │ │ ├── binary_unary=8_1.py │ │ ├── binary_unary=8_10.py │ │ ├── binary_unary=8_2.py │ │ ├── binary_unary=8_3.py │ │ ├── binary_unary=8_4.py │ │ ├── binary_unary=8_5.py │ │ ├── binary_unary=8_6.py │ │ ├── binary_unary=8_7.py │ │ ├── binary_unary=8_8.py │ │ ├── binary_unary=8_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── cat_addmm │ │ ├── cat_addmm_1.py │ │ ├── cat_addmm_10.py │ │ ├── cat_addmm_2.py │ │ ├── cat_addmm_3.py │ │ ├── cat_addmm_4.py │ │ ├── cat_addmm_5.py │ │ ├── cat_addmm_6.py │ │ ├── cat_addmm_7.py │ │ ├── cat_addmm_8.py │ │ ├── cat_addmm_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── cat_mm │ │ ├── cat_mm_1.py │ │ ├── cat_mm_10.py │ │ ├── cat_mm_2.py │ │ ├── cat_mm_3.py │ │ ├── cat_mm_4.py │ │ ├── cat_mm_5.py │ │ ├── cat_mm_6.py │ │ ├── cat_mm_7.py │ │ ├── cat_mm_8.py │ │ ├── cat_mm_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── cat_slice_cat │ │ ├── cat_slice_cat_1.py │ │ ├── cat_slice_cat_10.py │ │ ├── cat_slice_cat_2.py │ │ ├── cat_slice_cat_3.py │ │ ├── cat_slice_cat_4.py │ │ ├── cat_slice_cat_5.py │ │ ├── cat_slice_cat_6.py │ │ ├── cat_slice_cat_7.py │ │ ├── cat_slice_cat_8.py │ │ ├── cat_slice_cat_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── fuse_conv_bn │ │ ├── fuse_conv_bn_1.py │ │ ├── fuse_conv_bn_10.py │ │ ├── fuse_conv_bn_2.py │ │ ├── fuse_conv_bn_3.py │ │ ├── fuse_conv_bn_4.py │ │ ├── fuse_conv_bn_5.py │ │ ├── fuse_conv_bn_6.py │ │ ├── fuse_conv_bn_7.py │ │ ├── fuse_conv_bn_8.py │ │ ├── fuse_conv_bn_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── linear_permute_fusion │ │ ├── linear_permute_fusion_1.py │ │ ├── linear_permute_fusion_10.py │ │ ├── linear_permute_fusion_2.py │ │ ├── linear_permute_fusion_3.py │ │ ├── linear_permute_fusion_4.py │ │ ├── linear_permute_fusion_5.py │ │ ├── linear_permute_fusion_6.py │ │ ├── linear_permute_fusion_7.py │ │ ├── linear_permute_fusion_8.py │ │ ├── linear_permute_fusion_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── mm_plus_mm │ │ ├── mm_plus_mm_1.py │ │ ├── mm_plus_mm_10.py │ │ ├── mm_plus_mm_2.py │ │ ├── mm_plus_mm_3.py │ │ ├── mm_plus_mm_4.py │ │ ├── mm_plus_mm_5.py │ │ ├── mm_plus_mm_6.py │ │ ├── mm_plus_mm_7.py │ │ ├── mm_plus_mm_8.py │ │ ├── mm_plus_mm_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── outputs.json │ ├── permute_linear_fusion │ │ ├── permute_linear_fusion_1.py │ │ ├── permute_linear_fusion_10.py │ │ ├── permute_linear_fusion_2.py │ │ ├── permute_linear_fusion_3.py │ │ ├── permute_linear_fusion_4.py │ │ ├── permute_linear_fusion_5.py │ │ ├── permute_linear_fusion_6.py │ │ ├── permute_linear_fusion_7.py │ │ ├── permute_linear_fusion_8.py │ │ ├── permute_linear_fusion_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── permute_matmul_fusion │ │ ├── permute_matmul_fusion_1.py │ │ ├── permute_matmul_fusion_10.py │ │ ├── permute_matmul_fusion_2.py │ │ ├── permute_matmul_fusion_3.py │ │ ├── permute_matmul_fusion_4.py │ │ ├── permute_matmul_fusion_5.py │ │ ├── permute_matmul_fusion_6.py │ │ ├── permute_matmul_fusion_7.py │ │ ├── permute_matmul_fusion_8.py │ │ ├── permute_matmul_fusion_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── pointless_cumsum_replacement │ │ ├── pointless_cumsum_replacement_1.py │ │ ├── pointless_cumsum_replacement_10.py │ │ ├── pointless_cumsum_replacement_2.py │ │ ├── pointless_cumsum_replacement_3.py │ │ ├── pointless_cumsum_replacement_4.py │ │ ├── pointless_cumsum_replacement_5.py │ │ ├── pointless_cumsum_replacement_6.py │ │ ├── pointless_cumsum_replacement_7.py │ │ ├── pointless_cumsum_replacement_8.py │ │ ├── pointless_cumsum_replacement_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── replace_fx │ │ ├── prompt.txt │ │ ├── replace_fx_1.py │ │ ├── replace_fx_10.py │ │ ├── replace_fx_2.py │ │ ├── replace_fx_3.py │ │ ├── replace_fx_4.py │ │ ├── replace_fx_5.py │ │ ├── replace_fx_6.py │ │ ├── replace_fx_7.py │ │ ├── replace_fx_8.py │ │ ├── replace_fx_9.py │ │ └── time.txt │ ├── sfdp=0 │ │ ├── prompt.txt │ │ ├── sfdp=0_1.py │ │ ├── sfdp=0_10.py │ │ ├── sfdp=0_2.py │ │ ├── sfdp=0_3.py │ │ ├── sfdp=0_4.py │ │ ├── sfdp=0_5.py │ │ ├── sfdp=0_6.py │ │ ├── sfdp=0_7.py │ │ ├── sfdp=0_8.py │ │ ├── sfdp=0_9.py │ │ └── time.txt │ ├── sfdp=1 │ │ ├── prompt.txt │ │ ├── sfdp=1_1.py │ │ ├── sfdp=1_10.py │ │ ├── sfdp=1_2.py │ │ ├── sfdp=1_3.py │ │ ├── sfdp=1_4.py │ │ ├── sfdp=1_5.py │ │ ├── sfdp=1_6.py │ │ ├── sfdp=1_7.py │ │ ├── sfdp=1_8.py │ │ ├── sfdp=1_9.py │ │ └── time.txt │ ├── sfdp=2 │ │ ├── prompt.txt │ │ ├── sfdp=2_1.py │ │ ├── sfdp=2_10.py │ │ ├── sfdp=2_2.py │ │ ├── sfdp=2_3.py │ │ ├── sfdp=2_4.py │ │ ├── sfdp=2_5.py │ │ ├── sfdp=2_6.py │ │ ├── sfdp=2_7.py │ │ ├── sfdp=2_8.py │ │ ├── sfdp=2_9.py │ │ └── time.txt │ ├── sfdp=3 │ │ ├── prompt.txt │ │ ├── sfdp=3_1.py │ │ ├── sfdp=3_10.py │ │ ├── sfdp=3_2.py │ │ ├── sfdp=3_3.py │ │ ├── sfdp=3_4.py │ │ ├── sfdp=3_5.py │ │ ├── sfdp=3_6.py │ │ ├── sfdp=3_7.py │ │ ├── sfdp=3_8.py │ │ ├── sfdp=3_9.py │ │ └── time.txt │ ├── sfdp=4 │ │ ├── prompt.txt │ │ ├── sfdp=4_1.py │ │ ├── sfdp=4_10.py │ │ ├── sfdp=4_2.py │ │ ├── sfdp=4_3.py │ │ ├── sfdp=4_4.py │ │ ├── sfdp=4_5.py │ │ ├── sfdp=4_6.py │ │ ├── sfdp=4_7.py │ │ ├── sfdp=4_8.py │ │ ├── sfdp=4_9.py │ │ └── time.txt │ ├── sfdp=5 │ │ ├── prompt.txt │ │ ├── sfdp=5_1.py │ │ ├── sfdp=5_10.py │ │ ├── sfdp=5_2.py │ │ ├── sfdp=5_3.py │ │ ├── sfdp=5_4.py │ │ ├── sfdp=5_5.py │ │ ├── sfdp=5_6.py │ │ ├── sfdp=5_7.py │ │ ├── sfdp=5_8.py │ │ ├── sfdp=5_9.py │ │ └── time.txt │ ├── sink_cat_after_pointwise │ │ ├── prompt.txt │ │ ├── sink_cat_after_pointwise_1.py │ │ ├── sink_cat_after_pointwise_10.py │ │ ├── sink_cat_after_pointwise_2.py │ │ ├── sink_cat_after_pointwise_3.py │ │ ├── sink_cat_after_pointwise_4.py │ │ ├── sink_cat_after_pointwise_5.py │ │ ├── sink_cat_after_pointwise_6.py │ │ ├── sink_cat_after_pointwise_7.py │ │ ├── sink_cat_after_pointwise_8.py │ │ ├── sink_cat_after_pointwise_9.py │ │ └── time.txt │ ├── splitwithsizes_cat_replace │ │ ├── prompt.txt │ │ ├── splitwithsizes_cat_replace_1.py │ │ ├── splitwithsizes_cat_replace_10.py │ │ ├── splitwithsizes_cat_replace_2.py │ │ ├── splitwithsizes_cat_replace_3.py │ │ ├── splitwithsizes_cat_replace_4.py │ │ ├── splitwithsizes_cat_replace_5.py │ │ ├── splitwithsizes_cat_replace_6.py │ │ ├── splitwithsizes_cat_replace_7.py │ │ ├── splitwithsizes_cat_replace_8.py │ │ ├── splitwithsizes_cat_replace_9.py │ │ └── time.txt │ ├── unary=0 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=0_1.py │ │ ├── unary=0_10.py │ │ ├── unary=0_2.py │ │ ├── unary=0_3.py │ │ ├── unary=0_4.py │ │ ├── unary=0_5.py │ │ ├── unary=0_6.py │ │ ├── unary=0_7.py │ │ ├── unary=0_8.py │ │ └── unary=0_9.py │ ├── unary=1 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=1_1.py │ │ ├── unary=1_10.py │ │ ├── unary=1_2.py │ │ ├── unary=1_3.py │ │ ├── unary=1_4.py │ │ ├── unary=1_5.py │ │ ├── unary=1_6.py │ │ ├── unary=1_7.py │ │ ├── unary=1_8.py │ │ └── unary=1_9.py │ ├── unary=10 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=10_1.py │ │ ├── unary=10_10.py │ │ ├── unary=10_2.py │ │ ├── unary=10_3.py │ │ ├── unary=10_4.py │ │ ├── unary=10_5.py │ │ ├── unary=10_6.py │ │ ├── unary=10_7.py │ │ ├── unary=10_8.py │ │ └── unary=10_9.py │ ├── unary=11 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=11_1.py │ │ ├── unary=11_10.py │ │ ├── unary=11_2.py │ │ ├── unary=11_3.py │ │ ├── unary=11_4.py │ │ ├── unary=11_5.py │ │ ├── unary=11_6.py │ │ ├── unary=11_7.py │ │ ├── unary=11_8.py │ │ └── unary=11_9.py │ ├── unary=12 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=12_1.py │ │ ├── unary=12_10.py │ │ ├── unary=12_2.py │ │ ├── unary=12_3.py │ │ ├── unary=12_4.py │ │ ├── unary=12_5.py │ │ ├── unary=12_6.py │ │ ├── unary=12_7.py │ │ ├── unary=12_8.py │ │ └── unary=12_9.py │ ├── unary=13 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=13_1.py │ │ ├── unary=13_10.py │ │ ├── unary=13_2.py │ │ ├── unary=13_3.py │ │ ├── unary=13_4.py │ │ ├── unary=13_5.py │ │ ├── unary=13_6.py │ │ ├── unary=13_7.py │ │ ├── unary=13_8.py │ │ └── unary=13_9.py │ ├── unary=14 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=14_1.py │ │ ├── unary=14_10.py │ │ ├── unary=14_2.py │ │ ├── unary=14_3.py │ │ ├── unary=14_4.py │ │ ├── unary=14_5.py │ │ ├── unary=14_6.py │ │ ├── unary=14_7.py │ │ ├── unary=14_8.py │ │ └── unary=14_9.py │ ├── unary=15 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=15_1.py │ │ ├── unary=15_10.py │ │ ├── unary=15_2.py │ │ ├── unary=15_3.py │ │ ├── unary=15_4.py │ │ ├── unary=15_5.py │ │ ├── unary=15_6.py │ │ ├── unary=15_7.py │ │ ├── unary=15_8.py │ │ └── unary=15_9.py │ ├── unary=16 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=16_1.py │ │ ├── unary=16_10.py │ │ ├── unary=16_2.py │ │ ├── unary=16_3.py │ │ ├── unary=16_4.py │ │ ├── unary=16_5.py │ │ ├── unary=16_6.py │ │ ├── unary=16_7.py │ │ ├── unary=16_8.py │ │ └── unary=16_9.py │ ├── unary=17 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=17_1.py │ │ ├── unary=17_10.py │ │ ├── unary=17_2.py │ │ ├── unary=17_3.py │ │ ├── unary=17_4.py │ │ ├── unary=17_5.py │ │ ├── unary=17_6.py │ │ ├── unary=17_7.py │ │ ├── unary=17_8.py │ │ └── unary=17_9.py │ ├── unary=18 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=18_1.py │ │ ├── unary=18_10.py │ │ ├── unary=18_2.py │ │ ├── unary=18_3.py │ │ ├── unary=18_4.py │ │ ├── unary=18_5.py │ │ ├── unary=18_6.py │ │ ├── unary=18_7.py │ │ ├── unary=18_8.py │ │ └── unary=18_9.py │ ├── unary=19 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=19_1.py │ │ ├── unary=19_10.py │ │ ├── unary=19_2.py │ │ ├── unary=19_3.py │ │ ├── unary=19_4.py │ │ ├── unary=19_5.py │ │ ├── unary=19_6.py │ │ ├── unary=19_7.py │ │ ├── unary=19_8.py │ │ └── unary=19_9.py │ ├── unary=2 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=2_1.py │ │ ├── unary=2_10.py │ │ ├── unary=2_2.py │ │ ├── unary=2_3.py │ │ ├── unary=2_4.py │ │ ├── unary=2_5.py │ │ ├── unary=2_6.py │ │ ├── unary=2_7.py │ │ ├── unary=2_8.py │ │ └── unary=2_9.py │ ├── unary=20 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=20_1.py │ │ ├── unary=20_10.py │ │ ├── unary=20_2.py │ │ ├── unary=20_3.py │ │ ├── unary=20_4.py │ │ ├── unary=20_5.py │ │ ├── unary=20_6.py │ │ ├── unary=20_7.py │ │ ├── unary=20_8.py │ │ └── unary=20_9.py │ ├── unary=21 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=21_1.py │ │ ├── unary=21_10.py │ │ ├── unary=21_2.py │ │ ├── unary=21_3.py │ │ ├── unary=21_4.py │ │ ├── unary=21_5.py │ │ ├── unary=21_6.py │ │ ├── unary=21_7.py │ │ ├── unary=21_8.py │ │ └── unary=21_9.py │ ├── unary=22 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=22_1.py │ │ ├── unary=22_10.py │ │ ├── unary=22_2.py │ │ ├── unary=22_3.py │ │ ├── unary=22_4.py │ │ ├── unary=22_5.py │ │ ├── unary=22_6.py │ │ ├── unary=22_7.py │ │ ├── unary=22_8.py │ │ └── unary=22_9.py │ ├── unary=23 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=23_1.py │ │ ├── unary=23_10.py │ │ ├── unary=23_2.py │ │ ├── unary=23_3.py │ │ ├── unary=23_4.py │ │ ├── unary=23_5.py │ │ ├── unary=23_6.py │ │ ├── unary=23_7.py │ │ ├── unary=23_8.py │ │ └── unary=23_9.py │ ├── unary=24 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=24_1.py │ │ ├── unary=24_10.py │ │ ├── unary=24_2.py │ │ ├── unary=24_3.py │ │ ├── unary=24_4.py │ │ ├── unary=24_5.py │ │ ├── unary=24_6.py │ │ ├── unary=24_7.py │ │ ├── unary=24_8.py │ │ └── unary=24_9.py │ ├── unary=25 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=25_1.py │ │ ├── unary=25_10.py │ │ ├── unary=25_2.py │ │ ├── unary=25_3.py │ │ ├── unary=25_4.py │ │ ├── unary=25_5.py │ │ ├── unary=25_6.py │ │ ├── unary=25_7.py │ │ ├── unary=25_8.py │ │ └── unary=25_9.py │ ├── unary=26 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=26_1.py │ │ ├── unary=26_10.py │ │ ├── unary=26_2.py │ │ ├── unary=26_3.py │ │ ├── unary=26_4.py │ │ ├── unary=26_5.py │ │ ├── unary=26_6.py │ │ ├── unary=26_7.py │ │ ├── unary=26_8.py │ │ └── unary=26_9.py │ ├── unary=27 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=27_1.py │ │ ├── unary=27_10.py │ │ ├── unary=27_2.py │ │ ├── unary=27_3.py │ │ ├── unary=27_4.py │ │ ├── unary=27_5.py │ │ ├── unary=27_6.py │ │ ├── unary=27_7.py │ │ ├── unary=27_8.py │ │ └── unary=27_9.py │ ├── unary=28 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=28_1.py │ │ ├── unary=28_10.py │ │ ├── unary=28_2.py │ │ ├── unary=28_3.py │ │ ├── unary=28_4.py │ │ ├── unary=28_5.py │ │ ├── unary=28_6.py │ │ ├── unary=28_7.py │ │ ├── unary=28_8.py │ │ └── unary=28_9.py │ ├── unary=29 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=29_1.py │ │ ├── unary=29_10.py │ │ ├── unary=29_2.py │ │ ├── unary=29_3.py │ │ ├── unary=29_4.py │ │ ├── unary=29_5.py │ │ ├── unary=29_6.py │ │ ├── unary=29_7.py │ │ ├── unary=29_8.py │ │ └── unary=29_9.py │ ├── unary=3 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=3_1.py │ │ ├── unary=3_10.py │ │ ├── unary=3_2.py │ │ ├── unary=3_3.py │ │ ├── unary=3_4.py │ │ ├── unary=3_5.py │ │ ├── unary=3_6.py │ │ ├── unary=3_7.py │ │ ├── unary=3_8.py │ │ └── unary=3_9.py │ ├── unary=4 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=4_1.py │ │ ├── unary=4_10.py │ │ ├── unary=4_2.py │ │ ├── unary=4_3.py │ │ ├── unary=4_4.py │ │ ├── unary=4_5.py │ │ ├── unary=4_6.py │ │ ├── unary=4_7.py │ │ ├── unary=4_8.py │ │ └── unary=4_9.py │ ├── unary=5 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=5_1.py │ │ ├── unary=5_10.py │ │ ├── unary=5_2.py │ │ ├── unary=5_3.py │ │ ├── unary=5_4.py │ │ ├── unary=5_5.py │ │ ├── unary=5_6.py │ │ ├── unary=5_7.py │ │ ├── unary=5_8.py │ │ └── unary=5_9.py │ ├── unary=6 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=6_1.py │ │ ├── unary=6_10.py │ │ ├── unary=6_2.py │ │ ├── unary=6_3.py │ │ ├── unary=6_4.py │ │ ├── unary=6_5.py │ │ ├── unary=6_6.py │ │ ├── unary=6_7.py │ │ ├── unary=6_8.py │ │ └── unary=6_9.py │ ├── unary=7 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=7_1.py │ │ ├── unary=7_10.py │ │ ├── unary=7_2.py │ │ ├── unary=7_3.py │ │ ├── unary=7_4.py │ │ ├── unary=7_5.py │ │ ├── unary=7_6.py │ │ ├── unary=7_7.py │ │ ├── unary=7_8.py │ │ └── unary=7_9.py │ ├── unary=8 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=8_1.py │ │ ├── unary=8_10.py │ │ ├── unary=8_2.py │ │ ├── unary=8_3.py │ │ ├── unary=8_4.py │ │ ├── unary=8_5.py │ │ ├── unary=8_6.py │ │ ├── unary=8_7.py │ │ ├── unary=8_8.py │ │ └── unary=8_9.py │ └── unary=9 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=9_1.py │ │ ├── unary=9_10.py │ │ ├── unary=9_2.py │ │ ├── unary=9_3.py │ │ ├── unary=9_4.py │ │ ├── unary=9_5.py │ │ ├── unary=9_6.py │ │ ├── unary=9_7.py │ │ ├── unary=9_8.py │ │ └── unary=9_9.py │ ├── step62-3shot │ ├── addmm │ │ ├── addmm_1.py │ │ ├── addmm_10.py │ │ ├── addmm_2.py │ │ ├── addmm_3.py │ │ ├── addmm_4.py │ │ ├── addmm_5.py │ │ ├── addmm_6.py │ │ ├── addmm_7.py │ │ ├── addmm_8.py │ │ ├── addmm_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── binary=0 │ │ ├── binary=0_1.py │ │ ├── binary=0_10.py │ │ ├── binary=0_2.py │ │ ├── binary=0_3.py │ │ ├── binary=0_4.py │ │ ├── binary=0_5.py │ │ ├── binary=0_6.py │ │ ├── binary=0_7.py │ │ ├── binary=0_8.py │ │ ├── binary=0_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── binary=10 │ │ ├── binary=10_1.py │ │ ├── binary=10_10.py │ │ ├── binary=10_2.py │ │ ├── binary=10_3.py │ │ ├── binary=10_4.py │ │ ├── binary=10_5.py │ │ ├── binary=10_6.py │ │ ├── binary=10_7.py │ │ ├── binary=10_8.py │ │ ├── binary=10_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── binary=2 │ │ ├── binary=2_1.py │ │ ├── binary=2_10.py │ │ ├── binary=2_2.py │ │ ├── binary=2_3.py │ │ ├── binary=2_4.py │ │ ├── binary=2_5.py │ │ ├── binary=2_6.py │ │ ├── binary=2_7.py │ │ ├── binary=2_8.py │ │ ├── binary=2_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── binary=4 │ │ ├── binary=4_1.py │ │ ├── binary=4_10.py │ │ ├── binary=4_2.py │ │ ├── binary=4_3.py │ │ ├── binary=4_4.py │ │ ├── binary=4_5.py │ │ ├── binary=4_6.py │ │ ├── binary=4_7.py │ │ ├── binary=4_8.py │ │ ├── binary=4_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── binary=6 │ │ ├── binary=6_1.py │ │ ├── binary=6_10.py │ │ ├── binary=6_2.py │ │ ├── binary=6_3.py │ │ ├── binary=6_4.py │ │ ├── binary=6_5.py │ │ ├── binary=6_6.py │ │ ├── binary=6_7.py │ │ ├── binary=6_8.py │ │ ├── binary=6_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── binary=8 │ │ ├── binary=8_1.py │ │ ├── binary=8_10.py │ │ ├── binary=8_2.py │ │ ├── binary=8_3.py │ │ ├── binary=8_4.py │ │ ├── binary=8_5.py │ │ ├── binary=8_6.py │ │ ├── binary=8_7.py │ │ ├── binary=8_8.py │ │ ├── binary=8_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── binary_unary=0 │ │ ├── binary_unary=0_1.py │ │ ├── binary_unary=0_10.py │ │ ├── binary_unary=0_2.py │ │ ├── binary_unary=0_3.py │ │ ├── binary_unary=0_4.py │ │ ├── binary_unary=0_5.py │ │ ├── binary_unary=0_6.py │ │ ├── binary_unary=0_7.py │ │ ├── binary_unary=0_8.py │ │ ├── binary_unary=0_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── binary_unary=10 │ │ ├── binary_unary=10_1.py │ │ ├── binary_unary=10_10.py │ │ ├── binary_unary=10_2.py │ │ ├── binary_unary=10_3.py │ │ ├── binary_unary=10_4.py │ │ ├── binary_unary=10_5.py │ │ ├── binary_unary=10_6.py │ │ ├── binary_unary=10_7.py │ │ ├── binary_unary=10_8.py │ │ ├── binary_unary=10_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── binary_unary=2 │ │ ├── binary_unary=2_1.py │ │ ├── binary_unary=2_10.py │ │ ├── binary_unary=2_2.py │ │ ├── binary_unary=2_3.py │ │ ├── binary_unary=2_4.py │ │ ├── binary_unary=2_5.py │ │ ├── binary_unary=2_6.py │ │ ├── binary_unary=2_7.py │ │ ├── binary_unary=2_8.py │ │ ├── binary_unary=2_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── binary_unary=4 │ │ ├── binary_unary=4_1.py │ │ ├── binary_unary=4_10.py │ │ ├── binary_unary=4_2.py │ │ ├── binary_unary=4_3.py │ │ ├── binary_unary=4_4.py │ │ ├── binary_unary=4_5.py │ │ ├── binary_unary=4_6.py │ │ ├── binary_unary=4_7.py │ │ ├── binary_unary=4_8.py │ │ ├── binary_unary=4_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── binary_unary=6 │ │ ├── binary_unary=6_1.py │ │ ├── binary_unary=6_10.py │ │ ├── binary_unary=6_2.py │ │ ├── binary_unary=6_3.py │ │ ├── binary_unary=6_4.py │ │ ├── binary_unary=6_5.py │ │ ├── binary_unary=6_6.py │ │ ├── binary_unary=6_7.py │ │ ├── binary_unary=6_8.py │ │ ├── binary_unary=6_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── binary_unary=8 │ │ ├── binary_unary=8_1.py │ │ ├── binary_unary=8_10.py │ │ ├── binary_unary=8_2.py │ │ ├── binary_unary=8_3.py │ │ ├── binary_unary=8_4.py │ │ ├── binary_unary=8_5.py │ │ ├── binary_unary=8_6.py │ │ ├── binary_unary=8_7.py │ │ ├── binary_unary=8_8.py │ │ ├── binary_unary=8_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── cat_addmm │ │ ├── cat_addmm_1.py │ │ ├── cat_addmm_10.py │ │ ├── cat_addmm_2.py │ │ ├── cat_addmm_3.py │ │ ├── cat_addmm_4.py │ │ ├── cat_addmm_5.py │ │ ├── cat_addmm_6.py │ │ ├── cat_addmm_7.py │ │ ├── cat_addmm_8.py │ │ ├── cat_addmm_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── cat_mm │ │ ├── cat_mm_1.py │ │ ├── cat_mm_10.py │ │ ├── cat_mm_2.py │ │ ├── cat_mm_3.py │ │ ├── cat_mm_4.py │ │ ├── cat_mm_5.py │ │ ├── cat_mm_6.py │ │ ├── cat_mm_7.py │ │ ├── cat_mm_8.py │ │ ├── cat_mm_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── cat_slice_cat │ │ ├── cat_slice_cat_1.py │ │ ├── cat_slice_cat_10.py │ │ ├── cat_slice_cat_2.py │ │ ├── cat_slice_cat_3.py │ │ ├── cat_slice_cat_4.py │ │ ├── cat_slice_cat_5.py │ │ ├── cat_slice_cat_6.py │ │ ├── cat_slice_cat_7.py │ │ ├── cat_slice_cat_8.py │ │ ├── cat_slice_cat_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── fuse_conv_bn │ │ ├── fuse_conv_bn_1.py │ │ ├── fuse_conv_bn_10.py │ │ ├── fuse_conv_bn_2.py │ │ ├── fuse_conv_bn_3.py │ │ ├── fuse_conv_bn_4.py │ │ ├── fuse_conv_bn_5.py │ │ ├── fuse_conv_bn_6.py │ │ ├── fuse_conv_bn_7.py │ │ ├── fuse_conv_bn_8.py │ │ ├── fuse_conv_bn_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── linear_permute_fusion │ │ ├── linear_permute_fusion_1.py │ │ ├── linear_permute_fusion_10.py │ │ ├── linear_permute_fusion_2.py │ │ ├── linear_permute_fusion_3.py │ │ ├── linear_permute_fusion_4.py │ │ ├── linear_permute_fusion_5.py │ │ ├── linear_permute_fusion_6.py │ │ ├── linear_permute_fusion_7.py │ │ ├── linear_permute_fusion_8.py │ │ ├── linear_permute_fusion_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── mm_plus_mm │ │ ├── mm_plus_mm_1.py │ │ ├── mm_plus_mm_10.py │ │ ├── mm_plus_mm_2.py │ │ ├── mm_plus_mm_3.py │ │ ├── mm_plus_mm_4.py │ │ ├── mm_plus_mm_5.py │ │ ├── mm_plus_mm_6.py │ │ ├── mm_plus_mm_7.py │ │ ├── mm_plus_mm_8.py │ │ ├── mm_plus_mm_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── outputs.json │ ├── permute_linear_fusion │ │ ├── permute_linear_fusion_1.py │ │ ├── permute_linear_fusion_10.py │ │ ├── permute_linear_fusion_2.py │ │ ├── permute_linear_fusion_3.py │ │ ├── permute_linear_fusion_4.py │ │ ├── permute_linear_fusion_5.py │ │ ├── permute_linear_fusion_6.py │ │ ├── permute_linear_fusion_7.py │ │ ├── permute_linear_fusion_8.py │ │ ├── permute_linear_fusion_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── permute_matmul_fusion │ │ ├── permute_matmul_fusion_1.py │ │ ├── permute_matmul_fusion_10.py │ │ ├── permute_matmul_fusion_2.py │ │ ├── permute_matmul_fusion_3.py │ │ ├── permute_matmul_fusion_4.py │ │ ├── permute_matmul_fusion_5.py │ │ ├── permute_matmul_fusion_6.py │ │ ├── permute_matmul_fusion_7.py │ │ ├── permute_matmul_fusion_8.py │ │ ├── permute_matmul_fusion_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── pointless_cumsum_replacement │ │ ├── pointless_cumsum_replacement_1.py │ │ ├── pointless_cumsum_replacement_10.py │ │ ├── pointless_cumsum_replacement_2.py │ │ ├── pointless_cumsum_replacement_3.py │ │ ├── pointless_cumsum_replacement_4.py │ │ ├── pointless_cumsum_replacement_5.py │ │ ├── pointless_cumsum_replacement_6.py │ │ ├── pointless_cumsum_replacement_7.py │ │ ├── pointless_cumsum_replacement_8.py │ │ ├── pointless_cumsum_replacement_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── replace_fx │ │ ├── prompt.txt │ │ ├── replace_fx_1.py │ │ ├── replace_fx_10.py │ │ ├── replace_fx_2.py │ │ ├── replace_fx_3.py │ │ ├── replace_fx_4.py │ │ ├── replace_fx_5.py │ │ ├── replace_fx_6.py │ │ ├── replace_fx_7.py │ │ ├── replace_fx_8.py │ │ ├── replace_fx_9.py │ │ └── time.txt │ ├── sfdp=0 │ │ ├── prompt.txt │ │ ├── sfdp=0_1.py │ │ ├── sfdp=0_10.py │ │ ├── sfdp=0_2.py │ │ ├── sfdp=0_3.py │ │ ├── sfdp=0_4.py │ │ ├── sfdp=0_5.py │ │ ├── sfdp=0_6.py │ │ ├── sfdp=0_7.py │ │ ├── sfdp=0_8.py │ │ ├── sfdp=0_9.py │ │ └── time.txt │ ├── sfdp=1 │ │ ├── prompt.txt │ │ ├── sfdp=1_1.py │ │ ├── sfdp=1_10.py │ │ ├── sfdp=1_2.py │ │ ├── sfdp=1_3.py │ │ ├── sfdp=1_4.py │ │ ├── sfdp=1_5.py │ │ ├── sfdp=1_6.py │ │ ├── sfdp=1_7.py │ │ ├── sfdp=1_8.py │ │ ├── sfdp=1_9.py │ │ └── time.txt │ ├── sfdp=2 │ │ ├── prompt.txt │ │ ├── sfdp=2_1.py │ │ ├── sfdp=2_10.py │ │ ├── sfdp=2_2.py │ │ ├── sfdp=2_3.py │ │ ├── sfdp=2_4.py │ │ ├── sfdp=2_5.py │ │ ├── sfdp=2_6.py │ │ ├── sfdp=2_7.py │ │ ├── sfdp=2_8.py │ │ ├── sfdp=2_9.py │ │ └── time.txt │ ├── sfdp=3 │ │ ├── prompt.txt │ │ ├── sfdp=3_1.py │ │ ├── sfdp=3_10.py │ │ ├── sfdp=3_2.py │ │ ├── sfdp=3_3.py │ │ ├── sfdp=3_4.py │ │ ├── sfdp=3_5.py │ │ ├── sfdp=3_6.py │ │ ├── sfdp=3_7.py │ │ ├── sfdp=3_8.py │ │ ├── sfdp=3_9.py │ │ └── time.txt │ ├── sfdp=4 │ │ ├── prompt.txt │ │ ├── sfdp=4_1.py │ │ ├── sfdp=4_10.py │ │ ├── sfdp=4_2.py │ │ ├── sfdp=4_3.py │ │ ├── sfdp=4_4.py │ │ ├── sfdp=4_5.py │ │ ├── sfdp=4_6.py │ │ ├── sfdp=4_7.py │ │ ├── sfdp=4_8.py │ │ ├── sfdp=4_9.py │ │ └── time.txt │ ├── sfdp=5 │ │ ├── prompt.txt │ │ ├── sfdp=5_1.py │ │ ├── sfdp=5_10.py │ │ ├── sfdp=5_2.py │ │ ├── sfdp=5_3.py │ │ ├── sfdp=5_4.py │ │ ├── sfdp=5_5.py │ │ ├── sfdp=5_6.py │ │ ├── sfdp=5_7.py │ │ ├── sfdp=5_8.py │ │ ├── sfdp=5_9.py │ │ └── time.txt │ ├── sink_cat_after_pointwise │ │ ├── prompt.txt │ │ ├── sink_cat_after_pointwise_1.py │ │ ├── sink_cat_after_pointwise_10.py │ │ ├── sink_cat_after_pointwise_2.py │ │ ├── sink_cat_after_pointwise_3.py │ │ ├── sink_cat_after_pointwise_4.py │ │ ├── sink_cat_after_pointwise_5.py │ │ ├── sink_cat_after_pointwise_6.py │ │ ├── sink_cat_after_pointwise_7.py │ │ ├── sink_cat_after_pointwise_8.py │ │ ├── sink_cat_after_pointwise_9.py │ │ └── time.txt │ ├── splitwithsizes_cat_replace │ │ ├── prompt.txt │ │ ├── splitwithsizes_cat_replace_1.py │ │ ├── splitwithsizes_cat_replace_10.py │ │ ├── splitwithsizes_cat_replace_2.py │ │ ├── splitwithsizes_cat_replace_3.py │ │ ├── splitwithsizes_cat_replace_4.py │ │ ├── splitwithsizes_cat_replace_5.py │ │ ├── splitwithsizes_cat_replace_6.py │ │ ├── splitwithsizes_cat_replace_7.py │ │ ├── splitwithsizes_cat_replace_8.py │ │ ├── splitwithsizes_cat_replace_9.py │ │ └── time.txt │ ├── unary=0 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=0_1.py │ │ ├── unary=0_10.py │ │ ├── unary=0_2.py │ │ ├── unary=0_3.py │ │ ├── unary=0_4.py │ │ ├── unary=0_5.py │ │ ├── unary=0_6.py │ │ ├── unary=0_7.py │ │ ├── unary=0_8.py │ │ └── unary=0_9.py │ ├── unary=1 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=1_1.py │ │ ├── unary=1_10.py │ │ ├── unary=1_2.py │ │ ├── unary=1_3.py │ │ ├── unary=1_4.py │ │ ├── unary=1_5.py │ │ ├── unary=1_6.py │ │ ├── unary=1_7.py │ │ ├── unary=1_8.py │ │ └── unary=1_9.py │ ├── unary=10 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=10_1.py │ │ ├── unary=10_10.py │ │ ├── unary=10_2.py │ │ ├── unary=10_3.py │ │ ├── unary=10_4.py │ │ ├── unary=10_5.py │ │ ├── unary=10_6.py │ │ ├── unary=10_7.py │ │ ├── unary=10_8.py │ │ └── unary=10_9.py │ ├── unary=11 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=11_1.py │ │ ├── unary=11_10.py │ │ ├── unary=11_2.py │ │ ├── unary=11_3.py │ │ ├── unary=11_4.py │ │ ├── unary=11_5.py │ │ ├── unary=11_6.py │ │ ├── unary=11_7.py │ │ ├── unary=11_8.py │ │ └── unary=11_9.py │ ├── unary=12 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=12_1.py │ │ ├── unary=12_10.py │ │ ├── unary=12_2.py │ │ ├── unary=12_3.py │ │ ├── unary=12_4.py │ │ ├── unary=12_5.py │ │ ├── unary=12_6.py │ │ ├── unary=12_7.py │ │ ├── unary=12_8.py │ │ └── unary=12_9.py │ ├── unary=13 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=13_1.py │ │ ├── unary=13_10.py │ │ ├── unary=13_2.py │ │ ├── unary=13_3.py │ │ ├── unary=13_4.py │ │ ├── unary=13_5.py │ │ ├── unary=13_6.py │ │ ├── unary=13_7.py │ │ ├── unary=13_8.py │ │ └── unary=13_9.py │ ├── unary=14 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=14_1.py │ │ ├── unary=14_10.py │ │ ├── unary=14_2.py │ │ ├── unary=14_3.py │ │ ├── unary=14_4.py │ │ ├── unary=14_5.py │ │ ├── unary=14_6.py │ │ ├── unary=14_7.py │ │ ├── unary=14_8.py │ │ └── unary=14_9.py │ ├── unary=15 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=15_1.py │ │ ├── unary=15_10.py │ │ ├── unary=15_2.py │ │ ├── unary=15_3.py │ │ ├── unary=15_4.py │ │ ├── unary=15_5.py │ │ ├── unary=15_6.py │ │ ├── unary=15_7.py │ │ ├── unary=15_8.py │ │ └── unary=15_9.py │ ├── unary=16 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=16_1.py │ │ ├── unary=16_10.py │ │ ├── unary=16_2.py │ │ ├── unary=16_3.py │ │ ├── unary=16_4.py │ │ ├── unary=16_5.py │ │ ├── unary=16_6.py │ │ ├── unary=16_7.py │ │ ├── unary=16_8.py │ │ └── unary=16_9.py │ ├── unary=17 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=17_1.py │ │ ├── unary=17_10.py │ │ ├── unary=17_2.py │ │ ├── unary=17_3.py │ │ ├── unary=17_4.py │ │ ├── unary=17_5.py │ │ ├── unary=17_6.py │ │ ├── unary=17_7.py │ │ ├── unary=17_8.py │ │ └── unary=17_9.py │ ├── unary=18 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=18_1.py │ │ ├── unary=18_10.py │ │ ├── unary=18_2.py │ │ ├── unary=18_3.py │ │ ├── unary=18_4.py │ │ ├── unary=18_5.py │ │ ├── unary=18_6.py │ │ ├── unary=18_7.py │ │ ├── unary=18_8.py │ │ └── unary=18_9.py │ ├── unary=19 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=19_1.py │ │ ├── unary=19_10.py │ │ ├── unary=19_2.py │ │ ├── unary=19_3.py │ │ ├── unary=19_4.py │ │ ├── unary=19_5.py │ │ ├── unary=19_6.py │ │ ├── unary=19_7.py │ │ ├── unary=19_8.py │ │ └── unary=19_9.py │ ├── unary=2 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=2_1.py │ │ ├── unary=2_10.py │ │ ├── unary=2_2.py │ │ ├── unary=2_3.py │ │ ├── unary=2_4.py │ │ ├── unary=2_5.py │ │ ├── unary=2_6.py │ │ ├── unary=2_7.py │ │ ├── unary=2_8.py │ │ └── unary=2_9.py │ ├── unary=20 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=20_1.py │ │ ├── unary=20_10.py │ │ ├── unary=20_2.py │ │ ├── unary=20_3.py │ │ ├── unary=20_4.py │ │ ├── unary=20_5.py │ │ ├── unary=20_6.py │ │ ├── unary=20_7.py │ │ ├── unary=20_8.py │ │ └── unary=20_9.py │ ├── unary=21 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=21_1.py │ │ ├── unary=21_10.py │ │ ├── unary=21_2.py │ │ ├── unary=21_3.py │ │ ├── unary=21_4.py │ │ ├── unary=21_5.py │ │ ├── unary=21_6.py │ │ ├── unary=21_7.py │ │ ├── unary=21_8.py │ │ └── unary=21_9.py │ ├── unary=22 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=22_1.py │ │ ├── unary=22_10.py │ │ ├── unary=22_2.py │ │ ├── unary=22_3.py │ │ ├── unary=22_4.py │ │ ├── unary=22_5.py │ │ ├── unary=22_6.py │ │ ├── unary=22_7.py │ │ ├── unary=22_8.py │ │ └── unary=22_9.py │ ├── unary=23 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=23_1.py │ │ ├── unary=23_10.py │ │ ├── unary=23_2.py │ │ ├── unary=23_3.py │ │ ├── unary=23_4.py │ │ ├── unary=23_5.py │ │ ├── unary=23_6.py │ │ ├── unary=23_7.py │ │ ├── unary=23_8.py │ │ └── unary=23_9.py │ ├── unary=24 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=24_1.py │ │ ├── unary=24_10.py │ │ ├── unary=24_2.py │ │ ├── unary=24_3.py │ │ ├── unary=24_4.py │ │ ├── unary=24_5.py │ │ ├── unary=24_6.py │ │ ├── unary=24_7.py │ │ ├── unary=24_8.py │ │ └── unary=24_9.py │ ├── unary=25 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=25_1.py │ │ ├── unary=25_10.py │ │ ├── unary=25_2.py │ │ ├── unary=25_3.py │ │ ├── unary=25_4.py │ │ ├── unary=25_5.py │ │ ├── unary=25_6.py │ │ ├── unary=25_7.py │ │ ├── unary=25_8.py │ │ └── unary=25_9.py │ ├── unary=26 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=26_1.py │ │ ├── unary=26_10.py │ │ ├── unary=26_2.py │ │ ├── unary=26_3.py │ │ ├── unary=26_4.py │ │ ├── unary=26_5.py │ │ ├── unary=26_6.py │ │ ├── unary=26_7.py │ │ ├── unary=26_8.py │ │ └── unary=26_9.py │ ├── unary=27 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=27_1.py │ │ ├── unary=27_10.py │ │ ├── unary=27_2.py │ │ ├── unary=27_3.py │ │ ├── unary=27_4.py │ │ ├── unary=27_5.py │ │ ├── unary=27_6.py │ │ ├── unary=27_7.py │ │ ├── unary=27_8.py │ │ └── unary=27_9.py │ ├── unary=28 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=28_1.py │ │ ├── unary=28_10.py │ │ ├── unary=28_2.py │ │ ├── unary=28_3.py │ │ ├── unary=28_4.py │ │ ├── unary=28_5.py │ │ ├── unary=28_6.py │ │ ├── unary=28_7.py │ │ ├── unary=28_8.py │ │ └── unary=28_9.py │ ├── unary=29 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=29_1.py │ │ ├── unary=29_10.py │ │ ├── unary=29_2.py │ │ ├── unary=29_3.py │ │ ├── unary=29_4.py │ │ ├── unary=29_5.py │ │ ├── unary=29_6.py │ │ ├── unary=29_7.py │ │ ├── unary=29_8.py │ │ └── unary=29_9.py │ ├── unary=3 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=3_1.py │ │ ├── unary=3_10.py │ │ ├── unary=3_2.py │ │ ├── unary=3_3.py │ │ ├── unary=3_4.py │ │ ├── unary=3_5.py │ │ ├── unary=3_6.py │ │ ├── unary=3_7.py │ │ ├── unary=3_8.py │ │ └── unary=3_9.py │ ├── unary=4 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=4_1.py │ │ ├── unary=4_10.py │ │ ├── unary=4_2.py │ │ ├── unary=4_3.py │ │ ├── unary=4_4.py │ │ ├── unary=4_5.py │ │ ├── unary=4_6.py │ │ ├── unary=4_7.py │ │ ├── unary=4_8.py │ │ └── unary=4_9.py │ ├── unary=5 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=5_1.py │ │ ├── unary=5_10.py │ │ ├── unary=5_2.py │ │ ├── unary=5_3.py │ │ ├── unary=5_4.py │ │ ├── unary=5_5.py │ │ ├── unary=5_6.py │ │ ├── unary=5_7.py │ │ ├── unary=5_8.py │ │ └── unary=5_9.py │ ├── unary=6 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=6_1.py │ │ ├── unary=6_10.py │ │ ├── unary=6_2.py │ │ ├── unary=6_3.py │ │ ├── unary=6_4.py │ │ ├── unary=6_5.py │ │ ├── unary=6_6.py │ │ ├── unary=6_7.py │ │ ├── unary=6_8.py │ │ └── unary=6_9.py │ ├── unary=7 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=7_1.py │ │ ├── unary=7_10.py │ │ ├── unary=7_2.py │ │ ├── unary=7_3.py │ │ ├── unary=7_4.py │ │ ├── unary=7_5.py │ │ ├── unary=7_6.py │ │ ├── unary=7_7.py │ │ ├── unary=7_8.py │ │ └── unary=7_9.py │ ├── unary=8 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=8_1.py │ │ ├── unary=8_10.py │ │ ├── unary=8_2.py │ │ ├── unary=8_3.py │ │ ├── unary=8_4.py │ │ ├── unary=8_5.py │ │ ├── unary=8_6.py │ │ ├── unary=8_7.py │ │ ├── unary=8_8.py │ │ └── unary=8_9.py │ └── unary=9 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=9_1.py │ │ ├── unary=9_10.py │ │ ├── unary=9_2.py │ │ ├── unary=9_3.py │ │ ├── unary=9_4.py │ │ ├── unary=9_5.py │ │ ├── unary=9_6.py │ │ ├── unary=9_7.py │ │ ├── unary=9_8.py │ │ └── unary=9_9.py │ ├── step63-3shot │ ├── addmm │ │ ├── addmm_1.py │ │ ├── addmm_10.py │ │ ├── addmm_2.py │ │ ├── addmm_3.py │ │ ├── addmm_4.py │ │ ├── addmm_5.py │ │ ├── addmm_6.py │ │ ├── addmm_7.py │ │ ├── addmm_8.py │ │ ├── addmm_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── binary=0 │ │ ├── binary=0_1.py │ │ ├── binary=0_10.py │ │ ├── binary=0_2.py │ │ ├── binary=0_3.py │ │ ├── binary=0_4.py │ │ ├── binary=0_5.py │ │ ├── binary=0_6.py │ │ ├── binary=0_7.py │ │ ├── binary=0_8.py │ │ ├── binary=0_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── binary=10 │ │ ├── binary=10_1.py │ │ ├── binary=10_10.py │ │ ├── binary=10_2.py │ │ ├── binary=10_3.py │ │ ├── binary=10_4.py │ │ ├── binary=10_5.py │ │ ├── binary=10_6.py │ │ ├── binary=10_7.py │ │ ├── binary=10_8.py │ │ ├── binary=10_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── binary=2 │ │ ├── binary=2_1.py │ │ ├── binary=2_10.py │ │ ├── binary=2_2.py │ │ ├── binary=2_3.py │ │ ├── binary=2_4.py │ │ ├── binary=2_5.py │ │ ├── binary=2_6.py │ │ ├── binary=2_7.py │ │ ├── binary=2_8.py │ │ ├── binary=2_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── binary=4 │ │ ├── binary=4_1.py │ │ ├── binary=4_10.py │ │ ├── binary=4_2.py │ │ ├── binary=4_3.py │ │ ├── binary=4_4.py │ │ ├── binary=4_5.py │ │ ├── binary=4_6.py │ │ ├── binary=4_7.py │ │ ├── binary=4_8.py │ │ ├── binary=4_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── binary=6 │ │ ├── binary=6_1.py │ │ ├── binary=6_10.py │ │ ├── binary=6_2.py │ │ ├── binary=6_3.py │ │ ├── binary=6_4.py │ │ ├── binary=6_5.py │ │ ├── binary=6_6.py │ │ ├── binary=6_7.py │ │ ├── binary=6_8.py │ │ ├── binary=6_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── binary=8 │ │ ├── binary=8_1.py │ │ ├── binary=8_10.py │ │ ├── binary=8_2.py │ │ ├── binary=8_3.py │ │ ├── binary=8_4.py │ │ ├── binary=8_5.py │ │ ├── binary=8_6.py │ │ ├── binary=8_7.py │ │ ├── binary=8_8.py │ │ ├── binary=8_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── binary_unary=0 │ │ ├── binary_unary=0_1.py │ │ ├── binary_unary=0_10.py │ │ ├── binary_unary=0_2.py │ │ ├── binary_unary=0_3.py │ │ ├── binary_unary=0_4.py │ │ ├── binary_unary=0_5.py │ │ ├── binary_unary=0_6.py │ │ ├── binary_unary=0_7.py │ │ ├── binary_unary=0_8.py │ │ ├── binary_unary=0_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── binary_unary=10 │ │ ├── binary_unary=10_1.py │ │ ├── binary_unary=10_10.py │ │ ├── binary_unary=10_2.py │ │ ├── binary_unary=10_3.py │ │ ├── binary_unary=10_4.py │ │ ├── binary_unary=10_5.py │ │ ├── binary_unary=10_6.py │ │ ├── binary_unary=10_7.py │ │ ├── binary_unary=10_8.py │ │ ├── binary_unary=10_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── binary_unary=2 │ │ ├── binary_unary=2_1.py │ │ ├── binary_unary=2_10.py │ │ ├── binary_unary=2_2.py │ │ ├── binary_unary=2_3.py │ │ ├── binary_unary=2_4.py │ │ ├── binary_unary=2_5.py │ │ ├── binary_unary=2_6.py │ │ ├── binary_unary=2_7.py │ │ ├── binary_unary=2_8.py │ │ ├── binary_unary=2_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── binary_unary=4 │ │ ├── binary_unary=4_1.py │ │ ├── binary_unary=4_10.py │ │ ├── binary_unary=4_2.py │ │ ├── binary_unary=4_3.py │ │ ├── binary_unary=4_4.py │ │ ├── binary_unary=4_5.py │ │ ├── binary_unary=4_6.py │ │ ├── binary_unary=4_7.py │ │ ├── binary_unary=4_8.py │ │ ├── binary_unary=4_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── binary_unary=6 │ │ ├── binary_unary=6_1.py │ │ ├── binary_unary=6_10.py │ │ ├── binary_unary=6_2.py │ │ ├── binary_unary=6_3.py │ │ ├── binary_unary=6_4.py │ │ ├── binary_unary=6_5.py │ │ ├── binary_unary=6_6.py │ │ ├── binary_unary=6_7.py │ │ ├── binary_unary=6_8.py │ │ ├── binary_unary=6_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── binary_unary=8 │ │ ├── binary_unary=8_1.py │ │ ├── binary_unary=8_10.py │ │ ├── binary_unary=8_2.py │ │ ├── binary_unary=8_3.py │ │ ├── binary_unary=8_4.py │ │ ├── binary_unary=8_5.py │ │ ├── binary_unary=8_6.py │ │ ├── binary_unary=8_7.py │ │ ├── binary_unary=8_8.py │ │ ├── binary_unary=8_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── cat_addmm │ │ ├── cat_addmm_1.py │ │ ├── cat_addmm_10.py │ │ ├── cat_addmm_2.py │ │ ├── cat_addmm_3.py │ │ ├── cat_addmm_4.py │ │ ├── cat_addmm_5.py │ │ ├── cat_addmm_6.py │ │ ├── cat_addmm_7.py │ │ ├── cat_addmm_8.py │ │ ├── cat_addmm_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── cat_mm │ │ ├── cat_mm_1.py │ │ ├── cat_mm_10.py │ │ ├── cat_mm_2.py │ │ ├── cat_mm_3.py │ │ ├── cat_mm_4.py │ │ ├── cat_mm_5.py │ │ ├── cat_mm_6.py │ │ ├── cat_mm_7.py │ │ ├── cat_mm_8.py │ │ ├── cat_mm_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── cat_slice_cat │ │ ├── cat_slice_cat_1.py │ │ ├── cat_slice_cat_10.py │ │ ├── cat_slice_cat_2.py │ │ ├── cat_slice_cat_3.py │ │ ├── cat_slice_cat_4.py │ │ ├── cat_slice_cat_5.py │ │ ├── cat_slice_cat_6.py │ │ ├── cat_slice_cat_7.py │ │ ├── cat_slice_cat_8.py │ │ ├── cat_slice_cat_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── fuse_conv_bn │ │ ├── fuse_conv_bn_1.py │ │ ├── fuse_conv_bn_10.py │ │ ├── fuse_conv_bn_2.py │ │ ├── fuse_conv_bn_3.py │ │ ├── fuse_conv_bn_4.py │ │ ├── fuse_conv_bn_5.py │ │ ├── fuse_conv_bn_6.py │ │ ├── fuse_conv_bn_7.py │ │ ├── fuse_conv_bn_8.py │ │ ├── fuse_conv_bn_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── linear_permute_fusion │ │ ├── linear_permute_fusion_1.py │ │ ├── linear_permute_fusion_10.py │ │ ├── linear_permute_fusion_2.py │ │ ├── linear_permute_fusion_3.py │ │ ├── linear_permute_fusion_4.py │ │ ├── linear_permute_fusion_5.py │ │ ├── linear_permute_fusion_6.py │ │ ├── linear_permute_fusion_7.py │ │ ├── linear_permute_fusion_8.py │ │ ├── linear_permute_fusion_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── mm_plus_mm │ │ ├── mm_plus_mm_1.py │ │ ├── mm_plus_mm_10.py │ │ ├── mm_plus_mm_2.py │ │ ├── mm_plus_mm_3.py │ │ ├── mm_plus_mm_4.py │ │ ├── mm_plus_mm_5.py │ │ ├── mm_plus_mm_6.py │ │ ├── mm_plus_mm_7.py │ │ ├── mm_plus_mm_8.py │ │ ├── mm_plus_mm_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── outputs.json │ ├── permute_linear_fusion │ │ ├── permute_linear_fusion_1.py │ │ ├── permute_linear_fusion_10.py │ │ ├── permute_linear_fusion_2.py │ │ ├── permute_linear_fusion_3.py │ │ ├── permute_linear_fusion_4.py │ │ ├── permute_linear_fusion_5.py │ │ ├── permute_linear_fusion_6.py │ │ ├── permute_linear_fusion_7.py │ │ ├── permute_linear_fusion_8.py │ │ ├── permute_linear_fusion_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── permute_matmul_fusion │ │ ├── permute_matmul_fusion_1.py │ │ ├── permute_matmul_fusion_10.py │ │ ├── permute_matmul_fusion_2.py │ │ ├── permute_matmul_fusion_3.py │ │ ├── permute_matmul_fusion_4.py │ │ ├── permute_matmul_fusion_5.py │ │ ├── permute_matmul_fusion_6.py │ │ ├── permute_matmul_fusion_7.py │ │ ├── permute_matmul_fusion_8.py │ │ ├── permute_matmul_fusion_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── pointless_cumsum_replacement │ │ ├── pointless_cumsum_replacement_1.py │ │ ├── pointless_cumsum_replacement_10.py │ │ ├── pointless_cumsum_replacement_2.py │ │ ├── pointless_cumsum_replacement_3.py │ │ ├── pointless_cumsum_replacement_4.py │ │ ├── pointless_cumsum_replacement_5.py │ │ ├── pointless_cumsum_replacement_6.py │ │ ├── pointless_cumsum_replacement_7.py │ │ ├── pointless_cumsum_replacement_8.py │ │ ├── pointless_cumsum_replacement_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── replace_fx │ │ ├── prompt.txt │ │ ├── replace_fx_1.py │ │ ├── replace_fx_10.py │ │ ├── replace_fx_2.py │ │ ├── replace_fx_3.py │ │ ├── replace_fx_4.py │ │ ├── replace_fx_5.py │ │ ├── replace_fx_6.py │ │ ├── replace_fx_7.py │ │ ├── replace_fx_8.py │ │ ├── replace_fx_9.py │ │ └── time.txt │ ├── sfdp=0 │ │ ├── prompt.txt │ │ ├── sfdp=0_1.py │ │ ├── sfdp=0_10.py │ │ ├── sfdp=0_2.py │ │ ├── sfdp=0_3.py │ │ ├── sfdp=0_4.py │ │ ├── sfdp=0_5.py │ │ ├── sfdp=0_6.py │ │ ├── sfdp=0_7.py │ │ ├── sfdp=0_8.py │ │ ├── sfdp=0_9.py │ │ └── time.txt │ ├── sfdp=1 │ │ ├── prompt.txt │ │ ├── sfdp=1_1.py │ │ ├── sfdp=1_10.py │ │ ├── sfdp=1_2.py │ │ ├── sfdp=1_3.py │ │ ├── sfdp=1_4.py │ │ ├── sfdp=1_5.py │ │ ├── sfdp=1_6.py │ │ ├── sfdp=1_7.py │ │ ├── sfdp=1_8.py │ │ ├── sfdp=1_9.py │ │ └── time.txt │ ├── sfdp=2 │ │ ├── prompt.txt │ │ ├── sfdp=2_1.py │ │ ├── sfdp=2_10.py │ │ ├── sfdp=2_2.py │ │ ├── sfdp=2_3.py │ │ ├── sfdp=2_4.py │ │ ├── sfdp=2_5.py │ │ ├── sfdp=2_6.py │ │ ├── sfdp=2_7.py │ │ ├── sfdp=2_8.py │ │ ├── sfdp=2_9.py │ │ └── time.txt │ ├── sfdp=3 │ │ ├── prompt.txt │ │ ├── sfdp=3_1.py │ │ ├── sfdp=3_10.py │ │ ├── sfdp=3_2.py │ │ ├── sfdp=3_3.py │ │ ├── sfdp=3_4.py │ │ ├── sfdp=3_5.py │ │ ├── sfdp=3_6.py │ │ ├── sfdp=3_7.py │ │ ├── sfdp=3_8.py │ │ ├── sfdp=3_9.py │ │ └── time.txt │ ├── sfdp=4 │ │ ├── prompt.txt │ │ ├── sfdp=4_1.py │ │ ├── sfdp=4_10.py │ │ ├── sfdp=4_2.py │ │ ├── sfdp=4_3.py │ │ ├── sfdp=4_4.py │ │ ├── sfdp=4_5.py │ │ ├── sfdp=4_6.py │ │ ├── sfdp=4_7.py │ │ ├── sfdp=4_8.py │ │ ├── sfdp=4_9.py │ │ └── time.txt │ ├── sfdp=5 │ │ ├── prompt.txt │ │ ├── sfdp=5_1.py │ │ ├── sfdp=5_10.py │ │ ├── sfdp=5_2.py │ │ ├── sfdp=5_3.py │ │ ├── sfdp=5_4.py │ │ ├── sfdp=5_5.py │ │ ├── sfdp=5_6.py │ │ ├── sfdp=5_7.py │ │ ├── sfdp=5_8.py │ │ ├── sfdp=5_9.py │ │ └── time.txt │ ├── sink_cat_after_pointwise │ │ ├── prompt.txt │ │ ├── sink_cat_after_pointwise_1.py │ │ ├── sink_cat_after_pointwise_10.py │ │ ├── sink_cat_after_pointwise_2.py │ │ ├── sink_cat_after_pointwise_3.py │ │ ├── sink_cat_after_pointwise_4.py │ │ ├── sink_cat_after_pointwise_5.py │ │ ├── sink_cat_after_pointwise_6.py │ │ ├── sink_cat_after_pointwise_7.py │ │ ├── sink_cat_after_pointwise_8.py │ │ ├── sink_cat_after_pointwise_9.py │ │ └── time.txt │ ├── splitwithsizes_cat_replace │ │ ├── prompt.txt │ │ ├── splitwithsizes_cat_replace_1.py │ │ ├── splitwithsizes_cat_replace_10.py │ │ ├── splitwithsizes_cat_replace_2.py │ │ ├── splitwithsizes_cat_replace_3.py │ │ ├── splitwithsizes_cat_replace_4.py │ │ ├── splitwithsizes_cat_replace_5.py │ │ ├── splitwithsizes_cat_replace_6.py │ │ ├── splitwithsizes_cat_replace_7.py │ │ ├── splitwithsizes_cat_replace_8.py │ │ ├── splitwithsizes_cat_replace_9.py │ │ └── time.txt │ ├── unary=0 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=0_1.py │ │ ├── unary=0_10.py │ │ ├── unary=0_2.py │ │ ├── unary=0_3.py │ │ ├── unary=0_4.py │ │ ├── unary=0_5.py │ │ ├── unary=0_6.py │ │ ├── unary=0_7.py │ │ ├── unary=0_8.py │ │ └── unary=0_9.py │ ├── unary=1 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=1_1.py │ │ ├── unary=1_10.py │ │ ├── unary=1_2.py │ │ ├── unary=1_3.py │ │ ├── unary=1_4.py │ │ ├── unary=1_5.py │ │ ├── unary=1_6.py │ │ ├── unary=1_7.py │ │ ├── unary=1_8.py │ │ └── unary=1_9.py │ ├── unary=10 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=10_1.py │ │ ├── unary=10_10.py │ │ ├── unary=10_2.py │ │ ├── unary=10_3.py │ │ ├── unary=10_4.py │ │ ├── unary=10_5.py │ │ ├── unary=10_6.py │ │ ├── unary=10_7.py │ │ ├── unary=10_8.py │ │ └── unary=10_9.py │ ├── unary=11 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=11_1.py │ │ ├── unary=11_10.py │ │ ├── unary=11_2.py │ │ ├── unary=11_3.py │ │ ├── unary=11_4.py │ │ ├── unary=11_5.py │ │ ├── unary=11_6.py │ │ ├── unary=11_7.py │ │ ├── unary=11_8.py │ │ └── unary=11_9.py │ ├── unary=12 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=12_1.py │ │ ├── unary=12_10.py │ │ ├── unary=12_2.py │ │ ├── unary=12_3.py │ │ ├── unary=12_4.py │ │ ├── unary=12_5.py │ │ ├── unary=12_6.py │ │ ├── unary=12_7.py │ │ ├── unary=12_8.py │ │ └── unary=12_9.py │ ├── unary=13 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=13_1.py │ │ ├── unary=13_10.py │ │ ├── unary=13_2.py │ │ ├── unary=13_3.py │ │ ├── unary=13_4.py │ │ ├── unary=13_5.py │ │ ├── unary=13_6.py │ │ ├── unary=13_7.py │ │ ├── unary=13_8.py │ │ └── unary=13_9.py │ ├── unary=14 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=14_1.py │ │ ├── unary=14_10.py │ │ ├── unary=14_2.py │ │ ├── unary=14_3.py │ │ ├── unary=14_4.py │ │ ├── unary=14_5.py │ │ ├── unary=14_6.py │ │ ├── unary=14_7.py │ │ ├── unary=14_8.py │ │ └── unary=14_9.py │ ├── unary=15 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=15_1.py │ │ ├── unary=15_10.py │ │ ├── unary=15_2.py │ │ ├── unary=15_3.py │ │ ├── unary=15_4.py │ │ ├── unary=15_5.py │ │ ├── unary=15_6.py │ │ ├── unary=15_7.py │ │ ├── unary=15_8.py │ │ └── unary=15_9.py │ ├── unary=16 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=16_1.py │ │ ├── unary=16_10.py │ │ ├── unary=16_2.py │ │ ├── unary=16_3.py │ │ ├── unary=16_4.py │ │ ├── unary=16_5.py │ │ ├── unary=16_6.py │ │ ├── unary=16_7.py │ │ ├── unary=16_8.py │ │ └── unary=16_9.py │ ├── unary=17 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=17_1.py │ │ ├── unary=17_10.py │ │ ├── unary=17_2.py │ │ ├── unary=17_3.py │ │ ├── unary=17_4.py │ │ ├── unary=17_5.py │ │ ├── unary=17_6.py │ │ ├── unary=17_7.py │ │ ├── unary=17_8.py │ │ └── unary=17_9.py │ ├── unary=18 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=18_1.py │ │ ├── unary=18_10.py │ │ ├── unary=18_2.py │ │ ├── unary=18_3.py │ │ ├── unary=18_4.py │ │ ├── unary=18_5.py │ │ ├── unary=18_6.py │ │ ├── unary=18_7.py │ │ ├── unary=18_8.py │ │ └── unary=18_9.py │ ├── unary=19 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=19_1.py │ │ ├── unary=19_10.py │ │ ├── unary=19_2.py │ │ ├── unary=19_3.py │ │ ├── unary=19_4.py │ │ ├── unary=19_5.py │ │ ├── unary=19_6.py │ │ ├── unary=19_7.py │ │ ├── unary=19_8.py │ │ └── unary=19_9.py │ ├── unary=2 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=2_1.py │ │ ├── unary=2_10.py │ │ ├── unary=2_2.py │ │ ├── unary=2_3.py │ │ ├── unary=2_4.py │ │ ├── unary=2_5.py │ │ ├── unary=2_6.py │ │ ├── unary=2_7.py │ │ ├── unary=2_8.py │ │ └── unary=2_9.py │ ├── unary=20 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=20_1.py │ │ ├── unary=20_10.py │ │ ├── unary=20_2.py │ │ ├── unary=20_3.py │ │ ├── unary=20_4.py │ │ ├── unary=20_5.py │ │ ├── unary=20_6.py │ │ ├── unary=20_7.py │ │ ├── unary=20_8.py │ │ └── unary=20_9.py │ ├── unary=21 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=21_1.py │ │ ├── unary=21_10.py │ │ ├── unary=21_2.py │ │ ├── unary=21_3.py │ │ ├── unary=21_4.py │ │ ├── unary=21_5.py │ │ ├── unary=21_6.py │ │ ├── unary=21_7.py │ │ ├── unary=21_8.py │ │ └── unary=21_9.py │ ├── unary=22 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=22_1.py │ │ ├── unary=22_10.py │ │ ├── unary=22_2.py │ │ ├── unary=22_3.py │ │ ├── unary=22_4.py │ │ ├── unary=22_5.py │ │ ├── unary=22_6.py │ │ ├── unary=22_7.py │ │ ├── unary=22_8.py │ │ └── unary=22_9.py │ ├── unary=23 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=23_1.py │ │ ├── unary=23_10.py │ │ ├── unary=23_2.py │ │ ├── unary=23_3.py │ │ ├── unary=23_4.py │ │ ├── unary=23_5.py │ │ ├── unary=23_6.py │ │ ├── unary=23_7.py │ │ ├── unary=23_8.py │ │ └── unary=23_9.py │ ├── unary=24 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=24_1.py │ │ ├── unary=24_10.py │ │ ├── unary=24_2.py │ │ ├── unary=24_3.py │ │ ├── unary=24_4.py │ │ ├── unary=24_5.py │ │ ├── unary=24_6.py │ │ ├── unary=24_7.py │ │ ├── unary=24_8.py │ │ └── unary=24_9.py │ ├── unary=25 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=25_1.py │ │ ├── unary=25_10.py │ │ ├── unary=25_2.py │ │ ├── unary=25_3.py │ │ ├── unary=25_4.py │ │ ├── unary=25_5.py │ │ ├── unary=25_6.py │ │ ├── unary=25_7.py │ │ ├── unary=25_8.py │ │ └── unary=25_9.py │ ├── unary=26 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=26_1.py │ │ ├── unary=26_10.py │ │ ├── unary=26_2.py │ │ ├── unary=26_3.py │ │ ├── unary=26_4.py │ │ ├── unary=26_5.py │ │ ├── unary=26_6.py │ │ ├── unary=26_7.py │ │ ├── unary=26_8.py │ │ └── unary=26_9.py │ ├── unary=27 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=27_1.py │ │ ├── unary=27_10.py │ │ ├── unary=27_2.py │ │ ├── unary=27_3.py │ │ ├── unary=27_4.py │ │ ├── unary=27_5.py │ │ ├── unary=27_6.py │ │ ├── unary=27_7.py │ │ ├── unary=27_8.py │ │ └── unary=27_9.py │ ├── unary=28 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=28_1.py │ │ ├── unary=28_10.py │ │ ├── unary=28_2.py │ │ ├── unary=28_3.py │ │ ├── unary=28_4.py │ │ ├── unary=28_5.py │ │ ├── unary=28_6.py │ │ ├── unary=28_7.py │ │ ├── unary=28_8.py │ │ └── unary=28_9.py │ ├── unary=29 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=29_1.py │ │ ├── unary=29_10.py │ │ ├── unary=29_2.py │ │ ├── unary=29_3.py │ │ ├── unary=29_4.py │ │ ├── unary=29_5.py │ │ ├── unary=29_6.py │ │ ├── unary=29_7.py │ │ ├── unary=29_8.py │ │ └── unary=29_9.py │ ├── unary=3 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=3_1.py │ │ ├── unary=3_10.py │ │ ├── unary=3_2.py │ │ ├── unary=3_3.py │ │ ├── unary=3_4.py │ │ ├── unary=3_5.py │ │ ├── unary=3_6.py │ │ ├── unary=3_7.py │ │ ├── unary=3_8.py │ │ └── unary=3_9.py │ ├── unary=4 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=4_1.py │ │ ├── unary=4_10.py │ │ ├── unary=4_2.py │ │ ├── unary=4_3.py │ │ ├── unary=4_4.py │ │ ├── unary=4_5.py │ │ ├── unary=4_6.py │ │ ├── unary=4_7.py │ │ ├── unary=4_8.py │ │ └── unary=4_9.py │ ├── unary=5 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=5_1.py │ │ ├── unary=5_10.py │ │ ├── unary=5_2.py │ │ ├── unary=5_3.py │ │ ├── unary=5_4.py │ │ ├── unary=5_5.py │ │ ├── unary=5_6.py │ │ ├── unary=5_7.py │ │ ├── unary=5_8.py │ │ └── unary=5_9.py │ ├── unary=6 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=6_1.py │ │ ├── unary=6_10.py │ │ ├── unary=6_2.py │ │ ├── unary=6_3.py │ │ ├── unary=6_4.py │ │ ├── unary=6_5.py │ │ ├── unary=6_6.py │ │ ├── unary=6_7.py │ │ ├── unary=6_8.py │ │ └── unary=6_9.py │ ├── unary=7 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=7_1.py │ │ ├── unary=7_10.py │ │ ├── unary=7_2.py │ │ ├── unary=7_3.py │ │ ├── unary=7_4.py │ │ ├── unary=7_5.py │ │ ├── unary=7_6.py │ │ ├── unary=7_7.py │ │ ├── unary=7_8.py │ │ └── unary=7_9.py │ ├── unary=8 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=8_1.py │ │ ├── unary=8_10.py │ │ ├── unary=8_2.py │ │ ├── unary=8_3.py │ │ ├── unary=8_4.py │ │ ├── unary=8_5.py │ │ ├── unary=8_6.py │ │ ├── unary=8_7.py │ │ ├── unary=8_8.py │ │ └── unary=8_9.py │ └── unary=9 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=9_1.py │ │ ├── unary=9_10.py │ │ ├── unary=9_2.py │ │ ├── unary=9_3.py │ │ ├── unary=9_4.py │ │ ├── unary=9_5.py │ │ ├── unary=9_6.py │ │ ├── unary=9_7.py │ │ ├── unary=9_8.py │ │ └── unary=9_9.py │ ├── step64-3shot │ ├── addmm │ │ ├── addmm_1.py │ │ ├── addmm_10.py │ │ ├── addmm_2.py │ │ ├── addmm_3.py │ │ ├── addmm_4.py │ │ ├── addmm_5.py │ │ ├── addmm_6.py │ │ ├── addmm_7.py │ │ ├── addmm_8.py │ │ ├── addmm_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── binary=0 │ │ ├── binary=0_1.py │ │ ├── binary=0_10.py │ │ ├── binary=0_2.py │ │ ├── binary=0_3.py │ │ ├── binary=0_4.py │ │ ├── binary=0_5.py │ │ ├── binary=0_6.py │ │ ├── binary=0_7.py │ │ ├── binary=0_8.py │ │ ├── binary=0_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── binary=10 │ │ ├── binary=10_1.py │ │ ├── binary=10_10.py │ │ ├── binary=10_2.py │ │ ├── binary=10_3.py │ │ ├── binary=10_4.py │ │ ├── binary=10_5.py │ │ ├── binary=10_6.py │ │ ├── binary=10_7.py │ │ ├── binary=10_8.py │ │ ├── binary=10_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── binary=2 │ │ ├── binary=2_1.py │ │ ├── binary=2_10.py │ │ ├── binary=2_2.py │ │ ├── binary=2_3.py │ │ ├── binary=2_4.py │ │ ├── binary=2_5.py │ │ ├── binary=2_6.py │ │ ├── binary=2_7.py │ │ ├── binary=2_8.py │ │ ├── binary=2_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── binary=4 │ │ ├── binary=4_1.py │ │ ├── binary=4_10.py │ │ ├── binary=4_2.py │ │ ├── binary=4_3.py │ │ ├── binary=4_4.py │ │ ├── binary=4_5.py │ │ ├── binary=4_6.py │ │ ├── binary=4_7.py │ │ ├── binary=4_8.py │ │ ├── binary=4_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── binary=6 │ │ ├── binary=6_1.py │ │ ├── binary=6_10.py │ │ ├── binary=6_2.py │ │ ├── binary=6_3.py │ │ ├── binary=6_4.py │ │ ├── binary=6_5.py │ │ ├── binary=6_6.py │ │ ├── binary=6_7.py │ │ ├── binary=6_8.py │ │ ├── binary=6_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── binary=8 │ │ ├── binary=8_1.py │ │ ├── binary=8_10.py │ │ ├── binary=8_2.py │ │ ├── binary=8_3.py │ │ ├── binary=8_4.py │ │ ├── binary=8_5.py │ │ ├── binary=8_6.py │ │ ├── binary=8_7.py │ │ ├── binary=8_8.py │ │ ├── binary=8_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── binary_unary=0 │ │ ├── binary_unary=0_1.py │ │ ├── binary_unary=0_10.py │ │ ├── binary_unary=0_2.py │ │ ├── binary_unary=0_3.py │ │ ├── binary_unary=0_4.py │ │ ├── binary_unary=0_5.py │ │ ├── binary_unary=0_6.py │ │ ├── binary_unary=0_7.py │ │ ├── binary_unary=0_8.py │ │ ├── binary_unary=0_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── binary_unary=10 │ │ ├── binary_unary=10_1.py │ │ ├── binary_unary=10_10.py │ │ ├── binary_unary=10_2.py │ │ ├── binary_unary=10_3.py │ │ ├── binary_unary=10_4.py │ │ ├── binary_unary=10_5.py │ │ ├── binary_unary=10_6.py │ │ ├── binary_unary=10_7.py │ │ ├── binary_unary=10_8.py │ │ ├── binary_unary=10_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── binary_unary=2 │ │ ├── binary_unary=2_1.py │ │ ├── binary_unary=2_10.py │ │ ├── binary_unary=2_2.py │ │ ├── binary_unary=2_3.py │ │ ├── binary_unary=2_4.py │ │ ├── binary_unary=2_5.py │ │ ├── binary_unary=2_6.py │ │ ├── binary_unary=2_7.py │ │ ├── binary_unary=2_8.py │ │ ├── binary_unary=2_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── binary_unary=4 │ │ ├── binary_unary=4_1.py │ │ ├── binary_unary=4_10.py │ │ ├── binary_unary=4_2.py │ │ ├── binary_unary=4_3.py │ │ ├── binary_unary=4_4.py │ │ ├── binary_unary=4_5.py │ │ ├── binary_unary=4_6.py │ │ ├── binary_unary=4_7.py │ │ ├── binary_unary=4_8.py │ │ ├── binary_unary=4_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── binary_unary=6 │ │ ├── binary_unary=6_1.py │ │ ├── binary_unary=6_10.py │ │ ├── binary_unary=6_2.py │ │ ├── binary_unary=6_3.py │ │ ├── binary_unary=6_4.py │ │ ├── binary_unary=6_5.py │ │ ├── binary_unary=6_6.py │ │ ├── binary_unary=6_7.py │ │ ├── binary_unary=6_8.py │ │ ├── binary_unary=6_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── binary_unary=8 │ │ ├── binary_unary=8_1.py │ │ ├── binary_unary=8_10.py │ │ ├── binary_unary=8_2.py │ │ ├── binary_unary=8_3.py │ │ ├── binary_unary=8_4.py │ │ ├── binary_unary=8_5.py │ │ ├── binary_unary=8_6.py │ │ ├── binary_unary=8_7.py │ │ ├── binary_unary=8_8.py │ │ ├── binary_unary=8_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── cat_addmm │ │ ├── cat_addmm_1.py │ │ ├── cat_addmm_10.py │ │ ├── cat_addmm_2.py │ │ ├── cat_addmm_3.py │ │ ├── cat_addmm_4.py │ │ ├── cat_addmm_5.py │ │ ├── cat_addmm_6.py │ │ ├── cat_addmm_7.py │ │ ├── cat_addmm_8.py │ │ ├── cat_addmm_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── cat_mm │ │ ├── cat_mm_1.py │ │ ├── cat_mm_10.py │ │ ├── cat_mm_2.py │ │ ├── cat_mm_3.py │ │ ├── cat_mm_4.py │ │ ├── cat_mm_5.py │ │ ├── cat_mm_6.py │ │ ├── cat_mm_7.py │ │ ├── cat_mm_8.py │ │ ├── cat_mm_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── cat_slice_cat │ │ ├── cat_slice_cat_1.py │ │ ├── cat_slice_cat_10.py │ │ ├── cat_slice_cat_2.py │ │ ├── cat_slice_cat_3.py │ │ ├── cat_slice_cat_4.py │ │ ├── cat_slice_cat_5.py │ │ ├── cat_slice_cat_6.py │ │ ├── cat_slice_cat_7.py │ │ ├── cat_slice_cat_8.py │ │ ├── cat_slice_cat_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── fuse_conv_bn │ │ ├── fuse_conv_bn_1.py │ │ ├── fuse_conv_bn_10.py │ │ ├── fuse_conv_bn_2.py │ │ ├── fuse_conv_bn_3.py │ │ ├── fuse_conv_bn_4.py │ │ ├── fuse_conv_bn_5.py │ │ ├── fuse_conv_bn_6.py │ │ ├── fuse_conv_bn_7.py │ │ ├── fuse_conv_bn_8.py │ │ ├── fuse_conv_bn_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── linear_permute_fusion │ │ ├── linear_permute_fusion_1.py │ │ ├── linear_permute_fusion_10.py │ │ ├── linear_permute_fusion_2.py │ │ ├── linear_permute_fusion_3.py │ │ ├── linear_permute_fusion_4.py │ │ ├── linear_permute_fusion_5.py │ │ ├── linear_permute_fusion_6.py │ │ ├── linear_permute_fusion_7.py │ │ ├── linear_permute_fusion_8.py │ │ ├── linear_permute_fusion_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── mm_plus_mm │ │ ├── mm_plus_mm_1.py │ │ ├── mm_plus_mm_10.py │ │ ├── mm_plus_mm_2.py │ │ ├── mm_plus_mm_3.py │ │ ├── mm_plus_mm_4.py │ │ ├── mm_plus_mm_5.py │ │ ├── mm_plus_mm_6.py │ │ ├── mm_plus_mm_7.py │ │ ├── mm_plus_mm_8.py │ │ ├── mm_plus_mm_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── outputs.json │ ├── permute_linear_fusion │ │ ├── permute_linear_fusion_1.py │ │ ├── permute_linear_fusion_10.py │ │ ├── permute_linear_fusion_2.py │ │ ├── permute_linear_fusion_3.py │ │ ├── permute_linear_fusion_4.py │ │ ├── permute_linear_fusion_5.py │ │ ├── permute_linear_fusion_6.py │ │ ├── permute_linear_fusion_7.py │ │ ├── permute_linear_fusion_8.py │ │ ├── permute_linear_fusion_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── permute_matmul_fusion │ │ ├── permute_matmul_fusion_1.py │ │ ├── permute_matmul_fusion_10.py │ │ ├── permute_matmul_fusion_2.py │ │ ├── permute_matmul_fusion_3.py │ │ ├── permute_matmul_fusion_4.py │ │ ├── permute_matmul_fusion_5.py │ │ ├── permute_matmul_fusion_6.py │ │ ├── permute_matmul_fusion_7.py │ │ ├── permute_matmul_fusion_8.py │ │ ├── permute_matmul_fusion_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── pointless_cumsum_replacement │ │ ├── pointless_cumsum_replacement_1.py │ │ ├── pointless_cumsum_replacement_10.py │ │ ├── pointless_cumsum_replacement_2.py │ │ ├── pointless_cumsum_replacement_3.py │ │ ├── pointless_cumsum_replacement_4.py │ │ ├── pointless_cumsum_replacement_5.py │ │ ├── pointless_cumsum_replacement_6.py │ │ ├── pointless_cumsum_replacement_7.py │ │ ├── pointless_cumsum_replacement_8.py │ │ ├── pointless_cumsum_replacement_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── replace_fx │ │ ├── prompt.txt │ │ ├── replace_fx_1.py │ │ ├── replace_fx_10.py │ │ ├── replace_fx_2.py │ │ ├── replace_fx_3.py │ │ ├── replace_fx_4.py │ │ ├── replace_fx_5.py │ │ ├── replace_fx_6.py │ │ ├── replace_fx_7.py │ │ ├── replace_fx_8.py │ │ ├── replace_fx_9.py │ │ └── time.txt │ ├── sfdp=0 │ │ ├── prompt.txt │ │ ├── sfdp=0_1.py │ │ ├── sfdp=0_10.py │ │ ├── sfdp=0_2.py │ │ ├── sfdp=0_3.py │ │ ├── sfdp=0_4.py │ │ ├── sfdp=0_5.py │ │ ├── sfdp=0_6.py │ │ ├── sfdp=0_7.py │ │ ├── sfdp=0_8.py │ │ ├── sfdp=0_9.py │ │ └── time.txt │ ├── sfdp=1 │ │ ├── prompt.txt │ │ ├── sfdp=1_1.py │ │ ├── sfdp=1_10.py │ │ ├── sfdp=1_2.py │ │ ├── sfdp=1_3.py │ │ ├── sfdp=1_4.py │ │ ├── sfdp=1_5.py │ │ ├── sfdp=1_6.py │ │ ├── sfdp=1_7.py │ │ ├── sfdp=1_8.py │ │ ├── sfdp=1_9.py │ │ └── time.txt │ ├── sfdp=2 │ │ ├── prompt.txt │ │ ├── sfdp=2_1.py │ │ ├── sfdp=2_10.py │ │ ├── sfdp=2_2.py │ │ ├── sfdp=2_3.py │ │ ├── sfdp=2_4.py │ │ ├── sfdp=2_5.py │ │ ├── sfdp=2_6.py │ │ ├── sfdp=2_7.py │ │ ├── sfdp=2_8.py │ │ ├── sfdp=2_9.py │ │ └── time.txt │ ├── sfdp=3 │ │ ├── prompt.txt │ │ ├── sfdp=3_1.py │ │ ├── sfdp=3_10.py │ │ ├── sfdp=3_2.py │ │ ├── sfdp=3_3.py │ │ ├── sfdp=3_4.py │ │ ├── sfdp=3_5.py │ │ ├── sfdp=3_6.py │ │ ├── sfdp=3_7.py │ │ ├── sfdp=3_8.py │ │ ├── sfdp=3_9.py │ │ └── time.txt │ ├── sfdp=4 │ │ ├── prompt.txt │ │ ├── sfdp=4_1.py │ │ ├── sfdp=4_10.py │ │ ├── sfdp=4_2.py │ │ ├── sfdp=4_3.py │ │ ├── sfdp=4_4.py │ │ ├── sfdp=4_5.py │ │ ├── sfdp=4_6.py │ │ ├── sfdp=4_7.py │ │ ├── sfdp=4_8.py │ │ ├── sfdp=4_9.py │ │ └── time.txt │ ├── sfdp=5 │ │ ├── prompt.txt │ │ ├── sfdp=5_1.py │ │ ├── sfdp=5_10.py │ │ ├── sfdp=5_2.py │ │ ├── sfdp=5_3.py │ │ ├── sfdp=5_4.py │ │ ├── sfdp=5_5.py │ │ ├── sfdp=5_6.py │ │ ├── sfdp=5_7.py │ │ ├── sfdp=5_8.py │ │ ├── sfdp=5_9.py │ │ └── time.txt │ ├── sink_cat_after_pointwise │ │ ├── prompt.txt │ │ ├── sink_cat_after_pointwise_1.py │ │ ├── sink_cat_after_pointwise_10.py │ │ ├── sink_cat_after_pointwise_2.py │ │ ├── sink_cat_after_pointwise_3.py │ │ ├── sink_cat_after_pointwise_4.py │ │ ├── sink_cat_after_pointwise_5.py │ │ ├── sink_cat_after_pointwise_6.py │ │ ├── sink_cat_after_pointwise_7.py │ │ ├── sink_cat_after_pointwise_8.py │ │ ├── sink_cat_after_pointwise_9.py │ │ └── time.txt │ ├── splitwithsizes_cat_replace │ │ ├── prompt.txt │ │ ├── splitwithsizes_cat_replace_1.py │ │ ├── splitwithsizes_cat_replace_10.py │ │ ├── splitwithsizes_cat_replace_2.py │ │ ├── splitwithsizes_cat_replace_3.py │ │ ├── splitwithsizes_cat_replace_4.py │ │ ├── splitwithsizes_cat_replace_5.py │ │ ├── splitwithsizes_cat_replace_6.py │ │ ├── splitwithsizes_cat_replace_7.py │ │ ├── splitwithsizes_cat_replace_8.py │ │ ├── splitwithsizes_cat_replace_9.py │ │ └── time.txt │ ├── unary=0 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=0_1.py │ │ ├── unary=0_10.py │ │ ├── unary=0_2.py │ │ ├── unary=0_3.py │ │ ├── unary=0_4.py │ │ ├── unary=0_5.py │ │ ├── unary=0_6.py │ │ ├── unary=0_7.py │ │ ├── unary=0_8.py │ │ └── unary=0_9.py │ ├── unary=1 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=1_1.py │ │ ├── unary=1_10.py │ │ ├── unary=1_2.py │ │ ├── unary=1_3.py │ │ ├── unary=1_4.py │ │ ├── unary=1_5.py │ │ ├── unary=1_6.py │ │ ├── unary=1_7.py │ │ ├── unary=1_8.py │ │ └── unary=1_9.py │ ├── unary=10 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=10_1.py │ │ ├── unary=10_10.py │ │ ├── unary=10_2.py │ │ ├── unary=10_3.py │ │ ├── unary=10_4.py │ │ ├── unary=10_5.py │ │ ├── unary=10_6.py │ │ ├── unary=10_7.py │ │ ├── unary=10_8.py │ │ └── unary=10_9.py │ ├── unary=11 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=11_1.py │ │ ├── unary=11_10.py │ │ ├── unary=11_2.py │ │ ├── unary=11_3.py │ │ ├── unary=11_4.py │ │ ├── unary=11_5.py │ │ ├── unary=11_6.py │ │ ├── unary=11_7.py │ │ ├── unary=11_8.py │ │ └── unary=11_9.py │ ├── unary=12 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=12_1.py │ │ ├── unary=12_10.py │ │ ├── unary=12_2.py │ │ ├── unary=12_3.py │ │ ├── unary=12_4.py │ │ ├── unary=12_5.py │ │ ├── unary=12_6.py │ │ ├── unary=12_7.py │ │ ├── unary=12_8.py │ │ └── unary=12_9.py │ ├── unary=13 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=13_1.py │ │ ├── unary=13_10.py │ │ ├── unary=13_2.py │ │ ├── unary=13_3.py │ │ ├── unary=13_4.py │ │ ├── unary=13_5.py │ │ ├── unary=13_6.py │ │ ├── unary=13_7.py │ │ ├── unary=13_8.py │ │ └── unary=13_9.py │ ├── unary=14 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=14_1.py │ │ ├── unary=14_10.py │ │ ├── unary=14_2.py │ │ ├── unary=14_3.py │ │ ├── unary=14_4.py │ │ ├── unary=14_5.py │ │ ├── unary=14_6.py │ │ ├── unary=14_7.py │ │ ├── unary=14_8.py │ │ └── unary=14_9.py │ ├── unary=15 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=15_1.py │ │ ├── unary=15_10.py │ │ ├── unary=15_2.py │ │ ├── unary=15_3.py │ │ ├── unary=15_4.py │ │ ├── unary=15_5.py │ │ ├── unary=15_6.py │ │ ├── unary=15_7.py │ │ ├── unary=15_8.py │ │ └── unary=15_9.py │ ├── unary=16 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=16_1.py │ │ ├── unary=16_10.py │ │ ├── unary=16_2.py │ │ ├── unary=16_3.py │ │ ├── unary=16_4.py │ │ ├── unary=16_5.py │ │ ├── unary=16_6.py │ │ ├── unary=16_7.py │ │ ├── unary=16_8.py │ │ └── unary=16_9.py │ ├── unary=17 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=17_1.py │ │ ├── unary=17_10.py │ │ ├── unary=17_2.py │ │ ├── unary=17_3.py │ │ ├── unary=17_4.py │ │ ├── unary=17_5.py │ │ ├── unary=17_6.py │ │ ├── unary=17_7.py │ │ ├── unary=17_8.py │ │ └── unary=17_9.py │ ├── unary=18 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=18_1.py │ │ ├── unary=18_10.py │ │ ├── unary=18_2.py │ │ ├── unary=18_3.py │ │ ├── unary=18_4.py │ │ ├── unary=18_5.py │ │ ├── unary=18_6.py │ │ ├── unary=18_7.py │ │ ├── unary=18_8.py │ │ └── unary=18_9.py │ ├── unary=19 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=19_1.py │ │ ├── unary=19_10.py │ │ ├── unary=19_2.py │ │ ├── unary=19_3.py │ │ ├── unary=19_4.py │ │ ├── unary=19_5.py │ │ ├── unary=19_6.py │ │ ├── unary=19_7.py │ │ ├── unary=19_8.py │ │ └── unary=19_9.py │ ├── unary=2 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=2_1.py │ │ ├── unary=2_10.py │ │ ├── unary=2_2.py │ │ ├── unary=2_3.py │ │ ├── unary=2_4.py │ │ ├── unary=2_5.py │ │ ├── unary=2_6.py │ │ ├── unary=2_7.py │ │ ├── unary=2_8.py │ │ └── unary=2_9.py │ ├── unary=20 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=20_1.py │ │ ├── unary=20_10.py │ │ ├── unary=20_2.py │ │ ├── unary=20_3.py │ │ ├── unary=20_4.py │ │ ├── unary=20_5.py │ │ ├── unary=20_6.py │ │ ├── unary=20_7.py │ │ ├── unary=20_8.py │ │ └── unary=20_9.py │ ├── unary=21 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=21_1.py │ │ ├── unary=21_10.py │ │ ├── unary=21_2.py │ │ ├── unary=21_3.py │ │ ├── unary=21_4.py │ │ ├── unary=21_5.py │ │ ├── unary=21_6.py │ │ ├── unary=21_7.py │ │ ├── unary=21_8.py │ │ └── unary=21_9.py │ ├── unary=22 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=22_1.py │ │ ├── unary=22_10.py │ │ ├── unary=22_2.py │ │ ├── unary=22_3.py │ │ ├── unary=22_4.py │ │ ├── unary=22_5.py │ │ ├── unary=22_6.py │ │ ├── unary=22_7.py │ │ ├── unary=22_8.py │ │ └── unary=22_9.py │ ├── unary=23 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=23_1.py │ │ ├── unary=23_10.py │ │ ├── unary=23_2.py │ │ ├── unary=23_3.py │ │ ├── unary=23_4.py │ │ ├── unary=23_5.py │ │ ├── unary=23_6.py │ │ ├── unary=23_7.py │ │ ├── unary=23_8.py │ │ └── unary=23_9.py │ ├── unary=24 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=24_1.py │ │ ├── unary=24_10.py │ │ ├── unary=24_2.py │ │ ├── unary=24_3.py │ │ ├── unary=24_4.py │ │ ├── unary=24_5.py │ │ ├── unary=24_6.py │ │ ├── unary=24_7.py │ │ ├── unary=24_8.py │ │ └── unary=24_9.py │ ├── unary=25 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=25_1.py │ │ ├── unary=25_10.py │ │ ├── unary=25_2.py │ │ ├── unary=25_3.py │ │ ├── unary=25_4.py │ │ ├── unary=25_5.py │ │ ├── unary=25_6.py │ │ ├── unary=25_7.py │ │ ├── unary=25_8.py │ │ └── unary=25_9.py │ ├── unary=26 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=26_1.py │ │ ├── unary=26_10.py │ │ ├── unary=26_2.py │ │ ├── unary=26_3.py │ │ ├── unary=26_4.py │ │ ├── unary=26_5.py │ │ ├── unary=26_6.py │ │ ├── unary=26_7.py │ │ ├── unary=26_8.py │ │ └── unary=26_9.py │ ├── unary=27 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=27_1.py │ │ ├── unary=27_10.py │ │ ├── unary=27_2.py │ │ ├── unary=27_3.py │ │ ├── unary=27_4.py │ │ ├── unary=27_5.py │ │ ├── unary=27_6.py │ │ ├── unary=27_7.py │ │ ├── unary=27_8.py │ │ └── unary=27_9.py │ ├── unary=28 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=28_1.py │ │ ├── unary=28_10.py │ │ ├── unary=28_2.py │ │ ├── unary=28_3.py │ │ ├── unary=28_4.py │ │ ├── unary=28_5.py │ │ ├── unary=28_6.py │ │ ├── unary=28_7.py │ │ ├── unary=28_8.py │ │ └── unary=28_9.py │ ├── unary=29 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=29_1.py │ │ ├── unary=29_10.py │ │ ├── unary=29_2.py │ │ ├── unary=29_3.py │ │ ├── unary=29_4.py │ │ ├── unary=29_5.py │ │ ├── unary=29_6.py │ │ ├── unary=29_7.py │ │ ├── unary=29_8.py │ │ └── unary=29_9.py │ ├── unary=3 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=3_1.py │ │ ├── unary=3_10.py │ │ ├── unary=3_2.py │ │ ├── unary=3_3.py │ │ ├── unary=3_4.py │ │ ├── unary=3_5.py │ │ ├── unary=3_6.py │ │ ├── unary=3_7.py │ │ ├── unary=3_8.py │ │ └── unary=3_9.py │ ├── unary=4 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=4_1.py │ │ ├── unary=4_10.py │ │ ├── unary=4_2.py │ │ ├── unary=4_3.py │ │ ├── unary=4_4.py │ │ ├── unary=4_5.py │ │ ├── unary=4_6.py │ │ ├── unary=4_7.py │ │ ├── unary=4_8.py │ │ └── unary=4_9.py │ ├── unary=5 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=5_1.py │ │ ├── unary=5_10.py │ │ ├── unary=5_2.py │ │ ├── unary=5_3.py │ │ ├── unary=5_4.py │ │ ├── unary=5_5.py │ │ ├── unary=5_6.py │ │ ├── unary=5_7.py │ │ ├── unary=5_8.py │ │ └── unary=5_9.py │ ├── unary=6 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=6_1.py │ │ ├── unary=6_10.py │ │ ├── unary=6_2.py │ │ ├── unary=6_3.py │ │ ├── unary=6_4.py │ │ ├── unary=6_5.py │ │ ├── unary=6_6.py │ │ ├── unary=6_7.py │ │ ├── unary=6_8.py │ │ └── unary=6_9.py │ ├── unary=7 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=7_1.py │ │ ├── unary=7_10.py │ │ ├── unary=7_2.py │ │ ├── unary=7_3.py │ │ ├── unary=7_4.py │ │ ├── unary=7_5.py │ │ ├── unary=7_6.py │ │ ├── unary=7_7.py │ │ ├── unary=7_8.py │ │ └── unary=7_9.py │ ├── unary=8 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=8_1.py │ │ ├── unary=8_10.py │ │ ├── unary=8_2.py │ │ ├── unary=8_3.py │ │ ├── unary=8_4.py │ │ ├── unary=8_5.py │ │ ├── unary=8_6.py │ │ ├── unary=8_7.py │ │ ├── unary=8_8.py │ │ └── unary=8_9.py │ └── unary=9 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=9_1.py │ │ ├── unary=9_10.py │ │ ├── unary=9_2.py │ │ ├── unary=9_3.py │ │ ├── unary=9_4.py │ │ ├── unary=9_5.py │ │ ├── unary=9_6.py │ │ ├── unary=9_7.py │ │ ├── unary=9_8.py │ │ └── unary=9_9.py │ ├── step65-3shot │ ├── addmm │ │ ├── addmm_1.py │ │ ├── addmm_10.py │ │ ├── addmm_2.py │ │ ├── addmm_3.py │ │ ├── addmm_4.py │ │ ├── addmm_5.py │ │ ├── addmm_6.py │ │ ├── addmm_7.py │ │ ├── addmm_8.py │ │ ├── addmm_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── binary=0 │ │ ├── binary=0_1.py │ │ ├── binary=0_10.py │ │ ├── binary=0_2.py │ │ ├── binary=0_3.py │ │ ├── binary=0_4.py │ │ ├── binary=0_5.py │ │ ├── binary=0_6.py │ │ ├── binary=0_7.py │ │ ├── binary=0_8.py │ │ ├── binary=0_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── binary=10 │ │ ├── binary=10_1.py │ │ ├── binary=10_10.py │ │ ├── binary=10_2.py │ │ ├── binary=10_3.py │ │ ├── binary=10_4.py │ │ ├── binary=10_5.py │ │ ├── binary=10_6.py │ │ ├── binary=10_7.py │ │ ├── binary=10_8.py │ │ ├── binary=10_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── binary=2 │ │ ├── binary=2_1.py │ │ ├── binary=2_10.py │ │ ├── binary=2_2.py │ │ ├── binary=2_3.py │ │ ├── binary=2_4.py │ │ ├── binary=2_5.py │ │ ├── binary=2_6.py │ │ ├── binary=2_7.py │ │ ├── binary=2_8.py │ │ ├── binary=2_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── binary=4 │ │ ├── binary=4_1.py │ │ ├── binary=4_10.py │ │ ├── binary=4_2.py │ │ ├── binary=4_3.py │ │ ├── binary=4_4.py │ │ ├── binary=4_5.py │ │ ├── binary=4_6.py │ │ ├── binary=4_7.py │ │ ├── binary=4_8.py │ │ ├── binary=4_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── binary=6 │ │ ├── binary=6_1.py │ │ ├── binary=6_10.py │ │ ├── binary=6_2.py │ │ ├── binary=6_3.py │ │ ├── binary=6_4.py │ │ ├── binary=6_5.py │ │ ├── binary=6_6.py │ │ ├── binary=6_7.py │ │ ├── binary=6_8.py │ │ ├── binary=6_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── binary=8 │ │ ├── binary=8_1.py │ │ ├── binary=8_10.py │ │ ├── binary=8_2.py │ │ ├── binary=8_3.py │ │ ├── binary=8_4.py │ │ ├── binary=8_5.py │ │ ├── binary=8_6.py │ │ ├── binary=8_7.py │ │ ├── binary=8_8.py │ │ ├── binary=8_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── binary_unary=0 │ │ ├── binary_unary=0_1.py │ │ ├── binary_unary=0_10.py │ │ ├── binary_unary=0_2.py │ │ ├── binary_unary=0_3.py │ │ ├── binary_unary=0_4.py │ │ ├── binary_unary=0_5.py │ │ ├── binary_unary=0_6.py │ │ ├── binary_unary=0_7.py │ │ ├── binary_unary=0_8.py │ │ ├── binary_unary=0_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── binary_unary=10 │ │ ├── binary_unary=10_1.py │ │ ├── binary_unary=10_10.py │ │ ├── binary_unary=10_2.py │ │ ├── binary_unary=10_3.py │ │ ├── binary_unary=10_4.py │ │ ├── binary_unary=10_5.py │ │ ├── binary_unary=10_6.py │ │ ├── binary_unary=10_7.py │ │ ├── binary_unary=10_8.py │ │ ├── binary_unary=10_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── binary_unary=2 │ │ ├── binary_unary=2_1.py │ │ ├── binary_unary=2_10.py │ │ ├── binary_unary=2_2.py │ │ ├── binary_unary=2_3.py │ │ ├── binary_unary=2_4.py │ │ ├── binary_unary=2_5.py │ │ ├── binary_unary=2_6.py │ │ ├── binary_unary=2_7.py │ │ ├── binary_unary=2_8.py │ │ ├── binary_unary=2_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── binary_unary=4 │ │ ├── binary_unary=4_1.py │ │ ├── binary_unary=4_10.py │ │ ├── binary_unary=4_2.py │ │ ├── binary_unary=4_3.py │ │ ├── binary_unary=4_4.py │ │ ├── binary_unary=4_5.py │ │ ├── binary_unary=4_6.py │ │ ├── binary_unary=4_7.py │ │ ├── binary_unary=4_8.py │ │ ├── binary_unary=4_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── binary_unary=6 │ │ ├── binary_unary=6_1.py │ │ ├── binary_unary=6_10.py │ │ ├── binary_unary=6_2.py │ │ ├── binary_unary=6_3.py │ │ ├── binary_unary=6_4.py │ │ ├── binary_unary=6_5.py │ │ ├── binary_unary=6_6.py │ │ ├── binary_unary=6_7.py │ │ ├── binary_unary=6_8.py │ │ ├── binary_unary=6_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── binary_unary=8 │ │ ├── binary_unary=8_1.py │ │ ├── binary_unary=8_10.py │ │ ├── binary_unary=8_2.py │ │ ├── binary_unary=8_3.py │ │ ├── binary_unary=8_4.py │ │ ├── binary_unary=8_5.py │ │ ├── binary_unary=8_6.py │ │ ├── binary_unary=8_7.py │ │ ├── binary_unary=8_8.py │ │ ├── binary_unary=8_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── cat_addmm │ │ ├── cat_addmm_1.py │ │ ├── cat_addmm_10.py │ │ ├── cat_addmm_2.py │ │ ├── cat_addmm_3.py │ │ ├── cat_addmm_4.py │ │ ├── cat_addmm_5.py │ │ ├── cat_addmm_6.py │ │ ├── cat_addmm_7.py │ │ ├── cat_addmm_8.py │ │ ├── cat_addmm_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── cat_mm │ │ ├── cat_mm_1.py │ │ ├── cat_mm_10.py │ │ ├── cat_mm_2.py │ │ ├── cat_mm_3.py │ │ ├── cat_mm_4.py │ │ ├── cat_mm_5.py │ │ ├── cat_mm_6.py │ │ ├── cat_mm_7.py │ │ ├── cat_mm_8.py │ │ ├── cat_mm_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── cat_slice_cat │ │ ├── cat_slice_cat_1.py │ │ ├── cat_slice_cat_10.py │ │ ├── cat_slice_cat_2.py │ │ ├── cat_slice_cat_3.py │ │ ├── cat_slice_cat_4.py │ │ ├── cat_slice_cat_5.py │ │ ├── cat_slice_cat_6.py │ │ ├── cat_slice_cat_7.py │ │ ├── cat_slice_cat_8.py │ │ ├── cat_slice_cat_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── fuse_conv_bn │ │ ├── fuse_conv_bn_1.py │ │ ├── fuse_conv_bn_10.py │ │ ├── fuse_conv_bn_2.py │ │ ├── fuse_conv_bn_3.py │ │ ├── fuse_conv_bn_4.py │ │ ├── fuse_conv_bn_5.py │ │ ├── fuse_conv_bn_6.py │ │ ├── fuse_conv_bn_7.py │ │ ├── fuse_conv_bn_8.py │ │ ├── fuse_conv_bn_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── linear_permute_fusion │ │ ├── linear_permute_fusion_1.py │ │ ├── linear_permute_fusion_10.py │ │ ├── linear_permute_fusion_2.py │ │ ├── linear_permute_fusion_3.py │ │ ├── linear_permute_fusion_4.py │ │ ├── linear_permute_fusion_5.py │ │ ├── linear_permute_fusion_6.py │ │ ├── linear_permute_fusion_7.py │ │ ├── linear_permute_fusion_8.py │ │ ├── linear_permute_fusion_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── mm_plus_mm │ │ ├── mm_plus_mm_1.py │ │ ├── mm_plus_mm_10.py │ │ ├── mm_plus_mm_2.py │ │ ├── mm_plus_mm_3.py │ │ ├── mm_plus_mm_4.py │ │ ├── mm_plus_mm_5.py │ │ ├── mm_plus_mm_6.py │ │ ├── mm_plus_mm_7.py │ │ ├── mm_plus_mm_8.py │ │ ├── mm_plus_mm_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── outputs.json │ ├── permute_linear_fusion │ │ ├── permute_linear_fusion_1.py │ │ ├── permute_linear_fusion_10.py │ │ ├── permute_linear_fusion_2.py │ │ ├── permute_linear_fusion_3.py │ │ ├── permute_linear_fusion_4.py │ │ ├── permute_linear_fusion_5.py │ │ ├── permute_linear_fusion_6.py │ │ ├── permute_linear_fusion_7.py │ │ ├── permute_linear_fusion_8.py │ │ ├── permute_linear_fusion_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── permute_matmul_fusion │ │ ├── permute_matmul_fusion_1.py │ │ ├── permute_matmul_fusion_10.py │ │ ├── permute_matmul_fusion_2.py │ │ ├── permute_matmul_fusion_3.py │ │ ├── permute_matmul_fusion_4.py │ │ ├── permute_matmul_fusion_5.py │ │ ├── permute_matmul_fusion_6.py │ │ ├── permute_matmul_fusion_7.py │ │ ├── permute_matmul_fusion_8.py │ │ ├── permute_matmul_fusion_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── pointless_cumsum_replacement │ │ ├── pointless_cumsum_replacement_1.py │ │ ├── pointless_cumsum_replacement_10.py │ │ ├── pointless_cumsum_replacement_2.py │ │ ├── pointless_cumsum_replacement_3.py │ │ ├── pointless_cumsum_replacement_4.py │ │ ├── pointless_cumsum_replacement_5.py │ │ ├── pointless_cumsum_replacement_6.py │ │ ├── pointless_cumsum_replacement_7.py │ │ ├── pointless_cumsum_replacement_8.py │ │ ├── pointless_cumsum_replacement_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── replace_fx │ │ ├── prompt.txt │ │ ├── replace_fx_1.py │ │ ├── replace_fx_10.py │ │ ├── replace_fx_2.py │ │ ├── replace_fx_3.py │ │ ├── replace_fx_4.py │ │ ├── replace_fx_5.py │ │ ├── replace_fx_6.py │ │ ├── replace_fx_7.py │ │ ├── replace_fx_8.py │ │ ├── replace_fx_9.py │ │ └── time.txt │ ├── sfdp=0 │ │ ├── prompt.txt │ │ ├── sfdp=0_1.py │ │ ├── sfdp=0_10.py │ │ ├── sfdp=0_2.py │ │ ├── sfdp=0_3.py │ │ ├── sfdp=0_4.py │ │ ├── sfdp=0_5.py │ │ ├── sfdp=0_6.py │ │ ├── sfdp=0_7.py │ │ ├── sfdp=0_8.py │ │ ├── sfdp=0_9.py │ │ └── time.txt │ ├── sfdp=1 │ │ ├── prompt.txt │ │ ├── sfdp=1_1.py │ │ ├── sfdp=1_10.py │ │ ├── sfdp=1_2.py │ │ ├── sfdp=1_3.py │ │ ├── sfdp=1_4.py │ │ ├── sfdp=1_5.py │ │ ├── sfdp=1_6.py │ │ ├── sfdp=1_7.py │ │ ├── sfdp=1_8.py │ │ ├── sfdp=1_9.py │ │ └── time.txt │ ├── sfdp=2 │ │ ├── prompt.txt │ │ ├── sfdp=2_1.py │ │ ├── sfdp=2_10.py │ │ ├── sfdp=2_2.py │ │ ├── sfdp=2_3.py │ │ ├── sfdp=2_4.py │ │ ├── sfdp=2_5.py │ │ ├── sfdp=2_6.py │ │ ├── sfdp=2_7.py │ │ ├── sfdp=2_8.py │ │ ├── sfdp=2_9.py │ │ └── time.txt │ ├── sfdp=3 │ │ ├── prompt.txt │ │ ├── sfdp=3_1.py │ │ ├── sfdp=3_10.py │ │ ├── sfdp=3_2.py │ │ ├── sfdp=3_3.py │ │ ├── sfdp=3_4.py │ │ ├── sfdp=3_5.py │ │ ├── sfdp=3_6.py │ │ ├── sfdp=3_7.py │ │ ├── sfdp=3_8.py │ │ ├── sfdp=3_9.py │ │ └── time.txt │ ├── sfdp=4 │ │ ├── prompt.txt │ │ ├── sfdp=4_1.py │ │ ├── sfdp=4_10.py │ │ ├── sfdp=4_2.py │ │ ├── sfdp=4_3.py │ │ ├── sfdp=4_4.py │ │ ├── sfdp=4_5.py │ │ ├── sfdp=4_6.py │ │ ├── sfdp=4_7.py │ │ ├── sfdp=4_8.py │ │ ├── sfdp=4_9.py │ │ └── time.txt │ ├── sfdp=5 │ │ ├── prompt.txt │ │ ├── sfdp=5_1.py │ │ ├── sfdp=5_10.py │ │ ├── sfdp=5_2.py │ │ ├── sfdp=5_3.py │ │ ├── sfdp=5_4.py │ │ ├── sfdp=5_5.py │ │ ├── sfdp=5_6.py │ │ ├── sfdp=5_7.py │ │ ├── sfdp=5_8.py │ │ ├── sfdp=5_9.py │ │ └── time.txt │ ├── sink_cat_after_pointwise │ │ ├── prompt.txt │ │ ├── sink_cat_after_pointwise_1.py │ │ ├── sink_cat_after_pointwise_10.py │ │ ├── sink_cat_after_pointwise_2.py │ │ ├── sink_cat_after_pointwise_3.py │ │ ├── sink_cat_after_pointwise_4.py │ │ ├── sink_cat_after_pointwise_5.py │ │ ├── sink_cat_after_pointwise_6.py │ │ ├── sink_cat_after_pointwise_7.py │ │ ├── sink_cat_after_pointwise_8.py │ │ ├── sink_cat_after_pointwise_9.py │ │ └── time.txt │ ├── splitwithsizes_cat_replace │ │ ├── prompt.txt │ │ ├── splitwithsizes_cat_replace_1.py │ │ ├── splitwithsizes_cat_replace_10.py │ │ ├── splitwithsizes_cat_replace_2.py │ │ ├── splitwithsizes_cat_replace_3.py │ │ ├── splitwithsizes_cat_replace_4.py │ │ ├── splitwithsizes_cat_replace_5.py │ │ ├── splitwithsizes_cat_replace_6.py │ │ ├── splitwithsizes_cat_replace_7.py │ │ ├── splitwithsizes_cat_replace_8.py │ │ ├── splitwithsizes_cat_replace_9.py │ │ └── time.txt │ ├── unary=0 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=0_1.py │ │ ├── unary=0_10.py │ │ ├── unary=0_2.py │ │ ├── unary=0_3.py │ │ ├── unary=0_4.py │ │ ├── unary=0_5.py │ │ ├── unary=0_6.py │ │ ├── unary=0_7.py │ │ ├── unary=0_8.py │ │ └── unary=0_9.py │ ├── unary=1 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=1_1.py │ │ ├── unary=1_10.py │ │ ├── unary=1_2.py │ │ ├── unary=1_3.py │ │ ├── unary=1_4.py │ │ ├── unary=1_5.py │ │ ├── unary=1_6.py │ │ ├── unary=1_7.py │ │ ├── unary=1_8.py │ │ └── unary=1_9.py │ ├── unary=10 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=10_1.py │ │ ├── unary=10_10.py │ │ ├── unary=10_2.py │ │ ├── unary=10_3.py │ │ ├── unary=10_4.py │ │ ├── unary=10_5.py │ │ ├── unary=10_6.py │ │ ├── unary=10_7.py │ │ ├── unary=10_8.py │ │ └── unary=10_9.py │ ├── unary=11 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=11_1.py │ │ ├── unary=11_10.py │ │ ├── unary=11_2.py │ │ ├── unary=11_3.py │ │ ├── unary=11_4.py │ │ ├── unary=11_5.py │ │ ├── unary=11_6.py │ │ ├── unary=11_7.py │ │ ├── unary=11_8.py │ │ └── unary=11_9.py │ ├── unary=12 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=12_1.py │ │ ├── unary=12_10.py │ │ ├── unary=12_2.py │ │ ├── unary=12_3.py │ │ ├── unary=12_4.py │ │ ├── unary=12_5.py │ │ ├── unary=12_6.py │ │ ├── unary=12_7.py │ │ ├── unary=12_8.py │ │ └── unary=12_9.py │ ├── unary=13 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=13_1.py │ │ ├── unary=13_10.py │ │ ├── unary=13_2.py │ │ ├── unary=13_3.py │ │ ├── unary=13_4.py │ │ ├── unary=13_5.py │ │ ├── unary=13_6.py │ │ ├── unary=13_7.py │ │ ├── unary=13_8.py │ │ └── unary=13_9.py │ ├── unary=14 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=14_1.py │ │ ├── unary=14_10.py │ │ ├── unary=14_2.py │ │ ├── unary=14_3.py │ │ ├── unary=14_4.py │ │ ├── unary=14_5.py │ │ ├── unary=14_6.py │ │ ├── unary=14_7.py │ │ ├── unary=14_8.py │ │ └── unary=14_9.py │ ├── unary=15 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=15_1.py │ │ ├── unary=15_10.py │ │ ├── unary=15_2.py │ │ ├── unary=15_3.py │ │ ├── unary=15_4.py │ │ ├── unary=15_5.py │ │ ├── unary=15_6.py │ │ ├── unary=15_7.py │ │ ├── unary=15_8.py │ │ └── unary=15_9.py │ ├── unary=16 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=16_1.py │ │ ├── unary=16_10.py │ │ ├── unary=16_2.py │ │ ├── unary=16_3.py │ │ ├── unary=16_4.py │ │ ├── unary=16_5.py │ │ ├── unary=16_6.py │ │ ├── unary=16_7.py │ │ ├── unary=16_8.py │ │ └── unary=16_9.py │ ├── unary=17 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=17_1.py │ │ ├── unary=17_10.py │ │ ├── unary=17_2.py │ │ ├── unary=17_3.py │ │ ├── unary=17_4.py │ │ ├── unary=17_5.py │ │ ├── unary=17_6.py │ │ ├── unary=17_7.py │ │ ├── unary=17_8.py │ │ └── unary=17_9.py │ ├── unary=18 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=18_1.py │ │ ├── unary=18_10.py │ │ ├── unary=18_2.py │ │ ├── unary=18_3.py │ │ ├── unary=18_4.py │ │ ├── unary=18_5.py │ │ ├── unary=18_6.py │ │ ├── unary=18_7.py │ │ ├── unary=18_8.py │ │ └── unary=18_9.py │ ├── unary=19 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=19_1.py │ │ ├── unary=19_10.py │ │ ├── unary=19_2.py │ │ ├── unary=19_3.py │ │ ├── unary=19_4.py │ │ ├── unary=19_5.py │ │ ├── unary=19_6.py │ │ ├── unary=19_7.py │ │ ├── unary=19_8.py │ │ └── unary=19_9.py │ ├── unary=2 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=2_1.py │ │ ├── unary=2_10.py │ │ ├── unary=2_2.py │ │ ├── unary=2_3.py │ │ ├── unary=2_4.py │ │ ├── unary=2_5.py │ │ ├── unary=2_6.py │ │ ├── unary=2_7.py │ │ ├── unary=2_8.py │ │ └── unary=2_9.py │ ├── unary=20 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=20_1.py │ │ ├── unary=20_10.py │ │ ├── unary=20_2.py │ │ ├── unary=20_3.py │ │ ├── unary=20_4.py │ │ ├── unary=20_5.py │ │ ├── unary=20_6.py │ │ ├── unary=20_7.py │ │ ├── unary=20_8.py │ │ └── unary=20_9.py │ ├── unary=21 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=21_1.py │ │ ├── unary=21_10.py │ │ ├── unary=21_2.py │ │ ├── unary=21_3.py │ │ ├── unary=21_4.py │ │ ├── unary=21_5.py │ │ ├── unary=21_6.py │ │ ├── unary=21_7.py │ │ ├── unary=21_8.py │ │ └── unary=21_9.py │ ├── unary=22 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=22_1.py │ │ ├── unary=22_10.py │ │ ├── unary=22_2.py │ │ ├── unary=22_3.py │ │ ├── unary=22_4.py │ │ ├── unary=22_5.py │ │ ├── unary=22_6.py │ │ ├── unary=22_7.py │ │ ├── unary=22_8.py │ │ └── unary=22_9.py │ ├── unary=23 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=23_1.py │ │ ├── unary=23_10.py │ │ ├── unary=23_2.py │ │ ├── unary=23_3.py │ │ ├── unary=23_4.py │ │ ├── unary=23_5.py │ │ ├── unary=23_6.py │ │ ├── unary=23_7.py │ │ ├── unary=23_8.py │ │ └── unary=23_9.py │ ├── unary=24 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=24_1.py │ │ ├── unary=24_10.py │ │ ├── unary=24_2.py │ │ ├── unary=24_3.py │ │ ├── unary=24_4.py │ │ ├── unary=24_5.py │ │ ├── unary=24_6.py │ │ ├── unary=24_7.py │ │ ├── unary=24_8.py │ │ └── unary=24_9.py │ ├── unary=25 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=25_1.py │ │ ├── unary=25_10.py │ │ ├── unary=25_2.py │ │ ├── unary=25_3.py │ │ ├── unary=25_4.py │ │ ├── unary=25_5.py │ │ ├── unary=25_6.py │ │ ├── unary=25_7.py │ │ ├── unary=25_8.py │ │ └── unary=25_9.py │ ├── unary=26 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=26_1.py │ │ ├── unary=26_10.py │ │ ├── unary=26_2.py │ │ ├── unary=26_3.py │ │ ├── unary=26_4.py │ │ ├── unary=26_5.py │ │ ├── unary=26_6.py │ │ ├── unary=26_7.py │ │ ├── unary=26_8.py │ │ └── unary=26_9.py │ ├── unary=27 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=27_1.py │ │ ├── unary=27_10.py │ │ ├── unary=27_2.py │ │ ├── unary=27_3.py │ │ ├── unary=27_4.py │ │ ├── unary=27_5.py │ │ ├── unary=27_6.py │ │ ├── unary=27_7.py │ │ ├── unary=27_8.py │ │ └── unary=27_9.py │ ├── unary=28 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=28_1.py │ │ ├── unary=28_10.py │ │ ├── unary=28_2.py │ │ ├── unary=28_3.py │ │ ├── unary=28_4.py │ │ ├── unary=28_5.py │ │ ├── unary=28_6.py │ │ ├── unary=28_7.py │ │ ├── unary=28_8.py │ │ └── unary=28_9.py │ ├── unary=29 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=29_1.py │ │ ├── unary=29_10.py │ │ ├── unary=29_2.py │ │ ├── unary=29_3.py │ │ ├── unary=29_4.py │ │ ├── unary=29_5.py │ │ ├── unary=29_6.py │ │ ├── unary=29_7.py │ │ ├── unary=29_8.py │ │ └── unary=29_9.py │ ├── unary=3 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=3_1.py │ │ ├── unary=3_10.py │ │ ├── unary=3_2.py │ │ ├── unary=3_3.py │ │ ├── unary=3_4.py │ │ ├── unary=3_5.py │ │ ├── unary=3_6.py │ │ ├── unary=3_7.py │ │ ├── unary=3_8.py │ │ └── unary=3_9.py │ ├── unary=4 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=4_1.py │ │ ├── unary=4_10.py │ │ ├── unary=4_2.py │ │ ├── unary=4_3.py │ │ ├── unary=4_4.py │ │ ├── unary=4_5.py │ │ ├── unary=4_6.py │ │ ├── unary=4_7.py │ │ ├── unary=4_8.py │ │ └── unary=4_9.py │ ├── unary=5 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=5_1.py │ │ ├── unary=5_10.py │ │ ├── unary=5_2.py │ │ ├── unary=5_3.py │ │ ├── unary=5_4.py │ │ ├── unary=5_5.py │ │ ├── unary=5_6.py │ │ ├── unary=5_7.py │ │ ├── unary=5_8.py │ │ └── unary=5_9.py │ ├── unary=6 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=6_1.py │ │ ├── unary=6_10.py │ │ ├── unary=6_2.py │ │ ├── unary=6_3.py │ │ ├── unary=6_4.py │ │ ├── unary=6_5.py │ │ ├── unary=6_6.py │ │ ├── unary=6_7.py │ │ ├── unary=6_8.py │ │ └── unary=6_9.py │ ├── unary=7 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=7_1.py │ │ ├── unary=7_10.py │ │ ├── unary=7_2.py │ │ ├── unary=7_3.py │ │ ├── unary=7_4.py │ │ ├── unary=7_5.py │ │ ├── unary=7_6.py │ │ ├── unary=7_7.py │ │ ├── unary=7_8.py │ │ └── unary=7_9.py │ ├── unary=8 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=8_1.py │ │ ├── unary=8_10.py │ │ ├── unary=8_2.py │ │ ├── unary=8_3.py │ │ ├── unary=8_4.py │ │ ├── unary=8_5.py │ │ ├── unary=8_6.py │ │ ├── unary=8_7.py │ │ ├── unary=8_8.py │ │ └── unary=8_9.py │ └── unary=9 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=9_1.py │ │ ├── unary=9_10.py │ │ ├── unary=9_2.py │ │ ├── unary=9_3.py │ │ ├── unary=9_4.py │ │ ├── unary=9_5.py │ │ ├── unary=9_6.py │ │ ├── unary=9_7.py │ │ ├── unary=9_8.py │ │ └── unary=9_9.py │ ├── step66-3shot │ ├── addmm │ │ ├── addmm_1.py │ │ ├── addmm_10.py │ │ ├── addmm_2.py │ │ ├── addmm_3.py │ │ ├── addmm_4.py │ │ ├── addmm_5.py │ │ ├── addmm_6.py │ │ ├── addmm_7.py │ │ ├── addmm_8.py │ │ ├── addmm_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── binary=0 │ │ ├── binary=0_1.py │ │ ├── binary=0_10.py │ │ ├── binary=0_2.py │ │ ├── binary=0_3.py │ │ ├── binary=0_4.py │ │ ├── binary=0_5.py │ │ ├── binary=0_6.py │ │ ├── binary=0_7.py │ │ ├── binary=0_8.py │ │ ├── binary=0_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── binary=10 │ │ ├── binary=10_1.py │ │ ├── binary=10_10.py │ │ ├── binary=10_2.py │ │ ├── binary=10_3.py │ │ ├── binary=10_4.py │ │ ├── binary=10_5.py │ │ ├── binary=10_6.py │ │ ├── binary=10_7.py │ │ ├── binary=10_8.py │ │ ├── binary=10_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── binary=2 │ │ ├── binary=2_1.py │ │ ├── binary=2_10.py │ │ ├── binary=2_2.py │ │ ├── binary=2_3.py │ │ ├── binary=2_4.py │ │ ├── binary=2_5.py │ │ ├── binary=2_6.py │ │ ├── binary=2_7.py │ │ ├── binary=2_8.py │ │ ├── binary=2_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── binary=4 │ │ ├── binary=4_1.py │ │ ├── binary=4_10.py │ │ ├── binary=4_2.py │ │ ├── binary=4_3.py │ │ ├── binary=4_4.py │ │ ├── binary=4_5.py │ │ ├── binary=4_6.py │ │ ├── binary=4_7.py │ │ ├── binary=4_8.py │ │ ├── binary=4_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── binary=6 │ │ ├── binary=6_1.py │ │ ├── binary=6_10.py │ │ ├── binary=6_2.py │ │ ├── binary=6_3.py │ │ ├── binary=6_4.py │ │ ├── binary=6_5.py │ │ ├── binary=6_6.py │ │ ├── binary=6_7.py │ │ ├── binary=6_8.py │ │ ├── binary=6_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── binary=8 │ │ ├── binary=8_1.py │ │ ├── binary=8_10.py │ │ ├── binary=8_2.py │ │ ├── binary=8_3.py │ │ ├── binary=8_4.py │ │ ├── binary=8_5.py │ │ ├── binary=8_6.py │ │ ├── binary=8_7.py │ │ ├── binary=8_8.py │ │ ├── binary=8_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── binary_unary=0 │ │ ├── binary_unary=0_1.py │ │ ├── binary_unary=0_10.py │ │ ├── binary_unary=0_2.py │ │ ├── binary_unary=0_3.py │ │ ├── binary_unary=0_4.py │ │ ├── binary_unary=0_5.py │ │ ├── binary_unary=0_6.py │ │ ├── binary_unary=0_7.py │ │ ├── binary_unary=0_8.py │ │ ├── binary_unary=0_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── binary_unary=10 │ │ ├── binary_unary=10_1.py │ │ ├── binary_unary=10_10.py │ │ ├── binary_unary=10_2.py │ │ ├── binary_unary=10_3.py │ │ ├── binary_unary=10_4.py │ │ ├── binary_unary=10_5.py │ │ ├── binary_unary=10_6.py │ │ ├── binary_unary=10_7.py │ │ ├── binary_unary=10_8.py │ │ ├── binary_unary=10_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── binary_unary=2 │ │ ├── binary_unary=2_1.py │ │ ├── binary_unary=2_10.py │ │ ├── binary_unary=2_2.py │ │ ├── binary_unary=2_3.py │ │ ├── binary_unary=2_4.py │ │ ├── binary_unary=2_5.py │ │ ├── binary_unary=2_6.py │ │ ├── binary_unary=2_7.py │ │ ├── binary_unary=2_8.py │ │ ├── binary_unary=2_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── binary_unary=4 │ │ ├── binary_unary=4_1.py │ │ ├── binary_unary=4_10.py │ │ ├── binary_unary=4_2.py │ │ ├── binary_unary=4_3.py │ │ ├── binary_unary=4_4.py │ │ ├── binary_unary=4_5.py │ │ ├── binary_unary=4_6.py │ │ ├── binary_unary=4_7.py │ │ ├── binary_unary=4_8.py │ │ ├── binary_unary=4_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── binary_unary=6 │ │ ├── binary_unary=6_1.py │ │ ├── binary_unary=6_10.py │ │ ├── binary_unary=6_2.py │ │ ├── binary_unary=6_3.py │ │ ├── binary_unary=6_4.py │ │ ├── binary_unary=6_5.py │ │ ├── binary_unary=6_6.py │ │ ├── binary_unary=6_7.py │ │ ├── binary_unary=6_8.py │ │ ├── binary_unary=6_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── binary_unary=8 │ │ ├── binary_unary=8_1.py │ │ ├── binary_unary=8_10.py │ │ ├── binary_unary=8_2.py │ │ ├── binary_unary=8_3.py │ │ ├── binary_unary=8_4.py │ │ ├── binary_unary=8_5.py │ │ ├── binary_unary=8_6.py │ │ ├── binary_unary=8_7.py │ │ ├── binary_unary=8_8.py │ │ ├── binary_unary=8_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── cat_addmm │ │ ├── cat_addmm_1.py │ │ ├── cat_addmm_10.py │ │ ├── cat_addmm_2.py │ │ ├── cat_addmm_3.py │ │ ├── cat_addmm_4.py │ │ ├── cat_addmm_5.py │ │ ├── cat_addmm_6.py │ │ ├── cat_addmm_7.py │ │ ├── cat_addmm_8.py │ │ ├── cat_addmm_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── cat_mm │ │ ├── cat_mm_1.py │ │ ├── cat_mm_10.py │ │ ├── cat_mm_2.py │ │ ├── cat_mm_3.py │ │ ├── cat_mm_4.py │ │ ├── cat_mm_5.py │ │ ├── cat_mm_6.py │ │ ├── cat_mm_7.py │ │ ├── cat_mm_8.py │ │ ├── cat_mm_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── cat_slice_cat │ │ ├── cat_slice_cat_1.py │ │ ├── cat_slice_cat_10.py │ │ ├── cat_slice_cat_2.py │ │ ├── cat_slice_cat_3.py │ │ ├── cat_slice_cat_4.py │ │ ├── cat_slice_cat_5.py │ │ ├── cat_slice_cat_6.py │ │ ├── cat_slice_cat_7.py │ │ ├── cat_slice_cat_8.py │ │ ├── cat_slice_cat_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── fuse_conv_bn │ │ ├── fuse_conv_bn_1.py │ │ ├── fuse_conv_bn_10.py │ │ ├── fuse_conv_bn_2.py │ │ ├── fuse_conv_bn_3.py │ │ ├── fuse_conv_bn_4.py │ │ ├── fuse_conv_bn_5.py │ │ ├── fuse_conv_bn_6.py │ │ ├── fuse_conv_bn_7.py │ │ ├── fuse_conv_bn_8.py │ │ ├── fuse_conv_bn_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── linear_permute_fusion │ │ ├── linear_permute_fusion_1.py │ │ ├── linear_permute_fusion_10.py │ │ ├── linear_permute_fusion_2.py │ │ ├── linear_permute_fusion_3.py │ │ ├── linear_permute_fusion_4.py │ │ ├── linear_permute_fusion_5.py │ │ ├── linear_permute_fusion_6.py │ │ ├── linear_permute_fusion_7.py │ │ ├── linear_permute_fusion_8.py │ │ ├── linear_permute_fusion_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── mm_plus_mm │ │ ├── mm_plus_mm_1.py │ │ ├── mm_plus_mm_10.py │ │ ├── mm_plus_mm_2.py │ │ ├── mm_plus_mm_3.py │ │ ├── mm_plus_mm_4.py │ │ ├── mm_plus_mm_5.py │ │ ├── mm_plus_mm_6.py │ │ ├── mm_plus_mm_7.py │ │ ├── mm_plus_mm_8.py │ │ ├── mm_plus_mm_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── outputs.json │ ├── permute_linear_fusion │ │ ├── permute_linear_fusion_1.py │ │ ├── permute_linear_fusion_10.py │ │ ├── permute_linear_fusion_2.py │ │ ├── permute_linear_fusion_3.py │ │ ├── permute_linear_fusion_4.py │ │ ├── permute_linear_fusion_5.py │ │ ├── permute_linear_fusion_6.py │ │ ├── permute_linear_fusion_7.py │ │ ├── permute_linear_fusion_8.py │ │ ├── permute_linear_fusion_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── permute_matmul_fusion │ │ ├── permute_matmul_fusion_1.py │ │ ├── permute_matmul_fusion_10.py │ │ ├── permute_matmul_fusion_2.py │ │ ├── permute_matmul_fusion_3.py │ │ ├── permute_matmul_fusion_4.py │ │ ├── permute_matmul_fusion_5.py │ │ ├── permute_matmul_fusion_6.py │ │ ├── permute_matmul_fusion_7.py │ │ ├── permute_matmul_fusion_8.py │ │ ├── permute_matmul_fusion_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── pointless_cumsum_replacement │ │ ├── pointless_cumsum_replacement_1.py │ │ ├── pointless_cumsum_replacement_10.py │ │ ├── pointless_cumsum_replacement_2.py │ │ ├── pointless_cumsum_replacement_3.py │ │ ├── pointless_cumsum_replacement_4.py │ │ ├── pointless_cumsum_replacement_5.py │ │ ├── pointless_cumsum_replacement_6.py │ │ ├── pointless_cumsum_replacement_7.py │ │ ├── pointless_cumsum_replacement_8.py │ │ ├── pointless_cumsum_replacement_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── replace_fx │ │ ├── prompt.txt │ │ ├── replace_fx_1.py │ │ ├── replace_fx_10.py │ │ ├── replace_fx_2.py │ │ ├── replace_fx_3.py │ │ ├── replace_fx_4.py │ │ ├── replace_fx_5.py │ │ ├── replace_fx_6.py │ │ ├── replace_fx_7.py │ │ ├── replace_fx_8.py │ │ ├── replace_fx_9.py │ │ └── time.txt │ ├── sfdp=0 │ │ ├── prompt.txt │ │ ├── sfdp=0_1.py │ │ ├── sfdp=0_10.py │ │ ├── sfdp=0_2.py │ │ ├── sfdp=0_3.py │ │ ├── sfdp=0_4.py │ │ ├── sfdp=0_5.py │ │ ├── sfdp=0_6.py │ │ ├── sfdp=0_7.py │ │ ├── sfdp=0_8.py │ │ ├── sfdp=0_9.py │ │ └── time.txt │ ├── sfdp=1 │ │ ├── prompt.txt │ │ ├── sfdp=1_1.py │ │ ├── sfdp=1_10.py │ │ ├── sfdp=1_2.py │ │ ├── sfdp=1_3.py │ │ ├── sfdp=1_4.py │ │ ├── sfdp=1_5.py │ │ ├── sfdp=1_6.py │ │ ├── sfdp=1_7.py │ │ ├── sfdp=1_8.py │ │ ├── sfdp=1_9.py │ │ └── time.txt │ ├── sfdp=2 │ │ ├── prompt.txt │ │ ├── sfdp=2_1.py │ │ ├── sfdp=2_10.py │ │ ├── sfdp=2_2.py │ │ ├── sfdp=2_3.py │ │ ├── sfdp=2_4.py │ │ ├── sfdp=2_5.py │ │ ├── sfdp=2_6.py │ │ ├── sfdp=2_7.py │ │ ├── sfdp=2_8.py │ │ ├── sfdp=2_9.py │ │ └── time.txt │ ├── sfdp=3 │ │ ├── prompt.txt │ │ ├── sfdp=3_1.py │ │ ├── sfdp=3_10.py │ │ ├── sfdp=3_2.py │ │ ├── sfdp=3_3.py │ │ ├── sfdp=3_4.py │ │ ├── sfdp=3_5.py │ │ ├── sfdp=3_6.py │ │ ├── sfdp=3_7.py │ │ ├── sfdp=3_8.py │ │ ├── sfdp=3_9.py │ │ └── time.txt │ ├── sfdp=4 │ │ ├── prompt.txt │ │ ├── sfdp=4_1.py │ │ ├── sfdp=4_10.py │ │ ├── sfdp=4_2.py │ │ ├── sfdp=4_3.py │ │ ├── sfdp=4_4.py │ │ ├── sfdp=4_5.py │ │ ├── sfdp=4_6.py │ │ ├── sfdp=4_7.py │ │ ├── sfdp=4_8.py │ │ ├── sfdp=4_9.py │ │ └── time.txt │ ├── sfdp=5 │ │ ├── prompt.txt │ │ ├── sfdp=5_1.py │ │ ├── sfdp=5_10.py │ │ ├── sfdp=5_2.py │ │ ├── sfdp=5_3.py │ │ ├── sfdp=5_4.py │ │ ├── sfdp=5_5.py │ │ ├── sfdp=5_6.py │ │ ├── sfdp=5_7.py │ │ ├── sfdp=5_8.py │ │ ├── sfdp=5_9.py │ │ └── time.txt │ ├── sink_cat_after_pointwise │ │ ├── prompt.txt │ │ ├── sink_cat_after_pointwise_1.py │ │ ├── sink_cat_after_pointwise_10.py │ │ ├── sink_cat_after_pointwise_2.py │ │ ├── sink_cat_after_pointwise_3.py │ │ ├── sink_cat_after_pointwise_4.py │ │ ├── sink_cat_after_pointwise_5.py │ │ ├── sink_cat_after_pointwise_6.py │ │ ├── sink_cat_after_pointwise_7.py │ │ ├── sink_cat_after_pointwise_8.py │ │ ├── sink_cat_after_pointwise_9.py │ │ └── time.txt │ ├── splitwithsizes_cat_replace │ │ ├── prompt.txt │ │ ├── splitwithsizes_cat_replace_1.py │ │ ├── splitwithsizes_cat_replace_10.py │ │ ├── splitwithsizes_cat_replace_2.py │ │ ├── splitwithsizes_cat_replace_3.py │ │ ├── splitwithsizes_cat_replace_4.py │ │ ├── splitwithsizes_cat_replace_5.py │ │ ├── splitwithsizes_cat_replace_6.py │ │ ├── splitwithsizes_cat_replace_7.py │ │ ├── splitwithsizes_cat_replace_8.py │ │ ├── splitwithsizes_cat_replace_9.py │ │ └── time.txt │ ├── unary=0 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=0_1.py │ │ ├── unary=0_10.py │ │ ├── unary=0_2.py │ │ ├── unary=0_3.py │ │ ├── unary=0_4.py │ │ ├── unary=0_5.py │ │ ├── unary=0_6.py │ │ ├── unary=0_7.py │ │ ├── unary=0_8.py │ │ └── unary=0_9.py │ ├── unary=1 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=1_1.py │ │ ├── unary=1_10.py │ │ ├── unary=1_2.py │ │ ├── unary=1_3.py │ │ ├── unary=1_4.py │ │ ├── unary=1_5.py │ │ ├── unary=1_6.py │ │ ├── unary=1_7.py │ │ ├── unary=1_8.py │ │ └── unary=1_9.py │ ├── unary=10 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=10_1.py │ │ ├── unary=10_10.py │ │ ├── unary=10_2.py │ │ ├── unary=10_3.py │ │ ├── unary=10_4.py │ │ ├── unary=10_5.py │ │ ├── unary=10_6.py │ │ ├── unary=10_7.py │ │ ├── unary=10_8.py │ │ └── unary=10_9.py │ ├── unary=11 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=11_1.py │ │ ├── unary=11_10.py │ │ ├── unary=11_2.py │ │ ├── unary=11_3.py │ │ ├── unary=11_4.py │ │ ├── unary=11_5.py │ │ ├── unary=11_6.py │ │ ├── unary=11_7.py │ │ ├── unary=11_8.py │ │ └── unary=11_9.py │ ├── unary=12 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=12_1.py │ │ ├── unary=12_10.py │ │ ├── unary=12_2.py │ │ ├── unary=12_3.py │ │ ├── unary=12_4.py │ │ ├── unary=12_5.py │ │ ├── unary=12_6.py │ │ ├── unary=12_7.py │ │ ├── unary=12_8.py │ │ └── unary=12_9.py │ ├── unary=13 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=13_1.py │ │ ├── unary=13_10.py │ │ ├── unary=13_2.py │ │ ├── unary=13_3.py │ │ ├── unary=13_4.py │ │ ├── unary=13_5.py │ │ ├── unary=13_6.py │ │ ├── unary=13_7.py │ │ ├── unary=13_8.py │ │ └── unary=13_9.py │ ├── unary=14 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=14_1.py │ │ ├── unary=14_10.py │ │ ├── unary=14_2.py │ │ ├── unary=14_3.py │ │ ├── unary=14_4.py │ │ ├── unary=14_5.py │ │ ├── unary=14_6.py │ │ ├── unary=14_7.py │ │ ├── unary=14_8.py │ │ └── unary=14_9.py │ ├── unary=15 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=15_1.py │ │ ├── unary=15_10.py │ │ ├── unary=15_2.py │ │ ├── unary=15_3.py │ │ ├── unary=15_4.py │ │ ├── unary=15_5.py │ │ ├── unary=15_6.py │ │ ├── unary=15_7.py │ │ ├── unary=15_8.py │ │ └── unary=15_9.py │ ├── unary=16 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=16_1.py │ │ ├── unary=16_10.py │ │ ├── unary=16_2.py │ │ ├── unary=16_3.py │ │ ├── unary=16_4.py │ │ ├── unary=16_5.py │ │ ├── unary=16_6.py │ │ ├── unary=16_7.py │ │ ├── unary=16_8.py │ │ └── unary=16_9.py │ ├── unary=17 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=17_1.py │ │ ├── unary=17_10.py │ │ ├── unary=17_2.py │ │ ├── unary=17_3.py │ │ ├── unary=17_4.py │ │ ├── unary=17_5.py │ │ ├── unary=17_6.py │ │ ├── unary=17_7.py │ │ ├── unary=17_8.py │ │ └── unary=17_9.py │ ├── unary=18 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=18_1.py │ │ ├── unary=18_10.py │ │ ├── unary=18_2.py │ │ ├── unary=18_3.py │ │ ├── unary=18_4.py │ │ ├── unary=18_5.py │ │ ├── unary=18_6.py │ │ ├── unary=18_7.py │ │ ├── unary=18_8.py │ │ └── unary=18_9.py │ ├── unary=19 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=19_1.py │ │ ├── unary=19_10.py │ │ ├── unary=19_2.py │ │ ├── unary=19_3.py │ │ ├── unary=19_4.py │ │ ├── unary=19_5.py │ │ ├── unary=19_6.py │ │ ├── unary=19_7.py │ │ ├── unary=19_8.py │ │ └── unary=19_9.py │ ├── unary=2 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=2_1.py │ │ ├── unary=2_10.py │ │ ├── unary=2_2.py │ │ ├── unary=2_3.py │ │ ├── unary=2_4.py │ │ ├── unary=2_5.py │ │ ├── unary=2_6.py │ │ ├── unary=2_7.py │ │ ├── unary=2_8.py │ │ └── unary=2_9.py │ ├── unary=20 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=20_1.py │ │ ├── unary=20_10.py │ │ ├── unary=20_2.py │ │ ├── unary=20_3.py │ │ ├── unary=20_4.py │ │ ├── unary=20_5.py │ │ ├── unary=20_6.py │ │ ├── unary=20_7.py │ │ ├── unary=20_8.py │ │ └── unary=20_9.py │ ├── unary=21 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=21_1.py │ │ ├── unary=21_10.py │ │ ├── unary=21_2.py │ │ ├── unary=21_3.py │ │ ├── unary=21_4.py │ │ ├── unary=21_5.py │ │ ├── unary=21_6.py │ │ ├── unary=21_7.py │ │ ├── unary=21_8.py │ │ └── unary=21_9.py │ ├── unary=22 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=22_1.py │ │ ├── unary=22_10.py │ │ ├── unary=22_2.py │ │ ├── unary=22_3.py │ │ ├── unary=22_4.py │ │ ├── unary=22_5.py │ │ ├── unary=22_6.py │ │ ├── unary=22_7.py │ │ ├── unary=22_8.py │ │ └── unary=22_9.py │ ├── unary=23 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=23_1.py │ │ ├── unary=23_10.py │ │ ├── unary=23_2.py │ │ ├── unary=23_3.py │ │ ├── unary=23_4.py │ │ ├── unary=23_5.py │ │ ├── unary=23_6.py │ │ ├── unary=23_7.py │ │ ├── unary=23_8.py │ │ └── unary=23_9.py │ ├── unary=24 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=24_1.py │ │ ├── unary=24_10.py │ │ ├── unary=24_2.py │ │ ├── unary=24_3.py │ │ ├── unary=24_4.py │ │ ├── unary=24_5.py │ │ ├── unary=24_6.py │ │ ├── unary=24_7.py │ │ ├── unary=24_8.py │ │ └── unary=24_9.py │ ├── unary=25 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=25_1.py │ │ ├── unary=25_10.py │ │ ├── unary=25_2.py │ │ ├── unary=25_3.py │ │ ├── unary=25_4.py │ │ ├── unary=25_5.py │ │ ├── unary=25_6.py │ │ ├── unary=25_7.py │ │ ├── unary=25_8.py │ │ └── unary=25_9.py │ ├── unary=26 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=26_1.py │ │ ├── unary=26_10.py │ │ ├── unary=26_2.py │ │ ├── unary=26_3.py │ │ ├── unary=26_4.py │ │ ├── unary=26_5.py │ │ ├── unary=26_6.py │ │ ├── unary=26_7.py │ │ ├── unary=26_8.py │ │ └── unary=26_9.py │ ├── unary=27 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=27_1.py │ │ ├── unary=27_10.py │ │ ├── unary=27_2.py │ │ ├── unary=27_3.py │ │ ├── unary=27_4.py │ │ ├── unary=27_5.py │ │ ├── unary=27_6.py │ │ ├── unary=27_7.py │ │ ├── unary=27_8.py │ │ └── unary=27_9.py │ ├── unary=28 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=28_1.py │ │ ├── unary=28_10.py │ │ ├── unary=28_2.py │ │ ├── unary=28_3.py │ │ ├── unary=28_4.py │ │ ├── unary=28_5.py │ │ ├── unary=28_6.py │ │ ├── unary=28_7.py │ │ ├── unary=28_8.py │ │ └── unary=28_9.py │ ├── unary=29 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=29_1.py │ │ ├── unary=29_10.py │ │ ├── unary=29_2.py │ │ ├── unary=29_3.py │ │ ├── unary=29_4.py │ │ ├── unary=29_5.py │ │ ├── unary=29_6.py │ │ ├── unary=29_7.py │ │ ├── unary=29_8.py │ │ └── unary=29_9.py │ ├── unary=3 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=3_1.py │ │ ├── unary=3_10.py │ │ ├── unary=3_2.py │ │ ├── unary=3_3.py │ │ ├── unary=3_4.py │ │ ├── unary=3_5.py │ │ ├── unary=3_6.py │ │ ├── unary=3_7.py │ │ ├── unary=3_8.py │ │ └── unary=3_9.py │ ├── unary=4 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=4_1.py │ │ ├── unary=4_10.py │ │ ├── unary=4_2.py │ │ ├── unary=4_3.py │ │ ├── unary=4_4.py │ │ ├── unary=4_5.py │ │ ├── unary=4_6.py │ │ ├── unary=4_7.py │ │ ├── unary=4_8.py │ │ └── unary=4_9.py │ ├── unary=5 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=5_1.py │ │ ├── unary=5_10.py │ │ ├── unary=5_2.py │ │ ├── unary=5_3.py │ │ ├── unary=5_4.py │ │ ├── unary=5_5.py │ │ ├── unary=5_6.py │ │ ├── unary=5_7.py │ │ ├── unary=5_8.py │ │ └── unary=5_9.py │ ├── unary=6 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=6_1.py │ │ ├── unary=6_10.py │ │ ├── unary=6_2.py │ │ ├── unary=6_3.py │ │ ├── unary=6_4.py │ │ ├── unary=6_5.py │ │ ├── unary=6_6.py │ │ ├── unary=6_7.py │ │ ├── unary=6_8.py │ │ └── unary=6_9.py │ ├── unary=7 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=7_1.py │ │ ├── unary=7_10.py │ │ ├── unary=7_2.py │ │ ├── unary=7_3.py │ │ ├── unary=7_4.py │ │ ├── unary=7_5.py │ │ ├── unary=7_6.py │ │ ├── unary=7_7.py │ │ ├── unary=7_8.py │ │ └── unary=7_9.py │ ├── unary=8 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=8_1.py │ │ ├── unary=8_10.py │ │ ├── unary=8_2.py │ │ ├── unary=8_3.py │ │ ├── unary=8_4.py │ │ ├── unary=8_5.py │ │ ├── unary=8_6.py │ │ ├── unary=8_7.py │ │ ├── unary=8_8.py │ │ └── unary=8_9.py │ └── unary=9 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=9_1.py │ │ ├── unary=9_10.py │ │ ├── unary=9_2.py │ │ ├── unary=9_3.py │ │ ├── unary=9_4.py │ │ ├── unary=9_5.py │ │ ├── unary=9_6.py │ │ ├── unary=9_7.py │ │ ├── unary=9_8.py │ │ └── unary=9_9.py │ ├── step67-3shot │ ├── addmm │ │ ├── addmm_1.py │ │ ├── addmm_10.py │ │ ├── addmm_2.py │ │ ├── addmm_3.py │ │ ├── addmm_4.py │ │ ├── addmm_5.py │ │ ├── addmm_6.py │ │ ├── addmm_7.py │ │ ├── addmm_8.py │ │ ├── addmm_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── binary=0 │ │ ├── binary=0_1.py │ │ ├── binary=0_10.py │ │ ├── binary=0_2.py │ │ ├── binary=0_3.py │ │ ├── binary=0_4.py │ │ ├── binary=0_5.py │ │ ├── binary=0_6.py │ │ ├── binary=0_7.py │ │ ├── binary=0_8.py │ │ ├── binary=0_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── binary=10 │ │ ├── binary=10_1.py │ │ ├── binary=10_10.py │ │ ├── binary=10_2.py │ │ ├── binary=10_3.py │ │ ├── binary=10_4.py │ │ ├── binary=10_5.py │ │ ├── binary=10_6.py │ │ ├── binary=10_7.py │ │ ├── binary=10_8.py │ │ ├── binary=10_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── binary=2 │ │ ├── binary=2_1.py │ │ ├── binary=2_10.py │ │ ├── binary=2_2.py │ │ ├── binary=2_3.py │ │ ├── binary=2_4.py │ │ ├── binary=2_5.py │ │ ├── binary=2_6.py │ │ ├── binary=2_7.py │ │ ├── binary=2_8.py │ │ ├── binary=2_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── binary=4 │ │ ├── binary=4_1.py │ │ ├── binary=4_10.py │ │ ├── binary=4_2.py │ │ ├── binary=4_3.py │ │ ├── binary=4_4.py │ │ ├── binary=4_5.py │ │ ├── binary=4_6.py │ │ ├── binary=4_7.py │ │ ├── binary=4_8.py │ │ ├── binary=4_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── binary=6 │ │ ├── binary=6_1.py │ │ ├── binary=6_10.py │ │ ├── binary=6_2.py │ │ ├── binary=6_3.py │ │ ├── binary=6_4.py │ │ ├── binary=6_5.py │ │ ├── binary=6_6.py │ │ ├── binary=6_7.py │ │ ├── binary=6_8.py │ │ ├── binary=6_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── binary=8 │ │ ├── binary=8_1.py │ │ ├── binary=8_10.py │ │ ├── binary=8_2.py │ │ ├── binary=8_3.py │ │ ├── binary=8_4.py │ │ ├── binary=8_5.py │ │ ├── binary=8_6.py │ │ ├── binary=8_7.py │ │ ├── binary=8_8.py │ │ ├── binary=8_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── binary_unary=0 │ │ ├── binary_unary=0_1.py │ │ ├── binary_unary=0_10.py │ │ ├── binary_unary=0_2.py │ │ ├── binary_unary=0_3.py │ │ ├── binary_unary=0_4.py │ │ ├── binary_unary=0_5.py │ │ ├── binary_unary=0_6.py │ │ ├── binary_unary=0_7.py │ │ ├── binary_unary=0_8.py │ │ ├── binary_unary=0_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── binary_unary=10 │ │ ├── binary_unary=10_1.py │ │ ├── binary_unary=10_10.py │ │ ├── binary_unary=10_2.py │ │ ├── binary_unary=10_3.py │ │ ├── binary_unary=10_4.py │ │ ├── binary_unary=10_5.py │ │ ├── binary_unary=10_6.py │ │ ├── binary_unary=10_7.py │ │ ├── binary_unary=10_8.py │ │ ├── binary_unary=10_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── binary_unary=2 │ │ ├── binary_unary=2_1.py │ │ ├── binary_unary=2_10.py │ │ ├── binary_unary=2_2.py │ │ ├── binary_unary=2_3.py │ │ ├── binary_unary=2_4.py │ │ ├── binary_unary=2_5.py │ │ ├── binary_unary=2_6.py │ │ ├── binary_unary=2_7.py │ │ ├── binary_unary=2_8.py │ │ ├── binary_unary=2_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── binary_unary=4 │ │ ├── binary_unary=4_1.py │ │ ├── binary_unary=4_10.py │ │ ├── binary_unary=4_2.py │ │ ├── binary_unary=4_3.py │ │ ├── binary_unary=4_4.py │ │ ├── binary_unary=4_5.py │ │ ├── binary_unary=4_6.py │ │ ├── binary_unary=4_7.py │ │ ├── binary_unary=4_8.py │ │ ├── binary_unary=4_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── binary_unary=6 │ │ ├── binary_unary=6_1.py │ │ ├── binary_unary=6_10.py │ │ ├── binary_unary=6_2.py │ │ ├── binary_unary=6_3.py │ │ ├── binary_unary=6_4.py │ │ ├── binary_unary=6_5.py │ │ ├── binary_unary=6_6.py │ │ ├── binary_unary=6_7.py │ │ ├── binary_unary=6_8.py │ │ ├── binary_unary=6_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── binary_unary=8 │ │ ├── binary_unary=8_1.py │ │ ├── binary_unary=8_10.py │ │ ├── binary_unary=8_2.py │ │ ├── binary_unary=8_3.py │ │ ├── binary_unary=8_4.py │ │ ├── binary_unary=8_5.py │ │ ├── binary_unary=8_6.py │ │ ├── binary_unary=8_7.py │ │ ├── binary_unary=8_8.py │ │ ├── binary_unary=8_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── cat_addmm │ │ ├── cat_addmm_1.py │ │ ├── cat_addmm_10.py │ │ ├── cat_addmm_2.py │ │ ├── cat_addmm_3.py │ │ ├── cat_addmm_4.py │ │ ├── cat_addmm_5.py │ │ ├── cat_addmm_6.py │ │ ├── cat_addmm_7.py │ │ ├── cat_addmm_8.py │ │ ├── cat_addmm_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── cat_mm │ │ ├── cat_mm_1.py │ │ ├── cat_mm_10.py │ │ ├── cat_mm_2.py │ │ ├── cat_mm_3.py │ │ ├── cat_mm_4.py │ │ ├── cat_mm_5.py │ │ ├── cat_mm_6.py │ │ ├── cat_mm_7.py │ │ ├── cat_mm_8.py │ │ ├── cat_mm_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── cat_slice_cat │ │ ├── cat_slice_cat_1.py │ │ ├── cat_slice_cat_10.py │ │ ├── cat_slice_cat_2.py │ │ ├── cat_slice_cat_3.py │ │ ├── cat_slice_cat_4.py │ │ ├── cat_slice_cat_5.py │ │ ├── cat_slice_cat_6.py │ │ ├── cat_slice_cat_7.py │ │ ├── cat_slice_cat_8.py │ │ ├── cat_slice_cat_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── fuse_conv_bn │ │ ├── fuse_conv_bn_1.py │ │ ├── fuse_conv_bn_10.py │ │ ├── fuse_conv_bn_2.py │ │ ├── fuse_conv_bn_3.py │ │ ├── fuse_conv_bn_4.py │ │ ├── fuse_conv_bn_5.py │ │ ├── fuse_conv_bn_6.py │ │ ├── fuse_conv_bn_7.py │ │ ├── fuse_conv_bn_8.py │ │ ├── fuse_conv_bn_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── linear_permute_fusion │ │ ├── linear_permute_fusion_1.py │ │ ├── linear_permute_fusion_10.py │ │ ├── linear_permute_fusion_2.py │ │ ├── linear_permute_fusion_3.py │ │ ├── linear_permute_fusion_4.py │ │ ├── linear_permute_fusion_5.py │ │ ├── linear_permute_fusion_6.py │ │ ├── linear_permute_fusion_7.py │ │ ├── linear_permute_fusion_8.py │ │ ├── linear_permute_fusion_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── mm_plus_mm │ │ ├── mm_plus_mm_1.py │ │ ├── mm_plus_mm_10.py │ │ ├── mm_plus_mm_2.py │ │ ├── mm_plus_mm_3.py │ │ ├── mm_plus_mm_4.py │ │ ├── mm_plus_mm_5.py │ │ ├── mm_plus_mm_6.py │ │ ├── mm_plus_mm_7.py │ │ ├── mm_plus_mm_8.py │ │ ├── mm_plus_mm_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── outputs.json │ ├── permute_linear_fusion │ │ ├── permute_linear_fusion_1.py │ │ ├── permute_linear_fusion_10.py │ │ ├── permute_linear_fusion_2.py │ │ ├── permute_linear_fusion_3.py │ │ ├── permute_linear_fusion_4.py │ │ ├── permute_linear_fusion_5.py │ │ ├── permute_linear_fusion_6.py │ │ ├── permute_linear_fusion_7.py │ │ ├── permute_linear_fusion_8.py │ │ ├── permute_linear_fusion_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── permute_matmul_fusion │ │ ├── permute_matmul_fusion_1.py │ │ ├── permute_matmul_fusion_10.py │ │ ├── permute_matmul_fusion_2.py │ │ ├── permute_matmul_fusion_3.py │ │ ├── permute_matmul_fusion_4.py │ │ ├── permute_matmul_fusion_5.py │ │ ├── permute_matmul_fusion_6.py │ │ ├── permute_matmul_fusion_7.py │ │ ├── permute_matmul_fusion_8.py │ │ ├── permute_matmul_fusion_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── pointless_cumsum_replacement │ │ ├── pointless_cumsum_replacement_1.py │ │ ├── pointless_cumsum_replacement_10.py │ │ ├── pointless_cumsum_replacement_2.py │ │ ├── pointless_cumsum_replacement_3.py │ │ ├── pointless_cumsum_replacement_4.py │ │ ├── pointless_cumsum_replacement_5.py │ │ ├── pointless_cumsum_replacement_6.py │ │ ├── pointless_cumsum_replacement_7.py │ │ ├── pointless_cumsum_replacement_8.py │ │ ├── pointless_cumsum_replacement_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── replace_fx │ │ ├── prompt.txt │ │ ├── replace_fx_1.py │ │ ├── replace_fx_10.py │ │ ├── replace_fx_2.py │ │ ├── replace_fx_3.py │ │ ├── replace_fx_4.py │ │ ├── replace_fx_5.py │ │ ├── replace_fx_6.py │ │ ├── replace_fx_7.py │ │ ├── replace_fx_8.py │ │ ├── replace_fx_9.py │ │ └── time.txt │ ├── sfdp=0 │ │ ├── prompt.txt │ │ ├── sfdp=0_1.py │ │ ├── sfdp=0_10.py │ │ ├── sfdp=0_2.py │ │ ├── sfdp=0_3.py │ │ ├── sfdp=0_4.py │ │ ├── sfdp=0_5.py │ │ ├── sfdp=0_6.py │ │ ├── sfdp=0_7.py │ │ ├── sfdp=0_8.py │ │ ├── sfdp=0_9.py │ │ └── time.txt │ ├── sfdp=1 │ │ ├── prompt.txt │ │ ├── sfdp=1_1.py │ │ ├── sfdp=1_10.py │ │ ├── sfdp=1_2.py │ │ ├── sfdp=1_3.py │ │ ├── sfdp=1_4.py │ │ ├── sfdp=1_5.py │ │ ├── sfdp=1_6.py │ │ ├── sfdp=1_7.py │ │ ├── sfdp=1_8.py │ │ ├── sfdp=1_9.py │ │ └── time.txt │ ├── sfdp=2 │ │ ├── prompt.txt │ │ ├── sfdp=2_1.py │ │ ├── sfdp=2_10.py │ │ ├── sfdp=2_2.py │ │ ├── sfdp=2_3.py │ │ ├── sfdp=2_4.py │ │ ├── sfdp=2_5.py │ │ ├── sfdp=2_6.py │ │ ├── sfdp=2_7.py │ │ ├── sfdp=2_8.py │ │ ├── sfdp=2_9.py │ │ └── time.txt │ ├── sfdp=3 │ │ ├── prompt.txt │ │ ├── sfdp=3_1.py │ │ ├── sfdp=3_10.py │ │ ├── sfdp=3_2.py │ │ ├── sfdp=3_3.py │ │ ├── sfdp=3_4.py │ │ ├── sfdp=3_5.py │ │ ├── sfdp=3_6.py │ │ ├── sfdp=3_7.py │ │ ├── sfdp=3_8.py │ │ ├── sfdp=3_9.py │ │ └── time.txt │ ├── sfdp=4 │ │ ├── prompt.txt │ │ ├── sfdp=4_1.py │ │ ├── sfdp=4_10.py │ │ ├── sfdp=4_2.py │ │ ├── sfdp=4_3.py │ │ ├── sfdp=4_4.py │ │ ├── sfdp=4_5.py │ │ ├── sfdp=4_6.py │ │ ├── sfdp=4_7.py │ │ ├── sfdp=4_8.py │ │ ├── sfdp=4_9.py │ │ └── time.txt │ ├── sfdp=5 │ │ ├── prompt.txt │ │ ├── sfdp=5_1.py │ │ ├── sfdp=5_10.py │ │ ├── sfdp=5_2.py │ │ ├── sfdp=5_3.py │ │ ├── sfdp=5_4.py │ │ ├── sfdp=5_5.py │ │ ├── sfdp=5_6.py │ │ ├── sfdp=5_7.py │ │ ├── sfdp=5_8.py │ │ ├── sfdp=5_9.py │ │ └── time.txt │ ├── sink_cat_after_pointwise │ │ ├── prompt.txt │ │ ├── sink_cat_after_pointwise_1.py │ │ ├── sink_cat_after_pointwise_10.py │ │ ├── sink_cat_after_pointwise_2.py │ │ ├── sink_cat_after_pointwise_3.py │ │ ├── sink_cat_after_pointwise_4.py │ │ ├── sink_cat_after_pointwise_5.py │ │ ├── sink_cat_after_pointwise_6.py │ │ ├── sink_cat_after_pointwise_7.py │ │ ├── sink_cat_after_pointwise_8.py │ │ ├── sink_cat_after_pointwise_9.py │ │ └── time.txt │ ├── splitwithsizes_cat_replace │ │ ├── prompt.txt │ │ ├── splitwithsizes_cat_replace_1.py │ │ ├── splitwithsizes_cat_replace_10.py │ │ ├── splitwithsizes_cat_replace_2.py │ │ ├── splitwithsizes_cat_replace_3.py │ │ ├── splitwithsizes_cat_replace_4.py │ │ ├── splitwithsizes_cat_replace_5.py │ │ ├── splitwithsizes_cat_replace_6.py │ │ ├── splitwithsizes_cat_replace_7.py │ │ ├── splitwithsizes_cat_replace_8.py │ │ ├── splitwithsizes_cat_replace_9.py │ │ └── time.txt │ ├── unary=0 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=0_1.py │ │ ├── unary=0_10.py │ │ ├── unary=0_2.py │ │ ├── unary=0_3.py │ │ ├── unary=0_4.py │ │ ├── unary=0_5.py │ │ ├── unary=0_6.py │ │ ├── unary=0_7.py │ │ ├── unary=0_8.py │ │ └── unary=0_9.py │ ├── unary=1 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=1_1.py │ │ ├── unary=1_10.py │ │ ├── unary=1_2.py │ │ ├── unary=1_3.py │ │ ├── unary=1_4.py │ │ ├── unary=1_5.py │ │ ├── unary=1_6.py │ │ ├── unary=1_7.py │ │ ├── unary=1_8.py │ │ └── unary=1_9.py │ ├── unary=10 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=10_1.py │ │ ├── unary=10_10.py │ │ ├── unary=10_2.py │ │ ├── unary=10_3.py │ │ ├── unary=10_4.py │ │ ├── unary=10_5.py │ │ ├── unary=10_6.py │ │ ├── unary=10_7.py │ │ ├── unary=10_8.py │ │ └── unary=10_9.py │ ├── unary=11 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=11_1.py │ │ ├── unary=11_10.py │ │ ├── unary=11_2.py │ │ ├── unary=11_3.py │ │ ├── unary=11_4.py │ │ ├── unary=11_5.py │ │ ├── unary=11_6.py │ │ ├── unary=11_7.py │ │ ├── unary=11_8.py │ │ └── unary=11_9.py │ ├── unary=12 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=12_1.py │ │ ├── unary=12_10.py │ │ ├── unary=12_2.py │ │ ├── unary=12_3.py │ │ ├── unary=12_4.py │ │ ├── unary=12_5.py │ │ ├── unary=12_6.py │ │ ├── unary=12_7.py │ │ ├── unary=12_8.py │ │ └── unary=12_9.py │ ├── unary=13 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=13_1.py │ │ ├── unary=13_10.py │ │ ├── unary=13_2.py │ │ ├── unary=13_3.py │ │ ├── unary=13_4.py │ │ ├── unary=13_5.py │ │ ├── unary=13_6.py │ │ ├── unary=13_7.py │ │ ├── unary=13_8.py │ │ └── unary=13_9.py │ ├── unary=14 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=14_1.py │ │ ├── unary=14_10.py │ │ ├── unary=14_2.py │ │ ├── unary=14_3.py │ │ ├── unary=14_4.py │ │ ├── unary=14_5.py │ │ ├── unary=14_6.py │ │ ├── unary=14_7.py │ │ ├── unary=14_8.py │ │ └── unary=14_9.py │ ├── unary=15 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=15_1.py │ │ ├── unary=15_10.py │ │ ├── unary=15_2.py │ │ ├── unary=15_3.py │ │ ├── unary=15_4.py │ │ ├── unary=15_5.py │ │ ├── unary=15_6.py │ │ ├── unary=15_7.py │ │ ├── unary=15_8.py │ │ └── unary=15_9.py │ ├── unary=16 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=16_1.py │ │ ├── unary=16_10.py │ │ ├── unary=16_2.py │ │ ├── unary=16_3.py │ │ ├── unary=16_4.py │ │ ├── unary=16_5.py │ │ ├── unary=16_6.py │ │ ├── unary=16_7.py │ │ ├── unary=16_8.py │ │ └── unary=16_9.py │ ├── unary=17 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=17_1.py │ │ ├── unary=17_10.py │ │ ├── unary=17_2.py │ │ ├── unary=17_3.py │ │ ├── unary=17_4.py │ │ ├── unary=17_5.py │ │ ├── unary=17_6.py │ │ ├── unary=17_7.py │ │ ├── unary=17_8.py │ │ └── unary=17_9.py │ ├── unary=18 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=18_1.py │ │ ├── unary=18_10.py │ │ ├── unary=18_2.py │ │ ├── unary=18_3.py │ │ ├── unary=18_4.py │ │ ├── unary=18_5.py │ │ ├── unary=18_6.py │ │ ├── unary=18_7.py │ │ ├── unary=18_8.py │ │ └── unary=18_9.py │ ├── unary=19 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=19_1.py │ │ ├── unary=19_10.py │ │ ├── unary=19_2.py │ │ ├── unary=19_3.py │ │ ├── unary=19_4.py │ │ ├── unary=19_5.py │ │ ├── unary=19_6.py │ │ ├── unary=19_7.py │ │ ├── unary=19_8.py │ │ └── unary=19_9.py │ ├── unary=2 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=2_1.py │ │ ├── unary=2_10.py │ │ ├── unary=2_2.py │ │ ├── unary=2_3.py │ │ ├── unary=2_4.py │ │ ├── unary=2_5.py │ │ ├── unary=2_6.py │ │ ├── unary=2_7.py │ │ ├── unary=2_8.py │ │ └── unary=2_9.py │ ├── unary=20 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=20_1.py │ │ ├── unary=20_10.py │ │ ├── unary=20_2.py │ │ ├── unary=20_3.py │ │ ├── unary=20_4.py │ │ ├── unary=20_5.py │ │ ├── unary=20_6.py │ │ ├── unary=20_7.py │ │ ├── unary=20_8.py │ │ └── unary=20_9.py │ ├── unary=21 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=21_1.py │ │ ├── unary=21_10.py │ │ ├── unary=21_2.py │ │ ├── unary=21_3.py │ │ ├── unary=21_4.py │ │ ├── unary=21_5.py │ │ ├── unary=21_6.py │ │ ├── unary=21_7.py │ │ ├── unary=21_8.py │ │ └── unary=21_9.py │ ├── unary=22 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=22_1.py │ │ ├── unary=22_10.py │ │ ├── unary=22_2.py │ │ ├── unary=22_3.py │ │ ├── unary=22_4.py │ │ ├── unary=22_5.py │ │ ├── unary=22_6.py │ │ ├── unary=22_7.py │ │ ├── unary=22_8.py │ │ └── unary=22_9.py │ ├── unary=23 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=23_1.py │ │ ├── unary=23_10.py │ │ ├── unary=23_2.py │ │ ├── unary=23_3.py │ │ ├── unary=23_4.py │ │ ├── unary=23_5.py │ │ ├── unary=23_6.py │ │ ├── unary=23_7.py │ │ ├── unary=23_8.py │ │ └── unary=23_9.py │ ├── unary=24 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=24_1.py │ │ ├── unary=24_10.py │ │ ├── unary=24_2.py │ │ ├── unary=24_3.py │ │ ├── unary=24_4.py │ │ ├── unary=24_5.py │ │ ├── unary=24_6.py │ │ ├── unary=24_7.py │ │ ├── unary=24_8.py │ │ └── unary=24_9.py │ ├── unary=25 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=25_1.py │ │ ├── unary=25_10.py │ │ ├── unary=25_2.py │ │ ├── unary=25_3.py │ │ ├── unary=25_4.py │ │ ├── unary=25_5.py │ │ ├── unary=25_6.py │ │ ├── unary=25_7.py │ │ ├── unary=25_8.py │ │ └── unary=25_9.py │ ├── unary=26 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=26_1.py │ │ ├── unary=26_10.py │ │ ├── unary=26_2.py │ │ ├── unary=26_3.py │ │ ├── unary=26_4.py │ │ ├── unary=26_5.py │ │ ├── unary=26_6.py │ │ ├── unary=26_7.py │ │ ├── unary=26_8.py │ │ └── unary=26_9.py │ ├── unary=27 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=27_1.py │ │ ├── unary=27_10.py │ │ ├── unary=27_2.py │ │ ├── unary=27_3.py │ │ ├── unary=27_4.py │ │ ├── unary=27_5.py │ │ ├── unary=27_6.py │ │ ├── unary=27_7.py │ │ ├── unary=27_8.py │ │ └── unary=27_9.py │ ├── unary=28 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=28_1.py │ │ ├── unary=28_10.py │ │ ├── unary=28_2.py │ │ ├── unary=28_3.py │ │ ├── unary=28_4.py │ │ ├── unary=28_5.py │ │ ├── unary=28_6.py │ │ ├── unary=28_7.py │ │ ├── unary=28_8.py │ │ └── unary=28_9.py │ ├── unary=29 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=29_1.py │ │ ├── unary=29_10.py │ │ ├── unary=29_2.py │ │ ├── unary=29_3.py │ │ ├── unary=29_4.py │ │ ├── unary=29_5.py │ │ ├── unary=29_6.py │ │ ├── unary=29_7.py │ │ ├── unary=29_8.py │ │ └── unary=29_9.py │ ├── unary=3 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=3_1.py │ │ ├── unary=3_10.py │ │ ├── unary=3_2.py │ │ ├── unary=3_3.py │ │ ├── unary=3_4.py │ │ ├── unary=3_5.py │ │ ├── unary=3_6.py │ │ ├── unary=3_7.py │ │ ├── unary=3_8.py │ │ └── unary=3_9.py │ ├── unary=4 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=4_1.py │ │ ├── unary=4_10.py │ │ ├── unary=4_2.py │ │ ├── unary=4_3.py │ │ ├── unary=4_4.py │ │ ├── unary=4_5.py │ │ ├── unary=4_6.py │ │ ├── unary=4_7.py │ │ ├── unary=4_8.py │ │ └── unary=4_9.py │ ├── unary=5 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=5_1.py │ │ ├── unary=5_10.py │ │ ├── unary=5_2.py │ │ ├── unary=5_3.py │ │ ├── unary=5_4.py │ │ ├── unary=5_5.py │ │ ├── unary=5_6.py │ │ ├── unary=5_7.py │ │ ├── unary=5_8.py │ │ └── unary=5_9.py │ ├── unary=6 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=6_1.py │ │ ├── unary=6_10.py │ │ ├── unary=6_2.py │ │ ├── unary=6_3.py │ │ ├── unary=6_4.py │ │ ├── unary=6_5.py │ │ ├── unary=6_6.py │ │ ├── unary=6_7.py │ │ ├── unary=6_8.py │ │ └── unary=6_9.py │ ├── unary=7 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=7_1.py │ │ ├── unary=7_10.py │ │ ├── unary=7_2.py │ │ ├── unary=7_3.py │ │ ├── unary=7_4.py │ │ ├── unary=7_5.py │ │ ├── unary=7_6.py │ │ ├── unary=7_7.py │ │ ├── unary=7_8.py │ │ └── unary=7_9.py │ ├── unary=8 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=8_1.py │ │ ├── unary=8_10.py │ │ ├── unary=8_2.py │ │ ├── unary=8_3.py │ │ ├── unary=8_4.py │ │ ├── unary=8_5.py │ │ ├── unary=8_6.py │ │ ├── unary=8_7.py │ │ ├── unary=8_8.py │ │ └── unary=8_9.py │ └── unary=9 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=9_1.py │ │ ├── unary=9_10.py │ │ ├── unary=9_2.py │ │ ├── unary=9_3.py │ │ ├── unary=9_4.py │ │ ├── unary=9_5.py │ │ ├── unary=9_6.py │ │ ├── unary=9_7.py │ │ ├── unary=9_8.py │ │ └── unary=9_9.py │ ├── step68-3shot │ ├── addmm │ │ ├── addmm_1.py │ │ ├── addmm_10.py │ │ ├── addmm_2.py │ │ ├── addmm_3.py │ │ ├── addmm_4.py │ │ ├── addmm_5.py │ │ ├── addmm_6.py │ │ ├── addmm_7.py │ │ ├── addmm_8.py │ │ ├── addmm_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── binary=0 │ │ ├── binary=0_1.py │ │ ├── binary=0_10.py │ │ ├── binary=0_2.py │ │ ├── binary=0_3.py │ │ ├── binary=0_4.py │ │ ├── binary=0_5.py │ │ ├── binary=0_6.py │ │ ├── binary=0_7.py │ │ ├── binary=0_8.py │ │ ├── binary=0_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── binary=10 │ │ ├── binary=10_1.py │ │ ├── binary=10_10.py │ │ ├── binary=10_2.py │ │ ├── binary=10_3.py │ │ ├── binary=10_4.py │ │ ├── binary=10_5.py │ │ ├── binary=10_6.py │ │ ├── binary=10_7.py │ │ ├── binary=10_8.py │ │ ├── binary=10_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── binary=2 │ │ ├── binary=2_1.py │ │ ├── binary=2_10.py │ │ ├── binary=2_2.py │ │ ├── binary=2_3.py │ │ ├── binary=2_4.py │ │ ├── binary=2_5.py │ │ ├── binary=2_6.py │ │ ├── binary=2_7.py │ │ ├── binary=2_8.py │ │ ├── binary=2_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── binary=4 │ │ ├── binary=4_1.py │ │ ├── binary=4_10.py │ │ ├── binary=4_2.py │ │ ├── binary=4_3.py │ │ ├── binary=4_4.py │ │ ├── binary=4_5.py │ │ ├── binary=4_6.py │ │ ├── binary=4_7.py │ │ ├── binary=4_8.py │ │ ├── binary=4_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── binary=6 │ │ ├── binary=6_1.py │ │ ├── binary=6_10.py │ │ ├── binary=6_2.py │ │ ├── binary=6_3.py │ │ ├── binary=6_4.py │ │ ├── binary=6_5.py │ │ ├── binary=6_6.py │ │ ├── binary=6_7.py │ │ ├── binary=6_8.py │ │ ├── binary=6_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── binary=8 │ │ ├── binary=8_1.py │ │ ├── binary=8_10.py │ │ ├── binary=8_2.py │ │ ├── binary=8_3.py │ │ ├── binary=8_4.py │ │ ├── binary=8_5.py │ │ ├── binary=8_6.py │ │ ├── binary=8_7.py │ │ ├── binary=8_8.py │ │ ├── binary=8_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── binary_unary=0 │ │ ├── binary_unary=0_1.py │ │ ├── binary_unary=0_10.py │ │ ├── binary_unary=0_2.py │ │ ├── binary_unary=0_3.py │ │ ├── binary_unary=0_4.py │ │ ├── binary_unary=0_5.py │ │ ├── binary_unary=0_6.py │ │ ├── binary_unary=0_7.py │ │ ├── binary_unary=0_8.py │ │ ├── binary_unary=0_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── binary_unary=10 │ │ ├── binary_unary=10_1.py │ │ ├── binary_unary=10_10.py │ │ ├── binary_unary=10_2.py │ │ ├── binary_unary=10_3.py │ │ ├── binary_unary=10_4.py │ │ ├── binary_unary=10_5.py │ │ ├── binary_unary=10_6.py │ │ ├── binary_unary=10_7.py │ │ ├── binary_unary=10_8.py │ │ ├── binary_unary=10_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── binary_unary=2 │ │ ├── binary_unary=2_1.py │ │ ├── binary_unary=2_10.py │ │ ├── binary_unary=2_2.py │ │ ├── binary_unary=2_3.py │ │ ├── binary_unary=2_4.py │ │ ├── binary_unary=2_5.py │ │ ├── binary_unary=2_6.py │ │ ├── binary_unary=2_7.py │ │ ├── binary_unary=2_8.py │ │ ├── binary_unary=2_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── binary_unary=4 │ │ ├── binary_unary=4_1.py │ │ ├── binary_unary=4_10.py │ │ ├── binary_unary=4_2.py │ │ ├── binary_unary=4_3.py │ │ ├── binary_unary=4_4.py │ │ ├── binary_unary=4_5.py │ │ ├── binary_unary=4_6.py │ │ ├── binary_unary=4_7.py │ │ ├── binary_unary=4_8.py │ │ ├── binary_unary=4_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── binary_unary=6 │ │ ├── binary_unary=6_1.py │ │ ├── binary_unary=6_10.py │ │ ├── binary_unary=6_2.py │ │ ├── binary_unary=6_3.py │ │ ├── binary_unary=6_4.py │ │ ├── binary_unary=6_5.py │ │ ├── binary_unary=6_6.py │ │ ├── binary_unary=6_7.py │ │ ├── binary_unary=6_8.py │ │ ├── binary_unary=6_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── binary_unary=8 │ │ ├── binary_unary=8_1.py │ │ ├── binary_unary=8_10.py │ │ ├── binary_unary=8_2.py │ │ ├── binary_unary=8_3.py │ │ ├── binary_unary=8_4.py │ │ ├── binary_unary=8_5.py │ │ ├── binary_unary=8_6.py │ │ ├── binary_unary=8_7.py │ │ ├── binary_unary=8_8.py │ │ ├── binary_unary=8_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── cat_addmm │ │ ├── cat_addmm_1.py │ │ ├── cat_addmm_10.py │ │ ├── cat_addmm_2.py │ │ ├── cat_addmm_3.py │ │ ├── cat_addmm_4.py │ │ ├── cat_addmm_5.py │ │ ├── cat_addmm_6.py │ │ ├── cat_addmm_7.py │ │ ├── cat_addmm_8.py │ │ ├── cat_addmm_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── cat_mm │ │ ├── cat_mm_1.py │ │ ├── cat_mm_10.py │ │ ├── cat_mm_2.py │ │ ├── cat_mm_3.py │ │ ├── cat_mm_4.py │ │ ├── cat_mm_5.py │ │ ├── cat_mm_6.py │ │ ├── cat_mm_7.py │ │ ├── cat_mm_8.py │ │ ├── cat_mm_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── cat_slice_cat │ │ ├── cat_slice_cat_1.py │ │ ├── cat_slice_cat_10.py │ │ ├── cat_slice_cat_2.py │ │ ├── cat_slice_cat_3.py │ │ ├── cat_slice_cat_4.py │ │ ├── cat_slice_cat_5.py │ │ ├── cat_slice_cat_6.py │ │ ├── cat_slice_cat_7.py │ │ ├── cat_slice_cat_8.py │ │ ├── cat_slice_cat_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── fuse_conv_bn │ │ ├── fuse_conv_bn_1.py │ │ ├── fuse_conv_bn_10.py │ │ ├── fuse_conv_bn_2.py │ │ ├── fuse_conv_bn_3.py │ │ ├── fuse_conv_bn_4.py │ │ ├── fuse_conv_bn_5.py │ │ ├── fuse_conv_bn_6.py │ │ ├── fuse_conv_bn_7.py │ │ ├── fuse_conv_bn_8.py │ │ ├── fuse_conv_bn_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── linear_permute_fusion │ │ ├── linear_permute_fusion_1.py │ │ ├── linear_permute_fusion_10.py │ │ ├── linear_permute_fusion_2.py │ │ ├── linear_permute_fusion_3.py │ │ ├── linear_permute_fusion_4.py │ │ ├── linear_permute_fusion_5.py │ │ ├── linear_permute_fusion_6.py │ │ ├── linear_permute_fusion_7.py │ │ ├── linear_permute_fusion_8.py │ │ ├── linear_permute_fusion_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── mm_plus_mm │ │ ├── mm_plus_mm_1.py │ │ ├── mm_plus_mm_10.py │ │ ├── mm_plus_mm_2.py │ │ ├── mm_plus_mm_3.py │ │ ├── mm_plus_mm_4.py │ │ ├── mm_plus_mm_5.py │ │ ├── mm_plus_mm_6.py │ │ ├── mm_plus_mm_7.py │ │ ├── mm_plus_mm_8.py │ │ ├── mm_plus_mm_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── outputs.json │ ├── permute_linear_fusion │ │ ├── permute_linear_fusion_1.py │ │ ├── permute_linear_fusion_10.py │ │ ├── permute_linear_fusion_2.py │ │ ├── permute_linear_fusion_3.py │ │ ├── permute_linear_fusion_4.py │ │ ├── permute_linear_fusion_5.py │ │ ├── permute_linear_fusion_6.py │ │ ├── permute_linear_fusion_7.py │ │ ├── permute_linear_fusion_8.py │ │ ├── permute_linear_fusion_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── permute_matmul_fusion │ │ ├── permute_matmul_fusion_1.py │ │ ├── permute_matmul_fusion_10.py │ │ ├── permute_matmul_fusion_2.py │ │ ├── permute_matmul_fusion_3.py │ │ ├── permute_matmul_fusion_4.py │ │ ├── permute_matmul_fusion_5.py │ │ ├── permute_matmul_fusion_6.py │ │ ├── permute_matmul_fusion_7.py │ │ ├── permute_matmul_fusion_8.py │ │ ├── permute_matmul_fusion_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── pointless_cumsum_replacement │ │ ├── pointless_cumsum_replacement_1.py │ │ ├── pointless_cumsum_replacement_10.py │ │ ├── pointless_cumsum_replacement_2.py │ │ ├── pointless_cumsum_replacement_3.py │ │ ├── pointless_cumsum_replacement_4.py │ │ ├── pointless_cumsum_replacement_5.py │ │ ├── pointless_cumsum_replacement_6.py │ │ ├── pointless_cumsum_replacement_7.py │ │ ├── pointless_cumsum_replacement_8.py │ │ ├── pointless_cumsum_replacement_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── replace_fx │ │ ├── prompt.txt │ │ ├── replace_fx_1.py │ │ ├── replace_fx_10.py │ │ ├── replace_fx_2.py │ │ ├── replace_fx_3.py │ │ ├── replace_fx_4.py │ │ ├── replace_fx_5.py │ │ ├── replace_fx_6.py │ │ ├── replace_fx_7.py │ │ ├── replace_fx_8.py │ │ ├── replace_fx_9.py │ │ └── time.txt │ ├── sfdp=0 │ │ ├── prompt.txt │ │ ├── sfdp=0_1.py │ │ ├── sfdp=0_10.py │ │ ├── sfdp=0_2.py │ │ ├── sfdp=0_3.py │ │ ├── sfdp=0_4.py │ │ ├── sfdp=0_5.py │ │ ├── sfdp=0_6.py │ │ ├── sfdp=0_7.py │ │ ├── sfdp=0_8.py │ │ ├── sfdp=0_9.py │ │ └── time.txt │ ├── sfdp=1 │ │ ├── prompt.txt │ │ ├── sfdp=1_1.py │ │ ├── sfdp=1_10.py │ │ ├── sfdp=1_2.py │ │ ├── sfdp=1_3.py │ │ ├── sfdp=1_4.py │ │ ├── sfdp=1_5.py │ │ ├── sfdp=1_6.py │ │ ├── sfdp=1_7.py │ │ ├── sfdp=1_8.py │ │ ├── sfdp=1_9.py │ │ └── time.txt │ ├── sfdp=2 │ │ ├── prompt.txt │ │ ├── sfdp=2_1.py │ │ ├── sfdp=2_10.py │ │ ├── sfdp=2_2.py │ │ ├── sfdp=2_3.py │ │ ├── sfdp=2_4.py │ │ ├── sfdp=2_5.py │ │ ├── sfdp=2_6.py │ │ ├── sfdp=2_7.py │ │ ├── sfdp=2_8.py │ │ ├── sfdp=2_9.py │ │ └── time.txt │ ├── sfdp=3 │ │ ├── prompt.txt │ │ ├── sfdp=3_1.py │ │ ├── sfdp=3_10.py │ │ ├── sfdp=3_2.py │ │ ├── sfdp=3_3.py │ │ ├── sfdp=3_4.py │ │ ├── sfdp=3_5.py │ │ ├── sfdp=3_6.py │ │ ├── sfdp=3_7.py │ │ ├── sfdp=3_8.py │ │ ├── sfdp=3_9.py │ │ └── time.txt │ ├── sfdp=4 │ │ ├── prompt.txt │ │ ├── sfdp=4_1.py │ │ ├── sfdp=4_10.py │ │ ├── sfdp=4_2.py │ │ ├── sfdp=4_3.py │ │ ├── sfdp=4_4.py │ │ ├── sfdp=4_5.py │ │ ├── sfdp=4_6.py │ │ ├── sfdp=4_7.py │ │ ├── sfdp=4_8.py │ │ ├── sfdp=4_9.py │ │ └── time.txt │ ├── sfdp=5 │ │ ├── prompt.txt │ │ ├── sfdp=5_1.py │ │ ├── sfdp=5_10.py │ │ ├── sfdp=5_2.py │ │ ├── sfdp=5_3.py │ │ ├── sfdp=5_4.py │ │ ├── sfdp=5_5.py │ │ ├── sfdp=5_6.py │ │ ├── sfdp=5_7.py │ │ ├── sfdp=5_8.py │ │ ├── sfdp=5_9.py │ │ └── time.txt │ ├── sink_cat_after_pointwise │ │ ├── prompt.txt │ │ ├── sink_cat_after_pointwise_1.py │ │ ├── sink_cat_after_pointwise_10.py │ │ ├── sink_cat_after_pointwise_2.py │ │ ├── sink_cat_after_pointwise_3.py │ │ ├── sink_cat_after_pointwise_4.py │ │ ├── sink_cat_after_pointwise_5.py │ │ ├── sink_cat_after_pointwise_6.py │ │ ├── sink_cat_after_pointwise_7.py │ │ ├── sink_cat_after_pointwise_8.py │ │ ├── sink_cat_after_pointwise_9.py │ │ └── time.txt │ ├── splitwithsizes_cat_replace │ │ ├── prompt.txt │ │ ├── splitwithsizes_cat_replace_1.py │ │ ├── splitwithsizes_cat_replace_10.py │ │ ├── splitwithsizes_cat_replace_2.py │ │ ├── splitwithsizes_cat_replace_3.py │ │ ├── splitwithsizes_cat_replace_4.py │ │ ├── splitwithsizes_cat_replace_5.py │ │ ├── splitwithsizes_cat_replace_6.py │ │ ├── splitwithsizes_cat_replace_7.py │ │ ├── splitwithsizes_cat_replace_8.py │ │ ├── splitwithsizes_cat_replace_9.py │ │ └── time.txt │ ├── unary=0 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=0_1.py │ │ ├── unary=0_10.py │ │ ├── unary=0_2.py │ │ ├── unary=0_3.py │ │ ├── unary=0_4.py │ │ ├── unary=0_5.py │ │ ├── unary=0_6.py │ │ ├── unary=0_7.py │ │ ├── unary=0_8.py │ │ └── unary=0_9.py │ ├── unary=1 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=1_1.py │ │ ├── unary=1_10.py │ │ ├── unary=1_2.py │ │ ├── unary=1_3.py │ │ ├── unary=1_4.py │ │ ├── unary=1_5.py │ │ ├── unary=1_6.py │ │ ├── unary=1_7.py │ │ ├── unary=1_8.py │ │ └── unary=1_9.py │ ├── unary=10 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=10_1.py │ │ ├── unary=10_10.py │ │ ├── unary=10_2.py │ │ ├── unary=10_3.py │ │ ├── unary=10_4.py │ │ ├── unary=10_5.py │ │ ├── unary=10_6.py │ │ ├── unary=10_7.py │ │ ├── unary=10_8.py │ │ └── unary=10_9.py │ ├── unary=11 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=11_1.py │ │ ├── unary=11_10.py │ │ ├── unary=11_2.py │ │ ├── unary=11_3.py │ │ ├── unary=11_4.py │ │ ├── unary=11_5.py │ │ ├── unary=11_6.py │ │ ├── unary=11_7.py │ │ ├── unary=11_8.py │ │ └── unary=11_9.py │ ├── unary=12 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=12_1.py │ │ ├── unary=12_10.py │ │ ├── unary=12_2.py │ │ ├── unary=12_3.py │ │ ├── unary=12_4.py │ │ ├── unary=12_5.py │ │ ├── unary=12_6.py │ │ ├── unary=12_7.py │ │ ├── unary=12_8.py │ │ └── unary=12_9.py │ ├── unary=13 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=13_1.py │ │ ├── unary=13_10.py │ │ ├── unary=13_2.py │ │ ├── unary=13_3.py │ │ ├── unary=13_4.py │ │ ├── unary=13_5.py │ │ ├── unary=13_6.py │ │ ├── unary=13_7.py │ │ ├── unary=13_8.py │ │ └── unary=13_9.py │ ├── unary=14 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=14_1.py │ │ ├── unary=14_10.py │ │ ├── unary=14_2.py │ │ ├── unary=14_3.py │ │ ├── unary=14_4.py │ │ ├── unary=14_5.py │ │ ├── unary=14_6.py │ │ ├── unary=14_7.py │ │ ├── unary=14_8.py │ │ └── unary=14_9.py │ ├── unary=15 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=15_1.py │ │ ├── unary=15_10.py │ │ ├── unary=15_2.py │ │ ├── unary=15_3.py │ │ ├── unary=15_4.py │ │ ├── unary=15_5.py │ │ ├── unary=15_6.py │ │ ├── unary=15_7.py │ │ ├── unary=15_8.py │ │ └── unary=15_9.py │ ├── unary=16 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=16_1.py │ │ ├── unary=16_10.py │ │ ├── unary=16_2.py │ │ ├── unary=16_3.py │ │ ├── unary=16_4.py │ │ ├── unary=16_5.py │ │ ├── unary=16_6.py │ │ ├── unary=16_7.py │ │ ├── unary=16_8.py │ │ └── unary=16_9.py │ ├── unary=17 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=17_1.py │ │ ├── unary=17_10.py │ │ ├── unary=17_2.py │ │ ├── unary=17_3.py │ │ ├── unary=17_4.py │ │ ├── unary=17_5.py │ │ ├── unary=17_6.py │ │ ├── unary=17_7.py │ │ ├── unary=17_8.py │ │ └── unary=17_9.py │ ├── unary=18 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=18_1.py │ │ ├── unary=18_10.py │ │ ├── unary=18_2.py │ │ ├── unary=18_3.py │ │ ├── unary=18_4.py │ │ ├── unary=18_5.py │ │ ├── unary=18_6.py │ │ ├── unary=18_7.py │ │ ├── unary=18_8.py │ │ └── unary=18_9.py │ ├── unary=19 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=19_1.py │ │ ├── unary=19_10.py │ │ ├── unary=19_2.py │ │ ├── unary=19_3.py │ │ ├── unary=19_4.py │ │ ├── unary=19_5.py │ │ ├── unary=19_6.py │ │ ├── unary=19_7.py │ │ ├── unary=19_8.py │ │ └── unary=19_9.py │ ├── unary=2 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=2_1.py │ │ ├── unary=2_10.py │ │ ├── unary=2_2.py │ │ ├── unary=2_3.py │ │ ├── unary=2_4.py │ │ ├── unary=2_5.py │ │ ├── unary=2_6.py │ │ ├── unary=2_7.py │ │ ├── unary=2_8.py │ │ └── unary=2_9.py │ ├── unary=20 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=20_1.py │ │ ├── unary=20_10.py │ │ ├── unary=20_2.py │ │ ├── unary=20_3.py │ │ ├── unary=20_4.py │ │ ├── unary=20_5.py │ │ ├── unary=20_6.py │ │ ├── unary=20_7.py │ │ ├── unary=20_8.py │ │ └── unary=20_9.py │ ├── unary=21 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=21_1.py │ │ ├── unary=21_10.py │ │ ├── unary=21_2.py │ │ ├── unary=21_3.py │ │ ├── unary=21_4.py │ │ ├── unary=21_5.py │ │ ├── unary=21_6.py │ │ ├── unary=21_7.py │ │ ├── unary=21_8.py │ │ └── unary=21_9.py │ ├── unary=22 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=22_1.py │ │ ├── unary=22_10.py │ │ ├── unary=22_2.py │ │ ├── unary=22_3.py │ │ ├── unary=22_4.py │ │ ├── unary=22_5.py │ │ ├── unary=22_6.py │ │ ├── unary=22_7.py │ │ ├── unary=22_8.py │ │ └── unary=22_9.py │ ├── unary=23 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=23_1.py │ │ ├── unary=23_10.py │ │ ├── unary=23_2.py │ │ ├── unary=23_3.py │ │ ├── unary=23_4.py │ │ ├── unary=23_5.py │ │ ├── unary=23_6.py │ │ ├── unary=23_7.py │ │ ├── unary=23_8.py │ │ └── unary=23_9.py │ ├── unary=24 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=24_1.py │ │ ├── unary=24_10.py │ │ ├── unary=24_2.py │ │ ├── unary=24_3.py │ │ ├── unary=24_4.py │ │ ├── unary=24_5.py │ │ ├── unary=24_6.py │ │ ├── unary=24_7.py │ │ ├── unary=24_8.py │ │ └── unary=24_9.py │ ├── unary=25 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=25_1.py │ │ ├── unary=25_10.py │ │ ├── unary=25_2.py │ │ ├── unary=25_3.py │ │ ├── unary=25_4.py │ │ ├── unary=25_5.py │ │ ├── unary=25_6.py │ │ ├── unary=25_7.py │ │ ├── unary=25_8.py │ │ └── unary=25_9.py │ ├── unary=26 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=26_1.py │ │ ├── unary=26_10.py │ │ ├── unary=26_2.py │ │ ├── unary=26_3.py │ │ ├── unary=26_4.py │ │ ├── unary=26_5.py │ │ ├── unary=26_6.py │ │ ├── unary=26_7.py │ │ ├── unary=26_8.py │ │ └── unary=26_9.py │ ├── unary=27 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=27_1.py │ │ ├── unary=27_10.py │ │ ├── unary=27_2.py │ │ ├── unary=27_3.py │ │ ├── unary=27_4.py │ │ ├── unary=27_5.py │ │ ├── unary=27_6.py │ │ ├── unary=27_7.py │ │ ├── unary=27_8.py │ │ └── unary=27_9.py │ ├── unary=28 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=28_1.py │ │ ├── unary=28_10.py │ │ ├── unary=28_2.py │ │ ├── unary=28_3.py │ │ ├── unary=28_4.py │ │ ├── unary=28_5.py │ │ ├── unary=28_6.py │ │ ├── unary=28_7.py │ │ ├── unary=28_8.py │ │ └── unary=28_9.py │ ├── unary=29 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=29_1.py │ │ ├── unary=29_10.py │ │ ├── unary=29_2.py │ │ ├── unary=29_3.py │ │ ├── unary=29_4.py │ │ ├── unary=29_5.py │ │ ├── unary=29_6.py │ │ ├── unary=29_7.py │ │ ├── unary=29_8.py │ │ └── unary=29_9.py │ ├── unary=3 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=3_1.py │ │ ├── unary=3_10.py │ │ ├── unary=3_2.py │ │ ├── unary=3_3.py │ │ ├── unary=3_4.py │ │ ├── unary=3_5.py │ │ ├── unary=3_6.py │ │ ├── unary=3_7.py │ │ ├── unary=3_8.py │ │ └── unary=3_9.py │ ├── unary=4 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=4_1.py │ │ ├── unary=4_10.py │ │ ├── unary=4_2.py │ │ ├── unary=4_3.py │ │ ├── unary=4_4.py │ │ ├── unary=4_5.py │ │ ├── unary=4_6.py │ │ ├── unary=4_7.py │ │ ├── unary=4_8.py │ │ └── unary=4_9.py │ ├── unary=5 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=5_1.py │ │ ├── unary=5_10.py │ │ ├── unary=5_2.py │ │ ├── unary=5_3.py │ │ ├── unary=5_4.py │ │ ├── unary=5_5.py │ │ ├── unary=5_6.py │ │ ├── unary=5_7.py │ │ ├── unary=5_8.py │ │ └── unary=5_9.py │ ├── unary=6 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=6_1.py │ │ ├── unary=6_10.py │ │ ├── unary=6_2.py │ │ ├── unary=6_3.py │ │ ├── unary=6_4.py │ │ ├── unary=6_5.py │ │ ├── unary=6_6.py │ │ ├── unary=6_7.py │ │ ├── unary=6_8.py │ │ └── unary=6_9.py │ ├── unary=7 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=7_1.py │ │ ├── unary=7_10.py │ │ ├── unary=7_2.py │ │ ├── unary=7_3.py │ │ ├── unary=7_4.py │ │ ├── unary=7_5.py │ │ ├── unary=7_6.py │ │ ├── unary=7_7.py │ │ ├── unary=7_8.py │ │ └── unary=7_9.py │ ├── unary=8 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=8_1.py │ │ ├── unary=8_10.py │ │ ├── unary=8_2.py │ │ ├── unary=8_3.py │ │ ├── unary=8_4.py │ │ ├── unary=8_5.py │ │ ├── unary=8_6.py │ │ ├── unary=8_7.py │ │ ├── unary=8_8.py │ │ └── unary=8_9.py │ └── unary=9 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=9_1.py │ │ ├── unary=9_10.py │ │ ├── unary=9_2.py │ │ ├── unary=9_3.py │ │ ├── unary=9_4.py │ │ ├── unary=9_5.py │ │ ├── unary=9_6.py │ │ ├── unary=9_7.py │ │ ├── unary=9_8.py │ │ └── unary=9_9.py │ ├── step69-3shot │ ├── addmm │ │ ├── addmm_1.py │ │ ├── addmm_10.py │ │ ├── addmm_2.py │ │ ├── addmm_3.py │ │ ├── addmm_4.py │ │ ├── addmm_5.py │ │ ├── addmm_6.py │ │ ├── addmm_7.py │ │ ├── addmm_8.py │ │ ├── addmm_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── binary=0 │ │ ├── binary=0_1.py │ │ ├── binary=0_10.py │ │ ├── binary=0_2.py │ │ ├── binary=0_3.py │ │ ├── binary=0_4.py │ │ ├── binary=0_5.py │ │ ├── binary=0_6.py │ │ ├── binary=0_7.py │ │ ├── binary=0_8.py │ │ ├── binary=0_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── binary=10 │ │ ├── binary=10_1.py │ │ ├── binary=10_10.py │ │ ├── binary=10_2.py │ │ ├── binary=10_3.py │ │ ├── binary=10_4.py │ │ ├── binary=10_5.py │ │ ├── binary=10_6.py │ │ ├── binary=10_7.py │ │ ├── binary=10_8.py │ │ ├── binary=10_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── binary=2 │ │ ├── binary=2_1.py │ │ ├── binary=2_10.py │ │ ├── binary=2_2.py │ │ ├── binary=2_3.py │ │ ├── binary=2_4.py │ │ ├── binary=2_5.py │ │ ├── binary=2_6.py │ │ ├── binary=2_7.py │ │ ├── binary=2_8.py │ │ ├── binary=2_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── binary=4 │ │ ├── binary=4_1.py │ │ ├── binary=4_10.py │ │ ├── binary=4_2.py │ │ ├── binary=4_3.py │ │ ├── binary=4_4.py │ │ ├── binary=4_5.py │ │ ├── binary=4_6.py │ │ ├── binary=4_7.py │ │ ├── binary=4_8.py │ │ ├── binary=4_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── binary=6 │ │ ├── binary=6_1.py │ │ ├── binary=6_10.py │ │ ├── binary=6_2.py │ │ ├── binary=6_3.py │ │ ├── binary=6_4.py │ │ ├── binary=6_5.py │ │ ├── binary=6_6.py │ │ ├── binary=6_7.py │ │ ├── binary=6_8.py │ │ ├── binary=6_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── binary=8 │ │ ├── binary=8_1.py │ │ ├── binary=8_10.py │ │ ├── binary=8_2.py │ │ ├── binary=8_3.py │ │ ├── binary=8_4.py │ │ ├── binary=8_5.py │ │ ├── binary=8_6.py │ │ ├── binary=8_7.py │ │ ├── binary=8_8.py │ │ ├── binary=8_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── binary_unary=0 │ │ ├── binary_unary=0_1.py │ │ ├── binary_unary=0_10.py │ │ ├── binary_unary=0_2.py │ │ ├── binary_unary=0_3.py │ │ ├── binary_unary=0_4.py │ │ ├── binary_unary=0_5.py │ │ ├── binary_unary=0_6.py │ │ ├── binary_unary=0_7.py │ │ ├── binary_unary=0_8.py │ │ ├── binary_unary=0_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── binary_unary=10 │ │ ├── binary_unary=10_1.py │ │ ├── binary_unary=10_10.py │ │ ├── binary_unary=10_2.py │ │ ├── binary_unary=10_3.py │ │ ├── binary_unary=10_4.py │ │ ├── binary_unary=10_5.py │ │ ├── binary_unary=10_6.py │ │ ├── binary_unary=10_7.py │ │ ├── binary_unary=10_8.py │ │ ├── binary_unary=10_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── binary_unary=2 │ │ ├── binary_unary=2_1.py │ │ ├── binary_unary=2_10.py │ │ ├── binary_unary=2_2.py │ │ ├── binary_unary=2_3.py │ │ ├── binary_unary=2_4.py │ │ ├── binary_unary=2_5.py │ │ ├── binary_unary=2_6.py │ │ ├── binary_unary=2_7.py │ │ ├── binary_unary=2_8.py │ │ ├── binary_unary=2_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── binary_unary=4 │ │ ├── binary_unary=4_1.py │ │ ├── binary_unary=4_10.py │ │ ├── binary_unary=4_2.py │ │ ├── binary_unary=4_3.py │ │ ├── binary_unary=4_4.py │ │ ├── binary_unary=4_5.py │ │ ├── binary_unary=4_6.py │ │ ├── binary_unary=4_7.py │ │ ├── binary_unary=4_8.py │ │ ├── binary_unary=4_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── binary_unary=6 │ │ ├── binary_unary=6_1.py │ │ ├── binary_unary=6_10.py │ │ ├── binary_unary=6_2.py │ │ ├── binary_unary=6_3.py │ │ ├── binary_unary=6_4.py │ │ ├── binary_unary=6_5.py │ │ ├── binary_unary=6_6.py │ │ ├── binary_unary=6_7.py │ │ ├── binary_unary=6_8.py │ │ ├── binary_unary=6_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── binary_unary=8 │ │ ├── binary_unary=8_1.py │ │ ├── binary_unary=8_10.py │ │ ├── binary_unary=8_2.py │ │ ├── binary_unary=8_3.py │ │ ├── binary_unary=8_4.py │ │ ├── binary_unary=8_5.py │ │ ├── binary_unary=8_6.py │ │ ├── binary_unary=8_7.py │ │ ├── binary_unary=8_8.py │ │ ├── binary_unary=8_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── cat_addmm │ │ ├── cat_addmm_1.py │ │ ├── cat_addmm_10.py │ │ ├── cat_addmm_2.py │ │ ├── cat_addmm_3.py │ │ ├── cat_addmm_4.py │ │ ├── cat_addmm_5.py │ │ ├── cat_addmm_6.py │ │ ├── cat_addmm_7.py │ │ ├── cat_addmm_8.py │ │ ├── cat_addmm_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── cat_mm │ │ ├── cat_mm_1.py │ │ ├── cat_mm_10.py │ │ ├── cat_mm_2.py │ │ ├── cat_mm_3.py │ │ ├── cat_mm_4.py │ │ ├── cat_mm_5.py │ │ ├── cat_mm_6.py │ │ ├── cat_mm_7.py │ │ ├── cat_mm_8.py │ │ ├── cat_mm_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── cat_slice_cat │ │ ├── cat_slice_cat_1.py │ │ ├── cat_slice_cat_10.py │ │ ├── cat_slice_cat_2.py │ │ ├── cat_slice_cat_3.py │ │ ├── cat_slice_cat_4.py │ │ ├── cat_slice_cat_5.py │ │ ├── cat_slice_cat_6.py │ │ ├── cat_slice_cat_7.py │ │ ├── cat_slice_cat_8.py │ │ ├── cat_slice_cat_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── fuse_conv_bn │ │ ├── fuse_conv_bn_1.py │ │ ├── fuse_conv_bn_10.py │ │ ├── fuse_conv_bn_2.py │ │ ├── fuse_conv_bn_3.py │ │ ├── fuse_conv_bn_4.py │ │ ├── fuse_conv_bn_5.py │ │ ├── fuse_conv_bn_6.py │ │ ├── fuse_conv_bn_7.py │ │ ├── fuse_conv_bn_8.py │ │ ├── fuse_conv_bn_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── linear_permute_fusion │ │ ├── linear_permute_fusion_1.py │ │ ├── linear_permute_fusion_10.py │ │ ├── linear_permute_fusion_2.py │ │ ├── linear_permute_fusion_3.py │ │ ├── linear_permute_fusion_4.py │ │ ├── linear_permute_fusion_5.py │ │ ├── linear_permute_fusion_6.py │ │ ├── linear_permute_fusion_7.py │ │ ├── linear_permute_fusion_8.py │ │ ├── linear_permute_fusion_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── mm_plus_mm │ │ ├── mm_plus_mm_1.py │ │ ├── mm_plus_mm_10.py │ │ ├── mm_plus_mm_2.py │ │ ├── mm_plus_mm_3.py │ │ ├── mm_plus_mm_4.py │ │ ├── mm_plus_mm_5.py │ │ ├── mm_plus_mm_6.py │ │ ├── mm_plus_mm_7.py │ │ ├── mm_plus_mm_8.py │ │ ├── mm_plus_mm_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── outputs.json │ ├── permute_linear_fusion │ │ ├── permute_linear_fusion_1.py │ │ ├── permute_linear_fusion_10.py │ │ ├── permute_linear_fusion_2.py │ │ ├── permute_linear_fusion_3.py │ │ ├── permute_linear_fusion_4.py │ │ ├── permute_linear_fusion_5.py │ │ ├── permute_linear_fusion_6.py │ │ ├── permute_linear_fusion_7.py │ │ ├── permute_linear_fusion_8.py │ │ ├── permute_linear_fusion_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── permute_matmul_fusion │ │ ├── permute_matmul_fusion_1.py │ │ ├── permute_matmul_fusion_10.py │ │ ├── permute_matmul_fusion_2.py │ │ ├── permute_matmul_fusion_3.py │ │ ├── permute_matmul_fusion_4.py │ │ ├── permute_matmul_fusion_5.py │ │ ├── permute_matmul_fusion_6.py │ │ ├── permute_matmul_fusion_7.py │ │ ├── permute_matmul_fusion_8.py │ │ ├── permute_matmul_fusion_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── pointless_cumsum_replacement │ │ ├── pointless_cumsum_replacement_1.py │ │ ├── pointless_cumsum_replacement_10.py │ │ ├── pointless_cumsum_replacement_2.py │ │ ├── pointless_cumsum_replacement_3.py │ │ ├── pointless_cumsum_replacement_4.py │ │ ├── pointless_cumsum_replacement_5.py │ │ ├── pointless_cumsum_replacement_6.py │ │ ├── pointless_cumsum_replacement_7.py │ │ ├── pointless_cumsum_replacement_8.py │ │ ├── pointless_cumsum_replacement_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── replace_fx │ │ ├── prompt.txt │ │ ├── replace_fx_1.py │ │ ├── replace_fx_10.py │ │ ├── replace_fx_2.py │ │ ├── replace_fx_3.py │ │ ├── replace_fx_4.py │ │ ├── replace_fx_5.py │ │ ├── replace_fx_6.py │ │ ├── replace_fx_7.py │ │ ├── replace_fx_8.py │ │ ├── replace_fx_9.py │ │ └── time.txt │ ├── sfdp=0 │ │ ├── prompt.txt │ │ ├── sfdp=0_1.py │ │ ├── sfdp=0_10.py │ │ ├── sfdp=0_2.py │ │ ├── sfdp=0_3.py │ │ ├── sfdp=0_4.py │ │ ├── sfdp=0_5.py │ │ ├── sfdp=0_6.py │ │ ├── sfdp=0_7.py │ │ ├── sfdp=0_8.py │ │ ├── sfdp=0_9.py │ │ └── time.txt │ ├── sfdp=1 │ │ ├── prompt.txt │ │ ├── sfdp=1_1.py │ │ ├── sfdp=1_10.py │ │ ├── sfdp=1_2.py │ │ ├── sfdp=1_3.py │ │ ├── sfdp=1_4.py │ │ ├── sfdp=1_5.py │ │ ├── sfdp=1_6.py │ │ ├── sfdp=1_7.py │ │ ├── sfdp=1_8.py │ │ ├── sfdp=1_9.py │ │ └── time.txt │ ├── sfdp=2 │ │ ├── prompt.txt │ │ ├── sfdp=2_1.py │ │ ├── sfdp=2_10.py │ │ ├── sfdp=2_2.py │ │ ├── sfdp=2_3.py │ │ ├── sfdp=2_4.py │ │ ├── sfdp=2_5.py │ │ ├── sfdp=2_6.py │ │ ├── sfdp=2_7.py │ │ ├── sfdp=2_8.py │ │ ├── sfdp=2_9.py │ │ └── time.txt │ ├── sfdp=3 │ │ ├── prompt.txt │ │ ├── sfdp=3_1.py │ │ ├── sfdp=3_10.py │ │ ├── sfdp=3_2.py │ │ ├── sfdp=3_3.py │ │ ├── sfdp=3_4.py │ │ ├── sfdp=3_5.py │ │ ├── sfdp=3_6.py │ │ ├── sfdp=3_7.py │ │ ├── sfdp=3_8.py │ │ ├── sfdp=3_9.py │ │ └── time.txt │ ├── sfdp=4 │ │ ├── prompt.txt │ │ ├── sfdp=4_1.py │ │ ├── sfdp=4_10.py │ │ ├── sfdp=4_2.py │ │ ├── sfdp=4_3.py │ │ ├── sfdp=4_4.py │ │ ├── sfdp=4_5.py │ │ ├── sfdp=4_6.py │ │ ├── sfdp=4_7.py │ │ ├── sfdp=4_8.py │ │ ├── sfdp=4_9.py │ │ └── time.txt │ ├── sfdp=5 │ │ ├── prompt.txt │ │ ├── sfdp=5_1.py │ │ ├── sfdp=5_10.py │ │ ├── sfdp=5_2.py │ │ ├── sfdp=5_3.py │ │ ├── sfdp=5_4.py │ │ ├── sfdp=5_5.py │ │ ├── sfdp=5_6.py │ │ ├── sfdp=5_7.py │ │ ├── sfdp=5_8.py │ │ ├── sfdp=5_9.py │ │ └── time.txt │ ├── sink_cat_after_pointwise │ │ ├── prompt.txt │ │ ├── sink_cat_after_pointwise_1.py │ │ ├── sink_cat_after_pointwise_10.py │ │ ├── sink_cat_after_pointwise_2.py │ │ ├── sink_cat_after_pointwise_3.py │ │ ├── sink_cat_after_pointwise_4.py │ │ ├── sink_cat_after_pointwise_5.py │ │ ├── sink_cat_after_pointwise_6.py │ │ ├── sink_cat_after_pointwise_7.py │ │ ├── sink_cat_after_pointwise_8.py │ │ ├── sink_cat_after_pointwise_9.py │ │ └── time.txt │ ├── splitwithsizes_cat_replace │ │ ├── prompt.txt │ │ ├── splitwithsizes_cat_replace_1.py │ │ ├── splitwithsizes_cat_replace_10.py │ │ ├── splitwithsizes_cat_replace_2.py │ │ ├── splitwithsizes_cat_replace_3.py │ │ ├── splitwithsizes_cat_replace_4.py │ │ ├── splitwithsizes_cat_replace_5.py │ │ ├── splitwithsizes_cat_replace_6.py │ │ ├── splitwithsizes_cat_replace_7.py │ │ ├── splitwithsizes_cat_replace_8.py │ │ ├── splitwithsizes_cat_replace_9.py │ │ └── time.txt │ ├── unary=0 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=0_1.py │ │ ├── unary=0_10.py │ │ ├── unary=0_2.py │ │ ├── unary=0_3.py │ │ ├── unary=0_4.py │ │ ├── unary=0_5.py │ │ ├── unary=0_6.py │ │ ├── unary=0_7.py │ │ ├── unary=0_8.py │ │ └── unary=0_9.py │ ├── unary=1 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=1_1.py │ │ ├── unary=1_10.py │ │ ├── unary=1_2.py │ │ ├── unary=1_3.py │ │ ├── unary=1_4.py │ │ ├── unary=1_5.py │ │ ├── unary=1_6.py │ │ ├── unary=1_7.py │ │ ├── unary=1_8.py │ │ └── unary=1_9.py │ ├── unary=10 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=10_1.py │ │ ├── unary=10_10.py │ │ ├── unary=10_2.py │ │ ├── unary=10_3.py │ │ ├── unary=10_4.py │ │ ├── unary=10_5.py │ │ ├── unary=10_6.py │ │ ├── unary=10_7.py │ │ ├── unary=10_8.py │ │ └── unary=10_9.py │ ├── unary=11 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=11_1.py │ │ ├── unary=11_10.py │ │ ├── unary=11_2.py │ │ ├── unary=11_3.py │ │ ├── unary=11_4.py │ │ ├── unary=11_5.py │ │ ├── unary=11_6.py │ │ ├── unary=11_7.py │ │ ├── unary=11_8.py │ │ └── unary=11_9.py │ ├── unary=12 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=12_1.py │ │ ├── unary=12_10.py │ │ ├── unary=12_2.py │ │ ├── unary=12_3.py │ │ ├── unary=12_4.py │ │ ├── unary=12_5.py │ │ ├── unary=12_6.py │ │ ├── unary=12_7.py │ │ ├── unary=12_8.py │ │ └── unary=12_9.py │ ├── unary=13 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=13_1.py │ │ ├── unary=13_10.py │ │ ├── unary=13_2.py │ │ ├── unary=13_3.py │ │ ├── unary=13_4.py │ │ ├── unary=13_5.py │ │ ├── unary=13_6.py │ │ ├── unary=13_7.py │ │ ├── unary=13_8.py │ │ └── unary=13_9.py │ ├── unary=14 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=14_1.py │ │ ├── unary=14_10.py │ │ ├── unary=14_2.py │ │ ├── unary=14_3.py │ │ ├── unary=14_4.py │ │ ├── unary=14_5.py │ │ ├── unary=14_6.py │ │ ├── unary=14_7.py │ │ ├── unary=14_8.py │ │ └── unary=14_9.py │ ├── unary=15 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=15_1.py │ │ ├── unary=15_10.py │ │ ├── unary=15_2.py │ │ ├── unary=15_3.py │ │ ├── unary=15_4.py │ │ ├── unary=15_5.py │ │ ├── unary=15_6.py │ │ ├── unary=15_7.py │ │ ├── unary=15_8.py │ │ └── unary=15_9.py │ ├── unary=16 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=16_1.py │ │ ├── unary=16_10.py │ │ ├── unary=16_2.py │ │ ├── unary=16_3.py │ │ ├── unary=16_4.py │ │ ├── unary=16_5.py │ │ ├── unary=16_6.py │ │ ├── unary=16_7.py │ │ ├── unary=16_8.py │ │ └── unary=16_9.py │ ├── unary=17 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=17_1.py │ │ ├── unary=17_10.py │ │ ├── unary=17_2.py │ │ ├── unary=17_3.py │ │ ├── unary=17_4.py │ │ ├── unary=17_5.py │ │ ├── unary=17_6.py │ │ ├── unary=17_7.py │ │ ├── unary=17_8.py │ │ └── unary=17_9.py │ ├── unary=18 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=18_1.py │ │ ├── unary=18_10.py │ │ ├── unary=18_2.py │ │ ├── unary=18_3.py │ │ ├── unary=18_4.py │ │ ├── unary=18_5.py │ │ ├── unary=18_6.py │ │ ├── unary=18_7.py │ │ ├── unary=18_8.py │ │ └── unary=18_9.py │ ├── unary=19 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=19_1.py │ │ ├── unary=19_10.py │ │ ├── unary=19_2.py │ │ ├── unary=19_3.py │ │ ├── unary=19_4.py │ │ ├── unary=19_5.py │ │ ├── unary=19_6.py │ │ ├── unary=19_7.py │ │ ├── unary=19_8.py │ │ └── unary=19_9.py │ ├── unary=2 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=2_1.py │ │ ├── unary=2_10.py │ │ ├── unary=2_2.py │ │ ├── unary=2_3.py │ │ ├── unary=2_4.py │ │ ├── unary=2_5.py │ │ ├── unary=2_6.py │ │ ├── unary=2_7.py │ │ ├── unary=2_8.py │ │ └── unary=2_9.py │ ├── unary=20 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=20_1.py │ │ ├── unary=20_10.py │ │ ├── unary=20_2.py │ │ ├── unary=20_3.py │ │ ├── unary=20_4.py │ │ ├── unary=20_5.py │ │ ├── unary=20_6.py │ │ ├── unary=20_7.py │ │ ├── unary=20_8.py │ │ └── unary=20_9.py │ ├── unary=21 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=21_1.py │ │ ├── unary=21_10.py │ │ ├── unary=21_2.py │ │ ├── unary=21_3.py │ │ ├── unary=21_4.py │ │ ├── unary=21_5.py │ │ ├── unary=21_6.py │ │ ├── unary=21_7.py │ │ ├── unary=21_8.py │ │ └── unary=21_9.py │ ├── unary=22 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=22_1.py │ │ ├── unary=22_10.py │ │ ├── unary=22_2.py │ │ ├── unary=22_3.py │ │ ├── unary=22_4.py │ │ ├── unary=22_5.py │ │ ├── unary=22_6.py │ │ ├── unary=22_7.py │ │ ├── unary=22_8.py │ │ └── unary=22_9.py │ ├── unary=23 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=23_1.py │ │ ├── unary=23_10.py │ │ ├── unary=23_2.py │ │ ├── unary=23_3.py │ │ ├── unary=23_4.py │ │ ├── unary=23_5.py │ │ ├── unary=23_6.py │ │ ├── unary=23_7.py │ │ ├── unary=23_8.py │ │ └── unary=23_9.py │ ├── unary=24 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=24_1.py │ │ ├── unary=24_10.py │ │ ├── unary=24_2.py │ │ ├── unary=24_3.py │ │ ├── unary=24_4.py │ │ ├── unary=24_5.py │ │ ├── unary=24_6.py │ │ ├── unary=24_7.py │ │ ├── unary=24_8.py │ │ └── unary=24_9.py │ ├── unary=25 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=25_1.py │ │ ├── unary=25_10.py │ │ ├── unary=25_2.py │ │ ├── unary=25_3.py │ │ ├── unary=25_4.py │ │ ├── unary=25_5.py │ │ ├── unary=25_6.py │ │ ├── unary=25_7.py │ │ ├── unary=25_8.py │ │ └── unary=25_9.py │ ├── unary=26 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=26_1.py │ │ ├── unary=26_10.py │ │ ├── unary=26_2.py │ │ ├── unary=26_3.py │ │ ├── unary=26_4.py │ │ ├── unary=26_5.py │ │ ├── unary=26_6.py │ │ ├── unary=26_7.py │ │ ├── unary=26_8.py │ │ └── unary=26_9.py │ ├── unary=27 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=27_1.py │ │ ├── unary=27_10.py │ │ ├── unary=27_2.py │ │ ├── unary=27_3.py │ │ ├── unary=27_4.py │ │ ├── unary=27_5.py │ │ ├── unary=27_6.py │ │ ├── unary=27_7.py │ │ ├── unary=27_8.py │ │ └── unary=27_9.py │ ├── unary=28 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=28_1.py │ │ ├── unary=28_10.py │ │ ├── unary=28_2.py │ │ ├── unary=28_3.py │ │ ├── unary=28_4.py │ │ ├── unary=28_5.py │ │ ├── unary=28_6.py │ │ ├── unary=28_7.py │ │ ├── unary=28_8.py │ │ └── unary=28_9.py │ ├── unary=29 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=29_1.py │ │ ├── unary=29_10.py │ │ ├── unary=29_2.py │ │ ├── unary=29_3.py │ │ ├── unary=29_4.py │ │ ├── unary=29_5.py │ │ ├── unary=29_6.py │ │ ├── unary=29_7.py │ │ ├── unary=29_8.py │ │ └── unary=29_9.py │ ├── unary=3 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=3_1.py │ │ ├── unary=3_10.py │ │ ├── unary=3_2.py │ │ ├── unary=3_3.py │ │ ├── unary=3_4.py │ │ ├── unary=3_5.py │ │ ├── unary=3_6.py │ │ ├── unary=3_7.py │ │ ├── unary=3_8.py │ │ └── unary=3_9.py │ ├── unary=4 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=4_1.py │ │ ├── unary=4_10.py │ │ ├── unary=4_2.py │ │ ├── unary=4_3.py │ │ ├── unary=4_4.py │ │ ├── unary=4_5.py │ │ ├── unary=4_6.py │ │ ├── unary=4_7.py │ │ ├── unary=4_8.py │ │ └── unary=4_9.py │ ├── unary=5 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=5_1.py │ │ ├── unary=5_10.py │ │ ├── unary=5_2.py │ │ ├── unary=5_3.py │ │ ├── unary=5_4.py │ │ ├── unary=5_5.py │ │ ├── unary=5_6.py │ │ ├── unary=5_7.py │ │ ├── unary=5_8.py │ │ └── unary=5_9.py │ ├── unary=6 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=6_1.py │ │ ├── unary=6_10.py │ │ ├── unary=6_2.py │ │ ├── unary=6_3.py │ │ ├── unary=6_4.py │ │ ├── unary=6_5.py │ │ ├── unary=6_6.py │ │ ├── unary=6_7.py │ │ ├── unary=6_8.py │ │ └── unary=6_9.py │ ├── unary=7 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=7_1.py │ │ ├── unary=7_10.py │ │ ├── unary=7_2.py │ │ ├── unary=7_3.py │ │ ├── unary=7_4.py │ │ ├── unary=7_5.py │ │ ├── unary=7_6.py │ │ ├── unary=7_7.py │ │ ├── unary=7_8.py │ │ └── unary=7_9.py │ ├── unary=8 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=8_1.py │ │ ├── unary=8_10.py │ │ ├── unary=8_2.py │ │ ├── unary=8_3.py │ │ ├── unary=8_4.py │ │ ├── unary=8_5.py │ │ ├── unary=8_6.py │ │ ├── unary=8_7.py │ │ ├── unary=8_8.py │ │ └── unary=8_9.py │ └── unary=9 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=9_1.py │ │ ├── unary=9_10.py │ │ ├── unary=9_2.py │ │ ├── unary=9_3.py │ │ ├── unary=9_4.py │ │ ├── unary=9_5.py │ │ ├── unary=9_6.py │ │ ├── unary=9_7.py │ │ ├── unary=9_8.py │ │ └── unary=9_9.py │ ├── step7-3shot │ ├── addmm │ │ ├── addmm_1.py │ │ ├── addmm_10.py │ │ ├── addmm_2.py │ │ ├── addmm_3.py │ │ ├── addmm_4.py │ │ ├── addmm_5.py │ │ ├── addmm_6.py │ │ ├── addmm_7.py │ │ ├── addmm_8.py │ │ ├── addmm_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── binary=0 │ │ ├── binary=0_1.py │ │ ├── binary=0_10.py │ │ ├── binary=0_2.py │ │ ├── binary=0_3.py │ │ ├── binary=0_4.py │ │ ├── binary=0_5.py │ │ ├── binary=0_6.py │ │ ├── binary=0_7.py │ │ ├── binary=0_8.py │ │ ├── binary=0_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── binary=10 │ │ ├── binary=10_1.py │ │ ├── binary=10_10.py │ │ ├── binary=10_2.py │ │ ├── binary=10_3.py │ │ ├── binary=10_4.py │ │ ├── binary=10_5.py │ │ ├── binary=10_6.py │ │ ├── binary=10_7.py │ │ ├── binary=10_8.py │ │ ├── binary=10_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── binary=2 │ │ ├── binary=2_1.py │ │ ├── binary=2_10.py │ │ ├── binary=2_2.py │ │ ├── binary=2_3.py │ │ ├── binary=2_4.py │ │ ├── binary=2_5.py │ │ ├── binary=2_6.py │ │ ├── binary=2_7.py │ │ ├── binary=2_8.py │ │ ├── binary=2_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── binary=4 │ │ ├── binary=4_1.py │ │ ├── binary=4_10.py │ │ ├── binary=4_2.py │ │ ├── binary=4_3.py │ │ ├── binary=4_4.py │ │ ├── binary=4_5.py │ │ ├── binary=4_6.py │ │ ├── binary=4_7.py │ │ ├── binary=4_8.py │ │ ├── binary=4_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── binary=6 │ │ ├── binary=6_1.py │ │ ├── binary=6_10.py │ │ ├── binary=6_2.py │ │ ├── binary=6_3.py │ │ ├── binary=6_4.py │ │ ├── binary=6_5.py │ │ ├── binary=6_6.py │ │ ├── binary=6_7.py │ │ ├── binary=6_8.py │ │ ├── binary=6_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── binary=8 │ │ ├── binary=8_1.py │ │ ├── binary=8_10.py │ │ ├── binary=8_2.py │ │ ├── binary=8_3.py │ │ ├── binary=8_4.py │ │ ├── binary=8_5.py │ │ ├── binary=8_6.py │ │ ├── binary=8_7.py │ │ ├── binary=8_8.py │ │ ├── binary=8_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── binary_unary=0 │ │ ├── binary_unary=0_1.py │ │ ├── binary_unary=0_10.py │ │ ├── binary_unary=0_2.py │ │ ├── binary_unary=0_3.py │ │ ├── binary_unary=0_4.py │ │ ├── binary_unary=0_5.py │ │ ├── binary_unary=0_6.py │ │ ├── binary_unary=0_7.py │ │ ├── binary_unary=0_8.py │ │ ├── binary_unary=0_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── binary_unary=10 │ │ ├── binary_unary=10_1.py │ │ ├── binary_unary=10_10.py │ │ ├── binary_unary=10_2.py │ │ ├── binary_unary=10_3.py │ │ ├── binary_unary=10_4.py │ │ ├── binary_unary=10_5.py │ │ ├── binary_unary=10_6.py │ │ ├── binary_unary=10_7.py │ │ ├── binary_unary=10_8.py │ │ ├── binary_unary=10_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── binary_unary=2 │ │ ├── binary_unary=2_1.py │ │ ├── binary_unary=2_10.py │ │ ├── binary_unary=2_2.py │ │ ├── binary_unary=2_3.py │ │ ├── binary_unary=2_4.py │ │ ├── binary_unary=2_5.py │ │ ├── binary_unary=2_6.py │ │ ├── binary_unary=2_7.py │ │ ├── binary_unary=2_8.py │ │ ├── binary_unary=2_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── binary_unary=4 │ │ ├── binary_unary=4_1.py │ │ ├── binary_unary=4_10.py │ │ ├── binary_unary=4_2.py │ │ ├── binary_unary=4_3.py │ │ ├── binary_unary=4_4.py │ │ ├── binary_unary=4_5.py │ │ ├── binary_unary=4_6.py │ │ ├── binary_unary=4_7.py │ │ ├── binary_unary=4_8.py │ │ ├── binary_unary=4_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── binary_unary=6 │ │ ├── binary_unary=6_1.py │ │ ├── binary_unary=6_10.py │ │ ├── binary_unary=6_2.py │ │ ├── binary_unary=6_3.py │ │ ├── binary_unary=6_4.py │ │ ├── binary_unary=6_5.py │ │ ├── binary_unary=6_6.py │ │ ├── binary_unary=6_7.py │ │ ├── binary_unary=6_8.py │ │ ├── binary_unary=6_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── binary_unary=8 │ │ ├── binary_unary=8_1.py │ │ ├── binary_unary=8_10.py │ │ ├── binary_unary=8_2.py │ │ ├── binary_unary=8_3.py │ │ ├── binary_unary=8_4.py │ │ ├── binary_unary=8_5.py │ │ ├── binary_unary=8_6.py │ │ ├── binary_unary=8_7.py │ │ ├── binary_unary=8_8.py │ │ ├── binary_unary=8_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── cat_addmm │ │ ├── cat_addmm_1.py │ │ ├── cat_addmm_10.py │ │ ├── cat_addmm_2.py │ │ ├── cat_addmm_3.py │ │ ├── cat_addmm_4.py │ │ ├── cat_addmm_5.py │ │ ├── cat_addmm_6.py │ │ ├── cat_addmm_7.py │ │ ├── cat_addmm_8.py │ │ ├── cat_addmm_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── cat_mm │ │ ├── cat_mm_1.py │ │ ├── cat_mm_10.py │ │ ├── cat_mm_2.py │ │ ├── cat_mm_3.py │ │ ├── cat_mm_4.py │ │ ├── cat_mm_5.py │ │ ├── cat_mm_6.py │ │ ├── cat_mm_7.py │ │ ├── cat_mm_8.py │ │ ├── cat_mm_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── cat_slice_cat │ │ ├── cat_slice_cat_1.py │ │ ├── cat_slice_cat_10.py │ │ ├── cat_slice_cat_2.py │ │ ├── cat_slice_cat_3.py │ │ ├── cat_slice_cat_4.py │ │ ├── cat_slice_cat_5.py │ │ ├── cat_slice_cat_6.py │ │ ├── cat_slice_cat_7.py │ │ ├── cat_slice_cat_8.py │ │ ├── cat_slice_cat_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── fuse_conv_bn │ │ ├── fuse_conv_bn_1.py │ │ ├── fuse_conv_bn_10.py │ │ ├── fuse_conv_bn_2.py │ │ ├── fuse_conv_bn_3.py │ │ ├── fuse_conv_bn_4.py │ │ ├── fuse_conv_bn_5.py │ │ ├── fuse_conv_bn_6.py │ │ ├── fuse_conv_bn_7.py │ │ ├── fuse_conv_bn_8.py │ │ ├── fuse_conv_bn_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── linear_permute_fusion │ │ ├── linear_permute_fusion_1.py │ │ ├── linear_permute_fusion_10.py │ │ ├── linear_permute_fusion_2.py │ │ ├── linear_permute_fusion_3.py │ │ ├── linear_permute_fusion_4.py │ │ ├── linear_permute_fusion_5.py │ │ ├── linear_permute_fusion_6.py │ │ ├── linear_permute_fusion_7.py │ │ ├── linear_permute_fusion_8.py │ │ ├── linear_permute_fusion_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── mm_plus_mm │ │ ├── mm_plus_mm_1.py │ │ ├── mm_plus_mm_10.py │ │ ├── mm_plus_mm_2.py │ │ ├── mm_plus_mm_3.py │ │ ├── mm_plus_mm_4.py │ │ ├── mm_plus_mm_5.py │ │ ├── mm_plus_mm_6.py │ │ ├── mm_plus_mm_7.py │ │ ├── mm_plus_mm_8.py │ │ ├── mm_plus_mm_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── outputs.json │ ├── permute_linear_fusion │ │ ├── permute_linear_fusion_1.py │ │ ├── permute_linear_fusion_10.py │ │ ├── permute_linear_fusion_2.py │ │ ├── permute_linear_fusion_3.py │ │ ├── permute_linear_fusion_4.py │ │ ├── permute_linear_fusion_5.py │ │ ├── permute_linear_fusion_6.py │ │ ├── permute_linear_fusion_7.py │ │ ├── permute_linear_fusion_8.py │ │ ├── permute_linear_fusion_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── permute_matmul_fusion │ │ ├── permute_matmul_fusion_1.py │ │ ├── permute_matmul_fusion_10.py │ │ ├── permute_matmul_fusion_2.py │ │ ├── permute_matmul_fusion_3.py │ │ ├── permute_matmul_fusion_4.py │ │ ├── permute_matmul_fusion_5.py │ │ ├── permute_matmul_fusion_6.py │ │ ├── permute_matmul_fusion_7.py │ │ ├── permute_matmul_fusion_8.py │ │ ├── permute_matmul_fusion_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── pointless_cumsum_replacement │ │ ├── pointless_cumsum_replacement_1.py │ │ ├── pointless_cumsum_replacement_10.py │ │ ├── pointless_cumsum_replacement_2.py │ │ ├── pointless_cumsum_replacement_3.py │ │ ├── pointless_cumsum_replacement_4.py │ │ ├── pointless_cumsum_replacement_5.py │ │ ├── pointless_cumsum_replacement_6.py │ │ ├── pointless_cumsum_replacement_7.py │ │ ├── pointless_cumsum_replacement_8.py │ │ ├── pointless_cumsum_replacement_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── replace_fx │ │ ├── prompt.txt │ │ ├── replace_fx_1.py │ │ ├── replace_fx_10.py │ │ ├── replace_fx_2.py │ │ ├── replace_fx_3.py │ │ ├── replace_fx_4.py │ │ ├── replace_fx_5.py │ │ ├── replace_fx_6.py │ │ ├── replace_fx_7.py │ │ ├── replace_fx_8.py │ │ ├── replace_fx_9.py │ │ └── time.txt │ ├── sfdp=0 │ │ ├── prompt.txt │ │ ├── sfdp=0_1.py │ │ ├── sfdp=0_10.py │ │ ├── sfdp=0_2.py │ │ ├── sfdp=0_3.py │ │ ├── sfdp=0_4.py │ │ ├── sfdp=0_5.py │ │ ├── sfdp=0_6.py │ │ ├── sfdp=0_7.py │ │ ├── sfdp=0_8.py │ │ ├── sfdp=0_9.py │ │ └── time.txt │ ├── sfdp=1 │ │ ├── prompt.txt │ │ ├── sfdp=1_1.py │ │ ├── sfdp=1_10.py │ │ ├── sfdp=1_2.py │ │ ├── sfdp=1_3.py │ │ ├── sfdp=1_4.py │ │ ├── sfdp=1_5.py │ │ ├── sfdp=1_6.py │ │ ├── sfdp=1_7.py │ │ ├── sfdp=1_8.py │ │ ├── sfdp=1_9.py │ │ └── time.txt │ ├── sfdp=2 │ │ ├── prompt.txt │ │ ├── sfdp=2_1.py │ │ ├── sfdp=2_10.py │ │ ├── sfdp=2_2.py │ │ ├── sfdp=2_3.py │ │ ├── sfdp=2_4.py │ │ ├── sfdp=2_5.py │ │ ├── sfdp=2_6.py │ │ ├── sfdp=2_7.py │ │ ├── sfdp=2_8.py │ │ ├── sfdp=2_9.py │ │ └── time.txt │ ├── sfdp=3 │ │ ├── prompt.txt │ │ ├── sfdp=3_1.py │ │ ├── sfdp=3_10.py │ │ ├── sfdp=3_2.py │ │ ├── sfdp=3_3.py │ │ ├── sfdp=3_4.py │ │ ├── sfdp=3_5.py │ │ ├── sfdp=3_6.py │ │ ├── sfdp=3_7.py │ │ ├── sfdp=3_8.py │ │ ├── sfdp=3_9.py │ │ └── time.txt │ ├── sfdp=4 │ │ ├── prompt.txt │ │ ├── sfdp=4_1.py │ │ ├── sfdp=4_10.py │ │ ├── sfdp=4_2.py │ │ ├── sfdp=4_3.py │ │ ├── sfdp=4_4.py │ │ ├── sfdp=4_5.py │ │ ├── sfdp=4_6.py │ │ ├── sfdp=4_7.py │ │ ├── sfdp=4_8.py │ │ ├── sfdp=4_9.py │ │ └── time.txt │ ├── sfdp=5 │ │ ├── prompt.txt │ │ ├── sfdp=5_1.py │ │ ├── sfdp=5_10.py │ │ ├── sfdp=5_2.py │ │ ├── sfdp=5_3.py │ │ ├── sfdp=5_4.py │ │ ├── sfdp=5_5.py │ │ ├── sfdp=5_6.py │ │ ├── sfdp=5_7.py │ │ ├── sfdp=5_8.py │ │ ├── sfdp=5_9.py │ │ └── time.txt │ ├── sink_cat_after_pointwise │ │ ├── prompt.txt │ │ ├── sink_cat_after_pointwise_1.py │ │ ├── sink_cat_after_pointwise_10.py │ │ ├── sink_cat_after_pointwise_2.py │ │ ├── sink_cat_after_pointwise_3.py │ │ ├── sink_cat_after_pointwise_4.py │ │ ├── sink_cat_after_pointwise_5.py │ │ ├── sink_cat_after_pointwise_6.py │ │ ├── sink_cat_after_pointwise_7.py │ │ ├── sink_cat_after_pointwise_8.py │ │ ├── sink_cat_after_pointwise_9.py │ │ └── time.txt │ ├── splitwithsizes_cat_replace │ │ ├── prompt.txt │ │ ├── splitwithsizes_cat_replace_1.py │ │ ├── splitwithsizes_cat_replace_10.py │ │ ├── splitwithsizes_cat_replace_2.py │ │ ├── splitwithsizes_cat_replace_3.py │ │ ├── splitwithsizes_cat_replace_4.py │ │ ├── splitwithsizes_cat_replace_5.py │ │ ├── splitwithsizes_cat_replace_6.py │ │ ├── splitwithsizes_cat_replace_7.py │ │ ├── splitwithsizes_cat_replace_8.py │ │ ├── splitwithsizes_cat_replace_9.py │ │ └── time.txt │ ├── unary=0 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=0_1.py │ │ ├── unary=0_10.py │ │ ├── unary=0_2.py │ │ ├── unary=0_3.py │ │ ├── unary=0_4.py │ │ ├── unary=0_5.py │ │ ├── unary=0_6.py │ │ ├── unary=0_7.py │ │ ├── unary=0_8.py │ │ └── unary=0_9.py │ ├── unary=1 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=1_1.py │ │ ├── unary=1_10.py │ │ ├── unary=1_2.py │ │ ├── unary=1_3.py │ │ ├── unary=1_4.py │ │ ├── unary=1_5.py │ │ ├── unary=1_6.py │ │ ├── unary=1_7.py │ │ ├── unary=1_8.py │ │ └── unary=1_9.py │ ├── unary=10 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=10_1.py │ │ ├── unary=10_10.py │ │ ├── unary=10_2.py │ │ ├── unary=10_3.py │ │ ├── unary=10_4.py │ │ ├── unary=10_5.py │ │ ├── unary=10_6.py │ │ ├── unary=10_7.py │ │ ├── unary=10_8.py │ │ └── unary=10_9.py │ ├── unary=11 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=11_1.py │ │ ├── unary=11_10.py │ │ ├── unary=11_2.py │ │ ├── unary=11_3.py │ │ ├── unary=11_4.py │ │ ├── unary=11_5.py │ │ ├── unary=11_6.py │ │ ├── unary=11_7.py │ │ ├── unary=11_8.py │ │ └── unary=11_9.py │ ├── unary=12 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=12_1.py │ │ ├── unary=12_10.py │ │ ├── unary=12_2.py │ │ ├── unary=12_3.py │ │ ├── unary=12_4.py │ │ ├── unary=12_5.py │ │ ├── unary=12_6.py │ │ ├── unary=12_7.py │ │ ├── unary=12_8.py │ │ └── unary=12_9.py │ ├── unary=13 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=13_1.py │ │ ├── unary=13_10.py │ │ ├── unary=13_2.py │ │ ├── unary=13_3.py │ │ ├── unary=13_4.py │ │ ├── unary=13_5.py │ │ ├── unary=13_6.py │ │ ├── unary=13_7.py │ │ ├── unary=13_8.py │ │ └── unary=13_9.py │ ├── unary=14 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=14_1.py │ │ ├── unary=14_10.py │ │ ├── unary=14_2.py │ │ ├── unary=14_3.py │ │ ├── unary=14_4.py │ │ ├── unary=14_5.py │ │ ├── unary=14_6.py │ │ ├── unary=14_7.py │ │ ├── unary=14_8.py │ │ └── unary=14_9.py │ ├── unary=15 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=15_1.py │ │ ├── unary=15_10.py │ │ ├── unary=15_2.py │ │ ├── unary=15_3.py │ │ ├── unary=15_4.py │ │ ├── unary=15_5.py │ │ ├── unary=15_6.py │ │ ├── unary=15_7.py │ │ ├── unary=15_8.py │ │ └── unary=15_9.py │ ├── unary=16 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=16_1.py │ │ ├── unary=16_10.py │ │ ├── unary=16_2.py │ │ ├── unary=16_3.py │ │ ├── unary=16_4.py │ │ ├── unary=16_5.py │ │ ├── unary=16_6.py │ │ ├── unary=16_7.py │ │ ├── unary=16_8.py │ │ └── unary=16_9.py │ ├── unary=17 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=17_1.py │ │ ├── unary=17_10.py │ │ ├── unary=17_2.py │ │ ├── unary=17_3.py │ │ ├── unary=17_4.py │ │ ├── unary=17_5.py │ │ ├── unary=17_6.py │ │ ├── unary=17_7.py │ │ ├── unary=17_8.py │ │ └── unary=17_9.py │ ├── unary=18 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=18_1.py │ │ ├── unary=18_10.py │ │ ├── unary=18_2.py │ │ ├── unary=18_3.py │ │ ├── unary=18_4.py │ │ ├── unary=18_5.py │ │ ├── unary=18_6.py │ │ ├── unary=18_7.py │ │ ├── unary=18_8.py │ │ └── unary=18_9.py │ ├── unary=19 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=19_1.py │ │ ├── unary=19_10.py │ │ ├── unary=19_2.py │ │ ├── unary=19_3.py │ │ ├── unary=19_4.py │ │ ├── unary=19_5.py │ │ ├── unary=19_6.py │ │ ├── unary=19_7.py │ │ ├── unary=19_8.py │ │ └── unary=19_9.py │ ├── unary=2 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=2_1.py │ │ ├── unary=2_10.py │ │ ├── unary=2_2.py │ │ ├── unary=2_3.py │ │ ├── unary=2_4.py │ │ ├── unary=2_5.py │ │ ├── unary=2_6.py │ │ ├── unary=2_7.py │ │ ├── unary=2_8.py │ │ └── unary=2_9.py │ ├── unary=20 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=20_1.py │ │ ├── unary=20_10.py │ │ ├── unary=20_2.py │ │ ├── unary=20_3.py │ │ ├── unary=20_4.py │ │ ├── unary=20_5.py │ │ ├── unary=20_6.py │ │ ├── unary=20_7.py │ │ ├── unary=20_8.py │ │ └── unary=20_9.py │ ├── unary=21 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=21_1.py │ │ ├── unary=21_10.py │ │ ├── unary=21_2.py │ │ ├── unary=21_3.py │ │ ├── unary=21_4.py │ │ ├── unary=21_5.py │ │ ├── unary=21_6.py │ │ ├── unary=21_7.py │ │ ├── unary=21_8.py │ │ └── unary=21_9.py │ ├── unary=22 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=22_1.py │ │ ├── unary=22_10.py │ │ ├── unary=22_2.py │ │ ├── unary=22_3.py │ │ ├── unary=22_4.py │ │ ├── unary=22_5.py │ │ ├── unary=22_6.py │ │ ├── unary=22_7.py │ │ ├── unary=22_8.py │ │ └── unary=22_9.py │ ├── unary=23 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=23_1.py │ │ ├── unary=23_10.py │ │ ├── unary=23_2.py │ │ ├── unary=23_3.py │ │ ├── unary=23_4.py │ │ ├── unary=23_5.py │ │ ├── unary=23_6.py │ │ ├── unary=23_7.py │ │ ├── unary=23_8.py │ │ └── unary=23_9.py │ ├── unary=24 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=24_1.py │ │ ├── unary=24_10.py │ │ ├── unary=24_2.py │ │ ├── unary=24_3.py │ │ ├── unary=24_4.py │ │ ├── unary=24_5.py │ │ ├── unary=24_6.py │ │ ├── unary=24_7.py │ │ ├── unary=24_8.py │ │ └── unary=24_9.py │ ├── unary=25 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=25_1.py │ │ ├── unary=25_10.py │ │ ├── unary=25_2.py │ │ ├── unary=25_3.py │ │ ├── unary=25_4.py │ │ ├── unary=25_5.py │ │ ├── unary=25_6.py │ │ ├── unary=25_7.py │ │ ├── unary=25_8.py │ │ └── unary=25_9.py │ ├── unary=26 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=26_1.py │ │ ├── unary=26_10.py │ │ ├── unary=26_2.py │ │ ├── unary=26_3.py │ │ ├── unary=26_4.py │ │ ├── unary=26_5.py │ │ ├── unary=26_6.py │ │ ├── unary=26_7.py │ │ ├── unary=26_8.py │ │ └── unary=26_9.py │ ├── unary=27 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=27_1.py │ │ ├── unary=27_10.py │ │ ├── unary=27_2.py │ │ ├── unary=27_3.py │ │ ├── unary=27_4.py │ │ ├── unary=27_5.py │ │ ├── unary=27_6.py │ │ ├── unary=27_7.py │ │ ├── unary=27_8.py │ │ └── unary=27_9.py │ ├── unary=28 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=28_1.py │ │ ├── unary=28_10.py │ │ ├── unary=28_2.py │ │ ├── unary=28_3.py │ │ ├── unary=28_4.py │ │ ├── unary=28_5.py │ │ ├── unary=28_6.py │ │ ├── unary=28_7.py │ │ ├── unary=28_8.py │ │ └── unary=28_9.py │ ├── unary=29 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=29_1.py │ │ ├── unary=29_10.py │ │ ├── unary=29_2.py │ │ ├── unary=29_3.py │ │ ├── unary=29_4.py │ │ ├── unary=29_5.py │ │ ├── unary=29_6.py │ │ ├── unary=29_7.py │ │ ├── unary=29_8.py │ │ └── unary=29_9.py │ ├── unary=3 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=3_1.py │ │ ├── unary=3_10.py │ │ ├── unary=3_2.py │ │ ├── unary=3_3.py │ │ ├── unary=3_4.py │ │ ├── unary=3_5.py │ │ ├── unary=3_6.py │ │ ├── unary=3_7.py │ │ ├── unary=3_8.py │ │ └── unary=3_9.py │ ├── unary=4 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=4_1.py │ │ ├── unary=4_10.py │ │ ├── unary=4_2.py │ │ ├── unary=4_3.py │ │ ├── unary=4_4.py │ │ ├── unary=4_5.py │ │ ├── unary=4_6.py │ │ ├── unary=4_7.py │ │ ├── unary=4_8.py │ │ └── unary=4_9.py │ ├── unary=5 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=5_1.py │ │ ├── unary=5_10.py │ │ ├── unary=5_2.py │ │ ├── unary=5_3.py │ │ ├── unary=5_4.py │ │ ├── unary=5_5.py │ │ ├── unary=5_6.py │ │ ├── unary=5_7.py │ │ ├── unary=5_8.py │ │ └── unary=5_9.py │ ├── unary=6 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=6_1.py │ │ ├── unary=6_10.py │ │ ├── unary=6_2.py │ │ ├── unary=6_3.py │ │ ├── unary=6_4.py │ │ ├── unary=6_5.py │ │ ├── unary=6_6.py │ │ ├── unary=6_7.py │ │ ├── unary=6_8.py │ │ └── unary=6_9.py │ ├── unary=7 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=7_1.py │ │ ├── unary=7_10.py │ │ ├── unary=7_2.py │ │ ├── unary=7_3.py │ │ ├── unary=7_4.py │ │ ├── unary=7_5.py │ │ ├── unary=7_6.py │ │ ├── unary=7_7.py │ │ ├── unary=7_8.py │ │ └── unary=7_9.py │ ├── unary=8 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=8_1.py │ │ ├── unary=8_10.py │ │ ├── unary=8_2.py │ │ ├── unary=8_3.py │ │ ├── unary=8_4.py │ │ ├── unary=8_5.py │ │ ├── unary=8_6.py │ │ ├── unary=8_7.py │ │ ├── unary=8_8.py │ │ └── unary=8_9.py │ └── unary=9 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=9_1.py │ │ ├── unary=9_10.py │ │ ├── unary=9_2.py │ │ ├── unary=9_3.py │ │ ├── unary=9_4.py │ │ ├── unary=9_5.py │ │ ├── unary=9_6.py │ │ ├── unary=9_7.py │ │ ├── unary=9_8.py │ │ └── unary=9_9.py │ ├── step70-3shot │ ├── addmm │ │ ├── addmm_1.py │ │ ├── addmm_10.py │ │ ├── addmm_2.py │ │ ├── addmm_3.py │ │ ├── addmm_4.py │ │ ├── addmm_5.py │ │ ├── addmm_6.py │ │ ├── addmm_7.py │ │ ├── addmm_8.py │ │ ├── addmm_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── binary=0 │ │ ├── binary=0_1.py │ │ ├── binary=0_10.py │ │ ├── binary=0_2.py │ │ ├── binary=0_3.py │ │ ├── binary=0_4.py │ │ ├── binary=0_5.py │ │ ├── binary=0_6.py │ │ ├── binary=0_7.py │ │ ├── binary=0_8.py │ │ ├── binary=0_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── binary=10 │ │ ├── binary=10_1.py │ │ ├── binary=10_10.py │ │ ├── binary=10_2.py │ │ ├── binary=10_3.py │ │ ├── binary=10_4.py │ │ ├── binary=10_5.py │ │ ├── binary=10_6.py │ │ ├── binary=10_7.py │ │ ├── binary=10_8.py │ │ ├── binary=10_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── binary=2 │ │ ├── binary=2_1.py │ │ ├── binary=2_10.py │ │ ├── binary=2_2.py │ │ ├── binary=2_3.py │ │ ├── binary=2_4.py │ │ ├── binary=2_5.py │ │ ├── binary=2_6.py │ │ ├── binary=2_7.py │ │ ├── binary=2_8.py │ │ ├── binary=2_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── binary=4 │ │ ├── binary=4_1.py │ │ ├── binary=4_10.py │ │ ├── binary=4_2.py │ │ ├── binary=4_3.py │ │ ├── binary=4_4.py │ │ ├── binary=4_5.py │ │ ├── binary=4_6.py │ │ ├── binary=4_7.py │ │ ├── binary=4_8.py │ │ ├── binary=4_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── binary=6 │ │ ├── binary=6_1.py │ │ ├── binary=6_10.py │ │ ├── binary=6_2.py │ │ ├── binary=6_3.py │ │ ├── binary=6_4.py │ │ ├── binary=6_5.py │ │ ├── binary=6_6.py │ │ ├── binary=6_7.py │ │ ├── binary=6_8.py │ │ ├── binary=6_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── binary=8 │ │ ├── binary=8_1.py │ │ ├── binary=8_10.py │ │ ├── binary=8_2.py │ │ ├── binary=8_3.py │ │ ├── binary=8_4.py │ │ ├── binary=8_5.py │ │ ├── binary=8_6.py │ │ ├── binary=8_7.py │ │ ├── binary=8_8.py │ │ ├── binary=8_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── binary_unary=0 │ │ ├── binary_unary=0_1.py │ │ ├── binary_unary=0_10.py │ │ ├── binary_unary=0_2.py │ │ ├── binary_unary=0_3.py │ │ ├── binary_unary=0_4.py │ │ ├── binary_unary=0_5.py │ │ ├── binary_unary=0_6.py │ │ ├── binary_unary=0_7.py │ │ ├── binary_unary=0_8.py │ │ ├── binary_unary=0_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── binary_unary=10 │ │ ├── binary_unary=10_1.py │ │ ├── binary_unary=10_10.py │ │ ├── binary_unary=10_2.py │ │ ├── binary_unary=10_3.py │ │ ├── binary_unary=10_4.py │ │ ├── binary_unary=10_5.py │ │ ├── binary_unary=10_6.py │ │ ├── binary_unary=10_7.py │ │ ├── binary_unary=10_8.py │ │ ├── binary_unary=10_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── binary_unary=2 │ │ ├── binary_unary=2_1.py │ │ ├── binary_unary=2_10.py │ │ ├── binary_unary=2_2.py │ │ ├── binary_unary=2_3.py │ │ ├── binary_unary=2_4.py │ │ ├── binary_unary=2_5.py │ │ ├── binary_unary=2_6.py │ │ ├── binary_unary=2_7.py │ │ ├── binary_unary=2_8.py │ │ ├── binary_unary=2_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── binary_unary=4 │ │ ├── binary_unary=4_1.py │ │ ├── binary_unary=4_10.py │ │ ├── binary_unary=4_2.py │ │ ├── binary_unary=4_3.py │ │ ├── binary_unary=4_4.py │ │ ├── binary_unary=4_5.py │ │ ├── binary_unary=4_6.py │ │ ├── binary_unary=4_7.py │ │ ├── binary_unary=4_8.py │ │ ├── binary_unary=4_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── binary_unary=6 │ │ ├── binary_unary=6_1.py │ │ ├── binary_unary=6_10.py │ │ ├── binary_unary=6_2.py │ │ ├── binary_unary=6_3.py │ │ ├── binary_unary=6_4.py │ │ ├── binary_unary=6_5.py │ │ ├── binary_unary=6_6.py │ │ ├── binary_unary=6_7.py │ │ ├── binary_unary=6_8.py │ │ ├── binary_unary=6_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── binary_unary=8 │ │ ├── binary_unary=8_1.py │ │ ├── binary_unary=8_10.py │ │ ├── binary_unary=8_2.py │ │ ├── binary_unary=8_3.py │ │ ├── binary_unary=8_4.py │ │ ├── binary_unary=8_5.py │ │ ├── binary_unary=8_6.py │ │ ├── binary_unary=8_7.py │ │ ├── binary_unary=8_8.py │ │ ├── binary_unary=8_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── cat_addmm │ │ ├── cat_addmm_1.py │ │ ├── cat_addmm_10.py │ │ ├── cat_addmm_2.py │ │ ├── cat_addmm_3.py │ │ ├── cat_addmm_4.py │ │ ├── cat_addmm_5.py │ │ ├── cat_addmm_6.py │ │ ├── cat_addmm_7.py │ │ ├── cat_addmm_8.py │ │ ├── cat_addmm_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── cat_mm │ │ ├── cat_mm_1.py │ │ ├── cat_mm_10.py │ │ ├── cat_mm_2.py │ │ ├── cat_mm_3.py │ │ ├── cat_mm_4.py │ │ ├── cat_mm_5.py │ │ ├── cat_mm_6.py │ │ ├── cat_mm_7.py │ │ ├── cat_mm_8.py │ │ ├── cat_mm_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── cat_slice_cat │ │ ├── cat_slice_cat_1.py │ │ ├── cat_slice_cat_10.py │ │ ├── cat_slice_cat_2.py │ │ ├── cat_slice_cat_3.py │ │ ├── cat_slice_cat_4.py │ │ ├── cat_slice_cat_5.py │ │ ├── cat_slice_cat_6.py │ │ ├── cat_slice_cat_7.py │ │ ├── cat_slice_cat_8.py │ │ ├── cat_slice_cat_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── fuse_conv_bn │ │ ├── fuse_conv_bn_1.py │ │ ├── fuse_conv_bn_10.py │ │ ├── fuse_conv_bn_2.py │ │ ├── fuse_conv_bn_3.py │ │ ├── fuse_conv_bn_4.py │ │ ├── fuse_conv_bn_5.py │ │ ├── fuse_conv_bn_6.py │ │ ├── fuse_conv_bn_7.py │ │ ├── fuse_conv_bn_8.py │ │ ├── fuse_conv_bn_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── linear_permute_fusion │ │ ├── linear_permute_fusion_1.py │ │ ├── linear_permute_fusion_10.py │ │ ├── linear_permute_fusion_2.py │ │ ├── linear_permute_fusion_3.py │ │ ├── linear_permute_fusion_4.py │ │ ├── linear_permute_fusion_5.py │ │ ├── linear_permute_fusion_6.py │ │ ├── linear_permute_fusion_7.py │ │ ├── linear_permute_fusion_8.py │ │ ├── linear_permute_fusion_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── mm_plus_mm │ │ ├── mm_plus_mm_1.py │ │ ├── mm_plus_mm_10.py │ │ ├── mm_plus_mm_2.py │ │ ├── mm_plus_mm_3.py │ │ ├── mm_plus_mm_4.py │ │ ├── mm_plus_mm_5.py │ │ ├── mm_plus_mm_6.py │ │ ├── mm_plus_mm_7.py │ │ ├── mm_plus_mm_8.py │ │ ├── mm_plus_mm_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── outputs.json │ ├── permute_linear_fusion │ │ ├── permute_linear_fusion_1.py │ │ ├── permute_linear_fusion_10.py │ │ ├── permute_linear_fusion_2.py │ │ ├── permute_linear_fusion_3.py │ │ ├── permute_linear_fusion_4.py │ │ ├── permute_linear_fusion_5.py │ │ ├── permute_linear_fusion_6.py │ │ ├── permute_linear_fusion_7.py │ │ ├── permute_linear_fusion_8.py │ │ ├── permute_linear_fusion_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── permute_matmul_fusion │ │ ├── permute_matmul_fusion_1.py │ │ ├── permute_matmul_fusion_10.py │ │ ├── permute_matmul_fusion_2.py │ │ ├── permute_matmul_fusion_3.py │ │ ├── permute_matmul_fusion_4.py │ │ ├── permute_matmul_fusion_5.py │ │ ├── permute_matmul_fusion_6.py │ │ ├── permute_matmul_fusion_7.py │ │ ├── permute_matmul_fusion_8.py │ │ ├── permute_matmul_fusion_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── pointless_cumsum_replacement │ │ ├── pointless_cumsum_replacement_1.py │ │ ├── pointless_cumsum_replacement_10.py │ │ ├── pointless_cumsum_replacement_2.py │ │ ├── pointless_cumsum_replacement_3.py │ │ ├── pointless_cumsum_replacement_4.py │ │ ├── pointless_cumsum_replacement_5.py │ │ ├── pointless_cumsum_replacement_6.py │ │ ├── pointless_cumsum_replacement_7.py │ │ ├── pointless_cumsum_replacement_8.py │ │ ├── pointless_cumsum_replacement_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── replace_fx │ │ ├── prompt.txt │ │ ├── replace_fx_1.py │ │ ├── replace_fx_10.py │ │ ├── replace_fx_2.py │ │ ├── replace_fx_3.py │ │ ├── replace_fx_4.py │ │ ├── replace_fx_5.py │ │ ├── replace_fx_6.py │ │ ├── replace_fx_7.py │ │ ├── replace_fx_8.py │ │ ├── replace_fx_9.py │ │ └── time.txt │ ├── sfdp=0 │ │ ├── prompt.txt │ │ ├── sfdp=0_1.py │ │ ├── sfdp=0_10.py │ │ ├── sfdp=0_2.py │ │ ├── sfdp=0_3.py │ │ ├── sfdp=0_4.py │ │ ├── sfdp=0_5.py │ │ ├── sfdp=0_6.py │ │ ├── sfdp=0_7.py │ │ ├── sfdp=0_8.py │ │ ├── sfdp=0_9.py │ │ └── time.txt │ ├── sfdp=1 │ │ ├── prompt.txt │ │ ├── sfdp=1_1.py │ │ ├── sfdp=1_10.py │ │ ├── sfdp=1_2.py │ │ ├── sfdp=1_3.py │ │ ├── sfdp=1_4.py │ │ ├── sfdp=1_5.py │ │ ├── sfdp=1_6.py │ │ ├── sfdp=1_7.py │ │ ├── sfdp=1_8.py │ │ ├── sfdp=1_9.py │ │ └── time.txt │ ├── sfdp=2 │ │ ├── prompt.txt │ │ ├── sfdp=2_1.py │ │ ├── sfdp=2_10.py │ │ ├── sfdp=2_2.py │ │ ├── sfdp=2_3.py │ │ ├── sfdp=2_4.py │ │ ├── sfdp=2_5.py │ │ ├── sfdp=2_6.py │ │ ├── sfdp=2_7.py │ │ ├── sfdp=2_8.py │ │ ├── sfdp=2_9.py │ │ └── time.txt │ ├── sfdp=3 │ │ ├── prompt.txt │ │ ├── sfdp=3_1.py │ │ ├── sfdp=3_10.py │ │ ├── sfdp=3_2.py │ │ ├── sfdp=3_3.py │ │ ├── sfdp=3_4.py │ │ ├── sfdp=3_5.py │ │ ├── sfdp=3_6.py │ │ ├── sfdp=3_7.py │ │ ├── sfdp=3_8.py │ │ ├── sfdp=3_9.py │ │ └── time.txt │ ├── sfdp=4 │ │ ├── prompt.txt │ │ ├── sfdp=4_1.py │ │ ├── sfdp=4_10.py │ │ ├── sfdp=4_2.py │ │ ├── sfdp=4_3.py │ │ ├── sfdp=4_4.py │ │ ├── sfdp=4_5.py │ │ ├── sfdp=4_6.py │ │ ├── sfdp=4_7.py │ │ ├── sfdp=4_8.py │ │ ├── sfdp=4_9.py │ │ └── time.txt │ ├── sfdp=5 │ │ ├── prompt.txt │ │ ├── sfdp=5_1.py │ │ ├── sfdp=5_10.py │ │ ├── sfdp=5_2.py │ │ ├── sfdp=5_3.py │ │ ├── sfdp=5_4.py │ │ ├── sfdp=5_5.py │ │ ├── sfdp=5_6.py │ │ ├── sfdp=5_7.py │ │ ├── sfdp=5_8.py │ │ ├── sfdp=5_9.py │ │ └── time.txt │ ├── sink_cat_after_pointwise │ │ ├── prompt.txt │ │ ├── sink_cat_after_pointwise_1.py │ │ ├── sink_cat_after_pointwise_10.py │ │ ├── sink_cat_after_pointwise_2.py │ │ ├── sink_cat_after_pointwise_3.py │ │ ├── sink_cat_after_pointwise_4.py │ │ ├── sink_cat_after_pointwise_5.py │ │ ├── sink_cat_after_pointwise_6.py │ │ ├── sink_cat_after_pointwise_7.py │ │ ├── sink_cat_after_pointwise_8.py │ │ ├── sink_cat_after_pointwise_9.py │ │ └── time.txt │ ├── splitwithsizes_cat_replace │ │ ├── prompt.txt │ │ ├── splitwithsizes_cat_replace_1.py │ │ ├── splitwithsizes_cat_replace_10.py │ │ ├── splitwithsizes_cat_replace_2.py │ │ ├── splitwithsizes_cat_replace_3.py │ │ ├── splitwithsizes_cat_replace_4.py │ │ ├── splitwithsizes_cat_replace_5.py │ │ ├── splitwithsizes_cat_replace_6.py │ │ ├── splitwithsizes_cat_replace_7.py │ │ ├── splitwithsizes_cat_replace_8.py │ │ ├── splitwithsizes_cat_replace_9.py │ │ └── time.txt │ ├── unary=0 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=0_1.py │ │ ├── unary=0_10.py │ │ ├── unary=0_2.py │ │ ├── unary=0_3.py │ │ ├── unary=0_4.py │ │ ├── unary=0_5.py │ │ ├── unary=0_6.py │ │ ├── unary=0_7.py │ │ ├── unary=0_8.py │ │ └── unary=0_9.py │ ├── unary=1 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=1_1.py │ │ ├── unary=1_10.py │ │ ├── unary=1_2.py │ │ ├── unary=1_3.py │ │ ├── unary=1_4.py │ │ ├── unary=1_5.py │ │ ├── unary=1_6.py │ │ ├── unary=1_7.py │ │ ├── unary=1_8.py │ │ └── unary=1_9.py │ ├── unary=10 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=10_1.py │ │ ├── unary=10_10.py │ │ ├── unary=10_2.py │ │ ├── unary=10_3.py │ │ ├── unary=10_4.py │ │ ├── unary=10_5.py │ │ ├── unary=10_6.py │ │ ├── unary=10_7.py │ │ ├── unary=10_8.py │ │ └── unary=10_9.py │ ├── unary=11 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=11_1.py │ │ ├── unary=11_10.py │ │ ├── unary=11_2.py │ │ ├── unary=11_3.py │ │ ├── unary=11_4.py │ │ ├── unary=11_5.py │ │ ├── unary=11_6.py │ │ ├── unary=11_7.py │ │ ├── unary=11_8.py │ │ └── unary=11_9.py │ ├── unary=12 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=12_1.py │ │ ├── unary=12_10.py │ │ ├── unary=12_2.py │ │ ├── unary=12_3.py │ │ ├── unary=12_4.py │ │ ├── unary=12_5.py │ │ ├── unary=12_6.py │ │ ├── unary=12_7.py │ │ ├── unary=12_8.py │ │ └── unary=12_9.py │ ├── unary=13 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=13_1.py │ │ ├── unary=13_10.py │ │ ├── unary=13_2.py │ │ ├── unary=13_3.py │ │ ├── unary=13_4.py │ │ ├── unary=13_5.py │ │ ├── unary=13_6.py │ │ ├── unary=13_7.py │ │ ├── unary=13_8.py │ │ └── unary=13_9.py │ ├── unary=14 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=14_1.py │ │ ├── unary=14_10.py │ │ ├── unary=14_2.py │ │ ├── unary=14_3.py │ │ ├── unary=14_4.py │ │ ├── unary=14_5.py │ │ ├── unary=14_6.py │ │ ├── unary=14_7.py │ │ ├── unary=14_8.py │ │ └── unary=14_9.py │ ├── unary=15 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=15_1.py │ │ ├── unary=15_10.py │ │ ├── unary=15_2.py │ │ ├── unary=15_3.py │ │ ├── unary=15_4.py │ │ ├── unary=15_5.py │ │ ├── unary=15_6.py │ │ ├── unary=15_7.py │ │ ├── unary=15_8.py │ │ └── unary=15_9.py │ ├── unary=16 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=16_1.py │ │ ├── unary=16_10.py │ │ ├── unary=16_2.py │ │ ├── unary=16_3.py │ │ ├── unary=16_4.py │ │ ├── unary=16_5.py │ │ ├── unary=16_6.py │ │ ├── unary=16_7.py │ │ ├── unary=16_8.py │ │ └── unary=16_9.py │ ├── unary=17 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=17_1.py │ │ ├── unary=17_10.py │ │ ├── unary=17_2.py │ │ ├── unary=17_3.py │ │ ├── unary=17_4.py │ │ ├── unary=17_5.py │ │ ├── unary=17_6.py │ │ ├── unary=17_7.py │ │ ├── unary=17_8.py │ │ └── unary=17_9.py │ ├── unary=18 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=18_1.py │ │ ├── unary=18_10.py │ │ ├── unary=18_2.py │ │ ├── unary=18_3.py │ │ ├── unary=18_4.py │ │ ├── unary=18_5.py │ │ ├── unary=18_6.py │ │ ├── unary=18_7.py │ │ ├── unary=18_8.py │ │ └── unary=18_9.py │ ├── unary=19 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=19_1.py │ │ ├── unary=19_10.py │ │ ├── unary=19_2.py │ │ ├── unary=19_3.py │ │ ├── unary=19_4.py │ │ ├── unary=19_5.py │ │ ├── unary=19_6.py │ │ ├── unary=19_7.py │ │ ├── unary=19_8.py │ │ └── unary=19_9.py │ ├── unary=2 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=2_1.py │ │ ├── unary=2_10.py │ │ ├── unary=2_2.py │ │ ├── unary=2_3.py │ │ ├── unary=2_4.py │ │ ├── unary=2_5.py │ │ ├── unary=2_6.py │ │ ├── unary=2_7.py │ │ ├── unary=2_8.py │ │ └── unary=2_9.py │ ├── unary=20 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=20_1.py │ │ ├── unary=20_10.py │ │ ├── unary=20_2.py │ │ ├── unary=20_3.py │ │ ├── unary=20_4.py │ │ ├── unary=20_5.py │ │ ├── unary=20_6.py │ │ ├── unary=20_7.py │ │ ├── unary=20_8.py │ │ └── unary=20_9.py │ ├── unary=21 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=21_1.py │ │ ├── unary=21_10.py │ │ ├── unary=21_2.py │ │ ├── unary=21_3.py │ │ ├── unary=21_4.py │ │ ├── unary=21_5.py │ │ ├── unary=21_6.py │ │ ├── unary=21_7.py │ │ ├── unary=21_8.py │ │ └── unary=21_9.py │ ├── unary=22 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=22_1.py │ │ ├── unary=22_10.py │ │ ├── unary=22_2.py │ │ ├── unary=22_3.py │ │ ├── unary=22_4.py │ │ ├── unary=22_5.py │ │ ├── unary=22_6.py │ │ ├── unary=22_7.py │ │ ├── unary=22_8.py │ │ └── unary=22_9.py │ ├── unary=23 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=23_1.py │ │ ├── unary=23_10.py │ │ ├── unary=23_2.py │ │ ├── unary=23_3.py │ │ ├── unary=23_4.py │ │ ├── unary=23_5.py │ │ ├── unary=23_6.py │ │ ├── unary=23_7.py │ │ ├── unary=23_8.py │ │ └── unary=23_9.py │ ├── unary=24 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=24_1.py │ │ ├── unary=24_10.py │ │ ├── unary=24_2.py │ │ ├── unary=24_3.py │ │ ├── unary=24_4.py │ │ ├── unary=24_5.py │ │ ├── unary=24_6.py │ │ ├── unary=24_7.py │ │ ├── unary=24_8.py │ │ └── unary=24_9.py │ ├── unary=25 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=25_1.py │ │ ├── unary=25_10.py │ │ ├── unary=25_2.py │ │ ├── unary=25_3.py │ │ ├── unary=25_4.py │ │ ├── unary=25_5.py │ │ ├── unary=25_6.py │ │ ├── unary=25_7.py │ │ ├── unary=25_8.py │ │ └── unary=25_9.py │ ├── unary=26 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=26_1.py │ │ ├── unary=26_10.py │ │ ├── unary=26_2.py │ │ ├── unary=26_3.py │ │ ├── unary=26_4.py │ │ ├── unary=26_5.py │ │ ├── unary=26_6.py │ │ ├── unary=26_7.py │ │ ├── unary=26_8.py │ │ └── unary=26_9.py │ ├── unary=27 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=27_1.py │ │ ├── unary=27_10.py │ │ ├── unary=27_2.py │ │ ├── unary=27_3.py │ │ ├── unary=27_4.py │ │ ├── unary=27_5.py │ │ ├── unary=27_6.py │ │ ├── unary=27_7.py │ │ ├── unary=27_8.py │ │ └── unary=27_9.py │ ├── unary=28 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=28_1.py │ │ ├── unary=28_10.py │ │ ├── unary=28_2.py │ │ ├── unary=28_3.py │ │ ├── unary=28_4.py │ │ ├── unary=28_5.py │ │ ├── unary=28_6.py │ │ ├── unary=28_7.py │ │ ├── unary=28_8.py │ │ └── unary=28_9.py │ ├── unary=29 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=29_1.py │ │ ├── unary=29_10.py │ │ ├── unary=29_2.py │ │ ├── unary=29_3.py │ │ ├── unary=29_4.py │ │ ├── unary=29_5.py │ │ ├── unary=29_6.py │ │ ├── unary=29_7.py │ │ ├── unary=29_8.py │ │ └── unary=29_9.py │ ├── unary=3 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=3_1.py │ │ ├── unary=3_10.py │ │ ├── unary=3_2.py │ │ ├── unary=3_3.py │ │ ├── unary=3_4.py │ │ ├── unary=3_5.py │ │ ├── unary=3_6.py │ │ ├── unary=3_7.py │ │ ├── unary=3_8.py │ │ └── unary=3_9.py │ ├── unary=4 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=4_1.py │ │ ├── unary=4_10.py │ │ ├── unary=4_2.py │ │ ├── unary=4_3.py │ │ ├── unary=4_4.py │ │ ├── unary=4_5.py │ │ ├── unary=4_6.py │ │ ├── unary=4_7.py │ │ ├── unary=4_8.py │ │ └── unary=4_9.py │ ├── unary=5 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=5_1.py │ │ ├── unary=5_10.py │ │ ├── unary=5_2.py │ │ ├── unary=5_3.py │ │ ├── unary=5_4.py │ │ ├── unary=5_5.py │ │ ├── unary=5_6.py │ │ ├── unary=5_7.py │ │ ├── unary=5_8.py │ │ └── unary=5_9.py │ ├── unary=6 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=6_1.py │ │ ├── unary=6_10.py │ │ ├── unary=6_2.py │ │ ├── unary=6_3.py │ │ ├── unary=6_4.py │ │ ├── unary=6_5.py │ │ ├── unary=6_6.py │ │ ├── unary=6_7.py │ │ ├── unary=6_8.py │ │ └── unary=6_9.py │ ├── unary=7 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=7_1.py │ │ ├── unary=7_10.py │ │ ├── unary=7_2.py │ │ ├── unary=7_3.py │ │ ├── unary=7_4.py │ │ ├── unary=7_5.py │ │ ├── unary=7_6.py │ │ ├── unary=7_7.py │ │ ├── unary=7_8.py │ │ └── unary=7_9.py │ ├── unary=8 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=8_1.py │ │ ├── unary=8_10.py │ │ ├── unary=8_2.py │ │ ├── unary=8_3.py │ │ ├── unary=8_4.py │ │ ├── unary=8_5.py │ │ ├── unary=8_6.py │ │ ├── unary=8_7.py │ │ ├── unary=8_8.py │ │ └── unary=8_9.py │ └── unary=9 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=9_1.py │ │ ├── unary=9_10.py │ │ ├── unary=9_2.py │ │ ├── unary=9_3.py │ │ ├── unary=9_4.py │ │ ├── unary=9_5.py │ │ ├── unary=9_6.py │ │ ├── unary=9_7.py │ │ ├── unary=9_8.py │ │ └── unary=9_9.py │ ├── step71-3shot │ ├── addmm │ │ ├── addmm_1.py │ │ ├── addmm_10.py │ │ ├── addmm_2.py │ │ ├── addmm_3.py │ │ ├── addmm_4.py │ │ ├── addmm_5.py │ │ ├── addmm_6.py │ │ ├── addmm_7.py │ │ ├── addmm_8.py │ │ ├── addmm_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── binary=0 │ │ ├── binary=0_1.py │ │ ├── binary=0_10.py │ │ ├── binary=0_2.py │ │ ├── binary=0_3.py │ │ ├── binary=0_4.py │ │ ├── binary=0_5.py │ │ ├── binary=0_6.py │ │ ├── binary=0_7.py │ │ ├── binary=0_8.py │ │ ├── binary=0_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── binary=10 │ │ ├── binary=10_1.py │ │ ├── binary=10_10.py │ │ ├── binary=10_2.py │ │ ├── binary=10_3.py │ │ ├── binary=10_4.py │ │ ├── binary=10_5.py │ │ ├── binary=10_6.py │ │ ├── binary=10_7.py │ │ ├── binary=10_8.py │ │ ├── binary=10_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── binary=2 │ │ ├── binary=2_1.py │ │ ├── binary=2_10.py │ │ ├── binary=2_2.py │ │ ├── binary=2_3.py │ │ ├── binary=2_4.py │ │ ├── binary=2_5.py │ │ ├── binary=2_6.py │ │ ├── binary=2_7.py │ │ ├── binary=2_8.py │ │ ├── binary=2_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── binary=4 │ │ ├── binary=4_1.py │ │ ├── binary=4_10.py │ │ ├── binary=4_2.py │ │ ├── binary=4_3.py │ │ ├── binary=4_4.py │ │ ├── binary=4_5.py │ │ ├── binary=4_6.py │ │ ├── binary=4_7.py │ │ ├── binary=4_8.py │ │ ├── binary=4_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── binary=6 │ │ ├── binary=6_1.py │ │ ├── binary=6_10.py │ │ ├── binary=6_2.py │ │ ├── binary=6_3.py │ │ ├── binary=6_4.py │ │ ├── binary=6_5.py │ │ ├── binary=6_6.py │ │ ├── binary=6_7.py │ │ ├── binary=6_8.py │ │ ├── binary=6_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── binary=8 │ │ ├── binary=8_1.py │ │ ├── binary=8_10.py │ │ ├── binary=8_2.py │ │ ├── binary=8_3.py │ │ ├── binary=8_4.py │ │ ├── binary=8_5.py │ │ ├── binary=8_6.py │ │ ├── binary=8_7.py │ │ ├── binary=8_8.py │ │ ├── binary=8_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── binary_unary=0 │ │ ├── binary_unary=0_1.py │ │ ├── binary_unary=0_10.py │ │ ├── binary_unary=0_2.py │ │ ├── binary_unary=0_3.py │ │ ├── binary_unary=0_4.py │ │ ├── binary_unary=0_5.py │ │ ├── binary_unary=0_6.py │ │ ├── binary_unary=0_7.py │ │ ├── binary_unary=0_8.py │ │ ├── binary_unary=0_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── binary_unary=10 │ │ ├── binary_unary=10_1.py │ │ ├── binary_unary=10_10.py │ │ ├── binary_unary=10_2.py │ │ ├── binary_unary=10_3.py │ │ ├── binary_unary=10_4.py │ │ ├── binary_unary=10_5.py │ │ ├── binary_unary=10_6.py │ │ ├── binary_unary=10_7.py │ │ ├── binary_unary=10_8.py │ │ ├── binary_unary=10_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── binary_unary=2 │ │ ├── binary_unary=2_1.py │ │ ├── binary_unary=2_10.py │ │ ├── binary_unary=2_2.py │ │ ├── binary_unary=2_3.py │ │ ├── binary_unary=2_4.py │ │ ├── binary_unary=2_5.py │ │ ├── binary_unary=2_6.py │ │ ├── binary_unary=2_7.py │ │ ├── binary_unary=2_8.py │ │ ├── binary_unary=2_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── binary_unary=4 │ │ ├── binary_unary=4_1.py │ │ ├── binary_unary=4_10.py │ │ ├── binary_unary=4_2.py │ │ ├── binary_unary=4_3.py │ │ ├── binary_unary=4_4.py │ │ ├── binary_unary=4_5.py │ │ ├── binary_unary=4_6.py │ │ ├── binary_unary=4_7.py │ │ ├── binary_unary=4_8.py │ │ ├── binary_unary=4_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── binary_unary=6 │ │ ├── binary_unary=6_1.py │ │ ├── binary_unary=6_10.py │ │ ├── binary_unary=6_2.py │ │ ├── binary_unary=6_3.py │ │ ├── binary_unary=6_4.py │ │ ├── binary_unary=6_5.py │ │ ├── binary_unary=6_6.py │ │ ├── binary_unary=6_7.py │ │ ├── binary_unary=6_8.py │ │ ├── binary_unary=6_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── binary_unary=8 │ │ ├── binary_unary=8_1.py │ │ ├── binary_unary=8_10.py │ │ ├── binary_unary=8_2.py │ │ ├── binary_unary=8_3.py │ │ ├── binary_unary=8_4.py │ │ ├── binary_unary=8_5.py │ │ ├── binary_unary=8_6.py │ │ ├── binary_unary=8_7.py │ │ ├── binary_unary=8_8.py │ │ ├── binary_unary=8_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── cat_addmm │ │ ├── cat_addmm_1.py │ │ ├── cat_addmm_10.py │ │ ├── cat_addmm_2.py │ │ ├── cat_addmm_3.py │ │ ├── cat_addmm_4.py │ │ ├── cat_addmm_5.py │ │ ├── cat_addmm_6.py │ │ ├── cat_addmm_7.py │ │ ├── cat_addmm_8.py │ │ ├── cat_addmm_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── cat_mm │ │ ├── cat_mm_1.py │ │ ├── cat_mm_10.py │ │ ├── cat_mm_2.py │ │ ├── cat_mm_3.py │ │ ├── cat_mm_4.py │ │ ├── cat_mm_5.py │ │ ├── cat_mm_6.py │ │ ├── cat_mm_7.py │ │ ├── cat_mm_8.py │ │ ├── cat_mm_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── cat_slice_cat │ │ ├── cat_slice_cat_1.py │ │ ├── cat_slice_cat_10.py │ │ ├── cat_slice_cat_2.py │ │ ├── cat_slice_cat_3.py │ │ ├── cat_slice_cat_4.py │ │ ├── cat_slice_cat_5.py │ │ ├── cat_slice_cat_6.py │ │ ├── cat_slice_cat_7.py │ │ ├── cat_slice_cat_8.py │ │ ├── cat_slice_cat_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── fuse_conv_bn │ │ ├── fuse_conv_bn_1.py │ │ ├── fuse_conv_bn_10.py │ │ ├── fuse_conv_bn_2.py │ │ ├── fuse_conv_bn_3.py │ │ ├── fuse_conv_bn_4.py │ │ ├── fuse_conv_bn_5.py │ │ ├── fuse_conv_bn_6.py │ │ ├── fuse_conv_bn_7.py │ │ ├── fuse_conv_bn_8.py │ │ ├── fuse_conv_bn_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── linear_permute_fusion │ │ ├── linear_permute_fusion_1.py │ │ ├── linear_permute_fusion_10.py │ │ ├── linear_permute_fusion_2.py │ │ ├── linear_permute_fusion_3.py │ │ ├── linear_permute_fusion_4.py │ │ ├── linear_permute_fusion_5.py │ │ ├── linear_permute_fusion_6.py │ │ ├── linear_permute_fusion_7.py │ │ ├── linear_permute_fusion_8.py │ │ ├── linear_permute_fusion_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── mm_plus_mm │ │ ├── mm_plus_mm_1.py │ │ ├── mm_plus_mm_10.py │ │ ├── mm_plus_mm_2.py │ │ ├── mm_plus_mm_3.py │ │ ├── mm_plus_mm_4.py │ │ ├── mm_plus_mm_5.py │ │ ├── mm_plus_mm_6.py │ │ ├── mm_plus_mm_7.py │ │ ├── mm_plus_mm_8.py │ │ ├── mm_plus_mm_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── outputs.json │ ├── permute_linear_fusion │ │ ├── permute_linear_fusion_1.py │ │ ├── permute_linear_fusion_10.py │ │ ├── permute_linear_fusion_2.py │ │ ├── permute_linear_fusion_3.py │ │ ├── permute_linear_fusion_4.py │ │ ├── permute_linear_fusion_5.py │ │ ├── permute_linear_fusion_6.py │ │ ├── permute_linear_fusion_7.py │ │ ├── permute_linear_fusion_8.py │ │ ├── permute_linear_fusion_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── permute_matmul_fusion │ │ ├── permute_matmul_fusion_1.py │ │ ├── permute_matmul_fusion_10.py │ │ ├── permute_matmul_fusion_2.py │ │ ├── permute_matmul_fusion_3.py │ │ ├── permute_matmul_fusion_4.py │ │ ├── permute_matmul_fusion_5.py │ │ ├── permute_matmul_fusion_6.py │ │ ├── permute_matmul_fusion_7.py │ │ ├── permute_matmul_fusion_8.py │ │ ├── permute_matmul_fusion_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── pointless_cumsum_replacement │ │ ├── pointless_cumsum_replacement_1.py │ │ ├── pointless_cumsum_replacement_10.py │ │ ├── pointless_cumsum_replacement_2.py │ │ ├── pointless_cumsum_replacement_3.py │ │ ├── pointless_cumsum_replacement_4.py │ │ ├── pointless_cumsum_replacement_5.py │ │ ├── pointless_cumsum_replacement_6.py │ │ ├── pointless_cumsum_replacement_7.py │ │ ├── pointless_cumsum_replacement_8.py │ │ ├── pointless_cumsum_replacement_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── replace_fx │ │ ├── prompt.txt │ │ ├── replace_fx_1.py │ │ ├── replace_fx_10.py │ │ ├── replace_fx_2.py │ │ ├── replace_fx_3.py │ │ ├── replace_fx_4.py │ │ ├── replace_fx_5.py │ │ ├── replace_fx_6.py │ │ ├── replace_fx_7.py │ │ ├── replace_fx_8.py │ │ ├── replace_fx_9.py │ │ └── time.txt │ ├── sfdp=0 │ │ ├── prompt.txt │ │ ├── sfdp=0_1.py │ │ ├── sfdp=0_10.py │ │ ├── sfdp=0_2.py │ │ ├── sfdp=0_3.py │ │ ├── sfdp=0_4.py │ │ ├── sfdp=0_5.py │ │ ├── sfdp=0_6.py │ │ ├── sfdp=0_7.py │ │ ├── sfdp=0_8.py │ │ ├── sfdp=0_9.py │ │ └── time.txt │ ├── sfdp=1 │ │ ├── prompt.txt │ │ ├── sfdp=1_1.py │ │ ├── sfdp=1_10.py │ │ ├── sfdp=1_2.py │ │ ├── sfdp=1_3.py │ │ ├── sfdp=1_4.py │ │ ├── sfdp=1_5.py │ │ ├── sfdp=1_6.py │ │ ├── sfdp=1_7.py │ │ ├── sfdp=1_8.py │ │ ├── sfdp=1_9.py │ │ └── time.txt │ ├── sfdp=2 │ │ ├── prompt.txt │ │ ├── sfdp=2_1.py │ │ ├── sfdp=2_10.py │ │ ├── sfdp=2_2.py │ │ ├── sfdp=2_3.py │ │ ├── sfdp=2_4.py │ │ ├── sfdp=2_5.py │ │ ├── sfdp=2_6.py │ │ ├── sfdp=2_7.py │ │ ├── sfdp=2_8.py │ │ ├── sfdp=2_9.py │ │ └── time.txt │ ├── sfdp=3 │ │ ├── prompt.txt │ │ ├── sfdp=3_1.py │ │ ├── sfdp=3_10.py │ │ ├── sfdp=3_2.py │ │ ├── sfdp=3_3.py │ │ ├── sfdp=3_4.py │ │ ├── sfdp=3_5.py │ │ ├── sfdp=3_6.py │ │ ├── sfdp=3_7.py │ │ ├── sfdp=3_8.py │ │ ├── sfdp=3_9.py │ │ └── time.txt │ ├── sfdp=4 │ │ ├── prompt.txt │ │ ├── sfdp=4_1.py │ │ ├── sfdp=4_10.py │ │ ├── sfdp=4_2.py │ │ ├── sfdp=4_3.py │ │ ├── sfdp=4_4.py │ │ ├── sfdp=4_5.py │ │ ├── sfdp=4_6.py │ │ ├── sfdp=4_7.py │ │ ├── sfdp=4_8.py │ │ ├── sfdp=4_9.py │ │ └── time.txt │ ├── sfdp=5 │ │ ├── prompt.txt │ │ ├── sfdp=5_1.py │ │ ├── sfdp=5_10.py │ │ ├── sfdp=5_2.py │ │ ├── sfdp=5_3.py │ │ ├── sfdp=5_4.py │ │ ├── sfdp=5_5.py │ │ ├── sfdp=5_6.py │ │ ├── sfdp=5_7.py │ │ ├── sfdp=5_8.py │ │ ├── sfdp=5_9.py │ │ └── time.txt │ ├── sink_cat_after_pointwise │ │ ├── prompt.txt │ │ ├── sink_cat_after_pointwise_1.py │ │ ├── sink_cat_after_pointwise_10.py │ │ ├── sink_cat_after_pointwise_2.py │ │ ├── sink_cat_after_pointwise_3.py │ │ ├── sink_cat_after_pointwise_4.py │ │ ├── sink_cat_after_pointwise_5.py │ │ ├── sink_cat_after_pointwise_6.py │ │ ├── sink_cat_after_pointwise_7.py │ │ ├── sink_cat_after_pointwise_8.py │ │ ├── sink_cat_after_pointwise_9.py │ │ └── time.txt │ ├── splitwithsizes_cat_replace │ │ ├── prompt.txt │ │ ├── splitwithsizes_cat_replace_1.py │ │ ├── splitwithsizes_cat_replace_10.py │ │ ├── splitwithsizes_cat_replace_2.py │ │ ├── splitwithsizes_cat_replace_3.py │ │ ├── splitwithsizes_cat_replace_4.py │ │ ├── splitwithsizes_cat_replace_5.py │ │ ├── splitwithsizes_cat_replace_6.py │ │ ├── splitwithsizes_cat_replace_7.py │ │ ├── splitwithsizes_cat_replace_8.py │ │ ├── splitwithsizes_cat_replace_9.py │ │ └── time.txt │ ├── unary=0 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=0_1.py │ │ ├── unary=0_10.py │ │ ├── unary=0_2.py │ │ ├── unary=0_3.py │ │ ├── unary=0_4.py │ │ ├── unary=0_5.py │ │ ├── unary=0_6.py │ │ ├── unary=0_7.py │ │ ├── unary=0_8.py │ │ └── unary=0_9.py │ ├── unary=1 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=1_1.py │ │ ├── unary=1_10.py │ │ ├── unary=1_2.py │ │ ├── unary=1_3.py │ │ ├── unary=1_4.py │ │ ├── unary=1_5.py │ │ ├── unary=1_6.py │ │ ├── unary=1_7.py │ │ ├── unary=1_8.py │ │ └── unary=1_9.py │ ├── unary=10 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=10_1.py │ │ ├── unary=10_10.py │ │ ├── unary=10_2.py │ │ ├── unary=10_3.py │ │ ├── unary=10_4.py │ │ ├── unary=10_5.py │ │ ├── unary=10_6.py │ │ ├── unary=10_7.py │ │ ├── unary=10_8.py │ │ └── unary=10_9.py │ ├── unary=11 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=11_1.py │ │ ├── unary=11_10.py │ │ ├── unary=11_2.py │ │ ├── unary=11_3.py │ │ ├── unary=11_4.py │ │ ├── unary=11_5.py │ │ ├── unary=11_6.py │ │ ├── unary=11_7.py │ │ ├── unary=11_8.py │ │ └── unary=11_9.py │ ├── unary=12 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=12_1.py │ │ ├── unary=12_10.py │ │ ├── unary=12_2.py │ │ ├── unary=12_3.py │ │ ├── unary=12_4.py │ │ ├── unary=12_5.py │ │ ├── unary=12_6.py │ │ ├── unary=12_7.py │ │ ├── unary=12_8.py │ │ └── unary=12_9.py │ ├── unary=13 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=13_1.py │ │ ├── unary=13_10.py │ │ ├── unary=13_2.py │ │ ├── unary=13_3.py │ │ ├── unary=13_4.py │ │ ├── unary=13_5.py │ │ ├── unary=13_6.py │ │ ├── unary=13_7.py │ │ ├── unary=13_8.py │ │ └── unary=13_9.py │ ├── unary=14 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=14_1.py │ │ ├── unary=14_10.py │ │ ├── unary=14_2.py │ │ ├── unary=14_3.py │ │ ├── unary=14_4.py │ │ ├── unary=14_5.py │ │ ├── unary=14_6.py │ │ ├── unary=14_7.py │ │ ├── unary=14_8.py │ │ └── unary=14_9.py │ ├── unary=15 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=15_1.py │ │ ├── unary=15_10.py │ │ ├── unary=15_2.py │ │ ├── unary=15_3.py │ │ ├── unary=15_4.py │ │ ├── unary=15_5.py │ │ ├── unary=15_6.py │ │ ├── unary=15_7.py │ │ ├── unary=15_8.py │ │ └── unary=15_9.py │ ├── unary=16 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=16_1.py │ │ ├── unary=16_10.py │ │ ├── unary=16_2.py │ │ ├── unary=16_3.py │ │ ├── unary=16_4.py │ │ ├── unary=16_5.py │ │ ├── unary=16_6.py │ │ ├── unary=16_7.py │ │ ├── unary=16_8.py │ │ └── unary=16_9.py │ ├── unary=17 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=17_1.py │ │ ├── unary=17_10.py │ │ ├── unary=17_2.py │ │ ├── unary=17_3.py │ │ ├── unary=17_4.py │ │ ├── unary=17_5.py │ │ ├── unary=17_6.py │ │ ├── unary=17_7.py │ │ ├── unary=17_8.py │ │ └── unary=17_9.py │ ├── unary=18 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=18_1.py │ │ ├── unary=18_10.py │ │ ├── unary=18_2.py │ │ ├── unary=18_3.py │ │ ├── unary=18_4.py │ │ ├── unary=18_5.py │ │ ├── unary=18_6.py │ │ ├── unary=18_7.py │ │ ├── unary=18_8.py │ │ └── unary=18_9.py │ ├── unary=19 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=19_1.py │ │ ├── unary=19_10.py │ │ ├── unary=19_2.py │ │ ├── unary=19_3.py │ │ ├── unary=19_4.py │ │ ├── unary=19_5.py │ │ ├── unary=19_6.py │ │ ├── unary=19_7.py │ │ ├── unary=19_8.py │ │ └── unary=19_9.py │ ├── unary=2 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=2_1.py │ │ ├── unary=2_10.py │ │ ├── unary=2_2.py │ │ ├── unary=2_3.py │ │ ├── unary=2_4.py │ │ ├── unary=2_5.py │ │ ├── unary=2_6.py │ │ ├── unary=2_7.py │ │ ├── unary=2_8.py │ │ └── unary=2_9.py │ ├── unary=20 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=20_1.py │ │ ├── unary=20_10.py │ │ ├── unary=20_2.py │ │ ├── unary=20_3.py │ │ ├── unary=20_4.py │ │ ├── unary=20_5.py │ │ ├── unary=20_6.py │ │ ├── unary=20_7.py │ │ ├── unary=20_8.py │ │ └── unary=20_9.py │ ├── unary=21 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=21_1.py │ │ ├── unary=21_10.py │ │ ├── unary=21_2.py │ │ ├── unary=21_3.py │ │ ├── unary=21_4.py │ │ ├── unary=21_5.py │ │ ├── unary=21_6.py │ │ ├── unary=21_7.py │ │ ├── unary=21_8.py │ │ └── unary=21_9.py │ ├── unary=22 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=22_1.py │ │ ├── unary=22_10.py │ │ ├── unary=22_2.py │ │ ├── unary=22_3.py │ │ ├── unary=22_4.py │ │ ├── unary=22_5.py │ │ ├── unary=22_6.py │ │ ├── unary=22_7.py │ │ ├── unary=22_8.py │ │ └── unary=22_9.py │ ├── unary=23 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=23_1.py │ │ ├── unary=23_10.py │ │ ├── unary=23_2.py │ │ ├── unary=23_3.py │ │ ├── unary=23_4.py │ │ ├── unary=23_5.py │ │ ├── unary=23_6.py │ │ ├── unary=23_7.py │ │ ├── unary=23_8.py │ │ └── unary=23_9.py │ ├── unary=24 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=24_1.py │ │ ├── unary=24_10.py │ │ ├── unary=24_2.py │ │ ├── unary=24_3.py │ │ ├── unary=24_4.py │ │ ├── unary=24_5.py │ │ ├── unary=24_6.py │ │ ├── unary=24_7.py │ │ ├── unary=24_8.py │ │ └── unary=24_9.py │ ├── unary=25 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=25_1.py │ │ ├── unary=25_10.py │ │ ├── unary=25_2.py │ │ ├── unary=25_3.py │ │ ├── unary=25_4.py │ │ ├── unary=25_5.py │ │ ├── unary=25_6.py │ │ ├── unary=25_7.py │ │ ├── unary=25_8.py │ │ └── unary=25_9.py │ ├── unary=26 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=26_1.py │ │ ├── unary=26_10.py │ │ ├── unary=26_2.py │ │ ├── unary=26_3.py │ │ ├── unary=26_4.py │ │ ├── unary=26_5.py │ │ ├── unary=26_6.py │ │ ├── unary=26_7.py │ │ ├── unary=26_8.py │ │ └── unary=26_9.py │ ├── unary=27 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=27_1.py │ │ ├── unary=27_10.py │ │ ├── unary=27_2.py │ │ ├── unary=27_3.py │ │ ├── unary=27_4.py │ │ ├── unary=27_5.py │ │ ├── unary=27_6.py │ │ ├── unary=27_7.py │ │ ├── unary=27_8.py │ │ └── unary=27_9.py │ ├── unary=28 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=28_1.py │ │ ├── unary=28_10.py │ │ ├── unary=28_2.py │ │ ├── unary=28_3.py │ │ ├── unary=28_4.py │ │ ├── unary=28_5.py │ │ ├── unary=28_6.py │ │ ├── unary=28_7.py │ │ ├── unary=28_8.py │ │ └── unary=28_9.py │ ├── unary=29 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=29_1.py │ │ ├── unary=29_10.py │ │ ├── unary=29_2.py │ │ ├── unary=29_3.py │ │ ├── unary=29_4.py │ │ ├── unary=29_5.py │ │ ├── unary=29_6.py │ │ ├── unary=29_7.py │ │ ├── unary=29_8.py │ │ └── unary=29_9.py │ ├── unary=3 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=3_1.py │ │ ├── unary=3_10.py │ │ ├── unary=3_2.py │ │ ├── unary=3_3.py │ │ ├── unary=3_4.py │ │ ├── unary=3_5.py │ │ ├── unary=3_6.py │ │ ├── unary=3_7.py │ │ ├── unary=3_8.py │ │ └── unary=3_9.py │ ├── unary=4 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=4_1.py │ │ ├── unary=4_10.py │ │ ├── unary=4_2.py │ │ ├── unary=4_3.py │ │ ├── unary=4_4.py │ │ ├── unary=4_5.py │ │ ├── unary=4_6.py │ │ ├── unary=4_7.py │ │ ├── unary=4_8.py │ │ └── unary=4_9.py │ ├── unary=5 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=5_1.py │ │ ├── unary=5_10.py │ │ ├── unary=5_2.py │ │ ├── unary=5_3.py │ │ ├── unary=5_4.py │ │ ├── unary=5_5.py │ │ ├── unary=5_6.py │ │ ├── unary=5_7.py │ │ ├── unary=5_8.py │ │ └── unary=5_9.py │ ├── unary=6 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=6_1.py │ │ ├── unary=6_10.py │ │ ├── unary=6_2.py │ │ ├── unary=6_3.py │ │ ├── unary=6_4.py │ │ ├── unary=6_5.py │ │ ├── unary=6_6.py │ │ ├── unary=6_7.py │ │ ├── unary=6_8.py │ │ └── unary=6_9.py │ ├── unary=7 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=7_1.py │ │ ├── unary=7_10.py │ │ ├── unary=7_2.py │ │ ├── unary=7_3.py │ │ ├── unary=7_4.py │ │ ├── unary=7_5.py │ │ ├── unary=7_6.py │ │ ├── unary=7_7.py │ │ ├── unary=7_8.py │ │ └── unary=7_9.py │ ├── unary=8 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=8_1.py │ │ ├── unary=8_10.py │ │ ├── unary=8_2.py │ │ ├── unary=8_3.py │ │ ├── unary=8_4.py │ │ ├── unary=8_5.py │ │ ├── unary=8_6.py │ │ ├── unary=8_7.py │ │ ├── unary=8_8.py │ │ └── unary=8_9.py │ └── unary=9 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=9_1.py │ │ ├── unary=9_10.py │ │ ├── unary=9_2.py │ │ ├── unary=9_3.py │ │ ├── unary=9_4.py │ │ ├── unary=9_5.py │ │ ├── unary=9_6.py │ │ ├── unary=9_7.py │ │ ├── unary=9_8.py │ │ └── unary=9_9.py │ ├── step72-3shot │ ├── addmm │ │ ├── addmm_1.py │ │ ├── addmm_10.py │ │ ├── addmm_2.py │ │ ├── addmm_3.py │ │ ├── addmm_4.py │ │ ├── addmm_5.py │ │ ├── addmm_6.py │ │ ├── addmm_7.py │ │ ├── addmm_8.py │ │ ├── addmm_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── binary=0 │ │ ├── binary=0_1.py │ │ ├── binary=0_10.py │ │ ├── binary=0_2.py │ │ ├── binary=0_3.py │ │ ├── binary=0_4.py │ │ ├── binary=0_5.py │ │ ├── binary=0_6.py │ │ ├── binary=0_7.py │ │ ├── binary=0_8.py │ │ ├── binary=0_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── binary=10 │ │ ├── binary=10_1.py │ │ ├── binary=10_10.py │ │ ├── binary=10_2.py │ │ ├── binary=10_3.py │ │ ├── binary=10_4.py │ │ ├── binary=10_5.py │ │ ├── binary=10_6.py │ │ ├── binary=10_7.py │ │ ├── binary=10_8.py │ │ ├── binary=10_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── binary=2 │ │ ├── binary=2_1.py │ │ ├── binary=2_10.py │ │ ├── binary=2_2.py │ │ ├── binary=2_3.py │ │ ├── binary=2_4.py │ │ ├── binary=2_5.py │ │ ├── binary=2_6.py │ │ ├── binary=2_7.py │ │ ├── binary=2_8.py │ │ ├── binary=2_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── binary=4 │ │ ├── binary=4_1.py │ │ ├── binary=4_10.py │ │ ├── binary=4_2.py │ │ ├── binary=4_3.py │ │ ├── binary=4_4.py │ │ ├── binary=4_5.py │ │ ├── binary=4_6.py │ │ ├── binary=4_7.py │ │ ├── binary=4_8.py │ │ ├── binary=4_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── binary=6 │ │ ├── binary=6_1.py │ │ ├── binary=6_10.py │ │ ├── binary=6_2.py │ │ ├── binary=6_3.py │ │ ├── binary=6_4.py │ │ ├── binary=6_5.py │ │ ├── binary=6_6.py │ │ ├── binary=6_7.py │ │ ├── binary=6_8.py │ │ ├── binary=6_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── binary=8 │ │ ├── binary=8_1.py │ │ ├── binary=8_10.py │ │ ├── binary=8_2.py │ │ ├── binary=8_3.py │ │ ├── binary=8_4.py │ │ ├── binary=8_5.py │ │ ├── binary=8_6.py │ │ ├── binary=8_7.py │ │ ├── binary=8_8.py │ │ ├── binary=8_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── binary_unary=0 │ │ ├── binary_unary=0_1.py │ │ ├── binary_unary=0_10.py │ │ ├── binary_unary=0_2.py │ │ ├── binary_unary=0_3.py │ │ ├── binary_unary=0_4.py │ │ ├── binary_unary=0_5.py │ │ ├── binary_unary=0_6.py │ │ ├── binary_unary=0_7.py │ │ ├── binary_unary=0_8.py │ │ ├── binary_unary=0_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── binary_unary=10 │ │ ├── binary_unary=10_1.py │ │ ├── binary_unary=10_10.py │ │ ├── binary_unary=10_2.py │ │ ├── binary_unary=10_3.py │ │ ├── binary_unary=10_4.py │ │ ├── binary_unary=10_5.py │ │ ├── binary_unary=10_6.py │ │ ├── binary_unary=10_7.py │ │ ├── binary_unary=10_8.py │ │ ├── binary_unary=10_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── binary_unary=2 │ │ ├── binary_unary=2_1.py │ │ ├── binary_unary=2_10.py │ │ ├── binary_unary=2_2.py │ │ ├── binary_unary=2_3.py │ │ ├── binary_unary=2_4.py │ │ ├── binary_unary=2_5.py │ │ ├── binary_unary=2_6.py │ │ ├── binary_unary=2_7.py │ │ ├── binary_unary=2_8.py │ │ ├── binary_unary=2_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── binary_unary=4 │ │ ├── binary_unary=4_1.py │ │ ├── binary_unary=4_10.py │ │ ├── binary_unary=4_2.py │ │ ├── binary_unary=4_3.py │ │ ├── binary_unary=4_4.py │ │ ├── binary_unary=4_5.py │ │ ├── binary_unary=4_6.py │ │ ├── binary_unary=4_7.py │ │ ├── binary_unary=4_8.py │ │ ├── binary_unary=4_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── binary_unary=6 │ │ ├── binary_unary=6_1.py │ │ ├── binary_unary=6_10.py │ │ ├── binary_unary=6_2.py │ │ ├── binary_unary=6_3.py │ │ ├── binary_unary=6_4.py │ │ ├── binary_unary=6_5.py │ │ ├── binary_unary=6_6.py │ │ ├── binary_unary=6_7.py │ │ ├── binary_unary=6_8.py │ │ ├── binary_unary=6_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── binary_unary=8 │ │ ├── binary_unary=8_1.py │ │ ├── binary_unary=8_10.py │ │ ├── binary_unary=8_2.py │ │ ├── binary_unary=8_3.py │ │ ├── binary_unary=8_4.py │ │ ├── binary_unary=8_5.py │ │ ├── binary_unary=8_6.py │ │ ├── binary_unary=8_7.py │ │ ├── binary_unary=8_8.py │ │ ├── binary_unary=8_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── cat_addmm │ │ ├── cat_addmm_1.py │ │ ├── cat_addmm_10.py │ │ ├── cat_addmm_2.py │ │ ├── cat_addmm_3.py │ │ ├── cat_addmm_4.py │ │ ├── cat_addmm_5.py │ │ ├── cat_addmm_6.py │ │ ├── cat_addmm_7.py │ │ ├── cat_addmm_8.py │ │ ├── cat_addmm_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── cat_mm │ │ ├── cat_mm_1.py │ │ ├── cat_mm_10.py │ │ ├── cat_mm_2.py │ │ ├── cat_mm_3.py │ │ ├── cat_mm_4.py │ │ ├── cat_mm_5.py │ │ ├── cat_mm_6.py │ │ ├── cat_mm_7.py │ │ ├── cat_mm_8.py │ │ ├── cat_mm_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── cat_slice_cat │ │ ├── cat_slice_cat_1.py │ │ ├── cat_slice_cat_10.py │ │ ├── cat_slice_cat_2.py │ │ ├── cat_slice_cat_3.py │ │ ├── cat_slice_cat_4.py │ │ ├── cat_slice_cat_5.py │ │ ├── cat_slice_cat_6.py │ │ ├── cat_slice_cat_7.py │ │ ├── cat_slice_cat_8.py │ │ ├── cat_slice_cat_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── fuse_conv_bn │ │ ├── fuse_conv_bn_1.py │ │ ├── fuse_conv_bn_10.py │ │ ├── fuse_conv_bn_2.py │ │ ├── fuse_conv_bn_3.py │ │ ├── fuse_conv_bn_4.py │ │ ├── fuse_conv_bn_5.py │ │ ├── fuse_conv_bn_6.py │ │ ├── fuse_conv_bn_7.py │ │ ├── fuse_conv_bn_8.py │ │ ├── fuse_conv_bn_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── linear_permute_fusion │ │ ├── linear_permute_fusion_1.py │ │ ├── linear_permute_fusion_10.py │ │ ├── linear_permute_fusion_2.py │ │ ├── linear_permute_fusion_3.py │ │ ├── linear_permute_fusion_4.py │ │ ├── linear_permute_fusion_5.py │ │ ├── linear_permute_fusion_6.py │ │ ├── linear_permute_fusion_7.py │ │ ├── linear_permute_fusion_8.py │ │ ├── linear_permute_fusion_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── mm_plus_mm │ │ ├── mm_plus_mm_1.py │ │ ├── mm_plus_mm_10.py │ │ ├── mm_plus_mm_2.py │ │ ├── mm_plus_mm_3.py │ │ ├── mm_plus_mm_4.py │ │ ├── mm_plus_mm_5.py │ │ ├── mm_plus_mm_6.py │ │ ├── mm_plus_mm_7.py │ │ ├── mm_plus_mm_8.py │ │ ├── mm_plus_mm_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── outputs.json │ ├── permute_linear_fusion │ │ ├── permute_linear_fusion_1.py │ │ ├── permute_linear_fusion_10.py │ │ ├── permute_linear_fusion_2.py │ │ ├── permute_linear_fusion_3.py │ │ ├── permute_linear_fusion_4.py │ │ ├── permute_linear_fusion_5.py │ │ ├── permute_linear_fusion_6.py │ │ ├── permute_linear_fusion_7.py │ │ ├── permute_linear_fusion_8.py │ │ ├── permute_linear_fusion_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── permute_matmul_fusion │ │ ├── permute_matmul_fusion_1.py │ │ ├── permute_matmul_fusion_10.py │ │ ├── permute_matmul_fusion_2.py │ │ ├── permute_matmul_fusion_3.py │ │ ├── permute_matmul_fusion_4.py │ │ ├── permute_matmul_fusion_5.py │ │ ├── permute_matmul_fusion_6.py │ │ ├── permute_matmul_fusion_7.py │ │ ├── permute_matmul_fusion_8.py │ │ ├── permute_matmul_fusion_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── pointless_cumsum_replacement │ │ ├── pointless_cumsum_replacement_1.py │ │ ├── pointless_cumsum_replacement_10.py │ │ ├── pointless_cumsum_replacement_2.py │ │ ├── pointless_cumsum_replacement_3.py │ │ ├── pointless_cumsum_replacement_4.py │ │ ├── pointless_cumsum_replacement_5.py │ │ ├── pointless_cumsum_replacement_6.py │ │ ├── pointless_cumsum_replacement_7.py │ │ ├── pointless_cumsum_replacement_8.py │ │ ├── pointless_cumsum_replacement_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── replace_fx │ │ ├── prompt.txt │ │ ├── replace_fx_1.py │ │ ├── replace_fx_10.py │ │ ├── replace_fx_2.py │ │ ├── replace_fx_3.py │ │ ├── replace_fx_4.py │ │ ├── replace_fx_5.py │ │ ├── replace_fx_6.py │ │ ├── replace_fx_7.py │ │ ├── replace_fx_8.py │ │ ├── replace_fx_9.py │ │ └── time.txt │ ├── sfdp=0 │ │ ├── prompt.txt │ │ ├── sfdp=0_1.py │ │ ├── sfdp=0_10.py │ │ ├── sfdp=0_2.py │ │ ├── sfdp=0_3.py │ │ ├── sfdp=0_4.py │ │ ├── sfdp=0_5.py │ │ ├── sfdp=0_6.py │ │ ├── sfdp=0_7.py │ │ ├── sfdp=0_8.py │ │ ├── sfdp=0_9.py │ │ └── time.txt │ ├── sfdp=1 │ │ ├── prompt.txt │ │ ├── sfdp=1_1.py │ │ ├── sfdp=1_10.py │ │ ├── sfdp=1_2.py │ │ ├── sfdp=1_3.py │ │ ├── sfdp=1_4.py │ │ ├── sfdp=1_5.py │ │ ├── sfdp=1_6.py │ │ ├── sfdp=1_7.py │ │ ├── sfdp=1_8.py │ │ ├── sfdp=1_9.py │ │ └── time.txt │ ├── sfdp=2 │ │ ├── prompt.txt │ │ ├── sfdp=2_1.py │ │ ├── sfdp=2_10.py │ │ ├── sfdp=2_2.py │ │ ├── sfdp=2_3.py │ │ ├── sfdp=2_4.py │ │ ├── sfdp=2_5.py │ │ ├── sfdp=2_6.py │ │ ├── sfdp=2_7.py │ │ ├── sfdp=2_8.py │ │ ├── sfdp=2_9.py │ │ └── time.txt │ ├── sfdp=3 │ │ ├── prompt.txt │ │ ├── sfdp=3_1.py │ │ ├── sfdp=3_10.py │ │ ├── sfdp=3_2.py │ │ ├── sfdp=3_3.py │ │ ├── sfdp=3_4.py │ │ ├── sfdp=3_5.py │ │ ├── sfdp=3_6.py │ │ ├── sfdp=3_7.py │ │ ├── sfdp=3_8.py │ │ ├── sfdp=3_9.py │ │ └── time.txt │ ├── sfdp=4 │ │ ├── prompt.txt │ │ ├── sfdp=4_1.py │ │ ├── sfdp=4_10.py │ │ ├── sfdp=4_2.py │ │ ├── sfdp=4_3.py │ │ ├── sfdp=4_4.py │ │ ├── sfdp=4_5.py │ │ ├── sfdp=4_6.py │ │ ├── sfdp=4_7.py │ │ ├── sfdp=4_8.py │ │ ├── sfdp=4_9.py │ │ └── time.txt │ ├── sfdp=5 │ │ ├── prompt.txt │ │ ├── sfdp=5_1.py │ │ ├── sfdp=5_10.py │ │ ├── sfdp=5_2.py │ │ ├── sfdp=5_3.py │ │ ├── sfdp=5_4.py │ │ ├── sfdp=5_5.py │ │ ├── sfdp=5_6.py │ │ ├── sfdp=5_7.py │ │ ├── sfdp=5_8.py │ │ ├── sfdp=5_9.py │ │ └── time.txt │ ├── sink_cat_after_pointwise │ │ ├── prompt.txt │ │ ├── sink_cat_after_pointwise_1.py │ │ ├── sink_cat_after_pointwise_10.py │ │ ├── sink_cat_after_pointwise_2.py │ │ ├── sink_cat_after_pointwise_3.py │ │ ├── sink_cat_after_pointwise_4.py │ │ ├── sink_cat_after_pointwise_5.py │ │ ├── sink_cat_after_pointwise_6.py │ │ ├── sink_cat_after_pointwise_7.py │ │ ├── sink_cat_after_pointwise_8.py │ │ ├── sink_cat_after_pointwise_9.py │ │ └── time.txt │ ├── splitwithsizes_cat_replace │ │ ├── prompt.txt │ │ ├── splitwithsizes_cat_replace_1.py │ │ ├── splitwithsizes_cat_replace_10.py │ │ ├── splitwithsizes_cat_replace_2.py │ │ ├── splitwithsizes_cat_replace_3.py │ │ ├── splitwithsizes_cat_replace_4.py │ │ ├── splitwithsizes_cat_replace_5.py │ │ ├── splitwithsizes_cat_replace_6.py │ │ ├── splitwithsizes_cat_replace_7.py │ │ ├── splitwithsizes_cat_replace_8.py │ │ ├── splitwithsizes_cat_replace_9.py │ │ └── time.txt │ ├── unary=0 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=0_1.py │ │ ├── unary=0_10.py │ │ ├── unary=0_2.py │ │ ├── unary=0_3.py │ │ ├── unary=0_4.py │ │ ├── unary=0_5.py │ │ ├── unary=0_6.py │ │ ├── unary=0_7.py │ │ ├── unary=0_8.py │ │ └── unary=0_9.py │ ├── unary=1 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=1_1.py │ │ ├── unary=1_10.py │ │ ├── unary=1_2.py │ │ ├── unary=1_3.py │ │ ├── unary=1_4.py │ │ ├── unary=1_5.py │ │ ├── unary=1_6.py │ │ ├── unary=1_7.py │ │ ├── unary=1_8.py │ │ └── unary=1_9.py │ ├── unary=10 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=10_1.py │ │ ├── unary=10_10.py │ │ ├── unary=10_2.py │ │ ├── unary=10_3.py │ │ ├── unary=10_4.py │ │ ├── unary=10_5.py │ │ ├── unary=10_6.py │ │ ├── unary=10_7.py │ │ ├── unary=10_8.py │ │ └── unary=10_9.py │ ├── unary=11 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=11_1.py │ │ ├── unary=11_10.py │ │ ├── unary=11_2.py │ │ ├── unary=11_3.py │ │ ├── unary=11_4.py │ │ ├── unary=11_5.py │ │ ├── unary=11_6.py │ │ ├── unary=11_7.py │ │ ├── unary=11_8.py │ │ └── unary=11_9.py │ ├── unary=12 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=12_1.py │ │ ├── unary=12_10.py │ │ ├── unary=12_2.py │ │ ├── unary=12_3.py │ │ ├── unary=12_4.py │ │ ├── unary=12_5.py │ │ ├── unary=12_6.py │ │ ├── unary=12_7.py │ │ ├── unary=12_8.py │ │ └── unary=12_9.py │ ├── unary=13 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=13_1.py │ │ ├── unary=13_10.py │ │ ├── unary=13_2.py │ │ ├── unary=13_3.py │ │ ├── unary=13_4.py │ │ ├── unary=13_5.py │ │ ├── unary=13_6.py │ │ ├── unary=13_7.py │ │ ├── unary=13_8.py │ │ └── unary=13_9.py │ ├── unary=14 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=14_1.py │ │ ├── unary=14_10.py │ │ ├── unary=14_2.py │ │ ├── unary=14_3.py │ │ ├── unary=14_4.py │ │ ├── unary=14_5.py │ │ ├── unary=14_6.py │ │ ├── unary=14_7.py │ │ ├── unary=14_8.py │ │ └── unary=14_9.py │ ├── unary=15 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=15_1.py │ │ ├── unary=15_10.py │ │ ├── unary=15_2.py │ │ ├── unary=15_3.py │ │ ├── unary=15_4.py │ │ ├── unary=15_5.py │ │ ├── unary=15_6.py │ │ ├── unary=15_7.py │ │ ├── unary=15_8.py │ │ └── unary=15_9.py │ ├── unary=16 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=16_1.py │ │ ├── unary=16_10.py │ │ ├── unary=16_2.py │ │ ├── unary=16_3.py │ │ ├── unary=16_4.py │ │ ├── unary=16_5.py │ │ ├── unary=16_6.py │ │ ├── unary=16_7.py │ │ ├── unary=16_8.py │ │ └── unary=16_9.py │ ├── unary=17 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=17_1.py │ │ ├── unary=17_10.py │ │ ├── unary=17_2.py │ │ ├── unary=17_3.py │ │ ├── unary=17_4.py │ │ ├── unary=17_5.py │ │ ├── unary=17_6.py │ │ ├── unary=17_7.py │ │ ├── unary=17_8.py │ │ └── unary=17_9.py │ ├── unary=18 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=18_1.py │ │ ├── unary=18_10.py │ │ ├── unary=18_2.py │ │ ├── unary=18_3.py │ │ ├── unary=18_4.py │ │ ├── unary=18_5.py │ │ ├── unary=18_6.py │ │ ├── unary=18_7.py │ │ ├── unary=18_8.py │ │ └── unary=18_9.py │ ├── unary=19 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=19_1.py │ │ ├── unary=19_10.py │ │ ├── unary=19_2.py │ │ ├── unary=19_3.py │ │ ├── unary=19_4.py │ │ ├── unary=19_5.py │ │ ├── unary=19_6.py │ │ ├── unary=19_7.py │ │ ├── unary=19_8.py │ │ └── unary=19_9.py │ ├── unary=2 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=2_1.py │ │ ├── unary=2_10.py │ │ ├── unary=2_2.py │ │ ├── unary=2_3.py │ │ ├── unary=2_4.py │ │ ├── unary=2_5.py │ │ ├── unary=2_6.py │ │ ├── unary=2_7.py │ │ ├── unary=2_8.py │ │ └── unary=2_9.py │ ├── unary=20 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=20_1.py │ │ ├── unary=20_10.py │ │ ├── unary=20_2.py │ │ ├── unary=20_3.py │ │ ├── unary=20_4.py │ │ ├── unary=20_5.py │ │ ├── unary=20_6.py │ │ ├── unary=20_7.py │ │ ├── unary=20_8.py │ │ └── unary=20_9.py │ ├── unary=21 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=21_1.py │ │ ├── unary=21_10.py │ │ ├── unary=21_2.py │ │ ├── unary=21_3.py │ │ ├── unary=21_4.py │ │ ├── unary=21_5.py │ │ ├── unary=21_6.py │ │ ├── unary=21_7.py │ │ ├── unary=21_8.py │ │ └── unary=21_9.py │ ├── unary=22 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=22_1.py │ │ ├── unary=22_10.py │ │ ├── unary=22_2.py │ │ ├── unary=22_3.py │ │ ├── unary=22_4.py │ │ ├── unary=22_5.py │ │ ├── unary=22_6.py │ │ ├── unary=22_7.py │ │ ├── unary=22_8.py │ │ └── unary=22_9.py │ ├── unary=23 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=23_1.py │ │ ├── unary=23_10.py │ │ ├── unary=23_2.py │ │ ├── unary=23_3.py │ │ ├── unary=23_4.py │ │ ├── unary=23_5.py │ │ ├── unary=23_6.py │ │ ├── unary=23_7.py │ │ ├── unary=23_8.py │ │ └── unary=23_9.py │ ├── unary=24 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=24_1.py │ │ ├── unary=24_10.py │ │ ├── unary=24_2.py │ │ ├── unary=24_3.py │ │ ├── unary=24_4.py │ │ ├── unary=24_5.py │ │ ├── unary=24_6.py │ │ ├── unary=24_7.py │ │ ├── unary=24_8.py │ │ └── unary=24_9.py │ ├── unary=25 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=25_1.py │ │ ├── unary=25_10.py │ │ ├── unary=25_2.py │ │ ├── unary=25_3.py │ │ ├── unary=25_4.py │ │ ├── unary=25_5.py │ │ ├── unary=25_6.py │ │ ├── unary=25_7.py │ │ ├── unary=25_8.py │ │ └── unary=25_9.py │ ├── unary=26 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=26_1.py │ │ ├── unary=26_10.py │ │ ├── unary=26_2.py │ │ ├── unary=26_3.py │ │ ├── unary=26_4.py │ │ ├── unary=26_5.py │ │ ├── unary=26_6.py │ │ ├── unary=26_7.py │ │ ├── unary=26_8.py │ │ └── unary=26_9.py │ ├── unary=27 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=27_1.py │ │ ├── unary=27_10.py │ │ ├── unary=27_2.py │ │ ├── unary=27_3.py │ │ ├── unary=27_4.py │ │ ├── unary=27_5.py │ │ ├── unary=27_6.py │ │ ├── unary=27_7.py │ │ ├── unary=27_8.py │ │ └── unary=27_9.py │ ├── unary=28 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=28_1.py │ │ ├── unary=28_10.py │ │ ├── unary=28_2.py │ │ ├── unary=28_3.py │ │ ├── unary=28_4.py │ │ ├── unary=28_5.py │ │ ├── unary=28_6.py │ │ ├── unary=28_7.py │ │ ├── unary=28_8.py │ │ └── unary=28_9.py │ ├── unary=29 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=29_1.py │ │ ├── unary=29_10.py │ │ ├── unary=29_2.py │ │ ├── unary=29_3.py │ │ ├── unary=29_4.py │ │ ├── unary=29_5.py │ │ ├── unary=29_6.py │ │ ├── unary=29_7.py │ │ ├── unary=29_8.py │ │ └── unary=29_9.py │ ├── unary=3 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=3_1.py │ │ ├── unary=3_10.py │ │ ├── unary=3_2.py │ │ ├── unary=3_3.py │ │ ├── unary=3_4.py │ │ ├── unary=3_5.py │ │ ├── unary=3_6.py │ │ ├── unary=3_7.py │ │ ├── unary=3_8.py │ │ └── unary=3_9.py │ ├── unary=4 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=4_1.py │ │ ├── unary=4_10.py │ │ ├── unary=4_2.py │ │ ├── unary=4_3.py │ │ ├── unary=4_4.py │ │ ├── unary=4_5.py │ │ ├── unary=4_6.py │ │ ├── unary=4_7.py │ │ ├── unary=4_8.py │ │ └── unary=4_9.py │ ├── unary=5 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=5_1.py │ │ ├── unary=5_10.py │ │ ├── unary=5_2.py │ │ ├── unary=5_3.py │ │ ├── unary=5_4.py │ │ ├── unary=5_5.py │ │ ├── unary=5_6.py │ │ ├── unary=5_7.py │ │ ├── unary=5_8.py │ │ └── unary=5_9.py │ ├── unary=6 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=6_1.py │ │ ├── unary=6_10.py │ │ ├── unary=6_2.py │ │ ├── unary=6_3.py │ │ ├── unary=6_4.py │ │ ├── unary=6_5.py │ │ ├── unary=6_6.py │ │ ├── unary=6_7.py │ │ ├── unary=6_8.py │ │ └── unary=6_9.py │ ├── unary=7 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=7_1.py │ │ ├── unary=7_10.py │ │ ├── unary=7_2.py │ │ ├── unary=7_3.py │ │ ├── unary=7_4.py │ │ ├── unary=7_5.py │ │ ├── unary=7_6.py │ │ ├── unary=7_7.py │ │ ├── unary=7_8.py │ │ └── unary=7_9.py │ ├── unary=8 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=8_1.py │ │ ├── unary=8_10.py │ │ ├── unary=8_2.py │ │ ├── unary=8_3.py │ │ ├── unary=8_4.py │ │ ├── unary=8_5.py │ │ ├── unary=8_6.py │ │ ├── unary=8_7.py │ │ ├── unary=8_8.py │ │ └── unary=8_9.py │ └── unary=9 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=9_1.py │ │ ├── unary=9_10.py │ │ ├── unary=9_2.py │ │ ├── unary=9_3.py │ │ ├── unary=9_4.py │ │ ├── unary=9_5.py │ │ ├── unary=9_6.py │ │ ├── unary=9_7.py │ │ ├── unary=9_8.py │ │ └── unary=9_9.py │ ├── step73-3shot │ ├── addmm │ │ ├── addmm_1.py │ │ ├── addmm_10.py │ │ ├── addmm_2.py │ │ ├── addmm_3.py │ │ ├── addmm_4.py │ │ ├── addmm_5.py │ │ ├── addmm_6.py │ │ ├── addmm_7.py │ │ ├── addmm_8.py │ │ ├── addmm_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── binary=0 │ │ ├── binary=0_1.py │ │ ├── binary=0_10.py │ │ ├── binary=0_2.py │ │ ├── binary=0_3.py │ │ ├── binary=0_4.py │ │ ├── binary=0_5.py │ │ ├── binary=0_6.py │ │ ├── binary=0_7.py │ │ ├── binary=0_8.py │ │ ├── binary=0_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── binary=10 │ │ ├── binary=10_1.py │ │ ├── binary=10_10.py │ │ ├── binary=10_2.py │ │ ├── binary=10_3.py │ │ ├── binary=10_4.py │ │ ├── binary=10_5.py │ │ ├── binary=10_6.py │ │ ├── binary=10_7.py │ │ ├── binary=10_8.py │ │ ├── binary=10_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── binary=2 │ │ ├── binary=2_1.py │ │ ├── binary=2_10.py │ │ ├── binary=2_2.py │ │ ├── binary=2_3.py │ │ ├── binary=2_4.py │ │ ├── binary=2_5.py │ │ ├── binary=2_6.py │ │ ├── binary=2_7.py │ │ ├── binary=2_8.py │ │ ├── binary=2_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── binary=4 │ │ ├── binary=4_1.py │ │ ├── binary=4_10.py │ │ ├── binary=4_2.py │ │ ├── binary=4_3.py │ │ ├── binary=4_4.py │ │ ├── binary=4_5.py │ │ ├── binary=4_6.py │ │ ├── binary=4_7.py │ │ ├── binary=4_8.py │ │ ├── binary=4_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── binary=6 │ │ ├── binary=6_1.py │ │ ├── binary=6_10.py │ │ ├── binary=6_2.py │ │ ├── binary=6_3.py │ │ ├── binary=6_4.py │ │ ├── binary=6_5.py │ │ ├── binary=6_6.py │ │ ├── binary=6_7.py │ │ ├── binary=6_8.py │ │ ├── binary=6_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── binary=8 │ │ ├── binary=8_1.py │ │ ├── binary=8_10.py │ │ ├── binary=8_2.py │ │ ├── binary=8_3.py │ │ ├── binary=8_4.py │ │ ├── binary=8_5.py │ │ ├── binary=8_6.py │ │ ├── binary=8_7.py │ │ ├── binary=8_8.py │ │ ├── binary=8_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── binary_unary=0 │ │ ├── binary_unary=0_1.py │ │ ├── binary_unary=0_10.py │ │ ├── binary_unary=0_2.py │ │ ├── binary_unary=0_3.py │ │ ├── binary_unary=0_4.py │ │ ├── binary_unary=0_5.py │ │ ├── binary_unary=0_6.py │ │ ├── binary_unary=0_7.py │ │ ├── binary_unary=0_8.py │ │ ├── binary_unary=0_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── binary_unary=10 │ │ ├── binary_unary=10_1.py │ │ ├── binary_unary=10_10.py │ │ ├── binary_unary=10_2.py │ │ ├── binary_unary=10_3.py │ │ ├── binary_unary=10_4.py │ │ ├── binary_unary=10_5.py │ │ ├── binary_unary=10_6.py │ │ ├── binary_unary=10_7.py │ │ ├── binary_unary=10_8.py │ │ ├── binary_unary=10_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── binary_unary=2 │ │ ├── binary_unary=2_1.py │ │ ├── binary_unary=2_10.py │ │ ├── binary_unary=2_2.py │ │ ├── binary_unary=2_3.py │ │ ├── binary_unary=2_4.py │ │ ├── binary_unary=2_5.py │ │ ├── binary_unary=2_6.py │ │ ├── binary_unary=2_7.py │ │ ├── binary_unary=2_8.py │ │ ├── binary_unary=2_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── binary_unary=4 │ │ ├── binary_unary=4_1.py │ │ ├── binary_unary=4_10.py │ │ ├── binary_unary=4_2.py │ │ ├── binary_unary=4_3.py │ │ ├── binary_unary=4_4.py │ │ ├── binary_unary=4_5.py │ │ ├── binary_unary=4_6.py │ │ ├── binary_unary=4_7.py │ │ ├── binary_unary=4_8.py │ │ ├── binary_unary=4_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── binary_unary=6 │ │ ├── binary_unary=6_1.py │ │ ├── binary_unary=6_10.py │ │ ├── binary_unary=6_2.py │ │ ├── binary_unary=6_3.py │ │ ├── binary_unary=6_4.py │ │ ├── binary_unary=6_5.py │ │ ├── binary_unary=6_6.py │ │ ├── binary_unary=6_7.py │ │ ├── binary_unary=6_8.py │ │ ├── binary_unary=6_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── binary_unary=8 │ │ ├── binary_unary=8_1.py │ │ ├── binary_unary=8_10.py │ │ ├── binary_unary=8_2.py │ │ ├── binary_unary=8_3.py │ │ ├── binary_unary=8_4.py │ │ ├── binary_unary=8_5.py │ │ ├── binary_unary=8_6.py │ │ ├── binary_unary=8_7.py │ │ ├── binary_unary=8_8.py │ │ ├── binary_unary=8_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── cat_addmm │ │ ├── cat_addmm_1.py │ │ ├── cat_addmm_10.py │ │ ├── cat_addmm_2.py │ │ ├── cat_addmm_3.py │ │ ├── cat_addmm_4.py │ │ ├── cat_addmm_5.py │ │ ├── cat_addmm_6.py │ │ ├── cat_addmm_7.py │ │ ├── cat_addmm_8.py │ │ ├── cat_addmm_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── cat_mm │ │ ├── cat_mm_1.py │ │ ├── cat_mm_10.py │ │ ├── cat_mm_2.py │ │ ├── cat_mm_3.py │ │ ├── cat_mm_4.py │ │ ├── cat_mm_5.py │ │ ├── cat_mm_6.py │ │ ├── cat_mm_7.py │ │ ├── cat_mm_8.py │ │ ├── cat_mm_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── cat_slice_cat │ │ ├── cat_slice_cat_1.py │ │ ├── cat_slice_cat_10.py │ │ ├── cat_slice_cat_2.py │ │ ├── cat_slice_cat_3.py │ │ ├── cat_slice_cat_4.py │ │ ├── cat_slice_cat_5.py │ │ ├── cat_slice_cat_6.py │ │ ├── cat_slice_cat_7.py │ │ ├── cat_slice_cat_8.py │ │ ├── cat_slice_cat_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── fuse_conv_bn │ │ ├── fuse_conv_bn_1.py │ │ ├── fuse_conv_bn_10.py │ │ ├── fuse_conv_bn_2.py │ │ ├── fuse_conv_bn_3.py │ │ ├── fuse_conv_bn_4.py │ │ ├── fuse_conv_bn_5.py │ │ ├── fuse_conv_bn_6.py │ │ ├── fuse_conv_bn_7.py │ │ ├── fuse_conv_bn_8.py │ │ ├── fuse_conv_bn_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── linear_permute_fusion │ │ ├── linear_permute_fusion_1.py │ │ ├── linear_permute_fusion_10.py │ │ ├── linear_permute_fusion_2.py │ │ ├── linear_permute_fusion_3.py │ │ ├── linear_permute_fusion_4.py │ │ ├── linear_permute_fusion_5.py │ │ ├── linear_permute_fusion_6.py │ │ ├── linear_permute_fusion_7.py │ │ ├── linear_permute_fusion_8.py │ │ ├── linear_permute_fusion_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── mm_plus_mm │ │ ├── mm_plus_mm_1.py │ │ ├── mm_plus_mm_10.py │ │ ├── mm_plus_mm_2.py │ │ ├── mm_plus_mm_3.py │ │ ├── mm_plus_mm_4.py │ │ ├── mm_plus_mm_5.py │ │ ├── mm_plus_mm_6.py │ │ ├── mm_plus_mm_7.py │ │ ├── mm_plus_mm_8.py │ │ ├── mm_plus_mm_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── outputs.json │ ├── permute_linear_fusion │ │ ├── permute_linear_fusion_1.py │ │ ├── permute_linear_fusion_10.py │ │ ├── permute_linear_fusion_2.py │ │ ├── permute_linear_fusion_3.py │ │ ├── permute_linear_fusion_4.py │ │ ├── permute_linear_fusion_5.py │ │ ├── permute_linear_fusion_6.py │ │ ├── permute_linear_fusion_7.py │ │ ├── permute_linear_fusion_8.py │ │ ├── permute_linear_fusion_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── permute_matmul_fusion │ │ ├── permute_matmul_fusion_1.py │ │ ├── permute_matmul_fusion_10.py │ │ ├── permute_matmul_fusion_2.py │ │ ├── permute_matmul_fusion_3.py │ │ ├── permute_matmul_fusion_4.py │ │ ├── permute_matmul_fusion_5.py │ │ ├── permute_matmul_fusion_6.py │ │ ├── permute_matmul_fusion_7.py │ │ ├── permute_matmul_fusion_8.py │ │ ├── permute_matmul_fusion_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── pointless_cumsum_replacement │ │ ├── pointless_cumsum_replacement_1.py │ │ ├── pointless_cumsum_replacement_10.py │ │ ├── pointless_cumsum_replacement_2.py │ │ ├── pointless_cumsum_replacement_3.py │ │ ├── pointless_cumsum_replacement_4.py │ │ ├── pointless_cumsum_replacement_5.py │ │ ├── pointless_cumsum_replacement_6.py │ │ ├── pointless_cumsum_replacement_7.py │ │ ├── pointless_cumsum_replacement_8.py │ │ ├── pointless_cumsum_replacement_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── replace_fx │ │ ├── prompt.txt │ │ ├── replace_fx_1.py │ │ ├── replace_fx_10.py │ │ ├── replace_fx_2.py │ │ ├── replace_fx_3.py │ │ ├── replace_fx_4.py │ │ ├── replace_fx_5.py │ │ ├── replace_fx_6.py │ │ ├── replace_fx_7.py │ │ ├── replace_fx_8.py │ │ ├── replace_fx_9.py │ │ └── time.txt │ ├── sfdp=0 │ │ ├── prompt.txt │ │ ├── sfdp=0_1.py │ │ ├── sfdp=0_10.py │ │ ├── sfdp=0_2.py │ │ ├── sfdp=0_3.py │ │ ├── sfdp=0_4.py │ │ ├── sfdp=0_5.py │ │ ├── sfdp=0_6.py │ │ ├── sfdp=0_7.py │ │ ├── sfdp=0_8.py │ │ ├── sfdp=0_9.py │ │ └── time.txt │ ├── sfdp=1 │ │ ├── prompt.txt │ │ ├── sfdp=1_1.py │ │ ├── sfdp=1_10.py │ │ ├── sfdp=1_2.py │ │ ├── sfdp=1_3.py │ │ ├── sfdp=1_4.py │ │ ├── sfdp=1_5.py │ │ ├── sfdp=1_6.py │ │ ├── sfdp=1_7.py │ │ ├── sfdp=1_8.py │ │ ├── sfdp=1_9.py │ │ └── time.txt │ ├── sfdp=2 │ │ ├── prompt.txt │ │ ├── sfdp=2_1.py │ │ ├── sfdp=2_10.py │ │ ├── sfdp=2_2.py │ │ ├── sfdp=2_3.py │ │ ├── sfdp=2_4.py │ │ ├── sfdp=2_5.py │ │ ├── sfdp=2_6.py │ │ ├── sfdp=2_7.py │ │ ├── sfdp=2_8.py │ │ ├── sfdp=2_9.py │ │ └── time.txt │ ├── sfdp=3 │ │ ├── prompt.txt │ │ ├── sfdp=3_1.py │ │ ├── sfdp=3_10.py │ │ ├── sfdp=3_2.py │ │ ├── sfdp=3_3.py │ │ ├── sfdp=3_4.py │ │ ├── sfdp=3_5.py │ │ ├── sfdp=3_6.py │ │ ├── sfdp=3_7.py │ │ ├── sfdp=3_8.py │ │ ├── sfdp=3_9.py │ │ └── time.txt │ ├── sfdp=4 │ │ ├── prompt.txt │ │ ├── sfdp=4_1.py │ │ ├── sfdp=4_10.py │ │ ├── sfdp=4_2.py │ │ ├── sfdp=4_3.py │ │ ├── sfdp=4_4.py │ │ ├── sfdp=4_5.py │ │ ├── sfdp=4_6.py │ │ ├── sfdp=4_7.py │ │ ├── sfdp=4_8.py │ │ ├── sfdp=4_9.py │ │ └── time.txt │ ├── sfdp=5 │ │ ├── prompt.txt │ │ ├── sfdp=5_1.py │ │ ├── sfdp=5_10.py │ │ ├── sfdp=5_2.py │ │ ├── sfdp=5_3.py │ │ ├── sfdp=5_4.py │ │ ├── sfdp=5_5.py │ │ ├── sfdp=5_6.py │ │ ├── sfdp=5_7.py │ │ ├── sfdp=5_8.py │ │ ├── sfdp=5_9.py │ │ └── time.txt │ ├── sink_cat_after_pointwise │ │ ├── prompt.txt │ │ ├── sink_cat_after_pointwise_1.py │ │ ├── sink_cat_after_pointwise_10.py │ │ ├── sink_cat_after_pointwise_2.py │ │ ├── sink_cat_after_pointwise_3.py │ │ ├── sink_cat_after_pointwise_4.py │ │ ├── sink_cat_after_pointwise_5.py │ │ ├── sink_cat_after_pointwise_6.py │ │ ├── sink_cat_after_pointwise_7.py │ │ ├── sink_cat_after_pointwise_8.py │ │ ├── sink_cat_after_pointwise_9.py │ │ └── time.txt │ ├── splitwithsizes_cat_replace │ │ ├── prompt.txt │ │ ├── splitwithsizes_cat_replace_1.py │ │ ├── splitwithsizes_cat_replace_10.py │ │ ├── splitwithsizes_cat_replace_2.py │ │ ├── splitwithsizes_cat_replace_3.py │ │ ├── splitwithsizes_cat_replace_4.py │ │ ├── splitwithsizes_cat_replace_5.py │ │ ├── splitwithsizes_cat_replace_6.py │ │ ├── splitwithsizes_cat_replace_7.py │ │ ├── splitwithsizes_cat_replace_8.py │ │ ├── splitwithsizes_cat_replace_9.py │ │ └── time.txt │ ├── unary=0 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=0_1.py │ │ ├── unary=0_10.py │ │ ├── unary=0_2.py │ │ ├── unary=0_3.py │ │ ├── unary=0_4.py │ │ ├── unary=0_5.py │ │ ├── unary=0_6.py │ │ ├── unary=0_7.py │ │ ├── unary=0_8.py │ │ └── unary=0_9.py │ ├── unary=1 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=1_1.py │ │ ├── unary=1_10.py │ │ ├── unary=1_2.py │ │ ├── unary=1_3.py │ │ ├── unary=1_4.py │ │ ├── unary=1_5.py │ │ ├── unary=1_6.py │ │ ├── unary=1_7.py │ │ ├── unary=1_8.py │ │ └── unary=1_9.py │ ├── unary=10 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=10_1.py │ │ ├── unary=10_10.py │ │ ├── unary=10_2.py │ │ ├── unary=10_3.py │ │ ├── unary=10_4.py │ │ ├── unary=10_5.py │ │ ├── unary=10_6.py │ │ ├── unary=10_7.py │ │ ├── unary=10_8.py │ │ └── unary=10_9.py │ ├── unary=11 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=11_1.py │ │ ├── unary=11_10.py │ │ ├── unary=11_2.py │ │ ├── unary=11_3.py │ │ ├── unary=11_4.py │ │ ├── unary=11_5.py │ │ ├── unary=11_6.py │ │ ├── unary=11_7.py │ │ ├── unary=11_8.py │ │ └── unary=11_9.py │ ├── unary=12 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=12_1.py │ │ ├── unary=12_10.py │ │ ├── unary=12_2.py │ │ ├── unary=12_3.py │ │ ├── unary=12_4.py │ │ ├── unary=12_5.py │ │ ├── unary=12_6.py │ │ ├── unary=12_7.py │ │ ├── unary=12_8.py │ │ └── unary=12_9.py │ ├── unary=13 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=13_1.py │ │ ├── unary=13_10.py │ │ ├── unary=13_2.py │ │ ├── unary=13_3.py │ │ ├── unary=13_4.py │ │ ├── unary=13_5.py │ │ ├── unary=13_6.py │ │ ├── unary=13_7.py │ │ ├── unary=13_8.py │ │ └── unary=13_9.py │ ├── unary=14 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=14_1.py │ │ ├── unary=14_10.py │ │ ├── unary=14_2.py │ │ ├── unary=14_3.py │ │ ├── unary=14_4.py │ │ ├── unary=14_5.py │ │ ├── unary=14_6.py │ │ ├── unary=14_7.py │ │ ├── unary=14_8.py │ │ └── unary=14_9.py │ ├── unary=15 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=15_1.py │ │ ├── unary=15_10.py │ │ ├── unary=15_2.py │ │ ├── unary=15_3.py │ │ ├── unary=15_4.py │ │ ├── unary=15_5.py │ │ ├── unary=15_6.py │ │ ├── unary=15_7.py │ │ ├── unary=15_8.py │ │ └── unary=15_9.py │ ├── unary=16 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=16_1.py │ │ ├── unary=16_10.py │ │ ├── unary=16_2.py │ │ ├── unary=16_3.py │ │ ├── unary=16_4.py │ │ ├── unary=16_5.py │ │ ├── unary=16_6.py │ │ ├── unary=16_7.py │ │ ├── unary=16_8.py │ │ └── unary=16_9.py │ ├── unary=17 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=17_1.py │ │ ├── unary=17_10.py │ │ ├── unary=17_2.py │ │ ├── unary=17_3.py │ │ ├── unary=17_4.py │ │ ├── unary=17_5.py │ │ ├── unary=17_6.py │ │ ├── unary=17_7.py │ │ ├── unary=17_8.py │ │ └── unary=17_9.py │ ├── unary=18 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=18_1.py │ │ ├── unary=18_10.py │ │ ├── unary=18_2.py │ │ ├── unary=18_3.py │ │ ├── unary=18_4.py │ │ ├── unary=18_5.py │ │ ├── unary=18_6.py │ │ ├── unary=18_7.py │ │ ├── unary=18_8.py │ │ └── unary=18_9.py │ ├── unary=19 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=19_1.py │ │ ├── unary=19_10.py │ │ ├── unary=19_2.py │ │ ├── unary=19_3.py │ │ ├── unary=19_4.py │ │ ├── unary=19_5.py │ │ ├── unary=19_6.py │ │ ├── unary=19_7.py │ │ ├── unary=19_8.py │ │ └── unary=19_9.py │ ├── unary=2 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=2_1.py │ │ ├── unary=2_10.py │ │ ├── unary=2_2.py │ │ ├── unary=2_3.py │ │ ├── unary=2_4.py │ │ ├── unary=2_5.py │ │ ├── unary=2_6.py │ │ ├── unary=2_7.py │ │ ├── unary=2_8.py │ │ └── unary=2_9.py │ ├── unary=20 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=20_1.py │ │ ├── unary=20_10.py │ │ ├── unary=20_2.py │ │ ├── unary=20_3.py │ │ ├── unary=20_4.py │ │ ├── unary=20_5.py │ │ ├── unary=20_6.py │ │ ├── unary=20_7.py │ │ ├── unary=20_8.py │ │ └── unary=20_9.py │ ├── unary=21 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=21_1.py │ │ ├── unary=21_10.py │ │ ├── unary=21_2.py │ │ ├── unary=21_3.py │ │ ├── unary=21_4.py │ │ ├── unary=21_5.py │ │ ├── unary=21_6.py │ │ ├── unary=21_7.py │ │ ├── unary=21_8.py │ │ └── unary=21_9.py │ ├── unary=22 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=22_1.py │ │ ├── unary=22_10.py │ │ ├── unary=22_2.py │ │ ├── unary=22_3.py │ │ ├── unary=22_4.py │ │ ├── unary=22_5.py │ │ ├── unary=22_6.py │ │ ├── unary=22_7.py │ │ ├── unary=22_8.py │ │ └── unary=22_9.py │ ├── unary=23 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=23_1.py │ │ ├── unary=23_10.py │ │ ├── unary=23_2.py │ │ ├── unary=23_3.py │ │ ├── unary=23_4.py │ │ ├── unary=23_5.py │ │ ├── unary=23_6.py │ │ ├── unary=23_7.py │ │ ├── unary=23_8.py │ │ └── unary=23_9.py │ ├── unary=24 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=24_1.py │ │ ├── unary=24_10.py │ │ ├── unary=24_2.py │ │ ├── unary=24_3.py │ │ ├── unary=24_4.py │ │ ├── unary=24_5.py │ │ ├── unary=24_6.py │ │ ├── unary=24_7.py │ │ ├── unary=24_8.py │ │ └── unary=24_9.py │ ├── unary=25 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=25_1.py │ │ ├── unary=25_10.py │ │ ├── unary=25_2.py │ │ ├── unary=25_3.py │ │ ├── unary=25_4.py │ │ ├── unary=25_5.py │ │ ├── unary=25_6.py │ │ ├── unary=25_7.py │ │ ├── unary=25_8.py │ │ └── unary=25_9.py │ ├── unary=26 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=26_1.py │ │ ├── unary=26_10.py │ │ ├── unary=26_2.py │ │ ├── unary=26_3.py │ │ ├── unary=26_4.py │ │ ├── unary=26_5.py │ │ ├── unary=26_6.py │ │ ├── unary=26_7.py │ │ ├── unary=26_8.py │ │ └── unary=26_9.py │ ├── unary=27 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=27_1.py │ │ ├── unary=27_10.py │ │ ├── unary=27_2.py │ │ ├── unary=27_3.py │ │ ├── unary=27_4.py │ │ ├── unary=27_5.py │ │ ├── unary=27_6.py │ │ ├── unary=27_7.py │ │ ├── unary=27_8.py │ │ └── unary=27_9.py │ ├── unary=28 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=28_1.py │ │ ├── unary=28_10.py │ │ ├── unary=28_2.py │ │ ├── unary=28_3.py │ │ ├── unary=28_4.py │ │ ├── unary=28_5.py │ │ ├── unary=28_6.py │ │ ├── unary=28_7.py │ │ ├── unary=28_8.py │ │ └── unary=28_9.py │ ├── unary=29 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=29_1.py │ │ ├── unary=29_10.py │ │ ├── unary=29_2.py │ │ ├── unary=29_3.py │ │ ├── unary=29_4.py │ │ ├── unary=29_5.py │ │ ├── unary=29_6.py │ │ ├── unary=29_7.py │ │ ├── unary=29_8.py │ │ └── unary=29_9.py │ ├── unary=3 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=3_1.py │ │ ├── unary=3_10.py │ │ ├── unary=3_2.py │ │ ├── unary=3_3.py │ │ ├── unary=3_4.py │ │ ├── unary=3_5.py │ │ ├── unary=3_6.py │ │ ├── unary=3_7.py │ │ ├── unary=3_8.py │ │ └── unary=3_9.py │ ├── unary=4 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=4_1.py │ │ ├── unary=4_10.py │ │ ├── unary=4_2.py │ │ ├── unary=4_3.py │ │ ├── unary=4_4.py │ │ ├── unary=4_5.py │ │ ├── unary=4_6.py │ │ ├── unary=4_7.py │ │ ├── unary=4_8.py │ │ └── unary=4_9.py │ ├── unary=5 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=5_1.py │ │ ├── unary=5_10.py │ │ ├── unary=5_2.py │ │ ├── unary=5_3.py │ │ ├── unary=5_4.py │ │ ├── unary=5_5.py │ │ ├── unary=5_6.py │ │ ├── unary=5_7.py │ │ ├── unary=5_8.py │ │ └── unary=5_9.py │ ├── unary=6 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=6_1.py │ │ ├── unary=6_10.py │ │ ├── unary=6_2.py │ │ ├── unary=6_3.py │ │ ├── unary=6_4.py │ │ ├── unary=6_5.py │ │ ├── unary=6_6.py │ │ ├── unary=6_7.py │ │ ├── unary=6_8.py │ │ └── unary=6_9.py │ ├── unary=7 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=7_1.py │ │ ├── unary=7_10.py │ │ ├── unary=7_2.py │ │ ├── unary=7_3.py │ │ ├── unary=7_4.py │ │ ├── unary=7_5.py │ │ ├── unary=7_6.py │ │ ├── unary=7_7.py │ │ ├── unary=7_8.py │ │ └── unary=7_9.py │ ├── unary=8 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=8_1.py │ │ ├── unary=8_10.py │ │ ├── unary=8_2.py │ │ ├── unary=8_3.py │ │ ├── unary=8_4.py │ │ ├── unary=8_5.py │ │ ├── unary=8_6.py │ │ ├── unary=8_7.py │ │ ├── unary=8_8.py │ │ └── unary=8_9.py │ └── unary=9 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=9_1.py │ │ ├── unary=9_10.py │ │ ├── unary=9_2.py │ │ ├── unary=9_3.py │ │ ├── unary=9_4.py │ │ ├── unary=9_5.py │ │ ├── unary=9_6.py │ │ ├── unary=9_7.py │ │ ├── unary=9_8.py │ │ └── unary=9_9.py │ ├── step74-3shot │ ├── addmm │ │ ├── addmm_1.py │ │ ├── addmm_10.py │ │ ├── addmm_2.py │ │ ├── addmm_3.py │ │ ├── addmm_4.py │ │ ├── addmm_5.py │ │ ├── addmm_6.py │ │ ├── addmm_7.py │ │ ├── addmm_8.py │ │ ├── addmm_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── binary=0 │ │ ├── binary=0_1.py │ │ ├── binary=0_10.py │ │ ├── binary=0_2.py │ │ ├── binary=0_3.py │ │ ├── binary=0_4.py │ │ ├── binary=0_5.py │ │ ├── binary=0_6.py │ │ ├── binary=0_7.py │ │ ├── binary=0_8.py │ │ ├── binary=0_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── binary=10 │ │ ├── binary=10_1.py │ │ ├── binary=10_10.py │ │ ├── binary=10_2.py │ │ ├── binary=10_3.py │ │ ├── binary=10_4.py │ │ ├── binary=10_5.py │ │ ├── binary=10_6.py │ │ ├── binary=10_7.py │ │ ├── binary=10_8.py │ │ ├── binary=10_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── binary=2 │ │ ├── binary=2_1.py │ │ ├── binary=2_10.py │ │ ├── binary=2_2.py │ │ ├── binary=2_3.py │ │ ├── binary=2_4.py │ │ ├── binary=2_5.py │ │ ├── binary=2_6.py │ │ ├── binary=2_7.py │ │ ├── binary=2_8.py │ │ ├── binary=2_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── binary=4 │ │ ├── binary=4_1.py │ │ ├── binary=4_10.py │ │ ├── binary=4_2.py │ │ ├── binary=4_3.py │ │ ├── binary=4_4.py │ │ ├── binary=4_5.py │ │ ├── binary=4_6.py │ │ ├── binary=4_7.py │ │ ├── binary=4_8.py │ │ ├── binary=4_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── binary=6 │ │ ├── binary=6_1.py │ │ ├── binary=6_10.py │ │ ├── binary=6_2.py │ │ ├── binary=6_3.py │ │ ├── binary=6_4.py │ │ ├── binary=6_5.py │ │ ├── binary=6_6.py │ │ ├── binary=6_7.py │ │ ├── binary=6_8.py │ │ ├── binary=6_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── binary=8 │ │ ├── binary=8_1.py │ │ ├── binary=8_10.py │ │ ├── binary=8_2.py │ │ ├── binary=8_3.py │ │ ├── binary=8_4.py │ │ ├── binary=8_5.py │ │ ├── binary=8_6.py │ │ ├── binary=8_7.py │ │ ├── binary=8_8.py │ │ ├── binary=8_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── binary_unary=0 │ │ ├── binary_unary=0_1.py │ │ ├── binary_unary=0_10.py │ │ ├── binary_unary=0_2.py │ │ ├── binary_unary=0_3.py │ │ ├── binary_unary=0_4.py │ │ ├── binary_unary=0_5.py │ │ ├── binary_unary=0_6.py │ │ ├── binary_unary=0_7.py │ │ ├── binary_unary=0_8.py │ │ ├── binary_unary=0_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── binary_unary=10 │ │ ├── binary_unary=10_1.py │ │ ├── binary_unary=10_10.py │ │ ├── binary_unary=10_2.py │ │ ├── binary_unary=10_3.py │ │ ├── binary_unary=10_4.py │ │ ├── binary_unary=10_5.py │ │ ├── binary_unary=10_6.py │ │ ├── binary_unary=10_7.py │ │ ├── binary_unary=10_8.py │ │ ├── binary_unary=10_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── binary_unary=2 │ │ ├── binary_unary=2_1.py │ │ ├── binary_unary=2_10.py │ │ ├── binary_unary=2_2.py │ │ ├── binary_unary=2_3.py │ │ ├── binary_unary=2_4.py │ │ ├── binary_unary=2_5.py │ │ ├── binary_unary=2_6.py │ │ ├── binary_unary=2_7.py │ │ ├── binary_unary=2_8.py │ │ ├── binary_unary=2_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── binary_unary=4 │ │ ├── binary_unary=4_1.py │ │ ├── binary_unary=4_10.py │ │ ├── binary_unary=4_2.py │ │ ├── binary_unary=4_3.py │ │ ├── binary_unary=4_4.py │ │ ├── binary_unary=4_5.py │ │ ├── binary_unary=4_6.py │ │ ├── binary_unary=4_7.py │ │ ├── binary_unary=4_8.py │ │ ├── binary_unary=4_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── binary_unary=6 │ │ ├── binary_unary=6_1.py │ │ ├── binary_unary=6_10.py │ │ ├── binary_unary=6_2.py │ │ ├── binary_unary=6_3.py │ │ ├── binary_unary=6_4.py │ │ ├── binary_unary=6_5.py │ │ ├── binary_unary=6_6.py │ │ ├── binary_unary=6_7.py │ │ ├── binary_unary=6_8.py │ │ ├── binary_unary=6_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── binary_unary=8 │ │ ├── binary_unary=8_1.py │ │ ├── binary_unary=8_10.py │ │ ├── binary_unary=8_2.py │ │ ├── binary_unary=8_3.py │ │ ├── binary_unary=8_4.py │ │ ├── binary_unary=8_5.py │ │ ├── binary_unary=8_6.py │ │ ├── binary_unary=8_7.py │ │ ├── binary_unary=8_8.py │ │ ├── binary_unary=8_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── cat_addmm │ │ ├── cat_addmm_1.py │ │ ├── cat_addmm_10.py │ │ ├── cat_addmm_2.py │ │ ├── cat_addmm_3.py │ │ ├── cat_addmm_4.py │ │ ├── cat_addmm_5.py │ │ ├── cat_addmm_6.py │ │ ├── cat_addmm_7.py │ │ ├── cat_addmm_8.py │ │ ├── cat_addmm_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── cat_mm │ │ ├── cat_mm_1.py │ │ ├── cat_mm_10.py │ │ ├── cat_mm_2.py │ │ ├── cat_mm_3.py │ │ ├── cat_mm_4.py │ │ ├── cat_mm_5.py │ │ ├── cat_mm_6.py │ │ ├── cat_mm_7.py │ │ ├── cat_mm_8.py │ │ ├── cat_mm_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── cat_slice_cat │ │ ├── cat_slice_cat_1.py │ │ ├── cat_slice_cat_10.py │ │ ├── cat_slice_cat_2.py │ │ ├── cat_slice_cat_3.py │ │ ├── cat_slice_cat_4.py │ │ ├── cat_slice_cat_5.py │ │ ├── cat_slice_cat_6.py │ │ ├── cat_slice_cat_7.py │ │ ├── cat_slice_cat_8.py │ │ ├── cat_slice_cat_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── fuse_conv_bn │ │ ├── fuse_conv_bn_1.py │ │ ├── fuse_conv_bn_10.py │ │ ├── fuse_conv_bn_2.py │ │ ├── fuse_conv_bn_3.py │ │ ├── fuse_conv_bn_4.py │ │ ├── fuse_conv_bn_5.py │ │ ├── fuse_conv_bn_6.py │ │ ├── fuse_conv_bn_7.py │ │ ├── fuse_conv_bn_8.py │ │ ├── fuse_conv_bn_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── linear_permute_fusion │ │ ├── linear_permute_fusion_1.py │ │ ├── linear_permute_fusion_10.py │ │ ├── linear_permute_fusion_2.py │ │ ├── linear_permute_fusion_3.py │ │ ├── linear_permute_fusion_4.py │ │ ├── linear_permute_fusion_5.py │ │ ├── linear_permute_fusion_6.py │ │ ├── linear_permute_fusion_7.py │ │ ├── linear_permute_fusion_8.py │ │ ├── linear_permute_fusion_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── mm_plus_mm │ │ ├── mm_plus_mm_1.py │ │ ├── mm_plus_mm_10.py │ │ ├── mm_plus_mm_2.py │ │ ├── mm_plus_mm_3.py │ │ ├── mm_plus_mm_4.py │ │ ├── mm_plus_mm_5.py │ │ ├── mm_plus_mm_6.py │ │ ├── mm_plus_mm_7.py │ │ ├── mm_plus_mm_8.py │ │ ├── mm_plus_mm_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── outputs.json │ ├── permute_linear_fusion │ │ ├── permute_linear_fusion_1.py │ │ ├── permute_linear_fusion_10.py │ │ ├── permute_linear_fusion_2.py │ │ ├── permute_linear_fusion_3.py │ │ ├── permute_linear_fusion_4.py │ │ ├── permute_linear_fusion_5.py │ │ ├── permute_linear_fusion_6.py │ │ ├── permute_linear_fusion_7.py │ │ ├── permute_linear_fusion_8.py │ │ ├── permute_linear_fusion_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── permute_matmul_fusion │ │ ├── permute_matmul_fusion_1.py │ │ ├── permute_matmul_fusion_10.py │ │ ├── permute_matmul_fusion_2.py │ │ ├── permute_matmul_fusion_3.py │ │ ├── permute_matmul_fusion_4.py │ │ ├── permute_matmul_fusion_5.py │ │ ├── permute_matmul_fusion_6.py │ │ ├── permute_matmul_fusion_7.py │ │ ├── permute_matmul_fusion_8.py │ │ ├── permute_matmul_fusion_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── pointless_cumsum_replacement │ │ ├── pointless_cumsum_replacement_1.py │ │ ├── pointless_cumsum_replacement_10.py │ │ ├── pointless_cumsum_replacement_2.py │ │ ├── pointless_cumsum_replacement_3.py │ │ ├── pointless_cumsum_replacement_4.py │ │ ├── pointless_cumsum_replacement_5.py │ │ ├── pointless_cumsum_replacement_6.py │ │ ├── pointless_cumsum_replacement_7.py │ │ ├── pointless_cumsum_replacement_8.py │ │ ├── pointless_cumsum_replacement_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── replace_fx │ │ ├── prompt.txt │ │ ├── replace_fx_1.py │ │ ├── replace_fx_10.py │ │ ├── replace_fx_2.py │ │ ├── replace_fx_3.py │ │ ├── replace_fx_4.py │ │ ├── replace_fx_5.py │ │ ├── replace_fx_6.py │ │ ├── replace_fx_7.py │ │ ├── replace_fx_8.py │ │ ├── replace_fx_9.py │ │ └── time.txt │ ├── sfdp=0 │ │ ├── prompt.txt │ │ ├── sfdp=0_1.py │ │ ├── sfdp=0_10.py │ │ ├── sfdp=0_2.py │ │ ├── sfdp=0_3.py │ │ ├── sfdp=0_4.py │ │ ├── sfdp=0_5.py │ │ ├── sfdp=0_6.py │ │ ├── sfdp=0_7.py │ │ ├── sfdp=0_8.py │ │ ├── sfdp=0_9.py │ │ └── time.txt │ ├── sfdp=1 │ │ ├── prompt.txt │ │ ├── sfdp=1_1.py │ │ ├── sfdp=1_10.py │ │ ├── sfdp=1_2.py │ │ ├── sfdp=1_3.py │ │ ├── sfdp=1_4.py │ │ ├── sfdp=1_5.py │ │ ├── sfdp=1_6.py │ │ ├── sfdp=1_7.py │ │ ├── sfdp=1_8.py │ │ ├── sfdp=1_9.py │ │ └── time.txt │ ├── sfdp=2 │ │ ├── prompt.txt │ │ ├── sfdp=2_1.py │ │ ├── sfdp=2_10.py │ │ ├── sfdp=2_2.py │ │ ├── sfdp=2_3.py │ │ ├── sfdp=2_4.py │ │ ├── sfdp=2_5.py │ │ ├── sfdp=2_6.py │ │ ├── sfdp=2_7.py │ │ ├── sfdp=2_8.py │ │ ├── sfdp=2_9.py │ │ └── time.txt │ ├── sfdp=3 │ │ ├── prompt.txt │ │ ├── sfdp=3_1.py │ │ ├── sfdp=3_10.py │ │ ├── sfdp=3_2.py │ │ ├── sfdp=3_3.py │ │ ├── sfdp=3_4.py │ │ ├── sfdp=3_5.py │ │ ├── sfdp=3_6.py │ │ ├── sfdp=3_7.py │ │ ├── sfdp=3_8.py │ │ ├── sfdp=3_9.py │ │ └── time.txt │ ├── sfdp=4 │ │ ├── prompt.txt │ │ ├── sfdp=4_1.py │ │ ├── sfdp=4_10.py │ │ ├── sfdp=4_2.py │ │ ├── sfdp=4_3.py │ │ ├── sfdp=4_4.py │ │ ├── sfdp=4_5.py │ │ ├── sfdp=4_6.py │ │ ├── sfdp=4_7.py │ │ ├── sfdp=4_8.py │ │ ├── sfdp=4_9.py │ │ └── time.txt │ ├── sfdp=5 │ │ ├── prompt.txt │ │ ├── sfdp=5_1.py │ │ ├── sfdp=5_10.py │ │ ├── sfdp=5_2.py │ │ ├── sfdp=5_3.py │ │ ├── sfdp=5_4.py │ │ ├── sfdp=5_5.py │ │ ├── sfdp=5_6.py │ │ ├── sfdp=5_7.py │ │ ├── sfdp=5_8.py │ │ ├── sfdp=5_9.py │ │ └── time.txt │ ├── sink_cat_after_pointwise │ │ ├── prompt.txt │ │ ├── sink_cat_after_pointwise_1.py │ │ ├── sink_cat_after_pointwise_10.py │ │ ├── sink_cat_after_pointwise_2.py │ │ ├── sink_cat_after_pointwise_3.py │ │ ├── sink_cat_after_pointwise_4.py │ │ ├── sink_cat_after_pointwise_5.py │ │ ├── sink_cat_after_pointwise_6.py │ │ ├── sink_cat_after_pointwise_7.py │ │ ├── sink_cat_after_pointwise_8.py │ │ ├── sink_cat_after_pointwise_9.py │ │ └── time.txt │ ├── splitwithsizes_cat_replace │ │ ├── prompt.txt │ │ ├── splitwithsizes_cat_replace_1.py │ │ ├── splitwithsizes_cat_replace_10.py │ │ ├── splitwithsizes_cat_replace_2.py │ │ ├── splitwithsizes_cat_replace_3.py │ │ ├── splitwithsizes_cat_replace_4.py │ │ ├── splitwithsizes_cat_replace_5.py │ │ ├── splitwithsizes_cat_replace_6.py │ │ ├── splitwithsizes_cat_replace_7.py │ │ ├── splitwithsizes_cat_replace_8.py │ │ ├── splitwithsizes_cat_replace_9.py │ │ └── time.txt │ ├── unary=0 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=0_1.py │ │ ├── unary=0_10.py │ │ ├── unary=0_2.py │ │ ├── unary=0_3.py │ │ ├── unary=0_4.py │ │ ├── unary=0_5.py │ │ ├── unary=0_6.py │ │ ├── unary=0_7.py │ │ ├── unary=0_8.py │ │ └── unary=0_9.py │ ├── unary=1 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=1_1.py │ │ ├── unary=1_10.py │ │ ├── unary=1_2.py │ │ ├── unary=1_3.py │ │ ├── unary=1_4.py │ │ ├── unary=1_5.py │ │ ├── unary=1_6.py │ │ ├── unary=1_7.py │ │ ├── unary=1_8.py │ │ └── unary=1_9.py │ ├── unary=10 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=10_1.py │ │ ├── unary=10_10.py │ │ ├── unary=10_2.py │ │ ├── unary=10_3.py │ │ ├── unary=10_4.py │ │ ├── unary=10_5.py │ │ ├── unary=10_6.py │ │ ├── unary=10_7.py │ │ ├── unary=10_8.py │ │ └── unary=10_9.py │ ├── unary=11 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=11_1.py │ │ ├── unary=11_10.py │ │ ├── unary=11_2.py │ │ ├── unary=11_3.py │ │ ├── unary=11_4.py │ │ ├── unary=11_5.py │ │ ├── unary=11_6.py │ │ ├── unary=11_7.py │ │ ├── unary=11_8.py │ │ └── unary=11_9.py │ ├── unary=12 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=12_1.py │ │ ├── unary=12_10.py │ │ ├── unary=12_2.py │ │ ├── unary=12_3.py │ │ ├── unary=12_4.py │ │ ├── unary=12_5.py │ │ ├── unary=12_6.py │ │ ├── unary=12_7.py │ │ ├── unary=12_8.py │ │ └── unary=12_9.py │ ├── unary=13 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=13_1.py │ │ ├── unary=13_10.py │ │ ├── unary=13_2.py │ │ ├── unary=13_3.py │ │ ├── unary=13_4.py │ │ ├── unary=13_5.py │ │ ├── unary=13_6.py │ │ ├── unary=13_7.py │ │ ├── unary=13_8.py │ │ └── unary=13_9.py │ ├── unary=14 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=14_1.py │ │ ├── unary=14_10.py │ │ ├── unary=14_2.py │ │ ├── unary=14_3.py │ │ ├── unary=14_4.py │ │ ├── unary=14_5.py │ │ ├── unary=14_6.py │ │ ├── unary=14_7.py │ │ ├── unary=14_8.py │ │ └── unary=14_9.py │ ├── unary=15 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=15_1.py │ │ ├── unary=15_10.py │ │ ├── unary=15_2.py │ │ ├── unary=15_3.py │ │ ├── unary=15_4.py │ │ ├── unary=15_5.py │ │ ├── unary=15_6.py │ │ ├── unary=15_7.py │ │ ├── unary=15_8.py │ │ └── unary=15_9.py │ ├── unary=16 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=16_1.py │ │ ├── unary=16_10.py │ │ ├── unary=16_2.py │ │ ├── unary=16_3.py │ │ ├── unary=16_4.py │ │ ├── unary=16_5.py │ │ ├── unary=16_6.py │ │ ├── unary=16_7.py │ │ ├── unary=16_8.py │ │ └── unary=16_9.py │ ├── unary=17 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=17_1.py │ │ ├── unary=17_10.py │ │ ├── unary=17_2.py │ │ ├── unary=17_3.py │ │ ├── unary=17_4.py │ │ ├── unary=17_5.py │ │ ├── unary=17_6.py │ │ ├── unary=17_7.py │ │ ├── unary=17_8.py │ │ └── unary=17_9.py │ ├── unary=18 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=18_1.py │ │ ├── unary=18_10.py │ │ ├── unary=18_2.py │ │ ├── unary=18_3.py │ │ ├── unary=18_4.py │ │ ├── unary=18_5.py │ │ ├── unary=18_6.py │ │ ├── unary=18_7.py │ │ ├── unary=18_8.py │ │ └── unary=18_9.py │ ├── unary=19 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=19_1.py │ │ ├── unary=19_10.py │ │ ├── unary=19_2.py │ │ ├── unary=19_3.py │ │ ├── unary=19_4.py │ │ ├── unary=19_5.py │ │ ├── unary=19_6.py │ │ ├── unary=19_7.py │ │ ├── unary=19_8.py │ │ └── unary=19_9.py │ ├── unary=2 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=2_1.py │ │ ├── unary=2_10.py │ │ ├── unary=2_2.py │ │ ├── unary=2_3.py │ │ ├── unary=2_4.py │ │ ├── unary=2_5.py │ │ ├── unary=2_6.py │ │ ├── unary=2_7.py │ │ ├── unary=2_8.py │ │ └── unary=2_9.py │ ├── unary=20 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=20_1.py │ │ ├── unary=20_10.py │ │ ├── unary=20_2.py │ │ ├── unary=20_3.py │ │ ├── unary=20_4.py │ │ ├── unary=20_5.py │ │ ├── unary=20_6.py │ │ ├── unary=20_7.py │ │ ├── unary=20_8.py │ │ └── unary=20_9.py │ ├── unary=21 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=21_1.py │ │ ├── unary=21_10.py │ │ ├── unary=21_2.py │ │ ├── unary=21_3.py │ │ ├── unary=21_4.py │ │ ├── unary=21_5.py │ │ ├── unary=21_6.py │ │ ├── unary=21_7.py │ │ ├── unary=21_8.py │ │ └── unary=21_9.py │ ├── unary=22 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=22_1.py │ │ ├── unary=22_10.py │ │ ├── unary=22_2.py │ │ ├── unary=22_3.py │ │ ├── unary=22_4.py │ │ ├── unary=22_5.py │ │ ├── unary=22_6.py │ │ ├── unary=22_7.py │ │ ├── unary=22_8.py │ │ └── unary=22_9.py │ ├── unary=23 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=23_1.py │ │ ├── unary=23_10.py │ │ ├── unary=23_2.py │ │ ├── unary=23_3.py │ │ ├── unary=23_4.py │ │ ├── unary=23_5.py │ │ ├── unary=23_6.py │ │ ├── unary=23_7.py │ │ ├── unary=23_8.py │ │ └── unary=23_9.py │ ├── unary=24 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=24_1.py │ │ ├── unary=24_10.py │ │ ├── unary=24_2.py │ │ ├── unary=24_3.py │ │ ├── unary=24_4.py │ │ ├── unary=24_5.py │ │ ├── unary=24_6.py │ │ ├── unary=24_7.py │ │ ├── unary=24_8.py │ │ └── unary=24_9.py │ ├── unary=25 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=25_1.py │ │ ├── unary=25_10.py │ │ ├── unary=25_2.py │ │ ├── unary=25_3.py │ │ ├── unary=25_4.py │ │ ├── unary=25_5.py │ │ ├── unary=25_6.py │ │ ├── unary=25_7.py │ │ ├── unary=25_8.py │ │ └── unary=25_9.py │ ├── unary=26 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=26_1.py │ │ ├── unary=26_10.py │ │ ├── unary=26_2.py │ │ ├── unary=26_3.py │ │ ├── unary=26_4.py │ │ ├── unary=26_5.py │ │ ├── unary=26_6.py │ │ ├── unary=26_7.py │ │ ├── unary=26_8.py │ │ └── unary=26_9.py │ ├── unary=27 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=27_1.py │ │ ├── unary=27_10.py │ │ ├── unary=27_2.py │ │ ├── unary=27_3.py │ │ ├── unary=27_4.py │ │ ├── unary=27_5.py │ │ ├── unary=27_6.py │ │ ├── unary=27_7.py │ │ ├── unary=27_8.py │ │ └── unary=27_9.py │ ├── unary=28 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=28_1.py │ │ ├── unary=28_10.py │ │ ├── unary=28_2.py │ │ ├── unary=28_3.py │ │ ├── unary=28_4.py │ │ ├── unary=28_5.py │ │ ├── unary=28_6.py │ │ ├── unary=28_7.py │ │ ├── unary=28_8.py │ │ └── unary=28_9.py │ ├── unary=29 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=29_1.py │ │ ├── unary=29_10.py │ │ ├── unary=29_2.py │ │ ├── unary=29_3.py │ │ ├── unary=29_4.py │ │ ├── unary=29_5.py │ │ ├── unary=29_6.py │ │ ├── unary=29_7.py │ │ ├── unary=29_8.py │ │ └── unary=29_9.py │ ├── unary=3 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=3_1.py │ │ ├── unary=3_10.py │ │ ├── unary=3_2.py │ │ ├── unary=3_3.py │ │ ├── unary=3_4.py │ │ ├── unary=3_5.py │ │ ├── unary=3_6.py │ │ ├── unary=3_7.py │ │ ├── unary=3_8.py │ │ └── unary=3_9.py │ ├── unary=4 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=4_1.py │ │ ├── unary=4_10.py │ │ ├── unary=4_2.py │ │ ├── unary=4_3.py │ │ ├── unary=4_4.py │ │ ├── unary=4_5.py │ │ ├── unary=4_6.py │ │ ├── unary=4_7.py │ │ ├── unary=4_8.py │ │ └── unary=4_9.py │ ├── unary=5 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=5_1.py │ │ ├── unary=5_10.py │ │ ├── unary=5_2.py │ │ ├── unary=5_3.py │ │ ├── unary=5_4.py │ │ ├── unary=5_5.py │ │ ├── unary=5_6.py │ │ ├── unary=5_7.py │ │ ├── unary=5_8.py │ │ └── unary=5_9.py │ ├── unary=6 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=6_1.py │ │ ├── unary=6_10.py │ │ ├── unary=6_2.py │ │ ├── unary=6_3.py │ │ ├── unary=6_4.py │ │ ├── unary=6_5.py │ │ ├── unary=6_6.py │ │ ├── unary=6_7.py │ │ ├── unary=6_8.py │ │ └── unary=6_9.py │ ├── unary=7 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=7_1.py │ │ ├── unary=7_10.py │ │ ├── unary=7_2.py │ │ ├── unary=7_3.py │ │ ├── unary=7_4.py │ │ ├── unary=7_5.py │ │ ├── unary=7_6.py │ │ ├── unary=7_7.py │ │ ├── unary=7_8.py │ │ └── unary=7_9.py │ ├── unary=8 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=8_1.py │ │ ├── unary=8_10.py │ │ ├── unary=8_2.py │ │ ├── unary=8_3.py │ │ ├── unary=8_4.py │ │ ├── unary=8_5.py │ │ ├── unary=8_6.py │ │ ├── unary=8_7.py │ │ ├── unary=8_8.py │ │ └── unary=8_9.py │ └── unary=9 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=9_1.py │ │ ├── unary=9_10.py │ │ ├── unary=9_2.py │ │ ├── unary=9_3.py │ │ ├── unary=9_4.py │ │ ├── unary=9_5.py │ │ ├── unary=9_6.py │ │ ├── unary=9_7.py │ │ ├── unary=9_8.py │ │ └── unary=9_9.py │ ├── step75-3shot │ ├── addmm │ │ ├── addmm_1.py │ │ ├── addmm_10.py │ │ ├── addmm_2.py │ │ ├── addmm_3.py │ │ ├── addmm_4.py │ │ ├── addmm_5.py │ │ ├── addmm_6.py │ │ ├── addmm_7.py │ │ ├── addmm_8.py │ │ ├── addmm_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── binary=0 │ │ ├── binary=0_1.py │ │ ├── binary=0_10.py │ │ ├── binary=0_2.py │ │ ├── binary=0_3.py │ │ ├── binary=0_4.py │ │ ├── binary=0_5.py │ │ ├── binary=0_6.py │ │ ├── binary=0_7.py │ │ ├── binary=0_8.py │ │ ├── binary=0_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── binary=10 │ │ ├── binary=10_1.py │ │ ├── binary=10_10.py │ │ ├── binary=10_2.py │ │ ├── binary=10_3.py │ │ ├── binary=10_4.py │ │ ├── binary=10_5.py │ │ ├── binary=10_6.py │ │ ├── binary=10_7.py │ │ ├── binary=10_8.py │ │ ├── binary=10_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── binary=2 │ │ ├── binary=2_1.py │ │ ├── binary=2_10.py │ │ ├── binary=2_2.py │ │ ├── binary=2_3.py │ │ ├── binary=2_4.py │ │ ├── binary=2_5.py │ │ ├── binary=2_6.py │ │ ├── binary=2_7.py │ │ ├── binary=2_8.py │ │ ├── binary=2_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── binary=4 │ │ ├── binary=4_1.py │ │ ├── binary=4_10.py │ │ ├── binary=4_2.py │ │ ├── binary=4_3.py │ │ ├── binary=4_4.py │ │ ├── binary=4_5.py │ │ ├── binary=4_6.py │ │ ├── binary=4_7.py │ │ ├── binary=4_8.py │ │ ├── binary=4_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── binary=6 │ │ ├── binary=6_1.py │ │ ├── binary=6_10.py │ │ ├── binary=6_2.py │ │ ├── binary=6_3.py │ │ ├── binary=6_4.py │ │ ├── binary=6_5.py │ │ ├── binary=6_6.py │ │ ├── binary=6_7.py │ │ ├── binary=6_8.py │ │ ├── binary=6_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── binary=8 │ │ ├── binary=8_1.py │ │ ├── binary=8_10.py │ │ ├── binary=8_2.py │ │ ├── binary=8_3.py │ │ ├── binary=8_4.py │ │ ├── binary=8_5.py │ │ ├── binary=8_6.py │ │ ├── binary=8_7.py │ │ ├── binary=8_8.py │ │ ├── binary=8_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── binary_unary=0 │ │ ├── binary_unary=0_1.py │ │ ├── binary_unary=0_10.py │ │ ├── binary_unary=0_2.py │ │ ├── binary_unary=0_3.py │ │ ├── binary_unary=0_4.py │ │ ├── binary_unary=0_5.py │ │ ├── binary_unary=0_6.py │ │ ├── binary_unary=0_7.py │ │ ├── binary_unary=0_8.py │ │ ├── binary_unary=0_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── binary_unary=10 │ │ ├── binary_unary=10_1.py │ │ ├── binary_unary=10_10.py │ │ ├── binary_unary=10_2.py │ │ ├── binary_unary=10_3.py │ │ ├── binary_unary=10_4.py │ │ ├── binary_unary=10_5.py │ │ ├── binary_unary=10_6.py │ │ ├── binary_unary=10_7.py │ │ ├── binary_unary=10_8.py │ │ ├── binary_unary=10_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── binary_unary=2 │ │ ├── binary_unary=2_1.py │ │ ├── binary_unary=2_10.py │ │ ├── binary_unary=2_2.py │ │ ├── binary_unary=2_3.py │ │ ├── binary_unary=2_4.py │ │ ├── binary_unary=2_5.py │ │ ├── binary_unary=2_6.py │ │ ├── binary_unary=2_7.py │ │ ├── binary_unary=2_8.py │ │ ├── binary_unary=2_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── binary_unary=4 │ │ ├── binary_unary=4_1.py │ │ ├── binary_unary=4_10.py │ │ ├── binary_unary=4_2.py │ │ ├── binary_unary=4_3.py │ │ ├── binary_unary=4_4.py │ │ ├── binary_unary=4_5.py │ │ ├── binary_unary=4_6.py │ │ ├── binary_unary=4_7.py │ │ ├── binary_unary=4_8.py │ │ ├── binary_unary=4_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── binary_unary=6 │ │ ├── binary_unary=6_1.py │ │ ├── binary_unary=6_10.py │ │ ├── binary_unary=6_2.py │ │ ├── binary_unary=6_3.py │ │ ├── binary_unary=6_4.py │ │ ├── binary_unary=6_5.py │ │ ├── binary_unary=6_6.py │ │ ├── binary_unary=6_7.py │ │ ├── binary_unary=6_8.py │ │ ├── binary_unary=6_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── binary_unary=8 │ │ ├── binary_unary=8_1.py │ │ ├── binary_unary=8_10.py │ │ ├── binary_unary=8_2.py │ │ ├── binary_unary=8_3.py │ │ ├── binary_unary=8_4.py │ │ ├── binary_unary=8_5.py │ │ ├── binary_unary=8_6.py │ │ ├── binary_unary=8_7.py │ │ ├── binary_unary=8_8.py │ │ ├── binary_unary=8_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── cat_addmm │ │ ├── cat_addmm_1.py │ │ ├── cat_addmm_10.py │ │ ├── cat_addmm_2.py │ │ ├── cat_addmm_3.py │ │ ├── cat_addmm_4.py │ │ ├── cat_addmm_5.py │ │ ├── cat_addmm_6.py │ │ ├── cat_addmm_7.py │ │ ├── cat_addmm_8.py │ │ ├── cat_addmm_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── cat_mm │ │ ├── cat_mm_1.py │ │ ├── cat_mm_10.py │ │ ├── cat_mm_2.py │ │ ├── cat_mm_3.py │ │ ├── cat_mm_4.py │ │ ├── cat_mm_5.py │ │ ├── cat_mm_6.py │ │ ├── cat_mm_7.py │ │ ├── cat_mm_8.py │ │ ├── cat_mm_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── cat_slice_cat │ │ ├── cat_slice_cat_1.py │ │ ├── cat_slice_cat_10.py │ │ ├── cat_slice_cat_2.py │ │ ├── cat_slice_cat_3.py │ │ ├── cat_slice_cat_4.py │ │ ├── cat_slice_cat_5.py │ │ ├── cat_slice_cat_6.py │ │ ├── cat_slice_cat_7.py │ │ ├── cat_slice_cat_8.py │ │ ├── cat_slice_cat_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── fuse_conv_bn │ │ ├── fuse_conv_bn_1.py │ │ ├── fuse_conv_bn_10.py │ │ ├── fuse_conv_bn_2.py │ │ ├── fuse_conv_bn_3.py │ │ ├── fuse_conv_bn_4.py │ │ ├── fuse_conv_bn_5.py │ │ ├── fuse_conv_bn_6.py │ │ ├── fuse_conv_bn_7.py │ │ ├── fuse_conv_bn_8.py │ │ ├── fuse_conv_bn_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── linear_permute_fusion │ │ ├── linear_permute_fusion_1.py │ │ ├── linear_permute_fusion_10.py │ │ ├── linear_permute_fusion_2.py │ │ ├── linear_permute_fusion_3.py │ │ ├── linear_permute_fusion_4.py │ │ ├── linear_permute_fusion_5.py │ │ ├── linear_permute_fusion_6.py │ │ ├── linear_permute_fusion_7.py │ │ ├── linear_permute_fusion_8.py │ │ ├── linear_permute_fusion_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── mm_plus_mm │ │ ├── mm_plus_mm_1.py │ │ ├── mm_plus_mm_10.py │ │ ├── mm_plus_mm_2.py │ │ ├── mm_plus_mm_3.py │ │ ├── mm_plus_mm_4.py │ │ ├── mm_plus_mm_5.py │ │ ├── mm_plus_mm_6.py │ │ ├── mm_plus_mm_7.py │ │ ├── mm_plus_mm_8.py │ │ ├── mm_plus_mm_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── outputs.json │ ├── permute_linear_fusion │ │ ├── permute_linear_fusion_1.py │ │ ├── permute_linear_fusion_10.py │ │ ├── permute_linear_fusion_2.py │ │ ├── permute_linear_fusion_3.py │ │ ├── permute_linear_fusion_4.py │ │ ├── permute_linear_fusion_5.py │ │ ├── permute_linear_fusion_6.py │ │ ├── permute_linear_fusion_7.py │ │ ├── permute_linear_fusion_8.py │ │ ├── permute_linear_fusion_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── permute_matmul_fusion │ │ ├── permute_matmul_fusion_1.py │ │ ├── permute_matmul_fusion_10.py │ │ ├── permute_matmul_fusion_2.py │ │ ├── permute_matmul_fusion_3.py │ │ ├── permute_matmul_fusion_4.py │ │ ├── permute_matmul_fusion_5.py │ │ ├── permute_matmul_fusion_6.py │ │ ├── permute_matmul_fusion_7.py │ │ ├── permute_matmul_fusion_8.py │ │ ├── permute_matmul_fusion_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── pointless_cumsum_replacement │ │ ├── pointless_cumsum_replacement_1.py │ │ ├── pointless_cumsum_replacement_10.py │ │ ├── pointless_cumsum_replacement_2.py │ │ ├── pointless_cumsum_replacement_3.py │ │ ├── pointless_cumsum_replacement_4.py │ │ ├── pointless_cumsum_replacement_5.py │ │ ├── pointless_cumsum_replacement_6.py │ │ ├── pointless_cumsum_replacement_7.py │ │ ├── pointless_cumsum_replacement_8.py │ │ ├── pointless_cumsum_replacement_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── replace_fx │ │ ├── prompt.txt │ │ ├── replace_fx_1.py │ │ ├── replace_fx_10.py │ │ ├── replace_fx_2.py │ │ ├── replace_fx_3.py │ │ ├── replace_fx_4.py │ │ ├── replace_fx_5.py │ │ ├── replace_fx_6.py │ │ ├── replace_fx_7.py │ │ ├── replace_fx_8.py │ │ ├── replace_fx_9.py │ │ └── time.txt │ ├── sfdp=0 │ │ ├── prompt.txt │ │ ├── sfdp=0_1.py │ │ ├── sfdp=0_10.py │ │ ├── sfdp=0_2.py │ │ ├── sfdp=0_3.py │ │ ├── sfdp=0_4.py │ │ ├── sfdp=0_5.py │ │ ├── sfdp=0_6.py │ │ ├── sfdp=0_7.py │ │ ├── sfdp=0_8.py │ │ ├── sfdp=0_9.py │ │ └── time.txt │ ├── sfdp=1 │ │ ├── prompt.txt │ │ ├── sfdp=1_1.py │ │ ├── sfdp=1_10.py │ │ ├── sfdp=1_2.py │ │ ├── sfdp=1_3.py │ │ ├── sfdp=1_4.py │ │ ├── sfdp=1_5.py │ │ ├── sfdp=1_6.py │ │ ├── sfdp=1_7.py │ │ ├── sfdp=1_8.py │ │ ├── sfdp=1_9.py │ │ └── time.txt │ ├── sfdp=2 │ │ ├── prompt.txt │ │ ├── sfdp=2_1.py │ │ ├── sfdp=2_10.py │ │ ├── sfdp=2_2.py │ │ ├── sfdp=2_3.py │ │ ├── sfdp=2_4.py │ │ ├── sfdp=2_5.py │ │ ├── sfdp=2_6.py │ │ ├── sfdp=2_7.py │ │ ├── sfdp=2_8.py │ │ ├── sfdp=2_9.py │ │ └── time.txt │ ├── sfdp=3 │ │ ├── prompt.txt │ │ ├── sfdp=3_1.py │ │ ├── sfdp=3_10.py │ │ ├── sfdp=3_2.py │ │ ├── sfdp=3_3.py │ │ ├── sfdp=3_4.py │ │ ├── sfdp=3_5.py │ │ ├── sfdp=3_6.py │ │ ├── sfdp=3_7.py │ │ ├── sfdp=3_8.py │ │ ├── sfdp=3_9.py │ │ └── time.txt │ ├── sfdp=4 │ │ ├── prompt.txt │ │ ├── sfdp=4_1.py │ │ ├── sfdp=4_10.py │ │ ├── sfdp=4_2.py │ │ ├── sfdp=4_3.py │ │ ├── sfdp=4_4.py │ │ ├── sfdp=4_5.py │ │ ├── sfdp=4_6.py │ │ ├── sfdp=4_7.py │ │ ├── sfdp=4_8.py │ │ ├── sfdp=4_9.py │ │ └── time.txt │ ├── sfdp=5 │ │ ├── prompt.txt │ │ ├── sfdp=5_1.py │ │ ├── sfdp=5_10.py │ │ ├── sfdp=5_2.py │ │ ├── sfdp=5_3.py │ │ ├── sfdp=5_4.py │ │ ├── sfdp=5_5.py │ │ ├── sfdp=5_6.py │ │ ├── sfdp=5_7.py │ │ ├── sfdp=5_8.py │ │ ├── sfdp=5_9.py │ │ └── time.txt │ ├── sink_cat_after_pointwise │ │ ├── prompt.txt │ │ ├── sink_cat_after_pointwise_1.py │ │ ├── sink_cat_after_pointwise_10.py │ │ ├── sink_cat_after_pointwise_2.py │ │ ├── sink_cat_after_pointwise_3.py │ │ ├── sink_cat_after_pointwise_4.py │ │ ├── sink_cat_after_pointwise_5.py │ │ ├── sink_cat_after_pointwise_6.py │ │ ├── sink_cat_after_pointwise_7.py │ │ ├── sink_cat_after_pointwise_8.py │ │ ├── sink_cat_after_pointwise_9.py │ │ └── time.txt │ ├── splitwithsizes_cat_replace │ │ ├── prompt.txt │ │ ├── splitwithsizes_cat_replace_1.py │ │ ├── splitwithsizes_cat_replace_10.py │ │ ├── splitwithsizes_cat_replace_2.py │ │ ├── splitwithsizes_cat_replace_3.py │ │ ├── splitwithsizes_cat_replace_4.py │ │ ├── splitwithsizes_cat_replace_5.py │ │ ├── splitwithsizes_cat_replace_6.py │ │ ├── splitwithsizes_cat_replace_7.py │ │ ├── splitwithsizes_cat_replace_8.py │ │ ├── splitwithsizes_cat_replace_9.py │ │ └── time.txt │ ├── unary=0 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=0_1.py │ │ ├── unary=0_10.py │ │ ├── unary=0_2.py │ │ ├── unary=0_3.py │ │ ├── unary=0_4.py │ │ ├── unary=0_5.py │ │ ├── unary=0_6.py │ │ ├── unary=0_7.py │ │ ├── unary=0_8.py │ │ └── unary=0_9.py │ ├── unary=1 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=1_1.py │ │ ├── unary=1_10.py │ │ ├── unary=1_2.py │ │ ├── unary=1_3.py │ │ ├── unary=1_4.py │ │ ├── unary=1_5.py │ │ ├── unary=1_6.py │ │ ├── unary=1_7.py │ │ ├── unary=1_8.py │ │ └── unary=1_9.py │ ├── unary=10 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=10_1.py │ │ ├── unary=10_10.py │ │ ├── unary=10_2.py │ │ ├── unary=10_3.py │ │ ├── unary=10_4.py │ │ ├── unary=10_5.py │ │ ├── unary=10_6.py │ │ ├── unary=10_7.py │ │ ├── unary=10_8.py │ │ └── unary=10_9.py │ ├── unary=11 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=11_1.py │ │ ├── unary=11_10.py │ │ ├── unary=11_2.py │ │ ├── unary=11_3.py │ │ ├── unary=11_4.py │ │ ├── unary=11_5.py │ │ ├── unary=11_6.py │ │ ├── unary=11_7.py │ │ ├── unary=11_8.py │ │ └── unary=11_9.py │ ├── unary=12 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=12_1.py │ │ ├── unary=12_10.py │ │ ├── unary=12_2.py │ │ ├── unary=12_3.py │ │ ├── unary=12_4.py │ │ ├── unary=12_5.py │ │ ├── unary=12_6.py │ │ ├── unary=12_7.py │ │ ├── unary=12_8.py │ │ └── unary=12_9.py │ ├── unary=13 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=13_1.py │ │ ├── unary=13_10.py │ │ ├── unary=13_2.py │ │ ├── unary=13_3.py │ │ ├── unary=13_4.py │ │ ├── unary=13_5.py │ │ ├── unary=13_6.py │ │ ├── unary=13_7.py │ │ ├── unary=13_8.py │ │ └── unary=13_9.py │ ├── unary=14 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=14_1.py │ │ ├── unary=14_10.py │ │ ├── unary=14_2.py │ │ ├── unary=14_3.py │ │ ├── unary=14_4.py │ │ ├── unary=14_5.py │ │ ├── unary=14_6.py │ │ ├── unary=14_7.py │ │ ├── unary=14_8.py │ │ └── unary=14_9.py │ ├── unary=15 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=15_1.py │ │ ├── unary=15_10.py │ │ ├── unary=15_2.py │ │ ├── unary=15_3.py │ │ ├── unary=15_4.py │ │ ├── unary=15_5.py │ │ ├── unary=15_6.py │ │ ├── unary=15_7.py │ │ ├── unary=15_8.py │ │ └── unary=15_9.py │ ├── unary=16 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=16_1.py │ │ ├── unary=16_10.py │ │ ├── unary=16_2.py │ │ ├── unary=16_3.py │ │ ├── unary=16_4.py │ │ ├── unary=16_5.py │ │ ├── unary=16_6.py │ │ ├── unary=16_7.py │ │ ├── unary=16_8.py │ │ └── unary=16_9.py │ ├── unary=17 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=17_1.py │ │ ├── unary=17_10.py │ │ ├── unary=17_2.py │ │ ├── unary=17_3.py │ │ ├── unary=17_4.py │ │ ├── unary=17_5.py │ │ ├── unary=17_6.py │ │ ├── unary=17_7.py │ │ ├── unary=17_8.py │ │ └── unary=17_9.py │ ├── unary=18 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=18_1.py │ │ ├── unary=18_10.py │ │ ├── unary=18_2.py │ │ ├── unary=18_3.py │ │ ├── unary=18_4.py │ │ ├── unary=18_5.py │ │ ├── unary=18_6.py │ │ ├── unary=18_7.py │ │ ├── unary=18_8.py │ │ └── unary=18_9.py │ ├── unary=19 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=19_1.py │ │ ├── unary=19_10.py │ │ ├── unary=19_2.py │ │ ├── unary=19_3.py │ │ ├── unary=19_4.py │ │ ├── unary=19_5.py │ │ ├── unary=19_6.py │ │ ├── unary=19_7.py │ │ ├── unary=19_8.py │ │ └── unary=19_9.py │ ├── unary=2 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=2_1.py │ │ ├── unary=2_10.py │ │ ├── unary=2_2.py │ │ ├── unary=2_3.py │ │ ├── unary=2_4.py │ │ ├── unary=2_5.py │ │ ├── unary=2_6.py │ │ ├── unary=2_7.py │ │ ├── unary=2_8.py │ │ └── unary=2_9.py │ ├── unary=20 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=20_1.py │ │ ├── unary=20_10.py │ │ ├── unary=20_2.py │ │ ├── unary=20_3.py │ │ ├── unary=20_4.py │ │ ├── unary=20_5.py │ │ ├── unary=20_6.py │ │ ├── unary=20_7.py │ │ ├── unary=20_8.py │ │ └── unary=20_9.py │ ├── unary=21 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=21_1.py │ │ ├── unary=21_10.py │ │ ├── unary=21_2.py │ │ ├── unary=21_3.py │ │ ├── unary=21_4.py │ │ ├── unary=21_5.py │ │ ├── unary=21_6.py │ │ ├── unary=21_7.py │ │ ├── unary=21_8.py │ │ └── unary=21_9.py │ ├── unary=22 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=22_1.py │ │ ├── unary=22_10.py │ │ ├── unary=22_2.py │ │ ├── unary=22_3.py │ │ ├── unary=22_4.py │ │ ├── unary=22_5.py │ │ ├── unary=22_6.py │ │ ├── unary=22_7.py │ │ ├── unary=22_8.py │ │ └── unary=22_9.py │ ├── unary=23 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=23_1.py │ │ ├── unary=23_10.py │ │ ├── unary=23_2.py │ │ ├── unary=23_3.py │ │ ├── unary=23_4.py │ │ ├── unary=23_5.py │ │ ├── unary=23_6.py │ │ ├── unary=23_7.py │ │ ├── unary=23_8.py │ │ └── unary=23_9.py │ ├── unary=24 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=24_1.py │ │ ├── unary=24_10.py │ │ ├── unary=24_2.py │ │ ├── unary=24_3.py │ │ ├── unary=24_4.py │ │ ├── unary=24_5.py │ │ ├── unary=24_6.py │ │ ├── unary=24_7.py │ │ ├── unary=24_8.py │ │ └── unary=24_9.py │ ├── unary=25 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=25_1.py │ │ ├── unary=25_10.py │ │ ├── unary=25_2.py │ │ ├── unary=25_3.py │ │ ├── unary=25_4.py │ │ ├── unary=25_5.py │ │ ├── unary=25_6.py │ │ ├── unary=25_7.py │ │ ├── unary=25_8.py │ │ └── unary=25_9.py │ ├── unary=26 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=26_1.py │ │ ├── unary=26_10.py │ │ ├── unary=26_2.py │ │ ├── unary=26_3.py │ │ ├── unary=26_4.py │ │ ├── unary=26_5.py │ │ ├── unary=26_6.py │ │ ├── unary=26_7.py │ │ ├── unary=26_8.py │ │ └── unary=26_9.py │ ├── unary=27 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=27_1.py │ │ ├── unary=27_10.py │ │ ├── unary=27_2.py │ │ ├── unary=27_3.py │ │ ├── unary=27_4.py │ │ ├── unary=27_5.py │ │ ├── unary=27_6.py │ │ ├── unary=27_7.py │ │ ├── unary=27_8.py │ │ └── unary=27_9.py │ ├── unary=28 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=28_1.py │ │ ├── unary=28_10.py │ │ ├── unary=28_2.py │ │ ├── unary=28_3.py │ │ ├── unary=28_4.py │ │ ├── unary=28_5.py │ │ ├── unary=28_6.py │ │ ├── unary=28_7.py │ │ ├── unary=28_8.py │ │ └── unary=28_9.py │ ├── unary=29 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=29_1.py │ │ ├── unary=29_10.py │ │ ├── unary=29_2.py │ │ ├── unary=29_3.py │ │ ├── unary=29_4.py │ │ ├── unary=29_5.py │ │ ├── unary=29_6.py │ │ ├── unary=29_7.py │ │ ├── unary=29_8.py │ │ └── unary=29_9.py │ ├── unary=3 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=3_1.py │ │ ├── unary=3_10.py │ │ ├── unary=3_2.py │ │ ├── unary=3_3.py │ │ ├── unary=3_4.py │ │ ├── unary=3_5.py │ │ ├── unary=3_6.py │ │ ├── unary=3_7.py │ │ ├── unary=3_8.py │ │ └── unary=3_9.py │ ├── unary=4 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=4_1.py │ │ ├── unary=4_10.py │ │ ├── unary=4_2.py │ │ ├── unary=4_3.py │ │ ├── unary=4_4.py │ │ ├── unary=4_5.py │ │ ├── unary=4_6.py │ │ ├── unary=4_7.py │ │ ├── unary=4_8.py │ │ └── unary=4_9.py │ ├── unary=5 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=5_1.py │ │ ├── unary=5_10.py │ │ ├── unary=5_2.py │ │ ├── unary=5_3.py │ │ ├── unary=5_4.py │ │ ├── unary=5_5.py │ │ ├── unary=5_6.py │ │ ├── unary=5_7.py │ │ ├── unary=5_8.py │ │ └── unary=5_9.py │ ├── unary=6 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=6_1.py │ │ ├── unary=6_10.py │ │ ├── unary=6_2.py │ │ ├── unary=6_3.py │ │ ├── unary=6_4.py │ │ ├── unary=6_5.py │ │ ├── unary=6_6.py │ │ ├── unary=6_7.py │ │ ├── unary=6_8.py │ │ └── unary=6_9.py │ ├── unary=7 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=7_1.py │ │ ├── unary=7_10.py │ │ ├── unary=7_2.py │ │ ├── unary=7_3.py │ │ ├── unary=7_4.py │ │ ├── unary=7_5.py │ │ ├── unary=7_6.py │ │ ├── unary=7_7.py │ │ ├── unary=7_8.py │ │ └── unary=7_9.py │ ├── unary=8 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=8_1.py │ │ ├── unary=8_10.py │ │ ├── unary=8_2.py │ │ ├── unary=8_3.py │ │ ├── unary=8_4.py │ │ ├── unary=8_5.py │ │ ├── unary=8_6.py │ │ ├── unary=8_7.py │ │ ├── unary=8_8.py │ │ └── unary=8_9.py │ └── unary=9 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=9_1.py │ │ ├── unary=9_10.py │ │ ├── unary=9_2.py │ │ ├── unary=9_3.py │ │ ├── unary=9_4.py │ │ ├── unary=9_5.py │ │ ├── unary=9_6.py │ │ ├── unary=9_7.py │ │ ├── unary=9_8.py │ │ └── unary=9_9.py │ ├── step76-3shot │ ├── addmm │ │ ├── addmm_1.py │ │ ├── addmm_10.py │ │ ├── addmm_2.py │ │ ├── addmm_3.py │ │ ├── addmm_4.py │ │ ├── addmm_5.py │ │ ├── addmm_6.py │ │ ├── addmm_7.py │ │ ├── addmm_8.py │ │ ├── addmm_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── binary=0 │ │ ├── binary=0_1.py │ │ ├── binary=0_10.py │ │ ├── binary=0_2.py │ │ ├── binary=0_3.py │ │ ├── binary=0_4.py │ │ ├── binary=0_5.py │ │ ├── binary=0_6.py │ │ ├── binary=0_7.py │ │ ├── binary=0_8.py │ │ ├── binary=0_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── binary=10 │ │ ├── binary=10_1.py │ │ ├── binary=10_10.py │ │ ├── binary=10_2.py │ │ ├── binary=10_3.py │ │ ├── binary=10_4.py │ │ ├── binary=10_5.py │ │ ├── binary=10_6.py │ │ ├── binary=10_7.py │ │ ├── binary=10_8.py │ │ ├── binary=10_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── binary=2 │ │ ├── binary=2_1.py │ │ ├── binary=2_10.py │ │ ├── binary=2_2.py │ │ ├── binary=2_3.py │ │ ├── binary=2_4.py │ │ ├── binary=2_5.py │ │ ├── binary=2_6.py │ │ ├── binary=2_7.py │ │ ├── binary=2_8.py │ │ ├── binary=2_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── binary=4 │ │ ├── binary=4_1.py │ │ ├── binary=4_10.py │ │ ├── binary=4_2.py │ │ ├── binary=4_3.py │ │ ├── binary=4_4.py │ │ ├── binary=4_5.py │ │ ├── binary=4_6.py │ │ ├── binary=4_7.py │ │ ├── binary=4_8.py │ │ ├── binary=4_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── binary=6 │ │ ├── binary=6_1.py │ │ ├── binary=6_10.py │ │ ├── binary=6_2.py │ │ ├── binary=6_3.py │ │ ├── binary=6_4.py │ │ ├── binary=6_5.py │ │ ├── binary=6_6.py │ │ ├── binary=6_7.py │ │ ├── binary=6_8.py │ │ ├── binary=6_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── binary=8 │ │ ├── binary=8_1.py │ │ ├── binary=8_10.py │ │ ├── binary=8_2.py │ │ ├── binary=8_3.py │ │ ├── binary=8_4.py │ │ ├── binary=8_5.py │ │ ├── binary=8_6.py │ │ ├── binary=8_7.py │ │ ├── binary=8_8.py │ │ ├── binary=8_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── binary_unary=0 │ │ ├── binary_unary=0_1.py │ │ ├── binary_unary=0_10.py │ │ ├── binary_unary=0_2.py │ │ ├── binary_unary=0_3.py │ │ ├── binary_unary=0_4.py │ │ ├── binary_unary=0_5.py │ │ ├── binary_unary=0_6.py │ │ ├── binary_unary=0_7.py │ │ ├── binary_unary=0_8.py │ │ ├── binary_unary=0_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── binary_unary=10 │ │ ├── binary_unary=10_1.py │ │ ├── binary_unary=10_10.py │ │ ├── binary_unary=10_2.py │ │ ├── binary_unary=10_3.py │ │ ├── binary_unary=10_4.py │ │ ├── binary_unary=10_5.py │ │ ├── binary_unary=10_6.py │ │ ├── binary_unary=10_7.py │ │ ├── binary_unary=10_8.py │ │ ├── binary_unary=10_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── binary_unary=2 │ │ ├── binary_unary=2_1.py │ │ ├── binary_unary=2_10.py │ │ ├── binary_unary=2_2.py │ │ ├── binary_unary=2_3.py │ │ ├── binary_unary=2_4.py │ │ ├── binary_unary=2_5.py │ │ ├── binary_unary=2_6.py │ │ ├── binary_unary=2_7.py │ │ ├── binary_unary=2_8.py │ │ ├── binary_unary=2_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── binary_unary=4 │ │ ├── binary_unary=4_1.py │ │ ├── binary_unary=4_10.py │ │ ├── binary_unary=4_2.py │ │ ├── binary_unary=4_3.py │ │ ├── binary_unary=4_4.py │ │ ├── binary_unary=4_5.py │ │ ├── binary_unary=4_6.py │ │ ├── binary_unary=4_7.py │ │ ├── binary_unary=4_8.py │ │ ├── binary_unary=4_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── binary_unary=6 │ │ ├── binary_unary=6_1.py │ │ ├── binary_unary=6_10.py │ │ ├── binary_unary=6_2.py │ │ ├── binary_unary=6_3.py │ │ ├── binary_unary=6_4.py │ │ ├── binary_unary=6_5.py │ │ ├── binary_unary=6_6.py │ │ ├── binary_unary=6_7.py │ │ ├── binary_unary=6_8.py │ │ ├── binary_unary=6_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── binary_unary=8 │ │ ├── binary_unary=8_1.py │ │ ├── binary_unary=8_10.py │ │ ├── binary_unary=8_2.py │ │ ├── binary_unary=8_3.py │ │ ├── binary_unary=8_4.py │ │ ├── binary_unary=8_5.py │ │ ├── binary_unary=8_6.py │ │ ├── binary_unary=8_7.py │ │ ├── binary_unary=8_8.py │ │ ├── binary_unary=8_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── cat_addmm │ │ ├── cat_addmm_1.py │ │ ├── cat_addmm_10.py │ │ ├── cat_addmm_2.py │ │ ├── cat_addmm_3.py │ │ ├── cat_addmm_4.py │ │ ├── cat_addmm_5.py │ │ ├── cat_addmm_6.py │ │ ├── cat_addmm_7.py │ │ ├── cat_addmm_8.py │ │ ├── cat_addmm_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── cat_mm │ │ ├── cat_mm_1.py │ │ ├── cat_mm_10.py │ │ ├── cat_mm_2.py │ │ ├── cat_mm_3.py │ │ ├── cat_mm_4.py │ │ ├── cat_mm_5.py │ │ ├── cat_mm_6.py │ │ ├── cat_mm_7.py │ │ ├── cat_mm_8.py │ │ ├── cat_mm_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── cat_slice_cat │ │ ├── cat_slice_cat_1.py │ │ ├── cat_slice_cat_10.py │ │ ├── cat_slice_cat_2.py │ │ ├── cat_slice_cat_3.py │ │ ├── cat_slice_cat_4.py │ │ ├── cat_slice_cat_5.py │ │ ├── cat_slice_cat_6.py │ │ ├── cat_slice_cat_7.py │ │ ├── cat_slice_cat_8.py │ │ ├── cat_slice_cat_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── fuse_conv_bn │ │ ├── fuse_conv_bn_1.py │ │ ├── fuse_conv_bn_10.py │ │ ├── fuse_conv_bn_2.py │ │ ├── fuse_conv_bn_3.py │ │ ├── fuse_conv_bn_4.py │ │ ├── fuse_conv_bn_5.py │ │ ├── fuse_conv_bn_6.py │ │ ├── fuse_conv_bn_7.py │ │ ├── fuse_conv_bn_8.py │ │ ├── fuse_conv_bn_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── linear_permute_fusion │ │ ├── linear_permute_fusion_1.py │ │ ├── linear_permute_fusion_10.py │ │ ├── linear_permute_fusion_2.py │ │ ├── linear_permute_fusion_3.py │ │ ├── linear_permute_fusion_4.py │ │ ├── linear_permute_fusion_5.py │ │ ├── linear_permute_fusion_6.py │ │ ├── linear_permute_fusion_7.py │ │ ├── linear_permute_fusion_8.py │ │ ├── linear_permute_fusion_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── mm_plus_mm │ │ ├── mm_plus_mm_1.py │ │ ├── mm_plus_mm_10.py │ │ ├── mm_plus_mm_2.py │ │ ├── mm_plus_mm_3.py │ │ ├── mm_plus_mm_4.py │ │ ├── mm_plus_mm_5.py │ │ ├── mm_plus_mm_6.py │ │ ├── mm_plus_mm_7.py │ │ ├── mm_plus_mm_8.py │ │ ├── mm_plus_mm_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── outputs.json │ ├── permute_linear_fusion │ │ ├── permute_linear_fusion_1.py │ │ ├── permute_linear_fusion_10.py │ │ ├── permute_linear_fusion_2.py │ │ ├── permute_linear_fusion_3.py │ │ ├── permute_linear_fusion_4.py │ │ ├── permute_linear_fusion_5.py │ │ ├── permute_linear_fusion_6.py │ │ ├── permute_linear_fusion_7.py │ │ ├── permute_linear_fusion_8.py │ │ ├── permute_linear_fusion_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── permute_matmul_fusion │ │ ├── permute_matmul_fusion_1.py │ │ ├── permute_matmul_fusion_10.py │ │ ├── permute_matmul_fusion_2.py │ │ ├── permute_matmul_fusion_3.py │ │ ├── permute_matmul_fusion_4.py │ │ ├── permute_matmul_fusion_5.py │ │ ├── permute_matmul_fusion_6.py │ │ ├── permute_matmul_fusion_7.py │ │ ├── permute_matmul_fusion_8.py │ │ ├── permute_matmul_fusion_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── pointless_cumsum_replacement │ │ ├── pointless_cumsum_replacement_1.py │ │ ├── pointless_cumsum_replacement_10.py │ │ ├── pointless_cumsum_replacement_2.py │ │ ├── pointless_cumsum_replacement_3.py │ │ ├── pointless_cumsum_replacement_4.py │ │ ├── pointless_cumsum_replacement_5.py │ │ ├── pointless_cumsum_replacement_6.py │ │ ├── pointless_cumsum_replacement_7.py │ │ ├── pointless_cumsum_replacement_8.py │ │ ├── pointless_cumsum_replacement_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── replace_fx │ │ ├── prompt.txt │ │ ├── replace_fx_1.py │ │ ├── replace_fx_10.py │ │ ├── replace_fx_2.py │ │ ├── replace_fx_3.py │ │ ├── replace_fx_4.py │ │ ├── replace_fx_5.py │ │ ├── replace_fx_6.py │ │ ├── replace_fx_7.py │ │ ├── replace_fx_8.py │ │ ├── replace_fx_9.py │ │ └── time.txt │ ├── sfdp=0 │ │ ├── prompt.txt │ │ ├── sfdp=0_1.py │ │ ├── sfdp=0_10.py │ │ ├── sfdp=0_2.py │ │ ├── sfdp=0_3.py │ │ ├── sfdp=0_4.py │ │ ├── sfdp=0_5.py │ │ ├── sfdp=0_6.py │ │ ├── sfdp=0_7.py │ │ ├── sfdp=0_8.py │ │ ├── sfdp=0_9.py │ │ └── time.txt │ ├── sfdp=1 │ │ ├── prompt.txt │ │ ├── sfdp=1_1.py │ │ ├── sfdp=1_10.py │ │ ├── sfdp=1_2.py │ │ ├── sfdp=1_3.py │ │ ├── sfdp=1_4.py │ │ ├── sfdp=1_5.py │ │ ├── sfdp=1_6.py │ │ ├── sfdp=1_7.py │ │ ├── sfdp=1_8.py │ │ ├── sfdp=1_9.py │ │ └── time.txt │ ├── sfdp=2 │ │ ├── prompt.txt │ │ ├── sfdp=2_1.py │ │ ├── sfdp=2_10.py │ │ ├── sfdp=2_2.py │ │ ├── sfdp=2_3.py │ │ ├── sfdp=2_4.py │ │ ├── sfdp=2_5.py │ │ ├── sfdp=2_6.py │ │ ├── sfdp=2_7.py │ │ ├── sfdp=2_8.py │ │ ├── sfdp=2_9.py │ │ └── time.txt │ ├── sfdp=3 │ │ ├── prompt.txt │ │ ├── sfdp=3_1.py │ │ ├── sfdp=3_10.py │ │ ├── sfdp=3_2.py │ │ ├── sfdp=3_3.py │ │ ├── sfdp=3_4.py │ │ ├── sfdp=3_5.py │ │ ├── sfdp=3_6.py │ │ ├── sfdp=3_7.py │ │ ├── sfdp=3_8.py │ │ ├── sfdp=3_9.py │ │ └── time.txt │ ├── sfdp=4 │ │ ├── prompt.txt │ │ ├── sfdp=4_1.py │ │ ├── sfdp=4_10.py │ │ ├── sfdp=4_2.py │ │ ├── sfdp=4_3.py │ │ ├── sfdp=4_4.py │ │ ├── sfdp=4_5.py │ │ ├── sfdp=4_6.py │ │ ├── sfdp=4_7.py │ │ ├── sfdp=4_8.py │ │ ├── sfdp=4_9.py │ │ └── time.txt │ ├── sfdp=5 │ │ ├── prompt.txt │ │ ├── sfdp=5_1.py │ │ ├── sfdp=5_10.py │ │ ├── sfdp=5_2.py │ │ ├── sfdp=5_3.py │ │ ├── sfdp=5_4.py │ │ ├── sfdp=5_5.py │ │ ├── sfdp=5_6.py │ │ ├── sfdp=5_7.py │ │ ├── sfdp=5_8.py │ │ ├── sfdp=5_9.py │ │ └── time.txt │ ├── sink_cat_after_pointwise │ │ ├── prompt.txt │ │ ├── sink_cat_after_pointwise_1.py │ │ ├── sink_cat_after_pointwise_10.py │ │ ├── sink_cat_after_pointwise_2.py │ │ ├── sink_cat_after_pointwise_3.py │ │ ├── sink_cat_after_pointwise_4.py │ │ ├── sink_cat_after_pointwise_5.py │ │ ├── sink_cat_after_pointwise_6.py │ │ ├── sink_cat_after_pointwise_7.py │ │ ├── sink_cat_after_pointwise_8.py │ │ ├── sink_cat_after_pointwise_9.py │ │ └── time.txt │ ├── splitwithsizes_cat_replace │ │ ├── prompt.txt │ │ ├── splitwithsizes_cat_replace_1.py │ │ ├── splitwithsizes_cat_replace_10.py │ │ ├── splitwithsizes_cat_replace_2.py │ │ ├── splitwithsizes_cat_replace_3.py │ │ ├── splitwithsizes_cat_replace_4.py │ │ ├── splitwithsizes_cat_replace_5.py │ │ ├── splitwithsizes_cat_replace_6.py │ │ ├── splitwithsizes_cat_replace_7.py │ │ ├── splitwithsizes_cat_replace_8.py │ │ ├── splitwithsizes_cat_replace_9.py │ │ └── time.txt │ ├── unary=0 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=0_1.py │ │ ├── unary=0_10.py │ │ ├── unary=0_2.py │ │ ├── unary=0_3.py │ │ ├── unary=0_4.py │ │ ├── unary=0_5.py │ │ ├── unary=0_6.py │ │ ├── unary=0_7.py │ │ ├── unary=0_8.py │ │ └── unary=0_9.py │ ├── unary=1 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=1_1.py │ │ ├── unary=1_10.py │ │ ├── unary=1_2.py │ │ ├── unary=1_3.py │ │ ├── unary=1_4.py │ │ ├── unary=1_5.py │ │ ├── unary=1_6.py │ │ ├── unary=1_7.py │ │ ├── unary=1_8.py │ │ └── unary=1_9.py │ ├── unary=10 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=10_1.py │ │ ├── unary=10_10.py │ │ ├── unary=10_2.py │ │ ├── unary=10_3.py │ │ ├── unary=10_4.py │ │ ├── unary=10_5.py │ │ ├── unary=10_6.py │ │ ├── unary=10_7.py │ │ ├── unary=10_8.py │ │ └── unary=10_9.py │ ├── unary=11 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=11_1.py │ │ ├── unary=11_10.py │ │ ├── unary=11_2.py │ │ ├── unary=11_3.py │ │ ├── unary=11_4.py │ │ ├── unary=11_5.py │ │ ├── unary=11_6.py │ │ ├── unary=11_7.py │ │ ├── unary=11_8.py │ │ └── unary=11_9.py │ ├── unary=12 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=12_1.py │ │ ├── unary=12_10.py │ │ ├── unary=12_2.py │ │ ├── unary=12_3.py │ │ ├── unary=12_4.py │ │ ├── unary=12_5.py │ │ ├── unary=12_6.py │ │ ├── unary=12_7.py │ │ ├── unary=12_8.py │ │ └── unary=12_9.py │ ├── unary=13 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=13_1.py │ │ ├── unary=13_10.py │ │ ├── unary=13_2.py │ │ ├── unary=13_3.py │ │ ├── unary=13_4.py │ │ ├── unary=13_5.py │ │ ├── unary=13_6.py │ │ ├── unary=13_7.py │ │ ├── unary=13_8.py │ │ └── unary=13_9.py │ ├── unary=14 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=14_1.py │ │ ├── unary=14_10.py │ │ ├── unary=14_2.py │ │ ├── unary=14_3.py │ │ ├── unary=14_4.py │ │ ├── unary=14_5.py │ │ ├── unary=14_6.py │ │ ├── unary=14_7.py │ │ ├── unary=14_8.py │ │ └── unary=14_9.py │ ├── unary=15 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=15_1.py │ │ ├── unary=15_10.py │ │ ├── unary=15_2.py │ │ ├── unary=15_3.py │ │ ├── unary=15_4.py │ │ ├── unary=15_5.py │ │ ├── unary=15_6.py │ │ ├── unary=15_7.py │ │ ├── unary=15_8.py │ │ └── unary=15_9.py │ ├── unary=16 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=16_1.py │ │ ├── unary=16_10.py │ │ ├── unary=16_2.py │ │ ├── unary=16_3.py │ │ ├── unary=16_4.py │ │ ├── unary=16_5.py │ │ ├── unary=16_6.py │ │ ├── unary=16_7.py │ │ ├── unary=16_8.py │ │ └── unary=16_9.py │ ├── unary=17 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=17_1.py │ │ ├── unary=17_10.py │ │ ├── unary=17_2.py │ │ ├── unary=17_3.py │ │ ├── unary=17_4.py │ │ ├── unary=17_5.py │ │ ├── unary=17_6.py │ │ ├── unary=17_7.py │ │ ├── unary=17_8.py │ │ └── unary=17_9.py │ ├── unary=18 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=18_1.py │ │ ├── unary=18_10.py │ │ ├── unary=18_2.py │ │ ├── unary=18_3.py │ │ ├── unary=18_4.py │ │ ├── unary=18_5.py │ │ ├── unary=18_6.py │ │ ├── unary=18_7.py │ │ ├── unary=18_8.py │ │ └── unary=18_9.py │ ├── unary=19 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=19_1.py │ │ ├── unary=19_10.py │ │ ├── unary=19_2.py │ │ ├── unary=19_3.py │ │ ├── unary=19_4.py │ │ ├── unary=19_5.py │ │ ├── unary=19_6.py │ │ ├── unary=19_7.py │ │ ├── unary=19_8.py │ │ └── unary=19_9.py │ ├── unary=2 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=2_1.py │ │ ├── unary=2_10.py │ │ ├── unary=2_2.py │ │ ├── unary=2_3.py │ │ ├── unary=2_4.py │ │ ├── unary=2_5.py │ │ ├── unary=2_6.py │ │ ├── unary=2_7.py │ │ ├── unary=2_8.py │ │ └── unary=2_9.py │ ├── unary=20 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=20_1.py │ │ ├── unary=20_10.py │ │ ├── unary=20_2.py │ │ ├── unary=20_3.py │ │ ├── unary=20_4.py │ │ ├── unary=20_5.py │ │ ├── unary=20_6.py │ │ ├── unary=20_7.py │ │ ├── unary=20_8.py │ │ └── unary=20_9.py │ ├── unary=21 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=21_1.py │ │ ├── unary=21_10.py │ │ ├── unary=21_2.py │ │ ├── unary=21_3.py │ │ ├── unary=21_4.py │ │ ├── unary=21_5.py │ │ ├── unary=21_6.py │ │ ├── unary=21_7.py │ │ ├── unary=21_8.py │ │ └── unary=21_9.py │ ├── unary=22 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=22_1.py │ │ ├── unary=22_10.py │ │ ├── unary=22_2.py │ │ ├── unary=22_3.py │ │ ├── unary=22_4.py │ │ ├── unary=22_5.py │ │ ├── unary=22_6.py │ │ ├── unary=22_7.py │ │ ├── unary=22_8.py │ │ └── unary=22_9.py │ ├── unary=23 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=23_1.py │ │ ├── unary=23_10.py │ │ ├── unary=23_2.py │ │ ├── unary=23_3.py │ │ ├── unary=23_4.py │ │ ├── unary=23_5.py │ │ ├── unary=23_6.py │ │ ├── unary=23_7.py │ │ ├── unary=23_8.py │ │ └── unary=23_9.py │ ├── unary=24 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=24_1.py │ │ ├── unary=24_10.py │ │ ├── unary=24_2.py │ │ ├── unary=24_3.py │ │ ├── unary=24_4.py │ │ ├── unary=24_5.py │ │ ├── unary=24_6.py │ │ ├── unary=24_7.py │ │ ├── unary=24_8.py │ │ └── unary=24_9.py │ ├── unary=25 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=25_1.py │ │ ├── unary=25_10.py │ │ ├── unary=25_2.py │ │ ├── unary=25_3.py │ │ ├── unary=25_4.py │ │ ├── unary=25_5.py │ │ ├── unary=25_6.py │ │ ├── unary=25_7.py │ │ ├── unary=25_8.py │ │ └── unary=25_9.py │ ├── unary=26 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=26_1.py │ │ ├── unary=26_10.py │ │ ├── unary=26_2.py │ │ ├── unary=26_3.py │ │ ├── unary=26_4.py │ │ ├── unary=26_5.py │ │ ├── unary=26_6.py │ │ ├── unary=26_7.py │ │ ├── unary=26_8.py │ │ └── unary=26_9.py │ ├── unary=27 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=27_1.py │ │ ├── unary=27_10.py │ │ ├── unary=27_2.py │ │ ├── unary=27_3.py │ │ ├── unary=27_4.py │ │ ├── unary=27_5.py │ │ ├── unary=27_6.py │ │ ├── unary=27_7.py │ │ ├── unary=27_8.py │ │ └── unary=27_9.py │ ├── unary=28 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=28_1.py │ │ ├── unary=28_10.py │ │ ├── unary=28_2.py │ │ ├── unary=28_3.py │ │ ├── unary=28_4.py │ │ ├── unary=28_5.py │ │ ├── unary=28_6.py │ │ ├── unary=28_7.py │ │ ├── unary=28_8.py │ │ └── unary=28_9.py │ ├── unary=29 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=29_1.py │ │ ├── unary=29_10.py │ │ ├── unary=29_2.py │ │ ├── unary=29_3.py │ │ ├── unary=29_4.py │ │ ├── unary=29_5.py │ │ ├── unary=29_6.py │ │ ├── unary=29_7.py │ │ ├── unary=29_8.py │ │ └── unary=29_9.py │ ├── unary=3 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=3_1.py │ │ ├── unary=3_10.py │ │ ├── unary=3_2.py │ │ ├── unary=3_3.py │ │ ├── unary=3_4.py │ │ ├── unary=3_5.py │ │ ├── unary=3_6.py │ │ ├── unary=3_7.py │ │ ├── unary=3_8.py │ │ └── unary=3_9.py │ ├── unary=4 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=4_1.py │ │ ├── unary=4_10.py │ │ ├── unary=4_2.py │ │ ├── unary=4_3.py │ │ ├── unary=4_4.py │ │ ├── unary=4_5.py │ │ ├── unary=4_6.py │ │ ├── unary=4_7.py │ │ ├── unary=4_8.py │ │ └── unary=4_9.py │ ├── unary=5 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=5_1.py │ │ ├── unary=5_10.py │ │ ├── unary=5_2.py │ │ ├── unary=5_3.py │ │ ├── unary=5_4.py │ │ ├── unary=5_5.py │ │ ├── unary=5_6.py │ │ ├── unary=5_7.py │ │ ├── unary=5_8.py │ │ └── unary=5_9.py │ ├── unary=6 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=6_1.py │ │ ├── unary=6_10.py │ │ ├── unary=6_2.py │ │ ├── unary=6_3.py │ │ ├── unary=6_4.py │ │ ├── unary=6_5.py │ │ ├── unary=6_6.py │ │ ├── unary=6_7.py │ │ ├── unary=6_8.py │ │ └── unary=6_9.py │ ├── unary=7 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=7_1.py │ │ ├── unary=7_10.py │ │ ├── unary=7_2.py │ │ ├── unary=7_3.py │ │ ├── unary=7_4.py │ │ ├── unary=7_5.py │ │ ├── unary=7_6.py │ │ ├── unary=7_7.py │ │ ├── unary=7_8.py │ │ └── unary=7_9.py │ ├── unary=8 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=8_1.py │ │ ├── unary=8_10.py │ │ ├── unary=8_2.py │ │ ├── unary=8_3.py │ │ ├── unary=8_4.py │ │ ├── unary=8_5.py │ │ ├── unary=8_6.py │ │ ├── unary=8_7.py │ │ ├── unary=8_8.py │ │ └── unary=8_9.py │ └── unary=9 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=9_1.py │ │ ├── unary=9_10.py │ │ ├── unary=9_2.py │ │ ├── unary=9_3.py │ │ ├── unary=9_4.py │ │ ├── unary=9_5.py │ │ ├── unary=9_6.py │ │ ├── unary=9_7.py │ │ ├── unary=9_8.py │ │ └── unary=9_9.py │ ├── step77-3shot │ ├── addmm │ │ ├── addmm_1.py │ │ ├── addmm_10.py │ │ ├── addmm_2.py │ │ ├── addmm_3.py │ │ ├── addmm_4.py │ │ ├── addmm_5.py │ │ ├── addmm_6.py │ │ ├── addmm_7.py │ │ ├── addmm_8.py │ │ ├── addmm_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── binary=0 │ │ ├── binary=0_1.py │ │ ├── binary=0_10.py │ │ ├── binary=0_2.py │ │ ├── binary=0_3.py │ │ ├── binary=0_4.py │ │ ├── binary=0_5.py │ │ ├── binary=0_6.py │ │ ├── binary=0_7.py │ │ ├── binary=0_8.py │ │ ├── binary=0_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── binary=10 │ │ ├── binary=10_1.py │ │ ├── binary=10_10.py │ │ ├── binary=10_2.py │ │ ├── binary=10_3.py │ │ ├── binary=10_4.py │ │ ├── binary=10_5.py │ │ ├── binary=10_6.py │ │ ├── binary=10_7.py │ │ ├── binary=10_8.py │ │ ├── binary=10_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── binary=2 │ │ ├── binary=2_1.py │ │ ├── binary=2_10.py │ │ ├── binary=2_2.py │ │ ├── binary=2_3.py │ │ ├── binary=2_4.py │ │ ├── binary=2_5.py │ │ ├── binary=2_6.py │ │ ├── binary=2_7.py │ │ ├── binary=2_8.py │ │ ├── binary=2_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── binary=4 │ │ ├── binary=4_1.py │ │ ├── binary=4_10.py │ │ ├── binary=4_2.py │ │ ├── binary=4_3.py │ │ ├── binary=4_4.py │ │ ├── binary=4_5.py │ │ ├── binary=4_6.py │ │ ├── binary=4_7.py │ │ ├── binary=4_8.py │ │ ├── binary=4_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── binary=6 │ │ ├── binary=6_1.py │ │ ├── binary=6_10.py │ │ ├── binary=6_2.py │ │ ├── binary=6_3.py │ │ ├── binary=6_4.py │ │ ├── binary=6_5.py │ │ ├── binary=6_6.py │ │ ├── binary=6_7.py │ │ ├── binary=6_8.py │ │ ├── binary=6_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── binary=8 │ │ ├── binary=8_1.py │ │ ├── binary=8_10.py │ │ ├── binary=8_2.py │ │ ├── binary=8_3.py │ │ ├── binary=8_4.py │ │ ├── binary=8_5.py │ │ ├── binary=8_6.py │ │ ├── binary=8_7.py │ │ ├── binary=8_8.py │ │ ├── binary=8_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── binary_unary=0 │ │ ├── binary_unary=0_1.py │ │ ├── binary_unary=0_10.py │ │ ├── binary_unary=0_2.py │ │ ├── binary_unary=0_3.py │ │ ├── binary_unary=0_4.py │ │ ├── binary_unary=0_5.py │ │ ├── binary_unary=0_6.py │ │ ├── binary_unary=0_7.py │ │ ├── binary_unary=0_8.py │ │ ├── binary_unary=0_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── binary_unary=10 │ │ ├── binary_unary=10_1.py │ │ ├── binary_unary=10_10.py │ │ ├── binary_unary=10_2.py │ │ ├── binary_unary=10_3.py │ │ ├── binary_unary=10_4.py │ │ ├── binary_unary=10_5.py │ │ ├── binary_unary=10_6.py │ │ ├── binary_unary=10_7.py │ │ ├── binary_unary=10_8.py │ │ ├── binary_unary=10_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── binary_unary=2 │ │ ├── binary_unary=2_1.py │ │ ├── binary_unary=2_10.py │ │ ├── binary_unary=2_2.py │ │ ├── binary_unary=2_3.py │ │ ├── binary_unary=2_4.py │ │ ├── binary_unary=2_5.py │ │ ├── binary_unary=2_6.py │ │ ├── binary_unary=2_7.py │ │ ├── binary_unary=2_8.py │ │ ├── binary_unary=2_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── binary_unary=4 │ │ ├── binary_unary=4_1.py │ │ ├── binary_unary=4_10.py │ │ ├── binary_unary=4_2.py │ │ ├── binary_unary=4_3.py │ │ ├── binary_unary=4_4.py │ │ ├── binary_unary=4_5.py │ │ ├── binary_unary=4_6.py │ │ ├── binary_unary=4_7.py │ │ ├── binary_unary=4_8.py │ │ ├── binary_unary=4_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── binary_unary=6 │ │ ├── binary_unary=6_1.py │ │ ├── binary_unary=6_10.py │ │ ├── binary_unary=6_2.py │ │ ├── binary_unary=6_3.py │ │ ├── binary_unary=6_4.py │ │ ├── binary_unary=6_5.py │ │ ├── binary_unary=6_6.py │ │ ├── binary_unary=6_7.py │ │ ├── binary_unary=6_8.py │ │ ├── binary_unary=6_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── binary_unary=8 │ │ ├── binary_unary=8_1.py │ │ ├── binary_unary=8_10.py │ │ ├── binary_unary=8_2.py │ │ ├── binary_unary=8_3.py │ │ ├── binary_unary=8_4.py │ │ ├── binary_unary=8_5.py │ │ ├── binary_unary=8_6.py │ │ ├── binary_unary=8_7.py │ │ ├── binary_unary=8_8.py │ │ ├── binary_unary=8_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── cat_addmm │ │ ├── cat_addmm_1.py │ │ ├── cat_addmm_10.py │ │ ├── cat_addmm_2.py │ │ ├── cat_addmm_3.py │ │ ├── cat_addmm_4.py │ │ ├── cat_addmm_5.py │ │ ├── cat_addmm_6.py │ │ ├── cat_addmm_7.py │ │ ├── cat_addmm_8.py │ │ ├── cat_addmm_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── cat_mm │ │ ├── cat_mm_1.py │ │ ├── cat_mm_10.py │ │ ├── cat_mm_2.py │ │ ├── cat_mm_3.py │ │ ├── cat_mm_4.py │ │ ├── cat_mm_5.py │ │ ├── cat_mm_6.py │ │ ├── cat_mm_7.py │ │ ├── cat_mm_8.py │ │ ├── cat_mm_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── cat_slice_cat │ │ ├── cat_slice_cat_1.py │ │ ├── cat_slice_cat_10.py │ │ ├── cat_slice_cat_2.py │ │ ├── cat_slice_cat_3.py │ │ ├── cat_slice_cat_4.py │ │ ├── cat_slice_cat_5.py │ │ ├── cat_slice_cat_6.py │ │ ├── cat_slice_cat_7.py │ │ ├── cat_slice_cat_8.py │ │ ├── cat_slice_cat_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── fuse_conv_bn │ │ ├── fuse_conv_bn_1.py │ │ ├── fuse_conv_bn_10.py │ │ ├── fuse_conv_bn_2.py │ │ ├── fuse_conv_bn_3.py │ │ ├── fuse_conv_bn_4.py │ │ ├── fuse_conv_bn_5.py │ │ ├── fuse_conv_bn_6.py │ │ ├── fuse_conv_bn_7.py │ │ ├── fuse_conv_bn_8.py │ │ ├── fuse_conv_bn_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── linear_permute_fusion │ │ ├── linear_permute_fusion_1.py │ │ ├── linear_permute_fusion_10.py │ │ ├── linear_permute_fusion_2.py │ │ ├── linear_permute_fusion_3.py │ │ ├── linear_permute_fusion_4.py │ │ ├── linear_permute_fusion_5.py │ │ ├── linear_permute_fusion_6.py │ │ ├── linear_permute_fusion_7.py │ │ ├── linear_permute_fusion_8.py │ │ ├── linear_permute_fusion_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── mm_plus_mm │ │ ├── mm_plus_mm_1.py │ │ ├── mm_plus_mm_10.py │ │ ├── mm_plus_mm_2.py │ │ ├── mm_plus_mm_3.py │ │ ├── mm_plus_mm_4.py │ │ ├── mm_plus_mm_5.py │ │ ├── mm_plus_mm_6.py │ │ ├── mm_plus_mm_7.py │ │ ├── mm_plus_mm_8.py │ │ ├── mm_plus_mm_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── outputs.json │ ├── permute_linear_fusion │ │ ├── permute_linear_fusion_1.py │ │ ├── permute_linear_fusion_10.py │ │ ├── permute_linear_fusion_2.py │ │ ├── permute_linear_fusion_3.py │ │ ├── permute_linear_fusion_4.py │ │ ├── permute_linear_fusion_5.py │ │ ├── permute_linear_fusion_6.py │ │ ├── permute_linear_fusion_7.py │ │ ├── permute_linear_fusion_8.py │ │ ├── permute_linear_fusion_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── permute_matmul_fusion │ │ ├── permute_matmul_fusion_1.py │ │ ├── permute_matmul_fusion_10.py │ │ ├── permute_matmul_fusion_2.py │ │ ├── permute_matmul_fusion_3.py │ │ ├── permute_matmul_fusion_4.py │ │ ├── permute_matmul_fusion_5.py │ │ ├── permute_matmul_fusion_6.py │ │ ├── permute_matmul_fusion_7.py │ │ ├── permute_matmul_fusion_8.py │ │ ├── permute_matmul_fusion_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── pointless_cumsum_replacement │ │ ├── pointless_cumsum_replacement_1.py │ │ ├── pointless_cumsum_replacement_10.py │ │ ├── pointless_cumsum_replacement_2.py │ │ ├── pointless_cumsum_replacement_3.py │ │ ├── pointless_cumsum_replacement_4.py │ │ ├── pointless_cumsum_replacement_5.py │ │ ├── pointless_cumsum_replacement_6.py │ │ ├── pointless_cumsum_replacement_7.py │ │ ├── pointless_cumsum_replacement_8.py │ │ ├── pointless_cumsum_replacement_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── replace_fx │ │ ├── prompt.txt │ │ ├── replace_fx_1.py │ │ ├── replace_fx_10.py │ │ ├── replace_fx_2.py │ │ ├── replace_fx_3.py │ │ ├── replace_fx_4.py │ │ ├── replace_fx_5.py │ │ ├── replace_fx_6.py │ │ ├── replace_fx_7.py │ │ ├── replace_fx_8.py │ │ ├── replace_fx_9.py │ │ └── time.txt │ ├── sfdp=0 │ │ ├── prompt.txt │ │ ├── sfdp=0_1.py │ │ ├── sfdp=0_10.py │ │ ├── sfdp=0_2.py │ │ ├── sfdp=0_3.py │ │ ├── sfdp=0_4.py │ │ ├── sfdp=0_5.py │ │ ├── sfdp=0_6.py │ │ ├── sfdp=0_7.py │ │ ├── sfdp=0_8.py │ │ ├── sfdp=0_9.py │ │ └── time.txt │ ├── sfdp=1 │ │ ├── prompt.txt │ │ ├── sfdp=1_1.py │ │ ├── sfdp=1_10.py │ │ ├── sfdp=1_2.py │ │ ├── sfdp=1_3.py │ │ ├── sfdp=1_4.py │ │ ├── sfdp=1_5.py │ │ ├── sfdp=1_6.py │ │ ├── sfdp=1_7.py │ │ ├── sfdp=1_8.py │ │ ├── sfdp=1_9.py │ │ └── time.txt │ ├── sfdp=2 │ │ ├── prompt.txt │ │ ├── sfdp=2_1.py │ │ ├── sfdp=2_10.py │ │ ├── sfdp=2_2.py │ │ ├── sfdp=2_3.py │ │ ├── sfdp=2_4.py │ │ ├── sfdp=2_5.py │ │ ├── sfdp=2_6.py │ │ ├── sfdp=2_7.py │ │ ├── sfdp=2_8.py │ │ ├── sfdp=2_9.py │ │ └── time.txt │ ├── sfdp=3 │ │ ├── prompt.txt │ │ ├── sfdp=3_1.py │ │ ├── sfdp=3_10.py │ │ ├── sfdp=3_2.py │ │ ├── sfdp=3_3.py │ │ ├── sfdp=3_4.py │ │ ├── sfdp=3_5.py │ │ ├── sfdp=3_6.py │ │ ├── sfdp=3_7.py │ │ ├── sfdp=3_8.py │ │ ├── sfdp=3_9.py │ │ └── time.txt │ ├── sfdp=4 │ │ ├── prompt.txt │ │ ├── sfdp=4_1.py │ │ ├── sfdp=4_10.py │ │ ├── sfdp=4_2.py │ │ ├── sfdp=4_3.py │ │ ├── sfdp=4_4.py │ │ ├── sfdp=4_5.py │ │ ├── sfdp=4_6.py │ │ ├── sfdp=4_7.py │ │ ├── sfdp=4_8.py │ │ ├── sfdp=4_9.py │ │ └── time.txt │ ├── sfdp=5 │ │ ├── prompt.txt │ │ ├── sfdp=5_1.py │ │ ├── sfdp=5_10.py │ │ ├── sfdp=5_2.py │ │ ├── sfdp=5_3.py │ │ ├── sfdp=5_4.py │ │ ├── sfdp=5_5.py │ │ ├── sfdp=5_6.py │ │ ├── sfdp=5_7.py │ │ ├── sfdp=5_8.py │ │ ├── sfdp=5_9.py │ │ └── time.txt │ ├── sink_cat_after_pointwise │ │ ├── prompt.txt │ │ ├── sink_cat_after_pointwise_1.py │ │ ├── sink_cat_after_pointwise_10.py │ │ ├── sink_cat_after_pointwise_2.py │ │ ├── sink_cat_after_pointwise_3.py │ │ ├── sink_cat_after_pointwise_4.py │ │ ├── sink_cat_after_pointwise_5.py │ │ ├── sink_cat_after_pointwise_6.py │ │ ├── sink_cat_after_pointwise_7.py │ │ ├── sink_cat_after_pointwise_8.py │ │ ├── sink_cat_after_pointwise_9.py │ │ └── time.txt │ ├── splitwithsizes_cat_replace │ │ ├── prompt.txt │ │ ├── splitwithsizes_cat_replace_1.py │ │ ├── splitwithsizes_cat_replace_10.py │ │ ├── splitwithsizes_cat_replace_2.py │ │ ├── splitwithsizes_cat_replace_3.py │ │ ├── splitwithsizes_cat_replace_4.py │ │ ├── splitwithsizes_cat_replace_5.py │ │ ├── splitwithsizes_cat_replace_6.py │ │ ├── splitwithsizes_cat_replace_7.py │ │ ├── splitwithsizes_cat_replace_8.py │ │ ├── splitwithsizes_cat_replace_9.py │ │ └── time.txt │ ├── unary=0 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=0_1.py │ │ ├── unary=0_10.py │ │ ├── unary=0_2.py │ │ ├── unary=0_3.py │ │ ├── unary=0_4.py │ │ ├── unary=0_5.py │ │ ├── unary=0_6.py │ │ ├── unary=0_7.py │ │ ├── unary=0_8.py │ │ └── unary=0_9.py │ ├── unary=1 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=1_1.py │ │ ├── unary=1_10.py │ │ ├── unary=1_2.py │ │ ├── unary=1_3.py │ │ ├── unary=1_4.py │ │ ├── unary=1_5.py │ │ ├── unary=1_6.py │ │ ├── unary=1_7.py │ │ ├── unary=1_8.py │ │ └── unary=1_9.py │ ├── unary=10 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=10_1.py │ │ ├── unary=10_10.py │ │ ├── unary=10_2.py │ │ ├── unary=10_3.py │ │ ├── unary=10_4.py │ │ ├── unary=10_5.py │ │ ├── unary=10_6.py │ │ ├── unary=10_7.py │ │ ├── unary=10_8.py │ │ └── unary=10_9.py │ ├── unary=11 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=11_1.py │ │ ├── unary=11_10.py │ │ ├── unary=11_2.py │ │ ├── unary=11_3.py │ │ ├── unary=11_4.py │ │ ├── unary=11_5.py │ │ ├── unary=11_6.py │ │ ├── unary=11_7.py │ │ ├── unary=11_8.py │ │ └── unary=11_9.py │ ├── unary=12 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=12_1.py │ │ ├── unary=12_10.py │ │ ├── unary=12_2.py │ │ ├── unary=12_3.py │ │ ├── unary=12_4.py │ │ ├── unary=12_5.py │ │ ├── unary=12_6.py │ │ ├── unary=12_7.py │ │ ├── unary=12_8.py │ │ └── unary=12_9.py │ ├── unary=13 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=13_1.py │ │ ├── unary=13_10.py │ │ ├── unary=13_2.py │ │ ├── unary=13_3.py │ │ ├── unary=13_4.py │ │ ├── unary=13_5.py │ │ ├── unary=13_6.py │ │ ├── unary=13_7.py │ │ ├── unary=13_8.py │ │ └── unary=13_9.py │ ├── unary=14 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=14_1.py │ │ ├── unary=14_10.py │ │ ├── unary=14_2.py │ │ ├── unary=14_3.py │ │ ├── unary=14_4.py │ │ ├── unary=14_5.py │ │ ├── unary=14_6.py │ │ ├── unary=14_7.py │ │ ├── unary=14_8.py │ │ └── unary=14_9.py │ ├── unary=15 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=15_1.py │ │ ├── unary=15_10.py │ │ ├── unary=15_2.py │ │ ├── unary=15_3.py │ │ ├── unary=15_4.py │ │ ├── unary=15_5.py │ │ ├── unary=15_6.py │ │ ├── unary=15_7.py │ │ ├── unary=15_8.py │ │ └── unary=15_9.py │ ├── unary=16 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=16_1.py │ │ ├── unary=16_10.py │ │ ├── unary=16_2.py │ │ ├── unary=16_3.py │ │ ├── unary=16_4.py │ │ ├── unary=16_5.py │ │ ├── unary=16_6.py │ │ ├── unary=16_7.py │ │ ├── unary=16_8.py │ │ └── unary=16_9.py │ ├── unary=17 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=17_1.py │ │ ├── unary=17_10.py │ │ ├── unary=17_2.py │ │ ├── unary=17_3.py │ │ ├── unary=17_4.py │ │ ├── unary=17_5.py │ │ ├── unary=17_6.py │ │ ├── unary=17_7.py │ │ ├── unary=17_8.py │ │ └── unary=17_9.py │ ├── unary=18 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=18_1.py │ │ ├── unary=18_10.py │ │ ├── unary=18_2.py │ │ ├── unary=18_3.py │ │ ├── unary=18_4.py │ │ ├── unary=18_5.py │ │ ├── unary=18_6.py │ │ ├── unary=18_7.py │ │ ├── unary=18_8.py │ │ └── unary=18_9.py │ ├── unary=19 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=19_1.py │ │ ├── unary=19_10.py │ │ ├── unary=19_2.py │ │ ├── unary=19_3.py │ │ ├── unary=19_4.py │ │ ├── unary=19_5.py │ │ ├── unary=19_6.py │ │ ├── unary=19_7.py │ │ ├── unary=19_8.py │ │ └── unary=19_9.py │ ├── unary=2 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=2_1.py │ │ ├── unary=2_10.py │ │ ├── unary=2_2.py │ │ ├── unary=2_3.py │ │ ├── unary=2_4.py │ │ ├── unary=2_5.py │ │ ├── unary=2_6.py │ │ ├── unary=2_7.py │ │ ├── unary=2_8.py │ │ └── unary=2_9.py │ ├── unary=20 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=20_1.py │ │ ├── unary=20_10.py │ │ ├── unary=20_2.py │ │ ├── unary=20_3.py │ │ ├── unary=20_4.py │ │ ├── unary=20_5.py │ │ ├── unary=20_6.py │ │ ├── unary=20_7.py │ │ ├── unary=20_8.py │ │ └── unary=20_9.py │ ├── unary=21 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=21_1.py │ │ ├── unary=21_10.py │ │ ├── unary=21_2.py │ │ ├── unary=21_3.py │ │ ├── unary=21_4.py │ │ ├── unary=21_5.py │ │ ├── unary=21_6.py │ │ ├── unary=21_7.py │ │ ├── unary=21_8.py │ │ └── unary=21_9.py │ ├── unary=22 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=22_1.py │ │ ├── unary=22_10.py │ │ ├── unary=22_2.py │ │ ├── unary=22_3.py │ │ ├── unary=22_4.py │ │ ├── unary=22_5.py │ │ ├── unary=22_6.py │ │ ├── unary=22_7.py │ │ ├── unary=22_8.py │ │ └── unary=22_9.py │ ├── unary=23 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=23_1.py │ │ ├── unary=23_10.py │ │ ├── unary=23_2.py │ │ ├── unary=23_3.py │ │ ├── unary=23_4.py │ │ ├── unary=23_5.py │ │ ├── unary=23_6.py │ │ ├── unary=23_7.py │ │ ├── unary=23_8.py │ │ └── unary=23_9.py │ ├── unary=24 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=24_1.py │ │ ├── unary=24_10.py │ │ ├── unary=24_2.py │ │ ├── unary=24_3.py │ │ ├── unary=24_4.py │ │ ├── unary=24_5.py │ │ ├── unary=24_6.py │ │ ├── unary=24_7.py │ │ ├── unary=24_8.py │ │ └── unary=24_9.py │ ├── unary=25 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=25_1.py │ │ ├── unary=25_10.py │ │ ├── unary=25_2.py │ │ ├── unary=25_3.py │ │ ├── unary=25_4.py │ │ ├── unary=25_5.py │ │ ├── unary=25_6.py │ │ ├── unary=25_7.py │ │ ├── unary=25_8.py │ │ └── unary=25_9.py │ ├── unary=26 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=26_1.py │ │ ├── unary=26_10.py │ │ ├── unary=26_2.py │ │ ├── unary=26_3.py │ │ ├── unary=26_4.py │ │ ├── unary=26_5.py │ │ ├── unary=26_6.py │ │ ├── unary=26_7.py │ │ ├── unary=26_8.py │ │ └── unary=26_9.py │ ├── unary=27 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=27_1.py │ │ ├── unary=27_10.py │ │ ├── unary=27_2.py │ │ ├── unary=27_3.py │ │ ├── unary=27_4.py │ │ ├── unary=27_5.py │ │ ├── unary=27_6.py │ │ ├── unary=27_7.py │ │ ├── unary=27_8.py │ │ └── unary=27_9.py │ ├── unary=28 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=28_1.py │ │ ├── unary=28_10.py │ │ ├── unary=28_2.py │ │ ├── unary=28_3.py │ │ ├── unary=28_4.py │ │ ├── unary=28_5.py │ │ ├── unary=28_6.py │ │ ├── unary=28_7.py │ │ ├── unary=28_8.py │ │ └── unary=28_9.py │ ├── unary=29 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=29_1.py │ │ ├── unary=29_10.py │ │ ├── unary=29_2.py │ │ ├── unary=29_3.py │ │ ├── unary=29_4.py │ │ ├── unary=29_5.py │ │ ├── unary=29_6.py │ │ ├── unary=29_7.py │ │ ├── unary=29_8.py │ │ └── unary=29_9.py │ ├── unary=3 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=3_1.py │ │ ├── unary=3_10.py │ │ ├── unary=3_2.py │ │ ├── unary=3_3.py │ │ ├── unary=3_4.py │ │ ├── unary=3_5.py │ │ ├── unary=3_6.py │ │ ├── unary=3_7.py │ │ ├── unary=3_8.py │ │ └── unary=3_9.py │ ├── unary=4 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=4_1.py │ │ ├── unary=4_10.py │ │ ├── unary=4_2.py │ │ ├── unary=4_3.py │ │ ├── unary=4_4.py │ │ ├── unary=4_5.py │ │ ├── unary=4_6.py │ │ ├── unary=4_7.py │ │ ├── unary=4_8.py │ │ └── unary=4_9.py │ ├── unary=5 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=5_1.py │ │ ├── unary=5_10.py │ │ ├── unary=5_2.py │ │ ├── unary=5_3.py │ │ ├── unary=5_4.py │ │ ├── unary=5_5.py │ │ ├── unary=5_6.py │ │ ├── unary=5_7.py │ │ ├── unary=5_8.py │ │ └── unary=5_9.py │ ├── unary=6 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=6_1.py │ │ ├── unary=6_10.py │ │ ├── unary=6_2.py │ │ ├── unary=6_3.py │ │ ├── unary=6_4.py │ │ ├── unary=6_5.py │ │ ├── unary=6_6.py │ │ ├── unary=6_7.py │ │ ├── unary=6_8.py │ │ └── unary=6_9.py │ ├── unary=7 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=7_1.py │ │ ├── unary=7_10.py │ │ ├── unary=7_2.py │ │ ├── unary=7_3.py │ │ ├── unary=7_4.py │ │ ├── unary=7_5.py │ │ ├── unary=7_6.py │ │ ├── unary=7_7.py │ │ ├── unary=7_8.py │ │ └── unary=7_9.py │ ├── unary=8 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=8_1.py │ │ ├── unary=8_10.py │ │ ├── unary=8_2.py │ │ ├── unary=8_3.py │ │ ├── unary=8_4.py │ │ ├── unary=8_5.py │ │ ├── unary=8_6.py │ │ ├── unary=8_7.py │ │ ├── unary=8_8.py │ │ └── unary=8_9.py │ └── unary=9 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=9_1.py │ │ ├── unary=9_10.py │ │ ├── unary=9_2.py │ │ ├── unary=9_3.py │ │ ├── unary=9_4.py │ │ ├── unary=9_5.py │ │ ├── unary=9_6.py │ │ ├── unary=9_7.py │ │ ├── unary=9_8.py │ │ └── unary=9_9.py │ ├── step78-3shot │ ├── addmm │ │ ├── addmm_1.py │ │ ├── addmm_10.py │ │ ├── addmm_2.py │ │ ├── addmm_3.py │ │ ├── addmm_4.py │ │ ├── addmm_5.py │ │ ├── addmm_6.py │ │ ├── addmm_7.py │ │ ├── addmm_8.py │ │ ├── addmm_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── binary=0 │ │ ├── binary=0_1.py │ │ ├── binary=0_10.py │ │ ├── binary=0_2.py │ │ ├── binary=0_3.py │ │ ├── binary=0_4.py │ │ ├── binary=0_5.py │ │ ├── binary=0_6.py │ │ ├── binary=0_7.py │ │ ├── binary=0_8.py │ │ ├── binary=0_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── binary=10 │ │ ├── binary=10_1.py │ │ ├── binary=10_10.py │ │ ├── binary=10_2.py │ │ ├── binary=10_3.py │ │ ├── binary=10_4.py │ │ ├── binary=10_5.py │ │ ├── binary=10_6.py │ │ ├── binary=10_7.py │ │ ├── binary=10_8.py │ │ ├── binary=10_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── binary=2 │ │ ├── binary=2_1.py │ │ ├── binary=2_10.py │ │ ├── binary=2_2.py │ │ ├── binary=2_3.py │ │ ├── binary=2_4.py │ │ ├── binary=2_5.py │ │ ├── binary=2_6.py │ │ ├── binary=2_7.py │ │ ├── binary=2_8.py │ │ ├── binary=2_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── binary=4 │ │ ├── binary=4_1.py │ │ ├── binary=4_10.py │ │ ├── binary=4_2.py │ │ ├── binary=4_3.py │ │ ├── binary=4_4.py │ │ ├── binary=4_5.py │ │ ├── binary=4_6.py │ │ ├── binary=4_7.py │ │ ├── binary=4_8.py │ │ ├── binary=4_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── binary=6 │ │ ├── binary=6_1.py │ │ ├── binary=6_10.py │ │ ├── binary=6_2.py │ │ ├── binary=6_3.py │ │ ├── binary=6_4.py │ │ ├── binary=6_5.py │ │ ├── binary=6_6.py │ │ ├── binary=6_7.py │ │ ├── binary=6_8.py │ │ ├── binary=6_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── binary=8 │ │ ├── binary=8_1.py │ │ ├── binary=8_10.py │ │ ├── binary=8_2.py │ │ ├── binary=8_3.py │ │ ├── binary=8_4.py │ │ ├── binary=8_5.py │ │ ├── binary=8_6.py │ │ ├── binary=8_7.py │ │ ├── binary=8_8.py │ │ ├── binary=8_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── binary_unary=0 │ │ ├── binary_unary=0_1.py │ │ ├── binary_unary=0_10.py │ │ ├── binary_unary=0_2.py │ │ ├── binary_unary=0_3.py │ │ ├── binary_unary=0_4.py │ │ ├── binary_unary=0_5.py │ │ ├── binary_unary=0_6.py │ │ ├── binary_unary=0_7.py │ │ ├── binary_unary=0_8.py │ │ ├── binary_unary=0_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── binary_unary=10 │ │ ├── binary_unary=10_1.py │ │ ├── binary_unary=10_10.py │ │ ├── binary_unary=10_2.py │ │ ├── binary_unary=10_3.py │ │ ├── binary_unary=10_4.py │ │ ├── binary_unary=10_5.py │ │ ├── binary_unary=10_6.py │ │ ├── binary_unary=10_7.py │ │ ├── binary_unary=10_8.py │ │ ├── binary_unary=10_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── binary_unary=2 │ │ ├── binary_unary=2_1.py │ │ ├── binary_unary=2_10.py │ │ ├── binary_unary=2_2.py │ │ ├── binary_unary=2_3.py │ │ ├── binary_unary=2_4.py │ │ ├── binary_unary=2_5.py │ │ ├── binary_unary=2_6.py │ │ ├── binary_unary=2_7.py │ │ ├── binary_unary=2_8.py │ │ ├── binary_unary=2_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── binary_unary=4 │ │ ├── binary_unary=4_1.py │ │ ├── binary_unary=4_10.py │ │ ├── binary_unary=4_2.py │ │ ├── binary_unary=4_3.py │ │ ├── binary_unary=4_4.py │ │ ├── binary_unary=4_5.py │ │ ├── binary_unary=4_6.py │ │ ├── binary_unary=4_7.py │ │ ├── binary_unary=4_8.py │ │ ├── binary_unary=4_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── binary_unary=6 │ │ ├── binary_unary=6_1.py │ │ ├── binary_unary=6_10.py │ │ ├── binary_unary=6_2.py │ │ ├── binary_unary=6_3.py │ │ ├── binary_unary=6_4.py │ │ ├── binary_unary=6_5.py │ │ ├── binary_unary=6_6.py │ │ ├── binary_unary=6_7.py │ │ ├── binary_unary=6_8.py │ │ ├── binary_unary=6_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── binary_unary=8 │ │ ├── binary_unary=8_1.py │ │ ├── binary_unary=8_10.py │ │ ├── binary_unary=8_2.py │ │ ├── binary_unary=8_3.py │ │ ├── binary_unary=8_4.py │ │ ├── binary_unary=8_5.py │ │ ├── binary_unary=8_6.py │ │ ├── binary_unary=8_7.py │ │ ├── binary_unary=8_8.py │ │ ├── binary_unary=8_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── cat_addmm │ │ ├── cat_addmm_1.py │ │ ├── cat_addmm_10.py │ │ ├── cat_addmm_2.py │ │ ├── cat_addmm_3.py │ │ ├── cat_addmm_4.py │ │ ├── cat_addmm_5.py │ │ ├── cat_addmm_6.py │ │ ├── cat_addmm_7.py │ │ ├── cat_addmm_8.py │ │ ├── cat_addmm_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── cat_mm │ │ ├── cat_mm_1.py │ │ ├── cat_mm_10.py │ │ ├── cat_mm_2.py │ │ ├── cat_mm_3.py │ │ ├── cat_mm_4.py │ │ ├── cat_mm_5.py │ │ ├── cat_mm_6.py │ │ ├── cat_mm_7.py │ │ ├── cat_mm_8.py │ │ ├── cat_mm_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── cat_slice_cat │ │ ├── cat_slice_cat_1.py │ │ ├── cat_slice_cat_10.py │ │ ├── cat_slice_cat_2.py │ │ ├── cat_slice_cat_3.py │ │ ├── cat_slice_cat_4.py │ │ ├── cat_slice_cat_5.py │ │ ├── cat_slice_cat_6.py │ │ ├── cat_slice_cat_7.py │ │ ├── cat_slice_cat_8.py │ │ ├── cat_slice_cat_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── fuse_conv_bn │ │ ├── fuse_conv_bn_1.py │ │ ├── fuse_conv_bn_10.py │ │ ├── fuse_conv_bn_2.py │ │ ├── fuse_conv_bn_3.py │ │ ├── fuse_conv_bn_4.py │ │ ├── fuse_conv_bn_5.py │ │ ├── fuse_conv_bn_6.py │ │ ├── fuse_conv_bn_7.py │ │ ├── fuse_conv_bn_8.py │ │ ├── fuse_conv_bn_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── linear_permute_fusion │ │ ├── linear_permute_fusion_1.py │ │ ├── linear_permute_fusion_10.py │ │ ├── linear_permute_fusion_2.py │ │ ├── linear_permute_fusion_3.py │ │ ├── linear_permute_fusion_4.py │ │ ├── linear_permute_fusion_5.py │ │ ├── linear_permute_fusion_6.py │ │ ├── linear_permute_fusion_7.py │ │ ├── linear_permute_fusion_8.py │ │ ├── linear_permute_fusion_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── mm_plus_mm │ │ ├── mm_plus_mm_1.py │ │ ├── mm_plus_mm_10.py │ │ ├── mm_plus_mm_2.py │ │ ├── mm_plus_mm_3.py │ │ ├── mm_plus_mm_4.py │ │ ├── mm_plus_mm_5.py │ │ ├── mm_plus_mm_6.py │ │ ├── mm_plus_mm_7.py │ │ ├── mm_plus_mm_8.py │ │ ├── mm_plus_mm_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── outputs.json │ ├── permute_linear_fusion │ │ ├── permute_linear_fusion_1.py │ │ ├── permute_linear_fusion_10.py │ │ ├── permute_linear_fusion_2.py │ │ ├── permute_linear_fusion_3.py │ │ ├── permute_linear_fusion_4.py │ │ ├── permute_linear_fusion_5.py │ │ ├── permute_linear_fusion_6.py │ │ ├── permute_linear_fusion_7.py │ │ ├── permute_linear_fusion_8.py │ │ ├── permute_linear_fusion_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── permute_matmul_fusion │ │ ├── permute_matmul_fusion_1.py │ │ ├── permute_matmul_fusion_10.py │ │ ├── permute_matmul_fusion_2.py │ │ ├── permute_matmul_fusion_3.py │ │ ├── permute_matmul_fusion_4.py │ │ ├── permute_matmul_fusion_5.py │ │ ├── permute_matmul_fusion_6.py │ │ ├── permute_matmul_fusion_7.py │ │ ├── permute_matmul_fusion_8.py │ │ ├── permute_matmul_fusion_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── pointless_cumsum_replacement │ │ ├── pointless_cumsum_replacement_1.py │ │ ├── pointless_cumsum_replacement_10.py │ │ ├── pointless_cumsum_replacement_2.py │ │ ├── pointless_cumsum_replacement_3.py │ │ ├── pointless_cumsum_replacement_4.py │ │ ├── pointless_cumsum_replacement_5.py │ │ ├── pointless_cumsum_replacement_6.py │ │ ├── pointless_cumsum_replacement_7.py │ │ ├── pointless_cumsum_replacement_8.py │ │ ├── pointless_cumsum_replacement_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── replace_fx │ │ ├── prompt.txt │ │ ├── replace_fx_1.py │ │ ├── replace_fx_10.py │ │ ├── replace_fx_2.py │ │ ├── replace_fx_3.py │ │ ├── replace_fx_4.py │ │ ├── replace_fx_5.py │ │ ├── replace_fx_6.py │ │ ├── replace_fx_7.py │ │ ├── replace_fx_8.py │ │ ├── replace_fx_9.py │ │ └── time.txt │ ├── sfdp=0 │ │ ├── prompt.txt │ │ ├── sfdp=0_1.py │ │ ├── sfdp=0_10.py │ │ ├── sfdp=0_2.py │ │ ├── sfdp=0_3.py │ │ ├── sfdp=0_4.py │ │ ├── sfdp=0_5.py │ │ ├── sfdp=0_6.py │ │ ├── sfdp=0_7.py │ │ ├── sfdp=0_8.py │ │ ├── sfdp=0_9.py │ │ └── time.txt │ ├── sfdp=1 │ │ ├── prompt.txt │ │ ├── sfdp=1_1.py │ │ ├── sfdp=1_10.py │ │ ├── sfdp=1_2.py │ │ ├── sfdp=1_3.py │ │ ├── sfdp=1_4.py │ │ ├── sfdp=1_5.py │ │ ├── sfdp=1_6.py │ │ ├── sfdp=1_7.py │ │ ├── sfdp=1_8.py │ │ ├── sfdp=1_9.py │ │ └── time.txt │ ├── sfdp=2 │ │ ├── prompt.txt │ │ ├── sfdp=2_1.py │ │ ├── sfdp=2_10.py │ │ ├── sfdp=2_2.py │ │ ├── sfdp=2_3.py │ │ ├── sfdp=2_4.py │ │ ├── sfdp=2_5.py │ │ ├── sfdp=2_6.py │ │ ├── sfdp=2_7.py │ │ ├── sfdp=2_8.py │ │ ├── sfdp=2_9.py │ │ └── time.txt │ ├── sfdp=3 │ │ ├── prompt.txt │ │ ├── sfdp=3_1.py │ │ ├── sfdp=3_10.py │ │ ├── sfdp=3_2.py │ │ ├── sfdp=3_3.py │ │ ├── sfdp=3_4.py │ │ ├── sfdp=3_5.py │ │ ├── sfdp=3_6.py │ │ ├── sfdp=3_7.py │ │ ├── sfdp=3_8.py │ │ ├── sfdp=3_9.py │ │ └── time.txt │ ├── sfdp=4 │ │ ├── prompt.txt │ │ ├── sfdp=4_1.py │ │ ├── sfdp=4_10.py │ │ ├── sfdp=4_2.py │ │ ├── sfdp=4_3.py │ │ ├── sfdp=4_4.py │ │ ├── sfdp=4_5.py │ │ ├── sfdp=4_6.py │ │ ├── sfdp=4_7.py │ │ ├── sfdp=4_8.py │ │ ├── sfdp=4_9.py │ │ └── time.txt │ ├── sfdp=5 │ │ ├── prompt.txt │ │ ├── sfdp=5_1.py │ │ ├── sfdp=5_10.py │ │ ├── sfdp=5_2.py │ │ ├── sfdp=5_3.py │ │ ├── sfdp=5_4.py │ │ ├── sfdp=5_5.py │ │ ├── sfdp=5_6.py │ │ ├── sfdp=5_7.py │ │ ├── sfdp=5_8.py │ │ ├── sfdp=5_9.py │ │ └── time.txt │ ├── sink_cat_after_pointwise │ │ ├── prompt.txt │ │ ├── sink_cat_after_pointwise_1.py │ │ ├── sink_cat_after_pointwise_10.py │ │ ├── sink_cat_after_pointwise_2.py │ │ ├── sink_cat_after_pointwise_3.py │ │ ├── sink_cat_after_pointwise_4.py │ │ ├── sink_cat_after_pointwise_5.py │ │ ├── sink_cat_after_pointwise_6.py │ │ ├── sink_cat_after_pointwise_7.py │ │ ├── sink_cat_after_pointwise_8.py │ │ ├── sink_cat_after_pointwise_9.py │ │ └── time.txt │ ├── splitwithsizes_cat_replace │ │ ├── prompt.txt │ │ ├── splitwithsizes_cat_replace_1.py │ │ ├── splitwithsizes_cat_replace_10.py │ │ ├── splitwithsizes_cat_replace_2.py │ │ ├── splitwithsizes_cat_replace_3.py │ │ ├── splitwithsizes_cat_replace_4.py │ │ ├── splitwithsizes_cat_replace_5.py │ │ ├── splitwithsizes_cat_replace_6.py │ │ ├── splitwithsizes_cat_replace_7.py │ │ ├── splitwithsizes_cat_replace_8.py │ │ ├── splitwithsizes_cat_replace_9.py │ │ └── time.txt │ ├── unary=0 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=0_1.py │ │ ├── unary=0_10.py │ │ ├── unary=0_2.py │ │ ├── unary=0_3.py │ │ ├── unary=0_4.py │ │ ├── unary=0_5.py │ │ ├── unary=0_6.py │ │ ├── unary=0_7.py │ │ ├── unary=0_8.py │ │ └── unary=0_9.py │ ├── unary=1 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=1_1.py │ │ ├── unary=1_10.py │ │ ├── unary=1_2.py │ │ ├── unary=1_3.py │ │ ├── unary=1_4.py │ │ ├── unary=1_5.py │ │ ├── unary=1_6.py │ │ ├── unary=1_7.py │ │ ├── unary=1_8.py │ │ └── unary=1_9.py │ ├── unary=10 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=10_1.py │ │ ├── unary=10_10.py │ │ ├── unary=10_2.py │ │ ├── unary=10_3.py │ │ ├── unary=10_4.py │ │ ├── unary=10_5.py │ │ ├── unary=10_6.py │ │ ├── unary=10_7.py │ │ ├── unary=10_8.py │ │ └── unary=10_9.py │ ├── unary=11 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=11_1.py │ │ ├── unary=11_10.py │ │ ├── unary=11_2.py │ │ ├── unary=11_3.py │ │ ├── unary=11_4.py │ │ ├── unary=11_5.py │ │ ├── unary=11_6.py │ │ ├── unary=11_7.py │ │ ├── unary=11_8.py │ │ └── unary=11_9.py │ ├── unary=12 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=12_1.py │ │ ├── unary=12_10.py │ │ ├── unary=12_2.py │ │ ├── unary=12_3.py │ │ ├── unary=12_4.py │ │ ├── unary=12_5.py │ │ ├── unary=12_6.py │ │ ├── unary=12_7.py │ │ ├── unary=12_8.py │ │ └── unary=12_9.py │ ├── unary=13 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=13_1.py │ │ ├── unary=13_10.py │ │ ├── unary=13_2.py │ │ ├── unary=13_3.py │ │ ├── unary=13_4.py │ │ ├── unary=13_5.py │ │ ├── unary=13_6.py │ │ ├── unary=13_7.py │ │ ├── unary=13_8.py │ │ └── unary=13_9.py │ ├── unary=14 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=14_1.py │ │ ├── unary=14_10.py │ │ ├── unary=14_2.py │ │ ├── unary=14_3.py │ │ ├── unary=14_4.py │ │ ├── unary=14_5.py │ │ ├── unary=14_6.py │ │ ├── unary=14_7.py │ │ ├── unary=14_8.py │ │ └── unary=14_9.py │ ├── unary=15 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=15_1.py │ │ ├── unary=15_10.py │ │ ├── unary=15_2.py │ │ ├── unary=15_3.py │ │ ├── unary=15_4.py │ │ ├── unary=15_5.py │ │ ├── unary=15_6.py │ │ ├── unary=15_7.py │ │ ├── unary=15_8.py │ │ └── unary=15_9.py │ ├── unary=16 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=16_1.py │ │ ├── unary=16_10.py │ │ ├── unary=16_2.py │ │ ├── unary=16_3.py │ │ ├── unary=16_4.py │ │ ├── unary=16_5.py │ │ ├── unary=16_6.py │ │ ├── unary=16_7.py │ │ ├── unary=16_8.py │ │ └── unary=16_9.py │ ├── unary=17 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=17_1.py │ │ ├── unary=17_10.py │ │ ├── unary=17_2.py │ │ ├── unary=17_3.py │ │ ├── unary=17_4.py │ │ ├── unary=17_5.py │ │ ├── unary=17_6.py │ │ ├── unary=17_7.py │ │ ├── unary=17_8.py │ │ └── unary=17_9.py │ ├── unary=18 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=18_1.py │ │ ├── unary=18_10.py │ │ ├── unary=18_2.py │ │ ├── unary=18_3.py │ │ ├── unary=18_4.py │ │ ├── unary=18_5.py │ │ ├── unary=18_6.py │ │ ├── unary=18_7.py │ │ ├── unary=18_8.py │ │ └── unary=18_9.py │ ├── unary=19 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=19_1.py │ │ ├── unary=19_10.py │ │ ├── unary=19_2.py │ │ ├── unary=19_3.py │ │ ├── unary=19_4.py │ │ ├── unary=19_5.py │ │ ├── unary=19_6.py │ │ ├── unary=19_7.py │ │ ├── unary=19_8.py │ │ └── unary=19_9.py │ ├── unary=2 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=2_1.py │ │ ├── unary=2_10.py │ │ ├── unary=2_2.py │ │ ├── unary=2_3.py │ │ ├── unary=2_4.py │ │ ├── unary=2_5.py │ │ ├── unary=2_6.py │ │ ├── unary=2_7.py │ │ ├── unary=2_8.py │ │ └── unary=2_9.py │ ├── unary=20 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=20_1.py │ │ ├── unary=20_10.py │ │ ├── unary=20_2.py │ │ ├── unary=20_3.py │ │ ├── unary=20_4.py │ │ ├── unary=20_5.py │ │ ├── unary=20_6.py │ │ ├── unary=20_7.py │ │ ├── unary=20_8.py │ │ └── unary=20_9.py │ ├── unary=21 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=21_1.py │ │ ├── unary=21_10.py │ │ ├── unary=21_2.py │ │ ├── unary=21_3.py │ │ ├── unary=21_4.py │ │ ├── unary=21_5.py │ │ ├── unary=21_6.py │ │ ├── unary=21_7.py │ │ ├── unary=21_8.py │ │ └── unary=21_9.py │ ├── unary=22 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=22_1.py │ │ ├── unary=22_10.py │ │ ├── unary=22_2.py │ │ ├── unary=22_3.py │ │ ├── unary=22_4.py │ │ ├── unary=22_5.py │ │ ├── unary=22_6.py │ │ ├── unary=22_7.py │ │ ├── unary=22_8.py │ │ └── unary=22_9.py │ ├── unary=23 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=23_1.py │ │ ├── unary=23_10.py │ │ ├── unary=23_2.py │ │ ├── unary=23_3.py │ │ ├── unary=23_4.py │ │ ├── unary=23_5.py │ │ ├── unary=23_6.py │ │ ├── unary=23_7.py │ │ ├── unary=23_8.py │ │ └── unary=23_9.py │ ├── unary=24 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=24_1.py │ │ ├── unary=24_10.py │ │ ├── unary=24_2.py │ │ ├── unary=24_3.py │ │ ├── unary=24_4.py │ │ ├── unary=24_5.py │ │ ├── unary=24_6.py │ │ ├── unary=24_7.py │ │ ├── unary=24_8.py │ │ └── unary=24_9.py │ ├── unary=25 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=25_1.py │ │ ├── unary=25_10.py │ │ ├── unary=25_2.py │ │ ├── unary=25_3.py │ │ ├── unary=25_4.py │ │ ├── unary=25_5.py │ │ ├── unary=25_6.py │ │ ├── unary=25_7.py │ │ ├── unary=25_8.py │ │ └── unary=25_9.py │ ├── unary=26 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=26_1.py │ │ ├── unary=26_10.py │ │ ├── unary=26_2.py │ │ ├── unary=26_3.py │ │ ├── unary=26_4.py │ │ ├── unary=26_5.py │ │ ├── unary=26_6.py │ │ ├── unary=26_7.py │ │ ├── unary=26_8.py │ │ └── unary=26_9.py │ ├── unary=27 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=27_1.py │ │ ├── unary=27_10.py │ │ ├── unary=27_2.py │ │ ├── unary=27_3.py │ │ ├── unary=27_4.py │ │ ├── unary=27_5.py │ │ ├── unary=27_6.py │ │ ├── unary=27_7.py │ │ ├── unary=27_8.py │ │ └── unary=27_9.py │ ├── unary=28 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=28_1.py │ │ ├── unary=28_10.py │ │ ├── unary=28_2.py │ │ ├── unary=28_3.py │ │ ├── unary=28_4.py │ │ ├── unary=28_5.py │ │ ├── unary=28_6.py │ │ ├── unary=28_7.py │ │ ├── unary=28_8.py │ │ └── unary=28_9.py │ ├── unary=29 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=29_1.py │ │ ├── unary=29_10.py │ │ ├── unary=29_2.py │ │ ├── unary=29_3.py │ │ ├── unary=29_4.py │ │ ├── unary=29_5.py │ │ ├── unary=29_6.py │ │ ├── unary=29_7.py │ │ ├── unary=29_8.py │ │ └── unary=29_9.py │ ├── unary=3 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=3_1.py │ │ ├── unary=3_10.py │ │ ├── unary=3_2.py │ │ ├── unary=3_3.py │ │ ├── unary=3_4.py │ │ ├── unary=3_5.py │ │ ├── unary=3_6.py │ │ ├── unary=3_7.py │ │ ├── unary=3_8.py │ │ └── unary=3_9.py │ ├── unary=4 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=4_1.py │ │ ├── unary=4_10.py │ │ ├── unary=4_2.py │ │ ├── unary=4_3.py │ │ ├── unary=4_4.py │ │ ├── unary=4_5.py │ │ ├── unary=4_6.py │ │ ├── unary=4_7.py │ │ ├── unary=4_8.py │ │ └── unary=4_9.py │ ├── unary=5 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=5_1.py │ │ ├── unary=5_10.py │ │ ├── unary=5_2.py │ │ ├── unary=5_3.py │ │ ├── unary=5_4.py │ │ ├── unary=5_5.py │ │ ├── unary=5_6.py │ │ ├── unary=5_7.py │ │ ├── unary=5_8.py │ │ └── unary=5_9.py │ ├── unary=6 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=6_1.py │ │ ├── unary=6_10.py │ │ ├── unary=6_2.py │ │ ├── unary=6_3.py │ │ ├── unary=6_4.py │ │ ├── unary=6_5.py │ │ ├── unary=6_6.py │ │ ├── unary=6_7.py │ │ ├── unary=6_8.py │ │ └── unary=6_9.py │ ├── unary=7 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=7_1.py │ │ ├── unary=7_10.py │ │ ├── unary=7_2.py │ │ ├── unary=7_3.py │ │ ├── unary=7_4.py │ │ ├── unary=7_5.py │ │ ├── unary=7_6.py │ │ ├── unary=7_7.py │ │ ├── unary=7_8.py │ │ └── unary=7_9.py │ ├── unary=8 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=8_1.py │ │ ├── unary=8_10.py │ │ ├── unary=8_2.py │ │ ├── unary=8_3.py │ │ ├── unary=8_4.py │ │ ├── unary=8_5.py │ │ ├── unary=8_6.py │ │ ├── unary=8_7.py │ │ ├── unary=8_8.py │ │ └── unary=8_9.py │ └── unary=9 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=9_1.py │ │ ├── unary=9_10.py │ │ ├── unary=9_2.py │ │ ├── unary=9_3.py │ │ ├── unary=9_4.py │ │ ├── unary=9_5.py │ │ ├── unary=9_6.py │ │ ├── unary=9_7.py │ │ ├── unary=9_8.py │ │ └── unary=9_9.py │ ├── step79-3shot │ ├── addmm │ │ ├── addmm_1.py │ │ ├── addmm_10.py │ │ ├── addmm_2.py │ │ ├── addmm_3.py │ │ ├── addmm_4.py │ │ ├── addmm_5.py │ │ ├── addmm_6.py │ │ ├── addmm_7.py │ │ ├── addmm_8.py │ │ ├── addmm_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── binary=0 │ │ ├── binary=0_1.py │ │ ├── binary=0_10.py │ │ ├── binary=0_2.py │ │ ├── binary=0_3.py │ │ ├── binary=0_4.py │ │ ├── binary=0_5.py │ │ ├── binary=0_6.py │ │ ├── binary=0_7.py │ │ ├── binary=0_8.py │ │ ├── binary=0_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── binary=10 │ │ ├── binary=10_1.py │ │ ├── binary=10_10.py │ │ ├── binary=10_2.py │ │ ├── binary=10_3.py │ │ ├── binary=10_4.py │ │ ├── binary=10_5.py │ │ ├── binary=10_6.py │ │ ├── binary=10_7.py │ │ ├── binary=10_8.py │ │ ├── binary=10_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── binary=2 │ │ ├── binary=2_1.py │ │ ├── binary=2_10.py │ │ ├── binary=2_2.py │ │ ├── binary=2_3.py │ │ ├── binary=2_4.py │ │ ├── binary=2_5.py │ │ ├── binary=2_6.py │ │ ├── binary=2_7.py │ │ ├── binary=2_8.py │ │ ├── binary=2_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── binary=4 │ │ ├── binary=4_1.py │ │ ├── binary=4_10.py │ │ ├── binary=4_2.py │ │ ├── binary=4_3.py │ │ ├── binary=4_4.py │ │ ├── binary=4_5.py │ │ ├── binary=4_6.py │ │ ├── binary=4_7.py │ │ ├── binary=4_8.py │ │ ├── binary=4_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── binary=6 │ │ ├── binary=6_1.py │ │ ├── binary=6_10.py │ │ ├── binary=6_2.py │ │ ├── binary=6_3.py │ │ ├── binary=6_4.py │ │ ├── binary=6_5.py │ │ ├── binary=6_6.py │ │ ├── binary=6_7.py │ │ ├── binary=6_8.py │ │ ├── binary=6_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── binary=8 │ │ ├── binary=8_1.py │ │ ├── binary=8_10.py │ │ ├── binary=8_2.py │ │ ├── binary=8_3.py │ │ ├── binary=8_4.py │ │ ├── binary=8_5.py │ │ ├── binary=8_6.py │ │ ├── binary=8_7.py │ │ ├── binary=8_8.py │ │ ├── binary=8_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── binary_unary=0 │ │ ├── binary_unary=0_1.py │ │ ├── binary_unary=0_10.py │ │ ├── binary_unary=0_2.py │ │ ├── binary_unary=0_3.py │ │ ├── binary_unary=0_4.py │ │ ├── binary_unary=0_5.py │ │ ├── binary_unary=0_6.py │ │ ├── binary_unary=0_7.py │ │ ├── binary_unary=0_8.py │ │ ├── binary_unary=0_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── binary_unary=10 │ │ ├── binary_unary=10_1.py │ │ ├── binary_unary=10_10.py │ │ ├── binary_unary=10_2.py │ │ ├── binary_unary=10_3.py │ │ ├── binary_unary=10_4.py │ │ ├── binary_unary=10_5.py │ │ ├── binary_unary=10_6.py │ │ ├── binary_unary=10_7.py │ │ ├── binary_unary=10_8.py │ │ ├── binary_unary=10_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── binary_unary=2 │ │ ├── binary_unary=2_1.py │ │ ├── binary_unary=2_10.py │ │ ├── binary_unary=2_2.py │ │ ├── binary_unary=2_3.py │ │ ├── binary_unary=2_4.py │ │ ├── binary_unary=2_5.py │ │ ├── binary_unary=2_6.py │ │ ├── binary_unary=2_7.py │ │ ├── binary_unary=2_8.py │ │ ├── binary_unary=2_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── binary_unary=4 │ │ ├── binary_unary=4_1.py │ │ ├── binary_unary=4_10.py │ │ ├── binary_unary=4_2.py │ │ ├── binary_unary=4_3.py │ │ ├── binary_unary=4_4.py │ │ ├── binary_unary=4_5.py │ │ ├── binary_unary=4_6.py │ │ ├── binary_unary=4_7.py │ │ ├── binary_unary=4_8.py │ │ ├── binary_unary=4_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── binary_unary=6 │ │ ├── binary_unary=6_1.py │ │ ├── binary_unary=6_10.py │ │ ├── binary_unary=6_2.py │ │ ├── binary_unary=6_3.py │ │ ├── binary_unary=6_4.py │ │ ├── binary_unary=6_5.py │ │ ├── binary_unary=6_6.py │ │ ├── binary_unary=6_7.py │ │ ├── binary_unary=6_8.py │ │ ├── binary_unary=6_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── binary_unary=8 │ │ ├── binary_unary=8_1.py │ │ ├── binary_unary=8_10.py │ │ ├── binary_unary=8_2.py │ │ ├── binary_unary=8_3.py │ │ ├── binary_unary=8_4.py │ │ ├── binary_unary=8_5.py │ │ ├── binary_unary=8_6.py │ │ ├── binary_unary=8_7.py │ │ ├── binary_unary=8_8.py │ │ ├── binary_unary=8_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── cat_addmm │ │ ├── cat_addmm_1.py │ │ ├── cat_addmm_10.py │ │ ├── cat_addmm_2.py │ │ ├── cat_addmm_3.py │ │ ├── cat_addmm_4.py │ │ ├── cat_addmm_5.py │ │ ├── cat_addmm_6.py │ │ ├── cat_addmm_7.py │ │ ├── cat_addmm_8.py │ │ ├── cat_addmm_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── cat_mm │ │ ├── cat_mm_1.py │ │ ├── cat_mm_10.py │ │ ├── cat_mm_2.py │ │ ├── cat_mm_3.py │ │ ├── cat_mm_4.py │ │ ├── cat_mm_5.py │ │ ├── cat_mm_6.py │ │ ├── cat_mm_7.py │ │ ├── cat_mm_8.py │ │ ├── cat_mm_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── cat_slice_cat │ │ ├── cat_slice_cat_1.py │ │ ├── cat_slice_cat_10.py │ │ ├── cat_slice_cat_2.py │ │ ├── cat_slice_cat_3.py │ │ ├── cat_slice_cat_4.py │ │ ├── cat_slice_cat_5.py │ │ ├── cat_slice_cat_6.py │ │ ├── cat_slice_cat_7.py │ │ ├── cat_slice_cat_8.py │ │ ├── cat_slice_cat_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── fuse_conv_bn │ │ ├── fuse_conv_bn_1.py │ │ ├── fuse_conv_bn_10.py │ │ ├── fuse_conv_bn_2.py │ │ ├── fuse_conv_bn_3.py │ │ ├── fuse_conv_bn_4.py │ │ ├── fuse_conv_bn_5.py │ │ ├── fuse_conv_bn_6.py │ │ ├── fuse_conv_bn_7.py │ │ ├── fuse_conv_bn_8.py │ │ ├── fuse_conv_bn_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── linear_permute_fusion │ │ ├── linear_permute_fusion_1.py │ │ ├── linear_permute_fusion_10.py │ │ ├── linear_permute_fusion_2.py │ │ ├── linear_permute_fusion_3.py │ │ ├── linear_permute_fusion_4.py │ │ ├── linear_permute_fusion_5.py │ │ ├── linear_permute_fusion_6.py │ │ ├── linear_permute_fusion_7.py │ │ ├── linear_permute_fusion_8.py │ │ ├── linear_permute_fusion_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── mm_plus_mm │ │ ├── mm_plus_mm_1.py │ │ ├── mm_plus_mm_10.py │ │ ├── mm_plus_mm_2.py │ │ ├── mm_plus_mm_3.py │ │ ├── mm_plus_mm_4.py │ │ ├── mm_plus_mm_5.py │ │ ├── mm_plus_mm_6.py │ │ ├── mm_plus_mm_7.py │ │ ├── mm_plus_mm_8.py │ │ ├── mm_plus_mm_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── outputs.json │ ├── permute_linear_fusion │ │ ├── permute_linear_fusion_1.py │ │ ├── permute_linear_fusion_10.py │ │ ├── permute_linear_fusion_2.py │ │ ├── permute_linear_fusion_3.py │ │ ├── permute_linear_fusion_4.py │ │ ├── permute_linear_fusion_5.py │ │ ├── permute_linear_fusion_6.py │ │ ├── permute_linear_fusion_7.py │ │ ├── permute_linear_fusion_8.py │ │ ├── permute_linear_fusion_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── permute_matmul_fusion │ │ ├── permute_matmul_fusion_1.py │ │ ├── permute_matmul_fusion_10.py │ │ ├── permute_matmul_fusion_2.py │ │ ├── permute_matmul_fusion_3.py │ │ ├── permute_matmul_fusion_4.py │ │ ├── permute_matmul_fusion_5.py │ │ ├── permute_matmul_fusion_6.py │ │ ├── permute_matmul_fusion_7.py │ │ ├── permute_matmul_fusion_8.py │ │ ├── permute_matmul_fusion_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── pointless_cumsum_replacement │ │ ├── pointless_cumsum_replacement_1.py │ │ ├── pointless_cumsum_replacement_10.py │ │ ├── pointless_cumsum_replacement_2.py │ │ ├── pointless_cumsum_replacement_3.py │ │ ├── pointless_cumsum_replacement_4.py │ │ ├── pointless_cumsum_replacement_5.py │ │ ├── pointless_cumsum_replacement_6.py │ │ ├── pointless_cumsum_replacement_7.py │ │ ├── pointless_cumsum_replacement_8.py │ │ ├── pointless_cumsum_replacement_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── replace_fx │ │ ├── prompt.txt │ │ ├── replace_fx_1.py │ │ ├── replace_fx_10.py │ │ ├── replace_fx_2.py │ │ ├── replace_fx_3.py │ │ ├── replace_fx_4.py │ │ ├── replace_fx_5.py │ │ ├── replace_fx_6.py │ │ ├── replace_fx_7.py │ │ ├── replace_fx_8.py │ │ ├── replace_fx_9.py │ │ └── time.txt │ ├── sfdp=0 │ │ ├── prompt.txt │ │ ├── sfdp=0_1.py │ │ ├── sfdp=0_10.py │ │ ├── sfdp=0_2.py │ │ ├── sfdp=0_3.py │ │ ├── sfdp=0_4.py │ │ ├── sfdp=0_5.py │ │ ├── sfdp=0_6.py │ │ ├── sfdp=0_7.py │ │ ├── sfdp=0_8.py │ │ ├── sfdp=0_9.py │ │ └── time.txt │ ├── sfdp=1 │ │ ├── prompt.txt │ │ ├── sfdp=1_1.py │ │ ├── sfdp=1_10.py │ │ ├── sfdp=1_2.py │ │ ├── sfdp=1_3.py │ │ ├── sfdp=1_4.py │ │ ├── sfdp=1_5.py │ │ ├── sfdp=1_6.py │ │ ├── sfdp=1_7.py │ │ ├── sfdp=1_8.py │ │ ├── sfdp=1_9.py │ │ └── time.txt │ ├── sfdp=2 │ │ ├── prompt.txt │ │ ├── sfdp=2_1.py │ │ ├── sfdp=2_10.py │ │ ├── sfdp=2_2.py │ │ ├── sfdp=2_3.py │ │ ├── sfdp=2_4.py │ │ ├── sfdp=2_5.py │ │ ├── sfdp=2_6.py │ │ ├── sfdp=2_7.py │ │ ├── sfdp=2_8.py │ │ ├── sfdp=2_9.py │ │ └── time.txt │ ├── sfdp=3 │ │ ├── prompt.txt │ │ ├── sfdp=3_1.py │ │ ├── sfdp=3_10.py │ │ ├── sfdp=3_2.py │ │ ├── sfdp=3_3.py │ │ ├── sfdp=3_4.py │ │ ├── sfdp=3_5.py │ │ ├── sfdp=3_6.py │ │ ├── sfdp=3_7.py │ │ ├── sfdp=3_8.py │ │ ├── sfdp=3_9.py │ │ └── time.txt │ ├── sfdp=4 │ │ ├── prompt.txt │ │ ├── sfdp=4_1.py │ │ ├── sfdp=4_10.py │ │ ├── sfdp=4_2.py │ │ ├── sfdp=4_3.py │ │ ├── sfdp=4_4.py │ │ ├── sfdp=4_5.py │ │ ├── sfdp=4_6.py │ │ ├── sfdp=4_7.py │ │ ├── sfdp=4_8.py │ │ ├── sfdp=4_9.py │ │ └── time.txt │ ├── sfdp=5 │ │ ├── prompt.txt │ │ ├── sfdp=5_1.py │ │ ├── sfdp=5_10.py │ │ ├── sfdp=5_2.py │ │ ├── sfdp=5_3.py │ │ ├── sfdp=5_4.py │ │ ├── sfdp=5_5.py │ │ ├── sfdp=5_6.py │ │ ├── sfdp=5_7.py │ │ ├── sfdp=5_8.py │ │ ├── sfdp=5_9.py │ │ └── time.txt │ ├── sink_cat_after_pointwise │ │ ├── prompt.txt │ │ ├── sink_cat_after_pointwise_1.py │ │ ├── sink_cat_after_pointwise_10.py │ │ ├── sink_cat_after_pointwise_2.py │ │ ├── sink_cat_after_pointwise_3.py │ │ ├── sink_cat_after_pointwise_4.py │ │ ├── sink_cat_after_pointwise_5.py │ │ ├── sink_cat_after_pointwise_6.py │ │ ├── sink_cat_after_pointwise_7.py │ │ ├── sink_cat_after_pointwise_8.py │ │ ├── sink_cat_after_pointwise_9.py │ │ └── time.txt │ ├── splitwithsizes_cat_replace │ │ ├── prompt.txt │ │ ├── splitwithsizes_cat_replace_1.py │ │ ├── splitwithsizes_cat_replace_10.py │ │ ├── splitwithsizes_cat_replace_2.py │ │ ├── splitwithsizes_cat_replace_3.py │ │ ├── splitwithsizes_cat_replace_4.py │ │ ├── splitwithsizes_cat_replace_5.py │ │ ├── splitwithsizes_cat_replace_6.py │ │ ├── splitwithsizes_cat_replace_7.py │ │ ├── splitwithsizes_cat_replace_8.py │ │ ├── splitwithsizes_cat_replace_9.py │ │ └── time.txt │ ├── unary=0 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=0_1.py │ │ ├── unary=0_10.py │ │ ├── unary=0_2.py │ │ ├── unary=0_3.py │ │ ├── unary=0_4.py │ │ ├── unary=0_5.py │ │ ├── unary=0_6.py │ │ ├── unary=0_7.py │ │ ├── unary=0_8.py │ │ └── unary=0_9.py │ ├── unary=1 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=1_1.py │ │ ├── unary=1_10.py │ │ ├── unary=1_2.py │ │ ├── unary=1_3.py │ │ ├── unary=1_4.py │ │ ├── unary=1_5.py │ │ ├── unary=1_6.py │ │ ├── unary=1_7.py │ │ ├── unary=1_8.py │ │ └── unary=1_9.py │ ├── unary=10 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=10_1.py │ │ ├── unary=10_10.py │ │ ├── unary=10_2.py │ │ ├── unary=10_3.py │ │ ├── unary=10_4.py │ │ ├── unary=10_5.py │ │ ├── unary=10_6.py │ │ ├── unary=10_7.py │ │ ├── unary=10_8.py │ │ └── unary=10_9.py │ ├── unary=11 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=11_1.py │ │ ├── unary=11_10.py │ │ ├── unary=11_2.py │ │ ├── unary=11_3.py │ │ ├── unary=11_4.py │ │ ├── unary=11_5.py │ │ ├── unary=11_6.py │ │ ├── unary=11_7.py │ │ ├── unary=11_8.py │ │ └── unary=11_9.py │ ├── unary=12 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=12_1.py │ │ ├── unary=12_10.py │ │ ├── unary=12_2.py │ │ ├── unary=12_3.py │ │ ├── unary=12_4.py │ │ ├── unary=12_5.py │ │ ├── unary=12_6.py │ │ ├── unary=12_7.py │ │ ├── unary=12_8.py │ │ └── unary=12_9.py │ ├── unary=13 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=13_1.py │ │ ├── unary=13_10.py │ │ ├── unary=13_2.py │ │ ├── unary=13_3.py │ │ ├── unary=13_4.py │ │ ├── unary=13_5.py │ │ ├── unary=13_6.py │ │ ├── unary=13_7.py │ │ ├── unary=13_8.py │ │ └── unary=13_9.py │ ├── unary=14 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=14_1.py │ │ ├── unary=14_10.py │ │ ├── unary=14_2.py │ │ ├── unary=14_3.py │ │ ├── unary=14_4.py │ │ ├── unary=14_5.py │ │ ├── unary=14_6.py │ │ ├── unary=14_7.py │ │ ├── unary=14_8.py │ │ └── unary=14_9.py │ ├── unary=15 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=15_1.py │ │ ├── unary=15_10.py │ │ ├── unary=15_2.py │ │ ├── unary=15_3.py │ │ ├── unary=15_4.py │ │ ├── unary=15_5.py │ │ ├── unary=15_6.py │ │ ├── unary=15_7.py │ │ ├── unary=15_8.py │ │ └── unary=15_9.py │ ├── unary=16 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=16_1.py │ │ ├── unary=16_10.py │ │ ├── unary=16_2.py │ │ ├── unary=16_3.py │ │ ├── unary=16_4.py │ │ ├── unary=16_5.py │ │ ├── unary=16_6.py │ │ ├── unary=16_7.py │ │ ├── unary=16_8.py │ │ └── unary=16_9.py │ ├── unary=17 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=17_1.py │ │ ├── unary=17_10.py │ │ ├── unary=17_2.py │ │ ├── unary=17_3.py │ │ ├── unary=17_4.py │ │ ├── unary=17_5.py │ │ ├── unary=17_6.py │ │ ├── unary=17_7.py │ │ ├── unary=17_8.py │ │ └── unary=17_9.py │ ├── unary=18 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=18_1.py │ │ ├── unary=18_10.py │ │ ├── unary=18_2.py │ │ ├── unary=18_3.py │ │ ├── unary=18_4.py │ │ ├── unary=18_5.py │ │ ├── unary=18_6.py │ │ ├── unary=18_7.py │ │ ├── unary=18_8.py │ │ └── unary=18_9.py │ ├── unary=19 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=19_1.py │ │ ├── unary=19_10.py │ │ ├── unary=19_2.py │ │ ├── unary=19_3.py │ │ ├── unary=19_4.py │ │ ├── unary=19_5.py │ │ ├── unary=19_6.py │ │ ├── unary=19_7.py │ │ ├── unary=19_8.py │ │ └── unary=19_9.py │ ├── unary=2 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=2_1.py │ │ ├── unary=2_10.py │ │ ├── unary=2_2.py │ │ ├── unary=2_3.py │ │ ├── unary=2_4.py │ │ ├── unary=2_5.py │ │ ├── unary=2_6.py │ │ ├── unary=2_7.py │ │ ├── unary=2_8.py │ │ └── unary=2_9.py │ ├── unary=20 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=20_1.py │ │ ├── unary=20_10.py │ │ ├── unary=20_2.py │ │ ├── unary=20_3.py │ │ ├── unary=20_4.py │ │ ├── unary=20_5.py │ │ ├── unary=20_6.py │ │ ├── unary=20_7.py │ │ ├── unary=20_8.py │ │ └── unary=20_9.py │ ├── unary=21 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=21_1.py │ │ ├── unary=21_10.py │ │ ├── unary=21_2.py │ │ ├── unary=21_3.py │ │ ├── unary=21_4.py │ │ ├── unary=21_5.py │ │ ├── unary=21_6.py │ │ ├── unary=21_7.py │ │ ├── unary=21_8.py │ │ └── unary=21_9.py │ ├── unary=22 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=22_1.py │ │ ├── unary=22_10.py │ │ ├── unary=22_2.py │ │ ├── unary=22_3.py │ │ ├── unary=22_4.py │ │ ├── unary=22_5.py │ │ ├── unary=22_6.py │ │ ├── unary=22_7.py │ │ ├── unary=22_8.py │ │ └── unary=22_9.py │ ├── unary=23 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=23_1.py │ │ ├── unary=23_10.py │ │ ├── unary=23_2.py │ │ ├── unary=23_3.py │ │ ├── unary=23_4.py │ │ ├── unary=23_5.py │ │ ├── unary=23_6.py │ │ ├── unary=23_7.py │ │ ├── unary=23_8.py │ │ └── unary=23_9.py │ ├── unary=24 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=24_1.py │ │ ├── unary=24_10.py │ │ ├── unary=24_2.py │ │ ├── unary=24_3.py │ │ ├── unary=24_4.py │ │ ├── unary=24_5.py │ │ ├── unary=24_6.py │ │ ├── unary=24_7.py │ │ ├── unary=24_8.py │ │ └── unary=24_9.py │ ├── unary=25 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=25_1.py │ │ ├── unary=25_10.py │ │ ├── unary=25_2.py │ │ ├── unary=25_3.py │ │ ├── unary=25_4.py │ │ ├── unary=25_5.py │ │ ├── unary=25_6.py │ │ ├── unary=25_7.py │ │ ├── unary=25_8.py │ │ └── unary=25_9.py │ ├── unary=26 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=26_1.py │ │ ├── unary=26_10.py │ │ ├── unary=26_2.py │ │ ├── unary=26_3.py │ │ ├── unary=26_4.py │ │ ├── unary=26_5.py │ │ ├── unary=26_6.py │ │ ├── unary=26_7.py │ │ ├── unary=26_8.py │ │ └── unary=26_9.py │ ├── unary=27 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=27_1.py │ │ ├── unary=27_10.py │ │ ├── unary=27_2.py │ │ ├── unary=27_3.py │ │ ├── unary=27_4.py │ │ ├── unary=27_5.py │ │ ├── unary=27_6.py │ │ ├── unary=27_7.py │ │ ├── unary=27_8.py │ │ └── unary=27_9.py │ ├── unary=28 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=28_1.py │ │ ├── unary=28_10.py │ │ ├── unary=28_2.py │ │ ├── unary=28_3.py │ │ ├── unary=28_4.py │ │ ├── unary=28_5.py │ │ ├── unary=28_6.py │ │ ├── unary=28_7.py │ │ ├── unary=28_8.py │ │ └── unary=28_9.py │ ├── unary=29 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=29_1.py │ │ ├── unary=29_10.py │ │ ├── unary=29_2.py │ │ ├── unary=29_3.py │ │ ├── unary=29_4.py │ │ ├── unary=29_5.py │ │ ├── unary=29_6.py │ │ ├── unary=29_7.py │ │ ├── unary=29_8.py │ │ └── unary=29_9.py │ ├── unary=3 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=3_1.py │ │ ├── unary=3_10.py │ │ ├── unary=3_2.py │ │ ├── unary=3_3.py │ │ ├── unary=3_4.py │ │ ├── unary=3_5.py │ │ ├── unary=3_6.py │ │ ├── unary=3_7.py │ │ ├── unary=3_8.py │ │ └── unary=3_9.py │ ├── unary=4 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=4_1.py │ │ ├── unary=4_10.py │ │ ├── unary=4_2.py │ │ ├── unary=4_3.py │ │ ├── unary=4_4.py │ │ ├── unary=4_5.py │ │ ├── unary=4_6.py │ │ ├── unary=4_7.py │ │ ├── unary=4_8.py │ │ └── unary=4_9.py │ ├── unary=5 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=5_1.py │ │ ├── unary=5_10.py │ │ ├── unary=5_2.py │ │ ├── unary=5_3.py │ │ ├── unary=5_4.py │ │ ├── unary=5_5.py │ │ ├── unary=5_6.py │ │ ├── unary=5_7.py │ │ ├── unary=5_8.py │ │ └── unary=5_9.py │ ├── unary=6 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=6_1.py │ │ ├── unary=6_10.py │ │ ├── unary=6_2.py │ │ ├── unary=6_3.py │ │ ├── unary=6_4.py │ │ ├── unary=6_5.py │ │ ├── unary=6_6.py │ │ ├── unary=6_7.py │ │ ├── unary=6_8.py │ │ └── unary=6_9.py │ ├── unary=7 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=7_1.py │ │ ├── unary=7_10.py │ │ ├── unary=7_2.py │ │ ├── unary=7_3.py │ │ ├── unary=7_4.py │ │ ├── unary=7_5.py │ │ ├── unary=7_6.py │ │ ├── unary=7_7.py │ │ ├── unary=7_8.py │ │ └── unary=7_9.py │ ├── unary=8 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=8_1.py │ │ ├── unary=8_10.py │ │ ├── unary=8_2.py │ │ ├── unary=8_3.py │ │ ├── unary=8_4.py │ │ ├── unary=8_5.py │ │ ├── unary=8_6.py │ │ ├── unary=8_7.py │ │ ├── unary=8_8.py │ │ └── unary=8_9.py │ └── unary=9 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=9_1.py │ │ ├── unary=9_10.py │ │ ├── unary=9_2.py │ │ ├── unary=9_3.py │ │ ├── unary=9_4.py │ │ ├── unary=9_5.py │ │ ├── unary=9_6.py │ │ ├── unary=9_7.py │ │ ├── unary=9_8.py │ │ └── unary=9_9.py │ ├── step8-3shot │ ├── addmm │ │ ├── addmm_1.py │ │ ├── addmm_10.py │ │ ├── addmm_2.py │ │ ├── addmm_3.py │ │ ├── addmm_4.py │ │ ├── addmm_5.py │ │ ├── addmm_6.py │ │ ├── addmm_7.py │ │ ├── addmm_8.py │ │ ├── addmm_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── binary=0 │ │ ├── binary=0_1.py │ │ ├── binary=0_10.py │ │ ├── binary=0_2.py │ │ ├── binary=0_3.py │ │ ├── binary=0_4.py │ │ ├── binary=0_5.py │ │ ├── binary=0_6.py │ │ ├── binary=0_7.py │ │ ├── binary=0_8.py │ │ ├── binary=0_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── binary=10 │ │ ├── binary=10_1.py │ │ ├── binary=10_10.py │ │ ├── binary=10_2.py │ │ ├── binary=10_3.py │ │ ├── binary=10_4.py │ │ ├── binary=10_5.py │ │ ├── binary=10_6.py │ │ ├── binary=10_7.py │ │ ├── binary=10_8.py │ │ ├── binary=10_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── binary=2 │ │ ├── binary=2_1.py │ │ ├── binary=2_10.py │ │ ├── binary=2_2.py │ │ ├── binary=2_3.py │ │ ├── binary=2_4.py │ │ ├── binary=2_5.py │ │ ├── binary=2_6.py │ │ ├── binary=2_7.py │ │ ├── binary=2_8.py │ │ ├── binary=2_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── binary=4 │ │ ├── binary=4_1.py │ │ ├── binary=4_10.py │ │ ├── binary=4_2.py │ │ ├── binary=4_3.py │ │ ├── binary=4_4.py │ │ ├── binary=4_5.py │ │ ├── binary=4_6.py │ │ ├── binary=4_7.py │ │ ├── binary=4_8.py │ │ ├── binary=4_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── binary=6 │ │ ├── binary=6_1.py │ │ ├── binary=6_10.py │ │ ├── binary=6_2.py │ │ ├── binary=6_3.py │ │ ├── binary=6_4.py │ │ ├── binary=6_5.py │ │ ├── binary=6_6.py │ │ ├── binary=6_7.py │ │ ├── binary=6_8.py │ │ ├── binary=6_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── binary=8 │ │ ├── binary=8_1.py │ │ ├── binary=8_10.py │ │ ├── binary=8_2.py │ │ ├── binary=8_3.py │ │ ├── binary=8_4.py │ │ ├── binary=8_5.py │ │ ├── binary=8_6.py │ │ ├── binary=8_7.py │ │ ├── binary=8_8.py │ │ ├── binary=8_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── binary_unary=0 │ │ ├── binary_unary=0_1.py │ │ ├── binary_unary=0_10.py │ │ ├── binary_unary=0_2.py │ │ ├── binary_unary=0_3.py │ │ ├── binary_unary=0_4.py │ │ ├── binary_unary=0_5.py │ │ ├── binary_unary=0_6.py │ │ ├── binary_unary=0_7.py │ │ ├── binary_unary=0_8.py │ │ ├── binary_unary=0_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── binary_unary=10 │ │ ├── binary_unary=10_1.py │ │ ├── binary_unary=10_10.py │ │ ├── binary_unary=10_2.py │ │ ├── binary_unary=10_3.py │ │ ├── binary_unary=10_4.py │ │ ├── binary_unary=10_5.py │ │ ├── binary_unary=10_6.py │ │ ├── binary_unary=10_7.py │ │ ├── binary_unary=10_8.py │ │ ├── binary_unary=10_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── binary_unary=2 │ │ ├── binary_unary=2_1.py │ │ ├── binary_unary=2_10.py │ │ ├── binary_unary=2_2.py │ │ ├── binary_unary=2_3.py │ │ ├── binary_unary=2_4.py │ │ ├── binary_unary=2_5.py │ │ ├── binary_unary=2_6.py │ │ ├── binary_unary=2_7.py │ │ ├── binary_unary=2_8.py │ │ ├── binary_unary=2_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── binary_unary=4 │ │ ├── binary_unary=4_1.py │ │ ├── binary_unary=4_10.py │ │ ├── binary_unary=4_2.py │ │ ├── binary_unary=4_3.py │ │ ├── binary_unary=4_4.py │ │ ├── binary_unary=4_5.py │ │ ├── binary_unary=4_6.py │ │ ├── binary_unary=4_7.py │ │ ├── binary_unary=4_8.py │ │ ├── binary_unary=4_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── binary_unary=6 │ │ ├── binary_unary=6_1.py │ │ ├── binary_unary=6_10.py │ │ ├── binary_unary=6_2.py │ │ ├── binary_unary=6_3.py │ │ ├── binary_unary=6_4.py │ │ ├── binary_unary=6_5.py │ │ ├── binary_unary=6_6.py │ │ ├── binary_unary=6_7.py │ │ ├── binary_unary=6_8.py │ │ ├── binary_unary=6_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── binary_unary=8 │ │ ├── binary_unary=8_1.py │ │ ├── binary_unary=8_10.py │ │ ├── binary_unary=8_2.py │ │ ├── binary_unary=8_3.py │ │ ├── binary_unary=8_4.py │ │ ├── binary_unary=8_5.py │ │ ├── binary_unary=8_6.py │ │ ├── binary_unary=8_7.py │ │ ├── binary_unary=8_8.py │ │ ├── binary_unary=8_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── cat_addmm │ │ ├── cat_addmm_1.py │ │ ├── cat_addmm_10.py │ │ ├── cat_addmm_2.py │ │ ├── cat_addmm_3.py │ │ ├── cat_addmm_4.py │ │ ├── cat_addmm_5.py │ │ ├── cat_addmm_6.py │ │ ├── cat_addmm_7.py │ │ ├── cat_addmm_8.py │ │ ├── cat_addmm_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── cat_mm │ │ ├── cat_mm_1.py │ │ ├── cat_mm_10.py │ │ ├── cat_mm_2.py │ │ ├── cat_mm_3.py │ │ ├── cat_mm_4.py │ │ ├── cat_mm_5.py │ │ ├── cat_mm_6.py │ │ ├── cat_mm_7.py │ │ ├── cat_mm_8.py │ │ ├── cat_mm_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── cat_slice_cat │ │ ├── cat_slice_cat_1.py │ │ ├── cat_slice_cat_10.py │ │ ├── cat_slice_cat_2.py │ │ ├── cat_slice_cat_3.py │ │ ├── cat_slice_cat_4.py │ │ ├── cat_slice_cat_5.py │ │ ├── cat_slice_cat_6.py │ │ ├── cat_slice_cat_7.py │ │ ├── cat_slice_cat_8.py │ │ ├── cat_slice_cat_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── fuse_conv_bn │ │ ├── fuse_conv_bn_1.py │ │ ├── fuse_conv_bn_10.py │ │ ├── fuse_conv_bn_2.py │ │ ├── fuse_conv_bn_3.py │ │ ├── fuse_conv_bn_4.py │ │ ├── fuse_conv_bn_5.py │ │ ├── fuse_conv_bn_6.py │ │ ├── fuse_conv_bn_7.py │ │ ├── fuse_conv_bn_8.py │ │ ├── fuse_conv_bn_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── linear_permute_fusion │ │ ├── linear_permute_fusion_1.py │ │ ├── linear_permute_fusion_10.py │ │ ├── linear_permute_fusion_2.py │ │ ├── linear_permute_fusion_3.py │ │ ├── linear_permute_fusion_4.py │ │ ├── linear_permute_fusion_5.py │ │ ├── linear_permute_fusion_6.py │ │ ├── linear_permute_fusion_7.py │ │ ├── linear_permute_fusion_8.py │ │ ├── linear_permute_fusion_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── mm_plus_mm │ │ ├── mm_plus_mm_1.py │ │ ├── mm_plus_mm_10.py │ │ ├── mm_plus_mm_2.py │ │ ├── mm_plus_mm_3.py │ │ ├── mm_plus_mm_4.py │ │ ├── mm_plus_mm_5.py │ │ ├── mm_plus_mm_6.py │ │ ├── mm_plus_mm_7.py │ │ ├── mm_plus_mm_8.py │ │ ├── mm_plus_mm_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── outputs.json │ ├── permute_linear_fusion │ │ ├── permute_linear_fusion_1.py │ │ ├── permute_linear_fusion_10.py │ │ ├── permute_linear_fusion_2.py │ │ ├── permute_linear_fusion_3.py │ │ ├── permute_linear_fusion_4.py │ │ ├── permute_linear_fusion_5.py │ │ ├── permute_linear_fusion_6.py │ │ ├── permute_linear_fusion_7.py │ │ ├── permute_linear_fusion_8.py │ │ ├── permute_linear_fusion_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── permute_matmul_fusion │ │ ├── permute_matmul_fusion_1.py │ │ ├── permute_matmul_fusion_10.py │ │ ├── permute_matmul_fusion_2.py │ │ ├── permute_matmul_fusion_3.py │ │ ├── permute_matmul_fusion_4.py │ │ ├── permute_matmul_fusion_5.py │ │ ├── permute_matmul_fusion_6.py │ │ ├── permute_matmul_fusion_7.py │ │ ├── permute_matmul_fusion_8.py │ │ ├── permute_matmul_fusion_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── pointless_cumsum_replacement │ │ ├── pointless_cumsum_replacement_1.py │ │ ├── pointless_cumsum_replacement_10.py │ │ ├── pointless_cumsum_replacement_2.py │ │ ├── pointless_cumsum_replacement_3.py │ │ ├── pointless_cumsum_replacement_4.py │ │ ├── pointless_cumsum_replacement_5.py │ │ ├── pointless_cumsum_replacement_6.py │ │ ├── pointless_cumsum_replacement_7.py │ │ ├── pointless_cumsum_replacement_8.py │ │ ├── pointless_cumsum_replacement_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── replace_fx │ │ ├── prompt.txt │ │ ├── replace_fx_1.py │ │ ├── replace_fx_10.py │ │ ├── replace_fx_2.py │ │ ├── replace_fx_3.py │ │ ├── replace_fx_4.py │ │ ├── replace_fx_5.py │ │ ├── replace_fx_6.py │ │ ├── replace_fx_7.py │ │ ├── replace_fx_8.py │ │ ├── replace_fx_9.py │ │ └── time.txt │ ├── sfdp=0 │ │ ├── prompt.txt │ │ ├── sfdp=0_1.py │ │ ├── sfdp=0_10.py │ │ ├── sfdp=0_2.py │ │ ├── sfdp=0_3.py │ │ ├── sfdp=0_4.py │ │ ├── sfdp=0_5.py │ │ ├── sfdp=0_6.py │ │ ├── sfdp=0_7.py │ │ ├── sfdp=0_8.py │ │ ├── sfdp=0_9.py │ │ └── time.txt │ ├── sfdp=1 │ │ ├── prompt.txt │ │ ├── sfdp=1_1.py │ │ ├── sfdp=1_10.py │ │ ├── sfdp=1_2.py │ │ ├── sfdp=1_3.py │ │ ├── sfdp=1_4.py │ │ ├── sfdp=1_5.py │ │ ├── sfdp=1_6.py │ │ ├── sfdp=1_7.py │ │ ├── sfdp=1_8.py │ │ ├── sfdp=1_9.py │ │ └── time.txt │ ├── sfdp=2 │ │ ├── prompt.txt │ │ ├── sfdp=2_1.py │ │ ├── sfdp=2_10.py │ │ ├── sfdp=2_2.py │ │ ├── sfdp=2_3.py │ │ ├── sfdp=2_4.py │ │ ├── sfdp=2_5.py │ │ ├── sfdp=2_6.py │ │ ├── sfdp=2_7.py │ │ ├── sfdp=2_8.py │ │ ├── sfdp=2_9.py │ │ └── time.txt │ ├── sfdp=3 │ │ ├── prompt.txt │ │ ├── sfdp=3_1.py │ │ ├── sfdp=3_10.py │ │ ├── sfdp=3_2.py │ │ ├── sfdp=3_3.py │ │ ├── sfdp=3_4.py │ │ ├── sfdp=3_5.py │ │ ├── sfdp=3_6.py │ │ ├── sfdp=3_7.py │ │ ├── sfdp=3_8.py │ │ ├── sfdp=3_9.py │ │ └── time.txt │ ├── sfdp=4 │ │ ├── prompt.txt │ │ ├── sfdp=4_1.py │ │ ├── sfdp=4_10.py │ │ ├── sfdp=4_2.py │ │ ├── sfdp=4_3.py │ │ ├── sfdp=4_4.py │ │ ├── sfdp=4_5.py │ │ ├── sfdp=4_6.py │ │ ├── sfdp=4_7.py │ │ ├── sfdp=4_8.py │ │ ├── sfdp=4_9.py │ │ └── time.txt │ ├── sfdp=5 │ │ ├── prompt.txt │ │ ├── sfdp=5_1.py │ │ ├── sfdp=5_10.py │ │ ├── sfdp=5_2.py │ │ ├── sfdp=5_3.py │ │ ├── sfdp=5_4.py │ │ ├── sfdp=5_5.py │ │ ├── sfdp=5_6.py │ │ ├── sfdp=5_7.py │ │ ├── sfdp=5_8.py │ │ ├── sfdp=5_9.py │ │ └── time.txt │ ├── sink_cat_after_pointwise │ │ ├── prompt.txt │ │ ├── sink_cat_after_pointwise_1.py │ │ ├── sink_cat_after_pointwise_10.py │ │ ├── sink_cat_after_pointwise_2.py │ │ ├── sink_cat_after_pointwise_3.py │ │ ├── sink_cat_after_pointwise_4.py │ │ ├── sink_cat_after_pointwise_5.py │ │ ├── sink_cat_after_pointwise_6.py │ │ ├── sink_cat_after_pointwise_7.py │ │ ├── sink_cat_after_pointwise_8.py │ │ ├── sink_cat_after_pointwise_9.py │ │ └── time.txt │ ├── splitwithsizes_cat_replace │ │ ├── prompt.txt │ │ ├── splitwithsizes_cat_replace_1.py │ │ ├── splitwithsizes_cat_replace_10.py │ │ ├── splitwithsizes_cat_replace_2.py │ │ ├── splitwithsizes_cat_replace_3.py │ │ ├── splitwithsizes_cat_replace_4.py │ │ ├── splitwithsizes_cat_replace_5.py │ │ ├── splitwithsizes_cat_replace_6.py │ │ ├── splitwithsizes_cat_replace_7.py │ │ ├── splitwithsizes_cat_replace_8.py │ │ ├── splitwithsizes_cat_replace_9.py │ │ └── time.txt │ ├── unary=0 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=0_1.py │ │ ├── unary=0_10.py │ │ ├── unary=0_2.py │ │ ├── unary=0_3.py │ │ ├── unary=0_4.py │ │ ├── unary=0_5.py │ │ ├── unary=0_6.py │ │ ├── unary=0_7.py │ │ ├── unary=0_8.py │ │ └── unary=0_9.py │ ├── unary=1 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=1_1.py │ │ ├── unary=1_10.py │ │ ├── unary=1_2.py │ │ ├── unary=1_3.py │ │ ├── unary=1_4.py │ │ ├── unary=1_5.py │ │ ├── unary=1_6.py │ │ ├── unary=1_7.py │ │ ├── unary=1_8.py │ │ └── unary=1_9.py │ ├── unary=10 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=10_1.py │ │ ├── unary=10_10.py │ │ ├── unary=10_2.py │ │ ├── unary=10_3.py │ │ ├── unary=10_4.py │ │ ├── unary=10_5.py │ │ ├── unary=10_6.py │ │ ├── unary=10_7.py │ │ ├── unary=10_8.py │ │ └── unary=10_9.py │ ├── unary=11 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=11_1.py │ │ ├── unary=11_10.py │ │ ├── unary=11_2.py │ │ ├── unary=11_3.py │ │ ├── unary=11_4.py │ │ ├── unary=11_5.py │ │ ├── unary=11_6.py │ │ ├── unary=11_7.py │ │ ├── unary=11_8.py │ │ └── unary=11_9.py │ ├── unary=12 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=12_1.py │ │ ├── unary=12_10.py │ │ ├── unary=12_2.py │ │ ├── unary=12_3.py │ │ ├── unary=12_4.py │ │ ├── unary=12_5.py │ │ ├── unary=12_6.py │ │ ├── unary=12_7.py │ │ ├── unary=12_8.py │ │ └── unary=12_9.py │ ├── unary=13 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=13_1.py │ │ ├── unary=13_10.py │ │ ├── unary=13_2.py │ │ ├── unary=13_3.py │ │ ├── unary=13_4.py │ │ ├── unary=13_5.py │ │ ├── unary=13_6.py │ │ ├── unary=13_7.py │ │ ├── unary=13_8.py │ │ └── unary=13_9.py │ ├── unary=14 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=14_1.py │ │ ├── unary=14_10.py │ │ ├── unary=14_2.py │ │ ├── unary=14_3.py │ │ ├── unary=14_4.py │ │ ├── unary=14_5.py │ │ ├── unary=14_6.py │ │ ├── unary=14_7.py │ │ ├── unary=14_8.py │ │ └── unary=14_9.py │ ├── unary=15 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=15_1.py │ │ ├── unary=15_10.py │ │ ├── unary=15_2.py │ │ ├── unary=15_3.py │ │ ├── unary=15_4.py │ │ ├── unary=15_5.py │ │ ├── unary=15_6.py │ │ ├── unary=15_7.py │ │ ├── unary=15_8.py │ │ └── unary=15_9.py │ ├── unary=16 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=16_1.py │ │ ├── unary=16_10.py │ │ ├── unary=16_2.py │ │ ├── unary=16_3.py │ │ ├── unary=16_4.py │ │ ├── unary=16_5.py │ │ ├── unary=16_6.py │ │ ├── unary=16_7.py │ │ ├── unary=16_8.py │ │ └── unary=16_9.py │ ├── unary=17 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=17_1.py │ │ ├── unary=17_10.py │ │ ├── unary=17_2.py │ │ ├── unary=17_3.py │ │ ├── unary=17_4.py │ │ ├── unary=17_5.py │ │ ├── unary=17_6.py │ │ ├── unary=17_7.py │ │ ├── unary=17_8.py │ │ └── unary=17_9.py │ ├── unary=18 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=18_1.py │ │ ├── unary=18_10.py │ │ ├── unary=18_2.py │ │ ├── unary=18_3.py │ │ ├── unary=18_4.py │ │ ├── unary=18_5.py │ │ ├── unary=18_6.py │ │ ├── unary=18_7.py │ │ ├── unary=18_8.py │ │ └── unary=18_9.py │ ├── unary=19 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=19_1.py │ │ ├── unary=19_10.py │ │ ├── unary=19_2.py │ │ ├── unary=19_3.py │ │ ├── unary=19_4.py │ │ ├── unary=19_5.py │ │ ├── unary=19_6.py │ │ ├── unary=19_7.py │ │ ├── unary=19_8.py │ │ └── unary=19_9.py │ ├── unary=2 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=2_1.py │ │ ├── unary=2_10.py │ │ ├── unary=2_2.py │ │ ├── unary=2_3.py │ │ ├── unary=2_4.py │ │ ├── unary=2_5.py │ │ ├── unary=2_6.py │ │ ├── unary=2_7.py │ │ ├── unary=2_8.py │ │ └── unary=2_9.py │ ├── unary=20 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=20_1.py │ │ ├── unary=20_10.py │ │ ├── unary=20_2.py │ │ ├── unary=20_3.py │ │ ├── unary=20_4.py │ │ ├── unary=20_5.py │ │ ├── unary=20_6.py │ │ ├── unary=20_7.py │ │ ├── unary=20_8.py │ │ └── unary=20_9.py │ ├── unary=21 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=21_1.py │ │ ├── unary=21_10.py │ │ ├── unary=21_2.py │ │ ├── unary=21_3.py │ │ ├── unary=21_4.py │ │ ├── unary=21_5.py │ │ ├── unary=21_6.py │ │ ├── unary=21_7.py │ │ ├── unary=21_8.py │ │ └── unary=21_9.py │ ├── unary=22 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=22_1.py │ │ ├── unary=22_10.py │ │ ├── unary=22_2.py │ │ ├── unary=22_3.py │ │ ├── unary=22_4.py │ │ ├── unary=22_5.py │ │ ├── unary=22_6.py │ │ ├── unary=22_7.py │ │ ├── unary=22_8.py │ │ └── unary=22_9.py │ ├── unary=23 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=23_1.py │ │ ├── unary=23_10.py │ │ ├── unary=23_2.py │ │ ├── unary=23_3.py │ │ ├── unary=23_4.py │ │ ├── unary=23_5.py │ │ ├── unary=23_6.py │ │ ├── unary=23_7.py │ │ ├── unary=23_8.py │ │ └── unary=23_9.py │ ├── unary=24 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=24_1.py │ │ ├── unary=24_10.py │ │ ├── unary=24_2.py │ │ ├── unary=24_3.py │ │ ├── unary=24_4.py │ │ ├── unary=24_5.py │ │ ├── unary=24_6.py │ │ ├── unary=24_7.py │ │ ├── unary=24_8.py │ │ └── unary=24_9.py │ ├── unary=25 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=25_1.py │ │ ├── unary=25_10.py │ │ ├── unary=25_2.py │ │ ├── unary=25_3.py │ │ ├── unary=25_4.py │ │ ├── unary=25_5.py │ │ ├── unary=25_6.py │ │ ├── unary=25_7.py │ │ ├── unary=25_8.py │ │ └── unary=25_9.py │ ├── unary=26 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=26_1.py │ │ ├── unary=26_10.py │ │ ├── unary=26_2.py │ │ ├── unary=26_3.py │ │ ├── unary=26_4.py │ │ ├── unary=26_5.py │ │ ├── unary=26_6.py │ │ ├── unary=26_7.py │ │ ├── unary=26_8.py │ │ └── unary=26_9.py │ ├── unary=27 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=27_1.py │ │ ├── unary=27_10.py │ │ ├── unary=27_2.py │ │ ├── unary=27_3.py │ │ ├── unary=27_4.py │ │ ├── unary=27_5.py │ │ ├── unary=27_6.py │ │ ├── unary=27_7.py │ │ ├── unary=27_8.py │ │ └── unary=27_9.py │ ├── unary=28 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=28_1.py │ │ ├── unary=28_10.py │ │ ├── unary=28_2.py │ │ ├── unary=28_3.py │ │ ├── unary=28_4.py │ │ ├── unary=28_5.py │ │ ├── unary=28_6.py │ │ ├── unary=28_7.py │ │ ├── unary=28_8.py │ │ └── unary=28_9.py │ ├── unary=29 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=29_1.py │ │ ├── unary=29_10.py │ │ ├── unary=29_2.py │ │ ├── unary=29_3.py │ │ ├── unary=29_4.py │ │ ├── unary=29_5.py │ │ ├── unary=29_6.py │ │ ├── unary=29_7.py │ │ ├── unary=29_8.py │ │ └── unary=29_9.py │ ├── unary=3 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=3_1.py │ │ ├── unary=3_10.py │ │ ├── unary=3_2.py │ │ ├── unary=3_3.py │ │ ├── unary=3_4.py │ │ ├── unary=3_5.py │ │ ├── unary=3_6.py │ │ ├── unary=3_7.py │ │ ├── unary=3_8.py │ │ └── unary=3_9.py │ ├── unary=4 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=4_1.py │ │ ├── unary=4_10.py │ │ ├── unary=4_2.py │ │ ├── unary=4_3.py │ │ ├── unary=4_4.py │ │ ├── unary=4_5.py │ │ ├── unary=4_6.py │ │ ├── unary=4_7.py │ │ ├── unary=4_8.py │ │ └── unary=4_9.py │ ├── unary=5 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=5_1.py │ │ ├── unary=5_10.py │ │ ├── unary=5_2.py │ │ ├── unary=5_3.py │ │ ├── unary=5_4.py │ │ ├── unary=5_5.py │ │ ├── unary=5_6.py │ │ ├── unary=5_7.py │ │ ├── unary=5_8.py │ │ └── unary=5_9.py │ ├── unary=6 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=6_1.py │ │ ├── unary=6_10.py │ │ ├── unary=6_2.py │ │ ├── unary=6_3.py │ │ ├── unary=6_4.py │ │ ├── unary=6_5.py │ │ ├── unary=6_6.py │ │ ├── unary=6_7.py │ │ ├── unary=6_8.py │ │ └── unary=6_9.py │ ├── unary=7 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=7_1.py │ │ ├── unary=7_10.py │ │ ├── unary=7_2.py │ │ ├── unary=7_3.py │ │ ├── unary=7_4.py │ │ ├── unary=7_5.py │ │ ├── unary=7_6.py │ │ ├── unary=7_7.py │ │ ├── unary=7_8.py │ │ └── unary=7_9.py │ ├── unary=8 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=8_1.py │ │ ├── unary=8_10.py │ │ ├── unary=8_2.py │ │ ├── unary=8_3.py │ │ ├── unary=8_4.py │ │ ├── unary=8_5.py │ │ ├── unary=8_6.py │ │ ├── unary=8_7.py │ │ ├── unary=8_8.py │ │ └── unary=8_9.py │ └── unary=9 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=9_1.py │ │ ├── unary=9_10.py │ │ ├── unary=9_2.py │ │ ├── unary=9_3.py │ │ ├── unary=9_4.py │ │ ├── unary=9_5.py │ │ ├── unary=9_6.py │ │ ├── unary=9_7.py │ │ ├── unary=9_8.py │ │ └── unary=9_9.py │ ├── step80-3shot │ ├── addmm │ │ ├── addmm_1.py │ │ ├── addmm_10.py │ │ ├── addmm_2.py │ │ ├── addmm_3.py │ │ ├── addmm_4.py │ │ ├── addmm_5.py │ │ ├── addmm_6.py │ │ ├── addmm_7.py │ │ ├── addmm_8.py │ │ ├── addmm_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── binary=0 │ │ ├── binary=0_1.py │ │ ├── binary=0_10.py │ │ ├── binary=0_2.py │ │ ├── binary=0_3.py │ │ ├── binary=0_4.py │ │ ├── binary=0_5.py │ │ ├── binary=0_6.py │ │ ├── binary=0_7.py │ │ ├── binary=0_8.py │ │ ├── binary=0_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── binary=10 │ │ ├── binary=10_1.py │ │ ├── binary=10_10.py │ │ ├── binary=10_2.py │ │ ├── binary=10_3.py │ │ ├── binary=10_4.py │ │ ├── binary=10_5.py │ │ ├── binary=10_6.py │ │ ├── binary=10_7.py │ │ ├── binary=10_8.py │ │ ├── binary=10_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── binary=2 │ │ ├── binary=2_1.py │ │ ├── binary=2_10.py │ │ ├── binary=2_2.py │ │ ├── binary=2_3.py │ │ ├── binary=2_4.py │ │ ├── binary=2_5.py │ │ ├── binary=2_6.py │ │ ├── binary=2_7.py │ │ ├── binary=2_8.py │ │ ├── binary=2_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── binary=4 │ │ ├── binary=4_1.py │ │ ├── binary=4_10.py │ │ ├── binary=4_2.py │ │ ├── binary=4_3.py │ │ ├── binary=4_4.py │ │ ├── binary=4_5.py │ │ ├── binary=4_6.py │ │ ├── binary=4_7.py │ │ ├── binary=4_8.py │ │ ├── binary=4_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── binary=6 │ │ ├── binary=6_1.py │ │ ├── binary=6_10.py │ │ ├── binary=6_2.py │ │ ├── binary=6_3.py │ │ ├── binary=6_4.py │ │ ├── binary=6_5.py │ │ ├── binary=6_6.py │ │ ├── binary=6_7.py │ │ ├── binary=6_8.py │ │ ├── binary=6_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── binary=8 │ │ ├── binary=8_1.py │ │ ├── binary=8_10.py │ │ ├── binary=8_2.py │ │ ├── binary=8_3.py │ │ ├── binary=8_4.py │ │ ├── binary=8_5.py │ │ ├── binary=8_6.py │ │ ├── binary=8_7.py │ │ ├── binary=8_8.py │ │ ├── binary=8_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── binary_unary=0 │ │ ├── binary_unary=0_1.py │ │ ├── binary_unary=0_10.py │ │ ├── binary_unary=0_2.py │ │ ├── binary_unary=0_3.py │ │ ├── binary_unary=0_4.py │ │ ├── binary_unary=0_5.py │ │ ├── binary_unary=0_6.py │ │ ├── binary_unary=0_7.py │ │ ├── binary_unary=0_8.py │ │ ├── binary_unary=0_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── binary_unary=10 │ │ ├── binary_unary=10_1.py │ │ ├── binary_unary=10_10.py │ │ ├── binary_unary=10_2.py │ │ ├── binary_unary=10_3.py │ │ ├── binary_unary=10_4.py │ │ ├── binary_unary=10_5.py │ │ ├── binary_unary=10_6.py │ │ ├── binary_unary=10_7.py │ │ ├── binary_unary=10_8.py │ │ ├── binary_unary=10_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── binary_unary=2 │ │ ├── binary_unary=2_1.py │ │ ├── binary_unary=2_10.py │ │ ├── binary_unary=2_2.py │ │ ├── binary_unary=2_3.py │ │ ├── binary_unary=2_4.py │ │ ├── binary_unary=2_5.py │ │ ├── binary_unary=2_6.py │ │ ├── binary_unary=2_7.py │ │ ├── binary_unary=2_8.py │ │ ├── binary_unary=2_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── binary_unary=4 │ │ ├── binary_unary=4_1.py │ │ ├── binary_unary=4_10.py │ │ ├── binary_unary=4_2.py │ │ ├── binary_unary=4_3.py │ │ ├── binary_unary=4_4.py │ │ ├── binary_unary=4_5.py │ │ ├── binary_unary=4_6.py │ │ ├── binary_unary=4_7.py │ │ ├── binary_unary=4_8.py │ │ ├── binary_unary=4_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── binary_unary=6 │ │ ├── binary_unary=6_1.py │ │ ├── binary_unary=6_10.py │ │ ├── binary_unary=6_2.py │ │ ├── binary_unary=6_3.py │ │ ├── binary_unary=6_4.py │ │ ├── binary_unary=6_5.py │ │ ├── binary_unary=6_6.py │ │ ├── binary_unary=6_7.py │ │ ├── binary_unary=6_8.py │ │ ├── binary_unary=6_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── binary_unary=8 │ │ ├── binary_unary=8_1.py │ │ ├── binary_unary=8_10.py │ │ ├── binary_unary=8_2.py │ │ ├── binary_unary=8_3.py │ │ ├── binary_unary=8_4.py │ │ ├── binary_unary=8_5.py │ │ ├── binary_unary=8_6.py │ │ ├── binary_unary=8_7.py │ │ ├── binary_unary=8_8.py │ │ ├── binary_unary=8_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── cat_addmm │ │ ├── cat_addmm_1.py │ │ ├── cat_addmm_10.py │ │ ├── cat_addmm_2.py │ │ ├── cat_addmm_3.py │ │ ├── cat_addmm_4.py │ │ ├── cat_addmm_5.py │ │ ├── cat_addmm_6.py │ │ ├── cat_addmm_7.py │ │ ├── cat_addmm_8.py │ │ ├── cat_addmm_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── cat_mm │ │ ├── cat_mm_1.py │ │ ├── cat_mm_10.py │ │ ├── cat_mm_2.py │ │ ├── cat_mm_3.py │ │ ├── cat_mm_4.py │ │ ├── cat_mm_5.py │ │ ├── cat_mm_6.py │ │ ├── cat_mm_7.py │ │ ├── cat_mm_8.py │ │ ├── cat_mm_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── cat_slice_cat │ │ ├── cat_slice_cat_1.py │ │ ├── cat_slice_cat_10.py │ │ ├── cat_slice_cat_2.py │ │ ├── cat_slice_cat_3.py │ │ ├── cat_slice_cat_4.py │ │ ├── cat_slice_cat_5.py │ │ ├── cat_slice_cat_6.py │ │ ├── cat_slice_cat_7.py │ │ ├── cat_slice_cat_8.py │ │ ├── cat_slice_cat_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── fuse_conv_bn │ │ ├── fuse_conv_bn_1.py │ │ ├── fuse_conv_bn_10.py │ │ ├── fuse_conv_bn_2.py │ │ ├── fuse_conv_bn_3.py │ │ ├── fuse_conv_bn_4.py │ │ ├── fuse_conv_bn_5.py │ │ ├── fuse_conv_bn_6.py │ │ ├── fuse_conv_bn_7.py │ │ ├── fuse_conv_bn_8.py │ │ ├── fuse_conv_bn_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── linear_permute_fusion │ │ ├── linear_permute_fusion_1.py │ │ ├── linear_permute_fusion_10.py │ │ ├── linear_permute_fusion_2.py │ │ ├── linear_permute_fusion_3.py │ │ ├── linear_permute_fusion_4.py │ │ ├── linear_permute_fusion_5.py │ │ ├── linear_permute_fusion_6.py │ │ ├── linear_permute_fusion_7.py │ │ ├── linear_permute_fusion_8.py │ │ ├── linear_permute_fusion_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── mm_plus_mm │ │ ├── mm_plus_mm_1.py │ │ ├── mm_plus_mm_10.py │ │ ├── mm_plus_mm_2.py │ │ ├── mm_plus_mm_3.py │ │ ├── mm_plus_mm_4.py │ │ ├── mm_plus_mm_5.py │ │ ├── mm_plus_mm_6.py │ │ ├── mm_plus_mm_7.py │ │ ├── mm_plus_mm_8.py │ │ ├── mm_plus_mm_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── outputs.json │ ├── permute_linear_fusion │ │ ├── permute_linear_fusion_1.py │ │ ├── permute_linear_fusion_10.py │ │ ├── permute_linear_fusion_2.py │ │ ├── permute_linear_fusion_3.py │ │ ├── permute_linear_fusion_4.py │ │ ├── permute_linear_fusion_5.py │ │ ├── permute_linear_fusion_6.py │ │ ├── permute_linear_fusion_7.py │ │ ├── permute_linear_fusion_8.py │ │ ├── permute_linear_fusion_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── permute_matmul_fusion │ │ ├── permute_matmul_fusion_1.py │ │ ├── permute_matmul_fusion_10.py │ │ ├── permute_matmul_fusion_2.py │ │ ├── permute_matmul_fusion_3.py │ │ ├── permute_matmul_fusion_4.py │ │ ├── permute_matmul_fusion_5.py │ │ ├── permute_matmul_fusion_6.py │ │ ├── permute_matmul_fusion_7.py │ │ ├── permute_matmul_fusion_8.py │ │ ├── permute_matmul_fusion_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── pointless_cumsum_replacement │ │ ├── pointless_cumsum_replacement_1.py │ │ ├── pointless_cumsum_replacement_10.py │ │ ├── pointless_cumsum_replacement_2.py │ │ ├── pointless_cumsum_replacement_3.py │ │ ├── pointless_cumsum_replacement_4.py │ │ ├── pointless_cumsum_replacement_5.py │ │ ├── pointless_cumsum_replacement_6.py │ │ ├── pointless_cumsum_replacement_7.py │ │ ├── pointless_cumsum_replacement_8.py │ │ ├── pointless_cumsum_replacement_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── replace_fx │ │ ├── prompt.txt │ │ ├── replace_fx_1.py │ │ ├── replace_fx_10.py │ │ ├── replace_fx_2.py │ │ ├── replace_fx_3.py │ │ ├── replace_fx_4.py │ │ ├── replace_fx_5.py │ │ ├── replace_fx_6.py │ │ ├── replace_fx_7.py │ │ ├── replace_fx_8.py │ │ ├── replace_fx_9.py │ │ └── time.txt │ ├── sfdp=0 │ │ ├── prompt.txt │ │ ├── sfdp=0_1.py │ │ ├── sfdp=0_10.py │ │ ├── sfdp=0_2.py │ │ ├── sfdp=0_3.py │ │ ├── sfdp=0_4.py │ │ ├── sfdp=0_5.py │ │ ├── sfdp=0_6.py │ │ ├── sfdp=0_7.py │ │ ├── sfdp=0_8.py │ │ ├── sfdp=0_9.py │ │ └── time.txt │ ├── sfdp=1 │ │ ├── prompt.txt │ │ ├── sfdp=1_1.py │ │ ├── sfdp=1_10.py │ │ ├── sfdp=1_2.py │ │ ├── sfdp=1_3.py │ │ ├── sfdp=1_4.py │ │ ├── sfdp=1_5.py │ │ ├── sfdp=1_6.py │ │ ├── sfdp=1_7.py │ │ ├── sfdp=1_8.py │ │ ├── sfdp=1_9.py │ │ └── time.txt │ ├── sfdp=2 │ │ ├── prompt.txt │ │ ├── sfdp=2_1.py │ │ ├── sfdp=2_10.py │ │ ├── sfdp=2_2.py │ │ ├── sfdp=2_3.py │ │ ├── sfdp=2_4.py │ │ ├── sfdp=2_5.py │ │ ├── sfdp=2_6.py │ │ ├── sfdp=2_7.py │ │ ├── sfdp=2_8.py │ │ ├── sfdp=2_9.py │ │ └── time.txt │ ├── sfdp=3 │ │ ├── prompt.txt │ │ ├── sfdp=3_1.py │ │ ├── sfdp=3_10.py │ │ ├── sfdp=3_2.py │ │ ├── sfdp=3_3.py │ │ ├── sfdp=3_4.py │ │ ├── sfdp=3_5.py │ │ ├── sfdp=3_6.py │ │ ├── sfdp=3_7.py │ │ ├── sfdp=3_8.py │ │ ├── sfdp=3_9.py │ │ └── time.txt │ ├── sfdp=4 │ │ ├── prompt.txt │ │ ├── sfdp=4_1.py │ │ ├── sfdp=4_10.py │ │ ├── sfdp=4_2.py │ │ ├── sfdp=4_3.py │ │ ├── sfdp=4_4.py │ │ ├── sfdp=4_5.py │ │ ├── sfdp=4_6.py │ │ ├── sfdp=4_7.py │ │ ├── sfdp=4_8.py │ │ ├── sfdp=4_9.py │ │ └── time.txt │ ├── sfdp=5 │ │ ├── prompt.txt │ │ ├── sfdp=5_1.py │ │ ├── sfdp=5_10.py │ │ ├── sfdp=5_2.py │ │ ├── sfdp=5_3.py │ │ ├── sfdp=5_4.py │ │ ├── sfdp=5_5.py │ │ ├── sfdp=5_6.py │ │ ├── sfdp=5_7.py │ │ ├── sfdp=5_8.py │ │ ├── sfdp=5_9.py │ │ └── time.txt │ ├── sink_cat_after_pointwise │ │ ├── prompt.txt │ │ ├── sink_cat_after_pointwise_1.py │ │ ├── sink_cat_after_pointwise_10.py │ │ ├── sink_cat_after_pointwise_2.py │ │ ├── sink_cat_after_pointwise_3.py │ │ ├── sink_cat_after_pointwise_4.py │ │ ├── sink_cat_after_pointwise_5.py │ │ ├── sink_cat_after_pointwise_6.py │ │ ├── sink_cat_after_pointwise_7.py │ │ ├── sink_cat_after_pointwise_8.py │ │ ├── sink_cat_after_pointwise_9.py │ │ └── time.txt │ ├── splitwithsizes_cat_replace │ │ ├── prompt.txt │ │ ├── splitwithsizes_cat_replace_1.py │ │ ├── splitwithsizes_cat_replace_10.py │ │ ├── splitwithsizes_cat_replace_2.py │ │ ├── splitwithsizes_cat_replace_3.py │ │ ├── splitwithsizes_cat_replace_4.py │ │ ├── splitwithsizes_cat_replace_5.py │ │ ├── splitwithsizes_cat_replace_6.py │ │ ├── splitwithsizes_cat_replace_7.py │ │ ├── splitwithsizes_cat_replace_8.py │ │ ├── splitwithsizes_cat_replace_9.py │ │ └── time.txt │ ├── unary=0 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=0_1.py │ │ ├── unary=0_10.py │ │ ├── unary=0_2.py │ │ ├── unary=0_3.py │ │ ├── unary=0_4.py │ │ ├── unary=0_5.py │ │ ├── unary=0_6.py │ │ ├── unary=0_7.py │ │ ├── unary=0_8.py │ │ └── unary=0_9.py │ ├── unary=1 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=1_1.py │ │ ├── unary=1_10.py │ │ ├── unary=1_2.py │ │ ├── unary=1_3.py │ │ ├── unary=1_4.py │ │ ├── unary=1_5.py │ │ ├── unary=1_6.py │ │ ├── unary=1_7.py │ │ ├── unary=1_8.py │ │ └── unary=1_9.py │ ├── unary=10 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=10_1.py │ │ ├── unary=10_10.py │ │ ├── unary=10_2.py │ │ ├── unary=10_3.py │ │ ├── unary=10_4.py │ │ ├── unary=10_5.py │ │ ├── unary=10_6.py │ │ ├── unary=10_7.py │ │ ├── unary=10_8.py │ │ └── unary=10_9.py │ ├── unary=11 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=11_1.py │ │ ├── unary=11_10.py │ │ ├── unary=11_2.py │ │ ├── unary=11_3.py │ │ ├── unary=11_4.py │ │ ├── unary=11_5.py │ │ ├── unary=11_6.py │ │ ├── unary=11_7.py │ │ ├── unary=11_8.py │ │ └── unary=11_9.py │ ├── unary=12 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=12_1.py │ │ ├── unary=12_10.py │ │ ├── unary=12_2.py │ │ ├── unary=12_3.py │ │ ├── unary=12_4.py │ │ ├── unary=12_5.py │ │ ├── unary=12_6.py │ │ ├── unary=12_7.py │ │ ├── unary=12_8.py │ │ └── unary=12_9.py │ ├── unary=13 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=13_1.py │ │ ├── unary=13_10.py │ │ ├── unary=13_2.py │ │ ├── unary=13_3.py │ │ ├── unary=13_4.py │ │ ├── unary=13_5.py │ │ ├── unary=13_6.py │ │ ├── unary=13_7.py │ │ ├── unary=13_8.py │ │ └── unary=13_9.py │ ├── unary=14 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=14_1.py │ │ ├── unary=14_10.py │ │ ├── unary=14_2.py │ │ ├── unary=14_3.py │ │ ├── unary=14_4.py │ │ ├── unary=14_5.py │ │ ├── unary=14_6.py │ │ ├── unary=14_7.py │ │ ├── unary=14_8.py │ │ └── unary=14_9.py │ ├── unary=15 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=15_1.py │ │ ├── unary=15_10.py │ │ ├── unary=15_2.py │ │ ├── unary=15_3.py │ │ ├── unary=15_4.py │ │ ├── unary=15_5.py │ │ ├── unary=15_6.py │ │ ├── unary=15_7.py │ │ ├── unary=15_8.py │ │ └── unary=15_9.py │ ├── unary=16 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=16_1.py │ │ ├── unary=16_10.py │ │ ├── unary=16_2.py │ │ ├── unary=16_3.py │ │ ├── unary=16_4.py │ │ ├── unary=16_5.py │ │ ├── unary=16_6.py │ │ ├── unary=16_7.py │ │ ├── unary=16_8.py │ │ └── unary=16_9.py │ ├── unary=17 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=17_1.py │ │ ├── unary=17_10.py │ │ ├── unary=17_2.py │ │ ├── unary=17_3.py │ │ ├── unary=17_4.py │ │ ├── unary=17_5.py │ │ ├── unary=17_6.py │ │ ├── unary=17_7.py │ │ ├── unary=17_8.py │ │ └── unary=17_9.py │ ├── unary=18 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=18_1.py │ │ ├── unary=18_10.py │ │ ├── unary=18_2.py │ │ ├── unary=18_3.py │ │ ├── unary=18_4.py │ │ ├── unary=18_5.py │ │ ├── unary=18_6.py │ │ ├── unary=18_7.py │ │ ├── unary=18_8.py │ │ └── unary=18_9.py │ ├── unary=19 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=19_1.py │ │ ├── unary=19_10.py │ │ ├── unary=19_2.py │ │ ├── unary=19_3.py │ │ ├── unary=19_4.py │ │ ├── unary=19_5.py │ │ ├── unary=19_6.py │ │ ├── unary=19_7.py │ │ ├── unary=19_8.py │ │ └── unary=19_9.py │ ├── unary=2 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=2_1.py │ │ ├── unary=2_10.py │ │ ├── unary=2_2.py │ │ ├── unary=2_3.py │ │ ├── unary=2_4.py │ │ ├── unary=2_5.py │ │ ├── unary=2_6.py │ │ ├── unary=2_7.py │ │ ├── unary=2_8.py │ │ └── unary=2_9.py │ ├── unary=20 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=20_1.py │ │ ├── unary=20_10.py │ │ ├── unary=20_2.py │ │ ├── unary=20_3.py │ │ ├── unary=20_4.py │ │ ├── unary=20_5.py │ │ ├── unary=20_6.py │ │ ├── unary=20_7.py │ │ ├── unary=20_8.py │ │ └── unary=20_9.py │ ├── unary=21 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=21_1.py │ │ ├── unary=21_10.py │ │ ├── unary=21_2.py │ │ ├── unary=21_3.py │ │ ├── unary=21_4.py │ │ ├── unary=21_5.py │ │ ├── unary=21_6.py │ │ ├── unary=21_7.py │ │ ├── unary=21_8.py │ │ └── unary=21_9.py │ ├── unary=22 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=22_1.py │ │ ├── unary=22_10.py │ │ ├── unary=22_2.py │ │ ├── unary=22_3.py │ │ ├── unary=22_4.py │ │ ├── unary=22_5.py │ │ ├── unary=22_6.py │ │ ├── unary=22_7.py │ │ ├── unary=22_8.py │ │ └── unary=22_9.py │ ├── unary=23 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=23_1.py │ │ ├── unary=23_10.py │ │ ├── unary=23_2.py │ │ ├── unary=23_3.py │ │ ├── unary=23_4.py │ │ ├── unary=23_5.py │ │ ├── unary=23_6.py │ │ ├── unary=23_7.py │ │ ├── unary=23_8.py │ │ └── unary=23_9.py │ ├── unary=24 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=24_1.py │ │ ├── unary=24_10.py │ │ ├── unary=24_2.py │ │ ├── unary=24_3.py │ │ ├── unary=24_4.py │ │ ├── unary=24_5.py │ │ ├── unary=24_6.py │ │ ├── unary=24_7.py │ │ ├── unary=24_8.py │ │ └── unary=24_9.py │ ├── unary=25 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=25_1.py │ │ ├── unary=25_10.py │ │ ├── unary=25_2.py │ │ ├── unary=25_3.py │ │ ├── unary=25_4.py │ │ ├── unary=25_5.py │ │ ├── unary=25_6.py │ │ ├── unary=25_7.py │ │ ├── unary=25_8.py │ │ └── unary=25_9.py │ ├── unary=26 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=26_1.py │ │ ├── unary=26_10.py │ │ ├── unary=26_2.py │ │ ├── unary=26_3.py │ │ ├── unary=26_4.py │ │ ├── unary=26_5.py │ │ ├── unary=26_6.py │ │ ├── unary=26_7.py │ │ ├── unary=26_8.py │ │ └── unary=26_9.py │ ├── unary=27 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=27_1.py │ │ ├── unary=27_10.py │ │ ├── unary=27_2.py │ │ ├── unary=27_3.py │ │ ├── unary=27_4.py │ │ ├── unary=27_5.py │ │ ├── unary=27_6.py │ │ ├── unary=27_7.py │ │ ├── unary=27_8.py │ │ └── unary=27_9.py │ ├── unary=28 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=28_1.py │ │ ├── unary=28_10.py │ │ ├── unary=28_2.py │ │ ├── unary=28_3.py │ │ ├── unary=28_4.py │ │ ├── unary=28_5.py │ │ ├── unary=28_6.py │ │ ├── unary=28_7.py │ │ ├── unary=28_8.py │ │ └── unary=28_9.py │ ├── unary=29 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=29_1.py │ │ ├── unary=29_10.py │ │ ├── unary=29_2.py │ │ ├── unary=29_3.py │ │ ├── unary=29_4.py │ │ ├── unary=29_5.py │ │ ├── unary=29_6.py │ │ ├── unary=29_7.py │ │ ├── unary=29_8.py │ │ └── unary=29_9.py │ ├── unary=3 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=3_1.py │ │ ├── unary=3_10.py │ │ ├── unary=3_2.py │ │ ├── unary=3_3.py │ │ ├── unary=3_4.py │ │ ├── unary=3_5.py │ │ ├── unary=3_6.py │ │ ├── unary=3_7.py │ │ ├── unary=3_8.py │ │ └── unary=3_9.py │ ├── unary=4 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=4_1.py │ │ ├── unary=4_10.py │ │ ├── unary=4_2.py │ │ ├── unary=4_3.py │ │ ├── unary=4_4.py │ │ ├── unary=4_5.py │ │ ├── unary=4_6.py │ │ ├── unary=4_7.py │ │ ├── unary=4_8.py │ │ └── unary=4_9.py │ ├── unary=5 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=5_1.py │ │ ├── unary=5_10.py │ │ ├── unary=5_2.py │ │ ├── unary=5_3.py │ │ ├── unary=5_4.py │ │ ├── unary=5_5.py │ │ ├── unary=5_6.py │ │ ├── unary=5_7.py │ │ ├── unary=5_8.py │ │ └── unary=5_9.py │ ├── unary=6 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=6_1.py │ │ ├── unary=6_10.py │ │ ├── unary=6_2.py │ │ ├── unary=6_3.py │ │ ├── unary=6_4.py │ │ ├── unary=6_5.py │ │ ├── unary=6_6.py │ │ ├── unary=6_7.py │ │ ├── unary=6_8.py │ │ └── unary=6_9.py │ ├── unary=7 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=7_1.py │ │ ├── unary=7_10.py │ │ ├── unary=7_2.py │ │ ├── unary=7_3.py │ │ ├── unary=7_4.py │ │ ├── unary=7_5.py │ │ ├── unary=7_6.py │ │ ├── unary=7_7.py │ │ ├── unary=7_8.py │ │ └── unary=7_9.py │ ├── unary=8 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=8_1.py │ │ ├── unary=8_10.py │ │ ├── unary=8_2.py │ │ ├── unary=8_3.py │ │ ├── unary=8_4.py │ │ ├── unary=8_5.py │ │ ├── unary=8_6.py │ │ ├── unary=8_7.py │ │ ├── unary=8_8.py │ │ └── unary=8_9.py │ └── unary=9 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=9_1.py │ │ ├── unary=9_10.py │ │ ├── unary=9_2.py │ │ ├── unary=9_3.py │ │ ├── unary=9_4.py │ │ ├── unary=9_5.py │ │ ├── unary=9_6.py │ │ ├── unary=9_7.py │ │ ├── unary=9_8.py │ │ └── unary=9_9.py │ ├── step81-3shot │ ├── addmm │ │ ├── addmm_1.py │ │ ├── addmm_10.py │ │ ├── addmm_2.py │ │ ├── addmm_3.py │ │ ├── addmm_4.py │ │ ├── addmm_5.py │ │ ├── addmm_6.py │ │ ├── addmm_7.py │ │ ├── addmm_8.py │ │ ├── addmm_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── binary=0 │ │ ├── binary=0_1.py │ │ ├── binary=0_10.py │ │ ├── binary=0_2.py │ │ ├── binary=0_3.py │ │ ├── binary=0_4.py │ │ ├── binary=0_5.py │ │ ├── binary=0_6.py │ │ ├── binary=0_7.py │ │ ├── binary=0_8.py │ │ ├── binary=0_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── binary=10 │ │ ├── binary=10_1.py │ │ ├── binary=10_10.py │ │ ├── binary=10_2.py │ │ ├── binary=10_3.py │ │ ├── binary=10_4.py │ │ ├── binary=10_5.py │ │ ├── binary=10_6.py │ │ ├── binary=10_7.py │ │ ├── binary=10_8.py │ │ ├── binary=10_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── binary=2 │ │ ├── binary=2_1.py │ │ ├── binary=2_10.py │ │ ├── binary=2_2.py │ │ ├── binary=2_3.py │ │ ├── binary=2_4.py │ │ ├── binary=2_5.py │ │ ├── binary=2_6.py │ │ ├── binary=2_7.py │ │ ├── binary=2_8.py │ │ ├── binary=2_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── binary=4 │ │ ├── binary=4_1.py │ │ ├── binary=4_10.py │ │ ├── binary=4_2.py │ │ ├── binary=4_3.py │ │ ├── binary=4_4.py │ │ ├── binary=4_5.py │ │ ├── binary=4_6.py │ │ ├── binary=4_7.py │ │ ├── binary=4_8.py │ │ ├── binary=4_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── binary=6 │ │ ├── binary=6_1.py │ │ ├── binary=6_10.py │ │ ├── binary=6_2.py │ │ ├── binary=6_3.py │ │ ├── binary=6_4.py │ │ ├── binary=6_5.py │ │ ├── binary=6_6.py │ │ ├── binary=6_7.py │ │ ├── binary=6_8.py │ │ ├── binary=6_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── binary=8 │ │ ├── binary=8_1.py │ │ ├── binary=8_10.py │ │ ├── binary=8_2.py │ │ ├── binary=8_3.py │ │ ├── binary=8_4.py │ │ ├── binary=8_5.py │ │ ├── binary=8_6.py │ │ ├── binary=8_7.py │ │ ├── binary=8_8.py │ │ ├── binary=8_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── binary_unary=0 │ │ ├── binary_unary=0_1.py │ │ ├── binary_unary=0_10.py │ │ ├── binary_unary=0_2.py │ │ ├── binary_unary=0_3.py │ │ ├── binary_unary=0_4.py │ │ ├── binary_unary=0_5.py │ │ ├── binary_unary=0_6.py │ │ ├── binary_unary=0_7.py │ │ ├── binary_unary=0_8.py │ │ ├── binary_unary=0_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── binary_unary=10 │ │ ├── binary_unary=10_1.py │ │ ├── binary_unary=10_10.py │ │ ├── binary_unary=10_2.py │ │ ├── binary_unary=10_3.py │ │ ├── binary_unary=10_4.py │ │ ├── binary_unary=10_5.py │ │ ├── binary_unary=10_6.py │ │ ├── binary_unary=10_7.py │ │ ├── binary_unary=10_8.py │ │ ├── binary_unary=10_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── binary_unary=2 │ │ ├── binary_unary=2_1.py │ │ ├── binary_unary=2_10.py │ │ ├── binary_unary=2_2.py │ │ ├── binary_unary=2_3.py │ │ ├── binary_unary=2_4.py │ │ ├── binary_unary=2_5.py │ │ ├── binary_unary=2_6.py │ │ ├── binary_unary=2_7.py │ │ ├── binary_unary=2_8.py │ │ ├── binary_unary=2_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── binary_unary=4 │ │ ├── binary_unary=4_1.py │ │ ├── binary_unary=4_10.py │ │ ├── binary_unary=4_2.py │ │ ├── binary_unary=4_3.py │ │ ├── binary_unary=4_4.py │ │ ├── binary_unary=4_5.py │ │ ├── binary_unary=4_6.py │ │ ├── binary_unary=4_7.py │ │ ├── binary_unary=4_8.py │ │ ├── binary_unary=4_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── binary_unary=6 │ │ ├── binary_unary=6_1.py │ │ ├── binary_unary=6_10.py │ │ ├── binary_unary=6_2.py │ │ ├── binary_unary=6_3.py │ │ ├── binary_unary=6_4.py │ │ ├── binary_unary=6_5.py │ │ ├── binary_unary=6_6.py │ │ ├── binary_unary=6_7.py │ │ ├── binary_unary=6_8.py │ │ ├── binary_unary=6_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── binary_unary=8 │ │ ├── binary_unary=8_1.py │ │ ├── binary_unary=8_10.py │ │ ├── binary_unary=8_2.py │ │ ├── binary_unary=8_3.py │ │ ├── binary_unary=8_4.py │ │ ├── binary_unary=8_5.py │ │ ├── binary_unary=8_6.py │ │ ├── binary_unary=8_7.py │ │ ├── binary_unary=8_8.py │ │ ├── binary_unary=8_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── cat_addmm │ │ ├── cat_addmm_1.py │ │ ├── cat_addmm_10.py │ │ ├── cat_addmm_2.py │ │ ├── cat_addmm_3.py │ │ ├── cat_addmm_4.py │ │ ├── cat_addmm_5.py │ │ ├── cat_addmm_6.py │ │ ├── cat_addmm_7.py │ │ ├── cat_addmm_8.py │ │ ├── cat_addmm_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── cat_mm │ │ ├── cat_mm_1.py │ │ ├── cat_mm_10.py │ │ ├── cat_mm_2.py │ │ ├── cat_mm_3.py │ │ ├── cat_mm_4.py │ │ ├── cat_mm_5.py │ │ ├── cat_mm_6.py │ │ ├── cat_mm_7.py │ │ ├── cat_mm_8.py │ │ ├── cat_mm_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── cat_slice_cat │ │ ├── cat_slice_cat_1.py │ │ ├── cat_slice_cat_10.py │ │ ├── cat_slice_cat_2.py │ │ ├── cat_slice_cat_3.py │ │ ├── cat_slice_cat_4.py │ │ ├── cat_slice_cat_5.py │ │ ├── cat_slice_cat_6.py │ │ ├── cat_slice_cat_7.py │ │ ├── cat_slice_cat_8.py │ │ ├── cat_slice_cat_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── fuse_conv_bn │ │ ├── fuse_conv_bn_1.py │ │ ├── fuse_conv_bn_10.py │ │ ├── fuse_conv_bn_2.py │ │ ├── fuse_conv_bn_3.py │ │ ├── fuse_conv_bn_4.py │ │ ├── fuse_conv_bn_5.py │ │ ├── fuse_conv_bn_6.py │ │ ├── fuse_conv_bn_7.py │ │ ├── fuse_conv_bn_8.py │ │ ├── fuse_conv_bn_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── linear_permute_fusion │ │ ├── linear_permute_fusion_1.py │ │ ├── linear_permute_fusion_10.py │ │ ├── linear_permute_fusion_2.py │ │ ├── linear_permute_fusion_3.py │ │ ├── linear_permute_fusion_4.py │ │ ├── linear_permute_fusion_5.py │ │ ├── linear_permute_fusion_6.py │ │ ├── linear_permute_fusion_7.py │ │ ├── linear_permute_fusion_8.py │ │ ├── linear_permute_fusion_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── mm_plus_mm │ │ ├── mm_plus_mm_1.py │ │ ├── mm_plus_mm_10.py │ │ ├── mm_plus_mm_2.py │ │ ├── mm_plus_mm_3.py │ │ ├── mm_plus_mm_4.py │ │ ├── mm_plus_mm_5.py │ │ ├── mm_plus_mm_6.py │ │ ├── mm_plus_mm_7.py │ │ ├── mm_plus_mm_8.py │ │ ├── mm_plus_mm_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── outputs.json │ ├── permute_linear_fusion │ │ ├── permute_linear_fusion_1.py │ │ ├── permute_linear_fusion_10.py │ │ ├── permute_linear_fusion_2.py │ │ ├── permute_linear_fusion_3.py │ │ ├── permute_linear_fusion_4.py │ │ ├── permute_linear_fusion_5.py │ │ ├── permute_linear_fusion_6.py │ │ ├── permute_linear_fusion_7.py │ │ ├── permute_linear_fusion_8.py │ │ ├── permute_linear_fusion_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── permute_matmul_fusion │ │ ├── permute_matmul_fusion_1.py │ │ ├── permute_matmul_fusion_10.py │ │ ├── permute_matmul_fusion_2.py │ │ ├── permute_matmul_fusion_3.py │ │ ├── permute_matmul_fusion_4.py │ │ ├── permute_matmul_fusion_5.py │ │ ├── permute_matmul_fusion_6.py │ │ ├── permute_matmul_fusion_7.py │ │ ├── permute_matmul_fusion_8.py │ │ ├── permute_matmul_fusion_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── pointless_cumsum_replacement │ │ ├── pointless_cumsum_replacement_1.py │ │ ├── pointless_cumsum_replacement_10.py │ │ ├── pointless_cumsum_replacement_2.py │ │ ├── pointless_cumsum_replacement_3.py │ │ ├── pointless_cumsum_replacement_4.py │ │ ├── pointless_cumsum_replacement_5.py │ │ ├── pointless_cumsum_replacement_6.py │ │ ├── pointless_cumsum_replacement_7.py │ │ ├── pointless_cumsum_replacement_8.py │ │ ├── pointless_cumsum_replacement_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── replace_fx │ │ ├── prompt.txt │ │ ├── replace_fx_1.py │ │ ├── replace_fx_10.py │ │ ├── replace_fx_2.py │ │ ├── replace_fx_3.py │ │ ├── replace_fx_4.py │ │ ├── replace_fx_5.py │ │ ├── replace_fx_6.py │ │ ├── replace_fx_7.py │ │ ├── replace_fx_8.py │ │ ├── replace_fx_9.py │ │ └── time.txt │ ├── sfdp=0 │ │ ├── prompt.txt │ │ ├── sfdp=0_1.py │ │ ├── sfdp=0_10.py │ │ ├── sfdp=0_2.py │ │ ├── sfdp=0_3.py │ │ ├── sfdp=0_4.py │ │ ├── sfdp=0_5.py │ │ ├── sfdp=0_6.py │ │ ├── sfdp=0_7.py │ │ ├── sfdp=0_8.py │ │ ├── sfdp=0_9.py │ │ └── time.txt │ ├── sfdp=1 │ │ ├── prompt.txt │ │ ├── sfdp=1_1.py │ │ ├── sfdp=1_10.py │ │ ├── sfdp=1_2.py │ │ ├── sfdp=1_3.py │ │ ├── sfdp=1_4.py │ │ ├── sfdp=1_5.py │ │ ├── sfdp=1_6.py │ │ ├── sfdp=1_7.py │ │ ├── sfdp=1_8.py │ │ ├── sfdp=1_9.py │ │ └── time.txt │ ├── sfdp=2 │ │ ├── prompt.txt │ │ ├── sfdp=2_1.py │ │ ├── sfdp=2_10.py │ │ ├── sfdp=2_2.py │ │ ├── sfdp=2_3.py │ │ ├── sfdp=2_4.py │ │ ├── sfdp=2_5.py │ │ ├── sfdp=2_6.py │ │ ├── sfdp=2_7.py │ │ ├── sfdp=2_8.py │ │ ├── sfdp=2_9.py │ │ └── time.txt │ ├── sfdp=3 │ │ ├── prompt.txt │ │ ├── sfdp=3_1.py │ │ ├── sfdp=3_10.py │ │ ├── sfdp=3_2.py │ │ ├── sfdp=3_3.py │ │ ├── sfdp=3_4.py │ │ ├── sfdp=3_5.py │ │ ├── sfdp=3_6.py │ │ ├── sfdp=3_7.py │ │ ├── sfdp=3_8.py │ │ ├── sfdp=3_9.py │ │ └── time.txt │ ├── sfdp=4 │ │ ├── prompt.txt │ │ ├── sfdp=4_1.py │ │ ├── sfdp=4_10.py │ │ ├── sfdp=4_2.py │ │ ├── sfdp=4_3.py │ │ ├── sfdp=4_4.py │ │ ├── sfdp=4_5.py │ │ ├── sfdp=4_6.py │ │ ├── sfdp=4_7.py │ │ ├── sfdp=4_8.py │ │ ├── sfdp=4_9.py │ │ └── time.txt │ ├── sfdp=5 │ │ ├── prompt.txt │ │ ├── sfdp=5_1.py │ │ ├── sfdp=5_10.py │ │ ├── sfdp=5_2.py │ │ ├── sfdp=5_3.py │ │ ├── sfdp=5_4.py │ │ ├── sfdp=5_5.py │ │ ├── sfdp=5_6.py │ │ ├── sfdp=5_7.py │ │ ├── sfdp=5_8.py │ │ ├── sfdp=5_9.py │ │ └── time.txt │ ├── sink_cat_after_pointwise │ │ ├── prompt.txt │ │ ├── sink_cat_after_pointwise_1.py │ │ ├── sink_cat_after_pointwise_10.py │ │ ├── sink_cat_after_pointwise_2.py │ │ ├── sink_cat_after_pointwise_3.py │ │ ├── sink_cat_after_pointwise_4.py │ │ ├── sink_cat_after_pointwise_5.py │ │ ├── sink_cat_after_pointwise_6.py │ │ ├── sink_cat_after_pointwise_7.py │ │ ├── sink_cat_after_pointwise_8.py │ │ ├── sink_cat_after_pointwise_9.py │ │ └── time.txt │ ├── splitwithsizes_cat_replace │ │ ├── prompt.txt │ │ ├── splitwithsizes_cat_replace_1.py │ │ ├── splitwithsizes_cat_replace_10.py │ │ ├── splitwithsizes_cat_replace_2.py │ │ ├── splitwithsizes_cat_replace_3.py │ │ ├── splitwithsizes_cat_replace_4.py │ │ ├── splitwithsizes_cat_replace_5.py │ │ ├── splitwithsizes_cat_replace_6.py │ │ ├── splitwithsizes_cat_replace_7.py │ │ ├── splitwithsizes_cat_replace_8.py │ │ ├── splitwithsizes_cat_replace_9.py │ │ └── time.txt │ ├── unary=0 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=0_1.py │ │ ├── unary=0_10.py │ │ ├── unary=0_2.py │ │ ├── unary=0_3.py │ │ ├── unary=0_4.py │ │ ├── unary=0_5.py │ │ ├── unary=0_6.py │ │ ├── unary=0_7.py │ │ ├── unary=0_8.py │ │ └── unary=0_9.py │ ├── unary=1 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=1_1.py │ │ ├── unary=1_10.py │ │ ├── unary=1_2.py │ │ ├── unary=1_3.py │ │ ├── unary=1_4.py │ │ ├── unary=1_5.py │ │ ├── unary=1_6.py │ │ ├── unary=1_7.py │ │ ├── unary=1_8.py │ │ └── unary=1_9.py │ ├── unary=10 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=10_1.py │ │ ├── unary=10_10.py │ │ ├── unary=10_2.py │ │ ├── unary=10_3.py │ │ ├── unary=10_4.py │ │ ├── unary=10_5.py │ │ ├── unary=10_6.py │ │ ├── unary=10_7.py │ │ ├── unary=10_8.py │ │ └── unary=10_9.py │ ├── unary=11 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=11_1.py │ │ ├── unary=11_10.py │ │ ├── unary=11_2.py │ │ ├── unary=11_3.py │ │ ├── unary=11_4.py │ │ ├── unary=11_5.py │ │ ├── unary=11_6.py │ │ ├── unary=11_7.py │ │ ├── unary=11_8.py │ │ └── unary=11_9.py │ ├── unary=12 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=12_1.py │ │ ├── unary=12_10.py │ │ ├── unary=12_2.py │ │ ├── unary=12_3.py │ │ ├── unary=12_4.py │ │ ├── unary=12_5.py │ │ ├── unary=12_6.py │ │ ├── unary=12_7.py │ │ ├── unary=12_8.py │ │ └── unary=12_9.py │ ├── unary=13 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=13_1.py │ │ ├── unary=13_10.py │ │ ├── unary=13_2.py │ │ ├── unary=13_3.py │ │ ├── unary=13_4.py │ │ ├── unary=13_5.py │ │ ├── unary=13_6.py │ │ ├── unary=13_7.py │ │ ├── unary=13_8.py │ │ └── unary=13_9.py │ ├── unary=14 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=14_1.py │ │ ├── unary=14_10.py │ │ ├── unary=14_2.py │ │ ├── unary=14_3.py │ │ ├── unary=14_4.py │ │ ├── unary=14_5.py │ │ ├── unary=14_6.py │ │ ├── unary=14_7.py │ │ ├── unary=14_8.py │ │ └── unary=14_9.py │ ├── unary=15 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=15_1.py │ │ ├── unary=15_10.py │ │ ├── unary=15_2.py │ │ ├── unary=15_3.py │ │ ├── unary=15_4.py │ │ ├── unary=15_5.py │ │ ├── unary=15_6.py │ │ ├── unary=15_7.py │ │ ├── unary=15_8.py │ │ └── unary=15_9.py │ ├── unary=16 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=16_1.py │ │ ├── unary=16_10.py │ │ ├── unary=16_2.py │ │ ├── unary=16_3.py │ │ ├── unary=16_4.py │ │ ├── unary=16_5.py │ │ ├── unary=16_6.py │ │ ├── unary=16_7.py │ │ ├── unary=16_8.py │ │ └── unary=16_9.py │ ├── unary=17 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=17_1.py │ │ ├── unary=17_10.py │ │ ├── unary=17_2.py │ │ ├── unary=17_3.py │ │ ├── unary=17_4.py │ │ ├── unary=17_5.py │ │ ├── unary=17_6.py │ │ ├── unary=17_7.py │ │ ├── unary=17_8.py │ │ └── unary=17_9.py │ ├── unary=18 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=18_1.py │ │ ├── unary=18_10.py │ │ ├── unary=18_2.py │ │ ├── unary=18_3.py │ │ ├── unary=18_4.py │ │ ├── unary=18_5.py │ │ ├── unary=18_6.py │ │ ├── unary=18_7.py │ │ ├── unary=18_8.py │ │ └── unary=18_9.py │ ├── unary=19 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=19_1.py │ │ ├── unary=19_10.py │ │ ├── unary=19_2.py │ │ ├── unary=19_3.py │ │ ├── unary=19_4.py │ │ ├── unary=19_5.py │ │ ├── unary=19_6.py │ │ ├── unary=19_7.py │ │ ├── unary=19_8.py │ │ └── unary=19_9.py │ ├── unary=2 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=2_1.py │ │ ├── unary=2_10.py │ │ ├── unary=2_2.py │ │ ├── unary=2_3.py │ │ ├── unary=2_4.py │ │ ├── unary=2_5.py │ │ ├── unary=2_6.py │ │ ├── unary=2_7.py │ │ ├── unary=2_8.py │ │ └── unary=2_9.py │ ├── unary=20 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=20_1.py │ │ ├── unary=20_10.py │ │ ├── unary=20_2.py │ │ ├── unary=20_3.py │ │ ├── unary=20_4.py │ │ ├── unary=20_5.py │ │ ├── unary=20_6.py │ │ ├── unary=20_7.py │ │ ├── unary=20_8.py │ │ └── unary=20_9.py │ ├── unary=21 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=21_1.py │ │ ├── unary=21_10.py │ │ ├── unary=21_2.py │ │ ├── unary=21_3.py │ │ ├── unary=21_4.py │ │ ├── unary=21_5.py │ │ ├── unary=21_6.py │ │ ├── unary=21_7.py │ │ ├── unary=21_8.py │ │ └── unary=21_9.py │ ├── unary=22 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=22_1.py │ │ ├── unary=22_10.py │ │ ├── unary=22_2.py │ │ ├── unary=22_3.py │ │ ├── unary=22_4.py │ │ ├── unary=22_5.py │ │ ├── unary=22_6.py │ │ ├── unary=22_7.py │ │ ├── unary=22_8.py │ │ └── unary=22_9.py │ ├── unary=23 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=23_1.py │ │ ├── unary=23_10.py │ │ ├── unary=23_2.py │ │ ├── unary=23_3.py │ │ ├── unary=23_4.py │ │ ├── unary=23_5.py │ │ ├── unary=23_6.py │ │ ├── unary=23_7.py │ │ ├── unary=23_8.py │ │ └── unary=23_9.py │ ├── unary=24 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=24_1.py │ │ ├── unary=24_10.py │ │ ├── unary=24_2.py │ │ ├── unary=24_3.py │ │ ├── unary=24_4.py │ │ ├── unary=24_5.py │ │ ├── unary=24_6.py │ │ ├── unary=24_7.py │ │ ├── unary=24_8.py │ │ └── unary=24_9.py │ ├── unary=25 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=25_1.py │ │ ├── unary=25_10.py │ │ ├── unary=25_2.py │ │ ├── unary=25_3.py │ │ ├── unary=25_4.py │ │ ├── unary=25_5.py │ │ ├── unary=25_6.py │ │ ├── unary=25_7.py │ │ ├── unary=25_8.py │ │ └── unary=25_9.py │ ├── unary=26 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=26_1.py │ │ ├── unary=26_10.py │ │ ├── unary=26_2.py │ │ ├── unary=26_3.py │ │ ├── unary=26_4.py │ │ ├── unary=26_5.py │ │ ├── unary=26_6.py │ │ ├── unary=26_7.py │ │ ├── unary=26_8.py │ │ └── unary=26_9.py │ ├── unary=27 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=27_1.py │ │ ├── unary=27_10.py │ │ ├── unary=27_2.py │ │ ├── unary=27_3.py │ │ ├── unary=27_4.py │ │ ├── unary=27_5.py │ │ ├── unary=27_6.py │ │ ├── unary=27_7.py │ │ ├── unary=27_8.py │ │ └── unary=27_9.py │ ├── unary=28 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=28_1.py │ │ ├── unary=28_10.py │ │ ├── unary=28_2.py │ │ ├── unary=28_3.py │ │ ├── unary=28_4.py │ │ ├── unary=28_5.py │ │ ├── unary=28_6.py │ │ ├── unary=28_7.py │ │ ├── unary=28_8.py │ │ └── unary=28_9.py │ ├── unary=29 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=29_1.py │ │ ├── unary=29_10.py │ │ ├── unary=29_2.py │ │ ├── unary=29_3.py │ │ ├── unary=29_4.py │ │ ├── unary=29_5.py │ │ ├── unary=29_6.py │ │ ├── unary=29_7.py │ │ ├── unary=29_8.py │ │ └── unary=29_9.py │ ├── unary=3 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=3_1.py │ │ ├── unary=3_10.py │ │ ├── unary=3_2.py │ │ ├── unary=3_3.py │ │ ├── unary=3_4.py │ │ ├── unary=3_5.py │ │ ├── unary=3_6.py │ │ ├── unary=3_7.py │ │ ├── unary=3_8.py │ │ └── unary=3_9.py │ ├── unary=4 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=4_1.py │ │ ├── unary=4_10.py │ │ ├── unary=4_2.py │ │ ├── unary=4_3.py │ │ ├── unary=4_4.py │ │ ├── unary=4_5.py │ │ ├── unary=4_6.py │ │ ├── unary=4_7.py │ │ ├── unary=4_8.py │ │ └── unary=4_9.py │ ├── unary=5 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=5_1.py │ │ ├── unary=5_10.py │ │ ├── unary=5_2.py │ │ ├── unary=5_3.py │ │ ├── unary=5_4.py │ │ ├── unary=5_5.py │ │ ├── unary=5_6.py │ │ ├── unary=5_7.py │ │ ├── unary=5_8.py │ │ └── unary=5_9.py │ ├── unary=6 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=6_1.py │ │ ├── unary=6_10.py │ │ ├── unary=6_2.py │ │ ├── unary=6_3.py │ │ ├── unary=6_4.py │ │ ├── unary=6_5.py │ │ ├── unary=6_6.py │ │ ├── unary=6_7.py │ │ ├── unary=6_8.py │ │ └── unary=6_9.py │ ├── unary=7 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=7_1.py │ │ ├── unary=7_10.py │ │ ├── unary=7_2.py │ │ ├── unary=7_3.py │ │ ├── unary=7_4.py │ │ ├── unary=7_5.py │ │ ├── unary=7_6.py │ │ ├── unary=7_7.py │ │ ├── unary=7_8.py │ │ └── unary=7_9.py │ ├── unary=8 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=8_1.py │ │ ├── unary=8_10.py │ │ ├── unary=8_2.py │ │ ├── unary=8_3.py │ │ ├── unary=8_4.py │ │ ├── unary=8_5.py │ │ ├── unary=8_6.py │ │ ├── unary=8_7.py │ │ ├── unary=8_8.py │ │ └── unary=8_9.py │ └── unary=9 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=9_1.py │ │ ├── unary=9_10.py │ │ ├── unary=9_2.py │ │ ├── unary=9_3.py │ │ ├── unary=9_4.py │ │ ├── unary=9_5.py │ │ ├── unary=9_6.py │ │ ├── unary=9_7.py │ │ ├── unary=9_8.py │ │ └── unary=9_9.py │ ├── step82-3shot │ ├── addmm │ │ ├── addmm_1.py │ │ ├── addmm_10.py │ │ ├── addmm_2.py │ │ ├── addmm_3.py │ │ ├── addmm_4.py │ │ ├── addmm_5.py │ │ ├── addmm_6.py │ │ ├── addmm_7.py │ │ ├── addmm_8.py │ │ ├── addmm_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── binary=0 │ │ ├── binary=0_1.py │ │ ├── binary=0_10.py │ │ ├── binary=0_2.py │ │ ├── binary=0_3.py │ │ ├── binary=0_4.py │ │ ├── binary=0_5.py │ │ ├── binary=0_6.py │ │ ├── binary=0_7.py │ │ ├── binary=0_8.py │ │ ├── binary=0_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── binary=10 │ │ ├── binary=10_1.py │ │ ├── binary=10_10.py │ │ ├── binary=10_2.py │ │ ├── binary=10_3.py │ │ ├── binary=10_4.py │ │ ├── binary=10_5.py │ │ ├── binary=10_6.py │ │ ├── binary=10_7.py │ │ ├── binary=10_8.py │ │ ├── binary=10_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── binary=2 │ │ ├── binary=2_1.py │ │ ├── binary=2_10.py │ │ ├── binary=2_2.py │ │ ├── binary=2_3.py │ │ ├── binary=2_4.py │ │ ├── binary=2_5.py │ │ ├── binary=2_6.py │ │ ├── binary=2_7.py │ │ ├── binary=2_8.py │ │ ├── binary=2_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── binary=4 │ │ ├── binary=4_1.py │ │ ├── binary=4_10.py │ │ ├── binary=4_2.py │ │ ├── binary=4_3.py │ │ ├── binary=4_4.py │ │ ├── binary=4_5.py │ │ ├── binary=4_6.py │ │ ├── binary=4_7.py │ │ ├── binary=4_8.py │ │ ├── binary=4_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── binary=6 │ │ ├── binary=6_1.py │ │ ├── binary=6_10.py │ │ ├── binary=6_2.py │ │ ├── binary=6_3.py │ │ ├── binary=6_4.py │ │ ├── binary=6_5.py │ │ ├── binary=6_6.py │ │ ├── binary=6_7.py │ │ ├── binary=6_8.py │ │ ├── binary=6_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── binary=8 │ │ ├── binary=8_1.py │ │ ├── binary=8_10.py │ │ ├── binary=8_2.py │ │ ├── binary=8_3.py │ │ ├── binary=8_4.py │ │ ├── binary=8_5.py │ │ ├── binary=8_6.py │ │ ├── binary=8_7.py │ │ ├── binary=8_8.py │ │ ├── binary=8_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── binary_unary=0 │ │ ├── binary_unary=0_1.py │ │ ├── binary_unary=0_10.py │ │ ├── binary_unary=0_2.py │ │ ├── binary_unary=0_3.py │ │ ├── binary_unary=0_4.py │ │ ├── binary_unary=0_5.py │ │ ├── binary_unary=0_6.py │ │ ├── binary_unary=0_7.py │ │ ├── binary_unary=0_8.py │ │ ├── binary_unary=0_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── binary_unary=10 │ │ ├── binary_unary=10_1.py │ │ ├── binary_unary=10_10.py │ │ ├── binary_unary=10_2.py │ │ ├── binary_unary=10_3.py │ │ ├── binary_unary=10_4.py │ │ ├── binary_unary=10_5.py │ │ ├── binary_unary=10_6.py │ │ ├── binary_unary=10_7.py │ │ ├── binary_unary=10_8.py │ │ ├── binary_unary=10_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── binary_unary=2 │ │ ├── binary_unary=2_1.py │ │ ├── binary_unary=2_10.py │ │ ├── binary_unary=2_2.py │ │ ├── binary_unary=2_3.py │ │ ├── binary_unary=2_4.py │ │ ├── binary_unary=2_5.py │ │ ├── binary_unary=2_6.py │ │ ├── binary_unary=2_7.py │ │ ├── binary_unary=2_8.py │ │ ├── binary_unary=2_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── binary_unary=4 │ │ ├── binary_unary=4_1.py │ │ ├── binary_unary=4_10.py │ │ ├── binary_unary=4_2.py │ │ ├── binary_unary=4_3.py │ │ ├── binary_unary=4_4.py │ │ ├── binary_unary=4_5.py │ │ ├── binary_unary=4_6.py │ │ ├── binary_unary=4_7.py │ │ ├── binary_unary=4_8.py │ │ ├── binary_unary=4_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── binary_unary=6 │ │ ├── binary_unary=6_1.py │ │ ├── binary_unary=6_10.py │ │ ├── binary_unary=6_2.py │ │ ├── binary_unary=6_3.py │ │ ├── binary_unary=6_4.py │ │ ├── binary_unary=6_5.py │ │ ├── binary_unary=6_6.py │ │ ├── binary_unary=6_7.py │ │ ├── binary_unary=6_8.py │ │ ├── binary_unary=6_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── binary_unary=8 │ │ ├── binary_unary=8_1.py │ │ ├── binary_unary=8_10.py │ │ ├── binary_unary=8_2.py │ │ ├── binary_unary=8_3.py │ │ ├── binary_unary=8_4.py │ │ ├── binary_unary=8_5.py │ │ ├── binary_unary=8_6.py │ │ ├── binary_unary=8_7.py │ │ ├── binary_unary=8_8.py │ │ ├── binary_unary=8_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── cat_addmm │ │ ├── cat_addmm_1.py │ │ ├── cat_addmm_10.py │ │ ├── cat_addmm_2.py │ │ ├── cat_addmm_3.py │ │ ├── cat_addmm_4.py │ │ ├── cat_addmm_5.py │ │ ├── cat_addmm_6.py │ │ ├── cat_addmm_7.py │ │ ├── cat_addmm_8.py │ │ ├── cat_addmm_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── cat_mm │ │ ├── cat_mm_1.py │ │ ├── cat_mm_10.py │ │ ├── cat_mm_2.py │ │ ├── cat_mm_3.py │ │ ├── cat_mm_4.py │ │ ├── cat_mm_5.py │ │ ├── cat_mm_6.py │ │ ├── cat_mm_7.py │ │ ├── cat_mm_8.py │ │ ├── cat_mm_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── cat_slice_cat │ │ ├── cat_slice_cat_1.py │ │ ├── cat_slice_cat_10.py │ │ ├── cat_slice_cat_2.py │ │ ├── cat_slice_cat_3.py │ │ ├── cat_slice_cat_4.py │ │ ├── cat_slice_cat_5.py │ │ ├── cat_slice_cat_6.py │ │ ├── cat_slice_cat_7.py │ │ ├── cat_slice_cat_8.py │ │ ├── cat_slice_cat_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── fuse_conv_bn │ │ ├── fuse_conv_bn_1.py │ │ ├── fuse_conv_bn_10.py │ │ ├── fuse_conv_bn_2.py │ │ ├── fuse_conv_bn_3.py │ │ ├── fuse_conv_bn_4.py │ │ ├── fuse_conv_bn_5.py │ │ ├── fuse_conv_bn_6.py │ │ ├── fuse_conv_bn_7.py │ │ ├── fuse_conv_bn_8.py │ │ ├── fuse_conv_bn_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── linear_permute_fusion │ │ ├── linear_permute_fusion_1.py │ │ ├── linear_permute_fusion_10.py │ │ ├── linear_permute_fusion_2.py │ │ ├── linear_permute_fusion_3.py │ │ ├── linear_permute_fusion_4.py │ │ ├── linear_permute_fusion_5.py │ │ ├── linear_permute_fusion_6.py │ │ ├── linear_permute_fusion_7.py │ │ ├── linear_permute_fusion_8.py │ │ ├── linear_permute_fusion_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── mm_plus_mm │ │ ├── mm_plus_mm_1.py │ │ ├── mm_plus_mm_10.py │ │ ├── mm_plus_mm_2.py │ │ ├── mm_plus_mm_3.py │ │ ├── mm_plus_mm_4.py │ │ ├── mm_plus_mm_5.py │ │ ├── mm_plus_mm_6.py │ │ ├── mm_plus_mm_7.py │ │ ├── mm_plus_mm_8.py │ │ ├── mm_plus_mm_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── outputs.json │ ├── permute_linear_fusion │ │ ├── permute_linear_fusion_1.py │ │ ├── permute_linear_fusion_10.py │ │ ├── permute_linear_fusion_2.py │ │ ├── permute_linear_fusion_3.py │ │ ├── permute_linear_fusion_4.py │ │ ├── permute_linear_fusion_5.py │ │ ├── permute_linear_fusion_6.py │ │ ├── permute_linear_fusion_7.py │ │ ├── permute_linear_fusion_8.py │ │ ├── permute_linear_fusion_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── permute_matmul_fusion │ │ ├── permute_matmul_fusion_1.py │ │ ├── permute_matmul_fusion_10.py │ │ ├── permute_matmul_fusion_2.py │ │ ├── permute_matmul_fusion_3.py │ │ ├── permute_matmul_fusion_4.py │ │ ├── permute_matmul_fusion_5.py │ │ ├── permute_matmul_fusion_6.py │ │ ├── permute_matmul_fusion_7.py │ │ ├── permute_matmul_fusion_8.py │ │ ├── permute_matmul_fusion_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── pointless_cumsum_replacement │ │ ├── pointless_cumsum_replacement_1.py │ │ ├── pointless_cumsum_replacement_10.py │ │ ├── pointless_cumsum_replacement_2.py │ │ ├── pointless_cumsum_replacement_3.py │ │ ├── pointless_cumsum_replacement_4.py │ │ ├── pointless_cumsum_replacement_5.py │ │ ├── pointless_cumsum_replacement_6.py │ │ ├── pointless_cumsum_replacement_7.py │ │ ├── pointless_cumsum_replacement_8.py │ │ ├── pointless_cumsum_replacement_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── replace_fx │ │ ├── prompt.txt │ │ ├── replace_fx_1.py │ │ ├── replace_fx_10.py │ │ ├── replace_fx_2.py │ │ ├── replace_fx_3.py │ │ ├── replace_fx_4.py │ │ ├── replace_fx_5.py │ │ ├── replace_fx_6.py │ │ ├── replace_fx_7.py │ │ ├── replace_fx_8.py │ │ ├── replace_fx_9.py │ │ └── time.txt │ ├── sfdp=0 │ │ ├── prompt.txt │ │ ├── sfdp=0_1.py │ │ ├── sfdp=0_10.py │ │ ├── sfdp=0_2.py │ │ ├── sfdp=0_3.py │ │ ├── sfdp=0_4.py │ │ ├── sfdp=0_5.py │ │ ├── sfdp=0_6.py │ │ ├── sfdp=0_7.py │ │ ├── sfdp=0_8.py │ │ ├── sfdp=0_9.py │ │ └── time.txt │ ├── sfdp=1 │ │ ├── prompt.txt │ │ ├── sfdp=1_1.py │ │ ├── sfdp=1_10.py │ │ ├── sfdp=1_2.py │ │ ├── sfdp=1_3.py │ │ ├── sfdp=1_4.py │ │ ├── sfdp=1_5.py │ │ ├── sfdp=1_6.py │ │ ├── sfdp=1_7.py │ │ ├── sfdp=1_8.py │ │ ├── sfdp=1_9.py │ │ └── time.txt │ ├── sfdp=2 │ │ ├── prompt.txt │ │ ├── sfdp=2_1.py │ │ ├── sfdp=2_10.py │ │ ├── sfdp=2_2.py │ │ ├── sfdp=2_3.py │ │ ├── sfdp=2_4.py │ │ ├── sfdp=2_5.py │ │ ├── sfdp=2_6.py │ │ ├── sfdp=2_7.py │ │ ├── sfdp=2_8.py │ │ ├── sfdp=2_9.py │ │ └── time.txt │ ├── sfdp=3 │ │ ├── prompt.txt │ │ ├── sfdp=3_1.py │ │ ├── sfdp=3_10.py │ │ ├── sfdp=3_2.py │ │ ├── sfdp=3_3.py │ │ ├── sfdp=3_4.py │ │ ├── sfdp=3_5.py │ │ ├── sfdp=3_6.py │ │ ├── sfdp=3_7.py │ │ ├── sfdp=3_8.py │ │ ├── sfdp=3_9.py │ │ └── time.txt │ ├── sfdp=4 │ │ ├── prompt.txt │ │ ├── sfdp=4_1.py │ │ ├── sfdp=4_10.py │ │ ├── sfdp=4_2.py │ │ ├── sfdp=4_3.py │ │ ├── sfdp=4_4.py │ │ ├── sfdp=4_5.py │ │ ├── sfdp=4_6.py │ │ ├── sfdp=4_7.py │ │ ├── sfdp=4_8.py │ │ ├── sfdp=4_9.py │ │ └── time.txt │ ├── sfdp=5 │ │ ├── prompt.txt │ │ ├── sfdp=5_1.py │ │ ├── sfdp=5_10.py │ │ ├── sfdp=5_2.py │ │ ├── sfdp=5_3.py │ │ ├── sfdp=5_4.py │ │ ├── sfdp=5_5.py │ │ ├── sfdp=5_6.py │ │ ├── sfdp=5_7.py │ │ ├── sfdp=5_8.py │ │ ├── sfdp=5_9.py │ │ └── time.txt │ ├── sink_cat_after_pointwise │ │ ├── prompt.txt │ │ ├── sink_cat_after_pointwise_1.py │ │ ├── sink_cat_after_pointwise_10.py │ │ ├── sink_cat_after_pointwise_2.py │ │ ├── sink_cat_after_pointwise_3.py │ │ ├── sink_cat_after_pointwise_4.py │ │ ├── sink_cat_after_pointwise_5.py │ │ ├── sink_cat_after_pointwise_6.py │ │ ├── sink_cat_after_pointwise_7.py │ │ ├── sink_cat_after_pointwise_8.py │ │ ├── sink_cat_after_pointwise_9.py │ │ └── time.txt │ ├── splitwithsizes_cat_replace │ │ ├── prompt.txt │ │ ├── splitwithsizes_cat_replace_1.py │ │ ├── splitwithsizes_cat_replace_10.py │ │ ├── splitwithsizes_cat_replace_2.py │ │ ├── splitwithsizes_cat_replace_3.py │ │ ├── splitwithsizes_cat_replace_4.py │ │ ├── splitwithsizes_cat_replace_5.py │ │ ├── splitwithsizes_cat_replace_6.py │ │ ├── splitwithsizes_cat_replace_7.py │ │ ├── splitwithsizes_cat_replace_8.py │ │ ├── splitwithsizes_cat_replace_9.py │ │ └── time.txt │ ├── unary=0 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=0_1.py │ │ ├── unary=0_10.py │ │ ├── unary=0_2.py │ │ ├── unary=0_3.py │ │ ├── unary=0_4.py │ │ ├── unary=0_5.py │ │ ├── unary=0_6.py │ │ ├── unary=0_7.py │ │ ├── unary=0_8.py │ │ └── unary=0_9.py │ ├── unary=1 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=1_1.py │ │ ├── unary=1_10.py │ │ ├── unary=1_2.py │ │ ├── unary=1_3.py │ │ ├── unary=1_4.py │ │ ├── unary=1_5.py │ │ ├── unary=1_6.py │ │ ├── unary=1_7.py │ │ ├── unary=1_8.py │ │ └── unary=1_9.py │ ├── unary=10 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=10_1.py │ │ ├── unary=10_10.py │ │ ├── unary=10_2.py │ │ ├── unary=10_3.py │ │ ├── unary=10_4.py │ │ ├── unary=10_5.py │ │ ├── unary=10_6.py │ │ ├── unary=10_7.py │ │ ├── unary=10_8.py │ │ └── unary=10_9.py │ ├── unary=11 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=11_1.py │ │ ├── unary=11_10.py │ │ ├── unary=11_2.py │ │ ├── unary=11_3.py │ │ ├── unary=11_4.py │ │ ├── unary=11_5.py │ │ ├── unary=11_6.py │ │ ├── unary=11_7.py │ │ ├── unary=11_8.py │ │ └── unary=11_9.py │ ├── unary=12 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=12_1.py │ │ ├── unary=12_10.py │ │ ├── unary=12_2.py │ │ ├── unary=12_3.py │ │ ├── unary=12_4.py │ │ ├── unary=12_5.py │ │ ├── unary=12_6.py │ │ ├── unary=12_7.py │ │ ├── unary=12_8.py │ │ └── unary=12_9.py │ ├── unary=13 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=13_1.py │ │ ├── unary=13_10.py │ │ ├── unary=13_2.py │ │ ├── unary=13_3.py │ │ ├── unary=13_4.py │ │ ├── unary=13_5.py │ │ ├── unary=13_6.py │ │ ├── unary=13_7.py │ │ ├── unary=13_8.py │ │ └── unary=13_9.py │ ├── unary=14 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=14_1.py │ │ ├── unary=14_10.py │ │ ├── unary=14_2.py │ │ ├── unary=14_3.py │ │ ├── unary=14_4.py │ │ ├── unary=14_5.py │ │ ├── unary=14_6.py │ │ ├── unary=14_7.py │ │ ├── unary=14_8.py │ │ └── unary=14_9.py │ ├── unary=15 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=15_1.py │ │ ├── unary=15_10.py │ │ ├── unary=15_2.py │ │ ├── unary=15_3.py │ │ ├── unary=15_4.py │ │ ├── unary=15_5.py │ │ ├── unary=15_6.py │ │ ├── unary=15_7.py │ │ ├── unary=15_8.py │ │ └── unary=15_9.py │ ├── unary=16 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=16_1.py │ │ ├── unary=16_10.py │ │ ├── unary=16_2.py │ │ ├── unary=16_3.py │ │ ├── unary=16_4.py │ │ ├── unary=16_5.py │ │ ├── unary=16_6.py │ │ ├── unary=16_7.py │ │ ├── unary=16_8.py │ │ └── unary=16_9.py │ ├── unary=17 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=17_1.py │ │ ├── unary=17_10.py │ │ ├── unary=17_2.py │ │ ├── unary=17_3.py │ │ ├── unary=17_4.py │ │ ├── unary=17_5.py │ │ ├── unary=17_6.py │ │ ├── unary=17_7.py │ │ ├── unary=17_8.py │ │ └── unary=17_9.py │ ├── unary=18 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=18_1.py │ │ ├── unary=18_10.py │ │ ├── unary=18_2.py │ │ ├── unary=18_3.py │ │ ├── unary=18_4.py │ │ ├── unary=18_5.py │ │ ├── unary=18_6.py │ │ ├── unary=18_7.py │ │ ├── unary=18_8.py │ │ └── unary=18_9.py │ ├── unary=19 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=19_1.py │ │ ├── unary=19_10.py │ │ ├── unary=19_2.py │ │ ├── unary=19_3.py │ │ ├── unary=19_4.py │ │ ├── unary=19_5.py │ │ ├── unary=19_6.py │ │ ├── unary=19_7.py │ │ ├── unary=19_8.py │ │ └── unary=19_9.py │ ├── unary=2 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=2_1.py │ │ ├── unary=2_10.py │ │ ├── unary=2_2.py │ │ ├── unary=2_3.py │ │ ├── unary=2_4.py │ │ ├── unary=2_5.py │ │ ├── unary=2_6.py │ │ ├── unary=2_7.py │ │ ├── unary=2_8.py │ │ └── unary=2_9.py │ ├── unary=20 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=20_1.py │ │ ├── unary=20_10.py │ │ ├── unary=20_2.py │ │ ├── unary=20_3.py │ │ ├── unary=20_4.py │ │ ├── unary=20_5.py │ │ ├── unary=20_6.py │ │ ├── unary=20_7.py │ │ ├── unary=20_8.py │ │ └── unary=20_9.py │ ├── unary=21 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=21_1.py │ │ ├── unary=21_10.py │ │ ├── unary=21_2.py │ │ ├── unary=21_3.py │ │ ├── unary=21_4.py │ │ ├── unary=21_5.py │ │ ├── unary=21_6.py │ │ ├── unary=21_7.py │ │ ├── unary=21_8.py │ │ └── unary=21_9.py │ ├── unary=22 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=22_1.py │ │ ├── unary=22_10.py │ │ ├── unary=22_2.py │ │ ├── unary=22_3.py │ │ ├── unary=22_4.py │ │ ├── unary=22_5.py │ │ ├── unary=22_6.py │ │ ├── unary=22_7.py │ │ ├── unary=22_8.py │ │ └── unary=22_9.py │ ├── unary=23 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=23_1.py │ │ ├── unary=23_10.py │ │ ├── unary=23_2.py │ │ ├── unary=23_3.py │ │ ├── unary=23_4.py │ │ ├── unary=23_5.py │ │ ├── unary=23_6.py │ │ ├── unary=23_7.py │ │ ├── unary=23_8.py │ │ └── unary=23_9.py │ ├── unary=24 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=24_1.py │ │ ├── unary=24_10.py │ │ ├── unary=24_2.py │ │ ├── unary=24_3.py │ │ ├── unary=24_4.py │ │ ├── unary=24_5.py │ │ ├── unary=24_6.py │ │ ├── unary=24_7.py │ │ ├── unary=24_8.py │ │ └── unary=24_9.py │ ├── unary=25 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=25_1.py │ │ ├── unary=25_10.py │ │ ├── unary=25_2.py │ │ ├── unary=25_3.py │ │ ├── unary=25_4.py │ │ ├── unary=25_5.py │ │ ├── unary=25_6.py │ │ ├── unary=25_7.py │ │ ├── unary=25_8.py │ │ └── unary=25_9.py │ ├── unary=26 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=26_1.py │ │ ├── unary=26_10.py │ │ ├── unary=26_2.py │ │ ├── unary=26_3.py │ │ ├── unary=26_4.py │ │ ├── unary=26_5.py │ │ ├── unary=26_6.py │ │ ├── unary=26_7.py │ │ ├── unary=26_8.py │ │ └── unary=26_9.py │ ├── unary=27 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=27_1.py │ │ ├── unary=27_10.py │ │ ├── unary=27_2.py │ │ ├── unary=27_3.py │ │ ├── unary=27_4.py │ │ ├── unary=27_5.py │ │ ├── unary=27_6.py │ │ ├── unary=27_7.py │ │ ├── unary=27_8.py │ │ └── unary=27_9.py │ ├── unary=28 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=28_1.py │ │ ├── unary=28_10.py │ │ ├── unary=28_2.py │ │ ├── unary=28_3.py │ │ ├── unary=28_4.py │ │ ├── unary=28_5.py │ │ ├── unary=28_6.py │ │ ├── unary=28_7.py │ │ ├── unary=28_8.py │ │ └── unary=28_9.py │ ├── unary=29 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=29_1.py │ │ ├── unary=29_10.py │ │ ├── unary=29_2.py │ │ ├── unary=29_3.py │ │ ├── unary=29_4.py │ │ ├── unary=29_5.py │ │ ├── unary=29_6.py │ │ ├── unary=29_7.py │ │ ├── unary=29_8.py │ │ └── unary=29_9.py │ ├── unary=3 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=3_1.py │ │ ├── unary=3_10.py │ │ ├── unary=3_2.py │ │ ├── unary=3_3.py │ │ ├── unary=3_4.py │ │ ├── unary=3_5.py │ │ ├── unary=3_6.py │ │ ├── unary=3_7.py │ │ ├── unary=3_8.py │ │ └── unary=3_9.py │ ├── unary=4 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=4_1.py │ │ ├── unary=4_10.py │ │ ├── unary=4_2.py │ │ ├── unary=4_3.py │ │ ├── unary=4_4.py │ │ ├── unary=4_5.py │ │ ├── unary=4_6.py │ │ ├── unary=4_7.py │ │ ├── unary=4_8.py │ │ └── unary=4_9.py │ ├── unary=5 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=5_1.py │ │ ├── unary=5_10.py │ │ ├── unary=5_2.py │ │ ├── unary=5_3.py │ │ ├── unary=5_4.py │ │ ├── unary=5_5.py │ │ ├── unary=5_6.py │ │ ├── unary=5_7.py │ │ ├── unary=5_8.py │ │ └── unary=5_9.py │ ├── unary=6 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=6_1.py │ │ ├── unary=6_10.py │ │ ├── unary=6_2.py │ │ ├── unary=6_3.py │ │ ├── unary=6_4.py │ │ ├── unary=6_5.py │ │ ├── unary=6_6.py │ │ ├── unary=6_7.py │ │ ├── unary=6_8.py │ │ └── unary=6_9.py │ ├── unary=7 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=7_1.py │ │ ├── unary=7_10.py │ │ ├── unary=7_2.py │ │ ├── unary=7_3.py │ │ ├── unary=7_4.py │ │ ├── unary=7_5.py │ │ ├── unary=7_6.py │ │ ├── unary=7_7.py │ │ ├── unary=7_8.py │ │ └── unary=7_9.py │ ├── unary=8 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=8_1.py │ │ ├── unary=8_10.py │ │ ├── unary=8_2.py │ │ ├── unary=8_3.py │ │ ├── unary=8_4.py │ │ ├── unary=8_5.py │ │ ├── unary=8_6.py │ │ ├── unary=8_7.py │ │ ├── unary=8_8.py │ │ └── unary=8_9.py │ └── unary=9 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=9_1.py │ │ ├── unary=9_10.py │ │ ├── unary=9_2.py │ │ ├── unary=9_3.py │ │ ├── unary=9_4.py │ │ ├── unary=9_5.py │ │ ├── unary=9_6.py │ │ ├── unary=9_7.py │ │ ├── unary=9_8.py │ │ └── unary=9_9.py │ ├── step83-3shot │ ├── addmm │ │ ├── addmm_1.py │ │ ├── addmm_10.py │ │ ├── addmm_2.py │ │ ├── addmm_3.py │ │ ├── addmm_4.py │ │ ├── addmm_5.py │ │ ├── addmm_6.py │ │ ├── addmm_7.py │ │ ├── addmm_8.py │ │ ├── addmm_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── binary=0 │ │ ├── binary=0_1.py │ │ ├── binary=0_10.py │ │ ├── binary=0_2.py │ │ ├── binary=0_3.py │ │ ├── binary=0_4.py │ │ ├── binary=0_5.py │ │ ├── binary=0_6.py │ │ ├── binary=0_7.py │ │ ├── binary=0_8.py │ │ ├── binary=0_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── binary=10 │ │ ├── binary=10_1.py │ │ ├── binary=10_10.py │ │ ├── binary=10_2.py │ │ ├── binary=10_3.py │ │ ├── binary=10_4.py │ │ ├── binary=10_5.py │ │ ├── binary=10_6.py │ │ ├── binary=10_7.py │ │ ├── binary=10_8.py │ │ ├── binary=10_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── binary=2 │ │ ├── binary=2_1.py │ │ ├── binary=2_10.py │ │ ├── binary=2_2.py │ │ ├── binary=2_3.py │ │ ├── binary=2_4.py │ │ ├── binary=2_5.py │ │ ├── binary=2_6.py │ │ ├── binary=2_7.py │ │ ├── binary=2_8.py │ │ ├── binary=2_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── binary=4 │ │ ├── binary=4_1.py │ │ ├── binary=4_10.py │ │ ├── binary=4_2.py │ │ ├── binary=4_3.py │ │ ├── binary=4_4.py │ │ ├── binary=4_5.py │ │ ├── binary=4_6.py │ │ ├── binary=4_7.py │ │ ├── binary=4_8.py │ │ ├── binary=4_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── binary=6 │ │ ├── binary=6_1.py │ │ ├── binary=6_10.py │ │ ├── binary=6_2.py │ │ ├── binary=6_3.py │ │ ├── binary=6_4.py │ │ ├── binary=6_5.py │ │ ├── binary=6_6.py │ │ ├── binary=6_7.py │ │ ├── binary=6_8.py │ │ ├── binary=6_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── binary=8 │ │ ├── binary=8_1.py │ │ ├── binary=8_10.py │ │ ├── binary=8_2.py │ │ ├── binary=8_3.py │ │ ├── binary=8_4.py │ │ ├── binary=8_5.py │ │ ├── binary=8_6.py │ │ ├── binary=8_7.py │ │ ├── binary=8_8.py │ │ ├── binary=8_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── binary_unary=0 │ │ ├── binary_unary=0_1.py │ │ ├── binary_unary=0_10.py │ │ ├── binary_unary=0_2.py │ │ ├── binary_unary=0_3.py │ │ ├── binary_unary=0_4.py │ │ ├── binary_unary=0_5.py │ │ ├── binary_unary=0_6.py │ │ ├── binary_unary=0_7.py │ │ ├── binary_unary=0_8.py │ │ ├── binary_unary=0_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── binary_unary=10 │ │ ├── binary_unary=10_1.py │ │ ├── binary_unary=10_10.py │ │ ├── binary_unary=10_2.py │ │ ├── binary_unary=10_3.py │ │ ├── binary_unary=10_4.py │ │ ├── binary_unary=10_5.py │ │ ├── binary_unary=10_6.py │ │ ├── binary_unary=10_7.py │ │ ├── binary_unary=10_8.py │ │ ├── binary_unary=10_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── binary_unary=2 │ │ ├── binary_unary=2_1.py │ │ ├── binary_unary=2_10.py │ │ ├── binary_unary=2_2.py │ │ ├── binary_unary=2_3.py │ │ ├── binary_unary=2_4.py │ │ ├── binary_unary=2_5.py │ │ ├── binary_unary=2_6.py │ │ ├── binary_unary=2_7.py │ │ ├── binary_unary=2_8.py │ │ ├── binary_unary=2_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── binary_unary=4 │ │ ├── binary_unary=4_1.py │ │ ├── binary_unary=4_10.py │ │ ├── binary_unary=4_2.py │ │ ├── binary_unary=4_3.py │ │ ├── binary_unary=4_4.py │ │ ├── binary_unary=4_5.py │ │ ├── binary_unary=4_6.py │ │ ├── binary_unary=4_7.py │ │ ├── binary_unary=4_8.py │ │ ├── binary_unary=4_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── binary_unary=6 │ │ ├── binary_unary=6_1.py │ │ ├── binary_unary=6_10.py │ │ ├── binary_unary=6_2.py │ │ ├── binary_unary=6_3.py │ │ ├── binary_unary=6_4.py │ │ ├── binary_unary=6_5.py │ │ ├── binary_unary=6_6.py │ │ ├── binary_unary=6_7.py │ │ ├── binary_unary=6_8.py │ │ ├── binary_unary=6_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── binary_unary=8 │ │ ├── binary_unary=8_1.py │ │ ├── binary_unary=8_10.py │ │ ├── binary_unary=8_2.py │ │ ├── binary_unary=8_3.py │ │ ├── binary_unary=8_4.py │ │ ├── binary_unary=8_5.py │ │ ├── binary_unary=8_6.py │ │ ├── binary_unary=8_7.py │ │ ├── binary_unary=8_8.py │ │ ├── binary_unary=8_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── cat_addmm │ │ ├── cat_addmm_1.py │ │ ├── cat_addmm_10.py │ │ ├── cat_addmm_2.py │ │ ├── cat_addmm_3.py │ │ ├── cat_addmm_4.py │ │ ├── cat_addmm_5.py │ │ ├── cat_addmm_6.py │ │ ├── cat_addmm_7.py │ │ ├── cat_addmm_8.py │ │ ├── cat_addmm_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── cat_mm │ │ ├── cat_mm_1.py │ │ ├── cat_mm_10.py │ │ ├── cat_mm_2.py │ │ ├── cat_mm_3.py │ │ ├── cat_mm_4.py │ │ ├── cat_mm_5.py │ │ ├── cat_mm_6.py │ │ ├── cat_mm_7.py │ │ ├── cat_mm_8.py │ │ ├── cat_mm_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── cat_slice_cat │ │ ├── cat_slice_cat_1.py │ │ ├── cat_slice_cat_10.py │ │ ├── cat_slice_cat_2.py │ │ ├── cat_slice_cat_3.py │ │ ├── cat_slice_cat_4.py │ │ ├── cat_slice_cat_5.py │ │ ├── cat_slice_cat_6.py │ │ ├── cat_slice_cat_7.py │ │ ├── cat_slice_cat_8.py │ │ ├── cat_slice_cat_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── fuse_conv_bn │ │ ├── fuse_conv_bn_1.py │ │ ├── fuse_conv_bn_10.py │ │ ├── fuse_conv_bn_2.py │ │ ├── fuse_conv_bn_3.py │ │ ├── fuse_conv_bn_4.py │ │ ├── fuse_conv_bn_5.py │ │ ├── fuse_conv_bn_6.py │ │ ├── fuse_conv_bn_7.py │ │ ├── fuse_conv_bn_8.py │ │ ├── fuse_conv_bn_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── linear_permute_fusion │ │ ├── linear_permute_fusion_1.py │ │ ├── linear_permute_fusion_10.py │ │ ├── linear_permute_fusion_2.py │ │ ├── linear_permute_fusion_3.py │ │ ├── linear_permute_fusion_4.py │ │ ├── linear_permute_fusion_5.py │ │ ├── linear_permute_fusion_6.py │ │ ├── linear_permute_fusion_7.py │ │ ├── linear_permute_fusion_8.py │ │ ├── linear_permute_fusion_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── mm_plus_mm │ │ ├── mm_plus_mm_1.py │ │ ├── mm_plus_mm_10.py │ │ ├── mm_plus_mm_2.py │ │ ├── mm_plus_mm_3.py │ │ ├── mm_plus_mm_4.py │ │ ├── mm_plus_mm_5.py │ │ ├── mm_plus_mm_6.py │ │ ├── mm_plus_mm_7.py │ │ ├── mm_plus_mm_8.py │ │ ├── mm_plus_mm_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── outputs.json │ ├── permute_linear_fusion │ │ ├── permute_linear_fusion_1.py │ │ ├── permute_linear_fusion_10.py │ │ ├── permute_linear_fusion_2.py │ │ ├── permute_linear_fusion_3.py │ │ ├── permute_linear_fusion_4.py │ │ ├── permute_linear_fusion_5.py │ │ ├── permute_linear_fusion_6.py │ │ ├── permute_linear_fusion_7.py │ │ ├── permute_linear_fusion_8.py │ │ ├── permute_linear_fusion_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── permute_matmul_fusion │ │ ├── permute_matmul_fusion_1.py │ │ ├── permute_matmul_fusion_10.py │ │ ├── permute_matmul_fusion_2.py │ │ ├── permute_matmul_fusion_3.py │ │ ├── permute_matmul_fusion_4.py │ │ ├── permute_matmul_fusion_5.py │ │ ├── permute_matmul_fusion_6.py │ │ ├── permute_matmul_fusion_7.py │ │ ├── permute_matmul_fusion_8.py │ │ ├── permute_matmul_fusion_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── pointless_cumsum_replacement │ │ ├── pointless_cumsum_replacement_1.py │ │ ├── pointless_cumsum_replacement_10.py │ │ ├── pointless_cumsum_replacement_2.py │ │ ├── pointless_cumsum_replacement_3.py │ │ ├── pointless_cumsum_replacement_4.py │ │ ├── pointless_cumsum_replacement_5.py │ │ ├── pointless_cumsum_replacement_6.py │ │ ├── pointless_cumsum_replacement_7.py │ │ ├── pointless_cumsum_replacement_8.py │ │ ├── pointless_cumsum_replacement_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── replace_fx │ │ ├── prompt.txt │ │ ├── replace_fx_1.py │ │ ├── replace_fx_10.py │ │ ├── replace_fx_2.py │ │ ├── replace_fx_3.py │ │ ├── replace_fx_4.py │ │ ├── replace_fx_5.py │ │ ├── replace_fx_6.py │ │ ├── replace_fx_7.py │ │ ├── replace_fx_8.py │ │ ├── replace_fx_9.py │ │ └── time.txt │ ├── sfdp=0 │ │ ├── prompt.txt │ │ ├── sfdp=0_1.py │ │ ├── sfdp=0_10.py │ │ ├── sfdp=0_2.py │ │ ├── sfdp=0_3.py │ │ ├── sfdp=0_4.py │ │ ├── sfdp=0_5.py │ │ ├── sfdp=0_6.py │ │ ├── sfdp=0_7.py │ │ ├── sfdp=0_8.py │ │ ├── sfdp=0_9.py │ │ └── time.txt │ ├── sfdp=1 │ │ ├── prompt.txt │ │ ├── sfdp=1_1.py │ │ ├── sfdp=1_10.py │ │ ├── sfdp=1_2.py │ │ ├── sfdp=1_3.py │ │ ├── sfdp=1_4.py │ │ ├── sfdp=1_5.py │ │ ├── sfdp=1_6.py │ │ ├── sfdp=1_7.py │ │ ├── sfdp=1_8.py │ │ ├── sfdp=1_9.py │ │ └── time.txt │ ├── sfdp=2 │ │ ├── prompt.txt │ │ ├── sfdp=2_1.py │ │ ├── sfdp=2_10.py │ │ ├── sfdp=2_2.py │ │ ├── sfdp=2_3.py │ │ ├── sfdp=2_4.py │ │ ├── sfdp=2_5.py │ │ ├── sfdp=2_6.py │ │ ├── sfdp=2_7.py │ │ ├── sfdp=2_8.py │ │ ├── sfdp=2_9.py │ │ └── time.txt │ ├── sfdp=3 │ │ ├── prompt.txt │ │ ├── sfdp=3_1.py │ │ ├── sfdp=3_10.py │ │ ├── sfdp=3_2.py │ │ ├── sfdp=3_3.py │ │ ├── sfdp=3_4.py │ │ ├── sfdp=3_5.py │ │ ├── sfdp=3_6.py │ │ ├── sfdp=3_7.py │ │ ├── sfdp=3_8.py │ │ ├── sfdp=3_9.py │ │ └── time.txt │ ├── sfdp=4 │ │ ├── prompt.txt │ │ ├── sfdp=4_1.py │ │ ├── sfdp=4_10.py │ │ ├── sfdp=4_2.py │ │ ├── sfdp=4_3.py │ │ ├── sfdp=4_4.py │ │ ├── sfdp=4_5.py │ │ ├── sfdp=4_6.py │ │ ├── sfdp=4_7.py │ │ ├── sfdp=4_8.py │ │ ├── sfdp=4_9.py │ │ └── time.txt │ ├── sfdp=5 │ │ ├── prompt.txt │ │ ├── sfdp=5_1.py │ │ ├── sfdp=5_10.py │ │ ├── sfdp=5_2.py │ │ ├── sfdp=5_3.py │ │ ├── sfdp=5_4.py │ │ ├── sfdp=5_5.py │ │ ├── sfdp=5_6.py │ │ ├── sfdp=5_7.py │ │ ├── sfdp=5_8.py │ │ ├── sfdp=5_9.py │ │ └── time.txt │ ├── sink_cat_after_pointwise │ │ ├── prompt.txt │ │ ├── sink_cat_after_pointwise_1.py │ │ ├── sink_cat_after_pointwise_10.py │ │ ├── sink_cat_after_pointwise_2.py │ │ ├── sink_cat_after_pointwise_3.py │ │ ├── sink_cat_after_pointwise_4.py │ │ ├── sink_cat_after_pointwise_5.py │ │ ├── sink_cat_after_pointwise_6.py │ │ ├── sink_cat_after_pointwise_7.py │ │ ├── sink_cat_after_pointwise_8.py │ │ ├── sink_cat_after_pointwise_9.py │ │ └── time.txt │ ├── splitwithsizes_cat_replace │ │ ├── prompt.txt │ │ ├── splitwithsizes_cat_replace_1.py │ │ ├── splitwithsizes_cat_replace_10.py │ │ ├── splitwithsizes_cat_replace_2.py │ │ ├── splitwithsizes_cat_replace_3.py │ │ ├── splitwithsizes_cat_replace_4.py │ │ ├── splitwithsizes_cat_replace_5.py │ │ ├── splitwithsizes_cat_replace_6.py │ │ ├── splitwithsizes_cat_replace_7.py │ │ ├── splitwithsizes_cat_replace_8.py │ │ ├── splitwithsizes_cat_replace_9.py │ │ └── time.txt │ ├── unary=0 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=0_1.py │ │ ├── unary=0_10.py │ │ ├── unary=0_2.py │ │ ├── unary=0_3.py │ │ ├── unary=0_4.py │ │ ├── unary=0_5.py │ │ ├── unary=0_6.py │ │ ├── unary=0_7.py │ │ ├── unary=0_8.py │ │ └── unary=0_9.py │ ├── unary=1 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=1_1.py │ │ ├── unary=1_10.py │ │ ├── unary=1_2.py │ │ ├── unary=1_3.py │ │ ├── unary=1_4.py │ │ ├── unary=1_5.py │ │ ├── unary=1_6.py │ │ ├── unary=1_7.py │ │ ├── unary=1_8.py │ │ └── unary=1_9.py │ ├── unary=10 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=10_1.py │ │ ├── unary=10_10.py │ │ ├── unary=10_2.py │ │ ├── unary=10_3.py │ │ ├── unary=10_4.py │ │ ├── unary=10_5.py │ │ ├── unary=10_6.py │ │ ├── unary=10_7.py │ │ ├── unary=10_8.py │ │ └── unary=10_9.py │ ├── unary=11 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=11_1.py │ │ ├── unary=11_10.py │ │ ├── unary=11_2.py │ │ ├── unary=11_3.py │ │ ├── unary=11_4.py │ │ ├── unary=11_5.py │ │ ├── unary=11_6.py │ │ ├── unary=11_7.py │ │ ├── unary=11_8.py │ │ └── unary=11_9.py │ ├── unary=12 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=12_1.py │ │ ├── unary=12_10.py │ │ ├── unary=12_2.py │ │ ├── unary=12_3.py │ │ ├── unary=12_4.py │ │ ├── unary=12_5.py │ │ ├── unary=12_6.py │ │ ├── unary=12_7.py │ │ ├── unary=12_8.py │ │ └── unary=12_9.py │ ├── unary=13 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=13_1.py │ │ ├── unary=13_10.py │ │ ├── unary=13_2.py │ │ ├── unary=13_3.py │ │ ├── unary=13_4.py │ │ ├── unary=13_5.py │ │ ├── unary=13_6.py │ │ ├── unary=13_7.py │ │ ├── unary=13_8.py │ │ └── unary=13_9.py │ ├── unary=14 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=14_1.py │ │ ├── unary=14_10.py │ │ ├── unary=14_2.py │ │ ├── unary=14_3.py │ │ ├── unary=14_4.py │ │ ├── unary=14_5.py │ │ ├── unary=14_6.py │ │ ├── unary=14_7.py │ │ ├── unary=14_8.py │ │ └── unary=14_9.py │ ├── unary=15 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=15_1.py │ │ ├── unary=15_10.py │ │ ├── unary=15_2.py │ │ ├── unary=15_3.py │ │ ├── unary=15_4.py │ │ ├── unary=15_5.py │ │ ├── unary=15_6.py │ │ ├── unary=15_7.py │ │ ├── unary=15_8.py │ │ └── unary=15_9.py │ ├── unary=16 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=16_1.py │ │ ├── unary=16_10.py │ │ ├── unary=16_2.py │ │ ├── unary=16_3.py │ │ ├── unary=16_4.py │ │ ├── unary=16_5.py │ │ ├── unary=16_6.py │ │ ├── unary=16_7.py │ │ ├── unary=16_8.py │ │ └── unary=16_9.py │ ├── unary=17 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=17_1.py │ │ ├── unary=17_10.py │ │ ├── unary=17_2.py │ │ ├── unary=17_3.py │ │ ├── unary=17_4.py │ │ ├── unary=17_5.py │ │ ├── unary=17_6.py │ │ ├── unary=17_7.py │ │ ├── unary=17_8.py │ │ └── unary=17_9.py │ ├── unary=18 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=18_1.py │ │ ├── unary=18_10.py │ │ ├── unary=18_2.py │ │ ├── unary=18_3.py │ │ ├── unary=18_4.py │ │ ├── unary=18_5.py │ │ ├── unary=18_6.py │ │ ├── unary=18_7.py │ │ ├── unary=18_8.py │ │ └── unary=18_9.py │ ├── unary=19 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=19_1.py │ │ ├── unary=19_10.py │ │ ├── unary=19_2.py │ │ ├── unary=19_3.py │ │ ├── unary=19_4.py │ │ ├── unary=19_5.py │ │ ├── unary=19_6.py │ │ ├── unary=19_7.py │ │ ├── unary=19_8.py │ │ └── unary=19_9.py │ ├── unary=2 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=2_1.py │ │ ├── unary=2_10.py │ │ ├── unary=2_2.py │ │ ├── unary=2_3.py │ │ ├── unary=2_4.py │ │ ├── unary=2_5.py │ │ ├── unary=2_6.py │ │ ├── unary=2_7.py │ │ ├── unary=2_8.py │ │ └── unary=2_9.py │ ├── unary=20 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=20_1.py │ │ ├── unary=20_10.py │ │ ├── unary=20_2.py │ │ ├── unary=20_3.py │ │ ├── unary=20_4.py │ │ ├── unary=20_5.py │ │ ├── unary=20_6.py │ │ ├── unary=20_7.py │ │ ├── unary=20_8.py │ │ └── unary=20_9.py │ ├── unary=21 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=21_1.py │ │ ├── unary=21_10.py │ │ ├── unary=21_2.py │ │ ├── unary=21_3.py │ │ ├── unary=21_4.py │ │ ├── unary=21_5.py │ │ ├── unary=21_6.py │ │ ├── unary=21_7.py │ │ ├── unary=21_8.py │ │ └── unary=21_9.py │ ├── unary=22 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=22_1.py │ │ ├── unary=22_10.py │ │ ├── unary=22_2.py │ │ ├── unary=22_3.py │ │ ├── unary=22_4.py │ │ ├── unary=22_5.py │ │ ├── unary=22_6.py │ │ ├── unary=22_7.py │ │ ├── unary=22_8.py │ │ └── unary=22_9.py │ ├── unary=23 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=23_1.py │ │ ├── unary=23_10.py │ │ ├── unary=23_2.py │ │ ├── unary=23_3.py │ │ ├── unary=23_4.py │ │ ├── unary=23_5.py │ │ ├── unary=23_6.py │ │ ├── unary=23_7.py │ │ ├── unary=23_8.py │ │ └── unary=23_9.py │ ├── unary=24 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=24_1.py │ │ ├── unary=24_10.py │ │ ├── unary=24_2.py │ │ ├── unary=24_3.py │ │ ├── unary=24_4.py │ │ ├── unary=24_5.py │ │ ├── unary=24_6.py │ │ ├── unary=24_7.py │ │ ├── unary=24_8.py │ │ └── unary=24_9.py │ ├── unary=25 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=25_1.py │ │ ├── unary=25_10.py │ │ ├── unary=25_2.py │ │ ├── unary=25_3.py │ │ ├── unary=25_4.py │ │ ├── unary=25_5.py │ │ ├── unary=25_6.py │ │ ├── unary=25_7.py │ │ ├── unary=25_8.py │ │ └── unary=25_9.py │ ├── unary=26 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=26_1.py │ │ ├── unary=26_10.py │ │ ├── unary=26_2.py │ │ ├── unary=26_3.py │ │ ├── unary=26_4.py │ │ ├── unary=26_5.py │ │ ├── unary=26_6.py │ │ ├── unary=26_7.py │ │ ├── unary=26_8.py │ │ └── unary=26_9.py │ ├── unary=27 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=27_1.py │ │ ├── unary=27_10.py │ │ ├── unary=27_2.py │ │ ├── unary=27_3.py │ │ ├── unary=27_4.py │ │ ├── unary=27_5.py │ │ ├── unary=27_6.py │ │ ├── unary=27_7.py │ │ ├── unary=27_8.py │ │ └── unary=27_9.py │ ├── unary=28 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=28_1.py │ │ ├── unary=28_10.py │ │ ├── unary=28_2.py │ │ ├── unary=28_3.py │ │ ├── unary=28_4.py │ │ ├── unary=28_5.py │ │ ├── unary=28_6.py │ │ ├── unary=28_7.py │ │ ├── unary=28_8.py │ │ └── unary=28_9.py │ ├── unary=29 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=29_1.py │ │ ├── unary=29_10.py │ │ ├── unary=29_2.py │ │ ├── unary=29_3.py │ │ ├── unary=29_4.py │ │ ├── unary=29_5.py │ │ ├── unary=29_6.py │ │ ├── unary=29_7.py │ │ ├── unary=29_8.py │ │ └── unary=29_9.py │ ├── unary=3 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=3_1.py │ │ ├── unary=3_10.py │ │ ├── unary=3_2.py │ │ ├── unary=3_3.py │ │ ├── unary=3_4.py │ │ ├── unary=3_5.py │ │ ├── unary=3_6.py │ │ ├── unary=3_7.py │ │ ├── unary=3_8.py │ │ └── unary=3_9.py │ ├── unary=4 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=4_1.py │ │ ├── unary=4_10.py │ │ ├── unary=4_2.py │ │ ├── unary=4_3.py │ │ ├── unary=4_4.py │ │ ├── unary=4_5.py │ │ ├── unary=4_6.py │ │ ├── unary=4_7.py │ │ ├── unary=4_8.py │ │ └── unary=4_9.py │ ├── unary=5 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=5_1.py │ │ ├── unary=5_10.py │ │ ├── unary=5_2.py │ │ ├── unary=5_3.py │ │ ├── unary=5_4.py │ │ ├── unary=5_5.py │ │ ├── unary=5_6.py │ │ ├── unary=5_7.py │ │ ├── unary=5_8.py │ │ └── unary=5_9.py │ ├── unary=6 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=6_1.py │ │ ├── unary=6_10.py │ │ ├── unary=6_2.py │ │ ├── unary=6_3.py │ │ ├── unary=6_4.py │ │ ├── unary=6_5.py │ │ ├── unary=6_6.py │ │ ├── unary=6_7.py │ │ ├── unary=6_8.py │ │ └── unary=6_9.py │ ├── unary=7 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=7_1.py │ │ ├── unary=7_10.py │ │ ├── unary=7_2.py │ │ ├── unary=7_3.py │ │ ├── unary=7_4.py │ │ ├── unary=7_5.py │ │ ├── unary=7_6.py │ │ ├── unary=7_7.py │ │ ├── unary=7_8.py │ │ └── unary=7_9.py │ ├── unary=8 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=8_1.py │ │ ├── unary=8_10.py │ │ ├── unary=8_2.py │ │ ├── unary=8_3.py │ │ ├── unary=8_4.py │ │ ├── unary=8_5.py │ │ ├── unary=8_6.py │ │ ├── unary=8_7.py │ │ ├── unary=8_8.py │ │ └── unary=8_9.py │ └── unary=9 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=9_1.py │ │ ├── unary=9_10.py │ │ ├── unary=9_2.py │ │ ├── unary=9_3.py │ │ ├── unary=9_4.py │ │ ├── unary=9_5.py │ │ ├── unary=9_6.py │ │ ├── unary=9_7.py │ │ ├── unary=9_8.py │ │ └── unary=9_9.py │ ├── step84-3shot │ ├── addmm │ │ ├── addmm_1.py │ │ ├── addmm_10.py │ │ ├── addmm_2.py │ │ ├── addmm_3.py │ │ ├── addmm_4.py │ │ ├── addmm_5.py │ │ ├── addmm_6.py │ │ ├── addmm_7.py │ │ ├── addmm_8.py │ │ ├── addmm_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── binary=0 │ │ ├── binary=0_1.py │ │ ├── binary=0_10.py │ │ ├── binary=0_2.py │ │ ├── binary=0_3.py │ │ ├── binary=0_4.py │ │ ├── binary=0_5.py │ │ ├── binary=0_6.py │ │ ├── binary=0_7.py │ │ ├── binary=0_8.py │ │ ├── binary=0_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── binary=10 │ │ ├── binary=10_1.py │ │ ├── binary=10_10.py │ │ ├── binary=10_2.py │ │ ├── binary=10_3.py │ │ ├── binary=10_4.py │ │ ├── binary=10_5.py │ │ ├── binary=10_6.py │ │ ├── binary=10_7.py │ │ ├── binary=10_8.py │ │ ├── binary=10_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── binary=2 │ │ ├── binary=2_1.py │ │ ├── binary=2_10.py │ │ ├── binary=2_2.py │ │ ├── binary=2_3.py │ │ ├── binary=2_4.py │ │ ├── binary=2_5.py │ │ ├── binary=2_6.py │ │ ├── binary=2_7.py │ │ ├── binary=2_8.py │ │ ├── binary=2_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── binary=4 │ │ ├── binary=4_1.py │ │ ├── binary=4_10.py │ │ ├── binary=4_2.py │ │ ├── binary=4_3.py │ │ ├── binary=4_4.py │ │ ├── binary=4_5.py │ │ ├── binary=4_6.py │ │ ├── binary=4_7.py │ │ ├── binary=4_8.py │ │ ├── binary=4_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── binary=6 │ │ ├── binary=6_1.py │ │ ├── binary=6_10.py │ │ ├── binary=6_2.py │ │ ├── binary=6_3.py │ │ ├── binary=6_4.py │ │ ├── binary=6_5.py │ │ ├── binary=6_6.py │ │ ├── binary=6_7.py │ │ ├── binary=6_8.py │ │ ├── binary=6_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── binary=8 │ │ ├── binary=8_1.py │ │ ├── binary=8_10.py │ │ ├── binary=8_2.py │ │ ├── binary=8_3.py │ │ ├── binary=8_4.py │ │ ├── binary=8_5.py │ │ ├── binary=8_6.py │ │ ├── binary=8_7.py │ │ ├── binary=8_8.py │ │ ├── binary=8_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── binary_unary=0 │ │ ├── binary_unary=0_1.py │ │ ├── binary_unary=0_10.py │ │ ├── binary_unary=0_2.py │ │ ├── binary_unary=0_3.py │ │ ├── binary_unary=0_4.py │ │ ├── binary_unary=0_5.py │ │ ├── binary_unary=0_6.py │ │ ├── binary_unary=0_7.py │ │ ├── binary_unary=0_8.py │ │ ├── binary_unary=0_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── binary_unary=10 │ │ ├── binary_unary=10_1.py │ │ ├── binary_unary=10_10.py │ │ ├── binary_unary=10_2.py │ │ ├── binary_unary=10_3.py │ │ ├── binary_unary=10_4.py │ │ ├── binary_unary=10_5.py │ │ ├── binary_unary=10_6.py │ │ ├── binary_unary=10_7.py │ │ ├── binary_unary=10_8.py │ │ ├── binary_unary=10_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── binary_unary=2 │ │ ├── binary_unary=2_1.py │ │ ├── binary_unary=2_10.py │ │ ├── binary_unary=2_2.py │ │ ├── binary_unary=2_3.py │ │ ├── binary_unary=2_4.py │ │ ├── binary_unary=2_5.py │ │ ├── binary_unary=2_6.py │ │ ├── binary_unary=2_7.py │ │ ├── binary_unary=2_8.py │ │ ├── binary_unary=2_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── binary_unary=4 │ │ ├── binary_unary=4_1.py │ │ ├── binary_unary=4_10.py │ │ ├── binary_unary=4_2.py │ │ ├── binary_unary=4_3.py │ │ ├── binary_unary=4_4.py │ │ ├── binary_unary=4_5.py │ │ ├── binary_unary=4_6.py │ │ ├── binary_unary=4_7.py │ │ ├── binary_unary=4_8.py │ │ ├── binary_unary=4_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── binary_unary=6 │ │ ├── binary_unary=6_1.py │ │ ├── binary_unary=6_10.py │ │ ├── binary_unary=6_2.py │ │ ├── binary_unary=6_3.py │ │ ├── binary_unary=6_4.py │ │ ├── binary_unary=6_5.py │ │ ├── binary_unary=6_6.py │ │ ├── binary_unary=6_7.py │ │ ├── binary_unary=6_8.py │ │ ├── binary_unary=6_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── binary_unary=8 │ │ ├── binary_unary=8_1.py │ │ ├── binary_unary=8_10.py │ │ ├── binary_unary=8_2.py │ │ ├── binary_unary=8_3.py │ │ ├── binary_unary=8_4.py │ │ ├── binary_unary=8_5.py │ │ ├── binary_unary=8_6.py │ │ ├── binary_unary=8_7.py │ │ ├── binary_unary=8_8.py │ │ ├── binary_unary=8_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── cat_addmm │ │ ├── cat_addmm_1.py │ │ ├── cat_addmm_10.py │ │ ├── cat_addmm_2.py │ │ ├── cat_addmm_3.py │ │ ├── cat_addmm_4.py │ │ ├── cat_addmm_5.py │ │ ├── cat_addmm_6.py │ │ ├── cat_addmm_7.py │ │ ├── cat_addmm_8.py │ │ ├── cat_addmm_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── cat_mm │ │ ├── cat_mm_1.py │ │ ├── cat_mm_10.py │ │ ├── cat_mm_2.py │ │ ├── cat_mm_3.py │ │ ├── cat_mm_4.py │ │ ├── cat_mm_5.py │ │ ├── cat_mm_6.py │ │ ├── cat_mm_7.py │ │ ├── cat_mm_8.py │ │ ├── cat_mm_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── cat_slice_cat │ │ ├── cat_slice_cat_1.py │ │ ├── cat_slice_cat_10.py │ │ ├── cat_slice_cat_2.py │ │ ├── cat_slice_cat_3.py │ │ ├── cat_slice_cat_4.py │ │ ├── cat_slice_cat_5.py │ │ ├── cat_slice_cat_6.py │ │ ├── cat_slice_cat_7.py │ │ ├── cat_slice_cat_8.py │ │ ├── cat_slice_cat_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── fuse_conv_bn │ │ ├── fuse_conv_bn_1.py │ │ ├── fuse_conv_bn_10.py │ │ ├── fuse_conv_bn_2.py │ │ ├── fuse_conv_bn_3.py │ │ ├── fuse_conv_bn_4.py │ │ ├── fuse_conv_bn_5.py │ │ ├── fuse_conv_bn_6.py │ │ ├── fuse_conv_bn_7.py │ │ ├── fuse_conv_bn_8.py │ │ ├── fuse_conv_bn_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── linear_permute_fusion │ │ ├── linear_permute_fusion_1.py │ │ ├── linear_permute_fusion_10.py │ │ ├── linear_permute_fusion_2.py │ │ ├── linear_permute_fusion_3.py │ │ ├── linear_permute_fusion_4.py │ │ ├── linear_permute_fusion_5.py │ │ ├── linear_permute_fusion_6.py │ │ ├── linear_permute_fusion_7.py │ │ ├── linear_permute_fusion_8.py │ │ ├── linear_permute_fusion_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── mm_plus_mm │ │ ├── mm_plus_mm_1.py │ │ ├── mm_plus_mm_10.py │ │ ├── mm_plus_mm_2.py │ │ ├── mm_plus_mm_3.py │ │ ├── mm_plus_mm_4.py │ │ ├── mm_plus_mm_5.py │ │ ├── mm_plus_mm_6.py │ │ ├── mm_plus_mm_7.py │ │ ├── mm_plus_mm_8.py │ │ ├── mm_plus_mm_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── outputs.json │ ├── permute_linear_fusion │ │ ├── permute_linear_fusion_1.py │ │ ├── permute_linear_fusion_10.py │ │ ├── permute_linear_fusion_2.py │ │ ├── permute_linear_fusion_3.py │ │ ├── permute_linear_fusion_4.py │ │ ├── permute_linear_fusion_5.py │ │ ├── permute_linear_fusion_6.py │ │ ├── permute_linear_fusion_7.py │ │ ├── permute_linear_fusion_8.py │ │ ├── permute_linear_fusion_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── permute_matmul_fusion │ │ ├── permute_matmul_fusion_1.py │ │ ├── permute_matmul_fusion_10.py │ │ ├── permute_matmul_fusion_2.py │ │ ├── permute_matmul_fusion_3.py │ │ ├── permute_matmul_fusion_4.py │ │ ├── permute_matmul_fusion_5.py │ │ ├── permute_matmul_fusion_6.py │ │ ├── permute_matmul_fusion_7.py │ │ ├── permute_matmul_fusion_8.py │ │ ├── permute_matmul_fusion_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── pointless_cumsum_replacement │ │ ├── pointless_cumsum_replacement_1.py │ │ ├── pointless_cumsum_replacement_10.py │ │ ├── pointless_cumsum_replacement_2.py │ │ ├── pointless_cumsum_replacement_3.py │ │ ├── pointless_cumsum_replacement_4.py │ │ ├── pointless_cumsum_replacement_5.py │ │ ├── pointless_cumsum_replacement_6.py │ │ ├── pointless_cumsum_replacement_7.py │ │ ├── pointless_cumsum_replacement_8.py │ │ ├── pointless_cumsum_replacement_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── replace_fx │ │ ├── prompt.txt │ │ ├── replace_fx_1.py │ │ ├── replace_fx_10.py │ │ ├── replace_fx_2.py │ │ ├── replace_fx_3.py │ │ ├── replace_fx_4.py │ │ ├── replace_fx_5.py │ │ ├── replace_fx_6.py │ │ ├── replace_fx_7.py │ │ ├── replace_fx_8.py │ │ ├── replace_fx_9.py │ │ └── time.txt │ ├── sfdp=0 │ │ ├── prompt.txt │ │ ├── sfdp=0_1.py │ │ ├── sfdp=0_10.py │ │ ├── sfdp=0_2.py │ │ ├── sfdp=0_3.py │ │ ├── sfdp=0_4.py │ │ ├── sfdp=0_5.py │ │ ├── sfdp=0_6.py │ │ ├── sfdp=0_7.py │ │ ├── sfdp=0_8.py │ │ ├── sfdp=0_9.py │ │ └── time.txt │ ├── sfdp=1 │ │ ├── prompt.txt │ │ ├── sfdp=1_1.py │ │ ├── sfdp=1_10.py │ │ ├── sfdp=1_2.py │ │ ├── sfdp=1_3.py │ │ ├── sfdp=1_4.py │ │ ├── sfdp=1_5.py │ │ ├── sfdp=1_6.py │ │ ├── sfdp=1_7.py │ │ ├── sfdp=1_8.py │ │ ├── sfdp=1_9.py │ │ └── time.txt │ ├── sfdp=2 │ │ ├── prompt.txt │ │ ├── sfdp=2_1.py │ │ ├── sfdp=2_10.py │ │ ├── sfdp=2_2.py │ │ ├── sfdp=2_3.py │ │ ├── sfdp=2_4.py │ │ ├── sfdp=2_5.py │ │ ├── sfdp=2_6.py │ │ ├── sfdp=2_7.py │ │ ├── sfdp=2_8.py │ │ ├── sfdp=2_9.py │ │ └── time.txt │ ├── sfdp=3 │ │ ├── prompt.txt │ │ ├── sfdp=3_1.py │ │ ├── sfdp=3_10.py │ │ ├── sfdp=3_2.py │ │ ├── sfdp=3_3.py │ │ ├── sfdp=3_4.py │ │ ├── sfdp=3_5.py │ │ ├── sfdp=3_6.py │ │ ├── sfdp=3_7.py │ │ ├── sfdp=3_8.py │ │ ├── sfdp=3_9.py │ │ └── time.txt │ ├── sfdp=4 │ │ ├── prompt.txt │ │ ├── sfdp=4_1.py │ │ ├── sfdp=4_10.py │ │ ├── sfdp=4_2.py │ │ ├── sfdp=4_3.py │ │ ├── sfdp=4_4.py │ │ ├── sfdp=4_5.py │ │ ├── sfdp=4_6.py │ │ ├── sfdp=4_7.py │ │ ├── sfdp=4_8.py │ │ ├── sfdp=4_9.py │ │ └── time.txt │ ├── sfdp=5 │ │ ├── prompt.txt │ │ ├── sfdp=5_1.py │ │ ├── sfdp=5_10.py │ │ ├── sfdp=5_2.py │ │ ├── sfdp=5_3.py │ │ ├── sfdp=5_4.py │ │ ├── sfdp=5_5.py │ │ ├── sfdp=5_6.py │ │ ├── sfdp=5_7.py │ │ ├── sfdp=5_8.py │ │ ├── sfdp=5_9.py │ │ └── time.txt │ ├── sink_cat_after_pointwise │ │ ├── prompt.txt │ │ ├── sink_cat_after_pointwise_1.py │ │ ├── sink_cat_after_pointwise_10.py │ │ ├── sink_cat_after_pointwise_2.py │ │ ├── sink_cat_after_pointwise_3.py │ │ ├── sink_cat_after_pointwise_4.py │ │ ├── sink_cat_after_pointwise_5.py │ │ ├── sink_cat_after_pointwise_6.py │ │ ├── sink_cat_after_pointwise_7.py │ │ ├── sink_cat_after_pointwise_8.py │ │ ├── sink_cat_after_pointwise_9.py │ │ └── time.txt │ ├── splitwithsizes_cat_replace │ │ ├── prompt.txt │ │ ├── splitwithsizes_cat_replace_1.py │ │ ├── splitwithsizes_cat_replace_10.py │ │ ├── splitwithsizes_cat_replace_2.py │ │ ├── splitwithsizes_cat_replace_3.py │ │ ├── splitwithsizes_cat_replace_4.py │ │ ├── splitwithsizes_cat_replace_5.py │ │ ├── splitwithsizes_cat_replace_6.py │ │ ├── splitwithsizes_cat_replace_7.py │ │ ├── splitwithsizes_cat_replace_8.py │ │ ├── splitwithsizes_cat_replace_9.py │ │ └── time.txt │ ├── unary=0 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=0_1.py │ │ ├── unary=0_10.py │ │ ├── unary=0_2.py │ │ ├── unary=0_3.py │ │ ├── unary=0_4.py │ │ ├── unary=0_5.py │ │ ├── unary=0_6.py │ │ ├── unary=0_7.py │ │ ├── unary=0_8.py │ │ └── unary=0_9.py │ ├── unary=1 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=1_1.py │ │ ├── unary=1_10.py │ │ ├── unary=1_2.py │ │ ├── unary=1_3.py │ │ ├── unary=1_4.py │ │ ├── unary=1_5.py │ │ ├── unary=1_6.py │ │ ├── unary=1_7.py │ │ ├── unary=1_8.py │ │ └── unary=1_9.py │ ├── unary=10 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=10_1.py │ │ ├── unary=10_10.py │ │ ├── unary=10_2.py │ │ ├── unary=10_3.py │ │ ├── unary=10_4.py │ │ ├── unary=10_5.py │ │ ├── unary=10_6.py │ │ ├── unary=10_7.py │ │ ├── unary=10_8.py │ │ └── unary=10_9.py │ ├── unary=11 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=11_1.py │ │ ├── unary=11_10.py │ │ ├── unary=11_2.py │ │ ├── unary=11_3.py │ │ ├── unary=11_4.py │ │ ├── unary=11_5.py │ │ ├── unary=11_6.py │ │ ├── unary=11_7.py │ │ ├── unary=11_8.py │ │ └── unary=11_9.py │ ├── unary=12 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=12_1.py │ │ ├── unary=12_10.py │ │ ├── unary=12_2.py │ │ ├── unary=12_3.py │ │ ├── unary=12_4.py │ │ ├── unary=12_5.py │ │ ├── unary=12_6.py │ │ ├── unary=12_7.py │ │ ├── unary=12_8.py │ │ └── unary=12_9.py │ ├── unary=13 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=13_1.py │ │ ├── unary=13_10.py │ │ ├── unary=13_2.py │ │ ├── unary=13_3.py │ │ ├── unary=13_4.py │ │ ├── unary=13_5.py │ │ ├── unary=13_6.py │ │ ├── unary=13_7.py │ │ ├── unary=13_8.py │ │ └── unary=13_9.py │ ├── unary=14 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=14_1.py │ │ ├── unary=14_10.py │ │ ├── unary=14_2.py │ │ ├── unary=14_3.py │ │ ├── unary=14_4.py │ │ ├── unary=14_5.py │ │ ├── unary=14_6.py │ │ ├── unary=14_7.py │ │ ├── unary=14_8.py │ │ └── unary=14_9.py │ ├── unary=15 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=15_1.py │ │ ├── unary=15_10.py │ │ ├── unary=15_2.py │ │ ├── unary=15_3.py │ │ ├── unary=15_4.py │ │ ├── unary=15_5.py │ │ ├── unary=15_6.py │ │ ├── unary=15_7.py │ │ ├── unary=15_8.py │ │ └── unary=15_9.py │ ├── unary=16 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=16_1.py │ │ ├── unary=16_10.py │ │ ├── unary=16_2.py │ │ ├── unary=16_3.py │ │ ├── unary=16_4.py │ │ ├── unary=16_5.py │ │ ├── unary=16_6.py │ │ ├── unary=16_7.py │ │ ├── unary=16_8.py │ │ └── unary=16_9.py │ ├── unary=17 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=17_1.py │ │ ├── unary=17_10.py │ │ ├── unary=17_2.py │ │ ├── unary=17_3.py │ │ ├── unary=17_4.py │ │ ├── unary=17_5.py │ │ ├── unary=17_6.py │ │ ├── unary=17_7.py │ │ ├── unary=17_8.py │ │ └── unary=17_9.py │ ├── unary=18 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=18_1.py │ │ ├── unary=18_10.py │ │ ├── unary=18_2.py │ │ ├── unary=18_3.py │ │ ├── unary=18_4.py │ │ ├── unary=18_5.py │ │ ├── unary=18_6.py │ │ ├── unary=18_7.py │ │ ├── unary=18_8.py │ │ └── unary=18_9.py │ ├── unary=19 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=19_1.py │ │ ├── unary=19_10.py │ │ ├── unary=19_2.py │ │ ├── unary=19_3.py │ │ ├── unary=19_4.py │ │ ├── unary=19_5.py │ │ ├── unary=19_6.py │ │ ├── unary=19_7.py │ │ ├── unary=19_8.py │ │ └── unary=19_9.py │ ├── unary=2 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=2_1.py │ │ ├── unary=2_10.py │ │ ├── unary=2_2.py │ │ ├── unary=2_3.py │ │ ├── unary=2_4.py │ │ ├── unary=2_5.py │ │ ├── unary=2_6.py │ │ ├── unary=2_7.py │ │ ├── unary=2_8.py │ │ └── unary=2_9.py │ ├── unary=20 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=20_1.py │ │ ├── unary=20_10.py │ │ ├── unary=20_2.py │ │ ├── unary=20_3.py │ │ ├── unary=20_4.py │ │ ├── unary=20_5.py │ │ ├── unary=20_6.py │ │ ├── unary=20_7.py │ │ ├── unary=20_8.py │ │ └── unary=20_9.py │ ├── unary=21 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=21_1.py │ │ ├── unary=21_10.py │ │ ├── unary=21_2.py │ │ ├── unary=21_3.py │ │ ├── unary=21_4.py │ │ ├── unary=21_5.py │ │ ├── unary=21_6.py │ │ ├── unary=21_7.py │ │ ├── unary=21_8.py │ │ └── unary=21_9.py │ ├── unary=22 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=22_1.py │ │ ├── unary=22_10.py │ │ ├── unary=22_2.py │ │ ├── unary=22_3.py │ │ ├── unary=22_4.py │ │ ├── unary=22_5.py │ │ ├── unary=22_6.py │ │ ├── unary=22_7.py │ │ ├── unary=22_8.py │ │ └── unary=22_9.py │ ├── unary=23 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=23_1.py │ │ ├── unary=23_10.py │ │ ├── unary=23_2.py │ │ ├── unary=23_3.py │ │ ├── unary=23_4.py │ │ ├── unary=23_5.py │ │ ├── unary=23_6.py │ │ ├── unary=23_7.py │ │ ├── unary=23_8.py │ │ └── unary=23_9.py │ ├── unary=24 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=24_1.py │ │ ├── unary=24_10.py │ │ ├── unary=24_2.py │ │ ├── unary=24_3.py │ │ ├── unary=24_4.py │ │ ├── unary=24_5.py │ │ ├── unary=24_6.py │ │ ├── unary=24_7.py │ │ ├── unary=24_8.py │ │ └── unary=24_9.py │ ├── unary=25 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=25_1.py │ │ ├── unary=25_10.py │ │ ├── unary=25_2.py │ │ ├── unary=25_3.py │ │ ├── unary=25_4.py │ │ ├── unary=25_5.py │ │ ├── unary=25_6.py │ │ ├── unary=25_7.py │ │ ├── unary=25_8.py │ │ └── unary=25_9.py │ ├── unary=26 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=26_1.py │ │ ├── unary=26_10.py │ │ ├── unary=26_2.py │ │ ├── unary=26_3.py │ │ ├── unary=26_4.py │ │ ├── unary=26_5.py │ │ ├── unary=26_6.py │ │ ├── unary=26_7.py │ │ ├── unary=26_8.py │ │ └── unary=26_9.py │ ├── unary=27 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=27_1.py │ │ ├── unary=27_10.py │ │ ├── unary=27_2.py │ │ ├── unary=27_3.py │ │ ├── unary=27_4.py │ │ ├── unary=27_5.py │ │ ├── unary=27_6.py │ │ ├── unary=27_7.py │ │ ├── unary=27_8.py │ │ └── unary=27_9.py │ ├── unary=28 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=28_1.py │ │ ├── unary=28_10.py │ │ ├── unary=28_2.py │ │ ├── unary=28_3.py │ │ ├── unary=28_4.py │ │ ├── unary=28_5.py │ │ ├── unary=28_6.py │ │ ├── unary=28_7.py │ │ ├── unary=28_8.py │ │ └── unary=28_9.py │ ├── unary=29 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=29_1.py │ │ ├── unary=29_10.py │ │ ├── unary=29_2.py │ │ ├── unary=29_3.py │ │ ├── unary=29_4.py │ │ ├── unary=29_5.py │ │ ├── unary=29_6.py │ │ ├── unary=29_7.py │ │ ├── unary=29_8.py │ │ └── unary=29_9.py │ ├── unary=3 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=3_1.py │ │ ├── unary=3_10.py │ │ ├── unary=3_2.py │ │ ├── unary=3_3.py │ │ ├── unary=3_4.py │ │ ├── unary=3_5.py │ │ ├── unary=3_6.py │ │ ├── unary=3_7.py │ │ ├── unary=3_8.py │ │ └── unary=3_9.py │ ├── unary=4 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=4_1.py │ │ ├── unary=4_10.py │ │ ├── unary=4_2.py │ │ ├── unary=4_3.py │ │ ├── unary=4_4.py │ │ ├── unary=4_5.py │ │ ├── unary=4_6.py │ │ ├── unary=4_7.py │ │ ├── unary=4_8.py │ │ └── unary=4_9.py │ ├── unary=5 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=5_1.py │ │ ├── unary=5_10.py │ │ ├── unary=5_2.py │ │ ├── unary=5_3.py │ │ ├── unary=5_4.py │ │ ├── unary=5_5.py │ │ ├── unary=5_6.py │ │ ├── unary=5_7.py │ │ ├── unary=5_8.py │ │ └── unary=5_9.py │ ├── unary=6 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=6_1.py │ │ ├── unary=6_10.py │ │ ├── unary=6_2.py │ │ ├── unary=6_3.py │ │ ├── unary=6_4.py │ │ ├── unary=6_5.py │ │ ├── unary=6_6.py │ │ ├── unary=6_7.py │ │ ├── unary=6_8.py │ │ └── unary=6_9.py │ ├── unary=7 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=7_1.py │ │ ├── unary=7_10.py │ │ ├── unary=7_2.py │ │ ├── unary=7_3.py │ │ ├── unary=7_4.py │ │ ├── unary=7_5.py │ │ ├── unary=7_6.py │ │ ├── unary=7_7.py │ │ ├── unary=7_8.py │ │ └── unary=7_9.py │ ├── unary=8 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=8_1.py │ │ ├── unary=8_10.py │ │ ├── unary=8_2.py │ │ ├── unary=8_3.py │ │ ├── unary=8_4.py │ │ ├── unary=8_5.py │ │ ├── unary=8_6.py │ │ ├── unary=8_7.py │ │ ├── unary=8_8.py │ │ └── unary=8_9.py │ └── unary=9 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=9_1.py │ │ ├── unary=9_10.py │ │ ├── unary=9_2.py │ │ ├── unary=9_3.py │ │ ├── unary=9_4.py │ │ ├── unary=9_5.py │ │ ├── unary=9_6.py │ │ ├── unary=9_7.py │ │ ├── unary=9_8.py │ │ └── unary=9_9.py │ ├── step85-3shot │ ├── addmm │ │ ├── addmm_1.py │ │ ├── addmm_10.py │ │ ├── addmm_2.py │ │ ├── addmm_3.py │ │ ├── addmm_4.py │ │ ├── addmm_5.py │ │ ├── addmm_6.py │ │ ├── addmm_7.py │ │ ├── addmm_8.py │ │ ├── addmm_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── binary=0 │ │ ├── binary=0_1.py │ │ ├── binary=0_10.py │ │ ├── binary=0_2.py │ │ ├── binary=0_3.py │ │ ├── binary=0_4.py │ │ ├── binary=0_5.py │ │ ├── binary=0_6.py │ │ ├── binary=0_7.py │ │ ├── binary=0_8.py │ │ ├── binary=0_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── binary=10 │ │ ├── binary=10_1.py │ │ ├── binary=10_10.py │ │ ├── binary=10_2.py │ │ ├── binary=10_3.py │ │ ├── binary=10_4.py │ │ ├── binary=10_5.py │ │ ├── binary=10_6.py │ │ ├── binary=10_7.py │ │ ├── binary=10_8.py │ │ ├── binary=10_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── binary=2 │ │ ├── binary=2_1.py │ │ ├── binary=2_10.py │ │ ├── binary=2_2.py │ │ ├── binary=2_3.py │ │ ├── binary=2_4.py │ │ ├── binary=2_5.py │ │ ├── binary=2_6.py │ │ ├── binary=2_7.py │ │ ├── binary=2_8.py │ │ ├── binary=2_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── binary=4 │ │ ├── binary=4_1.py │ │ ├── binary=4_10.py │ │ ├── binary=4_2.py │ │ ├── binary=4_3.py │ │ ├── binary=4_4.py │ │ ├── binary=4_5.py │ │ ├── binary=4_6.py │ │ ├── binary=4_7.py │ │ ├── binary=4_8.py │ │ ├── binary=4_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── binary=6 │ │ ├── binary=6_1.py │ │ ├── binary=6_10.py │ │ ├── binary=6_2.py │ │ ├── binary=6_3.py │ │ ├── binary=6_4.py │ │ ├── binary=6_5.py │ │ ├── binary=6_6.py │ │ ├── binary=6_7.py │ │ ├── binary=6_8.py │ │ ├── binary=6_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── binary=8 │ │ ├── binary=8_1.py │ │ ├── binary=8_10.py │ │ ├── binary=8_2.py │ │ ├── binary=8_3.py │ │ ├── binary=8_4.py │ │ ├── binary=8_5.py │ │ ├── binary=8_6.py │ │ ├── binary=8_7.py │ │ ├── binary=8_8.py │ │ ├── binary=8_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── binary_unary=0 │ │ ├── binary_unary=0_1.py │ │ ├── binary_unary=0_10.py │ │ ├── binary_unary=0_2.py │ │ ├── binary_unary=0_3.py │ │ ├── binary_unary=0_4.py │ │ ├── binary_unary=0_5.py │ │ ├── binary_unary=0_6.py │ │ ├── binary_unary=0_7.py │ │ ├── binary_unary=0_8.py │ │ ├── binary_unary=0_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── binary_unary=10 │ │ ├── binary_unary=10_1.py │ │ ├── binary_unary=10_10.py │ │ ├── binary_unary=10_2.py │ │ ├── binary_unary=10_3.py │ │ ├── binary_unary=10_4.py │ │ ├── binary_unary=10_5.py │ │ ├── binary_unary=10_6.py │ │ ├── binary_unary=10_7.py │ │ ├── binary_unary=10_8.py │ │ ├── binary_unary=10_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── binary_unary=2 │ │ ├── binary_unary=2_1.py │ │ ├── binary_unary=2_10.py │ │ ├── binary_unary=2_2.py │ │ ├── binary_unary=2_3.py │ │ ├── binary_unary=2_4.py │ │ ├── binary_unary=2_5.py │ │ ├── binary_unary=2_6.py │ │ ├── binary_unary=2_7.py │ │ ├── binary_unary=2_8.py │ │ ├── binary_unary=2_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── binary_unary=4 │ │ ├── binary_unary=4_1.py │ │ ├── binary_unary=4_10.py │ │ ├── binary_unary=4_2.py │ │ ├── binary_unary=4_3.py │ │ ├── binary_unary=4_4.py │ │ ├── binary_unary=4_5.py │ │ ├── binary_unary=4_6.py │ │ ├── binary_unary=4_7.py │ │ ├── binary_unary=4_8.py │ │ ├── binary_unary=4_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── binary_unary=6 │ │ ├── binary_unary=6_1.py │ │ ├── binary_unary=6_10.py │ │ ├── binary_unary=6_2.py │ │ ├── binary_unary=6_3.py │ │ ├── binary_unary=6_4.py │ │ ├── binary_unary=6_5.py │ │ ├── binary_unary=6_6.py │ │ ├── binary_unary=6_7.py │ │ ├── binary_unary=6_8.py │ │ ├── binary_unary=6_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── binary_unary=8 │ │ ├── binary_unary=8_1.py │ │ ├── binary_unary=8_10.py │ │ ├── binary_unary=8_2.py │ │ ├── binary_unary=8_3.py │ │ ├── binary_unary=8_4.py │ │ ├── binary_unary=8_5.py │ │ ├── binary_unary=8_6.py │ │ ├── binary_unary=8_7.py │ │ ├── binary_unary=8_8.py │ │ ├── binary_unary=8_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── cat_addmm │ │ ├── cat_addmm_1.py │ │ ├── cat_addmm_10.py │ │ ├── cat_addmm_2.py │ │ ├── cat_addmm_3.py │ │ ├── cat_addmm_4.py │ │ ├── cat_addmm_5.py │ │ ├── cat_addmm_6.py │ │ ├── cat_addmm_7.py │ │ ├── cat_addmm_8.py │ │ ├── cat_addmm_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── cat_mm │ │ ├── cat_mm_1.py │ │ ├── cat_mm_10.py │ │ ├── cat_mm_2.py │ │ ├── cat_mm_3.py │ │ ├── cat_mm_4.py │ │ ├── cat_mm_5.py │ │ ├── cat_mm_6.py │ │ ├── cat_mm_7.py │ │ ├── cat_mm_8.py │ │ ├── cat_mm_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── cat_slice_cat │ │ ├── cat_slice_cat_1.py │ │ ├── cat_slice_cat_10.py │ │ ├── cat_slice_cat_2.py │ │ ├── cat_slice_cat_3.py │ │ ├── cat_slice_cat_4.py │ │ ├── cat_slice_cat_5.py │ │ ├── cat_slice_cat_6.py │ │ ├── cat_slice_cat_7.py │ │ ├── cat_slice_cat_8.py │ │ ├── cat_slice_cat_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── fuse_conv_bn │ │ ├── fuse_conv_bn_1.py │ │ ├── fuse_conv_bn_10.py │ │ ├── fuse_conv_bn_2.py │ │ ├── fuse_conv_bn_3.py │ │ ├── fuse_conv_bn_4.py │ │ ├── fuse_conv_bn_5.py │ │ ├── fuse_conv_bn_6.py │ │ ├── fuse_conv_bn_7.py │ │ ├── fuse_conv_bn_8.py │ │ ├── fuse_conv_bn_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── linear_permute_fusion │ │ ├── linear_permute_fusion_1.py │ │ ├── linear_permute_fusion_10.py │ │ ├── linear_permute_fusion_2.py │ │ ├── linear_permute_fusion_3.py │ │ ├── linear_permute_fusion_4.py │ │ ├── linear_permute_fusion_5.py │ │ ├── linear_permute_fusion_6.py │ │ ├── linear_permute_fusion_7.py │ │ ├── linear_permute_fusion_8.py │ │ ├── linear_permute_fusion_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── mm_plus_mm │ │ ├── mm_plus_mm_1.py │ │ ├── mm_plus_mm_10.py │ │ ├── mm_plus_mm_2.py │ │ ├── mm_plus_mm_3.py │ │ ├── mm_plus_mm_4.py │ │ ├── mm_plus_mm_5.py │ │ ├── mm_plus_mm_6.py │ │ ├── mm_plus_mm_7.py │ │ ├── mm_plus_mm_8.py │ │ ├── mm_plus_mm_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── outputs.json │ ├── permute_linear_fusion │ │ ├── permute_linear_fusion_1.py │ │ ├── permute_linear_fusion_10.py │ │ ├── permute_linear_fusion_2.py │ │ ├── permute_linear_fusion_3.py │ │ ├── permute_linear_fusion_4.py │ │ ├── permute_linear_fusion_5.py │ │ ├── permute_linear_fusion_6.py │ │ ├── permute_linear_fusion_7.py │ │ ├── permute_linear_fusion_8.py │ │ ├── permute_linear_fusion_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── permute_matmul_fusion │ │ ├── permute_matmul_fusion_1.py │ │ ├── permute_matmul_fusion_10.py │ │ ├── permute_matmul_fusion_2.py │ │ ├── permute_matmul_fusion_3.py │ │ ├── permute_matmul_fusion_4.py │ │ ├── permute_matmul_fusion_5.py │ │ ├── permute_matmul_fusion_6.py │ │ ├── permute_matmul_fusion_7.py │ │ ├── permute_matmul_fusion_8.py │ │ ├── permute_matmul_fusion_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── pointless_cumsum_replacement │ │ ├── pointless_cumsum_replacement_1.py │ │ ├── pointless_cumsum_replacement_10.py │ │ ├── pointless_cumsum_replacement_2.py │ │ ├── pointless_cumsum_replacement_3.py │ │ ├── pointless_cumsum_replacement_4.py │ │ ├── pointless_cumsum_replacement_5.py │ │ ├── pointless_cumsum_replacement_6.py │ │ ├── pointless_cumsum_replacement_7.py │ │ ├── pointless_cumsum_replacement_8.py │ │ ├── pointless_cumsum_replacement_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── replace_fx │ │ ├── prompt.txt │ │ ├── replace_fx_1.py │ │ ├── replace_fx_10.py │ │ ├── replace_fx_2.py │ │ ├── replace_fx_3.py │ │ ├── replace_fx_4.py │ │ ├── replace_fx_5.py │ │ ├── replace_fx_6.py │ │ ├── replace_fx_7.py │ │ ├── replace_fx_8.py │ │ ├── replace_fx_9.py │ │ └── time.txt │ ├── sfdp=0 │ │ ├── prompt.txt │ │ ├── sfdp=0_1.py │ │ ├── sfdp=0_10.py │ │ ├── sfdp=0_2.py │ │ ├── sfdp=0_3.py │ │ ├── sfdp=0_4.py │ │ ├── sfdp=0_5.py │ │ ├── sfdp=0_6.py │ │ ├── sfdp=0_7.py │ │ ├── sfdp=0_8.py │ │ ├── sfdp=0_9.py │ │ └── time.txt │ ├── sfdp=1 │ │ ├── prompt.txt │ │ ├── sfdp=1_1.py │ │ ├── sfdp=1_10.py │ │ ├── sfdp=1_2.py │ │ ├── sfdp=1_3.py │ │ ├── sfdp=1_4.py │ │ ├── sfdp=1_5.py │ │ ├── sfdp=1_6.py │ │ ├── sfdp=1_7.py │ │ ├── sfdp=1_8.py │ │ ├── sfdp=1_9.py │ │ └── time.txt │ ├── sfdp=2 │ │ ├── prompt.txt │ │ ├── sfdp=2_1.py │ │ ├── sfdp=2_10.py │ │ ├── sfdp=2_2.py │ │ ├── sfdp=2_3.py │ │ ├── sfdp=2_4.py │ │ ├── sfdp=2_5.py │ │ ├── sfdp=2_6.py │ │ ├── sfdp=2_7.py │ │ ├── sfdp=2_8.py │ │ ├── sfdp=2_9.py │ │ └── time.txt │ ├── sfdp=3 │ │ ├── prompt.txt │ │ ├── sfdp=3_1.py │ │ ├── sfdp=3_10.py │ │ ├── sfdp=3_2.py │ │ ├── sfdp=3_3.py │ │ ├── sfdp=3_4.py │ │ ├── sfdp=3_5.py │ │ ├── sfdp=3_6.py │ │ ├── sfdp=3_7.py │ │ ├── sfdp=3_8.py │ │ ├── sfdp=3_9.py │ │ └── time.txt │ ├── sfdp=4 │ │ ├── prompt.txt │ │ ├── sfdp=4_1.py │ │ ├── sfdp=4_10.py │ │ ├── sfdp=4_2.py │ │ ├── sfdp=4_3.py │ │ ├── sfdp=4_4.py │ │ ├── sfdp=4_5.py │ │ ├── sfdp=4_6.py │ │ ├── sfdp=4_7.py │ │ ├── sfdp=4_8.py │ │ ├── sfdp=4_9.py │ │ └── time.txt │ ├── sfdp=5 │ │ ├── prompt.txt │ │ ├── sfdp=5_1.py │ │ ├── sfdp=5_10.py │ │ ├── sfdp=5_2.py │ │ ├── sfdp=5_3.py │ │ ├── sfdp=5_4.py │ │ ├── sfdp=5_5.py │ │ ├── sfdp=5_6.py │ │ ├── sfdp=5_7.py │ │ ├── sfdp=5_8.py │ │ ├── sfdp=5_9.py │ │ └── time.txt │ ├── sink_cat_after_pointwise │ │ ├── prompt.txt │ │ ├── sink_cat_after_pointwise_1.py │ │ ├── sink_cat_after_pointwise_10.py │ │ ├── sink_cat_after_pointwise_2.py │ │ ├── sink_cat_after_pointwise_3.py │ │ ├── sink_cat_after_pointwise_4.py │ │ ├── sink_cat_after_pointwise_5.py │ │ ├── sink_cat_after_pointwise_6.py │ │ ├── sink_cat_after_pointwise_7.py │ │ ├── sink_cat_after_pointwise_8.py │ │ ├── sink_cat_after_pointwise_9.py │ │ └── time.txt │ ├── splitwithsizes_cat_replace │ │ ├── prompt.txt │ │ ├── splitwithsizes_cat_replace_1.py │ │ ├── splitwithsizes_cat_replace_10.py │ │ ├── splitwithsizes_cat_replace_2.py │ │ ├── splitwithsizes_cat_replace_3.py │ │ ├── splitwithsizes_cat_replace_4.py │ │ ├── splitwithsizes_cat_replace_5.py │ │ ├── splitwithsizes_cat_replace_6.py │ │ ├── splitwithsizes_cat_replace_7.py │ │ ├── splitwithsizes_cat_replace_8.py │ │ ├── splitwithsizes_cat_replace_9.py │ │ └── time.txt │ ├── unary=0 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=0_1.py │ │ ├── unary=0_10.py │ │ ├── unary=0_2.py │ │ ├── unary=0_3.py │ │ ├── unary=0_4.py │ │ ├── unary=0_5.py │ │ ├── unary=0_6.py │ │ ├── unary=0_7.py │ │ ├── unary=0_8.py │ │ └── unary=0_9.py │ ├── unary=1 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=1_1.py │ │ ├── unary=1_10.py │ │ ├── unary=1_2.py │ │ ├── unary=1_3.py │ │ ├── unary=1_4.py │ │ ├── unary=1_5.py │ │ ├── unary=1_6.py │ │ ├── unary=1_7.py │ │ ├── unary=1_8.py │ │ └── unary=1_9.py │ ├── unary=10 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=10_1.py │ │ ├── unary=10_10.py │ │ ├── unary=10_2.py │ │ ├── unary=10_3.py │ │ ├── unary=10_4.py │ │ ├── unary=10_5.py │ │ ├── unary=10_6.py │ │ ├── unary=10_7.py │ │ ├── unary=10_8.py │ │ └── unary=10_9.py │ ├── unary=11 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=11_1.py │ │ ├── unary=11_10.py │ │ ├── unary=11_2.py │ │ ├── unary=11_3.py │ │ ├── unary=11_4.py │ │ ├── unary=11_5.py │ │ ├── unary=11_6.py │ │ ├── unary=11_7.py │ │ ├── unary=11_8.py │ │ └── unary=11_9.py │ ├── unary=12 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=12_1.py │ │ ├── unary=12_10.py │ │ ├── unary=12_2.py │ │ ├── unary=12_3.py │ │ ├── unary=12_4.py │ │ ├── unary=12_5.py │ │ ├── unary=12_6.py │ │ ├── unary=12_7.py │ │ ├── unary=12_8.py │ │ └── unary=12_9.py │ ├── unary=13 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=13_1.py │ │ ├── unary=13_10.py │ │ ├── unary=13_2.py │ │ ├── unary=13_3.py │ │ ├── unary=13_4.py │ │ ├── unary=13_5.py │ │ ├── unary=13_6.py │ │ ├── unary=13_7.py │ │ ├── unary=13_8.py │ │ └── unary=13_9.py │ ├── unary=14 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=14_1.py │ │ ├── unary=14_10.py │ │ ├── unary=14_2.py │ │ ├── unary=14_3.py │ │ ├── unary=14_4.py │ │ ├── unary=14_5.py │ │ ├── unary=14_6.py │ │ ├── unary=14_7.py │ │ ├── unary=14_8.py │ │ └── unary=14_9.py │ ├── unary=15 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=15_1.py │ │ ├── unary=15_10.py │ │ ├── unary=15_2.py │ │ ├── unary=15_3.py │ │ ├── unary=15_4.py │ │ ├── unary=15_5.py │ │ ├── unary=15_6.py │ │ ├── unary=15_7.py │ │ ├── unary=15_8.py │ │ └── unary=15_9.py │ ├── unary=16 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=16_1.py │ │ ├── unary=16_10.py │ │ ├── unary=16_2.py │ │ ├── unary=16_3.py │ │ ├── unary=16_4.py │ │ ├── unary=16_5.py │ │ ├── unary=16_6.py │ │ ├── unary=16_7.py │ │ ├── unary=16_8.py │ │ └── unary=16_9.py │ ├── unary=17 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=17_1.py │ │ ├── unary=17_10.py │ │ ├── unary=17_2.py │ │ ├── unary=17_3.py │ │ ├── unary=17_4.py │ │ ├── unary=17_5.py │ │ ├── unary=17_6.py │ │ ├── unary=17_7.py │ │ ├── unary=17_8.py │ │ └── unary=17_9.py │ ├── unary=18 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=18_1.py │ │ ├── unary=18_10.py │ │ ├── unary=18_2.py │ │ ├── unary=18_3.py │ │ ├── unary=18_4.py │ │ ├── unary=18_5.py │ │ ├── unary=18_6.py │ │ ├── unary=18_7.py │ │ ├── unary=18_8.py │ │ └── unary=18_9.py │ ├── unary=19 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=19_1.py │ │ ├── unary=19_10.py │ │ ├── unary=19_2.py │ │ ├── unary=19_3.py │ │ ├── unary=19_4.py │ │ ├── unary=19_5.py │ │ ├── unary=19_6.py │ │ ├── unary=19_7.py │ │ ├── unary=19_8.py │ │ └── unary=19_9.py │ ├── unary=2 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=2_1.py │ │ ├── unary=2_10.py │ │ ├── unary=2_2.py │ │ ├── unary=2_3.py │ │ ├── unary=2_4.py │ │ ├── unary=2_5.py │ │ ├── unary=2_6.py │ │ ├── unary=2_7.py │ │ ├── unary=2_8.py │ │ └── unary=2_9.py │ ├── unary=20 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=20_1.py │ │ ├── unary=20_10.py │ │ ├── unary=20_2.py │ │ ├── unary=20_3.py │ │ ├── unary=20_4.py │ │ ├── unary=20_5.py │ │ ├── unary=20_6.py │ │ ├── unary=20_7.py │ │ ├── unary=20_8.py │ │ └── unary=20_9.py │ ├── unary=21 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=21_1.py │ │ ├── unary=21_10.py │ │ ├── unary=21_2.py │ │ ├── unary=21_3.py │ │ ├── unary=21_4.py │ │ ├── unary=21_5.py │ │ ├── unary=21_6.py │ │ ├── unary=21_7.py │ │ ├── unary=21_8.py │ │ └── unary=21_9.py │ ├── unary=22 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=22_1.py │ │ ├── unary=22_10.py │ │ ├── unary=22_2.py │ │ ├── unary=22_3.py │ │ ├── unary=22_4.py │ │ ├── unary=22_5.py │ │ ├── unary=22_6.py │ │ ├── unary=22_7.py │ │ ├── unary=22_8.py │ │ └── unary=22_9.py │ ├── unary=23 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=23_1.py │ │ ├── unary=23_10.py │ │ ├── unary=23_2.py │ │ ├── unary=23_3.py │ │ ├── unary=23_4.py │ │ ├── unary=23_5.py │ │ ├── unary=23_6.py │ │ ├── unary=23_7.py │ │ ├── unary=23_8.py │ │ └── unary=23_9.py │ ├── unary=24 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=24_1.py │ │ ├── unary=24_10.py │ │ ├── unary=24_2.py │ │ ├── unary=24_3.py │ │ ├── unary=24_4.py │ │ ├── unary=24_5.py │ │ ├── unary=24_6.py │ │ ├── unary=24_7.py │ │ ├── unary=24_8.py │ │ └── unary=24_9.py │ ├── unary=25 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=25_1.py │ │ ├── unary=25_10.py │ │ ├── unary=25_2.py │ │ ├── unary=25_3.py │ │ ├── unary=25_4.py │ │ ├── unary=25_5.py │ │ ├── unary=25_6.py │ │ ├── unary=25_7.py │ │ ├── unary=25_8.py │ │ └── unary=25_9.py │ ├── unary=26 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=26_1.py │ │ ├── unary=26_10.py │ │ ├── unary=26_2.py │ │ ├── unary=26_3.py │ │ ├── unary=26_4.py │ │ ├── unary=26_5.py │ │ ├── unary=26_6.py │ │ ├── unary=26_7.py │ │ ├── unary=26_8.py │ │ └── unary=26_9.py │ ├── unary=27 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=27_1.py │ │ ├── unary=27_10.py │ │ ├── unary=27_2.py │ │ ├── unary=27_3.py │ │ ├── unary=27_4.py │ │ ├── unary=27_5.py │ │ ├── unary=27_6.py │ │ ├── unary=27_7.py │ │ ├── unary=27_8.py │ │ └── unary=27_9.py │ ├── unary=28 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=28_1.py │ │ ├── unary=28_10.py │ │ ├── unary=28_2.py │ │ ├── unary=28_3.py │ │ ├── unary=28_4.py │ │ ├── unary=28_5.py │ │ ├── unary=28_6.py │ │ ├── unary=28_7.py │ │ ├── unary=28_8.py │ │ └── unary=28_9.py │ ├── unary=29 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=29_1.py │ │ ├── unary=29_10.py │ │ ├── unary=29_2.py │ │ ├── unary=29_3.py │ │ ├── unary=29_4.py │ │ ├── unary=29_5.py │ │ ├── unary=29_6.py │ │ ├── unary=29_7.py │ │ ├── unary=29_8.py │ │ └── unary=29_9.py │ ├── unary=3 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=3_1.py │ │ ├── unary=3_10.py │ │ ├── unary=3_2.py │ │ ├── unary=3_3.py │ │ ├── unary=3_4.py │ │ ├── unary=3_5.py │ │ ├── unary=3_6.py │ │ ├── unary=3_7.py │ │ ├── unary=3_8.py │ │ └── unary=3_9.py │ ├── unary=4 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=4_1.py │ │ ├── unary=4_10.py │ │ ├── unary=4_2.py │ │ ├── unary=4_3.py │ │ ├── unary=4_4.py │ │ ├── unary=4_5.py │ │ ├── unary=4_6.py │ │ ├── unary=4_7.py │ │ ├── unary=4_8.py │ │ └── unary=4_9.py │ ├── unary=5 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=5_1.py │ │ ├── unary=5_10.py │ │ ├── unary=5_2.py │ │ ├── unary=5_3.py │ │ ├── unary=5_4.py │ │ ├── unary=5_5.py │ │ ├── unary=5_6.py │ │ ├── unary=5_7.py │ │ ├── unary=5_8.py │ │ └── unary=5_9.py │ ├── unary=6 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=6_1.py │ │ ├── unary=6_10.py │ │ ├── unary=6_2.py │ │ ├── unary=6_3.py │ │ ├── unary=6_4.py │ │ ├── unary=6_5.py │ │ ├── unary=6_6.py │ │ ├── unary=6_7.py │ │ ├── unary=6_8.py │ │ └── unary=6_9.py │ ├── unary=7 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=7_1.py │ │ ├── unary=7_10.py │ │ ├── unary=7_2.py │ │ ├── unary=7_3.py │ │ ├── unary=7_4.py │ │ ├── unary=7_5.py │ │ ├── unary=7_6.py │ │ ├── unary=7_7.py │ │ ├── unary=7_8.py │ │ └── unary=7_9.py │ ├── unary=8 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=8_1.py │ │ ├── unary=8_10.py │ │ ├── unary=8_2.py │ │ ├── unary=8_3.py │ │ ├── unary=8_4.py │ │ ├── unary=8_5.py │ │ ├── unary=8_6.py │ │ ├── unary=8_7.py │ │ ├── unary=8_8.py │ │ └── unary=8_9.py │ └── unary=9 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=9_1.py │ │ ├── unary=9_10.py │ │ ├── unary=9_2.py │ │ ├── unary=9_3.py │ │ ├── unary=9_4.py │ │ ├── unary=9_5.py │ │ ├── unary=9_6.py │ │ ├── unary=9_7.py │ │ ├── unary=9_8.py │ │ └── unary=9_9.py │ ├── step86-3shot │ ├── addmm │ │ ├── addmm_1.py │ │ ├── addmm_10.py │ │ ├── addmm_2.py │ │ ├── addmm_3.py │ │ ├── addmm_4.py │ │ ├── addmm_5.py │ │ ├── addmm_6.py │ │ ├── addmm_7.py │ │ ├── addmm_8.py │ │ ├── addmm_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── binary=0 │ │ ├── binary=0_1.py │ │ ├── binary=0_10.py │ │ ├── binary=0_2.py │ │ ├── binary=0_3.py │ │ ├── binary=0_4.py │ │ ├── binary=0_5.py │ │ ├── binary=0_6.py │ │ ├── binary=0_7.py │ │ ├── binary=0_8.py │ │ ├── binary=0_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── binary=10 │ │ ├── binary=10_1.py │ │ ├── binary=10_10.py │ │ ├── binary=10_2.py │ │ ├── binary=10_3.py │ │ ├── binary=10_4.py │ │ ├── binary=10_5.py │ │ ├── binary=10_6.py │ │ ├── binary=10_7.py │ │ ├── binary=10_8.py │ │ ├── binary=10_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── binary=2 │ │ ├── binary=2_1.py │ │ ├── binary=2_10.py │ │ ├── binary=2_2.py │ │ ├── binary=2_3.py │ │ ├── binary=2_4.py │ │ ├── binary=2_5.py │ │ ├── binary=2_6.py │ │ ├── binary=2_7.py │ │ ├── binary=2_8.py │ │ ├── binary=2_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── binary=4 │ │ ├── binary=4_1.py │ │ ├── binary=4_10.py │ │ ├── binary=4_2.py │ │ ├── binary=4_3.py │ │ ├── binary=4_4.py │ │ ├── binary=4_5.py │ │ ├── binary=4_6.py │ │ ├── binary=4_7.py │ │ ├── binary=4_8.py │ │ ├── binary=4_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── binary=6 │ │ ├── binary=6_1.py │ │ ├── binary=6_10.py │ │ ├── binary=6_2.py │ │ ├── binary=6_3.py │ │ ├── binary=6_4.py │ │ ├── binary=6_5.py │ │ ├── binary=6_6.py │ │ ├── binary=6_7.py │ │ ├── binary=6_8.py │ │ ├── binary=6_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── binary=8 │ │ ├── binary=8_1.py │ │ ├── binary=8_10.py │ │ ├── binary=8_2.py │ │ ├── binary=8_3.py │ │ ├── binary=8_4.py │ │ ├── binary=8_5.py │ │ ├── binary=8_6.py │ │ ├── binary=8_7.py │ │ ├── binary=8_8.py │ │ ├── binary=8_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── binary_unary=0 │ │ ├── binary_unary=0_1.py │ │ ├── binary_unary=0_10.py │ │ ├── binary_unary=0_2.py │ │ ├── binary_unary=0_3.py │ │ ├── binary_unary=0_4.py │ │ ├── binary_unary=0_5.py │ │ ├── binary_unary=0_6.py │ │ ├── binary_unary=0_7.py │ │ ├── binary_unary=0_8.py │ │ ├── binary_unary=0_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── binary_unary=10 │ │ ├── binary_unary=10_1.py │ │ ├── binary_unary=10_10.py │ │ ├── binary_unary=10_2.py │ │ ├── binary_unary=10_3.py │ │ ├── binary_unary=10_4.py │ │ ├── binary_unary=10_5.py │ │ ├── binary_unary=10_6.py │ │ ├── binary_unary=10_7.py │ │ ├── binary_unary=10_8.py │ │ ├── binary_unary=10_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── binary_unary=2 │ │ ├── binary_unary=2_1.py │ │ ├── binary_unary=2_10.py │ │ ├── binary_unary=2_2.py │ │ ├── binary_unary=2_3.py │ │ ├── binary_unary=2_4.py │ │ ├── binary_unary=2_5.py │ │ ├── binary_unary=2_6.py │ │ ├── binary_unary=2_7.py │ │ ├── binary_unary=2_8.py │ │ ├── binary_unary=2_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── binary_unary=4 │ │ ├── binary_unary=4_1.py │ │ ├── binary_unary=4_10.py │ │ ├── binary_unary=4_2.py │ │ ├── binary_unary=4_3.py │ │ ├── binary_unary=4_4.py │ │ ├── binary_unary=4_5.py │ │ ├── binary_unary=4_6.py │ │ ├── binary_unary=4_7.py │ │ ├── binary_unary=4_8.py │ │ ├── binary_unary=4_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── binary_unary=6 │ │ ├── binary_unary=6_1.py │ │ ├── binary_unary=6_10.py │ │ ├── binary_unary=6_2.py │ │ ├── binary_unary=6_3.py │ │ ├── binary_unary=6_4.py │ │ ├── binary_unary=6_5.py │ │ ├── binary_unary=6_6.py │ │ ├── binary_unary=6_7.py │ │ ├── binary_unary=6_8.py │ │ ├── binary_unary=6_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── binary_unary=8 │ │ ├── binary_unary=8_1.py │ │ ├── binary_unary=8_10.py │ │ ├── binary_unary=8_2.py │ │ ├── binary_unary=8_3.py │ │ ├── binary_unary=8_4.py │ │ ├── binary_unary=8_5.py │ │ ├── binary_unary=8_6.py │ │ ├── binary_unary=8_7.py │ │ ├── binary_unary=8_8.py │ │ ├── binary_unary=8_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── cat_addmm │ │ ├── cat_addmm_1.py │ │ ├── cat_addmm_10.py │ │ ├── cat_addmm_2.py │ │ ├── cat_addmm_3.py │ │ ├── cat_addmm_4.py │ │ ├── cat_addmm_5.py │ │ ├── cat_addmm_6.py │ │ ├── cat_addmm_7.py │ │ ├── cat_addmm_8.py │ │ ├── cat_addmm_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── cat_mm │ │ ├── cat_mm_1.py │ │ ├── cat_mm_10.py │ │ ├── cat_mm_2.py │ │ ├── cat_mm_3.py │ │ ├── cat_mm_4.py │ │ ├── cat_mm_5.py │ │ ├── cat_mm_6.py │ │ ├── cat_mm_7.py │ │ ├── cat_mm_8.py │ │ ├── cat_mm_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── cat_slice_cat │ │ ├── cat_slice_cat_1.py │ │ ├── cat_slice_cat_10.py │ │ ├── cat_slice_cat_2.py │ │ ├── cat_slice_cat_3.py │ │ ├── cat_slice_cat_4.py │ │ ├── cat_slice_cat_5.py │ │ ├── cat_slice_cat_6.py │ │ ├── cat_slice_cat_7.py │ │ ├── cat_slice_cat_8.py │ │ ├── cat_slice_cat_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── fuse_conv_bn │ │ ├── fuse_conv_bn_1.py │ │ ├── fuse_conv_bn_10.py │ │ ├── fuse_conv_bn_2.py │ │ ├── fuse_conv_bn_3.py │ │ ├── fuse_conv_bn_4.py │ │ ├── fuse_conv_bn_5.py │ │ ├── fuse_conv_bn_6.py │ │ ├── fuse_conv_bn_7.py │ │ ├── fuse_conv_bn_8.py │ │ ├── fuse_conv_bn_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── linear_permute_fusion │ │ ├── linear_permute_fusion_1.py │ │ ├── linear_permute_fusion_10.py │ │ ├── linear_permute_fusion_2.py │ │ ├── linear_permute_fusion_3.py │ │ ├── linear_permute_fusion_4.py │ │ ├── linear_permute_fusion_5.py │ │ ├── linear_permute_fusion_6.py │ │ ├── linear_permute_fusion_7.py │ │ ├── linear_permute_fusion_8.py │ │ ├── linear_permute_fusion_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── mm_plus_mm │ │ ├── mm_plus_mm_1.py │ │ ├── mm_plus_mm_10.py │ │ ├── mm_plus_mm_2.py │ │ ├── mm_plus_mm_3.py │ │ ├── mm_plus_mm_4.py │ │ ├── mm_plus_mm_5.py │ │ ├── mm_plus_mm_6.py │ │ ├── mm_plus_mm_7.py │ │ ├── mm_plus_mm_8.py │ │ ├── mm_plus_mm_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── outputs.json │ ├── permute_linear_fusion │ │ ├── permute_linear_fusion_1.py │ │ ├── permute_linear_fusion_10.py │ │ ├── permute_linear_fusion_2.py │ │ ├── permute_linear_fusion_3.py │ │ ├── permute_linear_fusion_4.py │ │ ├── permute_linear_fusion_5.py │ │ ├── permute_linear_fusion_6.py │ │ ├── permute_linear_fusion_7.py │ │ ├── permute_linear_fusion_8.py │ │ ├── permute_linear_fusion_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── permute_matmul_fusion │ │ ├── permute_matmul_fusion_1.py │ │ ├── permute_matmul_fusion_10.py │ │ ├── permute_matmul_fusion_2.py │ │ ├── permute_matmul_fusion_3.py │ │ ├── permute_matmul_fusion_4.py │ │ ├── permute_matmul_fusion_5.py │ │ ├── permute_matmul_fusion_6.py │ │ ├── permute_matmul_fusion_7.py │ │ ├── permute_matmul_fusion_8.py │ │ ├── permute_matmul_fusion_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── pointless_cumsum_replacement │ │ ├── pointless_cumsum_replacement_1.py │ │ ├── pointless_cumsum_replacement_10.py │ │ ├── pointless_cumsum_replacement_2.py │ │ ├── pointless_cumsum_replacement_3.py │ │ ├── pointless_cumsum_replacement_4.py │ │ ├── pointless_cumsum_replacement_5.py │ │ ├── pointless_cumsum_replacement_6.py │ │ ├── pointless_cumsum_replacement_7.py │ │ ├── pointless_cumsum_replacement_8.py │ │ ├── pointless_cumsum_replacement_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── replace_fx │ │ ├── prompt.txt │ │ ├── replace_fx_1.py │ │ ├── replace_fx_10.py │ │ ├── replace_fx_2.py │ │ ├── replace_fx_3.py │ │ ├── replace_fx_4.py │ │ ├── replace_fx_5.py │ │ ├── replace_fx_6.py │ │ ├── replace_fx_7.py │ │ ├── replace_fx_8.py │ │ ├── replace_fx_9.py │ │ └── time.txt │ ├── sfdp=0 │ │ ├── prompt.txt │ │ ├── sfdp=0_1.py │ │ ├── sfdp=0_10.py │ │ ├── sfdp=0_2.py │ │ ├── sfdp=0_3.py │ │ ├── sfdp=0_4.py │ │ ├── sfdp=0_5.py │ │ ├── sfdp=0_6.py │ │ ├── sfdp=0_7.py │ │ ├── sfdp=0_8.py │ │ ├── sfdp=0_9.py │ │ └── time.txt │ ├── sfdp=1 │ │ ├── prompt.txt │ │ ├── sfdp=1_1.py │ │ ├── sfdp=1_10.py │ │ ├── sfdp=1_2.py │ │ ├── sfdp=1_3.py │ │ ├── sfdp=1_4.py │ │ ├── sfdp=1_5.py │ │ ├── sfdp=1_6.py │ │ ├── sfdp=1_7.py │ │ ├── sfdp=1_8.py │ │ ├── sfdp=1_9.py │ │ └── time.txt │ ├── sfdp=2 │ │ ├── prompt.txt │ │ ├── sfdp=2_1.py │ │ ├── sfdp=2_10.py │ │ ├── sfdp=2_2.py │ │ ├── sfdp=2_3.py │ │ ├── sfdp=2_4.py │ │ ├── sfdp=2_5.py │ │ ├── sfdp=2_6.py │ │ ├── sfdp=2_7.py │ │ ├── sfdp=2_8.py │ │ ├── sfdp=2_9.py │ │ └── time.txt │ ├── sfdp=3 │ │ ├── prompt.txt │ │ ├── sfdp=3_1.py │ │ ├── sfdp=3_10.py │ │ ├── sfdp=3_2.py │ │ ├── sfdp=3_3.py │ │ ├── sfdp=3_4.py │ │ ├── sfdp=3_5.py │ │ ├── sfdp=3_6.py │ │ ├── sfdp=3_7.py │ │ ├── sfdp=3_8.py │ │ ├── sfdp=3_9.py │ │ └── time.txt │ ├── sfdp=4 │ │ ├── prompt.txt │ │ ├── sfdp=4_1.py │ │ ├── sfdp=4_10.py │ │ ├── sfdp=4_2.py │ │ ├── sfdp=4_3.py │ │ ├── sfdp=4_4.py │ │ ├── sfdp=4_5.py │ │ ├── sfdp=4_6.py │ │ ├── sfdp=4_7.py │ │ ├── sfdp=4_8.py │ │ ├── sfdp=4_9.py │ │ └── time.txt │ ├── sfdp=5 │ │ ├── prompt.txt │ │ ├── sfdp=5_1.py │ │ ├── sfdp=5_10.py │ │ ├── sfdp=5_2.py │ │ ├── sfdp=5_3.py │ │ ├── sfdp=5_4.py │ │ ├── sfdp=5_5.py │ │ ├── sfdp=5_6.py │ │ ├── sfdp=5_7.py │ │ ├── sfdp=5_8.py │ │ ├── sfdp=5_9.py │ │ └── time.txt │ ├── sink_cat_after_pointwise │ │ ├── prompt.txt │ │ ├── sink_cat_after_pointwise_1.py │ │ ├── sink_cat_after_pointwise_10.py │ │ ├── sink_cat_after_pointwise_2.py │ │ ├── sink_cat_after_pointwise_3.py │ │ ├── sink_cat_after_pointwise_4.py │ │ ├── sink_cat_after_pointwise_5.py │ │ ├── sink_cat_after_pointwise_6.py │ │ ├── sink_cat_after_pointwise_7.py │ │ ├── sink_cat_after_pointwise_8.py │ │ ├── sink_cat_after_pointwise_9.py │ │ └── time.txt │ ├── splitwithsizes_cat_replace │ │ ├── prompt.txt │ │ ├── splitwithsizes_cat_replace_1.py │ │ ├── splitwithsizes_cat_replace_10.py │ │ ├── splitwithsizes_cat_replace_2.py │ │ ├── splitwithsizes_cat_replace_3.py │ │ ├── splitwithsizes_cat_replace_4.py │ │ ├── splitwithsizes_cat_replace_5.py │ │ ├── splitwithsizes_cat_replace_6.py │ │ ├── splitwithsizes_cat_replace_7.py │ │ ├── splitwithsizes_cat_replace_8.py │ │ ├── splitwithsizes_cat_replace_9.py │ │ └── time.txt │ ├── unary=0 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=0_1.py │ │ ├── unary=0_10.py │ │ ├── unary=0_2.py │ │ ├── unary=0_3.py │ │ ├── unary=0_4.py │ │ ├── unary=0_5.py │ │ ├── unary=0_6.py │ │ ├── unary=0_7.py │ │ ├── unary=0_8.py │ │ └── unary=0_9.py │ ├── unary=1 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=1_1.py │ │ ├── unary=1_10.py │ │ ├── unary=1_2.py │ │ ├── unary=1_3.py │ │ ├── unary=1_4.py │ │ ├── unary=1_5.py │ │ ├── unary=1_6.py │ │ ├── unary=1_7.py │ │ ├── unary=1_8.py │ │ └── unary=1_9.py │ ├── unary=10 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=10_1.py │ │ ├── unary=10_10.py │ │ ├── unary=10_2.py │ │ ├── unary=10_3.py │ │ ├── unary=10_4.py │ │ ├── unary=10_5.py │ │ ├── unary=10_6.py │ │ ├── unary=10_7.py │ │ ├── unary=10_8.py │ │ └── unary=10_9.py │ ├── unary=11 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=11_1.py │ │ ├── unary=11_10.py │ │ ├── unary=11_2.py │ │ ├── unary=11_3.py │ │ ├── unary=11_4.py │ │ ├── unary=11_5.py │ │ ├── unary=11_6.py │ │ ├── unary=11_7.py │ │ ├── unary=11_8.py │ │ └── unary=11_9.py │ ├── unary=12 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=12_1.py │ │ ├── unary=12_10.py │ │ ├── unary=12_2.py │ │ ├── unary=12_3.py │ │ ├── unary=12_4.py │ │ ├── unary=12_5.py │ │ ├── unary=12_6.py │ │ ├── unary=12_7.py │ │ ├── unary=12_8.py │ │ └── unary=12_9.py │ ├── unary=13 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=13_1.py │ │ ├── unary=13_10.py │ │ ├── unary=13_2.py │ │ ├── unary=13_3.py │ │ ├── unary=13_4.py │ │ ├── unary=13_5.py │ │ ├── unary=13_6.py │ │ ├── unary=13_7.py │ │ ├── unary=13_8.py │ │ └── unary=13_9.py │ ├── unary=14 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=14_1.py │ │ ├── unary=14_10.py │ │ ├── unary=14_2.py │ │ ├── unary=14_3.py │ │ ├── unary=14_4.py │ │ ├── unary=14_5.py │ │ ├── unary=14_6.py │ │ ├── unary=14_7.py │ │ ├── unary=14_8.py │ │ └── unary=14_9.py │ ├── unary=15 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=15_1.py │ │ ├── unary=15_10.py │ │ ├── unary=15_2.py │ │ ├── unary=15_3.py │ │ ├── unary=15_4.py │ │ ├── unary=15_5.py │ │ ├── unary=15_6.py │ │ ├── unary=15_7.py │ │ ├── unary=15_8.py │ │ └── unary=15_9.py │ ├── unary=16 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=16_1.py │ │ ├── unary=16_10.py │ │ ├── unary=16_2.py │ │ ├── unary=16_3.py │ │ ├── unary=16_4.py │ │ ├── unary=16_5.py │ │ ├── unary=16_6.py │ │ ├── unary=16_7.py │ │ ├── unary=16_8.py │ │ └── unary=16_9.py │ ├── unary=17 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=17_1.py │ │ ├── unary=17_10.py │ │ ├── unary=17_2.py │ │ ├── unary=17_3.py │ │ ├── unary=17_4.py │ │ ├── unary=17_5.py │ │ ├── unary=17_6.py │ │ ├── unary=17_7.py │ │ ├── unary=17_8.py │ │ └── unary=17_9.py │ ├── unary=18 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=18_1.py │ │ ├── unary=18_10.py │ │ ├── unary=18_2.py │ │ ├── unary=18_3.py │ │ ├── unary=18_4.py │ │ ├── unary=18_5.py │ │ ├── unary=18_6.py │ │ ├── unary=18_7.py │ │ ├── unary=18_8.py │ │ └── unary=18_9.py │ ├── unary=19 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=19_1.py │ │ ├── unary=19_10.py │ │ ├── unary=19_2.py │ │ ├── unary=19_3.py │ │ ├── unary=19_4.py │ │ ├── unary=19_5.py │ │ ├── unary=19_6.py │ │ ├── unary=19_7.py │ │ ├── unary=19_8.py │ │ └── unary=19_9.py │ ├── unary=2 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=2_1.py │ │ ├── unary=2_10.py │ │ ├── unary=2_2.py │ │ ├── unary=2_3.py │ │ ├── unary=2_4.py │ │ ├── unary=2_5.py │ │ ├── unary=2_6.py │ │ ├── unary=2_7.py │ │ ├── unary=2_8.py │ │ └── unary=2_9.py │ ├── unary=20 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=20_1.py │ │ ├── unary=20_10.py │ │ ├── unary=20_2.py │ │ ├── unary=20_3.py │ │ ├── unary=20_4.py │ │ ├── unary=20_5.py │ │ ├── unary=20_6.py │ │ ├── unary=20_7.py │ │ ├── unary=20_8.py │ │ └── unary=20_9.py │ ├── unary=21 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=21_1.py │ │ ├── unary=21_10.py │ │ ├── unary=21_2.py │ │ ├── unary=21_3.py │ │ ├── unary=21_4.py │ │ ├── unary=21_5.py │ │ ├── unary=21_6.py │ │ ├── unary=21_7.py │ │ ├── unary=21_8.py │ │ └── unary=21_9.py │ ├── unary=22 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=22_1.py │ │ ├── unary=22_10.py │ │ ├── unary=22_2.py │ │ ├── unary=22_3.py │ │ ├── unary=22_4.py │ │ ├── unary=22_5.py │ │ ├── unary=22_6.py │ │ ├── unary=22_7.py │ │ ├── unary=22_8.py │ │ └── unary=22_9.py │ ├── unary=23 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=23_1.py │ │ ├── unary=23_10.py │ │ ├── unary=23_2.py │ │ ├── unary=23_3.py │ │ ├── unary=23_4.py │ │ ├── unary=23_5.py │ │ ├── unary=23_6.py │ │ ├── unary=23_7.py │ │ ├── unary=23_8.py │ │ └── unary=23_9.py │ ├── unary=24 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=24_1.py │ │ ├── unary=24_10.py │ │ ├── unary=24_2.py │ │ ├── unary=24_3.py │ │ ├── unary=24_4.py │ │ ├── unary=24_5.py │ │ ├── unary=24_6.py │ │ ├── unary=24_7.py │ │ ├── unary=24_8.py │ │ └── unary=24_9.py │ ├── unary=25 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=25_1.py │ │ ├── unary=25_10.py │ │ ├── unary=25_2.py │ │ ├── unary=25_3.py │ │ ├── unary=25_4.py │ │ ├── unary=25_5.py │ │ ├── unary=25_6.py │ │ ├── unary=25_7.py │ │ ├── unary=25_8.py │ │ └── unary=25_9.py │ ├── unary=26 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=26_1.py │ │ ├── unary=26_10.py │ │ ├── unary=26_2.py │ │ ├── unary=26_3.py │ │ ├── unary=26_4.py │ │ ├── unary=26_5.py │ │ ├── unary=26_6.py │ │ ├── unary=26_7.py │ │ ├── unary=26_8.py │ │ └── unary=26_9.py │ ├── unary=27 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=27_1.py │ │ ├── unary=27_10.py │ │ ├── unary=27_2.py │ │ ├── unary=27_3.py │ │ ├── unary=27_4.py │ │ ├── unary=27_5.py │ │ ├── unary=27_6.py │ │ ├── unary=27_7.py │ │ ├── unary=27_8.py │ │ └── unary=27_9.py │ ├── unary=28 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=28_1.py │ │ ├── unary=28_10.py │ │ ├── unary=28_2.py │ │ ├── unary=28_3.py │ │ ├── unary=28_4.py │ │ ├── unary=28_5.py │ │ ├── unary=28_6.py │ │ ├── unary=28_7.py │ │ ├── unary=28_8.py │ │ └── unary=28_9.py │ ├── unary=29 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=29_1.py │ │ ├── unary=29_10.py │ │ ├── unary=29_2.py │ │ ├── unary=29_3.py │ │ ├── unary=29_4.py │ │ ├── unary=29_5.py │ │ ├── unary=29_6.py │ │ ├── unary=29_7.py │ │ ├── unary=29_8.py │ │ └── unary=29_9.py │ ├── unary=3 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=3_1.py │ │ ├── unary=3_10.py │ │ ├── unary=3_2.py │ │ ├── unary=3_3.py │ │ ├── unary=3_4.py │ │ ├── unary=3_5.py │ │ ├── unary=3_6.py │ │ ├── unary=3_7.py │ │ ├── unary=3_8.py │ │ └── unary=3_9.py │ ├── unary=4 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=4_1.py │ │ ├── unary=4_10.py │ │ ├── unary=4_2.py │ │ ├── unary=4_3.py │ │ ├── unary=4_4.py │ │ ├── unary=4_5.py │ │ ├── unary=4_6.py │ │ ├── unary=4_7.py │ │ ├── unary=4_8.py │ │ └── unary=4_9.py │ ├── unary=5 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=5_1.py │ │ ├── unary=5_10.py │ │ ├── unary=5_2.py │ │ ├── unary=5_3.py │ │ ├── unary=5_4.py │ │ ├── unary=5_5.py │ │ ├── unary=5_6.py │ │ ├── unary=5_7.py │ │ ├── unary=5_8.py │ │ └── unary=5_9.py │ ├── unary=6 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=6_1.py │ │ ├── unary=6_10.py │ │ ├── unary=6_2.py │ │ ├── unary=6_3.py │ │ ├── unary=6_4.py │ │ ├── unary=6_5.py │ │ ├── unary=6_6.py │ │ ├── unary=6_7.py │ │ ├── unary=6_8.py │ │ └── unary=6_9.py │ ├── unary=7 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=7_1.py │ │ ├── unary=7_10.py │ │ ├── unary=7_2.py │ │ ├── unary=7_3.py │ │ ├── unary=7_4.py │ │ ├── unary=7_5.py │ │ ├── unary=7_6.py │ │ ├── unary=7_7.py │ │ ├── unary=7_8.py │ │ └── unary=7_9.py │ ├── unary=8 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=8_1.py │ │ ├── unary=8_10.py │ │ ├── unary=8_2.py │ │ ├── unary=8_3.py │ │ ├── unary=8_4.py │ │ ├── unary=8_5.py │ │ ├── unary=8_6.py │ │ ├── unary=8_7.py │ │ ├── unary=8_8.py │ │ └── unary=8_9.py │ └── unary=9 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=9_1.py │ │ ├── unary=9_10.py │ │ ├── unary=9_2.py │ │ ├── unary=9_3.py │ │ ├── unary=9_4.py │ │ ├── unary=9_5.py │ │ ├── unary=9_6.py │ │ ├── unary=9_7.py │ │ ├── unary=9_8.py │ │ └── unary=9_9.py │ ├── step87-3shot │ ├── addmm │ │ ├── addmm_1.py │ │ ├── addmm_10.py │ │ ├── addmm_2.py │ │ ├── addmm_3.py │ │ ├── addmm_4.py │ │ ├── addmm_5.py │ │ ├── addmm_6.py │ │ ├── addmm_7.py │ │ ├── addmm_8.py │ │ ├── addmm_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── binary=0 │ │ ├── binary=0_1.py │ │ ├── binary=0_10.py │ │ ├── binary=0_2.py │ │ ├── binary=0_3.py │ │ ├── binary=0_4.py │ │ ├── binary=0_5.py │ │ ├── binary=0_6.py │ │ ├── binary=0_7.py │ │ ├── binary=0_8.py │ │ ├── binary=0_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── binary=10 │ │ ├── binary=10_1.py │ │ ├── binary=10_10.py │ │ ├── binary=10_2.py │ │ ├── binary=10_3.py │ │ ├── binary=10_4.py │ │ ├── binary=10_5.py │ │ ├── binary=10_6.py │ │ ├── binary=10_7.py │ │ ├── binary=10_8.py │ │ ├── binary=10_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── binary=2 │ │ ├── binary=2_1.py │ │ ├── binary=2_10.py │ │ ├── binary=2_2.py │ │ ├── binary=2_3.py │ │ ├── binary=2_4.py │ │ ├── binary=2_5.py │ │ ├── binary=2_6.py │ │ ├── binary=2_7.py │ │ ├── binary=2_8.py │ │ ├── binary=2_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── binary=4 │ │ ├── binary=4_1.py │ │ ├── binary=4_10.py │ │ ├── binary=4_2.py │ │ ├── binary=4_3.py │ │ ├── binary=4_4.py │ │ ├── binary=4_5.py │ │ ├── binary=4_6.py │ │ ├── binary=4_7.py │ │ ├── binary=4_8.py │ │ ├── binary=4_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── binary=6 │ │ ├── binary=6_1.py │ │ ├── binary=6_10.py │ │ ├── binary=6_2.py │ │ ├── binary=6_3.py │ │ ├── binary=6_4.py │ │ ├── binary=6_5.py │ │ ├── binary=6_6.py │ │ ├── binary=6_7.py │ │ ├── binary=6_8.py │ │ ├── binary=6_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── binary=8 │ │ ├── binary=8_1.py │ │ ├── binary=8_10.py │ │ ├── binary=8_2.py │ │ ├── binary=8_3.py │ │ ├── binary=8_4.py │ │ ├── binary=8_5.py │ │ ├── binary=8_6.py │ │ ├── binary=8_7.py │ │ ├── binary=8_8.py │ │ ├── binary=8_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── binary_unary=0 │ │ ├── binary_unary=0_1.py │ │ ├── binary_unary=0_10.py │ │ ├── binary_unary=0_2.py │ │ ├── binary_unary=0_3.py │ │ ├── binary_unary=0_4.py │ │ ├── binary_unary=0_5.py │ │ ├── binary_unary=0_6.py │ │ ├── binary_unary=0_7.py │ │ ├── binary_unary=0_8.py │ │ ├── binary_unary=0_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── binary_unary=10 │ │ ├── binary_unary=10_1.py │ │ ├── binary_unary=10_10.py │ │ ├── binary_unary=10_2.py │ │ ├── binary_unary=10_3.py │ │ ├── binary_unary=10_4.py │ │ ├── binary_unary=10_5.py │ │ ├── binary_unary=10_6.py │ │ ├── binary_unary=10_7.py │ │ ├── binary_unary=10_8.py │ │ ├── binary_unary=10_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── binary_unary=2 │ │ ├── binary_unary=2_1.py │ │ ├── binary_unary=2_10.py │ │ ├── binary_unary=2_2.py │ │ ├── binary_unary=2_3.py │ │ ├── binary_unary=2_4.py │ │ ├── binary_unary=2_5.py │ │ ├── binary_unary=2_6.py │ │ ├── binary_unary=2_7.py │ │ ├── binary_unary=2_8.py │ │ ├── binary_unary=2_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── binary_unary=4 │ │ ├── binary_unary=4_1.py │ │ ├── binary_unary=4_10.py │ │ ├── binary_unary=4_2.py │ │ ├── binary_unary=4_3.py │ │ ├── binary_unary=4_4.py │ │ ├── binary_unary=4_5.py │ │ ├── binary_unary=4_6.py │ │ ├── binary_unary=4_7.py │ │ ├── binary_unary=4_8.py │ │ ├── binary_unary=4_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── binary_unary=6 │ │ ├── binary_unary=6_1.py │ │ ├── binary_unary=6_10.py │ │ ├── binary_unary=6_2.py │ │ ├── binary_unary=6_3.py │ │ ├── binary_unary=6_4.py │ │ ├── binary_unary=6_5.py │ │ ├── binary_unary=6_6.py │ │ ├── binary_unary=6_7.py │ │ ├── binary_unary=6_8.py │ │ ├── binary_unary=6_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── binary_unary=8 │ │ ├── binary_unary=8_1.py │ │ ├── binary_unary=8_10.py │ │ ├── binary_unary=8_2.py │ │ ├── binary_unary=8_3.py │ │ ├── binary_unary=8_4.py │ │ ├── binary_unary=8_5.py │ │ ├── binary_unary=8_6.py │ │ ├── binary_unary=8_7.py │ │ ├── binary_unary=8_8.py │ │ ├── binary_unary=8_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── cat_addmm │ │ ├── cat_addmm_1.py │ │ ├── cat_addmm_10.py │ │ ├── cat_addmm_2.py │ │ ├── cat_addmm_3.py │ │ ├── cat_addmm_4.py │ │ ├── cat_addmm_5.py │ │ ├── cat_addmm_6.py │ │ ├── cat_addmm_7.py │ │ ├── cat_addmm_8.py │ │ ├── cat_addmm_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── cat_mm │ │ ├── cat_mm_1.py │ │ ├── cat_mm_10.py │ │ ├── cat_mm_2.py │ │ ├── cat_mm_3.py │ │ ├── cat_mm_4.py │ │ ├── cat_mm_5.py │ │ ├── cat_mm_6.py │ │ ├── cat_mm_7.py │ │ ├── cat_mm_8.py │ │ ├── cat_mm_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── cat_slice_cat │ │ ├── cat_slice_cat_1.py │ │ ├── cat_slice_cat_10.py │ │ ├── cat_slice_cat_2.py │ │ ├── cat_slice_cat_3.py │ │ ├── cat_slice_cat_4.py │ │ ├── cat_slice_cat_5.py │ │ ├── cat_slice_cat_6.py │ │ ├── cat_slice_cat_7.py │ │ ├── cat_slice_cat_8.py │ │ ├── cat_slice_cat_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── fuse_conv_bn │ │ ├── fuse_conv_bn_1.py │ │ ├── fuse_conv_bn_10.py │ │ ├── fuse_conv_bn_2.py │ │ ├── fuse_conv_bn_3.py │ │ ├── fuse_conv_bn_4.py │ │ ├── fuse_conv_bn_5.py │ │ ├── fuse_conv_bn_6.py │ │ ├── fuse_conv_bn_7.py │ │ ├── fuse_conv_bn_8.py │ │ ├── fuse_conv_bn_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── linear_permute_fusion │ │ ├── linear_permute_fusion_1.py │ │ ├── linear_permute_fusion_10.py │ │ ├── linear_permute_fusion_2.py │ │ ├── linear_permute_fusion_3.py │ │ ├── linear_permute_fusion_4.py │ │ ├── linear_permute_fusion_5.py │ │ ├── linear_permute_fusion_6.py │ │ ├── linear_permute_fusion_7.py │ │ ├── linear_permute_fusion_8.py │ │ ├── linear_permute_fusion_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── mm_plus_mm │ │ ├── mm_plus_mm_1.py │ │ ├── mm_plus_mm_10.py │ │ ├── mm_plus_mm_2.py │ │ ├── mm_plus_mm_3.py │ │ ├── mm_plus_mm_4.py │ │ ├── mm_plus_mm_5.py │ │ ├── mm_plus_mm_6.py │ │ ├── mm_plus_mm_7.py │ │ ├── mm_plus_mm_8.py │ │ ├── mm_plus_mm_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── outputs.json │ ├── permute_linear_fusion │ │ ├── permute_linear_fusion_1.py │ │ ├── permute_linear_fusion_10.py │ │ ├── permute_linear_fusion_2.py │ │ ├── permute_linear_fusion_3.py │ │ ├── permute_linear_fusion_4.py │ │ ├── permute_linear_fusion_5.py │ │ ├── permute_linear_fusion_6.py │ │ ├── permute_linear_fusion_7.py │ │ ├── permute_linear_fusion_8.py │ │ ├── permute_linear_fusion_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── permute_matmul_fusion │ │ ├── permute_matmul_fusion_1.py │ │ ├── permute_matmul_fusion_10.py │ │ ├── permute_matmul_fusion_2.py │ │ ├── permute_matmul_fusion_3.py │ │ ├── permute_matmul_fusion_4.py │ │ ├── permute_matmul_fusion_5.py │ │ ├── permute_matmul_fusion_6.py │ │ ├── permute_matmul_fusion_7.py │ │ ├── permute_matmul_fusion_8.py │ │ ├── permute_matmul_fusion_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── pointless_cumsum_replacement │ │ ├── pointless_cumsum_replacement_1.py │ │ ├── pointless_cumsum_replacement_10.py │ │ ├── pointless_cumsum_replacement_2.py │ │ ├── pointless_cumsum_replacement_3.py │ │ ├── pointless_cumsum_replacement_4.py │ │ ├── pointless_cumsum_replacement_5.py │ │ ├── pointless_cumsum_replacement_6.py │ │ ├── pointless_cumsum_replacement_7.py │ │ ├── pointless_cumsum_replacement_8.py │ │ ├── pointless_cumsum_replacement_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── replace_fx │ │ ├── prompt.txt │ │ ├── replace_fx_1.py │ │ ├── replace_fx_10.py │ │ ├── replace_fx_2.py │ │ ├── replace_fx_3.py │ │ ├── replace_fx_4.py │ │ ├── replace_fx_5.py │ │ ├── replace_fx_6.py │ │ ├── replace_fx_7.py │ │ ├── replace_fx_8.py │ │ ├── replace_fx_9.py │ │ └── time.txt │ ├── sfdp=0 │ │ ├── prompt.txt │ │ ├── sfdp=0_1.py │ │ ├── sfdp=0_10.py │ │ ├── sfdp=0_2.py │ │ ├── sfdp=0_3.py │ │ ├── sfdp=0_4.py │ │ ├── sfdp=0_5.py │ │ ├── sfdp=0_6.py │ │ ├── sfdp=0_7.py │ │ ├── sfdp=0_8.py │ │ ├── sfdp=0_9.py │ │ └── time.txt │ ├── sfdp=1 │ │ ├── prompt.txt │ │ ├── sfdp=1_1.py │ │ ├── sfdp=1_10.py │ │ ├── sfdp=1_2.py │ │ ├── sfdp=1_3.py │ │ ├── sfdp=1_4.py │ │ ├── sfdp=1_5.py │ │ ├── sfdp=1_6.py │ │ ├── sfdp=1_7.py │ │ ├── sfdp=1_8.py │ │ ├── sfdp=1_9.py │ │ └── time.txt │ ├── sfdp=2 │ │ ├── prompt.txt │ │ ├── sfdp=2_1.py │ │ ├── sfdp=2_10.py │ │ ├── sfdp=2_2.py │ │ ├── sfdp=2_3.py │ │ ├── sfdp=2_4.py │ │ ├── sfdp=2_5.py │ │ ├── sfdp=2_6.py │ │ ├── sfdp=2_7.py │ │ ├── sfdp=2_8.py │ │ ├── sfdp=2_9.py │ │ └── time.txt │ ├── sfdp=3 │ │ ├── prompt.txt │ │ ├── sfdp=3_1.py │ │ ├── sfdp=3_10.py │ │ ├── sfdp=3_2.py │ │ ├── sfdp=3_3.py │ │ ├── sfdp=3_4.py │ │ ├── sfdp=3_5.py │ │ ├── sfdp=3_6.py │ │ ├── sfdp=3_7.py │ │ ├── sfdp=3_8.py │ │ ├── sfdp=3_9.py │ │ └── time.txt │ ├── sfdp=4 │ │ ├── prompt.txt │ │ ├── sfdp=4_1.py │ │ ├── sfdp=4_10.py │ │ ├── sfdp=4_2.py │ │ ├── sfdp=4_3.py │ │ ├── sfdp=4_4.py │ │ ├── sfdp=4_5.py │ │ ├── sfdp=4_6.py │ │ ├── sfdp=4_7.py │ │ ├── sfdp=4_8.py │ │ ├── sfdp=4_9.py │ │ └── time.txt │ ├── sfdp=5 │ │ ├── prompt.txt │ │ ├── sfdp=5_1.py │ │ ├── sfdp=5_10.py │ │ ├── sfdp=5_2.py │ │ ├── sfdp=5_3.py │ │ ├── sfdp=5_4.py │ │ ├── sfdp=5_5.py │ │ ├── sfdp=5_6.py │ │ ├── sfdp=5_7.py │ │ ├── sfdp=5_8.py │ │ ├── sfdp=5_9.py │ │ └── time.txt │ ├── sink_cat_after_pointwise │ │ ├── prompt.txt │ │ ├── sink_cat_after_pointwise_1.py │ │ ├── sink_cat_after_pointwise_10.py │ │ ├── sink_cat_after_pointwise_2.py │ │ ├── sink_cat_after_pointwise_3.py │ │ ├── sink_cat_after_pointwise_4.py │ │ ├── sink_cat_after_pointwise_5.py │ │ ├── sink_cat_after_pointwise_6.py │ │ ├── sink_cat_after_pointwise_7.py │ │ ├── sink_cat_after_pointwise_8.py │ │ ├── sink_cat_after_pointwise_9.py │ │ └── time.txt │ ├── splitwithsizes_cat_replace │ │ ├── prompt.txt │ │ ├── splitwithsizes_cat_replace_1.py │ │ ├── splitwithsizes_cat_replace_10.py │ │ ├── splitwithsizes_cat_replace_2.py │ │ ├── splitwithsizes_cat_replace_3.py │ │ ├── splitwithsizes_cat_replace_4.py │ │ ├── splitwithsizes_cat_replace_5.py │ │ ├── splitwithsizes_cat_replace_6.py │ │ ├── splitwithsizes_cat_replace_7.py │ │ ├── splitwithsizes_cat_replace_8.py │ │ ├── splitwithsizes_cat_replace_9.py │ │ └── time.txt │ ├── unary=0 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=0_1.py │ │ ├── unary=0_10.py │ │ ├── unary=0_2.py │ │ ├── unary=0_3.py │ │ ├── unary=0_4.py │ │ ├── unary=0_5.py │ │ ├── unary=0_6.py │ │ ├── unary=0_7.py │ │ ├── unary=0_8.py │ │ └── unary=0_9.py │ ├── unary=1 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=1_1.py │ │ ├── unary=1_10.py │ │ ├── unary=1_2.py │ │ ├── unary=1_3.py │ │ ├── unary=1_4.py │ │ ├── unary=1_5.py │ │ ├── unary=1_6.py │ │ ├── unary=1_7.py │ │ ├── unary=1_8.py │ │ └── unary=1_9.py │ ├── unary=10 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=10_1.py │ │ ├── unary=10_10.py │ │ ├── unary=10_2.py │ │ ├── unary=10_3.py │ │ ├── unary=10_4.py │ │ ├── unary=10_5.py │ │ ├── unary=10_6.py │ │ ├── unary=10_7.py │ │ ├── unary=10_8.py │ │ └── unary=10_9.py │ ├── unary=11 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=11_1.py │ │ ├── unary=11_10.py │ │ ├── unary=11_2.py │ │ ├── unary=11_3.py │ │ ├── unary=11_4.py │ │ ├── unary=11_5.py │ │ ├── unary=11_6.py │ │ ├── unary=11_7.py │ │ ├── unary=11_8.py │ │ └── unary=11_9.py │ ├── unary=12 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=12_1.py │ │ ├── unary=12_10.py │ │ ├── unary=12_2.py │ │ ├── unary=12_3.py │ │ ├── unary=12_4.py │ │ ├── unary=12_5.py │ │ ├── unary=12_6.py │ │ ├── unary=12_7.py │ │ ├── unary=12_8.py │ │ └── unary=12_9.py │ ├── unary=13 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=13_1.py │ │ ├── unary=13_10.py │ │ ├── unary=13_2.py │ │ ├── unary=13_3.py │ │ ├── unary=13_4.py │ │ ├── unary=13_5.py │ │ ├── unary=13_6.py │ │ ├── unary=13_7.py │ │ ├── unary=13_8.py │ │ └── unary=13_9.py │ ├── unary=14 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=14_1.py │ │ ├── unary=14_10.py │ │ ├── unary=14_2.py │ │ ├── unary=14_3.py │ │ ├── unary=14_4.py │ │ ├── unary=14_5.py │ │ ├── unary=14_6.py │ │ ├── unary=14_7.py │ │ ├── unary=14_8.py │ │ └── unary=14_9.py │ ├── unary=15 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=15_1.py │ │ ├── unary=15_10.py │ │ ├── unary=15_2.py │ │ ├── unary=15_3.py │ │ ├── unary=15_4.py │ │ ├── unary=15_5.py │ │ ├── unary=15_6.py │ │ ├── unary=15_7.py │ │ ├── unary=15_8.py │ │ └── unary=15_9.py │ ├── unary=16 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=16_1.py │ │ ├── unary=16_10.py │ │ ├── unary=16_2.py │ │ ├── unary=16_3.py │ │ ├── unary=16_4.py │ │ ├── unary=16_5.py │ │ ├── unary=16_6.py │ │ ├── unary=16_7.py │ │ ├── unary=16_8.py │ │ └── unary=16_9.py │ ├── unary=17 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=17_1.py │ │ ├── unary=17_10.py │ │ ├── unary=17_2.py │ │ ├── unary=17_3.py │ │ ├── unary=17_4.py │ │ ├── unary=17_5.py │ │ ├── unary=17_6.py │ │ ├── unary=17_7.py │ │ ├── unary=17_8.py │ │ └── unary=17_9.py │ ├── unary=18 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=18_1.py │ │ ├── unary=18_10.py │ │ ├── unary=18_2.py │ │ ├── unary=18_3.py │ │ ├── unary=18_4.py │ │ ├── unary=18_5.py │ │ ├── unary=18_6.py │ │ ├── unary=18_7.py │ │ ├── unary=18_8.py │ │ └── unary=18_9.py │ ├── unary=19 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=19_1.py │ │ ├── unary=19_10.py │ │ ├── unary=19_2.py │ │ ├── unary=19_3.py │ │ ├── unary=19_4.py │ │ ├── unary=19_5.py │ │ ├── unary=19_6.py │ │ ├── unary=19_7.py │ │ ├── unary=19_8.py │ │ └── unary=19_9.py │ ├── unary=2 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=2_1.py │ │ ├── unary=2_10.py │ │ ├── unary=2_2.py │ │ ├── unary=2_3.py │ │ ├── unary=2_4.py │ │ ├── unary=2_5.py │ │ ├── unary=2_6.py │ │ ├── unary=2_7.py │ │ ├── unary=2_8.py │ │ └── unary=2_9.py │ ├── unary=20 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=20_1.py │ │ ├── unary=20_10.py │ │ ├── unary=20_2.py │ │ ├── unary=20_3.py │ │ ├── unary=20_4.py │ │ ├── unary=20_5.py │ │ ├── unary=20_6.py │ │ ├── unary=20_7.py │ │ ├── unary=20_8.py │ │ └── unary=20_9.py │ ├── unary=21 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=21_1.py │ │ ├── unary=21_10.py │ │ ├── unary=21_2.py │ │ ├── unary=21_3.py │ │ ├── unary=21_4.py │ │ ├── unary=21_5.py │ │ ├── unary=21_6.py │ │ ├── unary=21_7.py │ │ ├── unary=21_8.py │ │ └── unary=21_9.py │ ├── unary=22 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=22_1.py │ │ ├── unary=22_10.py │ │ ├── unary=22_2.py │ │ ├── unary=22_3.py │ │ ├── unary=22_4.py │ │ ├── unary=22_5.py │ │ ├── unary=22_6.py │ │ ├── unary=22_7.py │ │ ├── unary=22_8.py │ │ └── unary=22_9.py │ ├── unary=23 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=23_1.py │ │ ├── unary=23_10.py │ │ ├── unary=23_2.py │ │ ├── unary=23_3.py │ │ ├── unary=23_4.py │ │ ├── unary=23_5.py │ │ ├── unary=23_6.py │ │ ├── unary=23_7.py │ │ ├── unary=23_8.py │ │ └── unary=23_9.py │ ├── unary=24 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=24_1.py │ │ ├── unary=24_10.py │ │ ├── unary=24_2.py │ │ ├── unary=24_3.py │ │ ├── unary=24_4.py │ │ ├── unary=24_5.py │ │ ├── unary=24_6.py │ │ ├── unary=24_7.py │ │ ├── unary=24_8.py │ │ └── unary=24_9.py │ ├── unary=25 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=25_1.py │ │ ├── unary=25_10.py │ │ ├── unary=25_2.py │ │ ├── unary=25_3.py │ │ ├── unary=25_4.py │ │ ├── unary=25_5.py │ │ ├── unary=25_6.py │ │ ├── unary=25_7.py │ │ ├── unary=25_8.py │ │ └── unary=25_9.py │ ├── unary=26 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=26_1.py │ │ ├── unary=26_10.py │ │ ├── unary=26_2.py │ │ ├── unary=26_3.py │ │ ├── unary=26_4.py │ │ ├── unary=26_5.py │ │ ├── unary=26_6.py │ │ ├── unary=26_7.py │ │ ├── unary=26_8.py │ │ └── unary=26_9.py │ ├── unary=27 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=27_1.py │ │ ├── unary=27_10.py │ │ ├── unary=27_2.py │ │ ├── unary=27_3.py │ │ ├── unary=27_4.py │ │ ├── unary=27_5.py │ │ ├── unary=27_6.py │ │ ├── unary=27_7.py │ │ ├── unary=27_8.py │ │ └── unary=27_9.py │ ├── unary=28 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=28_1.py │ │ ├── unary=28_10.py │ │ ├── unary=28_2.py │ │ ├── unary=28_3.py │ │ ├── unary=28_4.py │ │ ├── unary=28_5.py │ │ ├── unary=28_6.py │ │ ├── unary=28_7.py │ │ ├── unary=28_8.py │ │ └── unary=28_9.py │ ├── unary=29 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=29_1.py │ │ ├── unary=29_10.py │ │ ├── unary=29_2.py │ │ ├── unary=29_3.py │ │ ├── unary=29_4.py │ │ ├── unary=29_5.py │ │ ├── unary=29_6.py │ │ ├── unary=29_7.py │ │ ├── unary=29_8.py │ │ └── unary=29_9.py │ ├── unary=3 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=3_1.py │ │ ├── unary=3_10.py │ │ ├── unary=3_2.py │ │ ├── unary=3_3.py │ │ ├── unary=3_4.py │ │ ├── unary=3_5.py │ │ ├── unary=3_6.py │ │ ├── unary=3_7.py │ │ ├── unary=3_8.py │ │ └── unary=3_9.py │ ├── unary=4 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=4_1.py │ │ ├── unary=4_10.py │ │ ├── unary=4_2.py │ │ ├── unary=4_3.py │ │ ├── unary=4_4.py │ │ ├── unary=4_5.py │ │ ├── unary=4_6.py │ │ ├── unary=4_7.py │ │ ├── unary=4_8.py │ │ └── unary=4_9.py │ ├── unary=5 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=5_1.py │ │ ├── unary=5_10.py │ │ ├── unary=5_2.py │ │ ├── unary=5_3.py │ │ ├── unary=5_4.py │ │ ├── unary=5_5.py │ │ ├── unary=5_6.py │ │ ├── unary=5_7.py │ │ ├── unary=5_8.py │ │ └── unary=5_9.py │ ├── unary=6 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=6_1.py │ │ ├── unary=6_10.py │ │ ├── unary=6_2.py │ │ ├── unary=6_3.py │ │ ├── unary=6_4.py │ │ ├── unary=6_5.py │ │ ├── unary=6_6.py │ │ ├── unary=6_7.py │ │ ├── unary=6_8.py │ │ └── unary=6_9.py │ ├── unary=7 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=7_1.py │ │ ├── unary=7_10.py │ │ ├── unary=7_2.py │ │ ├── unary=7_3.py │ │ ├── unary=7_4.py │ │ ├── unary=7_5.py │ │ ├── unary=7_6.py │ │ ├── unary=7_7.py │ │ ├── unary=7_8.py │ │ └── unary=7_9.py │ ├── unary=8 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=8_1.py │ │ ├── unary=8_10.py │ │ ├── unary=8_2.py │ │ ├── unary=8_3.py │ │ ├── unary=8_4.py │ │ ├── unary=8_5.py │ │ ├── unary=8_6.py │ │ ├── unary=8_7.py │ │ ├── unary=8_8.py │ │ └── unary=8_9.py │ └── unary=9 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=9_1.py │ │ ├── unary=9_10.py │ │ ├── unary=9_2.py │ │ ├── unary=9_3.py │ │ ├── unary=9_4.py │ │ ├── unary=9_5.py │ │ ├── unary=9_6.py │ │ ├── unary=9_7.py │ │ ├── unary=9_8.py │ │ └── unary=9_9.py │ ├── step88-3shot │ ├── addmm │ │ ├── addmm_1.py │ │ ├── addmm_10.py │ │ ├── addmm_2.py │ │ ├── addmm_3.py │ │ ├── addmm_4.py │ │ ├── addmm_5.py │ │ ├── addmm_6.py │ │ ├── addmm_7.py │ │ ├── addmm_8.py │ │ ├── addmm_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── binary=0 │ │ ├── binary=0_1.py │ │ ├── binary=0_10.py │ │ ├── binary=0_2.py │ │ ├── binary=0_3.py │ │ ├── binary=0_4.py │ │ ├── binary=0_5.py │ │ ├── binary=0_6.py │ │ ├── binary=0_7.py │ │ ├── binary=0_8.py │ │ ├── binary=0_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── binary=10 │ │ ├── binary=10_1.py │ │ ├── binary=10_10.py │ │ ├── binary=10_2.py │ │ ├── binary=10_3.py │ │ ├── binary=10_4.py │ │ ├── binary=10_5.py │ │ ├── binary=10_6.py │ │ ├── binary=10_7.py │ │ ├── binary=10_8.py │ │ ├── binary=10_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── binary=2 │ │ ├── binary=2_1.py │ │ ├── binary=2_10.py │ │ ├── binary=2_2.py │ │ ├── binary=2_3.py │ │ ├── binary=2_4.py │ │ ├── binary=2_5.py │ │ ├── binary=2_6.py │ │ ├── binary=2_7.py │ │ ├── binary=2_8.py │ │ ├── binary=2_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── binary=4 │ │ ├── binary=4_1.py │ │ ├── binary=4_10.py │ │ ├── binary=4_2.py │ │ ├── binary=4_3.py │ │ ├── binary=4_4.py │ │ ├── binary=4_5.py │ │ ├── binary=4_6.py │ │ ├── binary=4_7.py │ │ ├── binary=4_8.py │ │ ├── binary=4_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── binary=6 │ │ ├── binary=6_1.py │ │ ├── binary=6_10.py │ │ ├── binary=6_2.py │ │ ├── binary=6_3.py │ │ ├── binary=6_4.py │ │ ├── binary=6_5.py │ │ ├── binary=6_6.py │ │ ├── binary=6_7.py │ │ ├── binary=6_8.py │ │ ├── binary=6_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── binary=8 │ │ ├── binary=8_1.py │ │ ├── binary=8_10.py │ │ ├── binary=8_2.py │ │ ├── binary=8_3.py │ │ ├── binary=8_4.py │ │ ├── binary=8_5.py │ │ ├── binary=8_6.py │ │ ├── binary=8_7.py │ │ ├── binary=8_8.py │ │ ├── binary=8_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── binary_unary=0 │ │ ├── binary_unary=0_1.py │ │ ├── binary_unary=0_10.py │ │ ├── binary_unary=0_2.py │ │ ├── binary_unary=0_3.py │ │ ├── binary_unary=0_4.py │ │ ├── binary_unary=0_5.py │ │ ├── binary_unary=0_6.py │ │ ├── binary_unary=0_7.py │ │ ├── binary_unary=0_8.py │ │ ├── binary_unary=0_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── binary_unary=10 │ │ ├── binary_unary=10_1.py │ │ ├── binary_unary=10_10.py │ │ ├── binary_unary=10_2.py │ │ ├── binary_unary=10_3.py │ │ ├── binary_unary=10_4.py │ │ ├── binary_unary=10_5.py │ │ ├── binary_unary=10_6.py │ │ ├── binary_unary=10_7.py │ │ ├── binary_unary=10_8.py │ │ ├── binary_unary=10_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── binary_unary=2 │ │ ├── binary_unary=2_1.py │ │ ├── binary_unary=2_10.py │ │ ├── binary_unary=2_2.py │ │ ├── binary_unary=2_3.py │ │ ├── binary_unary=2_4.py │ │ ├── binary_unary=2_5.py │ │ ├── binary_unary=2_6.py │ │ ├── binary_unary=2_7.py │ │ ├── binary_unary=2_8.py │ │ ├── binary_unary=2_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── binary_unary=4 │ │ ├── binary_unary=4_1.py │ │ ├── binary_unary=4_10.py │ │ ├── binary_unary=4_2.py │ │ ├── binary_unary=4_3.py │ │ ├── binary_unary=4_4.py │ │ ├── binary_unary=4_5.py │ │ ├── binary_unary=4_6.py │ │ ├── binary_unary=4_7.py │ │ ├── binary_unary=4_8.py │ │ ├── binary_unary=4_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── binary_unary=6 │ │ ├── binary_unary=6_1.py │ │ ├── binary_unary=6_10.py │ │ ├── binary_unary=6_2.py │ │ ├── binary_unary=6_3.py │ │ ├── binary_unary=6_4.py │ │ ├── binary_unary=6_5.py │ │ ├── binary_unary=6_6.py │ │ ├── binary_unary=6_7.py │ │ ├── binary_unary=6_8.py │ │ ├── binary_unary=6_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── binary_unary=8 │ │ ├── binary_unary=8_1.py │ │ ├── binary_unary=8_10.py │ │ ├── binary_unary=8_2.py │ │ ├── binary_unary=8_3.py │ │ ├── binary_unary=8_4.py │ │ ├── binary_unary=8_5.py │ │ ├── binary_unary=8_6.py │ │ ├── binary_unary=8_7.py │ │ ├── binary_unary=8_8.py │ │ ├── binary_unary=8_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── cat_addmm │ │ ├── cat_addmm_1.py │ │ ├── cat_addmm_10.py │ │ ├── cat_addmm_2.py │ │ ├── cat_addmm_3.py │ │ ├── cat_addmm_4.py │ │ ├── cat_addmm_5.py │ │ ├── cat_addmm_6.py │ │ ├── cat_addmm_7.py │ │ ├── cat_addmm_8.py │ │ ├── cat_addmm_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── cat_mm │ │ ├── cat_mm_1.py │ │ ├── cat_mm_10.py │ │ ├── cat_mm_2.py │ │ ├── cat_mm_3.py │ │ ├── cat_mm_4.py │ │ ├── cat_mm_5.py │ │ ├── cat_mm_6.py │ │ ├── cat_mm_7.py │ │ ├── cat_mm_8.py │ │ ├── cat_mm_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── cat_slice_cat │ │ ├── cat_slice_cat_1.py │ │ ├── cat_slice_cat_10.py │ │ ├── cat_slice_cat_2.py │ │ ├── cat_slice_cat_3.py │ │ ├── cat_slice_cat_4.py │ │ ├── cat_slice_cat_5.py │ │ ├── cat_slice_cat_6.py │ │ ├── cat_slice_cat_7.py │ │ ├── cat_slice_cat_8.py │ │ ├── cat_slice_cat_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── fuse_conv_bn │ │ ├── fuse_conv_bn_1.py │ │ ├── fuse_conv_bn_10.py │ │ ├── fuse_conv_bn_2.py │ │ ├── fuse_conv_bn_3.py │ │ ├── fuse_conv_bn_4.py │ │ ├── fuse_conv_bn_5.py │ │ ├── fuse_conv_bn_6.py │ │ ├── fuse_conv_bn_7.py │ │ ├── fuse_conv_bn_8.py │ │ ├── fuse_conv_bn_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── linear_permute_fusion │ │ ├── linear_permute_fusion_1.py │ │ ├── linear_permute_fusion_10.py │ │ ├── linear_permute_fusion_2.py │ │ ├── linear_permute_fusion_3.py │ │ ├── linear_permute_fusion_4.py │ │ ├── linear_permute_fusion_5.py │ │ ├── linear_permute_fusion_6.py │ │ ├── linear_permute_fusion_7.py │ │ ├── linear_permute_fusion_8.py │ │ ├── linear_permute_fusion_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── mm_plus_mm │ │ ├── mm_plus_mm_1.py │ │ ├── mm_plus_mm_10.py │ │ ├── mm_plus_mm_2.py │ │ ├── mm_plus_mm_3.py │ │ ├── mm_plus_mm_4.py │ │ ├── mm_plus_mm_5.py │ │ ├── mm_plus_mm_6.py │ │ ├── mm_plus_mm_7.py │ │ ├── mm_plus_mm_8.py │ │ ├── mm_plus_mm_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── outputs.json │ ├── permute_linear_fusion │ │ ├── permute_linear_fusion_1.py │ │ ├── permute_linear_fusion_10.py │ │ ├── permute_linear_fusion_2.py │ │ ├── permute_linear_fusion_3.py │ │ ├── permute_linear_fusion_4.py │ │ ├── permute_linear_fusion_5.py │ │ ├── permute_linear_fusion_6.py │ │ ├── permute_linear_fusion_7.py │ │ ├── permute_linear_fusion_8.py │ │ ├── permute_linear_fusion_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── permute_matmul_fusion │ │ ├── permute_matmul_fusion_1.py │ │ ├── permute_matmul_fusion_10.py │ │ ├── permute_matmul_fusion_2.py │ │ ├── permute_matmul_fusion_3.py │ │ ├── permute_matmul_fusion_4.py │ │ ├── permute_matmul_fusion_5.py │ │ ├── permute_matmul_fusion_6.py │ │ ├── permute_matmul_fusion_7.py │ │ ├── permute_matmul_fusion_8.py │ │ ├── permute_matmul_fusion_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── pointless_cumsum_replacement │ │ ├── pointless_cumsum_replacement_1.py │ │ ├── pointless_cumsum_replacement_10.py │ │ ├── pointless_cumsum_replacement_2.py │ │ ├── pointless_cumsum_replacement_3.py │ │ ├── pointless_cumsum_replacement_4.py │ │ ├── pointless_cumsum_replacement_5.py │ │ ├── pointless_cumsum_replacement_6.py │ │ ├── pointless_cumsum_replacement_7.py │ │ ├── pointless_cumsum_replacement_8.py │ │ ├── pointless_cumsum_replacement_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── replace_fx │ │ ├── prompt.txt │ │ ├── replace_fx_1.py │ │ ├── replace_fx_10.py │ │ ├── replace_fx_2.py │ │ ├── replace_fx_3.py │ │ ├── replace_fx_4.py │ │ ├── replace_fx_5.py │ │ ├── replace_fx_6.py │ │ ├── replace_fx_7.py │ │ ├── replace_fx_8.py │ │ ├── replace_fx_9.py │ │ └── time.txt │ ├── sfdp=0 │ │ ├── prompt.txt │ │ ├── sfdp=0_1.py │ │ ├── sfdp=0_10.py │ │ ├── sfdp=0_2.py │ │ ├── sfdp=0_3.py │ │ ├── sfdp=0_4.py │ │ ├── sfdp=0_5.py │ │ ├── sfdp=0_6.py │ │ ├── sfdp=0_7.py │ │ ├── sfdp=0_8.py │ │ ├── sfdp=0_9.py │ │ └── time.txt │ ├── sfdp=1 │ │ ├── prompt.txt │ │ ├── sfdp=1_1.py │ │ ├── sfdp=1_10.py │ │ ├── sfdp=1_2.py │ │ ├── sfdp=1_3.py │ │ ├── sfdp=1_4.py │ │ ├── sfdp=1_5.py │ │ ├── sfdp=1_6.py │ │ ├── sfdp=1_7.py │ │ ├── sfdp=1_8.py │ │ ├── sfdp=1_9.py │ │ └── time.txt │ ├── sfdp=2 │ │ ├── prompt.txt │ │ ├── sfdp=2_1.py │ │ ├── sfdp=2_10.py │ │ ├── sfdp=2_2.py │ │ ├── sfdp=2_3.py │ │ ├── sfdp=2_4.py │ │ ├── sfdp=2_5.py │ │ ├── sfdp=2_6.py │ │ ├── sfdp=2_7.py │ │ ├── sfdp=2_8.py │ │ ├── sfdp=2_9.py │ │ └── time.txt │ ├── sfdp=3 │ │ ├── prompt.txt │ │ ├── sfdp=3_1.py │ │ ├── sfdp=3_10.py │ │ ├── sfdp=3_2.py │ │ ├── sfdp=3_3.py │ │ ├── sfdp=3_4.py │ │ ├── sfdp=3_5.py │ │ ├── sfdp=3_6.py │ │ ├── sfdp=3_7.py │ │ ├── sfdp=3_8.py │ │ ├── sfdp=3_9.py │ │ └── time.txt │ ├── sfdp=4 │ │ ├── prompt.txt │ │ ├── sfdp=4_1.py │ │ ├── sfdp=4_10.py │ │ ├── sfdp=4_2.py │ │ ├── sfdp=4_3.py │ │ ├── sfdp=4_4.py │ │ ├── sfdp=4_5.py │ │ ├── sfdp=4_6.py │ │ ├── sfdp=4_7.py │ │ ├── sfdp=4_8.py │ │ ├── sfdp=4_9.py │ │ └── time.txt │ ├── sfdp=5 │ │ ├── prompt.txt │ │ ├── sfdp=5_1.py │ │ ├── sfdp=5_10.py │ │ ├── sfdp=5_2.py │ │ ├── sfdp=5_3.py │ │ ├── sfdp=5_4.py │ │ ├── sfdp=5_5.py │ │ ├── sfdp=5_6.py │ │ ├── sfdp=5_7.py │ │ ├── sfdp=5_8.py │ │ ├── sfdp=5_9.py │ │ └── time.txt │ ├── sink_cat_after_pointwise │ │ ├── prompt.txt │ │ ├── sink_cat_after_pointwise_1.py │ │ ├── sink_cat_after_pointwise_10.py │ │ ├── sink_cat_after_pointwise_2.py │ │ ├── sink_cat_after_pointwise_3.py │ │ ├── sink_cat_after_pointwise_4.py │ │ ├── sink_cat_after_pointwise_5.py │ │ ├── sink_cat_after_pointwise_6.py │ │ ├── sink_cat_after_pointwise_7.py │ │ ├── sink_cat_after_pointwise_8.py │ │ ├── sink_cat_after_pointwise_9.py │ │ └── time.txt │ ├── splitwithsizes_cat_replace │ │ ├── prompt.txt │ │ ├── splitwithsizes_cat_replace_1.py │ │ ├── splitwithsizes_cat_replace_10.py │ │ ├── splitwithsizes_cat_replace_2.py │ │ ├── splitwithsizes_cat_replace_3.py │ │ ├── splitwithsizes_cat_replace_4.py │ │ ├── splitwithsizes_cat_replace_5.py │ │ ├── splitwithsizes_cat_replace_6.py │ │ ├── splitwithsizes_cat_replace_7.py │ │ ├── splitwithsizes_cat_replace_8.py │ │ ├── splitwithsizes_cat_replace_9.py │ │ └── time.txt │ ├── unary=0 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=0_1.py │ │ ├── unary=0_10.py │ │ ├── unary=0_2.py │ │ ├── unary=0_3.py │ │ ├── unary=0_4.py │ │ ├── unary=0_5.py │ │ ├── unary=0_6.py │ │ ├── unary=0_7.py │ │ ├── unary=0_8.py │ │ └── unary=0_9.py │ ├── unary=1 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=1_1.py │ │ ├── unary=1_10.py │ │ ├── unary=1_2.py │ │ ├── unary=1_3.py │ │ ├── unary=1_4.py │ │ ├── unary=1_5.py │ │ ├── unary=1_6.py │ │ ├── unary=1_7.py │ │ ├── unary=1_8.py │ │ └── unary=1_9.py │ ├── unary=10 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=10_1.py │ │ ├── unary=10_10.py │ │ ├── unary=10_2.py │ │ ├── unary=10_3.py │ │ ├── unary=10_4.py │ │ ├── unary=10_5.py │ │ ├── unary=10_6.py │ │ ├── unary=10_7.py │ │ ├── unary=10_8.py │ │ └── unary=10_9.py │ ├── unary=11 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=11_1.py │ │ ├── unary=11_10.py │ │ ├── unary=11_2.py │ │ ├── unary=11_3.py │ │ ├── unary=11_4.py │ │ ├── unary=11_5.py │ │ ├── unary=11_6.py │ │ ├── unary=11_7.py │ │ ├── unary=11_8.py │ │ └── unary=11_9.py │ ├── unary=12 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=12_1.py │ │ ├── unary=12_10.py │ │ ├── unary=12_2.py │ │ ├── unary=12_3.py │ │ ├── unary=12_4.py │ │ ├── unary=12_5.py │ │ ├── unary=12_6.py │ │ ├── unary=12_7.py │ │ ├── unary=12_8.py │ │ └── unary=12_9.py │ ├── unary=13 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=13_1.py │ │ ├── unary=13_10.py │ │ ├── unary=13_2.py │ │ ├── unary=13_3.py │ │ ├── unary=13_4.py │ │ ├── unary=13_5.py │ │ ├── unary=13_6.py │ │ ├── unary=13_7.py │ │ ├── unary=13_8.py │ │ └── unary=13_9.py │ ├── unary=14 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=14_1.py │ │ ├── unary=14_10.py │ │ ├── unary=14_2.py │ │ ├── unary=14_3.py │ │ ├── unary=14_4.py │ │ ├── unary=14_5.py │ │ ├── unary=14_6.py │ │ ├── unary=14_7.py │ │ ├── unary=14_8.py │ │ └── unary=14_9.py │ ├── unary=15 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=15_1.py │ │ ├── unary=15_10.py │ │ ├── unary=15_2.py │ │ ├── unary=15_3.py │ │ ├── unary=15_4.py │ │ ├── unary=15_5.py │ │ ├── unary=15_6.py │ │ ├── unary=15_7.py │ │ ├── unary=15_8.py │ │ └── unary=15_9.py │ ├── unary=16 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=16_1.py │ │ ├── unary=16_10.py │ │ ├── unary=16_2.py │ │ ├── unary=16_3.py │ │ ├── unary=16_4.py │ │ ├── unary=16_5.py │ │ ├── unary=16_6.py │ │ ├── unary=16_7.py │ │ ├── unary=16_8.py │ │ └── unary=16_9.py │ ├── unary=17 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=17_1.py │ │ ├── unary=17_10.py │ │ ├── unary=17_2.py │ │ ├── unary=17_3.py │ │ ├── unary=17_4.py │ │ ├── unary=17_5.py │ │ ├── unary=17_6.py │ │ ├── unary=17_7.py │ │ ├── unary=17_8.py │ │ └── unary=17_9.py │ ├── unary=18 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=18_1.py │ │ ├── unary=18_10.py │ │ ├── unary=18_2.py │ │ ├── unary=18_3.py │ │ ├── unary=18_4.py │ │ ├── unary=18_5.py │ │ ├── unary=18_6.py │ │ ├── unary=18_7.py │ │ ├── unary=18_8.py │ │ └── unary=18_9.py │ ├── unary=19 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=19_1.py │ │ ├── unary=19_10.py │ │ ├── unary=19_2.py │ │ ├── unary=19_3.py │ │ ├── unary=19_4.py │ │ ├── unary=19_5.py │ │ ├── unary=19_6.py │ │ ├── unary=19_7.py │ │ ├── unary=19_8.py │ │ └── unary=19_9.py │ ├── unary=2 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=2_1.py │ │ ├── unary=2_10.py │ │ ├── unary=2_2.py │ │ ├── unary=2_3.py │ │ ├── unary=2_4.py │ │ ├── unary=2_5.py │ │ ├── unary=2_6.py │ │ ├── unary=2_7.py │ │ ├── unary=2_8.py │ │ └── unary=2_9.py │ ├── unary=20 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=20_1.py │ │ ├── unary=20_10.py │ │ ├── unary=20_2.py │ │ ├── unary=20_3.py │ │ ├── unary=20_4.py │ │ ├── unary=20_5.py │ │ ├── unary=20_6.py │ │ ├── unary=20_7.py │ │ ├── unary=20_8.py │ │ └── unary=20_9.py │ ├── unary=21 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=21_1.py │ │ ├── unary=21_10.py │ │ ├── unary=21_2.py │ │ ├── unary=21_3.py │ │ ├── unary=21_4.py │ │ ├── unary=21_5.py │ │ ├── unary=21_6.py │ │ ├── unary=21_7.py │ │ ├── unary=21_8.py │ │ └── unary=21_9.py │ ├── unary=22 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=22_1.py │ │ ├── unary=22_10.py │ │ ├── unary=22_2.py │ │ ├── unary=22_3.py │ │ ├── unary=22_4.py │ │ ├── unary=22_5.py │ │ ├── unary=22_6.py │ │ ├── unary=22_7.py │ │ ├── unary=22_8.py │ │ └── unary=22_9.py │ ├── unary=23 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=23_1.py │ │ ├── unary=23_10.py │ │ ├── unary=23_2.py │ │ ├── unary=23_3.py │ │ ├── unary=23_4.py │ │ ├── unary=23_5.py │ │ ├── unary=23_6.py │ │ ├── unary=23_7.py │ │ ├── unary=23_8.py │ │ └── unary=23_9.py │ ├── unary=24 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=24_1.py │ │ ├── unary=24_10.py │ │ ├── unary=24_2.py │ │ ├── unary=24_3.py │ │ ├── unary=24_4.py │ │ ├── unary=24_5.py │ │ ├── unary=24_6.py │ │ ├── unary=24_7.py │ │ ├── unary=24_8.py │ │ └── unary=24_9.py │ ├── unary=25 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=25_1.py │ │ ├── unary=25_10.py │ │ ├── unary=25_2.py │ │ ├── unary=25_3.py │ │ ├── unary=25_4.py │ │ ├── unary=25_5.py │ │ ├── unary=25_6.py │ │ ├── unary=25_7.py │ │ ├── unary=25_8.py │ │ └── unary=25_9.py │ ├── unary=26 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=26_1.py │ │ ├── unary=26_10.py │ │ ├── unary=26_2.py │ │ ├── unary=26_3.py │ │ ├── unary=26_4.py │ │ ├── unary=26_5.py │ │ ├── unary=26_6.py │ │ ├── unary=26_7.py │ │ ├── unary=26_8.py │ │ └── unary=26_9.py │ ├── unary=27 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=27_1.py │ │ ├── unary=27_10.py │ │ ├── unary=27_2.py │ │ ├── unary=27_3.py │ │ ├── unary=27_4.py │ │ ├── unary=27_5.py │ │ ├── unary=27_6.py │ │ ├── unary=27_7.py │ │ ├── unary=27_8.py │ │ └── unary=27_9.py │ ├── unary=28 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=28_1.py │ │ ├── unary=28_10.py │ │ ├── unary=28_2.py │ │ ├── unary=28_3.py │ │ ├── unary=28_4.py │ │ ├── unary=28_5.py │ │ ├── unary=28_6.py │ │ ├── unary=28_7.py │ │ ├── unary=28_8.py │ │ └── unary=28_9.py │ ├── unary=29 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=29_1.py │ │ ├── unary=29_10.py │ │ ├── unary=29_2.py │ │ ├── unary=29_3.py │ │ ├── unary=29_4.py │ │ ├── unary=29_5.py │ │ ├── unary=29_6.py │ │ ├── unary=29_7.py │ │ ├── unary=29_8.py │ │ └── unary=29_9.py │ ├── unary=3 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=3_1.py │ │ ├── unary=3_10.py │ │ ├── unary=3_2.py │ │ ├── unary=3_3.py │ │ ├── unary=3_4.py │ │ ├── unary=3_5.py │ │ ├── unary=3_6.py │ │ ├── unary=3_7.py │ │ ├── unary=3_8.py │ │ └── unary=3_9.py │ ├── unary=4 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=4_1.py │ │ ├── unary=4_10.py │ │ ├── unary=4_2.py │ │ ├── unary=4_3.py │ │ ├── unary=4_4.py │ │ ├── unary=4_5.py │ │ ├── unary=4_6.py │ │ ├── unary=4_7.py │ │ ├── unary=4_8.py │ │ └── unary=4_9.py │ ├── unary=5 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=5_1.py │ │ ├── unary=5_10.py │ │ ├── unary=5_2.py │ │ ├── unary=5_3.py │ │ ├── unary=5_4.py │ │ ├── unary=5_5.py │ │ ├── unary=5_6.py │ │ ├── unary=5_7.py │ │ ├── unary=5_8.py │ │ └── unary=5_9.py │ ├── unary=6 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=6_1.py │ │ ├── unary=6_10.py │ │ ├── unary=6_2.py │ │ ├── unary=6_3.py │ │ ├── unary=6_4.py │ │ ├── unary=6_5.py │ │ ├── unary=6_6.py │ │ ├── unary=6_7.py │ │ ├── unary=6_8.py │ │ └── unary=6_9.py │ ├── unary=7 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=7_1.py │ │ ├── unary=7_10.py │ │ ├── unary=7_2.py │ │ ├── unary=7_3.py │ │ ├── unary=7_4.py │ │ ├── unary=7_5.py │ │ ├── unary=7_6.py │ │ ├── unary=7_7.py │ │ ├── unary=7_8.py │ │ └── unary=7_9.py │ ├── unary=8 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=8_1.py │ │ ├── unary=8_10.py │ │ ├── unary=8_2.py │ │ ├── unary=8_3.py │ │ ├── unary=8_4.py │ │ ├── unary=8_5.py │ │ ├── unary=8_6.py │ │ ├── unary=8_7.py │ │ ├── unary=8_8.py │ │ └── unary=8_9.py │ └── unary=9 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=9_1.py │ │ ├── unary=9_10.py │ │ ├── unary=9_2.py │ │ ├── unary=9_3.py │ │ ├── unary=9_4.py │ │ ├── unary=9_5.py │ │ ├── unary=9_6.py │ │ ├── unary=9_7.py │ │ ├── unary=9_8.py │ │ └── unary=9_9.py │ ├── step89-3shot │ ├── addmm │ │ ├── addmm_1.py │ │ ├── addmm_10.py │ │ ├── addmm_2.py │ │ ├── addmm_3.py │ │ ├── addmm_4.py │ │ ├── addmm_5.py │ │ ├── addmm_6.py │ │ ├── addmm_7.py │ │ ├── addmm_8.py │ │ ├── addmm_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── binary=0 │ │ ├── binary=0_1.py │ │ ├── binary=0_10.py │ │ ├── binary=0_2.py │ │ ├── binary=0_3.py │ │ ├── binary=0_4.py │ │ ├── binary=0_5.py │ │ ├── binary=0_6.py │ │ ├── binary=0_7.py │ │ ├── binary=0_8.py │ │ ├── binary=0_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── binary=10 │ │ ├── binary=10_1.py │ │ ├── binary=10_10.py │ │ ├── binary=10_2.py │ │ ├── binary=10_3.py │ │ ├── binary=10_4.py │ │ ├── binary=10_5.py │ │ ├── binary=10_6.py │ │ ├── binary=10_7.py │ │ ├── binary=10_8.py │ │ ├── binary=10_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── binary=2 │ │ ├── binary=2_1.py │ │ ├── binary=2_10.py │ │ ├── binary=2_2.py │ │ ├── binary=2_3.py │ │ ├── binary=2_4.py │ │ ├── binary=2_5.py │ │ ├── binary=2_6.py │ │ ├── binary=2_7.py │ │ ├── binary=2_8.py │ │ ├── binary=2_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── binary=4 │ │ ├── binary=4_1.py │ │ ├── binary=4_10.py │ │ ├── binary=4_2.py │ │ ├── binary=4_3.py │ │ ├── binary=4_4.py │ │ ├── binary=4_5.py │ │ ├── binary=4_6.py │ │ ├── binary=4_7.py │ │ ├── binary=4_8.py │ │ ├── binary=4_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── binary=6 │ │ ├── binary=6_1.py │ │ ├── binary=6_10.py │ │ ├── binary=6_2.py │ │ ├── binary=6_3.py │ │ ├── binary=6_4.py │ │ ├── binary=6_5.py │ │ ├── binary=6_6.py │ │ ├── binary=6_7.py │ │ ├── binary=6_8.py │ │ ├── binary=6_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── binary=8 │ │ ├── binary=8_1.py │ │ ├── binary=8_10.py │ │ ├── binary=8_2.py │ │ ├── binary=8_3.py │ │ ├── binary=8_4.py │ │ ├── binary=8_5.py │ │ ├── binary=8_6.py │ │ ├── binary=8_7.py │ │ ├── binary=8_8.py │ │ ├── binary=8_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── binary_unary=0 │ │ ├── binary_unary=0_1.py │ │ ├── binary_unary=0_10.py │ │ ├── binary_unary=0_2.py │ │ ├── binary_unary=0_3.py │ │ ├── binary_unary=0_4.py │ │ ├── binary_unary=0_5.py │ │ ├── binary_unary=0_6.py │ │ ├── binary_unary=0_7.py │ │ ├── binary_unary=0_8.py │ │ ├── binary_unary=0_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── binary_unary=10 │ │ ├── binary_unary=10_1.py │ │ ├── binary_unary=10_10.py │ │ ├── binary_unary=10_2.py │ │ ├── binary_unary=10_3.py │ │ ├── binary_unary=10_4.py │ │ ├── binary_unary=10_5.py │ │ ├── binary_unary=10_6.py │ │ ├── binary_unary=10_7.py │ │ ├── binary_unary=10_8.py │ │ ├── binary_unary=10_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── binary_unary=2 │ │ ├── binary_unary=2_1.py │ │ ├── binary_unary=2_10.py │ │ ├── binary_unary=2_2.py │ │ ├── binary_unary=2_3.py │ │ ├── binary_unary=2_4.py │ │ ├── binary_unary=2_5.py │ │ ├── binary_unary=2_6.py │ │ ├── binary_unary=2_7.py │ │ ├── binary_unary=2_8.py │ │ ├── binary_unary=2_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── binary_unary=4 │ │ ├── binary_unary=4_1.py │ │ ├── binary_unary=4_10.py │ │ ├── binary_unary=4_2.py │ │ ├── binary_unary=4_3.py │ │ ├── binary_unary=4_4.py │ │ ├── binary_unary=4_5.py │ │ ├── binary_unary=4_6.py │ │ ├── binary_unary=4_7.py │ │ ├── binary_unary=4_8.py │ │ ├── binary_unary=4_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── binary_unary=6 │ │ ├── binary_unary=6_1.py │ │ ├── binary_unary=6_10.py │ │ ├── binary_unary=6_2.py │ │ ├── binary_unary=6_3.py │ │ ├── binary_unary=6_4.py │ │ ├── binary_unary=6_5.py │ │ ├── binary_unary=6_6.py │ │ ├── binary_unary=6_7.py │ │ ├── binary_unary=6_8.py │ │ ├── binary_unary=6_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── binary_unary=8 │ │ ├── binary_unary=8_1.py │ │ ├── binary_unary=8_10.py │ │ ├── binary_unary=8_2.py │ │ ├── binary_unary=8_3.py │ │ ├── binary_unary=8_4.py │ │ ├── binary_unary=8_5.py │ │ ├── binary_unary=8_6.py │ │ ├── binary_unary=8_7.py │ │ ├── binary_unary=8_8.py │ │ ├── binary_unary=8_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── cat_addmm │ │ ├── cat_addmm_1.py │ │ ├── cat_addmm_10.py │ │ ├── cat_addmm_2.py │ │ ├── cat_addmm_3.py │ │ ├── cat_addmm_4.py │ │ ├── cat_addmm_5.py │ │ ├── cat_addmm_6.py │ │ ├── cat_addmm_7.py │ │ ├── cat_addmm_8.py │ │ ├── cat_addmm_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── cat_mm │ │ ├── cat_mm_1.py │ │ ├── cat_mm_10.py │ │ ├── cat_mm_2.py │ │ ├── cat_mm_3.py │ │ ├── cat_mm_4.py │ │ ├── cat_mm_5.py │ │ ├── cat_mm_6.py │ │ ├── cat_mm_7.py │ │ ├── cat_mm_8.py │ │ ├── cat_mm_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── cat_slice_cat │ │ ├── cat_slice_cat_1.py │ │ ├── cat_slice_cat_10.py │ │ ├── cat_slice_cat_2.py │ │ ├── cat_slice_cat_3.py │ │ ├── cat_slice_cat_4.py │ │ ├── cat_slice_cat_5.py │ │ ├── cat_slice_cat_6.py │ │ ├── cat_slice_cat_7.py │ │ ├── cat_slice_cat_8.py │ │ ├── cat_slice_cat_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── fuse_conv_bn │ │ ├── fuse_conv_bn_1.py │ │ ├── fuse_conv_bn_10.py │ │ ├── fuse_conv_bn_2.py │ │ ├── fuse_conv_bn_3.py │ │ ├── fuse_conv_bn_4.py │ │ ├── fuse_conv_bn_5.py │ │ ├── fuse_conv_bn_6.py │ │ ├── fuse_conv_bn_7.py │ │ ├── fuse_conv_bn_8.py │ │ ├── fuse_conv_bn_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── linear_permute_fusion │ │ ├── linear_permute_fusion_1.py │ │ ├── linear_permute_fusion_10.py │ │ ├── linear_permute_fusion_2.py │ │ ├── linear_permute_fusion_3.py │ │ ├── linear_permute_fusion_4.py │ │ ├── linear_permute_fusion_5.py │ │ ├── linear_permute_fusion_6.py │ │ ├── linear_permute_fusion_7.py │ │ ├── linear_permute_fusion_8.py │ │ ├── linear_permute_fusion_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── mm_plus_mm │ │ ├── mm_plus_mm_1.py │ │ ├── mm_plus_mm_10.py │ │ ├── mm_plus_mm_2.py │ │ ├── mm_plus_mm_3.py │ │ ├── mm_plus_mm_4.py │ │ ├── mm_plus_mm_5.py │ │ ├── mm_plus_mm_6.py │ │ ├── mm_plus_mm_7.py │ │ ├── mm_plus_mm_8.py │ │ ├── mm_plus_mm_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── outputs.json │ ├── permute_linear_fusion │ │ ├── permute_linear_fusion_1.py │ │ ├── permute_linear_fusion_10.py │ │ ├── permute_linear_fusion_2.py │ │ ├── permute_linear_fusion_3.py │ │ ├── permute_linear_fusion_4.py │ │ ├── permute_linear_fusion_5.py │ │ ├── permute_linear_fusion_6.py │ │ ├── permute_linear_fusion_7.py │ │ ├── permute_linear_fusion_8.py │ │ ├── permute_linear_fusion_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── permute_matmul_fusion │ │ ├── permute_matmul_fusion_1.py │ │ ├── permute_matmul_fusion_10.py │ │ ├── permute_matmul_fusion_2.py │ │ ├── permute_matmul_fusion_3.py │ │ ├── permute_matmul_fusion_4.py │ │ ├── permute_matmul_fusion_5.py │ │ ├── permute_matmul_fusion_6.py │ │ ├── permute_matmul_fusion_7.py │ │ ├── permute_matmul_fusion_8.py │ │ ├── permute_matmul_fusion_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── pointless_cumsum_replacement │ │ ├── pointless_cumsum_replacement_1.py │ │ ├── pointless_cumsum_replacement_10.py │ │ ├── pointless_cumsum_replacement_2.py │ │ ├── pointless_cumsum_replacement_3.py │ │ ├── pointless_cumsum_replacement_4.py │ │ ├── pointless_cumsum_replacement_5.py │ │ ├── pointless_cumsum_replacement_6.py │ │ ├── pointless_cumsum_replacement_7.py │ │ ├── pointless_cumsum_replacement_8.py │ │ ├── pointless_cumsum_replacement_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── replace_fx │ │ ├── prompt.txt │ │ ├── replace_fx_1.py │ │ ├── replace_fx_10.py │ │ ├── replace_fx_2.py │ │ ├── replace_fx_3.py │ │ ├── replace_fx_4.py │ │ ├── replace_fx_5.py │ │ ├── replace_fx_6.py │ │ ├── replace_fx_7.py │ │ ├── replace_fx_8.py │ │ ├── replace_fx_9.py │ │ └── time.txt │ ├── sfdp=0 │ │ ├── prompt.txt │ │ ├── sfdp=0_1.py │ │ ├── sfdp=0_10.py │ │ ├── sfdp=0_2.py │ │ ├── sfdp=0_3.py │ │ ├── sfdp=0_4.py │ │ ├── sfdp=0_5.py │ │ ├── sfdp=0_6.py │ │ ├── sfdp=0_7.py │ │ ├── sfdp=0_8.py │ │ ├── sfdp=0_9.py │ │ └── time.txt │ ├── sfdp=1 │ │ ├── prompt.txt │ │ ├── sfdp=1_1.py │ │ ├── sfdp=1_10.py │ │ ├── sfdp=1_2.py │ │ ├── sfdp=1_3.py │ │ ├── sfdp=1_4.py │ │ ├── sfdp=1_5.py │ │ ├── sfdp=1_6.py │ │ ├── sfdp=1_7.py │ │ ├── sfdp=1_8.py │ │ ├── sfdp=1_9.py │ │ └── time.txt │ ├── sfdp=2 │ │ ├── prompt.txt │ │ ├── sfdp=2_1.py │ │ ├── sfdp=2_10.py │ │ ├── sfdp=2_2.py │ │ ├── sfdp=2_3.py │ │ ├── sfdp=2_4.py │ │ ├── sfdp=2_5.py │ │ ├── sfdp=2_6.py │ │ ├── sfdp=2_7.py │ │ ├── sfdp=2_8.py │ │ ├── sfdp=2_9.py │ │ └── time.txt │ ├── sfdp=3 │ │ ├── prompt.txt │ │ ├── sfdp=3_1.py │ │ ├── sfdp=3_10.py │ │ ├── sfdp=3_2.py │ │ ├── sfdp=3_3.py │ │ ├── sfdp=3_4.py │ │ ├── sfdp=3_5.py │ │ ├── sfdp=3_6.py │ │ ├── sfdp=3_7.py │ │ ├── sfdp=3_8.py │ │ ├── sfdp=3_9.py │ │ └── time.txt │ ├── sfdp=4 │ │ ├── prompt.txt │ │ ├── sfdp=4_1.py │ │ ├── sfdp=4_10.py │ │ ├── sfdp=4_2.py │ │ ├── sfdp=4_3.py │ │ ├── sfdp=4_4.py │ │ ├── sfdp=4_5.py │ │ ├── sfdp=4_6.py │ │ ├── sfdp=4_7.py │ │ ├── sfdp=4_8.py │ │ ├── sfdp=4_9.py │ │ └── time.txt │ ├── sfdp=5 │ │ ├── prompt.txt │ │ ├── sfdp=5_1.py │ │ ├── sfdp=5_10.py │ │ ├── sfdp=5_2.py │ │ ├── sfdp=5_3.py │ │ ├── sfdp=5_4.py │ │ ├── sfdp=5_5.py │ │ ├── sfdp=5_6.py │ │ ├── sfdp=5_7.py │ │ ├── sfdp=5_8.py │ │ ├── sfdp=5_9.py │ │ └── time.txt │ ├── sink_cat_after_pointwise │ │ ├── prompt.txt │ │ ├── sink_cat_after_pointwise_1.py │ │ ├── sink_cat_after_pointwise_10.py │ │ ├── sink_cat_after_pointwise_2.py │ │ ├── sink_cat_after_pointwise_3.py │ │ ├── sink_cat_after_pointwise_4.py │ │ ├── sink_cat_after_pointwise_5.py │ │ ├── sink_cat_after_pointwise_6.py │ │ ├── sink_cat_after_pointwise_7.py │ │ ├── sink_cat_after_pointwise_8.py │ │ ├── sink_cat_after_pointwise_9.py │ │ └── time.txt │ ├── splitwithsizes_cat_replace │ │ ├── prompt.txt │ │ ├── splitwithsizes_cat_replace_1.py │ │ ├── splitwithsizes_cat_replace_10.py │ │ ├── splitwithsizes_cat_replace_2.py │ │ ├── splitwithsizes_cat_replace_3.py │ │ ├── splitwithsizes_cat_replace_4.py │ │ ├── splitwithsizes_cat_replace_5.py │ │ ├── splitwithsizes_cat_replace_6.py │ │ ├── splitwithsizes_cat_replace_7.py │ │ ├── splitwithsizes_cat_replace_8.py │ │ ├── splitwithsizes_cat_replace_9.py │ │ └── time.txt │ ├── unary=0 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=0_1.py │ │ ├── unary=0_10.py │ │ ├── unary=0_2.py │ │ ├── unary=0_3.py │ │ ├── unary=0_4.py │ │ ├── unary=0_5.py │ │ ├── unary=0_6.py │ │ ├── unary=0_7.py │ │ ├── unary=0_8.py │ │ └── unary=0_9.py │ ├── unary=1 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=1_1.py │ │ ├── unary=1_10.py │ │ ├── unary=1_2.py │ │ ├── unary=1_3.py │ │ ├── unary=1_4.py │ │ ├── unary=1_5.py │ │ ├── unary=1_6.py │ │ ├── unary=1_7.py │ │ ├── unary=1_8.py │ │ └── unary=1_9.py │ ├── unary=10 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=10_1.py │ │ ├── unary=10_10.py │ │ ├── unary=10_2.py │ │ ├── unary=10_3.py │ │ ├── unary=10_4.py │ │ ├── unary=10_5.py │ │ ├── unary=10_6.py │ │ ├── unary=10_7.py │ │ ├── unary=10_8.py │ │ └── unary=10_9.py │ ├── unary=11 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=11_1.py │ │ ├── unary=11_10.py │ │ ├── unary=11_2.py │ │ ├── unary=11_3.py │ │ ├── unary=11_4.py │ │ ├── unary=11_5.py │ │ ├── unary=11_6.py │ │ ├── unary=11_7.py │ │ ├── unary=11_8.py │ │ └── unary=11_9.py │ ├── unary=12 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=12_1.py │ │ ├── unary=12_10.py │ │ ├── unary=12_2.py │ │ ├── unary=12_3.py │ │ ├── unary=12_4.py │ │ ├── unary=12_5.py │ │ ├── unary=12_6.py │ │ ├── unary=12_7.py │ │ ├── unary=12_8.py │ │ └── unary=12_9.py │ ├── unary=13 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=13_1.py │ │ ├── unary=13_10.py │ │ ├── unary=13_2.py │ │ ├── unary=13_3.py │ │ ├── unary=13_4.py │ │ ├── unary=13_5.py │ │ ├── unary=13_6.py │ │ ├── unary=13_7.py │ │ ├── unary=13_8.py │ │ └── unary=13_9.py │ ├── unary=14 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=14_1.py │ │ ├── unary=14_10.py │ │ ├── unary=14_2.py │ │ ├── unary=14_3.py │ │ ├── unary=14_4.py │ │ ├── unary=14_5.py │ │ ├── unary=14_6.py │ │ ├── unary=14_7.py │ │ ├── unary=14_8.py │ │ └── unary=14_9.py │ ├── unary=15 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=15_1.py │ │ ├── unary=15_10.py │ │ ├── unary=15_2.py │ │ ├── unary=15_3.py │ │ ├── unary=15_4.py │ │ ├── unary=15_5.py │ │ ├── unary=15_6.py │ │ ├── unary=15_7.py │ │ ├── unary=15_8.py │ │ └── unary=15_9.py │ ├── unary=16 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=16_1.py │ │ ├── unary=16_10.py │ │ ├── unary=16_2.py │ │ ├── unary=16_3.py │ │ ├── unary=16_4.py │ │ ├── unary=16_5.py │ │ ├── unary=16_6.py │ │ ├── unary=16_7.py │ │ ├── unary=16_8.py │ │ └── unary=16_9.py │ ├── unary=17 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=17_1.py │ │ ├── unary=17_10.py │ │ ├── unary=17_2.py │ │ ├── unary=17_3.py │ │ ├── unary=17_4.py │ │ ├── unary=17_5.py │ │ ├── unary=17_6.py │ │ ├── unary=17_7.py │ │ ├── unary=17_8.py │ │ └── unary=17_9.py │ ├── unary=18 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=18_1.py │ │ ├── unary=18_10.py │ │ ├── unary=18_2.py │ │ ├── unary=18_3.py │ │ ├── unary=18_4.py │ │ ├── unary=18_5.py │ │ ├── unary=18_6.py │ │ ├── unary=18_7.py │ │ ├── unary=18_8.py │ │ └── unary=18_9.py │ ├── unary=19 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=19_1.py │ │ ├── unary=19_10.py │ │ ├── unary=19_2.py │ │ ├── unary=19_3.py │ │ ├── unary=19_4.py │ │ ├── unary=19_5.py │ │ ├── unary=19_6.py │ │ ├── unary=19_7.py │ │ ├── unary=19_8.py │ │ └── unary=19_9.py │ ├── unary=2 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=2_1.py │ │ ├── unary=2_10.py │ │ ├── unary=2_2.py │ │ ├── unary=2_3.py │ │ ├── unary=2_4.py │ │ ├── unary=2_5.py │ │ ├── unary=2_6.py │ │ ├── unary=2_7.py │ │ ├── unary=2_8.py │ │ └── unary=2_9.py │ ├── unary=20 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=20_1.py │ │ ├── unary=20_10.py │ │ ├── unary=20_2.py │ │ ├── unary=20_3.py │ │ ├── unary=20_4.py │ │ ├── unary=20_5.py │ │ ├── unary=20_6.py │ │ ├── unary=20_7.py │ │ ├── unary=20_8.py │ │ └── unary=20_9.py │ ├── unary=21 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=21_1.py │ │ ├── unary=21_10.py │ │ ├── unary=21_2.py │ │ ├── unary=21_3.py │ │ ├── unary=21_4.py │ │ ├── unary=21_5.py │ │ ├── unary=21_6.py │ │ ├── unary=21_7.py │ │ ├── unary=21_8.py │ │ └── unary=21_9.py │ ├── unary=22 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=22_1.py │ │ ├── unary=22_10.py │ │ ├── unary=22_2.py │ │ ├── unary=22_3.py │ │ ├── unary=22_4.py │ │ ├── unary=22_5.py │ │ ├── unary=22_6.py │ │ ├── unary=22_7.py │ │ ├── unary=22_8.py │ │ └── unary=22_9.py │ ├── unary=23 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=23_1.py │ │ ├── unary=23_10.py │ │ ├── unary=23_2.py │ │ ├── unary=23_3.py │ │ ├── unary=23_4.py │ │ ├── unary=23_5.py │ │ ├── unary=23_6.py │ │ ├── unary=23_7.py │ │ ├── unary=23_8.py │ │ └── unary=23_9.py │ ├── unary=24 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=24_1.py │ │ ├── unary=24_10.py │ │ ├── unary=24_2.py │ │ ├── unary=24_3.py │ │ ├── unary=24_4.py │ │ ├── unary=24_5.py │ │ ├── unary=24_6.py │ │ ├── unary=24_7.py │ │ ├── unary=24_8.py │ │ └── unary=24_9.py │ ├── unary=25 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=25_1.py │ │ ├── unary=25_10.py │ │ ├── unary=25_2.py │ │ ├── unary=25_3.py │ │ ├── unary=25_4.py │ │ ├── unary=25_5.py │ │ ├── unary=25_6.py │ │ ├── unary=25_7.py │ │ ├── unary=25_8.py │ │ └── unary=25_9.py │ ├── unary=26 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=26_1.py │ │ ├── unary=26_10.py │ │ ├── unary=26_2.py │ │ ├── unary=26_3.py │ │ ├── unary=26_4.py │ │ ├── unary=26_5.py │ │ ├── unary=26_6.py │ │ ├── unary=26_7.py │ │ ├── unary=26_8.py │ │ └── unary=26_9.py │ ├── unary=27 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=27_1.py │ │ ├── unary=27_10.py │ │ ├── unary=27_2.py │ │ ├── unary=27_3.py │ │ ├── unary=27_4.py │ │ ├── unary=27_5.py │ │ ├── unary=27_6.py │ │ ├── unary=27_7.py │ │ ├── unary=27_8.py │ │ └── unary=27_9.py │ ├── unary=28 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=28_1.py │ │ ├── unary=28_10.py │ │ ├── unary=28_2.py │ │ ├── unary=28_3.py │ │ ├── unary=28_4.py │ │ ├── unary=28_5.py │ │ ├── unary=28_6.py │ │ ├── unary=28_7.py │ │ ├── unary=28_8.py │ │ └── unary=28_9.py │ ├── unary=29 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=29_1.py │ │ ├── unary=29_10.py │ │ ├── unary=29_2.py │ │ ├── unary=29_3.py │ │ ├── unary=29_4.py │ │ ├── unary=29_5.py │ │ ├── unary=29_6.py │ │ ├── unary=29_7.py │ │ ├── unary=29_8.py │ │ └── unary=29_9.py │ ├── unary=3 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=3_1.py │ │ ├── unary=3_10.py │ │ ├── unary=3_2.py │ │ ├── unary=3_3.py │ │ ├── unary=3_4.py │ │ ├── unary=3_5.py │ │ ├── unary=3_6.py │ │ ├── unary=3_7.py │ │ ├── unary=3_8.py │ │ └── unary=3_9.py │ ├── unary=4 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=4_1.py │ │ ├── unary=4_10.py │ │ ├── unary=4_2.py │ │ ├── unary=4_3.py │ │ ├── unary=4_4.py │ │ ├── unary=4_5.py │ │ ├── unary=4_6.py │ │ ├── unary=4_7.py │ │ ├── unary=4_8.py │ │ └── unary=4_9.py │ ├── unary=5 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=5_1.py │ │ ├── unary=5_10.py │ │ ├── unary=5_2.py │ │ ├── unary=5_3.py │ │ ├── unary=5_4.py │ │ ├── unary=5_5.py │ │ ├── unary=5_6.py │ │ ├── unary=5_7.py │ │ ├── unary=5_8.py │ │ └── unary=5_9.py │ ├── unary=6 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=6_1.py │ │ ├── unary=6_10.py │ │ ├── unary=6_2.py │ │ ├── unary=6_3.py │ │ ├── unary=6_4.py │ │ ├── unary=6_5.py │ │ ├── unary=6_6.py │ │ ├── unary=6_7.py │ │ ├── unary=6_8.py │ │ └── unary=6_9.py │ ├── unary=7 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=7_1.py │ │ ├── unary=7_10.py │ │ ├── unary=7_2.py │ │ ├── unary=7_3.py │ │ ├── unary=7_4.py │ │ ├── unary=7_5.py │ │ ├── unary=7_6.py │ │ ├── unary=7_7.py │ │ ├── unary=7_8.py │ │ └── unary=7_9.py │ ├── unary=8 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=8_1.py │ │ ├── unary=8_10.py │ │ ├── unary=8_2.py │ │ ├── unary=8_3.py │ │ ├── unary=8_4.py │ │ ├── unary=8_5.py │ │ ├── unary=8_6.py │ │ ├── unary=8_7.py │ │ ├── unary=8_8.py │ │ └── unary=8_9.py │ └── unary=9 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=9_1.py │ │ ├── unary=9_10.py │ │ ├── unary=9_2.py │ │ ├── unary=9_3.py │ │ ├── unary=9_4.py │ │ ├── unary=9_5.py │ │ ├── unary=9_6.py │ │ ├── unary=9_7.py │ │ ├── unary=9_8.py │ │ └── unary=9_9.py │ ├── step9-3shot │ ├── addmm │ │ ├── addmm_1.py │ │ ├── addmm_10.py │ │ ├── addmm_2.py │ │ ├── addmm_3.py │ │ ├── addmm_4.py │ │ ├── addmm_5.py │ │ ├── addmm_6.py │ │ ├── addmm_7.py │ │ ├── addmm_8.py │ │ ├── addmm_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── binary=0 │ │ ├── binary=0_1.py │ │ ├── binary=0_10.py │ │ ├── binary=0_2.py │ │ ├── binary=0_3.py │ │ ├── binary=0_4.py │ │ ├── binary=0_5.py │ │ ├── binary=0_6.py │ │ ├── binary=0_7.py │ │ ├── binary=0_8.py │ │ ├── binary=0_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── binary=10 │ │ ├── binary=10_1.py │ │ ├── binary=10_10.py │ │ ├── binary=10_2.py │ │ ├── binary=10_3.py │ │ ├── binary=10_4.py │ │ ├── binary=10_5.py │ │ ├── binary=10_6.py │ │ ├── binary=10_7.py │ │ ├── binary=10_8.py │ │ ├── binary=10_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── binary=2 │ │ ├── binary=2_1.py │ │ ├── binary=2_10.py │ │ ├── binary=2_2.py │ │ ├── binary=2_3.py │ │ ├── binary=2_4.py │ │ ├── binary=2_5.py │ │ ├── binary=2_6.py │ │ ├── binary=2_7.py │ │ ├── binary=2_8.py │ │ ├── binary=2_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── binary=4 │ │ ├── binary=4_1.py │ │ ├── binary=4_10.py │ │ ├── binary=4_2.py │ │ ├── binary=4_3.py │ │ ├── binary=4_4.py │ │ ├── binary=4_5.py │ │ ├── binary=4_6.py │ │ ├── binary=4_7.py │ │ ├── binary=4_8.py │ │ ├── binary=4_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── binary=6 │ │ ├── binary=6_1.py │ │ ├── binary=6_10.py │ │ ├── binary=6_2.py │ │ ├── binary=6_3.py │ │ ├── binary=6_4.py │ │ ├── binary=6_5.py │ │ ├── binary=6_6.py │ │ ├── binary=6_7.py │ │ ├── binary=6_8.py │ │ ├── binary=6_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── binary=8 │ │ ├── binary=8_1.py │ │ ├── binary=8_10.py │ │ ├── binary=8_2.py │ │ ├── binary=8_3.py │ │ ├── binary=8_4.py │ │ ├── binary=8_5.py │ │ ├── binary=8_6.py │ │ ├── binary=8_7.py │ │ ├── binary=8_8.py │ │ ├── binary=8_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── binary_unary=0 │ │ ├── binary_unary=0_1.py │ │ ├── binary_unary=0_10.py │ │ ├── binary_unary=0_2.py │ │ ├── binary_unary=0_3.py │ │ ├── binary_unary=0_4.py │ │ ├── binary_unary=0_5.py │ │ ├── binary_unary=0_6.py │ │ ├── binary_unary=0_7.py │ │ ├── binary_unary=0_8.py │ │ ├── binary_unary=0_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── binary_unary=10 │ │ ├── binary_unary=10_1.py │ │ ├── binary_unary=10_10.py │ │ ├── binary_unary=10_2.py │ │ ├── binary_unary=10_3.py │ │ ├── binary_unary=10_4.py │ │ ├── binary_unary=10_5.py │ │ ├── binary_unary=10_6.py │ │ ├── binary_unary=10_7.py │ │ ├── binary_unary=10_8.py │ │ ├── binary_unary=10_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── binary_unary=2 │ │ ├── binary_unary=2_1.py │ │ ├── binary_unary=2_10.py │ │ ├── binary_unary=2_2.py │ │ ├── binary_unary=2_3.py │ │ ├── binary_unary=2_4.py │ │ ├── binary_unary=2_5.py │ │ ├── binary_unary=2_6.py │ │ ├── binary_unary=2_7.py │ │ ├── binary_unary=2_8.py │ │ ├── binary_unary=2_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── binary_unary=4 │ │ ├── binary_unary=4_1.py │ │ ├── binary_unary=4_10.py │ │ ├── binary_unary=4_2.py │ │ ├── binary_unary=4_3.py │ │ ├── binary_unary=4_4.py │ │ ├── binary_unary=4_5.py │ │ ├── binary_unary=4_6.py │ │ ├── binary_unary=4_7.py │ │ ├── binary_unary=4_8.py │ │ ├── binary_unary=4_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── binary_unary=6 │ │ ├── binary_unary=6_1.py │ │ ├── binary_unary=6_10.py │ │ ├── binary_unary=6_2.py │ │ ├── binary_unary=6_3.py │ │ ├── binary_unary=6_4.py │ │ ├── binary_unary=6_5.py │ │ ├── binary_unary=6_6.py │ │ ├── binary_unary=6_7.py │ │ ├── binary_unary=6_8.py │ │ ├── binary_unary=6_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── binary_unary=8 │ │ ├── binary_unary=8_1.py │ │ ├── binary_unary=8_10.py │ │ ├── binary_unary=8_2.py │ │ ├── binary_unary=8_3.py │ │ ├── binary_unary=8_4.py │ │ ├── binary_unary=8_5.py │ │ ├── binary_unary=8_6.py │ │ ├── binary_unary=8_7.py │ │ ├── binary_unary=8_8.py │ │ ├── binary_unary=8_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── cat_addmm │ │ ├── cat_addmm_1.py │ │ ├── cat_addmm_10.py │ │ ├── cat_addmm_2.py │ │ ├── cat_addmm_3.py │ │ ├── cat_addmm_4.py │ │ ├── cat_addmm_5.py │ │ ├── cat_addmm_6.py │ │ ├── cat_addmm_7.py │ │ ├── cat_addmm_8.py │ │ ├── cat_addmm_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── cat_mm │ │ ├── cat_mm_1.py │ │ ├── cat_mm_10.py │ │ ├── cat_mm_2.py │ │ ├── cat_mm_3.py │ │ ├── cat_mm_4.py │ │ ├── cat_mm_5.py │ │ ├── cat_mm_6.py │ │ ├── cat_mm_7.py │ │ ├── cat_mm_8.py │ │ ├── cat_mm_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── cat_slice_cat │ │ ├── cat_slice_cat_1.py │ │ ├── cat_slice_cat_10.py │ │ ├── cat_slice_cat_2.py │ │ ├── cat_slice_cat_3.py │ │ ├── cat_slice_cat_4.py │ │ ├── cat_slice_cat_5.py │ │ ├── cat_slice_cat_6.py │ │ ├── cat_slice_cat_7.py │ │ ├── cat_slice_cat_8.py │ │ ├── cat_slice_cat_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── fuse_conv_bn │ │ ├── fuse_conv_bn_1.py │ │ ├── fuse_conv_bn_10.py │ │ ├── fuse_conv_bn_2.py │ │ ├── fuse_conv_bn_3.py │ │ ├── fuse_conv_bn_4.py │ │ ├── fuse_conv_bn_5.py │ │ ├── fuse_conv_bn_6.py │ │ ├── fuse_conv_bn_7.py │ │ ├── fuse_conv_bn_8.py │ │ ├── fuse_conv_bn_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── linear_permute_fusion │ │ ├── linear_permute_fusion_1.py │ │ ├── linear_permute_fusion_10.py │ │ ├── linear_permute_fusion_2.py │ │ ├── linear_permute_fusion_3.py │ │ ├── linear_permute_fusion_4.py │ │ ├── linear_permute_fusion_5.py │ │ ├── linear_permute_fusion_6.py │ │ ├── linear_permute_fusion_7.py │ │ ├── linear_permute_fusion_8.py │ │ ├── linear_permute_fusion_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── mm_plus_mm │ │ ├── mm_plus_mm_1.py │ │ ├── mm_plus_mm_10.py │ │ ├── mm_plus_mm_2.py │ │ ├── mm_plus_mm_3.py │ │ ├── mm_plus_mm_4.py │ │ ├── mm_plus_mm_5.py │ │ ├── mm_plus_mm_6.py │ │ ├── mm_plus_mm_7.py │ │ ├── mm_plus_mm_8.py │ │ ├── mm_plus_mm_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── outputs.json │ ├── permute_linear_fusion │ │ ├── permute_linear_fusion_1.py │ │ ├── permute_linear_fusion_10.py │ │ ├── permute_linear_fusion_2.py │ │ ├── permute_linear_fusion_3.py │ │ ├── permute_linear_fusion_4.py │ │ ├── permute_linear_fusion_5.py │ │ ├── permute_linear_fusion_6.py │ │ ├── permute_linear_fusion_7.py │ │ ├── permute_linear_fusion_8.py │ │ ├── permute_linear_fusion_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── permute_matmul_fusion │ │ ├── permute_matmul_fusion_1.py │ │ ├── permute_matmul_fusion_10.py │ │ ├── permute_matmul_fusion_2.py │ │ ├── permute_matmul_fusion_3.py │ │ ├── permute_matmul_fusion_4.py │ │ ├── permute_matmul_fusion_5.py │ │ ├── permute_matmul_fusion_6.py │ │ ├── permute_matmul_fusion_7.py │ │ ├── permute_matmul_fusion_8.py │ │ ├── permute_matmul_fusion_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── pointless_cumsum_replacement │ │ ├── pointless_cumsum_replacement_1.py │ │ ├── pointless_cumsum_replacement_10.py │ │ ├── pointless_cumsum_replacement_2.py │ │ ├── pointless_cumsum_replacement_3.py │ │ ├── pointless_cumsum_replacement_4.py │ │ ├── pointless_cumsum_replacement_5.py │ │ ├── pointless_cumsum_replacement_6.py │ │ ├── pointless_cumsum_replacement_7.py │ │ ├── pointless_cumsum_replacement_8.py │ │ ├── pointless_cumsum_replacement_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── replace_fx │ │ ├── prompt.txt │ │ ├── replace_fx_1.py │ │ ├── replace_fx_10.py │ │ ├── replace_fx_2.py │ │ ├── replace_fx_3.py │ │ ├── replace_fx_4.py │ │ ├── replace_fx_5.py │ │ ├── replace_fx_6.py │ │ ├── replace_fx_7.py │ │ ├── replace_fx_8.py │ │ ├── replace_fx_9.py │ │ └── time.txt │ ├── sfdp=0 │ │ ├── prompt.txt │ │ ├── sfdp=0_1.py │ │ ├── sfdp=0_10.py │ │ ├── sfdp=0_2.py │ │ ├── sfdp=0_3.py │ │ ├── sfdp=0_4.py │ │ ├── sfdp=0_5.py │ │ ├── sfdp=0_6.py │ │ ├── sfdp=0_7.py │ │ ├── sfdp=0_8.py │ │ ├── sfdp=0_9.py │ │ └── time.txt │ ├── sfdp=1 │ │ ├── prompt.txt │ │ ├── sfdp=1_1.py │ │ ├── sfdp=1_10.py │ │ ├── sfdp=1_2.py │ │ ├── sfdp=1_3.py │ │ ├── sfdp=1_4.py │ │ ├── sfdp=1_5.py │ │ ├── sfdp=1_6.py │ │ ├── sfdp=1_7.py │ │ ├── sfdp=1_8.py │ │ ├── sfdp=1_9.py │ │ └── time.txt │ ├── sfdp=2 │ │ ├── prompt.txt │ │ ├── sfdp=2_1.py │ │ ├── sfdp=2_10.py │ │ ├── sfdp=2_2.py │ │ ├── sfdp=2_3.py │ │ ├── sfdp=2_4.py │ │ ├── sfdp=2_5.py │ │ ├── sfdp=2_6.py │ │ ├── sfdp=2_7.py │ │ ├── sfdp=2_8.py │ │ ├── sfdp=2_9.py │ │ └── time.txt │ ├── sfdp=3 │ │ ├── prompt.txt │ │ ├── sfdp=3_1.py │ │ ├── sfdp=3_10.py │ │ ├── sfdp=3_2.py │ │ ├── sfdp=3_3.py │ │ ├── sfdp=3_4.py │ │ ├── sfdp=3_5.py │ │ ├── sfdp=3_6.py │ │ ├── sfdp=3_7.py │ │ ├── sfdp=3_8.py │ │ ├── sfdp=3_9.py │ │ └── time.txt │ ├── sfdp=4 │ │ ├── prompt.txt │ │ ├── sfdp=4_1.py │ │ ├── sfdp=4_10.py │ │ ├── sfdp=4_2.py │ │ ├── sfdp=4_3.py │ │ ├── sfdp=4_4.py │ │ ├── sfdp=4_5.py │ │ ├── sfdp=4_6.py │ │ ├── sfdp=4_7.py │ │ ├── sfdp=4_8.py │ │ ├── sfdp=4_9.py │ │ └── time.txt │ ├── sfdp=5 │ │ ├── prompt.txt │ │ ├── sfdp=5_1.py │ │ ├── sfdp=5_10.py │ │ ├── sfdp=5_2.py │ │ ├── sfdp=5_3.py │ │ ├── sfdp=5_4.py │ │ ├── sfdp=5_5.py │ │ ├── sfdp=5_6.py │ │ ├── sfdp=5_7.py │ │ ├── sfdp=5_8.py │ │ ├── sfdp=5_9.py │ │ └── time.txt │ ├── sink_cat_after_pointwise │ │ ├── prompt.txt │ │ ├── sink_cat_after_pointwise_1.py │ │ ├── sink_cat_after_pointwise_10.py │ │ ├── sink_cat_after_pointwise_2.py │ │ ├── sink_cat_after_pointwise_3.py │ │ ├── sink_cat_after_pointwise_4.py │ │ ├── sink_cat_after_pointwise_5.py │ │ ├── sink_cat_after_pointwise_6.py │ │ ├── sink_cat_after_pointwise_7.py │ │ ├── sink_cat_after_pointwise_8.py │ │ ├── sink_cat_after_pointwise_9.py │ │ └── time.txt │ ├── splitwithsizes_cat_replace │ │ ├── prompt.txt │ │ ├── splitwithsizes_cat_replace_1.py │ │ ├── splitwithsizes_cat_replace_10.py │ │ ├── splitwithsizes_cat_replace_2.py │ │ ├── splitwithsizes_cat_replace_3.py │ │ ├── splitwithsizes_cat_replace_4.py │ │ ├── splitwithsizes_cat_replace_5.py │ │ ├── splitwithsizes_cat_replace_6.py │ │ ├── splitwithsizes_cat_replace_7.py │ │ ├── splitwithsizes_cat_replace_8.py │ │ ├── splitwithsizes_cat_replace_9.py │ │ └── time.txt │ ├── unary=0 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=0_1.py │ │ ├── unary=0_10.py │ │ ├── unary=0_2.py │ │ ├── unary=0_3.py │ │ ├── unary=0_4.py │ │ ├── unary=0_5.py │ │ ├── unary=0_6.py │ │ ├── unary=0_7.py │ │ ├── unary=0_8.py │ │ └── unary=0_9.py │ ├── unary=1 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=1_1.py │ │ ├── unary=1_10.py │ │ ├── unary=1_2.py │ │ ├── unary=1_3.py │ │ ├── unary=1_4.py │ │ ├── unary=1_5.py │ │ ├── unary=1_6.py │ │ ├── unary=1_7.py │ │ ├── unary=1_8.py │ │ └── unary=1_9.py │ ├── unary=10 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=10_1.py │ │ ├── unary=10_10.py │ │ ├── unary=10_2.py │ │ ├── unary=10_3.py │ │ ├── unary=10_4.py │ │ ├── unary=10_5.py │ │ ├── unary=10_6.py │ │ ├── unary=10_7.py │ │ ├── unary=10_8.py │ │ └── unary=10_9.py │ ├── unary=11 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=11_1.py │ │ ├── unary=11_10.py │ │ ├── unary=11_2.py │ │ ├── unary=11_3.py │ │ ├── unary=11_4.py │ │ ├── unary=11_5.py │ │ ├── unary=11_6.py │ │ ├── unary=11_7.py │ │ ├── unary=11_8.py │ │ └── unary=11_9.py │ ├── unary=12 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=12_1.py │ │ ├── unary=12_10.py │ │ ├── unary=12_2.py │ │ ├── unary=12_3.py │ │ ├── unary=12_4.py │ │ ├── unary=12_5.py │ │ ├── unary=12_6.py │ │ ├── unary=12_7.py │ │ ├── unary=12_8.py │ │ └── unary=12_9.py │ ├── unary=13 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=13_1.py │ │ ├── unary=13_10.py │ │ ├── unary=13_2.py │ │ ├── unary=13_3.py │ │ ├── unary=13_4.py │ │ ├── unary=13_5.py │ │ ├── unary=13_6.py │ │ ├── unary=13_7.py │ │ ├── unary=13_8.py │ │ └── unary=13_9.py │ ├── unary=14 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=14_1.py │ │ ├── unary=14_10.py │ │ ├── unary=14_2.py │ │ ├── unary=14_3.py │ │ ├── unary=14_4.py │ │ ├── unary=14_5.py │ │ ├── unary=14_6.py │ │ ├── unary=14_7.py │ │ ├── unary=14_8.py │ │ └── unary=14_9.py │ ├── unary=15 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=15_1.py │ │ ├── unary=15_10.py │ │ ├── unary=15_2.py │ │ ├── unary=15_3.py │ │ ├── unary=15_4.py │ │ ├── unary=15_5.py │ │ ├── unary=15_6.py │ │ ├── unary=15_7.py │ │ ├── unary=15_8.py │ │ └── unary=15_9.py │ ├── unary=16 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=16_1.py │ │ ├── unary=16_10.py │ │ ├── unary=16_2.py │ │ ├── unary=16_3.py │ │ ├── unary=16_4.py │ │ ├── unary=16_5.py │ │ ├── unary=16_6.py │ │ ├── unary=16_7.py │ │ ├── unary=16_8.py │ │ └── unary=16_9.py │ ├── unary=17 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=17_1.py │ │ ├── unary=17_10.py │ │ ├── unary=17_2.py │ │ ├── unary=17_3.py │ │ ├── unary=17_4.py │ │ ├── unary=17_5.py │ │ ├── unary=17_6.py │ │ ├── unary=17_7.py │ │ ├── unary=17_8.py │ │ └── unary=17_9.py │ ├── unary=18 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=18_1.py │ │ ├── unary=18_10.py │ │ ├── unary=18_2.py │ │ ├── unary=18_3.py │ │ ├── unary=18_4.py │ │ ├── unary=18_5.py │ │ ├── unary=18_6.py │ │ ├── unary=18_7.py │ │ ├── unary=18_8.py │ │ └── unary=18_9.py │ ├── unary=19 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=19_1.py │ │ ├── unary=19_10.py │ │ ├── unary=19_2.py │ │ ├── unary=19_3.py │ │ ├── unary=19_4.py │ │ ├── unary=19_5.py │ │ ├── unary=19_6.py │ │ ├── unary=19_7.py │ │ ├── unary=19_8.py │ │ └── unary=19_9.py │ ├── unary=2 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=2_1.py │ │ ├── unary=2_10.py │ │ ├── unary=2_2.py │ │ ├── unary=2_3.py │ │ ├── unary=2_4.py │ │ ├── unary=2_5.py │ │ ├── unary=2_6.py │ │ ├── unary=2_7.py │ │ ├── unary=2_8.py │ │ └── unary=2_9.py │ ├── unary=20 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=20_1.py │ │ ├── unary=20_10.py │ │ ├── unary=20_2.py │ │ ├── unary=20_3.py │ │ ├── unary=20_4.py │ │ ├── unary=20_5.py │ │ ├── unary=20_6.py │ │ ├── unary=20_7.py │ │ ├── unary=20_8.py │ │ └── unary=20_9.py │ ├── unary=21 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=21_1.py │ │ ├── unary=21_10.py │ │ ├── unary=21_2.py │ │ ├── unary=21_3.py │ │ ├── unary=21_4.py │ │ ├── unary=21_5.py │ │ ├── unary=21_6.py │ │ ├── unary=21_7.py │ │ ├── unary=21_8.py │ │ └── unary=21_9.py │ ├── unary=22 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=22_1.py │ │ ├── unary=22_10.py │ │ ├── unary=22_2.py │ │ ├── unary=22_3.py │ │ ├── unary=22_4.py │ │ ├── unary=22_5.py │ │ ├── unary=22_6.py │ │ ├── unary=22_7.py │ │ ├── unary=22_8.py │ │ └── unary=22_9.py │ ├── unary=23 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=23_1.py │ │ ├── unary=23_10.py │ │ ├── unary=23_2.py │ │ ├── unary=23_3.py │ │ ├── unary=23_4.py │ │ ├── unary=23_5.py │ │ ├── unary=23_6.py │ │ ├── unary=23_7.py │ │ ├── unary=23_8.py │ │ └── unary=23_9.py │ ├── unary=24 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=24_1.py │ │ ├── unary=24_10.py │ │ ├── unary=24_2.py │ │ ├── unary=24_3.py │ │ ├── unary=24_4.py │ │ ├── unary=24_5.py │ │ ├── unary=24_6.py │ │ ├── unary=24_7.py │ │ ├── unary=24_8.py │ │ └── unary=24_9.py │ ├── unary=25 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=25_1.py │ │ ├── unary=25_10.py │ │ ├── unary=25_2.py │ │ ├── unary=25_3.py │ │ ├── unary=25_4.py │ │ ├── unary=25_5.py │ │ ├── unary=25_6.py │ │ ├── unary=25_7.py │ │ ├── unary=25_8.py │ │ └── unary=25_9.py │ ├── unary=26 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=26_1.py │ │ ├── unary=26_10.py │ │ ├── unary=26_2.py │ │ ├── unary=26_3.py │ │ ├── unary=26_4.py │ │ ├── unary=26_5.py │ │ ├── unary=26_6.py │ │ ├── unary=26_7.py │ │ ├── unary=26_8.py │ │ └── unary=26_9.py │ ├── unary=27 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=27_1.py │ │ ├── unary=27_10.py │ │ ├── unary=27_2.py │ │ ├── unary=27_3.py │ │ ├── unary=27_4.py │ │ ├── unary=27_5.py │ │ ├── unary=27_6.py │ │ ├── unary=27_7.py │ │ ├── unary=27_8.py │ │ └── unary=27_9.py │ ├── unary=28 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=28_1.py │ │ ├── unary=28_10.py │ │ ├── unary=28_2.py │ │ ├── unary=28_3.py │ │ ├── unary=28_4.py │ │ ├── unary=28_5.py │ │ ├── unary=28_6.py │ │ ├── unary=28_7.py │ │ ├── unary=28_8.py │ │ └── unary=28_9.py │ ├── unary=29 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=29_1.py │ │ ├── unary=29_10.py │ │ ├── unary=29_2.py │ │ ├── unary=29_3.py │ │ ├── unary=29_4.py │ │ ├── unary=29_5.py │ │ ├── unary=29_6.py │ │ ├── unary=29_7.py │ │ ├── unary=29_8.py │ │ └── unary=29_9.py │ ├── unary=3 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=3_1.py │ │ ├── unary=3_10.py │ │ ├── unary=3_2.py │ │ ├── unary=3_3.py │ │ ├── unary=3_4.py │ │ ├── unary=3_5.py │ │ ├── unary=3_6.py │ │ ├── unary=3_7.py │ │ ├── unary=3_8.py │ │ └── unary=3_9.py │ ├── unary=4 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=4_1.py │ │ ├── unary=4_10.py │ │ ├── unary=4_2.py │ │ ├── unary=4_3.py │ │ ├── unary=4_4.py │ │ ├── unary=4_5.py │ │ ├── unary=4_6.py │ │ ├── unary=4_7.py │ │ ├── unary=4_8.py │ │ └── unary=4_9.py │ ├── unary=5 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=5_1.py │ │ ├── unary=5_10.py │ │ ├── unary=5_2.py │ │ ├── unary=5_3.py │ │ ├── unary=5_4.py │ │ ├── unary=5_5.py │ │ ├── unary=5_6.py │ │ ├── unary=5_7.py │ │ ├── unary=5_8.py │ │ └── unary=5_9.py │ ├── unary=6 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=6_1.py │ │ ├── unary=6_10.py │ │ ├── unary=6_2.py │ │ ├── unary=6_3.py │ │ ├── unary=6_4.py │ │ ├── unary=6_5.py │ │ ├── unary=6_6.py │ │ ├── unary=6_7.py │ │ ├── unary=6_8.py │ │ └── unary=6_9.py │ ├── unary=7 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=7_1.py │ │ ├── unary=7_10.py │ │ ├── unary=7_2.py │ │ ├── unary=7_3.py │ │ ├── unary=7_4.py │ │ ├── unary=7_5.py │ │ ├── unary=7_6.py │ │ ├── unary=7_7.py │ │ ├── unary=7_8.py │ │ └── unary=7_9.py │ ├── unary=8 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=8_1.py │ │ ├── unary=8_10.py │ │ ├── unary=8_2.py │ │ ├── unary=8_3.py │ │ ├── unary=8_4.py │ │ ├── unary=8_5.py │ │ ├── unary=8_6.py │ │ ├── unary=8_7.py │ │ ├── unary=8_8.py │ │ └── unary=8_9.py │ └── unary=9 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=9_1.py │ │ ├── unary=9_10.py │ │ ├── unary=9_2.py │ │ ├── unary=9_3.py │ │ ├── unary=9_4.py │ │ ├── unary=9_5.py │ │ ├── unary=9_6.py │ │ ├── unary=9_7.py │ │ ├── unary=9_8.py │ │ └── unary=9_9.py │ ├── step90-3shot │ ├── addmm │ │ ├── addmm_1.py │ │ ├── addmm_10.py │ │ ├── addmm_2.py │ │ ├── addmm_3.py │ │ ├── addmm_4.py │ │ ├── addmm_5.py │ │ ├── addmm_6.py │ │ ├── addmm_7.py │ │ ├── addmm_8.py │ │ ├── addmm_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── binary=0 │ │ ├── binary=0_1.py │ │ ├── binary=0_10.py │ │ ├── binary=0_2.py │ │ ├── binary=0_3.py │ │ ├── binary=0_4.py │ │ ├── binary=0_5.py │ │ ├── binary=0_6.py │ │ ├── binary=0_7.py │ │ ├── binary=0_8.py │ │ ├── binary=0_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── binary=10 │ │ ├── binary=10_1.py │ │ ├── binary=10_10.py │ │ ├── binary=10_2.py │ │ ├── binary=10_3.py │ │ ├── binary=10_4.py │ │ ├── binary=10_5.py │ │ ├── binary=10_6.py │ │ ├── binary=10_7.py │ │ ├── binary=10_8.py │ │ ├── binary=10_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── binary=2 │ │ ├── binary=2_1.py │ │ ├── binary=2_10.py │ │ ├── binary=2_2.py │ │ ├── binary=2_3.py │ │ ├── binary=2_4.py │ │ ├── binary=2_5.py │ │ ├── binary=2_6.py │ │ ├── binary=2_7.py │ │ ├── binary=2_8.py │ │ ├── binary=2_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── binary=4 │ │ ├── binary=4_1.py │ │ ├── binary=4_10.py │ │ ├── binary=4_2.py │ │ ├── binary=4_3.py │ │ ├── binary=4_4.py │ │ ├── binary=4_5.py │ │ ├── binary=4_6.py │ │ ├── binary=4_7.py │ │ ├── binary=4_8.py │ │ ├── binary=4_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── binary=6 │ │ ├── binary=6_1.py │ │ ├── binary=6_10.py │ │ ├── binary=6_2.py │ │ ├── binary=6_3.py │ │ ├── binary=6_4.py │ │ ├── binary=6_5.py │ │ ├── binary=6_6.py │ │ ├── binary=6_7.py │ │ ├── binary=6_8.py │ │ ├── binary=6_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── binary=8 │ │ ├── binary=8_1.py │ │ ├── binary=8_10.py │ │ ├── binary=8_2.py │ │ ├── binary=8_3.py │ │ ├── binary=8_4.py │ │ ├── binary=8_5.py │ │ ├── binary=8_6.py │ │ ├── binary=8_7.py │ │ ├── binary=8_8.py │ │ ├── binary=8_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── binary_unary=0 │ │ ├── binary_unary=0_1.py │ │ ├── binary_unary=0_10.py │ │ ├── binary_unary=0_2.py │ │ ├── binary_unary=0_3.py │ │ ├── binary_unary=0_4.py │ │ ├── binary_unary=0_5.py │ │ ├── binary_unary=0_6.py │ │ ├── binary_unary=0_7.py │ │ ├── binary_unary=0_8.py │ │ ├── binary_unary=0_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── binary_unary=10 │ │ ├── binary_unary=10_1.py │ │ ├── binary_unary=10_10.py │ │ ├── binary_unary=10_2.py │ │ ├── binary_unary=10_3.py │ │ ├── binary_unary=10_4.py │ │ ├── binary_unary=10_5.py │ │ ├── binary_unary=10_6.py │ │ ├── binary_unary=10_7.py │ │ ├── binary_unary=10_8.py │ │ ├── binary_unary=10_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── binary_unary=2 │ │ ├── binary_unary=2_1.py │ │ ├── binary_unary=2_10.py │ │ ├── binary_unary=2_2.py │ │ ├── binary_unary=2_3.py │ │ ├── binary_unary=2_4.py │ │ ├── binary_unary=2_5.py │ │ ├── binary_unary=2_6.py │ │ ├── binary_unary=2_7.py │ │ ├── binary_unary=2_8.py │ │ ├── binary_unary=2_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── binary_unary=4 │ │ ├── binary_unary=4_1.py │ │ ├── binary_unary=4_10.py │ │ ├── binary_unary=4_2.py │ │ ├── binary_unary=4_3.py │ │ ├── binary_unary=4_4.py │ │ ├── binary_unary=4_5.py │ │ ├── binary_unary=4_6.py │ │ ├── binary_unary=4_7.py │ │ ├── binary_unary=4_8.py │ │ ├── binary_unary=4_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── binary_unary=6 │ │ ├── binary_unary=6_1.py │ │ ├── binary_unary=6_10.py │ │ ├── binary_unary=6_2.py │ │ ├── binary_unary=6_3.py │ │ ├── binary_unary=6_4.py │ │ ├── binary_unary=6_5.py │ │ ├── binary_unary=6_6.py │ │ ├── binary_unary=6_7.py │ │ ├── binary_unary=6_8.py │ │ ├── binary_unary=6_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── binary_unary=8 │ │ ├── binary_unary=8_1.py │ │ ├── binary_unary=8_10.py │ │ ├── binary_unary=8_2.py │ │ ├── binary_unary=8_3.py │ │ ├── binary_unary=8_4.py │ │ ├── binary_unary=8_5.py │ │ ├── binary_unary=8_6.py │ │ ├── binary_unary=8_7.py │ │ ├── binary_unary=8_8.py │ │ ├── binary_unary=8_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── cat_addmm │ │ ├── cat_addmm_1.py │ │ ├── cat_addmm_10.py │ │ ├── cat_addmm_2.py │ │ ├── cat_addmm_3.py │ │ ├── cat_addmm_4.py │ │ ├── cat_addmm_5.py │ │ ├── cat_addmm_6.py │ │ ├── cat_addmm_7.py │ │ ├── cat_addmm_8.py │ │ ├── cat_addmm_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── cat_mm │ │ ├── cat_mm_1.py │ │ ├── cat_mm_10.py │ │ ├── cat_mm_2.py │ │ ├── cat_mm_3.py │ │ ├── cat_mm_4.py │ │ ├── cat_mm_5.py │ │ ├── cat_mm_6.py │ │ ├── cat_mm_7.py │ │ ├── cat_mm_8.py │ │ ├── cat_mm_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── cat_slice_cat │ │ ├── cat_slice_cat_1.py │ │ ├── cat_slice_cat_10.py │ │ ├── cat_slice_cat_2.py │ │ ├── cat_slice_cat_3.py │ │ ├── cat_slice_cat_4.py │ │ ├── cat_slice_cat_5.py │ │ ├── cat_slice_cat_6.py │ │ ├── cat_slice_cat_7.py │ │ ├── cat_slice_cat_8.py │ │ ├── cat_slice_cat_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── fuse_conv_bn │ │ ├── fuse_conv_bn_1.py │ │ ├── fuse_conv_bn_10.py │ │ ├── fuse_conv_bn_2.py │ │ ├── fuse_conv_bn_3.py │ │ ├── fuse_conv_bn_4.py │ │ ├── fuse_conv_bn_5.py │ │ ├── fuse_conv_bn_6.py │ │ ├── fuse_conv_bn_7.py │ │ ├── fuse_conv_bn_8.py │ │ ├── fuse_conv_bn_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── linear_permute_fusion │ │ ├── linear_permute_fusion_1.py │ │ ├── linear_permute_fusion_10.py │ │ ├── linear_permute_fusion_2.py │ │ ├── linear_permute_fusion_3.py │ │ ├── linear_permute_fusion_4.py │ │ ├── linear_permute_fusion_5.py │ │ ├── linear_permute_fusion_6.py │ │ ├── linear_permute_fusion_7.py │ │ ├── linear_permute_fusion_8.py │ │ ├── linear_permute_fusion_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── mm_plus_mm │ │ ├── mm_plus_mm_1.py │ │ ├── mm_plus_mm_10.py │ │ ├── mm_plus_mm_2.py │ │ ├── mm_plus_mm_3.py │ │ ├── mm_plus_mm_4.py │ │ ├── mm_plus_mm_5.py │ │ ├── mm_plus_mm_6.py │ │ ├── mm_plus_mm_7.py │ │ ├── mm_plus_mm_8.py │ │ ├── mm_plus_mm_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── outputs.json │ ├── permute_linear_fusion │ │ ├── permute_linear_fusion_1.py │ │ ├── permute_linear_fusion_10.py │ │ ├── permute_linear_fusion_2.py │ │ ├── permute_linear_fusion_3.py │ │ ├── permute_linear_fusion_4.py │ │ ├── permute_linear_fusion_5.py │ │ ├── permute_linear_fusion_6.py │ │ ├── permute_linear_fusion_7.py │ │ ├── permute_linear_fusion_8.py │ │ ├── permute_linear_fusion_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── permute_matmul_fusion │ │ ├── permute_matmul_fusion_1.py │ │ ├── permute_matmul_fusion_10.py │ │ ├── permute_matmul_fusion_2.py │ │ ├── permute_matmul_fusion_3.py │ │ ├── permute_matmul_fusion_4.py │ │ ├── permute_matmul_fusion_5.py │ │ ├── permute_matmul_fusion_6.py │ │ ├── permute_matmul_fusion_7.py │ │ ├── permute_matmul_fusion_8.py │ │ ├── permute_matmul_fusion_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── pointless_cumsum_replacement │ │ ├── pointless_cumsum_replacement_1.py │ │ ├── pointless_cumsum_replacement_10.py │ │ ├── pointless_cumsum_replacement_2.py │ │ ├── pointless_cumsum_replacement_3.py │ │ ├── pointless_cumsum_replacement_4.py │ │ ├── pointless_cumsum_replacement_5.py │ │ ├── pointless_cumsum_replacement_6.py │ │ ├── pointless_cumsum_replacement_7.py │ │ ├── pointless_cumsum_replacement_8.py │ │ ├── pointless_cumsum_replacement_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── replace_fx │ │ ├── prompt.txt │ │ ├── replace_fx_1.py │ │ ├── replace_fx_10.py │ │ ├── replace_fx_2.py │ │ ├── replace_fx_3.py │ │ ├── replace_fx_4.py │ │ ├── replace_fx_5.py │ │ ├── replace_fx_6.py │ │ ├── replace_fx_7.py │ │ ├── replace_fx_8.py │ │ ├── replace_fx_9.py │ │ └── time.txt │ ├── sfdp=0 │ │ ├── prompt.txt │ │ ├── sfdp=0_1.py │ │ ├── sfdp=0_10.py │ │ ├── sfdp=0_2.py │ │ ├── sfdp=0_3.py │ │ ├── sfdp=0_4.py │ │ ├── sfdp=0_5.py │ │ ├── sfdp=0_6.py │ │ ├── sfdp=0_7.py │ │ ├── sfdp=0_8.py │ │ ├── sfdp=0_9.py │ │ └── time.txt │ ├── sfdp=1 │ │ ├── prompt.txt │ │ ├── sfdp=1_1.py │ │ ├── sfdp=1_10.py │ │ ├── sfdp=1_2.py │ │ ├── sfdp=1_3.py │ │ ├── sfdp=1_4.py │ │ ├── sfdp=1_5.py │ │ ├── sfdp=1_6.py │ │ ├── sfdp=1_7.py │ │ ├── sfdp=1_8.py │ │ ├── sfdp=1_9.py │ │ └── time.txt │ ├── sfdp=2 │ │ ├── prompt.txt │ │ ├── sfdp=2_1.py │ │ ├── sfdp=2_10.py │ │ ├── sfdp=2_2.py │ │ ├── sfdp=2_3.py │ │ ├── sfdp=2_4.py │ │ ├── sfdp=2_5.py │ │ ├── sfdp=2_6.py │ │ ├── sfdp=2_7.py │ │ ├── sfdp=2_8.py │ │ ├── sfdp=2_9.py │ │ └── time.txt │ ├── sfdp=3 │ │ ├── prompt.txt │ │ ├── sfdp=3_1.py │ │ ├── sfdp=3_10.py │ │ ├── sfdp=3_2.py │ │ ├── sfdp=3_3.py │ │ ├── sfdp=3_4.py │ │ ├── sfdp=3_5.py │ │ ├── sfdp=3_6.py │ │ ├── sfdp=3_7.py │ │ ├── sfdp=3_8.py │ │ ├── sfdp=3_9.py │ │ └── time.txt │ ├── sfdp=4 │ │ ├── prompt.txt │ │ ├── sfdp=4_1.py │ │ ├── sfdp=4_10.py │ │ ├── sfdp=4_2.py │ │ ├── sfdp=4_3.py │ │ ├── sfdp=4_4.py │ │ ├── sfdp=4_5.py │ │ ├── sfdp=4_6.py │ │ ├── sfdp=4_7.py │ │ ├── sfdp=4_8.py │ │ ├── sfdp=4_9.py │ │ └── time.txt │ ├── sfdp=5 │ │ ├── prompt.txt │ │ ├── sfdp=5_1.py │ │ ├── sfdp=5_10.py │ │ ├── sfdp=5_2.py │ │ ├── sfdp=5_3.py │ │ ├── sfdp=5_4.py │ │ ├── sfdp=5_5.py │ │ ├── sfdp=5_6.py │ │ ├── sfdp=5_7.py │ │ ├── sfdp=5_8.py │ │ ├── sfdp=5_9.py │ │ └── time.txt │ ├── sink_cat_after_pointwise │ │ ├── prompt.txt │ │ ├── sink_cat_after_pointwise_1.py │ │ ├── sink_cat_after_pointwise_10.py │ │ ├── sink_cat_after_pointwise_2.py │ │ ├── sink_cat_after_pointwise_3.py │ │ ├── sink_cat_after_pointwise_4.py │ │ ├── sink_cat_after_pointwise_5.py │ │ ├── sink_cat_after_pointwise_6.py │ │ ├── sink_cat_after_pointwise_7.py │ │ ├── sink_cat_after_pointwise_8.py │ │ ├── sink_cat_after_pointwise_9.py │ │ └── time.txt │ ├── splitwithsizes_cat_replace │ │ ├── prompt.txt │ │ ├── splitwithsizes_cat_replace_1.py │ │ ├── splitwithsizes_cat_replace_10.py │ │ ├── splitwithsizes_cat_replace_2.py │ │ ├── splitwithsizes_cat_replace_3.py │ │ ├── splitwithsizes_cat_replace_4.py │ │ ├── splitwithsizes_cat_replace_5.py │ │ ├── splitwithsizes_cat_replace_6.py │ │ ├── splitwithsizes_cat_replace_7.py │ │ ├── splitwithsizes_cat_replace_8.py │ │ ├── splitwithsizes_cat_replace_9.py │ │ └── time.txt │ ├── unary=0 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=0_1.py │ │ ├── unary=0_10.py │ │ ├── unary=0_2.py │ │ ├── unary=0_3.py │ │ ├── unary=0_4.py │ │ ├── unary=0_5.py │ │ ├── unary=0_6.py │ │ ├── unary=0_7.py │ │ ├── unary=0_8.py │ │ └── unary=0_9.py │ ├── unary=1 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=1_1.py │ │ ├── unary=1_10.py │ │ ├── unary=1_2.py │ │ ├── unary=1_3.py │ │ ├── unary=1_4.py │ │ ├── unary=1_5.py │ │ ├── unary=1_6.py │ │ ├── unary=1_7.py │ │ ├── unary=1_8.py │ │ └── unary=1_9.py │ ├── unary=10 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=10_1.py │ │ ├── unary=10_10.py │ │ ├── unary=10_2.py │ │ ├── unary=10_3.py │ │ ├── unary=10_4.py │ │ ├── unary=10_5.py │ │ ├── unary=10_6.py │ │ ├── unary=10_7.py │ │ ├── unary=10_8.py │ │ └── unary=10_9.py │ ├── unary=11 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=11_1.py │ │ ├── unary=11_10.py │ │ ├── unary=11_2.py │ │ ├── unary=11_3.py │ │ ├── unary=11_4.py │ │ ├── unary=11_5.py │ │ ├── unary=11_6.py │ │ ├── unary=11_7.py │ │ ├── unary=11_8.py │ │ └── unary=11_9.py │ ├── unary=12 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=12_1.py │ │ ├── unary=12_10.py │ │ ├── unary=12_2.py │ │ ├── unary=12_3.py │ │ ├── unary=12_4.py │ │ ├── unary=12_5.py │ │ ├── unary=12_6.py │ │ ├── unary=12_7.py │ │ ├── unary=12_8.py │ │ └── unary=12_9.py │ ├── unary=13 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=13_1.py │ │ ├── unary=13_10.py │ │ ├── unary=13_2.py │ │ ├── unary=13_3.py │ │ ├── unary=13_4.py │ │ ├── unary=13_5.py │ │ ├── unary=13_6.py │ │ ├── unary=13_7.py │ │ ├── unary=13_8.py │ │ └── unary=13_9.py │ ├── unary=14 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=14_1.py │ │ ├── unary=14_10.py │ │ ├── unary=14_2.py │ │ ├── unary=14_3.py │ │ ├── unary=14_4.py │ │ ├── unary=14_5.py │ │ ├── unary=14_6.py │ │ ├── unary=14_7.py │ │ ├── unary=14_8.py │ │ └── unary=14_9.py │ ├── unary=15 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=15_1.py │ │ ├── unary=15_10.py │ │ ├── unary=15_2.py │ │ ├── unary=15_3.py │ │ ├── unary=15_4.py │ │ ├── unary=15_5.py │ │ ├── unary=15_6.py │ │ ├── unary=15_7.py │ │ ├── unary=15_8.py │ │ └── unary=15_9.py │ ├── unary=16 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=16_1.py │ │ ├── unary=16_10.py │ │ ├── unary=16_2.py │ │ ├── unary=16_3.py │ │ ├── unary=16_4.py │ │ ├── unary=16_5.py │ │ ├── unary=16_6.py │ │ ├── unary=16_7.py │ │ ├── unary=16_8.py │ │ └── unary=16_9.py │ ├── unary=17 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=17_1.py │ │ ├── unary=17_10.py │ │ ├── unary=17_2.py │ │ ├── unary=17_3.py │ │ ├── unary=17_4.py │ │ ├── unary=17_5.py │ │ ├── unary=17_6.py │ │ ├── unary=17_7.py │ │ ├── unary=17_8.py │ │ └── unary=17_9.py │ ├── unary=18 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=18_1.py │ │ ├── unary=18_10.py │ │ ├── unary=18_2.py │ │ ├── unary=18_3.py │ │ ├── unary=18_4.py │ │ ├── unary=18_5.py │ │ ├── unary=18_6.py │ │ ├── unary=18_7.py │ │ ├── unary=18_8.py │ │ └── unary=18_9.py │ ├── unary=19 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=19_1.py │ │ ├── unary=19_10.py │ │ ├── unary=19_2.py │ │ ├── unary=19_3.py │ │ ├── unary=19_4.py │ │ ├── unary=19_5.py │ │ ├── unary=19_6.py │ │ ├── unary=19_7.py │ │ ├── unary=19_8.py │ │ └── unary=19_9.py │ ├── unary=2 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=2_1.py │ │ ├── unary=2_10.py │ │ ├── unary=2_2.py │ │ ├── unary=2_3.py │ │ ├── unary=2_4.py │ │ ├── unary=2_5.py │ │ ├── unary=2_6.py │ │ ├── unary=2_7.py │ │ ├── unary=2_8.py │ │ └── unary=2_9.py │ ├── unary=20 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=20_1.py │ │ ├── unary=20_10.py │ │ ├── unary=20_2.py │ │ ├── unary=20_3.py │ │ ├── unary=20_4.py │ │ ├── unary=20_5.py │ │ ├── unary=20_6.py │ │ ├── unary=20_7.py │ │ ├── unary=20_8.py │ │ └── unary=20_9.py │ ├── unary=21 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=21_1.py │ │ ├── unary=21_10.py │ │ ├── unary=21_2.py │ │ ├── unary=21_3.py │ │ ├── unary=21_4.py │ │ ├── unary=21_5.py │ │ ├── unary=21_6.py │ │ ├── unary=21_7.py │ │ ├── unary=21_8.py │ │ └── unary=21_9.py │ ├── unary=22 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=22_1.py │ │ ├── unary=22_10.py │ │ ├── unary=22_2.py │ │ ├── unary=22_3.py │ │ ├── unary=22_4.py │ │ ├── unary=22_5.py │ │ ├── unary=22_6.py │ │ ├── unary=22_7.py │ │ ├── unary=22_8.py │ │ └── unary=22_9.py │ ├── unary=23 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=23_1.py │ │ ├── unary=23_10.py │ │ ├── unary=23_2.py │ │ ├── unary=23_3.py │ │ ├── unary=23_4.py │ │ ├── unary=23_5.py │ │ ├── unary=23_6.py │ │ ├── unary=23_7.py │ │ ├── unary=23_8.py │ │ └── unary=23_9.py │ ├── unary=24 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=24_1.py │ │ ├── unary=24_10.py │ │ ├── unary=24_2.py │ │ ├── unary=24_3.py │ │ ├── unary=24_4.py │ │ ├── unary=24_5.py │ │ ├── unary=24_6.py │ │ ├── unary=24_7.py │ │ ├── unary=24_8.py │ │ └── unary=24_9.py │ ├── unary=25 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=25_1.py │ │ ├── unary=25_10.py │ │ ├── unary=25_2.py │ │ ├── unary=25_3.py │ │ ├── unary=25_4.py │ │ ├── unary=25_5.py │ │ ├── unary=25_6.py │ │ ├── unary=25_7.py │ │ ├── unary=25_8.py │ │ └── unary=25_9.py │ ├── unary=26 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=26_1.py │ │ ├── unary=26_10.py │ │ ├── unary=26_2.py │ │ ├── unary=26_3.py │ │ ├── unary=26_4.py │ │ ├── unary=26_5.py │ │ ├── unary=26_6.py │ │ ├── unary=26_7.py │ │ ├── unary=26_8.py │ │ └── unary=26_9.py │ ├── unary=27 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=27_1.py │ │ ├── unary=27_10.py │ │ ├── unary=27_2.py │ │ ├── unary=27_3.py │ │ ├── unary=27_4.py │ │ ├── unary=27_5.py │ │ ├── unary=27_6.py │ │ ├── unary=27_7.py │ │ ├── unary=27_8.py │ │ └── unary=27_9.py │ ├── unary=28 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=28_1.py │ │ ├── unary=28_10.py │ │ ├── unary=28_2.py │ │ ├── unary=28_3.py │ │ ├── unary=28_4.py │ │ ├── unary=28_5.py │ │ ├── unary=28_6.py │ │ ├── unary=28_7.py │ │ ├── unary=28_8.py │ │ └── unary=28_9.py │ ├── unary=29 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=29_1.py │ │ ├── unary=29_10.py │ │ ├── unary=29_2.py │ │ ├── unary=29_3.py │ │ ├── unary=29_4.py │ │ ├── unary=29_5.py │ │ ├── unary=29_6.py │ │ ├── unary=29_7.py │ │ ├── unary=29_8.py │ │ └── unary=29_9.py │ ├── unary=3 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=3_1.py │ │ ├── unary=3_10.py │ │ ├── unary=3_2.py │ │ ├── unary=3_3.py │ │ ├── unary=3_4.py │ │ ├── unary=3_5.py │ │ ├── unary=3_6.py │ │ ├── unary=3_7.py │ │ ├── unary=3_8.py │ │ └── unary=3_9.py │ ├── unary=4 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=4_1.py │ │ ├── unary=4_10.py │ │ ├── unary=4_2.py │ │ ├── unary=4_3.py │ │ ├── unary=4_4.py │ │ ├── unary=4_5.py │ │ ├── unary=4_6.py │ │ ├── unary=4_7.py │ │ ├── unary=4_8.py │ │ └── unary=4_9.py │ ├── unary=5 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=5_1.py │ │ ├── unary=5_10.py │ │ ├── unary=5_2.py │ │ ├── unary=5_3.py │ │ ├── unary=5_4.py │ │ ├── unary=5_5.py │ │ ├── unary=5_6.py │ │ ├── unary=5_7.py │ │ ├── unary=5_8.py │ │ └── unary=5_9.py │ ├── unary=6 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=6_1.py │ │ ├── unary=6_10.py │ │ ├── unary=6_2.py │ │ ├── unary=6_3.py │ │ ├── unary=6_4.py │ │ ├── unary=6_5.py │ │ ├── unary=6_6.py │ │ ├── unary=6_7.py │ │ ├── unary=6_8.py │ │ └── unary=6_9.py │ ├── unary=7 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=7_1.py │ │ ├── unary=7_10.py │ │ ├── unary=7_2.py │ │ ├── unary=7_3.py │ │ ├── unary=7_4.py │ │ ├── unary=7_5.py │ │ ├── unary=7_6.py │ │ ├── unary=7_7.py │ │ ├── unary=7_8.py │ │ └── unary=7_9.py │ ├── unary=8 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=8_1.py │ │ ├── unary=8_10.py │ │ ├── unary=8_2.py │ │ ├── unary=8_3.py │ │ ├── unary=8_4.py │ │ ├── unary=8_5.py │ │ ├── unary=8_6.py │ │ ├── unary=8_7.py │ │ ├── unary=8_8.py │ │ └── unary=8_9.py │ └── unary=9 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=9_1.py │ │ ├── unary=9_10.py │ │ ├── unary=9_2.py │ │ ├── unary=9_3.py │ │ ├── unary=9_4.py │ │ ├── unary=9_5.py │ │ ├── unary=9_6.py │ │ ├── unary=9_7.py │ │ ├── unary=9_8.py │ │ └── unary=9_9.py │ ├── step91-3shot │ ├── addmm │ │ ├── addmm_1.py │ │ ├── addmm_10.py │ │ ├── addmm_2.py │ │ ├── addmm_3.py │ │ ├── addmm_4.py │ │ ├── addmm_5.py │ │ ├── addmm_6.py │ │ ├── addmm_7.py │ │ ├── addmm_8.py │ │ ├── addmm_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── binary=0 │ │ ├── binary=0_1.py │ │ ├── binary=0_10.py │ │ ├── binary=0_2.py │ │ ├── binary=0_3.py │ │ ├── binary=0_4.py │ │ ├── binary=0_5.py │ │ ├── binary=0_6.py │ │ ├── binary=0_7.py │ │ ├── binary=0_8.py │ │ ├── binary=0_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── binary=10 │ │ ├── binary=10_1.py │ │ ├── binary=10_10.py │ │ ├── binary=10_2.py │ │ ├── binary=10_3.py │ │ ├── binary=10_4.py │ │ ├── binary=10_5.py │ │ ├── binary=10_6.py │ │ ├── binary=10_7.py │ │ ├── binary=10_8.py │ │ ├── binary=10_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── binary=2 │ │ ├── binary=2_1.py │ │ ├── binary=2_10.py │ │ ├── binary=2_2.py │ │ ├── binary=2_3.py │ │ ├── binary=2_4.py │ │ ├── binary=2_5.py │ │ ├── binary=2_6.py │ │ ├── binary=2_7.py │ │ ├── binary=2_8.py │ │ ├── binary=2_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── binary=4 │ │ ├── binary=4_1.py │ │ ├── binary=4_10.py │ │ ├── binary=4_2.py │ │ ├── binary=4_3.py │ │ ├── binary=4_4.py │ │ ├── binary=4_5.py │ │ ├── binary=4_6.py │ │ ├── binary=4_7.py │ │ ├── binary=4_8.py │ │ ├── binary=4_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── binary=6 │ │ ├── binary=6_1.py │ │ ├── binary=6_10.py │ │ ├── binary=6_2.py │ │ ├── binary=6_3.py │ │ ├── binary=6_4.py │ │ ├── binary=6_5.py │ │ ├── binary=6_6.py │ │ ├── binary=6_7.py │ │ ├── binary=6_8.py │ │ ├── binary=6_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── binary=8 │ │ ├── binary=8_1.py │ │ ├── binary=8_10.py │ │ ├── binary=8_2.py │ │ ├── binary=8_3.py │ │ ├── binary=8_4.py │ │ ├── binary=8_5.py │ │ ├── binary=8_6.py │ │ ├── binary=8_7.py │ │ ├── binary=8_8.py │ │ ├── binary=8_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── binary_unary=0 │ │ ├── binary_unary=0_1.py │ │ ├── binary_unary=0_10.py │ │ ├── binary_unary=0_2.py │ │ ├── binary_unary=0_3.py │ │ ├── binary_unary=0_4.py │ │ ├── binary_unary=0_5.py │ │ ├── binary_unary=0_6.py │ │ ├── binary_unary=0_7.py │ │ ├── binary_unary=0_8.py │ │ ├── binary_unary=0_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── binary_unary=10 │ │ ├── binary_unary=10_1.py │ │ ├── binary_unary=10_10.py │ │ ├── binary_unary=10_2.py │ │ ├── binary_unary=10_3.py │ │ ├── binary_unary=10_4.py │ │ ├── binary_unary=10_5.py │ │ ├── binary_unary=10_6.py │ │ ├── binary_unary=10_7.py │ │ ├── binary_unary=10_8.py │ │ ├── binary_unary=10_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── binary_unary=2 │ │ ├── binary_unary=2_1.py │ │ ├── binary_unary=2_10.py │ │ ├── binary_unary=2_2.py │ │ ├── binary_unary=2_3.py │ │ ├── binary_unary=2_4.py │ │ ├── binary_unary=2_5.py │ │ ├── binary_unary=2_6.py │ │ ├── binary_unary=2_7.py │ │ ├── binary_unary=2_8.py │ │ ├── binary_unary=2_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── binary_unary=4 │ │ ├── binary_unary=4_1.py │ │ ├── binary_unary=4_10.py │ │ ├── binary_unary=4_2.py │ │ ├── binary_unary=4_3.py │ │ ├── binary_unary=4_4.py │ │ ├── binary_unary=4_5.py │ │ ├── binary_unary=4_6.py │ │ ├── binary_unary=4_7.py │ │ ├── binary_unary=4_8.py │ │ ├── binary_unary=4_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── binary_unary=6 │ │ ├── binary_unary=6_1.py │ │ ├── binary_unary=6_10.py │ │ ├── binary_unary=6_2.py │ │ ├── binary_unary=6_3.py │ │ ├── binary_unary=6_4.py │ │ ├── binary_unary=6_5.py │ │ ├── binary_unary=6_6.py │ │ ├── binary_unary=6_7.py │ │ ├── binary_unary=6_8.py │ │ ├── binary_unary=6_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── binary_unary=8 │ │ ├── binary_unary=8_1.py │ │ ├── binary_unary=8_10.py │ │ ├── binary_unary=8_2.py │ │ ├── binary_unary=8_3.py │ │ ├── binary_unary=8_4.py │ │ ├── binary_unary=8_5.py │ │ ├── binary_unary=8_6.py │ │ ├── binary_unary=8_7.py │ │ ├── binary_unary=8_8.py │ │ ├── binary_unary=8_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── cat_addmm │ │ ├── cat_addmm_1.py │ │ ├── cat_addmm_10.py │ │ ├── cat_addmm_2.py │ │ ├── cat_addmm_3.py │ │ ├── cat_addmm_4.py │ │ ├── cat_addmm_5.py │ │ ├── cat_addmm_6.py │ │ ├── cat_addmm_7.py │ │ ├── cat_addmm_8.py │ │ ├── cat_addmm_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── cat_mm │ │ ├── cat_mm_1.py │ │ ├── cat_mm_10.py │ │ ├── cat_mm_2.py │ │ ├── cat_mm_3.py │ │ ├── cat_mm_4.py │ │ ├── cat_mm_5.py │ │ ├── cat_mm_6.py │ │ ├── cat_mm_7.py │ │ ├── cat_mm_8.py │ │ ├── cat_mm_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── cat_slice_cat │ │ ├── cat_slice_cat_1.py │ │ ├── cat_slice_cat_10.py │ │ ├── cat_slice_cat_2.py │ │ ├── cat_slice_cat_3.py │ │ ├── cat_slice_cat_4.py │ │ ├── cat_slice_cat_5.py │ │ ├── cat_slice_cat_6.py │ │ ├── cat_slice_cat_7.py │ │ ├── cat_slice_cat_8.py │ │ ├── cat_slice_cat_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── fuse_conv_bn │ │ ├── fuse_conv_bn_1.py │ │ ├── fuse_conv_bn_10.py │ │ ├── fuse_conv_bn_2.py │ │ ├── fuse_conv_bn_3.py │ │ ├── fuse_conv_bn_4.py │ │ ├── fuse_conv_bn_5.py │ │ ├── fuse_conv_bn_6.py │ │ ├── fuse_conv_bn_7.py │ │ ├── fuse_conv_bn_8.py │ │ ├── fuse_conv_bn_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── linear_permute_fusion │ │ ├── linear_permute_fusion_1.py │ │ ├── linear_permute_fusion_10.py │ │ ├── linear_permute_fusion_2.py │ │ ├── linear_permute_fusion_3.py │ │ ├── linear_permute_fusion_4.py │ │ ├── linear_permute_fusion_5.py │ │ ├── linear_permute_fusion_6.py │ │ ├── linear_permute_fusion_7.py │ │ ├── linear_permute_fusion_8.py │ │ ├── linear_permute_fusion_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── mm_plus_mm │ │ ├── mm_plus_mm_1.py │ │ ├── mm_plus_mm_10.py │ │ ├── mm_plus_mm_2.py │ │ ├── mm_plus_mm_3.py │ │ ├── mm_plus_mm_4.py │ │ ├── mm_plus_mm_5.py │ │ ├── mm_plus_mm_6.py │ │ ├── mm_plus_mm_7.py │ │ ├── mm_plus_mm_8.py │ │ ├── mm_plus_mm_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── outputs.json │ ├── permute_linear_fusion │ │ ├── permute_linear_fusion_1.py │ │ ├── permute_linear_fusion_10.py │ │ ├── permute_linear_fusion_2.py │ │ ├── permute_linear_fusion_3.py │ │ ├── permute_linear_fusion_4.py │ │ ├── permute_linear_fusion_5.py │ │ ├── permute_linear_fusion_6.py │ │ ├── permute_linear_fusion_7.py │ │ ├── permute_linear_fusion_8.py │ │ ├── permute_linear_fusion_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── permute_matmul_fusion │ │ ├── permute_matmul_fusion_1.py │ │ ├── permute_matmul_fusion_10.py │ │ ├── permute_matmul_fusion_2.py │ │ ├── permute_matmul_fusion_3.py │ │ ├── permute_matmul_fusion_4.py │ │ ├── permute_matmul_fusion_5.py │ │ ├── permute_matmul_fusion_6.py │ │ ├── permute_matmul_fusion_7.py │ │ ├── permute_matmul_fusion_8.py │ │ ├── permute_matmul_fusion_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── pointless_cumsum_replacement │ │ ├── pointless_cumsum_replacement_1.py │ │ ├── pointless_cumsum_replacement_10.py │ │ ├── pointless_cumsum_replacement_2.py │ │ ├── pointless_cumsum_replacement_3.py │ │ ├── pointless_cumsum_replacement_4.py │ │ ├── pointless_cumsum_replacement_5.py │ │ ├── pointless_cumsum_replacement_6.py │ │ ├── pointless_cumsum_replacement_7.py │ │ ├── pointless_cumsum_replacement_8.py │ │ ├── pointless_cumsum_replacement_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── replace_fx │ │ ├── prompt.txt │ │ ├── replace_fx_1.py │ │ ├── replace_fx_10.py │ │ ├── replace_fx_2.py │ │ ├── replace_fx_3.py │ │ ├── replace_fx_4.py │ │ ├── replace_fx_5.py │ │ ├── replace_fx_6.py │ │ ├── replace_fx_7.py │ │ ├── replace_fx_8.py │ │ ├── replace_fx_9.py │ │ └── time.txt │ ├── sfdp=0 │ │ ├── prompt.txt │ │ ├── sfdp=0_1.py │ │ ├── sfdp=0_10.py │ │ ├── sfdp=0_2.py │ │ ├── sfdp=0_3.py │ │ ├── sfdp=0_4.py │ │ ├── sfdp=0_5.py │ │ ├── sfdp=0_6.py │ │ ├── sfdp=0_7.py │ │ ├── sfdp=0_8.py │ │ ├── sfdp=0_9.py │ │ └── time.txt │ ├── sfdp=1 │ │ ├── prompt.txt │ │ ├── sfdp=1_1.py │ │ ├── sfdp=1_10.py │ │ ├── sfdp=1_2.py │ │ ├── sfdp=1_3.py │ │ ├── sfdp=1_4.py │ │ ├── sfdp=1_5.py │ │ ├── sfdp=1_6.py │ │ ├── sfdp=1_7.py │ │ ├── sfdp=1_8.py │ │ ├── sfdp=1_9.py │ │ └── time.txt │ ├── sfdp=2 │ │ ├── prompt.txt │ │ ├── sfdp=2_1.py │ │ ├── sfdp=2_10.py │ │ ├── sfdp=2_2.py │ │ ├── sfdp=2_3.py │ │ ├── sfdp=2_4.py │ │ ├── sfdp=2_5.py │ │ ├── sfdp=2_6.py │ │ ├── sfdp=2_7.py │ │ ├── sfdp=2_8.py │ │ ├── sfdp=2_9.py │ │ └── time.txt │ ├── sfdp=3 │ │ ├── prompt.txt │ │ ├── sfdp=3_1.py │ │ ├── sfdp=3_10.py │ │ ├── sfdp=3_2.py │ │ ├── sfdp=3_3.py │ │ ├── sfdp=3_4.py │ │ ├── sfdp=3_5.py │ │ ├── sfdp=3_6.py │ │ ├── sfdp=3_7.py │ │ ├── sfdp=3_8.py │ │ ├── sfdp=3_9.py │ │ └── time.txt │ ├── sfdp=4 │ │ ├── prompt.txt │ │ ├── sfdp=4_1.py │ │ ├── sfdp=4_10.py │ │ ├── sfdp=4_2.py │ │ ├── sfdp=4_3.py │ │ ├── sfdp=4_4.py │ │ ├── sfdp=4_5.py │ │ ├── sfdp=4_6.py │ │ ├── sfdp=4_7.py │ │ ├── sfdp=4_8.py │ │ ├── sfdp=4_9.py │ │ └── time.txt │ ├── sfdp=5 │ │ ├── prompt.txt │ │ ├── sfdp=5_1.py │ │ ├── sfdp=5_10.py │ │ ├── sfdp=5_2.py │ │ ├── sfdp=5_3.py │ │ ├── sfdp=5_4.py │ │ ├── sfdp=5_5.py │ │ ├── sfdp=5_6.py │ │ ├── sfdp=5_7.py │ │ ├── sfdp=5_8.py │ │ ├── sfdp=5_9.py │ │ └── time.txt │ ├── sink_cat_after_pointwise │ │ ├── prompt.txt │ │ ├── sink_cat_after_pointwise_1.py │ │ ├── sink_cat_after_pointwise_10.py │ │ ├── sink_cat_after_pointwise_2.py │ │ ├── sink_cat_after_pointwise_3.py │ │ ├── sink_cat_after_pointwise_4.py │ │ ├── sink_cat_after_pointwise_5.py │ │ ├── sink_cat_after_pointwise_6.py │ │ ├── sink_cat_after_pointwise_7.py │ │ ├── sink_cat_after_pointwise_8.py │ │ ├── sink_cat_after_pointwise_9.py │ │ └── time.txt │ ├── splitwithsizes_cat_replace │ │ ├── prompt.txt │ │ ├── splitwithsizes_cat_replace_1.py │ │ ├── splitwithsizes_cat_replace_10.py │ │ ├── splitwithsizes_cat_replace_2.py │ │ ├── splitwithsizes_cat_replace_3.py │ │ ├── splitwithsizes_cat_replace_4.py │ │ ├── splitwithsizes_cat_replace_5.py │ │ ├── splitwithsizes_cat_replace_6.py │ │ ├── splitwithsizes_cat_replace_7.py │ │ ├── splitwithsizes_cat_replace_8.py │ │ ├── splitwithsizes_cat_replace_9.py │ │ └── time.txt │ ├── unary=0 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=0_1.py │ │ ├── unary=0_10.py │ │ ├── unary=0_2.py │ │ ├── unary=0_3.py │ │ ├── unary=0_4.py │ │ ├── unary=0_5.py │ │ ├── unary=0_6.py │ │ ├── unary=0_7.py │ │ ├── unary=0_8.py │ │ └── unary=0_9.py │ ├── unary=1 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=1_1.py │ │ ├── unary=1_10.py │ │ ├── unary=1_2.py │ │ ├── unary=1_3.py │ │ ├── unary=1_4.py │ │ ├── unary=1_5.py │ │ ├── unary=1_6.py │ │ ├── unary=1_7.py │ │ ├── unary=1_8.py │ │ └── unary=1_9.py │ ├── unary=10 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=10_1.py │ │ ├── unary=10_10.py │ │ ├── unary=10_2.py │ │ ├── unary=10_3.py │ │ ├── unary=10_4.py │ │ ├── unary=10_5.py │ │ ├── unary=10_6.py │ │ ├── unary=10_7.py │ │ ├── unary=10_8.py │ │ └── unary=10_9.py │ ├── unary=11 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=11_1.py │ │ ├── unary=11_10.py │ │ ├── unary=11_2.py │ │ ├── unary=11_3.py │ │ ├── unary=11_4.py │ │ ├── unary=11_5.py │ │ ├── unary=11_6.py │ │ ├── unary=11_7.py │ │ ├── unary=11_8.py │ │ └── unary=11_9.py │ ├── unary=12 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=12_1.py │ │ ├── unary=12_10.py │ │ ├── unary=12_2.py │ │ ├── unary=12_3.py │ │ ├── unary=12_4.py │ │ ├── unary=12_5.py │ │ ├── unary=12_6.py │ │ ├── unary=12_7.py │ │ ├── unary=12_8.py │ │ └── unary=12_9.py │ ├── unary=13 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=13_1.py │ │ ├── unary=13_10.py │ │ ├── unary=13_2.py │ │ ├── unary=13_3.py │ │ ├── unary=13_4.py │ │ ├── unary=13_5.py │ │ ├── unary=13_6.py │ │ ├── unary=13_7.py │ │ ├── unary=13_8.py │ │ └── unary=13_9.py │ ├── unary=14 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=14_1.py │ │ ├── unary=14_10.py │ │ ├── unary=14_2.py │ │ ├── unary=14_3.py │ │ ├── unary=14_4.py │ │ ├── unary=14_5.py │ │ ├── unary=14_6.py │ │ ├── unary=14_7.py │ │ ├── unary=14_8.py │ │ └── unary=14_9.py │ ├── unary=15 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=15_1.py │ │ ├── unary=15_10.py │ │ ├── unary=15_2.py │ │ ├── unary=15_3.py │ │ ├── unary=15_4.py │ │ ├── unary=15_5.py │ │ ├── unary=15_6.py │ │ ├── unary=15_7.py │ │ ├── unary=15_8.py │ │ └── unary=15_9.py │ ├── unary=16 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=16_1.py │ │ ├── unary=16_10.py │ │ ├── unary=16_2.py │ │ ├── unary=16_3.py │ │ ├── unary=16_4.py │ │ ├── unary=16_5.py │ │ ├── unary=16_6.py │ │ ├── unary=16_7.py │ │ ├── unary=16_8.py │ │ └── unary=16_9.py │ ├── unary=17 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=17_1.py │ │ ├── unary=17_10.py │ │ ├── unary=17_2.py │ │ ├── unary=17_3.py │ │ ├── unary=17_4.py │ │ ├── unary=17_5.py │ │ ├── unary=17_6.py │ │ ├── unary=17_7.py │ │ ├── unary=17_8.py │ │ └── unary=17_9.py │ ├── unary=18 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=18_1.py │ │ ├── unary=18_10.py │ │ ├── unary=18_2.py │ │ ├── unary=18_3.py │ │ ├── unary=18_4.py │ │ ├── unary=18_5.py │ │ ├── unary=18_6.py │ │ ├── unary=18_7.py │ │ ├── unary=18_8.py │ │ └── unary=18_9.py │ ├── unary=19 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=19_1.py │ │ ├── unary=19_10.py │ │ ├── unary=19_2.py │ │ ├── unary=19_3.py │ │ ├── unary=19_4.py │ │ ├── unary=19_5.py │ │ ├── unary=19_6.py │ │ ├── unary=19_7.py │ │ ├── unary=19_8.py │ │ └── unary=19_9.py │ ├── unary=2 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=2_1.py │ │ ├── unary=2_10.py │ │ ├── unary=2_2.py │ │ ├── unary=2_3.py │ │ ├── unary=2_4.py │ │ ├── unary=2_5.py │ │ ├── unary=2_6.py │ │ ├── unary=2_7.py │ │ ├── unary=2_8.py │ │ └── unary=2_9.py │ ├── unary=20 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=20_1.py │ │ ├── unary=20_10.py │ │ ├── unary=20_2.py │ │ ├── unary=20_3.py │ │ ├── unary=20_4.py │ │ ├── unary=20_5.py │ │ ├── unary=20_6.py │ │ ├── unary=20_7.py │ │ ├── unary=20_8.py │ │ └── unary=20_9.py │ ├── unary=21 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=21_1.py │ │ ├── unary=21_10.py │ │ ├── unary=21_2.py │ │ ├── unary=21_3.py │ │ ├── unary=21_4.py │ │ ├── unary=21_5.py │ │ ├── unary=21_6.py │ │ ├── unary=21_7.py │ │ ├── unary=21_8.py │ │ └── unary=21_9.py │ ├── unary=22 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=22_1.py │ │ ├── unary=22_10.py │ │ ├── unary=22_2.py │ │ ├── unary=22_3.py │ │ ├── unary=22_4.py │ │ ├── unary=22_5.py │ │ ├── unary=22_6.py │ │ ├── unary=22_7.py │ │ ├── unary=22_8.py │ │ └── unary=22_9.py │ ├── unary=23 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=23_1.py │ │ ├── unary=23_10.py │ │ ├── unary=23_2.py │ │ ├── unary=23_3.py │ │ ├── unary=23_4.py │ │ ├── unary=23_5.py │ │ ├── unary=23_6.py │ │ ├── unary=23_7.py │ │ ├── unary=23_8.py │ │ └── unary=23_9.py │ ├── unary=24 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=24_1.py │ │ ├── unary=24_10.py │ │ ├── unary=24_2.py │ │ ├── unary=24_3.py │ │ ├── unary=24_4.py │ │ ├── unary=24_5.py │ │ ├── unary=24_6.py │ │ ├── unary=24_7.py │ │ ├── unary=24_8.py │ │ └── unary=24_9.py │ ├── unary=25 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=25_1.py │ │ ├── unary=25_10.py │ │ ├── unary=25_2.py │ │ ├── unary=25_3.py │ │ ├── unary=25_4.py │ │ ├── unary=25_5.py │ │ ├── unary=25_6.py │ │ ├── unary=25_7.py │ │ ├── unary=25_8.py │ │ └── unary=25_9.py │ ├── unary=26 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=26_1.py │ │ ├── unary=26_10.py │ │ ├── unary=26_2.py │ │ ├── unary=26_3.py │ │ ├── unary=26_4.py │ │ ├── unary=26_5.py │ │ ├── unary=26_6.py │ │ ├── unary=26_7.py │ │ ├── unary=26_8.py │ │ └── unary=26_9.py │ ├── unary=27 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=27_1.py │ │ ├── unary=27_10.py │ │ ├── unary=27_2.py │ │ ├── unary=27_3.py │ │ ├── unary=27_4.py │ │ ├── unary=27_5.py │ │ ├── unary=27_6.py │ │ ├── unary=27_7.py │ │ ├── unary=27_8.py │ │ └── unary=27_9.py │ ├── unary=28 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=28_1.py │ │ ├── unary=28_10.py │ │ ├── unary=28_2.py │ │ ├── unary=28_3.py │ │ ├── unary=28_4.py │ │ ├── unary=28_5.py │ │ ├── unary=28_6.py │ │ ├── unary=28_7.py │ │ ├── unary=28_8.py │ │ └── unary=28_9.py │ ├── unary=29 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=29_1.py │ │ ├── unary=29_10.py │ │ ├── unary=29_2.py │ │ ├── unary=29_3.py │ │ ├── unary=29_4.py │ │ ├── unary=29_5.py │ │ ├── unary=29_6.py │ │ ├── unary=29_7.py │ │ ├── unary=29_8.py │ │ └── unary=29_9.py │ ├── unary=3 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=3_1.py │ │ ├── unary=3_10.py │ │ ├── unary=3_2.py │ │ ├── unary=3_3.py │ │ ├── unary=3_4.py │ │ ├── unary=3_5.py │ │ ├── unary=3_6.py │ │ ├── unary=3_7.py │ │ ├── unary=3_8.py │ │ └── unary=3_9.py │ ├── unary=4 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=4_1.py │ │ ├── unary=4_10.py │ │ ├── unary=4_2.py │ │ ├── unary=4_3.py │ │ ├── unary=4_4.py │ │ ├── unary=4_5.py │ │ ├── unary=4_6.py │ │ ├── unary=4_7.py │ │ ├── unary=4_8.py │ │ └── unary=4_9.py │ ├── unary=5 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=5_1.py │ │ ├── unary=5_10.py │ │ ├── unary=5_2.py │ │ ├── unary=5_3.py │ │ ├── unary=5_4.py │ │ ├── unary=5_5.py │ │ ├── unary=5_6.py │ │ ├── unary=5_7.py │ │ ├── unary=5_8.py │ │ └── unary=5_9.py │ ├── unary=6 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=6_1.py │ │ ├── unary=6_10.py │ │ ├── unary=6_2.py │ │ ├── unary=6_3.py │ │ ├── unary=6_4.py │ │ ├── unary=6_5.py │ │ ├── unary=6_6.py │ │ ├── unary=6_7.py │ │ ├── unary=6_8.py │ │ └── unary=6_9.py │ ├── unary=7 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=7_1.py │ │ ├── unary=7_10.py │ │ ├── unary=7_2.py │ │ ├── unary=7_3.py │ │ ├── unary=7_4.py │ │ ├── unary=7_5.py │ │ ├── unary=7_6.py │ │ ├── unary=7_7.py │ │ ├── unary=7_8.py │ │ └── unary=7_9.py │ ├── unary=8 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=8_1.py │ │ ├── unary=8_10.py │ │ ├── unary=8_2.py │ │ ├── unary=8_3.py │ │ ├── unary=8_4.py │ │ ├── unary=8_5.py │ │ ├── unary=8_6.py │ │ ├── unary=8_7.py │ │ ├── unary=8_8.py │ │ └── unary=8_9.py │ └── unary=9 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=9_1.py │ │ ├── unary=9_10.py │ │ ├── unary=9_2.py │ │ ├── unary=9_3.py │ │ ├── unary=9_4.py │ │ ├── unary=9_5.py │ │ ├── unary=9_6.py │ │ ├── unary=9_7.py │ │ ├── unary=9_8.py │ │ └── unary=9_9.py │ ├── step92-3shot │ ├── addmm │ │ ├── addmm_1.py │ │ ├── addmm_10.py │ │ ├── addmm_2.py │ │ ├── addmm_3.py │ │ ├── addmm_4.py │ │ ├── addmm_5.py │ │ ├── addmm_6.py │ │ ├── addmm_7.py │ │ ├── addmm_8.py │ │ ├── addmm_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── binary=0 │ │ ├── binary=0_1.py │ │ ├── binary=0_10.py │ │ ├── binary=0_2.py │ │ ├── binary=0_3.py │ │ ├── binary=0_4.py │ │ ├── binary=0_5.py │ │ ├── binary=0_6.py │ │ ├── binary=0_7.py │ │ ├── binary=0_8.py │ │ ├── binary=0_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── binary=10 │ │ ├── binary=10_1.py │ │ ├── binary=10_10.py │ │ ├── binary=10_2.py │ │ ├── binary=10_3.py │ │ ├── binary=10_4.py │ │ ├── binary=10_5.py │ │ ├── binary=10_6.py │ │ ├── binary=10_7.py │ │ ├── binary=10_8.py │ │ ├── binary=10_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── binary=2 │ │ ├── binary=2_1.py │ │ ├── binary=2_10.py │ │ ├── binary=2_2.py │ │ ├── binary=2_3.py │ │ ├── binary=2_4.py │ │ ├── binary=2_5.py │ │ ├── binary=2_6.py │ │ ├── binary=2_7.py │ │ ├── binary=2_8.py │ │ ├── binary=2_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── binary=4 │ │ ├── binary=4_1.py │ │ ├── binary=4_10.py │ │ ├── binary=4_2.py │ │ ├── binary=4_3.py │ │ ├── binary=4_4.py │ │ ├── binary=4_5.py │ │ ├── binary=4_6.py │ │ ├── binary=4_7.py │ │ ├── binary=4_8.py │ │ ├── binary=4_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── binary=6 │ │ ├── binary=6_1.py │ │ ├── binary=6_10.py │ │ ├── binary=6_2.py │ │ ├── binary=6_3.py │ │ ├── binary=6_4.py │ │ ├── binary=6_5.py │ │ ├── binary=6_6.py │ │ ├── binary=6_7.py │ │ ├── binary=6_8.py │ │ ├── binary=6_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── binary=8 │ │ ├── binary=8_1.py │ │ ├── binary=8_10.py │ │ ├── binary=8_2.py │ │ ├── binary=8_3.py │ │ ├── binary=8_4.py │ │ ├── binary=8_5.py │ │ ├── binary=8_6.py │ │ ├── binary=8_7.py │ │ ├── binary=8_8.py │ │ ├── binary=8_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── binary_unary=0 │ │ ├── binary_unary=0_1.py │ │ ├── binary_unary=0_10.py │ │ ├── binary_unary=0_2.py │ │ ├── binary_unary=0_3.py │ │ ├── binary_unary=0_4.py │ │ ├── binary_unary=0_5.py │ │ ├── binary_unary=0_6.py │ │ ├── binary_unary=0_7.py │ │ ├── binary_unary=0_8.py │ │ ├── binary_unary=0_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── binary_unary=10 │ │ ├── binary_unary=10_1.py │ │ ├── binary_unary=10_10.py │ │ ├── binary_unary=10_2.py │ │ ├── binary_unary=10_3.py │ │ ├── binary_unary=10_4.py │ │ ├── binary_unary=10_5.py │ │ ├── binary_unary=10_6.py │ │ ├── binary_unary=10_7.py │ │ ├── binary_unary=10_8.py │ │ ├── binary_unary=10_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── binary_unary=2 │ │ ├── binary_unary=2_1.py │ │ ├── binary_unary=2_10.py │ │ ├── binary_unary=2_2.py │ │ ├── binary_unary=2_3.py │ │ ├── binary_unary=2_4.py │ │ ├── binary_unary=2_5.py │ │ ├── binary_unary=2_6.py │ │ ├── binary_unary=2_7.py │ │ ├── binary_unary=2_8.py │ │ ├── binary_unary=2_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── binary_unary=4 │ │ ├── binary_unary=4_1.py │ │ ├── binary_unary=4_10.py │ │ ├── binary_unary=4_2.py │ │ ├── binary_unary=4_3.py │ │ ├── binary_unary=4_4.py │ │ ├── binary_unary=4_5.py │ │ ├── binary_unary=4_6.py │ │ ├── binary_unary=4_7.py │ │ ├── binary_unary=4_8.py │ │ ├── binary_unary=4_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── binary_unary=6 │ │ ├── binary_unary=6_1.py │ │ ├── binary_unary=6_10.py │ │ ├── binary_unary=6_2.py │ │ ├── binary_unary=6_3.py │ │ ├── binary_unary=6_4.py │ │ ├── binary_unary=6_5.py │ │ ├── binary_unary=6_6.py │ │ ├── binary_unary=6_7.py │ │ ├── binary_unary=6_8.py │ │ ├── binary_unary=6_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── binary_unary=8 │ │ ├── binary_unary=8_1.py │ │ ├── binary_unary=8_10.py │ │ ├── binary_unary=8_2.py │ │ ├── binary_unary=8_3.py │ │ ├── binary_unary=8_4.py │ │ ├── binary_unary=8_5.py │ │ ├── binary_unary=8_6.py │ │ ├── binary_unary=8_7.py │ │ ├── binary_unary=8_8.py │ │ ├── binary_unary=8_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── cat_addmm │ │ ├── cat_addmm_1.py │ │ ├── cat_addmm_10.py │ │ ├── cat_addmm_2.py │ │ ├── cat_addmm_3.py │ │ ├── cat_addmm_4.py │ │ ├── cat_addmm_5.py │ │ ├── cat_addmm_6.py │ │ ├── cat_addmm_7.py │ │ ├── cat_addmm_8.py │ │ ├── cat_addmm_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── cat_mm │ │ ├── cat_mm_1.py │ │ ├── cat_mm_10.py │ │ ├── cat_mm_2.py │ │ ├── cat_mm_3.py │ │ ├── cat_mm_4.py │ │ ├── cat_mm_5.py │ │ ├── cat_mm_6.py │ │ ├── cat_mm_7.py │ │ ├── cat_mm_8.py │ │ ├── cat_mm_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── cat_slice_cat │ │ ├── cat_slice_cat_1.py │ │ ├── cat_slice_cat_10.py │ │ ├── cat_slice_cat_2.py │ │ ├── cat_slice_cat_3.py │ │ ├── cat_slice_cat_4.py │ │ ├── cat_slice_cat_5.py │ │ ├── cat_slice_cat_6.py │ │ ├── cat_slice_cat_7.py │ │ ├── cat_slice_cat_8.py │ │ ├── cat_slice_cat_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── fuse_conv_bn │ │ ├── fuse_conv_bn_1.py │ │ ├── fuse_conv_bn_10.py │ │ ├── fuse_conv_bn_2.py │ │ ├── fuse_conv_bn_3.py │ │ ├── fuse_conv_bn_4.py │ │ ├── fuse_conv_bn_5.py │ │ ├── fuse_conv_bn_6.py │ │ ├── fuse_conv_bn_7.py │ │ ├── fuse_conv_bn_8.py │ │ ├── fuse_conv_bn_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── linear_permute_fusion │ │ ├── linear_permute_fusion_1.py │ │ ├── linear_permute_fusion_10.py │ │ ├── linear_permute_fusion_2.py │ │ ├── linear_permute_fusion_3.py │ │ ├── linear_permute_fusion_4.py │ │ ├── linear_permute_fusion_5.py │ │ ├── linear_permute_fusion_6.py │ │ ├── linear_permute_fusion_7.py │ │ ├── linear_permute_fusion_8.py │ │ ├── linear_permute_fusion_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── mm_plus_mm │ │ ├── mm_plus_mm_1.py │ │ ├── mm_plus_mm_10.py │ │ ├── mm_plus_mm_2.py │ │ ├── mm_plus_mm_3.py │ │ ├── mm_plus_mm_4.py │ │ ├── mm_plus_mm_5.py │ │ ├── mm_plus_mm_6.py │ │ ├── mm_plus_mm_7.py │ │ ├── mm_plus_mm_8.py │ │ ├── mm_plus_mm_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── outputs.json │ ├── permute_linear_fusion │ │ ├── permute_linear_fusion_1.py │ │ ├── permute_linear_fusion_10.py │ │ ├── permute_linear_fusion_2.py │ │ ├── permute_linear_fusion_3.py │ │ ├── permute_linear_fusion_4.py │ │ ├── permute_linear_fusion_5.py │ │ ├── permute_linear_fusion_6.py │ │ ├── permute_linear_fusion_7.py │ │ ├── permute_linear_fusion_8.py │ │ ├── permute_linear_fusion_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── permute_matmul_fusion │ │ ├── permute_matmul_fusion_1.py │ │ ├── permute_matmul_fusion_10.py │ │ ├── permute_matmul_fusion_2.py │ │ ├── permute_matmul_fusion_3.py │ │ ├── permute_matmul_fusion_4.py │ │ ├── permute_matmul_fusion_5.py │ │ ├── permute_matmul_fusion_6.py │ │ ├── permute_matmul_fusion_7.py │ │ ├── permute_matmul_fusion_8.py │ │ ├── permute_matmul_fusion_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── pointless_cumsum_replacement │ │ ├── pointless_cumsum_replacement_1.py │ │ ├── pointless_cumsum_replacement_10.py │ │ ├── pointless_cumsum_replacement_2.py │ │ ├── pointless_cumsum_replacement_3.py │ │ ├── pointless_cumsum_replacement_4.py │ │ ├── pointless_cumsum_replacement_5.py │ │ ├── pointless_cumsum_replacement_6.py │ │ ├── pointless_cumsum_replacement_7.py │ │ ├── pointless_cumsum_replacement_8.py │ │ ├── pointless_cumsum_replacement_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── replace_fx │ │ ├── prompt.txt │ │ ├── replace_fx_1.py │ │ ├── replace_fx_10.py │ │ ├── replace_fx_2.py │ │ ├── replace_fx_3.py │ │ ├── replace_fx_4.py │ │ ├── replace_fx_5.py │ │ ├── replace_fx_6.py │ │ ├── replace_fx_7.py │ │ ├── replace_fx_8.py │ │ ├── replace_fx_9.py │ │ └── time.txt │ ├── sfdp=0 │ │ ├── prompt.txt │ │ ├── sfdp=0_1.py │ │ ├── sfdp=0_10.py │ │ ├── sfdp=0_2.py │ │ ├── sfdp=0_3.py │ │ ├── sfdp=0_4.py │ │ ├── sfdp=0_5.py │ │ ├── sfdp=0_6.py │ │ ├── sfdp=0_7.py │ │ ├── sfdp=0_8.py │ │ ├── sfdp=0_9.py │ │ └── time.txt │ ├── sfdp=1 │ │ ├── prompt.txt │ │ ├── sfdp=1_1.py │ │ ├── sfdp=1_10.py │ │ ├── sfdp=1_2.py │ │ ├── sfdp=1_3.py │ │ ├── sfdp=1_4.py │ │ ├── sfdp=1_5.py │ │ ├── sfdp=1_6.py │ │ ├── sfdp=1_7.py │ │ ├── sfdp=1_8.py │ │ ├── sfdp=1_9.py │ │ └── time.txt │ ├── sfdp=2 │ │ ├── prompt.txt │ │ ├── sfdp=2_1.py │ │ ├── sfdp=2_10.py │ │ ├── sfdp=2_2.py │ │ ├── sfdp=2_3.py │ │ ├── sfdp=2_4.py │ │ ├── sfdp=2_5.py │ │ ├── sfdp=2_6.py │ │ ├── sfdp=2_7.py │ │ ├── sfdp=2_8.py │ │ ├── sfdp=2_9.py │ │ └── time.txt │ ├── sfdp=3 │ │ ├── prompt.txt │ │ ├── sfdp=3_1.py │ │ ├── sfdp=3_10.py │ │ ├── sfdp=3_2.py │ │ ├── sfdp=3_3.py │ │ ├── sfdp=3_4.py │ │ ├── sfdp=3_5.py │ │ ├── sfdp=3_6.py │ │ ├── sfdp=3_7.py │ │ ├── sfdp=3_8.py │ │ ├── sfdp=3_9.py │ │ └── time.txt │ ├── sfdp=4 │ │ ├── prompt.txt │ │ ├── sfdp=4_1.py │ │ ├── sfdp=4_10.py │ │ ├── sfdp=4_2.py │ │ ├── sfdp=4_3.py │ │ ├── sfdp=4_4.py │ │ ├── sfdp=4_5.py │ │ ├── sfdp=4_6.py │ │ ├── sfdp=4_7.py │ │ ├── sfdp=4_8.py │ │ ├── sfdp=4_9.py │ │ └── time.txt │ ├── sfdp=5 │ │ ├── prompt.txt │ │ ├── sfdp=5_1.py │ │ ├── sfdp=5_10.py │ │ ├── sfdp=5_2.py │ │ ├── sfdp=5_3.py │ │ ├── sfdp=5_4.py │ │ ├── sfdp=5_5.py │ │ ├── sfdp=5_6.py │ │ ├── sfdp=5_7.py │ │ ├── sfdp=5_8.py │ │ ├── sfdp=5_9.py │ │ └── time.txt │ ├── sink_cat_after_pointwise │ │ ├── prompt.txt │ │ ├── sink_cat_after_pointwise_1.py │ │ ├── sink_cat_after_pointwise_10.py │ │ ├── sink_cat_after_pointwise_2.py │ │ ├── sink_cat_after_pointwise_3.py │ │ ├── sink_cat_after_pointwise_4.py │ │ ├── sink_cat_after_pointwise_5.py │ │ ├── sink_cat_after_pointwise_6.py │ │ ├── sink_cat_after_pointwise_7.py │ │ ├── sink_cat_after_pointwise_8.py │ │ ├── sink_cat_after_pointwise_9.py │ │ └── time.txt │ ├── splitwithsizes_cat_replace │ │ ├── prompt.txt │ │ ├── splitwithsizes_cat_replace_1.py │ │ ├── splitwithsizes_cat_replace_10.py │ │ ├── splitwithsizes_cat_replace_2.py │ │ ├── splitwithsizes_cat_replace_3.py │ │ ├── splitwithsizes_cat_replace_4.py │ │ ├── splitwithsizes_cat_replace_5.py │ │ ├── splitwithsizes_cat_replace_6.py │ │ ├── splitwithsizes_cat_replace_7.py │ │ ├── splitwithsizes_cat_replace_8.py │ │ ├── splitwithsizes_cat_replace_9.py │ │ └── time.txt │ ├── unary=0 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=0_1.py │ │ ├── unary=0_10.py │ │ ├── unary=0_2.py │ │ ├── unary=0_3.py │ │ ├── unary=0_4.py │ │ ├── unary=0_5.py │ │ ├── unary=0_6.py │ │ ├── unary=0_7.py │ │ ├── unary=0_8.py │ │ └── unary=0_9.py │ ├── unary=1 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=1_1.py │ │ ├── unary=1_10.py │ │ ├── unary=1_2.py │ │ ├── unary=1_3.py │ │ ├── unary=1_4.py │ │ ├── unary=1_5.py │ │ ├── unary=1_6.py │ │ ├── unary=1_7.py │ │ ├── unary=1_8.py │ │ └── unary=1_9.py │ ├── unary=10 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=10_1.py │ │ ├── unary=10_10.py │ │ ├── unary=10_2.py │ │ ├── unary=10_3.py │ │ ├── unary=10_4.py │ │ ├── unary=10_5.py │ │ ├── unary=10_6.py │ │ ├── unary=10_7.py │ │ ├── unary=10_8.py │ │ └── unary=10_9.py │ ├── unary=11 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=11_1.py │ │ ├── unary=11_10.py │ │ ├── unary=11_2.py │ │ ├── unary=11_3.py │ │ ├── unary=11_4.py │ │ ├── unary=11_5.py │ │ ├── unary=11_6.py │ │ ├── unary=11_7.py │ │ ├── unary=11_8.py │ │ └── unary=11_9.py │ ├── unary=12 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=12_1.py │ │ ├── unary=12_10.py │ │ ├── unary=12_2.py │ │ ├── unary=12_3.py │ │ ├── unary=12_4.py │ │ ├── unary=12_5.py │ │ ├── unary=12_6.py │ │ ├── unary=12_7.py │ │ ├── unary=12_8.py │ │ └── unary=12_9.py │ ├── unary=13 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=13_1.py │ │ ├── unary=13_10.py │ │ ├── unary=13_2.py │ │ ├── unary=13_3.py │ │ ├── unary=13_4.py │ │ ├── unary=13_5.py │ │ ├── unary=13_6.py │ │ ├── unary=13_7.py │ │ ├── unary=13_8.py │ │ └── unary=13_9.py │ ├── unary=14 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=14_1.py │ │ ├── unary=14_10.py │ │ ├── unary=14_2.py │ │ ├── unary=14_3.py │ │ ├── unary=14_4.py │ │ ├── unary=14_5.py │ │ ├── unary=14_6.py │ │ ├── unary=14_7.py │ │ ├── unary=14_8.py │ │ └── unary=14_9.py │ ├── unary=15 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=15_1.py │ │ ├── unary=15_10.py │ │ ├── unary=15_2.py │ │ ├── unary=15_3.py │ │ ├── unary=15_4.py │ │ ├── unary=15_5.py │ │ ├── unary=15_6.py │ │ ├── unary=15_7.py │ │ ├── unary=15_8.py │ │ └── unary=15_9.py │ ├── unary=16 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=16_1.py │ │ ├── unary=16_10.py │ │ ├── unary=16_2.py │ │ ├── unary=16_3.py │ │ ├── unary=16_4.py │ │ ├── unary=16_5.py │ │ ├── unary=16_6.py │ │ ├── unary=16_7.py │ │ ├── unary=16_8.py │ │ └── unary=16_9.py │ ├── unary=17 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=17_1.py │ │ ├── unary=17_10.py │ │ ├── unary=17_2.py │ │ ├── unary=17_3.py │ │ ├── unary=17_4.py │ │ ├── unary=17_5.py │ │ ├── unary=17_6.py │ │ ├── unary=17_7.py │ │ ├── unary=17_8.py │ │ └── unary=17_9.py │ ├── unary=18 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=18_1.py │ │ ├── unary=18_10.py │ │ ├── unary=18_2.py │ │ ├── unary=18_3.py │ │ ├── unary=18_4.py │ │ ├── unary=18_5.py │ │ ├── unary=18_6.py │ │ ├── unary=18_7.py │ │ ├── unary=18_8.py │ │ └── unary=18_9.py │ ├── unary=19 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=19_1.py │ │ ├── unary=19_10.py │ │ ├── unary=19_2.py │ │ ├── unary=19_3.py │ │ ├── unary=19_4.py │ │ ├── unary=19_5.py │ │ ├── unary=19_6.py │ │ ├── unary=19_7.py │ │ ├── unary=19_8.py │ │ └── unary=19_9.py │ ├── unary=2 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=2_1.py │ │ ├── unary=2_10.py │ │ ├── unary=2_2.py │ │ ├── unary=2_3.py │ │ ├── unary=2_4.py │ │ ├── unary=2_5.py │ │ ├── unary=2_6.py │ │ ├── unary=2_7.py │ │ ├── unary=2_8.py │ │ └── unary=2_9.py │ ├── unary=20 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=20_1.py │ │ ├── unary=20_10.py │ │ ├── unary=20_2.py │ │ ├── unary=20_3.py │ │ ├── unary=20_4.py │ │ ├── unary=20_5.py │ │ ├── unary=20_6.py │ │ ├── unary=20_7.py │ │ ├── unary=20_8.py │ │ └── unary=20_9.py │ ├── unary=21 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=21_1.py │ │ ├── unary=21_10.py │ │ ├── unary=21_2.py │ │ ├── unary=21_3.py │ │ ├── unary=21_4.py │ │ ├── unary=21_5.py │ │ ├── unary=21_6.py │ │ ├── unary=21_7.py │ │ ├── unary=21_8.py │ │ └── unary=21_9.py │ ├── unary=22 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=22_1.py │ │ ├── unary=22_10.py │ │ ├── unary=22_2.py │ │ ├── unary=22_3.py │ │ ├── unary=22_4.py │ │ ├── unary=22_5.py │ │ ├── unary=22_6.py │ │ ├── unary=22_7.py │ │ ├── unary=22_8.py │ │ └── unary=22_9.py │ ├── unary=23 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=23_1.py │ │ ├── unary=23_10.py │ │ ├── unary=23_2.py │ │ ├── unary=23_3.py │ │ ├── unary=23_4.py │ │ ├── unary=23_5.py │ │ ├── unary=23_6.py │ │ ├── unary=23_7.py │ │ ├── unary=23_8.py │ │ └── unary=23_9.py │ ├── unary=24 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=24_1.py │ │ ├── unary=24_10.py │ │ ├── unary=24_2.py │ │ ├── unary=24_3.py │ │ ├── unary=24_4.py │ │ ├── unary=24_5.py │ │ ├── unary=24_6.py │ │ ├── unary=24_7.py │ │ ├── unary=24_8.py │ │ └── unary=24_9.py │ ├── unary=25 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=25_1.py │ │ ├── unary=25_10.py │ │ ├── unary=25_2.py │ │ ├── unary=25_3.py │ │ ├── unary=25_4.py │ │ ├── unary=25_5.py │ │ ├── unary=25_6.py │ │ ├── unary=25_7.py │ │ ├── unary=25_8.py │ │ └── unary=25_9.py │ ├── unary=26 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=26_1.py │ │ ├── unary=26_10.py │ │ ├── unary=26_2.py │ │ ├── unary=26_3.py │ │ ├── unary=26_4.py │ │ ├── unary=26_5.py │ │ ├── unary=26_6.py │ │ ├── unary=26_7.py │ │ ├── unary=26_8.py │ │ └── unary=26_9.py │ ├── unary=27 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=27_1.py │ │ ├── unary=27_10.py │ │ ├── unary=27_2.py │ │ ├── unary=27_3.py │ │ ├── unary=27_4.py │ │ ├── unary=27_5.py │ │ ├── unary=27_6.py │ │ ├── unary=27_7.py │ │ ├── unary=27_8.py │ │ └── unary=27_9.py │ ├── unary=28 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=28_1.py │ │ ├── unary=28_10.py │ │ ├── unary=28_2.py │ │ ├── unary=28_3.py │ │ ├── unary=28_4.py │ │ ├── unary=28_5.py │ │ ├── unary=28_6.py │ │ ├── unary=28_7.py │ │ ├── unary=28_8.py │ │ └── unary=28_9.py │ ├── unary=29 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=29_1.py │ │ ├── unary=29_10.py │ │ ├── unary=29_2.py │ │ ├── unary=29_3.py │ │ ├── unary=29_4.py │ │ ├── unary=29_5.py │ │ ├── unary=29_6.py │ │ ├── unary=29_7.py │ │ ├── unary=29_8.py │ │ └── unary=29_9.py │ ├── unary=3 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=3_1.py │ │ ├── unary=3_10.py │ │ ├── unary=3_2.py │ │ ├── unary=3_3.py │ │ ├── unary=3_4.py │ │ ├── unary=3_5.py │ │ ├── unary=3_6.py │ │ ├── unary=3_7.py │ │ ├── unary=3_8.py │ │ └── unary=3_9.py │ ├── unary=4 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=4_1.py │ │ ├── unary=4_10.py │ │ ├── unary=4_2.py │ │ ├── unary=4_3.py │ │ ├── unary=4_4.py │ │ ├── unary=4_5.py │ │ ├── unary=4_6.py │ │ ├── unary=4_7.py │ │ ├── unary=4_8.py │ │ └── unary=4_9.py │ ├── unary=5 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=5_1.py │ │ ├── unary=5_10.py │ │ ├── unary=5_2.py │ │ ├── unary=5_3.py │ │ ├── unary=5_4.py │ │ ├── unary=5_5.py │ │ ├── unary=5_6.py │ │ ├── unary=5_7.py │ │ ├── unary=5_8.py │ │ └── unary=5_9.py │ ├── unary=6 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=6_1.py │ │ ├── unary=6_10.py │ │ ├── unary=6_2.py │ │ ├── unary=6_3.py │ │ ├── unary=6_4.py │ │ ├── unary=6_5.py │ │ ├── unary=6_6.py │ │ ├── unary=6_7.py │ │ ├── unary=6_8.py │ │ └── unary=6_9.py │ ├── unary=7 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=7_1.py │ │ ├── unary=7_10.py │ │ ├── unary=7_2.py │ │ ├── unary=7_3.py │ │ ├── unary=7_4.py │ │ ├── unary=7_5.py │ │ ├── unary=7_6.py │ │ ├── unary=7_7.py │ │ ├── unary=7_8.py │ │ └── unary=7_9.py │ ├── unary=8 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=8_1.py │ │ ├── unary=8_10.py │ │ ├── unary=8_2.py │ │ ├── unary=8_3.py │ │ ├── unary=8_4.py │ │ ├── unary=8_5.py │ │ ├── unary=8_6.py │ │ ├── unary=8_7.py │ │ ├── unary=8_8.py │ │ └── unary=8_9.py │ └── unary=9 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=9_1.py │ │ ├── unary=9_10.py │ │ ├── unary=9_2.py │ │ ├── unary=9_3.py │ │ ├── unary=9_4.py │ │ ├── unary=9_5.py │ │ ├── unary=9_6.py │ │ ├── unary=9_7.py │ │ ├── unary=9_8.py │ │ └── unary=9_9.py │ ├── step93-3shot │ ├── addmm │ │ ├── addmm_1.py │ │ ├── addmm_10.py │ │ ├── addmm_2.py │ │ ├── addmm_3.py │ │ ├── addmm_4.py │ │ ├── addmm_5.py │ │ ├── addmm_6.py │ │ ├── addmm_7.py │ │ ├── addmm_8.py │ │ ├── addmm_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── binary=0 │ │ ├── binary=0_1.py │ │ ├── binary=0_10.py │ │ ├── binary=0_2.py │ │ ├── binary=0_3.py │ │ ├── binary=0_4.py │ │ ├── binary=0_5.py │ │ ├── binary=0_6.py │ │ ├── binary=0_7.py │ │ ├── binary=0_8.py │ │ ├── binary=0_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── binary=10 │ │ ├── binary=10_1.py │ │ ├── binary=10_10.py │ │ ├── binary=10_2.py │ │ ├── binary=10_3.py │ │ ├── binary=10_4.py │ │ ├── binary=10_5.py │ │ ├── binary=10_6.py │ │ ├── binary=10_7.py │ │ ├── binary=10_8.py │ │ ├── binary=10_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── binary=2 │ │ ├── binary=2_1.py │ │ ├── binary=2_10.py │ │ ├── binary=2_2.py │ │ ├── binary=2_3.py │ │ ├── binary=2_4.py │ │ ├── binary=2_5.py │ │ ├── binary=2_6.py │ │ ├── binary=2_7.py │ │ ├── binary=2_8.py │ │ ├── binary=2_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── binary=4 │ │ ├── binary=4_1.py │ │ ├── binary=4_10.py │ │ ├── binary=4_2.py │ │ ├── binary=4_3.py │ │ ├── binary=4_4.py │ │ ├── binary=4_5.py │ │ ├── binary=4_6.py │ │ ├── binary=4_7.py │ │ ├── binary=4_8.py │ │ ├── binary=4_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── binary=6 │ │ ├── binary=6_1.py │ │ ├── binary=6_10.py │ │ ├── binary=6_2.py │ │ ├── binary=6_3.py │ │ ├── binary=6_4.py │ │ ├── binary=6_5.py │ │ ├── binary=6_6.py │ │ ├── binary=6_7.py │ │ ├── binary=6_8.py │ │ ├── binary=6_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── binary=8 │ │ ├── binary=8_1.py │ │ ├── binary=8_10.py │ │ ├── binary=8_2.py │ │ ├── binary=8_3.py │ │ ├── binary=8_4.py │ │ ├── binary=8_5.py │ │ ├── binary=8_6.py │ │ ├── binary=8_7.py │ │ ├── binary=8_8.py │ │ ├── binary=8_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── binary_unary=0 │ │ ├── binary_unary=0_1.py │ │ ├── binary_unary=0_10.py │ │ ├── binary_unary=0_2.py │ │ ├── binary_unary=0_3.py │ │ ├── binary_unary=0_4.py │ │ ├── binary_unary=0_5.py │ │ ├── binary_unary=0_6.py │ │ ├── binary_unary=0_7.py │ │ ├── binary_unary=0_8.py │ │ ├── binary_unary=0_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── binary_unary=10 │ │ ├── binary_unary=10_1.py │ │ ├── binary_unary=10_10.py │ │ ├── binary_unary=10_2.py │ │ ├── binary_unary=10_3.py │ │ ├── binary_unary=10_4.py │ │ ├── binary_unary=10_5.py │ │ ├── binary_unary=10_6.py │ │ ├── binary_unary=10_7.py │ │ ├── binary_unary=10_8.py │ │ ├── binary_unary=10_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── binary_unary=2 │ │ ├── binary_unary=2_1.py │ │ ├── binary_unary=2_10.py │ │ ├── binary_unary=2_2.py │ │ ├── binary_unary=2_3.py │ │ ├── binary_unary=2_4.py │ │ ├── binary_unary=2_5.py │ │ ├── binary_unary=2_6.py │ │ ├── binary_unary=2_7.py │ │ ├── binary_unary=2_8.py │ │ ├── binary_unary=2_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── binary_unary=4 │ │ ├── binary_unary=4_1.py │ │ ├── binary_unary=4_10.py │ │ ├── binary_unary=4_2.py │ │ ├── binary_unary=4_3.py │ │ ├── binary_unary=4_4.py │ │ ├── binary_unary=4_5.py │ │ ├── binary_unary=4_6.py │ │ ├── binary_unary=4_7.py │ │ ├── binary_unary=4_8.py │ │ ├── binary_unary=4_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── binary_unary=6 │ │ ├── binary_unary=6_1.py │ │ ├── binary_unary=6_10.py │ │ ├── binary_unary=6_2.py │ │ ├── binary_unary=6_3.py │ │ ├── binary_unary=6_4.py │ │ ├── binary_unary=6_5.py │ │ ├── binary_unary=6_6.py │ │ ├── binary_unary=6_7.py │ │ ├── binary_unary=6_8.py │ │ ├── binary_unary=6_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── binary_unary=8 │ │ ├── binary_unary=8_1.py │ │ ├── binary_unary=8_10.py │ │ ├── binary_unary=8_2.py │ │ ├── binary_unary=8_3.py │ │ ├── binary_unary=8_4.py │ │ ├── binary_unary=8_5.py │ │ ├── binary_unary=8_6.py │ │ ├── binary_unary=8_7.py │ │ ├── binary_unary=8_8.py │ │ ├── binary_unary=8_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── cat_addmm │ │ ├── cat_addmm_1.py │ │ ├── cat_addmm_10.py │ │ ├── cat_addmm_2.py │ │ ├── cat_addmm_3.py │ │ ├── cat_addmm_4.py │ │ ├── cat_addmm_5.py │ │ ├── cat_addmm_6.py │ │ ├── cat_addmm_7.py │ │ ├── cat_addmm_8.py │ │ ├── cat_addmm_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── cat_mm │ │ ├── cat_mm_1.py │ │ ├── cat_mm_10.py │ │ ├── cat_mm_2.py │ │ ├── cat_mm_3.py │ │ ├── cat_mm_4.py │ │ ├── cat_mm_5.py │ │ ├── cat_mm_6.py │ │ ├── cat_mm_7.py │ │ ├── cat_mm_8.py │ │ ├── cat_mm_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── cat_slice_cat │ │ ├── cat_slice_cat_1.py │ │ ├── cat_slice_cat_10.py │ │ ├── cat_slice_cat_2.py │ │ ├── cat_slice_cat_3.py │ │ ├── cat_slice_cat_4.py │ │ ├── cat_slice_cat_5.py │ │ ├── cat_slice_cat_6.py │ │ ├── cat_slice_cat_7.py │ │ ├── cat_slice_cat_8.py │ │ ├── cat_slice_cat_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── fuse_conv_bn │ │ ├── fuse_conv_bn_1.py │ │ ├── fuse_conv_bn_10.py │ │ ├── fuse_conv_bn_2.py │ │ ├── fuse_conv_bn_3.py │ │ ├── fuse_conv_bn_4.py │ │ ├── fuse_conv_bn_5.py │ │ ├── fuse_conv_bn_6.py │ │ ├── fuse_conv_bn_7.py │ │ ├── fuse_conv_bn_8.py │ │ ├── fuse_conv_bn_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── linear_permute_fusion │ │ ├── linear_permute_fusion_1.py │ │ ├── linear_permute_fusion_10.py │ │ ├── linear_permute_fusion_2.py │ │ ├── linear_permute_fusion_3.py │ │ ├── linear_permute_fusion_4.py │ │ ├── linear_permute_fusion_5.py │ │ ├── linear_permute_fusion_6.py │ │ ├── linear_permute_fusion_7.py │ │ ├── linear_permute_fusion_8.py │ │ ├── linear_permute_fusion_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── mm_plus_mm │ │ ├── mm_plus_mm_1.py │ │ ├── mm_plus_mm_10.py │ │ ├── mm_plus_mm_2.py │ │ ├── mm_plus_mm_3.py │ │ ├── mm_plus_mm_4.py │ │ ├── mm_plus_mm_5.py │ │ ├── mm_plus_mm_6.py │ │ ├── mm_plus_mm_7.py │ │ ├── mm_plus_mm_8.py │ │ ├── mm_plus_mm_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── outputs.json │ ├── permute_linear_fusion │ │ ├── permute_linear_fusion_1.py │ │ ├── permute_linear_fusion_10.py │ │ ├── permute_linear_fusion_2.py │ │ ├── permute_linear_fusion_3.py │ │ ├── permute_linear_fusion_4.py │ │ ├── permute_linear_fusion_5.py │ │ ├── permute_linear_fusion_6.py │ │ ├── permute_linear_fusion_7.py │ │ ├── permute_linear_fusion_8.py │ │ ├── permute_linear_fusion_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── permute_matmul_fusion │ │ ├── permute_matmul_fusion_1.py │ │ ├── permute_matmul_fusion_10.py │ │ ├── permute_matmul_fusion_2.py │ │ ├── permute_matmul_fusion_3.py │ │ ├── permute_matmul_fusion_4.py │ │ ├── permute_matmul_fusion_5.py │ │ ├── permute_matmul_fusion_6.py │ │ ├── permute_matmul_fusion_7.py │ │ ├── permute_matmul_fusion_8.py │ │ ├── permute_matmul_fusion_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── pointless_cumsum_replacement │ │ ├── pointless_cumsum_replacement_1.py │ │ ├── pointless_cumsum_replacement_10.py │ │ ├── pointless_cumsum_replacement_2.py │ │ ├── pointless_cumsum_replacement_3.py │ │ ├── pointless_cumsum_replacement_4.py │ │ ├── pointless_cumsum_replacement_5.py │ │ ├── pointless_cumsum_replacement_6.py │ │ ├── pointless_cumsum_replacement_7.py │ │ ├── pointless_cumsum_replacement_8.py │ │ ├── pointless_cumsum_replacement_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── replace_fx │ │ ├── prompt.txt │ │ ├── replace_fx_1.py │ │ ├── replace_fx_10.py │ │ ├── replace_fx_2.py │ │ ├── replace_fx_3.py │ │ ├── replace_fx_4.py │ │ ├── replace_fx_5.py │ │ ├── replace_fx_6.py │ │ ├── replace_fx_7.py │ │ ├── replace_fx_8.py │ │ ├── replace_fx_9.py │ │ └── time.txt │ ├── sfdp=0 │ │ ├── prompt.txt │ │ ├── sfdp=0_1.py │ │ ├── sfdp=0_10.py │ │ ├── sfdp=0_2.py │ │ ├── sfdp=0_3.py │ │ ├── sfdp=0_4.py │ │ ├── sfdp=0_5.py │ │ ├── sfdp=0_6.py │ │ ├── sfdp=0_7.py │ │ ├── sfdp=0_8.py │ │ ├── sfdp=0_9.py │ │ └── time.txt │ ├── sfdp=1 │ │ ├── prompt.txt │ │ ├── sfdp=1_1.py │ │ ├── sfdp=1_10.py │ │ ├── sfdp=1_2.py │ │ ├── sfdp=1_3.py │ │ ├── sfdp=1_4.py │ │ ├── sfdp=1_5.py │ │ ├── sfdp=1_6.py │ │ ├── sfdp=1_7.py │ │ ├── sfdp=1_8.py │ │ ├── sfdp=1_9.py │ │ └── time.txt │ ├── sfdp=2 │ │ ├── prompt.txt │ │ ├── sfdp=2_1.py │ │ ├── sfdp=2_10.py │ │ ├── sfdp=2_2.py │ │ ├── sfdp=2_3.py │ │ ├── sfdp=2_4.py │ │ ├── sfdp=2_5.py │ │ ├── sfdp=2_6.py │ │ ├── sfdp=2_7.py │ │ ├── sfdp=2_8.py │ │ ├── sfdp=2_9.py │ │ └── time.txt │ ├── sfdp=3 │ │ ├── prompt.txt │ │ ├── sfdp=3_1.py │ │ ├── sfdp=3_10.py │ │ ├── sfdp=3_2.py │ │ ├── sfdp=3_3.py │ │ ├── sfdp=3_4.py │ │ ├── sfdp=3_5.py │ │ ├── sfdp=3_6.py │ │ ├── sfdp=3_7.py │ │ ├── sfdp=3_8.py │ │ ├── sfdp=3_9.py │ │ └── time.txt │ ├── sfdp=4 │ │ ├── prompt.txt │ │ ├── sfdp=4_1.py │ │ ├── sfdp=4_10.py │ │ ├── sfdp=4_2.py │ │ ├── sfdp=4_3.py │ │ ├── sfdp=4_4.py │ │ ├── sfdp=4_5.py │ │ ├── sfdp=4_6.py │ │ ├── sfdp=4_7.py │ │ ├── sfdp=4_8.py │ │ ├── sfdp=4_9.py │ │ └── time.txt │ ├── sfdp=5 │ │ ├── prompt.txt │ │ ├── sfdp=5_1.py │ │ ├── sfdp=5_10.py │ │ ├── sfdp=5_2.py │ │ ├── sfdp=5_3.py │ │ ├── sfdp=5_4.py │ │ ├── sfdp=5_5.py │ │ ├── sfdp=5_6.py │ │ ├── sfdp=5_7.py │ │ ├── sfdp=5_8.py │ │ ├── sfdp=5_9.py │ │ └── time.txt │ ├── sink_cat_after_pointwise │ │ ├── prompt.txt │ │ ├── sink_cat_after_pointwise_1.py │ │ ├── sink_cat_after_pointwise_10.py │ │ ├── sink_cat_after_pointwise_2.py │ │ ├── sink_cat_after_pointwise_3.py │ │ ├── sink_cat_after_pointwise_4.py │ │ ├── sink_cat_after_pointwise_5.py │ │ ├── sink_cat_after_pointwise_6.py │ │ ├── sink_cat_after_pointwise_7.py │ │ ├── sink_cat_after_pointwise_8.py │ │ ├── sink_cat_after_pointwise_9.py │ │ └── time.txt │ ├── splitwithsizes_cat_replace │ │ ├── prompt.txt │ │ ├── splitwithsizes_cat_replace_1.py │ │ ├── splitwithsizes_cat_replace_10.py │ │ ├── splitwithsizes_cat_replace_2.py │ │ ├── splitwithsizes_cat_replace_3.py │ │ ├── splitwithsizes_cat_replace_4.py │ │ ├── splitwithsizes_cat_replace_5.py │ │ ├── splitwithsizes_cat_replace_6.py │ │ ├── splitwithsizes_cat_replace_7.py │ │ ├── splitwithsizes_cat_replace_8.py │ │ ├── splitwithsizes_cat_replace_9.py │ │ └── time.txt │ ├── unary=0 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=0_1.py │ │ ├── unary=0_10.py │ │ ├── unary=0_2.py │ │ ├── unary=0_3.py │ │ ├── unary=0_4.py │ │ ├── unary=0_5.py │ │ ├── unary=0_6.py │ │ ├── unary=0_7.py │ │ ├── unary=0_8.py │ │ └── unary=0_9.py │ ├── unary=1 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=1_1.py │ │ ├── unary=1_10.py │ │ ├── unary=1_2.py │ │ ├── unary=1_3.py │ │ ├── unary=1_4.py │ │ ├── unary=1_5.py │ │ ├── unary=1_6.py │ │ ├── unary=1_7.py │ │ ├── unary=1_8.py │ │ └── unary=1_9.py │ ├── unary=10 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=10_1.py │ │ ├── unary=10_10.py │ │ ├── unary=10_2.py │ │ ├── unary=10_3.py │ │ ├── unary=10_4.py │ │ ├── unary=10_5.py │ │ ├── unary=10_6.py │ │ ├── unary=10_7.py │ │ ├── unary=10_8.py │ │ └── unary=10_9.py │ ├── unary=11 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=11_1.py │ │ ├── unary=11_10.py │ │ ├── unary=11_2.py │ │ ├── unary=11_3.py │ │ ├── unary=11_4.py │ │ ├── unary=11_5.py │ │ ├── unary=11_6.py │ │ ├── unary=11_7.py │ │ ├── unary=11_8.py │ │ └── unary=11_9.py │ ├── unary=12 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=12_1.py │ │ ├── unary=12_10.py │ │ ├── unary=12_2.py │ │ ├── unary=12_3.py │ │ ├── unary=12_4.py │ │ ├── unary=12_5.py │ │ ├── unary=12_6.py │ │ ├── unary=12_7.py │ │ ├── unary=12_8.py │ │ └── unary=12_9.py │ ├── unary=13 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=13_1.py │ │ ├── unary=13_10.py │ │ ├── unary=13_2.py │ │ ├── unary=13_3.py │ │ ├── unary=13_4.py │ │ ├── unary=13_5.py │ │ ├── unary=13_6.py │ │ ├── unary=13_7.py │ │ ├── unary=13_8.py │ │ └── unary=13_9.py │ ├── unary=14 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=14_1.py │ │ ├── unary=14_10.py │ │ ├── unary=14_2.py │ │ ├── unary=14_3.py │ │ ├── unary=14_4.py │ │ ├── unary=14_5.py │ │ ├── unary=14_6.py │ │ ├── unary=14_7.py │ │ ├── unary=14_8.py │ │ └── unary=14_9.py │ ├── unary=15 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=15_1.py │ │ ├── unary=15_10.py │ │ ├── unary=15_2.py │ │ ├── unary=15_3.py │ │ ├── unary=15_4.py │ │ ├── unary=15_5.py │ │ ├── unary=15_6.py │ │ ├── unary=15_7.py │ │ ├── unary=15_8.py │ │ └── unary=15_9.py │ ├── unary=16 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=16_1.py │ │ ├── unary=16_10.py │ │ ├── unary=16_2.py │ │ ├── unary=16_3.py │ │ ├── unary=16_4.py │ │ ├── unary=16_5.py │ │ ├── unary=16_6.py │ │ ├── unary=16_7.py │ │ ├── unary=16_8.py │ │ └── unary=16_9.py │ ├── unary=17 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=17_1.py │ │ ├── unary=17_10.py │ │ ├── unary=17_2.py │ │ ├── unary=17_3.py │ │ ├── unary=17_4.py │ │ ├── unary=17_5.py │ │ ├── unary=17_6.py │ │ ├── unary=17_7.py │ │ ├── unary=17_8.py │ │ └── unary=17_9.py │ ├── unary=18 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=18_1.py │ │ ├── unary=18_10.py │ │ ├── unary=18_2.py │ │ ├── unary=18_3.py │ │ ├── unary=18_4.py │ │ ├── unary=18_5.py │ │ ├── unary=18_6.py │ │ ├── unary=18_7.py │ │ ├── unary=18_8.py │ │ └── unary=18_9.py │ ├── unary=19 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=19_1.py │ │ ├── unary=19_10.py │ │ ├── unary=19_2.py │ │ ├── unary=19_3.py │ │ ├── unary=19_4.py │ │ ├── unary=19_5.py │ │ ├── unary=19_6.py │ │ ├── unary=19_7.py │ │ ├── unary=19_8.py │ │ └── unary=19_9.py │ ├── unary=2 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=2_1.py │ │ ├── unary=2_10.py │ │ ├── unary=2_2.py │ │ ├── unary=2_3.py │ │ ├── unary=2_4.py │ │ ├── unary=2_5.py │ │ ├── unary=2_6.py │ │ ├── unary=2_7.py │ │ ├── unary=2_8.py │ │ └── unary=2_9.py │ ├── unary=20 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=20_1.py │ │ ├── unary=20_10.py │ │ ├── unary=20_2.py │ │ ├── unary=20_3.py │ │ ├── unary=20_4.py │ │ ├── unary=20_5.py │ │ ├── unary=20_6.py │ │ ├── unary=20_7.py │ │ ├── unary=20_8.py │ │ └── unary=20_9.py │ ├── unary=21 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=21_1.py │ │ ├── unary=21_10.py │ │ ├── unary=21_2.py │ │ ├── unary=21_3.py │ │ ├── unary=21_4.py │ │ ├── unary=21_5.py │ │ ├── unary=21_6.py │ │ ├── unary=21_7.py │ │ ├── unary=21_8.py │ │ └── unary=21_9.py │ ├── unary=22 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=22_1.py │ │ ├── unary=22_10.py │ │ ├── unary=22_2.py │ │ ├── unary=22_3.py │ │ ├── unary=22_4.py │ │ ├── unary=22_5.py │ │ ├── unary=22_6.py │ │ ├── unary=22_7.py │ │ ├── unary=22_8.py │ │ └── unary=22_9.py │ ├── unary=23 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=23_1.py │ │ ├── unary=23_10.py │ │ ├── unary=23_2.py │ │ ├── unary=23_3.py │ │ ├── unary=23_4.py │ │ ├── unary=23_5.py │ │ ├── unary=23_6.py │ │ ├── unary=23_7.py │ │ ├── unary=23_8.py │ │ └── unary=23_9.py │ ├── unary=24 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=24_1.py │ │ ├── unary=24_10.py │ │ ├── unary=24_2.py │ │ ├── unary=24_3.py │ │ ├── unary=24_4.py │ │ ├── unary=24_5.py │ │ ├── unary=24_6.py │ │ ├── unary=24_7.py │ │ ├── unary=24_8.py │ │ └── unary=24_9.py │ ├── unary=25 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=25_1.py │ │ ├── unary=25_10.py │ │ ├── unary=25_2.py │ │ ├── unary=25_3.py │ │ ├── unary=25_4.py │ │ ├── unary=25_5.py │ │ ├── unary=25_6.py │ │ ├── unary=25_7.py │ │ ├── unary=25_8.py │ │ └── unary=25_9.py │ ├── unary=26 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=26_1.py │ │ ├── unary=26_10.py │ │ ├── unary=26_2.py │ │ ├── unary=26_3.py │ │ ├── unary=26_4.py │ │ ├── unary=26_5.py │ │ ├── unary=26_6.py │ │ ├── unary=26_7.py │ │ ├── unary=26_8.py │ │ └── unary=26_9.py │ ├── unary=27 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=27_1.py │ │ ├── unary=27_10.py │ │ ├── unary=27_2.py │ │ ├── unary=27_3.py │ │ ├── unary=27_4.py │ │ ├── unary=27_5.py │ │ ├── unary=27_6.py │ │ ├── unary=27_7.py │ │ ├── unary=27_8.py │ │ └── unary=27_9.py │ ├── unary=28 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=28_1.py │ │ ├── unary=28_10.py │ │ ├── unary=28_2.py │ │ ├── unary=28_3.py │ │ ├── unary=28_4.py │ │ ├── unary=28_5.py │ │ ├── unary=28_6.py │ │ ├── unary=28_7.py │ │ ├── unary=28_8.py │ │ └── unary=28_9.py │ ├── unary=29 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=29_1.py │ │ ├── unary=29_10.py │ │ ├── unary=29_2.py │ │ ├── unary=29_3.py │ │ ├── unary=29_4.py │ │ ├── unary=29_5.py │ │ ├── unary=29_6.py │ │ ├── unary=29_7.py │ │ ├── unary=29_8.py │ │ └── unary=29_9.py │ ├── unary=3 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=3_1.py │ │ ├── unary=3_10.py │ │ ├── unary=3_2.py │ │ ├── unary=3_3.py │ │ ├── unary=3_4.py │ │ ├── unary=3_5.py │ │ ├── unary=3_6.py │ │ ├── unary=3_7.py │ │ ├── unary=3_8.py │ │ └── unary=3_9.py │ ├── unary=4 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=4_1.py │ │ ├── unary=4_10.py │ │ ├── unary=4_2.py │ │ ├── unary=4_3.py │ │ ├── unary=4_4.py │ │ ├── unary=4_5.py │ │ ├── unary=4_6.py │ │ ├── unary=4_7.py │ │ ├── unary=4_8.py │ │ └── unary=4_9.py │ ├── unary=5 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=5_1.py │ │ ├── unary=5_10.py │ │ ├── unary=5_2.py │ │ ├── unary=5_3.py │ │ ├── unary=5_4.py │ │ ├── unary=5_5.py │ │ ├── unary=5_6.py │ │ ├── unary=5_7.py │ │ ├── unary=5_8.py │ │ └── unary=5_9.py │ ├── unary=6 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=6_1.py │ │ ├── unary=6_10.py │ │ ├── unary=6_2.py │ │ ├── unary=6_3.py │ │ ├── unary=6_4.py │ │ ├── unary=6_5.py │ │ ├── unary=6_6.py │ │ ├── unary=6_7.py │ │ ├── unary=6_8.py │ │ └── unary=6_9.py │ ├── unary=7 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=7_1.py │ │ ├── unary=7_10.py │ │ ├── unary=7_2.py │ │ ├── unary=7_3.py │ │ ├── unary=7_4.py │ │ ├── unary=7_5.py │ │ ├── unary=7_6.py │ │ ├── unary=7_7.py │ │ ├── unary=7_8.py │ │ └── unary=7_9.py │ ├── unary=8 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=8_1.py │ │ ├── unary=8_10.py │ │ ├── unary=8_2.py │ │ ├── unary=8_3.py │ │ ├── unary=8_4.py │ │ ├── unary=8_5.py │ │ ├── unary=8_6.py │ │ ├── unary=8_7.py │ │ ├── unary=8_8.py │ │ └── unary=8_9.py │ └── unary=9 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=9_1.py │ │ ├── unary=9_10.py │ │ ├── unary=9_2.py │ │ ├── unary=9_3.py │ │ ├── unary=9_4.py │ │ ├── unary=9_5.py │ │ ├── unary=9_6.py │ │ ├── unary=9_7.py │ │ ├── unary=9_8.py │ │ └── unary=9_9.py │ ├── step94-3shot │ ├── addmm │ │ ├── addmm_1.py │ │ ├── addmm_10.py │ │ ├── addmm_2.py │ │ ├── addmm_3.py │ │ ├── addmm_4.py │ │ ├── addmm_5.py │ │ ├── addmm_6.py │ │ ├── addmm_7.py │ │ ├── addmm_8.py │ │ ├── addmm_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── binary=0 │ │ ├── binary=0_1.py │ │ ├── binary=0_10.py │ │ ├── binary=0_2.py │ │ ├── binary=0_3.py │ │ ├── binary=0_4.py │ │ ├── binary=0_5.py │ │ ├── binary=0_6.py │ │ ├── binary=0_7.py │ │ ├── binary=0_8.py │ │ ├── binary=0_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── binary=10 │ │ ├── binary=10_1.py │ │ ├── binary=10_10.py │ │ ├── binary=10_2.py │ │ ├── binary=10_3.py │ │ ├── binary=10_4.py │ │ ├── binary=10_5.py │ │ ├── binary=10_6.py │ │ ├── binary=10_7.py │ │ ├── binary=10_8.py │ │ ├── binary=10_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── binary=2 │ │ ├── binary=2_1.py │ │ ├── binary=2_10.py │ │ ├── binary=2_2.py │ │ ├── binary=2_3.py │ │ ├── binary=2_4.py │ │ ├── binary=2_5.py │ │ ├── binary=2_6.py │ │ ├── binary=2_7.py │ │ ├── binary=2_8.py │ │ ├── binary=2_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── binary=4 │ │ ├── binary=4_1.py │ │ ├── binary=4_10.py │ │ ├── binary=4_2.py │ │ ├── binary=4_3.py │ │ ├── binary=4_4.py │ │ ├── binary=4_5.py │ │ ├── binary=4_6.py │ │ ├── binary=4_7.py │ │ ├── binary=4_8.py │ │ ├── binary=4_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── binary=6 │ │ ├── binary=6_1.py │ │ ├── binary=6_10.py │ │ ├── binary=6_2.py │ │ ├── binary=6_3.py │ │ ├── binary=6_4.py │ │ ├── binary=6_5.py │ │ ├── binary=6_6.py │ │ ├── binary=6_7.py │ │ ├── binary=6_8.py │ │ ├── binary=6_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── binary=8 │ │ ├── binary=8_1.py │ │ ├── binary=8_10.py │ │ ├── binary=8_2.py │ │ ├── binary=8_3.py │ │ ├── binary=8_4.py │ │ ├── binary=8_5.py │ │ ├── binary=8_6.py │ │ ├── binary=8_7.py │ │ ├── binary=8_8.py │ │ ├── binary=8_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── binary_unary=0 │ │ ├── binary_unary=0_1.py │ │ ├── binary_unary=0_10.py │ │ ├── binary_unary=0_2.py │ │ ├── binary_unary=0_3.py │ │ ├── binary_unary=0_4.py │ │ ├── binary_unary=0_5.py │ │ ├── binary_unary=0_6.py │ │ ├── binary_unary=0_7.py │ │ ├── binary_unary=0_8.py │ │ ├── binary_unary=0_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── binary_unary=10 │ │ ├── binary_unary=10_1.py │ │ ├── binary_unary=10_10.py │ │ ├── binary_unary=10_2.py │ │ ├── binary_unary=10_3.py │ │ ├── binary_unary=10_4.py │ │ ├── binary_unary=10_5.py │ │ ├── binary_unary=10_6.py │ │ ├── binary_unary=10_7.py │ │ ├── binary_unary=10_8.py │ │ ├── binary_unary=10_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── binary_unary=2 │ │ ├── binary_unary=2_1.py │ │ ├── binary_unary=2_10.py │ │ ├── binary_unary=2_2.py │ │ ├── binary_unary=2_3.py │ │ ├── binary_unary=2_4.py │ │ ├── binary_unary=2_5.py │ │ ├── binary_unary=2_6.py │ │ ├── binary_unary=2_7.py │ │ ├── binary_unary=2_8.py │ │ ├── binary_unary=2_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── binary_unary=4 │ │ ├── binary_unary=4_1.py │ │ ├── binary_unary=4_10.py │ │ ├── binary_unary=4_2.py │ │ ├── binary_unary=4_3.py │ │ ├── binary_unary=4_4.py │ │ ├── binary_unary=4_5.py │ │ ├── binary_unary=4_6.py │ │ ├── binary_unary=4_7.py │ │ ├── binary_unary=4_8.py │ │ ├── binary_unary=4_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── binary_unary=6 │ │ ├── binary_unary=6_1.py │ │ ├── binary_unary=6_10.py │ │ ├── binary_unary=6_2.py │ │ ├── binary_unary=6_3.py │ │ ├── binary_unary=6_4.py │ │ ├── binary_unary=6_5.py │ │ ├── binary_unary=6_6.py │ │ ├── binary_unary=6_7.py │ │ ├── binary_unary=6_8.py │ │ ├── binary_unary=6_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── binary_unary=8 │ │ ├── binary_unary=8_1.py │ │ ├── binary_unary=8_10.py │ │ ├── binary_unary=8_2.py │ │ ├── binary_unary=8_3.py │ │ ├── binary_unary=8_4.py │ │ ├── binary_unary=8_5.py │ │ ├── binary_unary=8_6.py │ │ ├── binary_unary=8_7.py │ │ ├── binary_unary=8_8.py │ │ ├── binary_unary=8_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── cat_addmm │ │ ├── cat_addmm_1.py │ │ ├── cat_addmm_10.py │ │ ├── cat_addmm_2.py │ │ ├── cat_addmm_3.py │ │ ├── cat_addmm_4.py │ │ ├── cat_addmm_5.py │ │ ├── cat_addmm_6.py │ │ ├── cat_addmm_7.py │ │ ├── cat_addmm_8.py │ │ ├── cat_addmm_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── cat_mm │ │ ├── cat_mm_1.py │ │ ├── cat_mm_10.py │ │ ├── cat_mm_2.py │ │ ├── cat_mm_3.py │ │ ├── cat_mm_4.py │ │ ├── cat_mm_5.py │ │ ├── cat_mm_6.py │ │ ├── cat_mm_7.py │ │ ├── cat_mm_8.py │ │ ├── cat_mm_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── cat_slice_cat │ │ ├── cat_slice_cat_1.py │ │ ├── cat_slice_cat_10.py │ │ ├── cat_slice_cat_2.py │ │ ├── cat_slice_cat_3.py │ │ ├── cat_slice_cat_4.py │ │ ├── cat_slice_cat_5.py │ │ ├── cat_slice_cat_6.py │ │ ├── cat_slice_cat_7.py │ │ ├── cat_slice_cat_8.py │ │ ├── cat_slice_cat_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── fuse_conv_bn │ │ ├── fuse_conv_bn_1.py │ │ ├── fuse_conv_bn_10.py │ │ ├── fuse_conv_bn_2.py │ │ ├── fuse_conv_bn_3.py │ │ ├── fuse_conv_bn_4.py │ │ ├── fuse_conv_bn_5.py │ │ ├── fuse_conv_bn_6.py │ │ ├── fuse_conv_bn_7.py │ │ ├── fuse_conv_bn_8.py │ │ ├── fuse_conv_bn_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── linear_permute_fusion │ │ ├── linear_permute_fusion_1.py │ │ ├── linear_permute_fusion_10.py │ │ ├── linear_permute_fusion_2.py │ │ ├── linear_permute_fusion_3.py │ │ ├── linear_permute_fusion_4.py │ │ ├── linear_permute_fusion_5.py │ │ ├── linear_permute_fusion_6.py │ │ ├── linear_permute_fusion_7.py │ │ ├── linear_permute_fusion_8.py │ │ ├── linear_permute_fusion_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── mm_plus_mm │ │ ├── mm_plus_mm_1.py │ │ ├── mm_plus_mm_10.py │ │ ├── mm_plus_mm_2.py │ │ ├── mm_plus_mm_3.py │ │ ├── mm_plus_mm_4.py │ │ ├── mm_plus_mm_5.py │ │ ├── mm_plus_mm_6.py │ │ ├── mm_plus_mm_7.py │ │ ├── mm_plus_mm_8.py │ │ ├── mm_plus_mm_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── outputs.json │ ├── permute_linear_fusion │ │ ├── permute_linear_fusion_1.py │ │ ├── permute_linear_fusion_10.py │ │ ├── permute_linear_fusion_2.py │ │ ├── permute_linear_fusion_3.py │ │ ├── permute_linear_fusion_4.py │ │ ├── permute_linear_fusion_5.py │ │ ├── permute_linear_fusion_6.py │ │ ├── permute_linear_fusion_7.py │ │ ├── permute_linear_fusion_8.py │ │ ├── permute_linear_fusion_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── permute_matmul_fusion │ │ ├── permute_matmul_fusion_1.py │ │ ├── permute_matmul_fusion_10.py │ │ ├── permute_matmul_fusion_2.py │ │ ├── permute_matmul_fusion_3.py │ │ ├── permute_matmul_fusion_4.py │ │ ├── permute_matmul_fusion_5.py │ │ ├── permute_matmul_fusion_6.py │ │ ├── permute_matmul_fusion_7.py │ │ ├── permute_matmul_fusion_8.py │ │ ├── permute_matmul_fusion_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── pointless_cumsum_replacement │ │ ├── pointless_cumsum_replacement_1.py │ │ ├── pointless_cumsum_replacement_10.py │ │ ├── pointless_cumsum_replacement_2.py │ │ ├── pointless_cumsum_replacement_3.py │ │ ├── pointless_cumsum_replacement_4.py │ │ ├── pointless_cumsum_replacement_5.py │ │ ├── pointless_cumsum_replacement_6.py │ │ ├── pointless_cumsum_replacement_7.py │ │ ├── pointless_cumsum_replacement_8.py │ │ ├── pointless_cumsum_replacement_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── replace_fx │ │ ├── prompt.txt │ │ ├── replace_fx_1.py │ │ ├── replace_fx_10.py │ │ ├── replace_fx_2.py │ │ ├── replace_fx_3.py │ │ ├── replace_fx_4.py │ │ ├── replace_fx_5.py │ │ ├── replace_fx_6.py │ │ ├── replace_fx_7.py │ │ ├── replace_fx_8.py │ │ ├── replace_fx_9.py │ │ └── time.txt │ ├── sfdp=0 │ │ ├── prompt.txt │ │ ├── sfdp=0_1.py │ │ ├── sfdp=0_10.py │ │ ├── sfdp=0_2.py │ │ ├── sfdp=0_3.py │ │ ├── sfdp=0_4.py │ │ ├── sfdp=0_5.py │ │ ├── sfdp=0_6.py │ │ ├── sfdp=0_7.py │ │ ├── sfdp=0_8.py │ │ ├── sfdp=0_9.py │ │ └── time.txt │ ├── sfdp=1 │ │ ├── prompt.txt │ │ ├── sfdp=1_1.py │ │ ├── sfdp=1_10.py │ │ ├── sfdp=1_2.py │ │ ├── sfdp=1_3.py │ │ ├── sfdp=1_4.py │ │ ├── sfdp=1_5.py │ │ ├── sfdp=1_6.py │ │ ├── sfdp=1_7.py │ │ ├── sfdp=1_8.py │ │ ├── sfdp=1_9.py │ │ └── time.txt │ ├── sfdp=2 │ │ ├── prompt.txt │ │ ├── sfdp=2_1.py │ │ ├── sfdp=2_10.py │ │ ├── sfdp=2_2.py │ │ ├── sfdp=2_3.py │ │ ├── sfdp=2_4.py │ │ ├── sfdp=2_5.py │ │ ├── sfdp=2_6.py │ │ ├── sfdp=2_7.py │ │ ├── sfdp=2_8.py │ │ ├── sfdp=2_9.py │ │ └── time.txt │ ├── sfdp=3 │ │ ├── prompt.txt │ │ ├── sfdp=3_1.py │ │ ├── sfdp=3_10.py │ │ ├── sfdp=3_2.py │ │ ├── sfdp=3_3.py │ │ ├── sfdp=3_4.py │ │ ├── sfdp=3_5.py │ │ ├── sfdp=3_6.py │ │ ├── sfdp=3_7.py │ │ ├── sfdp=3_8.py │ │ ├── sfdp=3_9.py │ │ └── time.txt │ ├── sfdp=4 │ │ ├── prompt.txt │ │ ├── sfdp=4_1.py │ │ ├── sfdp=4_10.py │ │ ├── sfdp=4_2.py │ │ ├── sfdp=4_3.py │ │ ├── sfdp=4_4.py │ │ ├── sfdp=4_5.py │ │ ├── sfdp=4_6.py │ │ ├── sfdp=4_7.py │ │ ├── sfdp=4_8.py │ │ ├── sfdp=4_9.py │ │ └── time.txt │ ├── sfdp=5 │ │ ├── prompt.txt │ │ ├── sfdp=5_1.py │ │ ├── sfdp=5_10.py │ │ ├── sfdp=5_2.py │ │ ├── sfdp=5_3.py │ │ ├── sfdp=5_4.py │ │ ├── sfdp=5_5.py │ │ ├── sfdp=5_6.py │ │ ├── sfdp=5_7.py │ │ ├── sfdp=5_8.py │ │ ├── sfdp=5_9.py │ │ └── time.txt │ ├── sink_cat_after_pointwise │ │ ├── prompt.txt │ │ ├── sink_cat_after_pointwise_1.py │ │ ├── sink_cat_after_pointwise_10.py │ │ ├── sink_cat_after_pointwise_2.py │ │ ├── sink_cat_after_pointwise_3.py │ │ ├── sink_cat_after_pointwise_4.py │ │ ├── sink_cat_after_pointwise_5.py │ │ ├── sink_cat_after_pointwise_6.py │ │ ├── sink_cat_after_pointwise_7.py │ │ ├── sink_cat_after_pointwise_8.py │ │ ├── sink_cat_after_pointwise_9.py │ │ └── time.txt │ ├── splitwithsizes_cat_replace │ │ ├── prompt.txt │ │ ├── splitwithsizes_cat_replace_1.py │ │ ├── splitwithsizes_cat_replace_10.py │ │ ├── splitwithsizes_cat_replace_2.py │ │ ├── splitwithsizes_cat_replace_3.py │ │ ├── splitwithsizes_cat_replace_4.py │ │ ├── splitwithsizes_cat_replace_5.py │ │ ├── splitwithsizes_cat_replace_6.py │ │ ├── splitwithsizes_cat_replace_7.py │ │ ├── splitwithsizes_cat_replace_8.py │ │ ├── splitwithsizes_cat_replace_9.py │ │ └── time.txt │ ├── unary=0 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=0_1.py │ │ ├── unary=0_10.py │ │ ├── unary=0_2.py │ │ ├── unary=0_3.py │ │ ├── unary=0_4.py │ │ ├── unary=0_5.py │ │ ├── unary=0_6.py │ │ ├── unary=0_7.py │ │ ├── unary=0_8.py │ │ └── unary=0_9.py │ ├── unary=1 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=1_1.py │ │ ├── unary=1_10.py │ │ ├── unary=1_2.py │ │ ├── unary=1_3.py │ │ ├── unary=1_4.py │ │ ├── unary=1_5.py │ │ ├── unary=1_6.py │ │ ├── unary=1_7.py │ │ ├── unary=1_8.py │ │ └── unary=1_9.py │ ├── unary=10 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=10_1.py │ │ ├── unary=10_10.py │ │ ├── unary=10_2.py │ │ ├── unary=10_3.py │ │ ├── unary=10_4.py │ │ ├── unary=10_5.py │ │ ├── unary=10_6.py │ │ ├── unary=10_7.py │ │ ├── unary=10_8.py │ │ └── unary=10_9.py │ ├── unary=11 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=11_1.py │ │ ├── unary=11_10.py │ │ ├── unary=11_2.py │ │ ├── unary=11_3.py │ │ ├── unary=11_4.py │ │ ├── unary=11_5.py │ │ ├── unary=11_6.py │ │ ├── unary=11_7.py │ │ ├── unary=11_8.py │ │ └── unary=11_9.py │ ├── unary=12 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=12_1.py │ │ ├── unary=12_10.py │ │ ├── unary=12_2.py │ │ ├── unary=12_3.py │ │ ├── unary=12_4.py │ │ ├── unary=12_5.py │ │ ├── unary=12_6.py │ │ ├── unary=12_7.py │ │ ├── unary=12_8.py │ │ └── unary=12_9.py │ ├── unary=13 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=13_1.py │ │ ├── unary=13_10.py │ │ ├── unary=13_2.py │ │ ├── unary=13_3.py │ │ ├── unary=13_4.py │ │ ├── unary=13_5.py │ │ ├── unary=13_6.py │ │ ├── unary=13_7.py │ │ ├── unary=13_8.py │ │ └── unary=13_9.py │ ├── unary=14 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=14_1.py │ │ ├── unary=14_10.py │ │ ├── unary=14_2.py │ │ ├── unary=14_3.py │ │ ├── unary=14_4.py │ │ ├── unary=14_5.py │ │ ├── unary=14_6.py │ │ ├── unary=14_7.py │ │ ├── unary=14_8.py │ │ └── unary=14_9.py │ ├── unary=15 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=15_1.py │ │ ├── unary=15_10.py │ │ ├── unary=15_2.py │ │ ├── unary=15_3.py │ │ ├── unary=15_4.py │ │ ├── unary=15_5.py │ │ ├── unary=15_6.py │ │ ├── unary=15_7.py │ │ ├── unary=15_8.py │ │ └── unary=15_9.py │ ├── unary=16 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=16_1.py │ │ ├── unary=16_10.py │ │ ├── unary=16_2.py │ │ ├── unary=16_3.py │ │ ├── unary=16_4.py │ │ ├── unary=16_5.py │ │ ├── unary=16_6.py │ │ ├── unary=16_7.py │ │ ├── unary=16_8.py │ │ └── unary=16_9.py │ ├── unary=17 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=17_1.py │ │ ├── unary=17_10.py │ │ ├── unary=17_2.py │ │ ├── unary=17_3.py │ │ ├── unary=17_4.py │ │ ├── unary=17_5.py │ │ ├── unary=17_6.py │ │ ├── unary=17_7.py │ │ ├── unary=17_8.py │ │ └── unary=17_9.py │ ├── unary=18 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=18_1.py │ │ ├── unary=18_10.py │ │ ├── unary=18_2.py │ │ ├── unary=18_3.py │ │ ├── unary=18_4.py │ │ ├── unary=18_5.py │ │ ├── unary=18_6.py │ │ ├── unary=18_7.py │ │ ├── unary=18_8.py │ │ └── unary=18_9.py │ ├── unary=19 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=19_1.py │ │ ├── unary=19_10.py │ │ ├── unary=19_2.py │ │ ├── unary=19_3.py │ │ ├── unary=19_4.py │ │ ├── unary=19_5.py │ │ ├── unary=19_6.py │ │ ├── unary=19_7.py │ │ ├── unary=19_8.py │ │ └── unary=19_9.py │ ├── unary=2 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=2_1.py │ │ ├── unary=2_10.py │ │ ├── unary=2_2.py │ │ ├── unary=2_3.py │ │ ├── unary=2_4.py │ │ ├── unary=2_5.py │ │ ├── unary=2_6.py │ │ ├── unary=2_7.py │ │ ├── unary=2_8.py │ │ └── unary=2_9.py │ ├── unary=20 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=20_1.py │ │ ├── unary=20_10.py │ │ ├── unary=20_2.py │ │ ├── unary=20_3.py │ │ ├── unary=20_4.py │ │ ├── unary=20_5.py │ │ ├── unary=20_6.py │ │ ├── unary=20_7.py │ │ ├── unary=20_8.py │ │ └── unary=20_9.py │ ├── unary=21 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=21_1.py │ │ ├── unary=21_10.py │ │ ├── unary=21_2.py │ │ ├── unary=21_3.py │ │ ├── unary=21_4.py │ │ ├── unary=21_5.py │ │ ├── unary=21_6.py │ │ ├── unary=21_7.py │ │ ├── unary=21_8.py │ │ └── unary=21_9.py │ ├── unary=22 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=22_1.py │ │ ├── unary=22_10.py │ │ ├── unary=22_2.py │ │ ├── unary=22_3.py │ │ ├── unary=22_4.py │ │ ├── unary=22_5.py │ │ ├── unary=22_6.py │ │ ├── unary=22_7.py │ │ ├── unary=22_8.py │ │ └── unary=22_9.py │ ├── unary=23 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=23_1.py │ │ ├── unary=23_10.py │ │ ├── unary=23_2.py │ │ ├── unary=23_3.py │ │ ├── unary=23_4.py │ │ ├── unary=23_5.py │ │ ├── unary=23_6.py │ │ ├── unary=23_7.py │ │ ├── unary=23_8.py │ │ └── unary=23_9.py │ ├── unary=24 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=24_1.py │ │ ├── unary=24_10.py │ │ ├── unary=24_2.py │ │ ├── unary=24_3.py │ │ ├── unary=24_4.py │ │ ├── unary=24_5.py │ │ ├── unary=24_6.py │ │ ├── unary=24_7.py │ │ ├── unary=24_8.py │ │ └── unary=24_9.py │ ├── unary=25 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=25_1.py │ │ ├── unary=25_10.py │ │ ├── unary=25_2.py │ │ ├── unary=25_3.py │ │ ├── unary=25_4.py │ │ ├── unary=25_5.py │ │ ├── unary=25_6.py │ │ ├── unary=25_7.py │ │ ├── unary=25_8.py │ │ └── unary=25_9.py │ ├── unary=26 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=26_1.py │ │ ├── unary=26_10.py │ │ ├── unary=26_2.py │ │ ├── unary=26_3.py │ │ ├── unary=26_4.py │ │ ├── unary=26_5.py │ │ ├── unary=26_6.py │ │ ├── unary=26_7.py │ │ ├── unary=26_8.py │ │ └── unary=26_9.py │ ├── unary=27 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=27_1.py │ │ ├── unary=27_10.py │ │ ├── unary=27_2.py │ │ ├── unary=27_3.py │ │ ├── unary=27_4.py │ │ ├── unary=27_5.py │ │ ├── unary=27_6.py │ │ ├── unary=27_7.py │ │ ├── unary=27_8.py │ │ └── unary=27_9.py │ ├── unary=28 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=28_1.py │ │ ├── unary=28_10.py │ │ ├── unary=28_2.py │ │ ├── unary=28_3.py │ │ ├── unary=28_4.py │ │ ├── unary=28_5.py │ │ ├── unary=28_6.py │ │ ├── unary=28_7.py │ │ ├── unary=28_8.py │ │ └── unary=28_9.py │ ├── unary=29 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=29_1.py │ │ ├── unary=29_10.py │ │ ├── unary=29_2.py │ │ ├── unary=29_3.py │ │ ├── unary=29_4.py │ │ ├── unary=29_5.py │ │ ├── unary=29_6.py │ │ ├── unary=29_7.py │ │ ├── unary=29_8.py │ │ └── unary=29_9.py │ ├── unary=3 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=3_1.py │ │ ├── unary=3_10.py │ │ ├── unary=3_2.py │ │ ├── unary=3_3.py │ │ ├── unary=3_4.py │ │ ├── unary=3_5.py │ │ ├── unary=3_6.py │ │ ├── unary=3_7.py │ │ ├── unary=3_8.py │ │ └── unary=3_9.py │ ├── unary=4 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=4_1.py │ │ ├── unary=4_10.py │ │ ├── unary=4_2.py │ │ ├── unary=4_3.py │ │ ├── unary=4_4.py │ │ ├── unary=4_5.py │ │ ├── unary=4_6.py │ │ ├── unary=4_7.py │ │ ├── unary=4_8.py │ │ └── unary=4_9.py │ ├── unary=5 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=5_1.py │ │ ├── unary=5_10.py │ │ ├── unary=5_2.py │ │ ├── unary=5_3.py │ │ ├── unary=5_4.py │ │ ├── unary=5_5.py │ │ ├── unary=5_6.py │ │ ├── unary=5_7.py │ │ ├── unary=5_8.py │ │ └── unary=5_9.py │ ├── unary=6 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=6_1.py │ │ ├── unary=6_10.py │ │ ├── unary=6_2.py │ │ ├── unary=6_3.py │ │ ├── unary=6_4.py │ │ ├── unary=6_5.py │ │ ├── unary=6_6.py │ │ ├── unary=6_7.py │ │ ├── unary=6_8.py │ │ └── unary=6_9.py │ ├── unary=7 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=7_1.py │ │ ├── unary=7_10.py │ │ ├── unary=7_2.py │ │ ├── unary=7_3.py │ │ ├── unary=7_4.py │ │ ├── unary=7_5.py │ │ ├── unary=7_6.py │ │ ├── unary=7_7.py │ │ ├── unary=7_8.py │ │ └── unary=7_9.py │ ├── unary=8 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=8_1.py │ │ ├── unary=8_10.py │ │ ├── unary=8_2.py │ │ ├── unary=8_3.py │ │ ├── unary=8_4.py │ │ ├── unary=8_5.py │ │ ├── unary=8_6.py │ │ ├── unary=8_7.py │ │ ├── unary=8_8.py │ │ └── unary=8_9.py │ └── unary=9 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=9_1.py │ │ ├── unary=9_10.py │ │ ├── unary=9_2.py │ │ ├── unary=9_3.py │ │ ├── unary=9_4.py │ │ ├── unary=9_5.py │ │ ├── unary=9_6.py │ │ ├── unary=9_7.py │ │ ├── unary=9_8.py │ │ └── unary=9_9.py │ ├── step95-3shot │ ├── addmm │ │ ├── addmm_1.py │ │ ├── addmm_10.py │ │ ├── addmm_2.py │ │ ├── addmm_3.py │ │ ├── addmm_4.py │ │ ├── addmm_5.py │ │ ├── addmm_6.py │ │ ├── addmm_7.py │ │ ├── addmm_8.py │ │ ├── addmm_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── binary=0 │ │ ├── binary=0_1.py │ │ ├── binary=0_10.py │ │ ├── binary=0_2.py │ │ ├── binary=0_3.py │ │ ├── binary=0_4.py │ │ ├── binary=0_5.py │ │ ├── binary=0_6.py │ │ ├── binary=0_7.py │ │ ├── binary=0_8.py │ │ ├── binary=0_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── binary=10 │ │ ├── binary=10_1.py │ │ ├── binary=10_10.py │ │ ├── binary=10_2.py │ │ ├── binary=10_3.py │ │ ├── binary=10_4.py │ │ ├── binary=10_5.py │ │ ├── binary=10_6.py │ │ ├── binary=10_7.py │ │ ├── binary=10_8.py │ │ ├── binary=10_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── binary=2 │ │ ├── binary=2_1.py │ │ ├── binary=2_10.py │ │ ├── binary=2_2.py │ │ ├── binary=2_3.py │ │ ├── binary=2_4.py │ │ ├── binary=2_5.py │ │ ├── binary=2_6.py │ │ ├── binary=2_7.py │ │ ├── binary=2_8.py │ │ ├── binary=2_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── binary=4 │ │ ├── binary=4_1.py │ │ ├── binary=4_10.py │ │ ├── binary=4_2.py │ │ ├── binary=4_3.py │ │ ├── binary=4_4.py │ │ ├── binary=4_5.py │ │ ├── binary=4_6.py │ │ ├── binary=4_7.py │ │ ├── binary=4_8.py │ │ ├── binary=4_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── binary=6 │ │ ├── binary=6_1.py │ │ ├── binary=6_10.py │ │ ├── binary=6_2.py │ │ ├── binary=6_3.py │ │ ├── binary=6_4.py │ │ ├── binary=6_5.py │ │ ├── binary=6_6.py │ │ ├── binary=6_7.py │ │ ├── binary=6_8.py │ │ ├── binary=6_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── binary=8 │ │ ├── binary=8_1.py │ │ ├── binary=8_10.py │ │ ├── binary=8_2.py │ │ ├── binary=8_3.py │ │ ├── binary=8_4.py │ │ ├── binary=8_5.py │ │ ├── binary=8_6.py │ │ ├── binary=8_7.py │ │ ├── binary=8_8.py │ │ ├── binary=8_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── binary_unary=0 │ │ ├── binary_unary=0_1.py │ │ ├── binary_unary=0_10.py │ │ ├── binary_unary=0_2.py │ │ ├── binary_unary=0_3.py │ │ ├── binary_unary=0_4.py │ │ ├── binary_unary=0_5.py │ │ ├── binary_unary=0_6.py │ │ ├── binary_unary=0_7.py │ │ ├── binary_unary=0_8.py │ │ ├── binary_unary=0_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── binary_unary=10 │ │ ├── binary_unary=10_1.py │ │ ├── binary_unary=10_10.py │ │ ├── binary_unary=10_2.py │ │ ├── binary_unary=10_3.py │ │ ├── binary_unary=10_4.py │ │ ├── binary_unary=10_5.py │ │ ├── binary_unary=10_6.py │ │ ├── binary_unary=10_7.py │ │ ├── binary_unary=10_8.py │ │ ├── binary_unary=10_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── binary_unary=2 │ │ ├── binary_unary=2_1.py │ │ ├── binary_unary=2_10.py │ │ ├── binary_unary=2_2.py │ │ ├── binary_unary=2_3.py │ │ ├── binary_unary=2_4.py │ │ ├── binary_unary=2_5.py │ │ ├── binary_unary=2_6.py │ │ ├── binary_unary=2_7.py │ │ ├── binary_unary=2_8.py │ │ ├── binary_unary=2_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── binary_unary=4 │ │ ├── binary_unary=4_1.py │ │ ├── binary_unary=4_10.py │ │ ├── binary_unary=4_2.py │ │ ├── binary_unary=4_3.py │ │ ├── binary_unary=4_4.py │ │ ├── binary_unary=4_5.py │ │ ├── binary_unary=4_6.py │ │ ├── binary_unary=4_7.py │ │ ├── binary_unary=4_8.py │ │ ├── binary_unary=4_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── binary_unary=6 │ │ ├── binary_unary=6_1.py │ │ ├── binary_unary=6_10.py │ │ ├── binary_unary=6_2.py │ │ ├── binary_unary=6_3.py │ │ ├── binary_unary=6_4.py │ │ ├── binary_unary=6_5.py │ │ ├── binary_unary=6_6.py │ │ ├── binary_unary=6_7.py │ │ ├── binary_unary=6_8.py │ │ ├── binary_unary=6_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── binary_unary=8 │ │ ├── binary_unary=8_1.py │ │ ├── binary_unary=8_10.py │ │ ├── binary_unary=8_2.py │ │ ├── binary_unary=8_3.py │ │ ├── binary_unary=8_4.py │ │ ├── binary_unary=8_5.py │ │ ├── binary_unary=8_6.py │ │ ├── binary_unary=8_7.py │ │ ├── binary_unary=8_8.py │ │ ├── binary_unary=8_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── cat_addmm │ │ ├── cat_addmm_1.py │ │ ├── cat_addmm_10.py │ │ ├── cat_addmm_2.py │ │ ├── cat_addmm_3.py │ │ ├── cat_addmm_4.py │ │ ├── cat_addmm_5.py │ │ ├── cat_addmm_6.py │ │ ├── cat_addmm_7.py │ │ ├── cat_addmm_8.py │ │ ├── cat_addmm_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── cat_mm │ │ ├── cat_mm_1.py │ │ ├── cat_mm_10.py │ │ ├── cat_mm_2.py │ │ ├── cat_mm_3.py │ │ ├── cat_mm_4.py │ │ ├── cat_mm_5.py │ │ ├── cat_mm_6.py │ │ ├── cat_mm_7.py │ │ ├── cat_mm_8.py │ │ ├── cat_mm_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── cat_slice_cat │ │ ├── cat_slice_cat_1.py │ │ ├── cat_slice_cat_10.py │ │ ├── cat_slice_cat_2.py │ │ ├── cat_slice_cat_3.py │ │ ├── cat_slice_cat_4.py │ │ ├── cat_slice_cat_5.py │ │ ├── cat_slice_cat_6.py │ │ ├── cat_slice_cat_7.py │ │ ├── cat_slice_cat_8.py │ │ ├── cat_slice_cat_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── fuse_conv_bn │ │ ├── fuse_conv_bn_1.py │ │ ├── fuse_conv_bn_10.py │ │ ├── fuse_conv_bn_2.py │ │ ├── fuse_conv_bn_3.py │ │ ├── fuse_conv_bn_4.py │ │ ├── fuse_conv_bn_5.py │ │ ├── fuse_conv_bn_6.py │ │ ├── fuse_conv_bn_7.py │ │ ├── fuse_conv_bn_8.py │ │ ├── fuse_conv_bn_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── linear_permute_fusion │ │ ├── linear_permute_fusion_1.py │ │ ├── linear_permute_fusion_10.py │ │ ├── linear_permute_fusion_2.py │ │ ├── linear_permute_fusion_3.py │ │ ├── linear_permute_fusion_4.py │ │ ├── linear_permute_fusion_5.py │ │ ├── linear_permute_fusion_6.py │ │ ├── linear_permute_fusion_7.py │ │ ├── linear_permute_fusion_8.py │ │ ├── linear_permute_fusion_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── mm_plus_mm │ │ ├── mm_plus_mm_1.py │ │ ├── mm_plus_mm_10.py │ │ ├── mm_plus_mm_2.py │ │ ├── mm_plus_mm_3.py │ │ ├── mm_plus_mm_4.py │ │ ├── mm_plus_mm_5.py │ │ ├── mm_plus_mm_6.py │ │ ├── mm_plus_mm_7.py │ │ ├── mm_plus_mm_8.py │ │ ├── mm_plus_mm_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── outputs.json │ ├── permute_linear_fusion │ │ ├── permute_linear_fusion_1.py │ │ ├── permute_linear_fusion_10.py │ │ ├── permute_linear_fusion_2.py │ │ ├── permute_linear_fusion_3.py │ │ ├── permute_linear_fusion_4.py │ │ ├── permute_linear_fusion_5.py │ │ ├── permute_linear_fusion_6.py │ │ ├── permute_linear_fusion_7.py │ │ ├── permute_linear_fusion_8.py │ │ ├── permute_linear_fusion_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── permute_matmul_fusion │ │ ├── permute_matmul_fusion_1.py │ │ ├── permute_matmul_fusion_10.py │ │ ├── permute_matmul_fusion_2.py │ │ ├── permute_matmul_fusion_3.py │ │ ├── permute_matmul_fusion_4.py │ │ ├── permute_matmul_fusion_5.py │ │ ├── permute_matmul_fusion_6.py │ │ ├── permute_matmul_fusion_7.py │ │ ├── permute_matmul_fusion_8.py │ │ ├── permute_matmul_fusion_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── pointless_cumsum_replacement │ │ ├── pointless_cumsum_replacement_1.py │ │ ├── pointless_cumsum_replacement_10.py │ │ ├── pointless_cumsum_replacement_2.py │ │ ├── pointless_cumsum_replacement_3.py │ │ ├── pointless_cumsum_replacement_4.py │ │ ├── pointless_cumsum_replacement_5.py │ │ ├── pointless_cumsum_replacement_6.py │ │ ├── pointless_cumsum_replacement_7.py │ │ ├── pointless_cumsum_replacement_8.py │ │ ├── pointless_cumsum_replacement_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── replace_fx │ │ ├── prompt.txt │ │ ├── replace_fx_1.py │ │ ├── replace_fx_10.py │ │ ├── replace_fx_2.py │ │ ├── replace_fx_3.py │ │ ├── replace_fx_4.py │ │ ├── replace_fx_5.py │ │ ├── replace_fx_6.py │ │ ├── replace_fx_7.py │ │ ├── replace_fx_8.py │ │ ├── replace_fx_9.py │ │ └── time.txt │ ├── sfdp=0 │ │ ├── prompt.txt │ │ ├── sfdp=0_1.py │ │ ├── sfdp=0_10.py │ │ ├── sfdp=0_2.py │ │ ├── sfdp=0_3.py │ │ ├── sfdp=0_4.py │ │ ├── sfdp=0_5.py │ │ ├── sfdp=0_6.py │ │ ├── sfdp=0_7.py │ │ ├── sfdp=0_8.py │ │ ├── sfdp=0_9.py │ │ └── time.txt │ ├── sfdp=1 │ │ ├── prompt.txt │ │ ├── sfdp=1_1.py │ │ ├── sfdp=1_10.py │ │ ├── sfdp=1_2.py │ │ ├── sfdp=1_3.py │ │ ├── sfdp=1_4.py │ │ ├── sfdp=1_5.py │ │ ├── sfdp=1_6.py │ │ ├── sfdp=1_7.py │ │ ├── sfdp=1_8.py │ │ ├── sfdp=1_9.py │ │ └── time.txt │ ├── sfdp=2 │ │ ├── prompt.txt │ │ ├── sfdp=2_1.py │ │ ├── sfdp=2_10.py │ │ ├── sfdp=2_2.py │ │ ├── sfdp=2_3.py │ │ ├── sfdp=2_4.py │ │ ├── sfdp=2_5.py │ │ ├── sfdp=2_6.py │ │ ├── sfdp=2_7.py │ │ ├── sfdp=2_8.py │ │ ├── sfdp=2_9.py │ │ └── time.txt │ ├── sfdp=3 │ │ ├── prompt.txt │ │ ├── sfdp=3_1.py │ │ ├── sfdp=3_10.py │ │ ├── sfdp=3_2.py │ │ ├── sfdp=3_3.py │ │ ├── sfdp=3_4.py │ │ ├── sfdp=3_5.py │ │ ├── sfdp=3_6.py │ │ ├── sfdp=3_7.py │ │ ├── sfdp=3_8.py │ │ ├── sfdp=3_9.py │ │ └── time.txt │ ├── sfdp=4 │ │ ├── prompt.txt │ │ ├── sfdp=4_1.py │ │ ├── sfdp=4_10.py │ │ ├── sfdp=4_2.py │ │ ├── sfdp=4_3.py │ │ ├── sfdp=4_4.py │ │ ├── sfdp=4_5.py │ │ ├── sfdp=4_6.py │ │ ├── sfdp=4_7.py │ │ ├── sfdp=4_8.py │ │ ├── sfdp=4_9.py │ │ └── time.txt │ ├── sfdp=5 │ │ ├── prompt.txt │ │ ├── sfdp=5_1.py │ │ ├── sfdp=5_10.py │ │ ├── sfdp=5_2.py │ │ ├── sfdp=5_3.py │ │ ├── sfdp=5_4.py │ │ ├── sfdp=5_5.py │ │ ├── sfdp=5_6.py │ │ ├── sfdp=5_7.py │ │ ├── sfdp=5_8.py │ │ ├── sfdp=5_9.py │ │ └── time.txt │ ├── sink_cat_after_pointwise │ │ ├── prompt.txt │ │ ├── sink_cat_after_pointwise_1.py │ │ ├── sink_cat_after_pointwise_10.py │ │ ├── sink_cat_after_pointwise_2.py │ │ ├── sink_cat_after_pointwise_3.py │ │ ├── sink_cat_after_pointwise_4.py │ │ ├── sink_cat_after_pointwise_5.py │ │ ├── sink_cat_after_pointwise_6.py │ │ ├── sink_cat_after_pointwise_7.py │ │ ├── sink_cat_after_pointwise_8.py │ │ ├── sink_cat_after_pointwise_9.py │ │ └── time.txt │ ├── splitwithsizes_cat_replace │ │ ├── prompt.txt │ │ ├── splitwithsizes_cat_replace_1.py │ │ ├── splitwithsizes_cat_replace_10.py │ │ ├── splitwithsizes_cat_replace_2.py │ │ ├── splitwithsizes_cat_replace_3.py │ │ ├── splitwithsizes_cat_replace_4.py │ │ ├── splitwithsizes_cat_replace_5.py │ │ ├── splitwithsizes_cat_replace_6.py │ │ ├── splitwithsizes_cat_replace_7.py │ │ ├── splitwithsizes_cat_replace_8.py │ │ ├── splitwithsizes_cat_replace_9.py │ │ └── time.txt │ ├── unary=0 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=0_1.py │ │ ├── unary=0_10.py │ │ ├── unary=0_2.py │ │ ├── unary=0_3.py │ │ ├── unary=0_4.py │ │ ├── unary=0_5.py │ │ ├── unary=0_6.py │ │ ├── unary=0_7.py │ │ ├── unary=0_8.py │ │ └── unary=0_9.py │ ├── unary=1 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=1_1.py │ │ ├── unary=1_10.py │ │ ├── unary=1_2.py │ │ ├── unary=1_3.py │ │ ├── unary=1_4.py │ │ ├── unary=1_5.py │ │ ├── unary=1_6.py │ │ ├── unary=1_7.py │ │ ├── unary=1_8.py │ │ └── unary=1_9.py │ ├── unary=10 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=10_1.py │ │ ├── unary=10_10.py │ │ ├── unary=10_2.py │ │ ├── unary=10_3.py │ │ ├── unary=10_4.py │ │ ├── unary=10_5.py │ │ ├── unary=10_6.py │ │ ├── unary=10_7.py │ │ ├── unary=10_8.py │ │ └── unary=10_9.py │ ├── unary=11 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=11_1.py │ │ ├── unary=11_10.py │ │ ├── unary=11_2.py │ │ ├── unary=11_3.py │ │ ├── unary=11_4.py │ │ ├── unary=11_5.py │ │ ├── unary=11_6.py │ │ ├── unary=11_7.py │ │ ├── unary=11_8.py │ │ └── unary=11_9.py │ ├── unary=12 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=12_1.py │ │ ├── unary=12_10.py │ │ ├── unary=12_2.py │ │ ├── unary=12_3.py │ │ ├── unary=12_4.py │ │ ├── unary=12_5.py │ │ ├── unary=12_6.py │ │ ├── unary=12_7.py │ │ ├── unary=12_8.py │ │ └── unary=12_9.py │ ├── unary=13 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=13_1.py │ │ ├── unary=13_10.py │ │ ├── unary=13_2.py │ │ ├── unary=13_3.py │ │ ├── unary=13_4.py │ │ ├── unary=13_5.py │ │ ├── unary=13_6.py │ │ ├── unary=13_7.py │ │ ├── unary=13_8.py │ │ └── unary=13_9.py │ ├── unary=14 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=14_1.py │ │ ├── unary=14_10.py │ │ ├── unary=14_2.py │ │ ├── unary=14_3.py │ │ ├── unary=14_4.py │ │ ├── unary=14_5.py │ │ ├── unary=14_6.py │ │ ├── unary=14_7.py │ │ ├── unary=14_8.py │ │ └── unary=14_9.py │ ├── unary=15 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=15_1.py │ │ ├── unary=15_10.py │ │ ├── unary=15_2.py │ │ ├── unary=15_3.py │ │ ├── unary=15_4.py │ │ ├── unary=15_5.py │ │ ├── unary=15_6.py │ │ ├── unary=15_7.py │ │ ├── unary=15_8.py │ │ └── unary=15_9.py │ ├── unary=16 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=16_1.py │ │ ├── unary=16_10.py │ │ ├── unary=16_2.py │ │ ├── unary=16_3.py │ │ ├── unary=16_4.py │ │ ├── unary=16_5.py │ │ ├── unary=16_6.py │ │ ├── unary=16_7.py │ │ ├── unary=16_8.py │ │ └── unary=16_9.py │ ├── unary=17 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=17_1.py │ │ ├── unary=17_10.py │ │ ├── unary=17_2.py │ │ ├── unary=17_3.py │ │ ├── unary=17_4.py │ │ ├── unary=17_5.py │ │ ├── unary=17_6.py │ │ ├── unary=17_7.py │ │ ├── unary=17_8.py │ │ └── unary=17_9.py │ ├── unary=18 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=18_1.py │ │ ├── unary=18_10.py │ │ ├── unary=18_2.py │ │ ├── unary=18_3.py │ │ ├── unary=18_4.py │ │ ├── unary=18_5.py │ │ ├── unary=18_6.py │ │ ├── unary=18_7.py │ │ ├── unary=18_8.py │ │ └── unary=18_9.py │ ├── unary=19 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=19_1.py │ │ ├── unary=19_10.py │ │ ├── unary=19_2.py │ │ ├── unary=19_3.py │ │ ├── unary=19_4.py │ │ ├── unary=19_5.py │ │ ├── unary=19_6.py │ │ ├── unary=19_7.py │ │ ├── unary=19_8.py │ │ └── unary=19_9.py │ ├── unary=2 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=2_1.py │ │ ├── unary=2_10.py │ │ ├── unary=2_2.py │ │ ├── unary=2_3.py │ │ ├── unary=2_4.py │ │ ├── unary=2_5.py │ │ ├── unary=2_6.py │ │ ├── unary=2_7.py │ │ ├── unary=2_8.py │ │ └── unary=2_9.py │ ├── unary=20 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=20_1.py │ │ ├── unary=20_10.py │ │ ├── unary=20_2.py │ │ ├── unary=20_3.py │ │ ├── unary=20_4.py │ │ ├── unary=20_5.py │ │ ├── unary=20_6.py │ │ ├── unary=20_7.py │ │ ├── unary=20_8.py │ │ └── unary=20_9.py │ ├── unary=21 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=21_1.py │ │ ├── unary=21_10.py │ │ ├── unary=21_2.py │ │ ├── unary=21_3.py │ │ ├── unary=21_4.py │ │ ├── unary=21_5.py │ │ ├── unary=21_6.py │ │ ├── unary=21_7.py │ │ ├── unary=21_8.py │ │ └── unary=21_9.py │ ├── unary=22 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=22_1.py │ │ ├── unary=22_10.py │ │ ├── unary=22_2.py │ │ ├── unary=22_3.py │ │ ├── unary=22_4.py │ │ ├── unary=22_5.py │ │ ├── unary=22_6.py │ │ ├── unary=22_7.py │ │ ├── unary=22_8.py │ │ └── unary=22_9.py │ ├── unary=23 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=23_1.py │ │ ├── unary=23_10.py │ │ ├── unary=23_2.py │ │ ├── unary=23_3.py │ │ ├── unary=23_4.py │ │ ├── unary=23_5.py │ │ ├── unary=23_6.py │ │ ├── unary=23_7.py │ │ ├── unary=23_8.py │ │ └── unary=23_9.py │ ├── unary=24 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=24_1.py │ │ ├── unary=24_10.py │ │ ├── unary=24_2.py │ │ ├── unary=24_3.py │ │ ├── unary=24_4.py │ │ ├── unary=24_5.py │ │ ├── unary=24_6.py │ │ ├── unary=24_7.py │ │ ├── unary=24_8.py │ │ └── unary=24_9.py │ ├── unary=25 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=25_1.py │ │ ├── unary=25_10.py │ │ ├── unary=25_2.py │ │ ├── unary=25_3.py │ │ ├── unary=25_4.py │ │ ├── unary=25_5.py │ │ ├── unary=25_6.py │ │ ├── unary=25_7.py │ │ ├── unary=25_8.py │ │ └── unary=25_9.py │ ├── unary=26 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=26_1.py │ │ ├── unary=26_10.py │ │ ├── unary=26_2.py │ │ ├── unary=26_3.py │ │ ├── unary=26_4.py │ │ ├── unary=26_5.py │ │ ├── unary=26_6.py │ │ ├── unary=26_7.py │ │ ├── unary=26_8.py │ │ └── unary=26_9.py │ ├── unary=27 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=27_1.py │ │ ├── unary=27_10.py │ │ ├── unary=27_2.py │ │ ├── unary=27_3.py │ │ ├── unary=27_4.py │ │ ├── unary=27_5.py │ │ ├── unary=27_6.py │ │ ├── unary=27_7.py │ │ ├── unary=27_8.py │ │ └── unary=27_9.py │ ├── unary=28 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=28_1.py │ │ ├── unary=28_10.py │ │ ├── unary=28_2.py │ │ ├── unary=28_3.py │ │ ├── unary=28_4.py │ │ ├── unary=28_5.py │ │ ├── unary=28_6.py │ │ ├── unary=28_7.py │ │ ├── unary=28_8.py │ │ └── unary=28_9.py │ ├── unary=29 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=29_1.py │ │ ├── unary=29_10.py │ │ ├── unary=29_2.py │ │ ├── unary=29_3.py │ │ ├── unary=29_4.py │ │ ├── unary=29_5.py │ │ ├── unary=29_6.py │ │ ├── unary=29_7.py │ │ ├── unary=29_8.py │ │ └── unary=29_9.py │ ├── unary=3 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=3_1.py │ │ ├── unary=3_10.py │ │ ├── unary=3_2.py │ │ ├── unary=3_3.py │ │ ├── unary=3_4.py │ │ ├── unary=3_5.py │ │ ├── unary=3_6.py │ │ ├── unary=3_7.py │ │ ├── unary=3_8.py │ │ └── unary=3_9.py │ ├── unary=4 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=4_1.py │ │ ├── unary=4_10.py │ │ ├── unary=4_2.py │ │ ├── unary=4_3.py │ │ ├── unary=4_4.py │ │ ├── unary=4_5.py │ │ ├── unary=4_6.py │ │ ├── unary=4_7.py │ │ ├── unary=4_8.py │ │ └── unary=4_9.py │ ├── unary=5 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=5_1.py │ │ ├── unary=5_10.py │ │ ├── unary=5_2.py │ │ ├── unary=5_3.py │ │ ├── unary=5_4.py │ │ ├── unary=5_5.py │ │ ├── unary=5_6.py │ │ ├── unary=5_7.py │ │ ├── unary=5_8.py │ │ └── unary=5_9.py │ ├── unary=6 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=6_1.py │ │ ├── unary=6_10.py │ │ ├── unary=6_2.py │ │ ├── unary=6_3.py │ │ ├── unary=6_4.py │ │ ├── unary=6_5.py │ │ ├── unary=6_6.py │ │ ├── unary=6_7.py │ │ ├── unary=6_8.py │ │ └── unary=6_9.py │ ├── unary=7 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=7_1.py │ │ ├── unary=7_10.py │ │ ├── unary=7_2.py │ │ ├── unary=7_3.py │ │ ├── unary=7_4.py │ │ ├── unary=7_5.py │ │ ├── unary=7_6.py │ │ ├── unary=7_7.py │ │ ├── unary=7_8.py │ │ └── unary=7_9.py │ ├── unary=8 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=8_1.py │ │ ├── unary=8_10.py │ │ ├── unary=8_2.py │ │ ├── unary=8_3.py │ │ ├── unary=8_4.py │ │ ├── unary=8_5.py │ │ ├── unary=8_6.py │ │ ├── unary=8_7.py │ │ ├── unary=8_8.py │ │ └── unary=8_9.py │ └── unary=9 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=9_1.py │ │ ├── unary=9_10.py │ │ ├── unary=9_2.py │ │ ├── unary=9_3.py │ │ ├── unary=9_4.py │ │ ├── unary=9_5.py │ │ ├── unary=9_6.py │ │ ├── unary=9_7.py │ │ ├── unary=9_8.py │ │ └── unary=9_9.py │ ├── step96-3shot │ ├── addmm │ │ ├── addmm_1.py │ │ ├── addmm_10.py │ │ ├── addmm_2.py │ │ ├── addmm_3.py │ │ ├── addmm_4.py │ │ ├── addmm_5.py │ │ ├── addmm_6.py │ │ ├── addmm_7.py │ │ ├── addmm_8.py │ │ ├── addmm_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── binary=0 │ │ ├── binary=0_1.py │ │ ├── binary=0_10.py │ │ ├── binary=0_2.py │ │ ├── binary=0_3.py │ │ ├── binary=0_4.py │ │ ├── binary=0_5.py │ │ ├── binary=0_6.py │ │ ├── binary=0_7.py │ │ ├── binary=0_8.py │ │ ├── binary=0_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── binary=10 │ │ ├── binary=10_1.py │ │ ├── binary=10_10.py │ │ ├── binary=10_2.py │ │ ├── binary=10_3.py │ │ ├── binary=10_4.py │ │ ├── binary=10_5.py │ │ ├── binary=10_6.py │ │ ├── binary=10_7.py │ │ ├── binary=10_8.py │ │ ├── binary=10_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── binary=2 │ │ ├── binary=2_1.py │ │ ├── binary=2_10.py │ │ ├── binary=2_2.py │ │ ├── binary=2_3.py │ │ ├── binary=2_4.py │ │ ├── binary=2_5.py │ │ ├── binary=2_6.py │ │ ├── binary=2_7.py │ │ ├── binary=2_8.py │ │ ├── binary=2_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── binary=4 │ │ ├── binary=4_1.py │ │ ├── binary=4_10.py │ │ ├── binary=4_2.py │ │ ├── binary=4_3.py │ │ ├── binary=4_4.py │ │ ├── binary=4_5.py │ │ ├── binary=4_6.py │ │ ├── binary=4_7.py │ │ ├── binary=4_8.py │ │ ├── binary=4_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── binary=6 │ │ ├── binary=6_1.py │ │ ├── binary=6_10.py │ │ ├── binary=6_2.py │ │ ├── binary=6_3.py │ │ ├── binary=6_4.py │ │ ├── binary=6_5.py │ │ ├── binary=6_6.py │ │ ├── binary=6_7.py │ │ ├── binary=6_8.py │ │ ├── binary=6_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── binary=8 │ │ ├── binary=8_1.py │ │ ├── binary=8_10.py │ │ ├── binary=8_2.py │ │ ├── binary=8_3.py │ │ ├── binary=8_4.py │ │ ├── binary=8_5.py │ │ ├── binary=8_6.py │ │ ├── binary=8_7.py │ │ ├── binary=8_8.py │ │ ├── binary=8_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── binary_unary=0 │ │ ├── binary_unary=0_1.py │ │ ├── binary_unary=0_10.py │ │ ├── binary_unary=0_2.py │ │ ├── binary_unary=0_3.py │ │ ├── binary_unary=0_4.py │ │ ├── binary_unary=0_5.py │ │ ├── binary_unary=0_6.py │ │ ├── binary_unary=0_7.py │ │ ├── binary_unary=0_8.py │ │ ├── binary_unary=0_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── binary_unary=10 │ │ ├── binary_unary=10_1.py │ │ ├── binary_unary=10_10.py │ │ ├── binary_unary=10_2.py │ │ ├── binary_unary=10_3.py │ │ ├── binary_unary=10_4.py │ │ ├── binary_unary=10_5.py │ │ ├── binary_unary=10_6.py │ │ ├── binary_unary=10_7.py │ │ ├── binary_unary=10_8.py │ │ ├── binary_unary=10_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── binary_unary=2 │ │ ├── binary_unary=2_1.py │ │ ├── binary_unary=2_10.py │ │ ├── binary_unary=2_2.py │ │ ├── binary_unary=2_3.py │ │ ├── binary_unary=2_4.py │ │ ├── binary_unary=2_5.py │ │ ├── binary_unary=2_6.py │ │ ├── binary_unary=2_7.py │ │ ├── binary_unary=2_8.py │ │ ├── binary_unary=2_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── binary_unary=4 │ │ ├── binary_unary=4_1.py │ │ ├── binary_unary=4_10.py │ │ ├── binary_unary=4_2.py │ │ ├── binary_unary=4_3.py │ │ ├── binary_unary=4_4.py │ │ ├── binary_unary=4_5.py │ │ ├── binary_unary=4_6.py │ │ ├── binary_unary=4_7.py │ │ ├── binary_unary=4_8.py │ │ ├── binary_unary=4_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── binary_unary=6 │ │ ├── binary_unary=6_1.py │ │ ├── binary_unary=6_10.py │ │ ├── binary_unary=6_2.py │ │ ├── binary_unary=6_3.py │ │ ├── binary_unary=6_4.py │ │ ├── binary_unary=6_5.py │ │ ├── binary_unary=6_6.py │ │ ├── binary_unary=6_7.py │ │ ├── binary_unary=6_8.py │ │ ├── binary_unary=6_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── binary_unary=8 │ │ ├── binary_unary=8_1.py │ │ ├── binary_unary=8_10.py │ │ ├── binary_unary=8_2.py │ │ ├── binary_unary=8_3.py │ │ ├── binary_unary=8_4.py │ │ ├── binary_unary=8_5.py │ │ ├── binary_unary=8_6.py │ │ ├── binary_unary=8_7.py │ │ ├── binary_unary=8_8.py │ │ ├── binary_unary=8_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── cat_addmm │ │ ├── cat_addmm_1.py │ │ ├── cat_addmm_10.py │ │ ├── cat_addmm_2.py │ │ ├── cat_addmm_3.py │ │ ├── cat_addmm_4.py │ │ ├── cat_addmm_5.py │ │ ├── cat_addmm_6.py │ │ ├── cat_addmm_7.py │ │ ├── cat_addmm_8.py │ │ ├── cat_addmm_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── cat_mm │ │ ├── cat_mm_1.py │ │ ├── cat_mm_10.py │ │ ├── cat_mm_2.py │ │ ├── cat_mm_3.py │ │ ├── cat_mm_4.py │ │ ├── cat_mm_5.py │ │ ├── cat_mm_6.py │ │ ├── cat_mm_7.py │ │ ├── cat_mm_8.py │ │ ├── cat_mm_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── cat_slice_cat │ │ ├── cat_slice_cat_1.py │ │ ├── cat_slice_cat_10.py │ │ ├── cat_slice_cat_2.py │ │ ├── cat_slice_cat_3.py │ │ ├── cat_slice_cat_4.py │ │ ├── cat_slice_cat_5.py │ │ ├── cat_slice_cat_6.py │ │ ├── cat_slice_cat_7.py │ │ ├── cat_slice_cat_8.py │ │ ├── cat_slice_cat_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── fuse_conv_bn │ │ ├── fuse_conv_bn_1.py │ │ ├── fuse_conv_bn_10.py │ │ ├── fuse_conv_bn_2.py │ │ ├── fuse_conv_bn_3.py │ │ ├── fuse_conv_bn_4.py │ │ ├── fuse_conv_bn_5.py │ │ ├── fuse_conv_bn_6.py │ │ ├── fuse_conv_bn_7.py │ │ ├── fuse_conv_bn_8.py │ │ ├── fuse_conv_bn_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── linear_permute_fusion │ │ ├── linear_permute_fusion_1.py │ │ ├── linear_permute_fusion_10.py │ │ ├── linear_permute_fusion_2.py │ │ ├── linear_permute_fusion_3.py │ │ ├── linear_permute_fusion_4.py │ │ ├── linear_permute_fusion_5.py │ │ ├── linear_permute_fusion_6.py │ │ ├── linear_permute_fusion_7.py │ │ ├── linear_permute_fusion_8.py │ │ ├── linear_permute_fusion_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── mm_plus_mm │ │ ├── mm_plus_mm_1.py │ │ ├── mm_plus_mm_10.py │ │ ├── mm_plus_mm_2.py │ │ ├── mm_plus_mm_3.py │ │ ├── mm_plus_mm_4.py │ │ ├── mm_plus_mm_5.py │ │ ├── mm_plus_mm_6.py │ │ ├── mm_plus_mm_7.py │ │ ├── mm_plus_mm_8.py │ │ ├── mm_plus_mm_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── outputs.json │ ├── permute_linear_fusion │ │ ├── permute_linear_fusion_1.py │ │ ├── permute_linear_fusion_10.py │ │ ├── permute_linear_fusion_2.py │ │ ├── permute_linear_fusion_3.py │ │ ├── permute_linear_fusion_4.py │ │ ├── permute_linear_fusion_5.py │ │ ├── permute_linear_fusion_6.py │ │ ├── permute_linear_fusion_7.py │ │ ├── permute_linear_fusion_8.py │ │ ├── permute_linear_fusion_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── permute_matmul_fusion │ │ ├── permute_matmul_fusion_1.py │ │ ├── permute_matmul_fusion_10.py │ │ ├── permute_matmul_fusion_2.py │ │ ├── permute_matmul_fusion_3.py │ │ ├── permute_matmul_fusion_4.py │ │ ├── permute_matmul_fusion_5.py │ │ ├── permute_matmul_fusion_6.py │ │ ├── permute_matmul_fusion_7.py │ │ ├── permute_matmul_fusion_8.py │ │ ├── permute_matmul_fusion_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── pointless_cumsum_replacement │ │ ├── pointless_cumsum_replacement_1.py │ │ ├── pointless_cumsum_replacement_10.py │ │ ├── pointless_cumsum_replacement_2.py │ │ ├── pointless_cumsum_replacement_3.py │ │ ├── pointless_cumsum_replacement_4.py │ │ ├── pointless_cumsum_replacement_5.py │ │ ├── pointless_cumsum_replacement_6.py │ │ ├── pointless_cumsum_replacement_7.py │ │ ├── pointless_cumsum_replacement_8.py │ │ ├── pointless_cumsum_replacement_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── replace_fx │ │ ├── prompt.txt │ │ ├── replace_fx_1.py │ │ ├── replace_fx_10.py │ │ ├── replace_fx_2.py │ │ ├── replace_fx_3.py │ │ ├── replace_fx_4.py │ │ ├── replace_fx_5.py │ │ ├── replace_fx_6.py │ │ ├── replace_fx_7.py │ │ ├── replace_fx_8.py │ │ ├── replace_fx_9.py │ │ └── time.txt │ ├── sfdp=0 │ │ ├── prompt.txt │ │ ├── sfdp=0_1.py │ │ ├── sfdp=0_10.py │ │ ├── sfdp=0_2.py │ │ ├── sfdp=0_3.py │ │ ├── sfdp=0_4.py │ │ ├── sfdp=0_5.py │ │ ├── sfdp=0_6.py │ │ ├── sfdp=0_7.py │ │ ├── sfdp=0_8.py │ │ ├── sfdp=0_9.py │ │ └── time.txt │ ├── sfdp=1 │ │ ├── prompt.txt │ │ ├── sfdp=1_1.py │ │ ├── sfdp=1_10.py │ │ ├── sfdp=1_2.py │ │ ├── sfdp=1_3.py │ │ ├── sfdp=1_4.py │ │ ├── sfdp=1_5.py │ │ ├── sfdp=1_6.py │ │ ├── sfdp=1_7.py │ │ ├── sfdp=1_8.py │ │ ├── sfdp=1_9.py │ │ └── time.txt │ ├── sfdp=2 │ │ ├── prompt.txt │ │ ├── sfdp=2_1.py │ │ ├── sfdp=2_10.py │ │ ├── sfdp=2_2.py │ │ ├── sfdp=2_3.py │ │ ├── sfdp=2_4.py │ │ ├── sfdp=2_5.py │ │ ├── sfdp=2_6.py │ │ ├── sfdp=2_7.py │ │ ├── sfdp=2_8.py │ │ ├── sfdp=2_9.py │ │ └── time.txt │ ├── sfdp=3 │ │ ├── prompt.txt │ │ ├── sfdp=3_1.py │ │ ├── sfdp=3_10.py │ │ ├── sfdp=3_2.py │ │ ├── sfdp=3_3.py │ │ ├── sfdp=3_4.py │ │ ├── sfdp=3_5.py │ │ ├── sfdp=3_6.py │ │ ├── sfdp=3_7.py │ │ ├── sfdp=3_8.py │ │ ├── sfdp=3_9.py │ │ └── time.txt │ ├── sfdp=4 │ │ ├── prompt.txt │ │ ├── sfdp=4_1.py │ │ ├── sfdp=4_10.py │ │ ├── sfdp=4_2.py │ │ ├── sfdp=4_3.py │ │ ├── sfdp=4_4.py │ │ ├── sfdp=4_5.py │ │ ├── sfdp=4_6.py │ │ ├── sfdp=4_7.py │ │ ├── sfdp=4_8.py │ │ ├── sfdp=4_9.py │ │ └── time.txt │ ├── sfdp=5 │ │ ├── prompt.txt │ │ ├── sfdp=5_1.py │ │ ├── sfdp=5_10.py │ │ ├── sfdp=5_2.py │ │ ├── sfdp=5_3.py │ │ ├── sfdp=5_4.py │ │ ├── sfdp=5_5.py │ │ ├── sfdp=5_6.py │ │ ├── sfdp=5_7.py │ │ ├── sfdp=5_8.py │ │ ├── sfdp=5_9.py │ │ └── time.txt │ ├── sink_cat_after_pointwise │ │ ├── prompt.txt │ │ ├── sink_cat_after_pointwise_1.py │ │ ├── sink_cat_after_pointwise_10.py │ │ ├── sink_cat_after_pointwise_2.py │ │ ├── sink_cat_after_pointwise_3.py │ │ ├── sink_cat_after_pointwise_4.py │ │ ├── sink_cat_after_pointwise_5.py │ │ ├── sink_cat_after_pointwise_6.py │ │ ├── sink_cat_after_pointwise_7.py │ │ ├── sink_cat_after_pointwise_8.py │ │ ├── sink_cat_after_pointwise_9.py │ │ └── time.txt │ ├── splitwithsizes_cat_replace │ │ ├── prompt.txt │ │ ├── splitwithsizes_cat_replace_1.py │ │ ├── splitwithsizes_cat_replace_10.py │ │ ├── splitwithsizes_cat_replace_2.py │ │ ├── splitwithsizes_cat_replace_3.py │ │ ├── splitwithsizes_cat_replace_4.py │ │ ├── splitwithsizes_cat_replace_5.py │ │ ├── splitwithsizes_cat_replace_6.py │ │ ├── splitwithsizes_cat_replace_7.py │ │ ├── splitwithsizes_cat_replace_8.py │ │ ├── splitwithsizes_cat_replace_9.py │ │ └── time.txt │ ├── unary=0 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=0_1.py │ │ ├── unary=0_10.py │ │ ├── unary=0_2.py │ │ ├── unary=0_3.py │ │ ├── unary=0_4.py │ │ ├── unary=0_5.py │ │ ├── unary=0_6.py │ │ ├── unary=0_7.py │ │ ├── unary=0_8.py │ │ └── unary=0_9.py │ ├── unary=1 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=1_1.py │ │ ├── unary=1_10.py │ │ ├── unary=1_2.py │ │ ├── unary=1_3.py │ │ ├── unary=1_4.py │ │ ├── unary=1_5.py │ │ ├── unary=1_6.py │ │ ├── unary=1_7.py │ │ ├── unary=1_8.py │ │ └── unary=1_9.py │ ├── unary=10 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=10_1.py │ │ ├── unary=10_10.py │ │ ├── unary=10_2.py │ │ ├── unary=10_3.py │ │ ├── unary=10_4.py │ │ ├── unary=10_5.py │ │ ├── unary=10_6.py │ │ ├── unary=10_7.py │ │ ├── unary=10_8.py │ │ └── unary=10_9.py │ ├── unary=11 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=11_1.py │ │ ├── unary=11_10.py │ │ ├── unary=11_2.py │ │ ├── unary=11_3.py │ │ ├── unary=11_4.py │ │ ├── unary=11_5.py │ │ ├── unary=11_6.py │ │ ├── unary=11_7.py │ │ ├── unary=11_8.py │ │ └── unary=11_9.py │ ├── unary=12 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=12_1.py │ │ ├── unary=12_10.py │ │ ├── unary=12_2.py │ │ ├── unary=12_3.py │ │ ├── unary=12_4.py │ │ ├── unary=12_5.py │ │ ├── unary=12_6.py │ │ ├── unary=12_7.py │ │ ├── unary=12_8.py │ │ └── unary=12_9.py │ ├── unary=13 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=13_1.py │ │ ├── unary=13_10.py │ │ ├── unary=13_2.py │ │ ├── unary=13_3.py │ │ ├── unary=13_4.py │ │ ├── unary=13_5.py │ │ ├── unary=13_6.py │ │ ├── unary=13_7.py │ │ ├── unary=13_8.py │ │ └── unary=13_9.py │ ├── unary=14 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=14_1.py │ │ ├── unary=14_10.py │ │ ├── unary=14_2.py │ │ ├── unary=14_3.py │ │ ├── unary=14_4.py │ │ ├── unary=14_5.py │ │ ├── unary=14_6.py │ │ ├── unary=14_7.py │ │ ├── unary=14_8.py │ │ └── unary=14_9.py │ ├── unary=15 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=15_1.py │ │ ├── unary=15_10.py │ │ ├── unary=15_2.py │ │ ├── unary=15_3.py │ │ ├── unary=15_4.py │ │ ├── unary=15_5.py │ │ ├── unary=15_6.py │ │ ├── unary=15_7.py │ │ ├── unary=15_8.py │ │ └── unary=15_9.py │ ├── unary=16 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=16_1.py │ │ ├── unary=16_10.py │ │ ├── unary=16_2.py │ │ ├── unary=16_3.py │ │ ├── unary=16_4.py │ │ ├── unary=16_5.py │ │ ├── unary=16_6.py │ │ ├── unary=16_7.py │ │ ├── unary=16_8.py │ │ └── unary=16_9.py │ ├── unary=17 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=17_1.py │ │ ├── unary=17_10.py │ │ ├── unary=17_2.py │ │ ├── unary=17_3.py │ │ ├── unary=17_4.py │ │ ├── unary=17_5.py │ │ ├── unary=17_6.py │ │ ├── unary=17_7.py │ │ ├── unary=17_8.py │ │ └── unary=17_9.py │ ├── unary=18 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=18_1.py │ │ ├── unary=18_10.py │ │ ├── unary=18_2.py │ │ ├── unary=18_3.py │ │ ├── unary=18_4.py │ │ ├── unary=18_5.py │ │ ├── unary=18_6.py │ │ ├── unary=18_7.py │ │ ├── unary=18_8.py │ │ └── unary=18_9.py │ ├── unary=19 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=19_1.py │ │ ├── unary=19_10.py │ │ ├── unary=19_2.py │ │ ├── unary=19_3.py │ │ ├── unary=19_4.py │ │ ├── unary=19_5.py │ │ ├── unary=19_6.py │ │ ├── unary=19_7.py │ │ ├── unary=19_8.py │ │ └── unary=19_9.py │ ├── unary=2 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=2_1.py │ │ ├── unary=2_10.py │ │ ├── unary=2_2.py │ │ ├── unary=2_3.py │ │ ├── unary=2_4.py │ │ ├── unary=2_5.py │ │ ├── unary=2_6.py │ │ ├── unary=2_7.py │ │ ├── unary=2_8.py │ │ └── unary=2_9.py │ ├── unary=20 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=20_1.py │ │ ├── unary=20_10.py │ │ ├── unary=20_2.py │ │ ├── unary=20_3.py │ │ ├── unary=20_4.py │ │ ├── unary=20_5.py │ │ ├── unary=20_6.py │ │ ├── unary=20_7.py │ │ ├── unary=20_8.py │ │ └── unary=20_9.py │ ├── unary=21 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=21_1.py │ │ ├── unary=21_10.py │ │ ├── unary=21_2.py │ │ ├── unary=21_3.py │ │ ├── unary=21_4.py │ │ ├── unary=21_5.py │ │ ├── unary=21_6.py │ │ ├── unary=21_7.py │ │ ├── unary=21_8.py │ │ └── unary=21_9.py │ ├── unary=22 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=22_1.py │ │ ├── unary=22_10.py │ │ ├── unary=22_2.py │ │ ├── unary=22_3.py │ │ ├── unary=22_4.py │ │ ├── unary=22_5.py │ │ ├── unary=22_6.py │ │ ├── unary=22_7.py │ │ ├── unary=22_8.py │ │ └── unary=22_9.py │ ├── unary=23 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=23_1.py │ │ ├── unary=23_10.py │ │ ├── unary=23_2.py │ │ ├── unary=23_3.py │ │ ├── unary=23_4.py │ │ ├── unary=23_5.py │ │ ├── unary=23_6.py │ │ ├── unary=23_7.py │ │ ├── unary=23_8.py │ │ └── unary=23_9.py │ ├── unary=24 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=24_1.py │ │ ├── unary=24_10.py │ │ ├── unary=24_2.py │ │ ├── unary=24_3.py │ │ ├── unary=24_4.py │ │ ├── unary=24_5.py │ │ ├── unary=24_6.py │ │ ├── unary=24_7.py │ │ ├── unary=24_8.py │ │ └── unary=24_9.py │ ├── unary=25 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=25_1.py │ │ ├── unary=25_10.py │ │ ├── unary=25_2.py │ │ ├── unary=25_3.py │ │ ├── unary=25_4.py │ │ ├── unary=25_5.py │ │ ├── unary=25_6.py │ │ ├── unary=25_7.py │ │ ├── unary=25_8.py │ │ └── unary=25_9.py │ ├── unary=26 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=26_1.py │ │ ├── unary=26_10.py │ │ ├── unary=26_2.py │ │ ├── unary=26_3.py │ │ ├── unary=26_4.py │ │ ├── unary=26_5.py │ │ ├── unary=26_6.py │ │ ├── unary=26_7.py │ │ ├── unary=26_8.py │ │ └── unary=26_9.py │ ├── unary=27 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=27_1.py │ │ ├── unary=27_10.py │ │ ├── unary=27_2.py │ │ ├── unary=27_3.py │ │ ├── unary=27_4.py │ │ ├── unary=27_5.py │ │ ├── unary=27_6.py │ │ ├── unary=27_7.py │ │ ├── unary=27_8.py │ │ └── unary=27_9.py │ ├── unary=28 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=28_1.py │ │ ├── unary=28_10.py │ │ ├── unary=28_2.py │ │ ├── unary=28_3.py │ │ ├── unary=28_4.py │ │ ├── unary=28_5.py │ │ ├── unary=28_6.py │ │ ├── unary=28_7.py │ │ ├── unary=28_8.py │ │ └── unary=28_9.py │ ├── unary=29 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=29_1.py │ │ ├── unary=29_10.py │ │ ├── unary=29_2.py │ │ ├── unary=29_3.py │ │ ├── unary=29_4.py │ │ ├── unary=29_5.py │ │ ├── unary=29_6.py │ │ ├── unary=29_7.py │ │ ├── unary=29_8.py │ │ └── unary=29_9.py │ ├── unary=3 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=3_1.py │ │ ├── unary=3_10.py │ │ ├── unary=3_2.py │ │ ├── unary=3_3.py │ │ ├── unary=3_4.py │ │ ├── unary=3_5.py │ │ ├── unary=3_6.py │ │ ├── unary=3_7.py │ │ ├── unary=3_8.py │ │ └── unary=3_9.py │ ├── unary=4 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=4_1.py │ │ ├── unary=4_10.py │ │ ├── unary=4_2.py │ │ ├── unary=4_3.py │ │ ├── unary=4_4.py │ │ ├── unary=4_5.py │ │ ├── unary=4_6.py │ │ ├── unary=4_7.py │ │ ├── unary=4_8.py │ │ └── unary=4_9.py │ ├── unary=5 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=5_1.py │ │ ├── unary=5_10.py │ │ ├── unary=5_2.py │ │ ├── unary=5_3.py │ │ ├── unary=5_4.py │ │ ├── unary=5_5.py │ │ ├── unary=5_6.py │ │ ├── unary=5_7.py │ │ ├── unary=5_8.py │ │ └── unary=5_9.py │ ├── unary=6 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=6_1.py │ │ ├── unary=6_10.py │ │ ├── unary=6_2.py │ │ ├── unary=6_3.py │ │ ├── unary=6_4.py │ │ ├── unary=6_5.py │ │ ├── unary=6_6.py │ │ ├── unary=6_7.py │ │ ├── unary=6_8.py │ │ └── unary=6_9.py │ ├── unary=7 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=7_1.py │ │ ├── unary=7_10.py │ │ ├── unary=7_2.py │ │ ├── unary=7_3.py │ │ ├── unary=7_4.py │ │ ├── unary=7_5.py │ │ ├── unary=7_6.py │ │ ├── unary=7_7.py │ │ ├── unary=7_8.py │ │ └── unary=7_9.py │ ├── unary=8 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=8_1.py │ │ ├── unary=8_10.py │ │ ├── unary=8_2.py │ │ ├── unary=8_3.py │ │ ├── unary=8_4.py │ │ ├── unary=8_5.py │ │ ├── unary=8_6.py │ │ ├── unary=8_7.py │ │ ├── unary=8_8.py │ │ └── unary=8_9.py │ └── unary=9 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=9_1.py │ │ ├── unary=9_10.py │ │ ├── unary=9_2.py │ │ ├── unary=9_3.py │ │ ├── unary=9_4.py │ │ ├── unary=9_5.py │ │ ├── unary=9_6.py │ │ ├── unary=9_7.py │ │ ├── unary=9_8.py │ │ └── unary=9_9.py │ ├── step97-3shot │ ├── addmm │ │ ├── addmm_1.py │ │ ├── addmm_10.py │ │ ├── addmm_2.py │ │ ├── addmm_3.py │ │ ├── addmm_4.py │ │ ├── addmm_5.py │ │ ├── addmm_6.py │ │ ├── addmm_7.py │ │ ├── addmm_8.py │ │ ├── addmm_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── binary=0 │ │ ├── binary=0_1.py │ │ ├── binary=0_10.py │ │ ├── binary=0_2.py │ │ ├── binary=0_3.py │ │ ├── binary=0_4.py │ │ ├── binary=0_5.py │ │ ├── binary=0_6.py │ │ ├── binary=0_7.py │ │ ├── binary=0_8.py │ │ ├── binary=0_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── binary=10 │ │ ├── binary=10_1.py │ │ ├── binary=10_10.py │ │ ├── binary=10_2.py │ │ ├── binary=10_3.py │ │ ├── binary=10_4.py │ │ ├── binary=10_5.py │ │ ├── binary=10_6.py │ │ ├── binary=10_7.py │ │ ├── binary=10_8.py │ │ ├── binary=10_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── binary=2 │ │ ├── binary=2_1.py │ │ ├── binary=2_10.py │ │ ├── binary=2_2.py │ │ ├── binary=2_3.py │ │ ├── binary=2_4.py │ │ ├── binary=2_5.py │ │ ├── binary=2_6.py │ │ ├── binary=2_7.py │ │ ├── binary=2_8.py │ │ ├── binary=2_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── binary=4 │ │ ├── binary=4_1.py │ │ ├── binary=4_10.py │ │ ├── binary=4_2.py │ │ ├── binary=4_3.py │ │ ├── binary=4_4.py │ │ ├── binary=4_5.py │ │ ├── binary=4_6.py │ │ ├── binary=4_7.py │ │ ├── binary=4_8.py │ │ ├── binary=4_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── binary=6 │ │ ├── binary=6_1.py │ │ ├── binary=6_10.py │ │ ├── binary=6_2.py │ │ ├── binary=6_3.py │ │ ├── binary=6_4.py │ │ ├── binary=6_5.py │ │ ├── binary=6_6.py │ │ ├── binary=6_7.py │ │ ├── binary=6_8.py │ │ ├── binary=6_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── binary=8 │ │ ├── binary=8_1.py │ │ ├── binary=8_10.py │ │ ├── binary=8_2.py │ │ ├── binary=8_3.py │ │ ├── binary=8_4.py │ │ ├── binary=8_5.py │ │ ├── binary=8_6.py │ │ ├── binary=8_7.py │ │ ├── binary=8_8.py │ │ ├── binary=8_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── binary_unary=0 │ │ ├── binary_unary=0_1.py │ │ ├── binary_unary=0_10.py │ │ ├── binary_unary=0_2.py │ │ ├── binary_unary=0_3.py │ │ ├── binary_unary=0_4.py │ │ ├── binary_unary=0_5.py │ │ ├── binary_unary=0_6.py │ │ ├── binary_unary=0_7.py │ │ ├── binary_unary=0_8.py │ │ ├── binary_unary=0_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── binary_unary=10 │ │ ├── binary_unary=10_1.py │ │ ├── binary_unary=10_10.py │ │ ├── binary_unary=10_2.py │ │ ├── binary_unary=10_3.py │ │ ├── binary_unary=10_4.py │ │ ├── binary_unary=10_5.py │ │ ├── binary_unary=10_6.py │ │ ├── binary_unary=10_7.py │ │ ├── binary_unary=10_8.py │ │ ├── binary_unary=10_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── binary_unary=2 │ │ ├── binary_unary=2_1.py │ │ ├── binary_unary=2_10.py │ │ ├── binary_unary=2_2.py │ │ ├── binary_unary=2_3.py │ │ ├── binary_unary=2_4.py │ │ ├── binary_unary=2_5.py │ │ ├── binary_unary=2_6.py │ │ ├── binary_unary=2_7.py │ │ ├── binary_unary=2_8.py │ │ ├── binary_unary=2_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── binary_unary=4 │ │ ├── binary_unary=4_1.py │ │ ├── binary_unary=4_10.py │ │ ├── binary_unary=4_2.py │ │ ├── binary_unary=4_3.py │ │ ├── binary_unary=4_4.py │ │ ├── binary_unary=4_5.py │ │ ├── binary_unary=4_6.py │ │ ├── binary_unary=4_7.py │ │ ├── binary_unary=4_8.py │ │ ├── binary_unary=4_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── binary_unary=6 │ │ ├── binary_unary=6_1.py │ │ ├── binary_unary=6_10.py │ │ ├── binary_unary=6_2.py │ │ ├── binary_unary=6_3.py │ │ ├── binary_unary=6_4.py │ │ ├── binary_unary=6_5.py │ │ ├── binary_unary=6_6.py │ │ ├── binary_unary=6_7.py │ │ ├── binary_unary=6_8.py │ │ ├── binary_unary=6_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── binary_unary=8 │ │ ├── binary_unary=8_1.py │ │ ├── binary_unary=8_10.py │ │ ├── binary_unary=8_2.py │ │ ├── binary_unary=8_3.py │ │ ├── binary_unary=8_4.py │ │ ├── binary_unary=8_5.py │ │ ├── binary_unary=8_6.py │ │ ├── binary_unary=8_7.py │ │ ├── binary_unary=8_8.py │ │ ├── binary_unary=8_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── cat_addmm │ │ ├── cat_addmm_1.py │ │ ├── cat_addmm_10.py │ │ ├── cat_addmm_2.py │ │ ├── cat_addmm_3.py │ │ ├── cat_addmm_4.py │ │ ├── cat_addmm_5.py │ │ ├── cat_addmm_6.py │ │ ├── cat_addmm_7.py │ │ ├── cat_addmm_8.py │ │ ├── cat_addmm_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── cat_mm │ │ ├── cat_mm_1.py │ │ ├── cat_mm_10.py │ │ ├── cat_mm_2.py │ │ ├── cat_mm_3.py │ │ ├── cat_mm_4.py │ │ ├── cat_mm_5.py │ │ ├── cat_mm_6.py │ │ ├── cat_mm_7.py │ │ ├── cat_mm_8.py │ │ ├── cat_mm_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── cat_slice_cat │ │ ├── cat_slice_cat_1.py │ │ ├── cat_slice_cat_10.py │ │ ├── cat_slice_cat_2.py │ │ ├── cat_slice_cat_3.py │ │ ├── cat_slice_cat_4.py │ │ ├── cat_slice_cat_5.py │ │ ├── cat_slice_cat_6.py │ │ ├── cat_slice_cat_7.py │ │ ├── cat_slice_cat_8.py │ │ ├── cat_slice_cat_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── fuse_conv_bn │ │ ├── fuse_conv_bn_1.py │ │ ├── fuse_conv_bn_10.py │ │ ├── fuse_conv_bn_2.py │ │ ├── fuse_conv_bn_3.py │ │ ├── fuse_conv_bn_4.py │ │ ├── fuse_conv_bn_5.py │ │ ├── fuse_conv_bn_6.py │ │ ├── fuse_conv_bn_7.py │ │ ├── fuse_conv_bn_8.py │ │ ├── fuse_conv_bn_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── linear_permute_fusion │ │ ├── linear_permute_fusion_1.py │ │ ├── linear_permute_fusion_10.py │ │ ├── linear_permute_fusion_2.py │ │ ├── linear_permute_fusion_3.py │ │ ├── linear_permute_fusion_4.py │ │ ├── linear_permute_fusion_5.py │ │ ├── linear_permute_fusion_6.py │ │ ├── linear_permute_fusion_7.py │ │ ├── linear_permute_fusion_8.py │ │ ├── linear_permute_fusion_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── mm_plus_mm │ │ ├── mm_plus_mm_1.py │ │ ├── mm_plus_mm_10.py │ │ ├── mm_plus_mm_2.py │ │ ├── mm_plus_mm_3.py │ │ ├── mm_plus_mm_4.py │ │ ├── mm_plus_mm_5.py │ │ ├── mm_plus_mm_6.py │ │ ├── mm_plus_mm_7.py │ │ ├── mm_plus_mm_8.py │ │ ├── mm_plus_mm_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── outputs.json │ ├── permute_linear_fusion │ │ ├── permute_linear_fusion_1.py │ │ ├── permute_linear_fusion_10.py │ │ ├── permute_linear_fusion_2.py │ │ ├── permute_linear_fusion_3.py │ │ ├── permute_linear_fusion_4.py │ │ ├── permute_linear_fusion_5.py │ │ ├── permute_linear_fusion_6.py │ │ ├── permute_linear_fusion_7.py │ │ ├── permute_linear_fusion_8.py │ │ ├── permute_linear_fusion_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── permute_matmul_fusion │ │ ├── permute_matmul_fusion_1.py │ │ ├── permute_matmul_fusion_10.py │ │ ├── permute_matmul_fusion_2.py │ │ ├── permute_matmul_fusion_3.py │ │ ├── permute_matmul_fusion_4.py │ │ ├── permute_matmul_fusion_5.py │ │ ├── permute_matmul_fusion_6.py │ │ ├── permute_matmul_fusion_7.py │ │ ├── permute_matmul_fusion_8.py │ │ ├── permute_matmul_fusion_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── pointless_cumsum_replacement │ │ ├── pointless_cumsum_replacement_1.py │ │ ├── pointless_cumsum_replacement_10.py │ │ ├── pointless_cumsum_replacement_2.py │ │ ├── pointless_cumsum_replacement_3.py │ │ ├── pointless_cumsum_replacement_4.py │ │ ├── pointless_cumsum_replacement_5.py │ │ ├── pointless_cumsum_replacement_6.py │ │ ├── pointless_cumsum_replacement_7.py │ │ ├── pointless_cumsum_replacement_8.py │ │ ├── pointless_cumsum_replacement_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── replace_fx │ │ ├── prompt.txt │ │ ├── replace_fx_1.py │ │ ├── replace_fx_10.py │ │ ├── replace_fx_2.py │ │ ├── replace_fx_3.py │ │ ├── replace_fx_4.py │ │ ├── replace_fx_5.py │ │ ├── replace_fx_6.py │ │ ├── replace_fx_7.py │ │ ├── replace_fx_8.py │ │ ├── replace_fx_9.py │ │ └── time.txt │ ├── sfdp=0 │ │ ├── prompt.txt │ │ ├── sfdp=0_1.py │ │ ├── sfdp=0_10.py │ │ ├── sfdp=0_2.py │ │ ├── sfdp=0_3.py │ │ ├── sfdp=0_4.py │ │ ├── sfdp=0_5.py │ │ ├── sfdp=0_6.py │ │ ├── sfdp=0_7.py │ │ ├── sfdp=0_8.py │ │ ├── sfdp=0_9.py │ │ └── time.txt │ ├── sfdp=1 │ │ ├── prompt.txt │ │ ├── sfdp=1_1.py │ │ ├── sfdp=1_10.py │ │ ├── sfdp=1_2.py │ │ ├── sfdp=1_3.py │ │ ├── sfdp=1_4.py │ │ ├── sfdp=1_5.py │ │ ├── sfdp=1_6.py │ │ ├── sfdp=1_7.py │ │ ├── sfdp=1_8.py │ │ ├── sfdp=1_9.py │ │ └── time.txt │ ├── sfdp=2 │ │ ├── prompt.txt │ │ ├── sfdp=2_1.py │ │ ├── sfdp=2_10.py │ │ ├── sfdp=2_2.py │ │ ├── sfdp=2_3.py │ │ ├── sfdp=2_4.py │ │ ├── sfdp=2_5.py │ │ ├── sfdp=2_6.py │ │ ├── sfdp=2_7.py │ │ ├── sfdp=2_8.py │ │ ├── sfdp=2_9.py │ │ └── time.txt │ ├── sfdp=3 │ │ ├── prompt.txt │ │ ├── sfdp=3_1.py │ │ ├── sfdp=3_10.py │ │ ├── sfdp=3_2.py │ │ ├── sfdp=3_3.py │ │ ├── sfdp=3_4.py │ │ ├── sfdp=3_5.py │ │ ├── sfdp=3_6.py │ │ ├── sfdp=3_7.py │ │ ├── sfdp=3_8.py │ │ ├── sfdp=3_9.py │ │ └── time.txt │ ├── sfdp=4 │ │ ├── prompt.txt │ │ ├── sfdp=4_1.py │ │ ├── sfdp=4_10.py │ │ ├── sfdp=4_2.py │ │ ├── sfdp=4_3.py │ │ ├── sfdp=4_4.py │ │ ├── sfdp=4_5.py │ │ ├── sfdp=4_6.py │ │ ├── sfdp=4_7.py │ │ ├── sfdp=4_8.py │ │ ├── sfdp=4_9.py │ │ └── time.txt │ ├── sfdp=5 │ │ ├── prompt.txt │ │ ├── sfdp=5_1.py │ │ ├── sfdp=5_10.py │ │ ├── sfdp=5_2.py │ │ ├── sfdp=5_3.py │ │ ├── sfdp=5_4.py │ │ ├── sfdp=5_5.py │ │ ├── sfdp=5_6.py │ │ ├── sfdp=5_7.py │ │ ├── sfdp=5_8.py │ │ ├── sfdp=5_9.py │ │ └── time.txt │ ├── sink_cat_after_pointwise │ │ ├── prompt.txt │ │ ├── sink_cat_after_pointwise_1.py │ │ ├── sink_cat_after_pointwise_10.py │ │ ├── sink_cat_after_pointwise_2.py │ │ ├── sink_cat_after_pointwise_3.py │ │ ├── sink_cat_after_pointwise_4.py │ │ ├── sink_cat_after_pointwise_5.py │ │ ├── sink_cat_after_pointwise_6.py │ │ ├── sink_cat_after_pointwise_7.py │ │ ├── sink_cat_after_pointwise_8.py │ │ ├── sink_cat_after_pointwise_9.py │ │ └── time.txt │ ├── splitwithsizes_cat_replace │ │ ├── prompt.txt │ │ ├── splitwithsizes_cat_replace_1.py │ │ ├── splitwithsizes_cat_replace_10.py │ │ ├── splitwithsizes_cat_replace_2.py │ │ ├── splitwithsizes_cat_replace_3.py │ │ ├── splitwithsizes_cat_replace_4.py │ │ ├── splitwithsizes_cat_replace_5.py │ │ ├── splitwithsizes_cat_replace_6.py │ │ ├── splitwithsizes_cat_replace_7.py │ │ ├── splitwithsizes_cat_replace_8.py │ │ ├── splitwithsizes_cat_replace_9.py │ │ └── time.txt │ ├── unary=0 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=0_1.py │ │ ├── unary=0_10.py │ │ ├── unary=0_2.py │ │ ├── unary=0_3.py │ │ ├── unary=0_4.py │ │ ├── unary=0_5.py │ │ ├── unary=0_6.py │ │ ├── unary=0_7.py │ │ ├── unary=0_8.py │ │ └── unary=0_9.py │ ├── unary=1 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=1_1.py │ │ ├── unary=1_10.py │ │ ├── unary=1_2.py │ │ ├── unary=1_3.py │ │ ├── unary=1_4.py │ │ ├── unary=1_5.py │ │ ├── unary=1_6.py │ │ ├── unary=1_7.py │ │ ├── unary=1_8.py │ │ └── unary=1_9.py │ ├── unary=10 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=10_1.py │ │ ├── unary=10_10.py │ │ ├── unary=10_2.py │ │ ├── unary=10_3.py │ │ ├── unary=10_4.py │ │ ├── unary=10_5.py │ │ ├── unary=10_6.py │ │ ├── unary=10_7.py │ │ ├── unary=10_8.py │ │ └── unary=10_9.py │ ├── unary=11 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=11_1.py │ │ ├── unary=11_10.py │ │ ├── unary=11_2.py │ │ ├── unary=11_3.py │ │ ├── unary=11_4.py │ │ ├── unary=11_5.py │ │ ├── unary=11_6.py │ │ ├── unary=11_7.py │ │ ├── unary=11_8.py │ │ └── unary=11_9.py │ ├── unary=12 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=12_1.py │ │ ├── unary=12_10.py │ │ ├── unary=12_2.py │ │ ├── unary=12_3.py │ │ ├── unary=12_4.py │ │ ├── unary=12_5.py │ │ ├── unary=12_6.py │ │ ├── unary=12_7.py │ │ ├── unary=12_8.py │ │ └── unary=12_9.py │ ├── unary=13 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=13_1.py │ │ ├── unary=13_10.py │ │ ├── unary=13_2.py │ │ ├── unary=13_3.py │ │ ├── unary=13_4.py │ │ ├── unary=13_5.py │ │ ├── unary=13_6.py │ │ ├── unary=13_7.py │ │ ├── unary=13_8.py │ │ └── unary=13_9.py │ ├── unary=14 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=14_1.py │ │ ├── unary=14_10.py │ │ ├── unary=14_2.py │ │ ├── unary=14_3.py │ │ ├── unary=14_4.py │ │ ├── unary=14_5.py │ │ ├── unary=14_6.py │ │ ├── unary=14_7.py │ │ ├── unary=14_8.py │ │ └── unary=14_9.py │ ├── unary=15 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=15_1.py │ │ ├── unary=15_10.py │ │ ├── unary=15_2.py │ │ ├── unary=15_3.py │ │ ├── unary=15_4.py │ │ ├── unary=15_5.py │ │ ├── unary=15_6.py │ │ ├── unary=15_7.py │ │ ├── unary=15_8.py │ │ └── unary=15_9.py │ ├── unary=16 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=16_1.py │ │ ├── unary=16_10.py │ │ ├── unary=16_2.py │ │ ├── unary=16_3.py │ │ ├── unary=16_4.py │ │ ├── unary=16_5.py │ │ ├── unary=16_6.py │ │ ├── unary=16_7.py │ │ ├── unary=16_8.py │ │ └── unary=16_9.py │ ├── unary=17 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=17_1.py │ │ ├── unary=17_10.py │ │ ├── unary=17_2.py │ │ ├── unary=17_3.py │ │ ├── unary=17_4.py │ │ ├── unary=17_5.py │ │ ├── unary=17_6.py │ │ ├── unary=17_7.py │ │ ├── unary=17_8.py │ │ └── unary=17_9.py │ ├── unary=18 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=18_1.py │ │ ├── unary=18_10.py │ │ ├── unary=18_2.py │ │ ├── unary=18_3.py │ │ ├── unary=18_4.py │ │ ├── unary=18_5.py │ │ ├── unary=18_6.py │ │ ├── unary=18_7.py │ │ ├── unary=18_8.py │ │ └── unary=18_9.py │ ├── unary=19 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=19_1.py │ │ ├── unary=19_10.py │ │ ├── unary=19_2.py │ │ ├── unary=19_3.py │ │ ├── unary=19_4.py │ │ ├── unary=19_5.py │ │ ├── unary=19_6.py │ │ ├── unary=19_7.py │ │ ├── unary=19_8.py │ │ └── unary=19_9.py │ ├── unary=2 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=2_1.py │ │ ├── unary=2_10.py │ │ ├── unary=2_2.py │ │ ├── unary=2_3.py │ │ ├── unary=2_4.py │ │ ├── unary=2_5.py │ │ ├── unary=2_6.py │ │ ├── unary=2_7.py │ │ ├── unary=2_8.py │ │ └── unary=2_9.py │ ├── unary=20 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=20_1.py │ │ ├── unary=20_10.py │ │ ├── unary=20_2.py │ │ ├── unary=20_3.py │ │ ├── unary=20_4.py │ │ ├── unary=20_5.py │ │ ├── unary=20_6.py │ │ ├── unary=20_7.py │ │ ├── unary=20_8.py │ │ └── unary=20_9.py │ ├── unary=21 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=21_1.py │ │ ├── unary=21_10.py │ │ ├── unary=21_2.py │ │ ├── unary=21_3.py │ │ ├── unary=21_4.py │ │ ├── unary=21_5.py │ │ ├── unary=21_6.py │ │ ├── unary=21_7.py │ │ ├── unary=21_8.py │ │ └── unary=21_9.py │ ├── unary=22 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=22_1.py │ │ ├── unary=22_10.py │ │ ├── unary=22_2.py │ │ ├── unary=22_3.py │ │ ├── unary=22_4.py │ │ ├── unary=22_5.py │ │ ├── unary=22_6.py │ │ ├── unary=22_7.py │ │ ├── unary=22_8.py │ │ └── unary=22_9.py │ ├── unary=23 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=23_1.py │ │ ├── unary=23_10.py │ │ ├── unary=23_2.py │ │ ├── unary=23_3.py │ │ ├── unary=23_4.py │ │ ├── unary=23_5.py │ │ ├── unary=23_6.py │ │ ├── unary=23_7.py │ │ ├── unary=23_8.py │ │ └── unary=23_9.py │ ├── unary=24 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=24_1.py │ │ ├── unary=24_10.py │ │ ├── unary=24_2.py │ │ ├── unary=24_3.py │ │ ├── unary=24_4.py │ │ ├── unary=24_5.py │ │ ├── unary=24_6.py │ │ ├── unary=24_7.py │ │ ├── unary=24_8.py │ │ └── unary=24_9.py │ ├── unary=25 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=25_1.py │ │ ├── unary=25_10.py │ │ ├── unary=25_2.py │ │ ├── unary=25_3.py │ │ ├── unary=25_4.py │ │ ├── unary=25_5.py │ │ ├── unary=25_6.py │ │ ├── unary=25_7.py │ │ ├── unary=25_8.py │ │ └── unary=25_9.py │ ├── unary=26 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=26_1.py │ │ ├── unary=26_10.py │ │ ├── unary=26_2.py │ │ ├── unary=26_3.py │ │ ├── unary=26_4.py │ │ ├── unary=26_5.py │ │ ├── unary=26_6.py │ │ ├── unary=26_7.py │ │ ├── unary=26_8.py │ │ └── unary=26_9.py │ ├── unary=27 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=27_1.py │ │ ├── unary=27_10.py │ │ ├── unary=27_2.py │ │ ├── unary=27_3.py │ │ ├── unary=27_4.py │ │ ├── unary=27_5.py │ │ ├── unary=27_6.py │ │ ├── unary=27_7.py │ │ ├── unary=27_8.py │ │ └── unary=27_9.py │ ├── unary=28 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=28_1.py │ │ ├── unary=28_10.py │ │ ├── unary=28_2.py │ │ ├── unary=28_3.py │ │ ├── unary=28_4.py │ │ ├── unary=28_5.py │ │ ├── unary=28_6.py │ │ ├── unary=28_7.py │ │ ├── unary=28_8.py │ │ └── unary=28_9.py │ ├── unary=29 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=29_1.py │ │ ├── unary=29_10.py │ │ ├── unary=29_2.py │ │ ├── unary=29_3.py │ │ ├── unary=29_4.py │ │ ├── unary=29_5.py │ │ ├── unary=29_6.py │ │ ├── unary=29_7.py │ │ ├── unary=29_8.py │ │ └── unary=29_9.py │ ├── unary=3 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=3_1.py │ │ ├── unary=3_10.py │ │ ├── unary=3_2.py │ │ ├── unary=3_3.py │ │ ├── unary=3_4.py │ │ ├── unary=3_5.py │ │ ├── unary=3_6.py │ │ ├── unary=3_7.py │ │ ├── unary=3_8.py │ │ └── unary=3_9.py │ ├── unary=4 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=4_1.py │ │ ├── unary=4_10.py │ │ ├── unary=4_2.py │ │ ├── unary=4_3.py │ │ ├── unary=4_4.py │ │ ├── unary=4_5.py │ │ ├── unary=4_6.py │ │ ├── unary=4_7.py │ │ ├── unary=4_8.py │ │ └── unary=4_9.py │ ├── unary=5 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=5_1.py │ │ ├── unary=5_10.py │ │ ├── unary=5_2.py │ │ ├── unary=5_3.py │ │ ├── unary=5_4.py │ │ ├── unary=5_5.py │ │ ├── unary=5_6.py │ │ ├── unary=5_7.py │ │ ├── unary=5_8.py │ │ └── unary=5_9.py │ ├── unary=6 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=6_1.py │ │ ├── unary=6_10.py │ │ ├── unary=6_2.py │ │ ├── unary=6_3.py │ │ ├── unary=6_4.py │ │ ├── unary=6_5.py │ │ ├── unary=6_6.py │ │ ├── unary=6_7.py │ │ ├── unary=6_8.py │ │ └── unary=6_9.py │ ├── unary=7 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=7_1.py │ │ ├── unary=7_10.py │ │ ├── unary=7_2.py │ │ ├── unary=7_3.py │ │ ├── unary=7_4.py │ │ ├── unary=7_5.py │ │ ├── unary=7_6.py │ │ ├── unary=7_7.py │ │ ├── unary=7_8.py │ │ └── unary=7_9.py │ ├── unary=8 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=8_1.py │ │ ├── unary=8_10.py │ │ ├── unary=8_2.py │ │ ├── unary=8_3.py │ │ ├── unary=8_4.py │ │ ├── unary=8_5.py │ │ ├── unary=8_6.py │ │ ├── unary=8_7.py │ │ ├── unary=8_8.py │ │ └── unary=8_9.py │ └── unary=9 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=9_1.py │ │ ├── unary=9_10.py │ │ ├── unary=9_2.py │ │ ├── unary=9_3.py │ │ ├── unary=9_4.py │ │ ├── unary=9_5.py │ │ ├── unary=9_6.py │ │ ├── unary=9_7.py │ │ ├── unary=9_8.py │ │ └── unary=9_9.py │ ├── step98-3shot │ ├── addmm │ │ ├── addmm_1.py │ │ ├── addmm_10.py │ │ ├── addmm_2.py │ │ ├── addmm_3.py │ │ ├── addmm_4.py │ │ ├── addmm_5.py │ │ ├── addmm_6.py │ │ ├── addmm_7.py │ │ ├── addmm_8.py │ │ ├── addmm_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── binary=0 │ │ ├── binary=0_1.py │ │ ├── binary=0_10.py │ │ ├── binary=0_2.py │ │ ├── binary=0_3.py │ │ ├── binary=0_4.py │ │ ├── binary=0_5.py │ │ ├── binary=0_6.py │ │ ├── binary=0_7.py │ │ ├── binary=0_8.py │ │ ├── binary=0_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── binary=10 │ │ ├── binary=10_1.py │ │ ├── binary=10_10.py │ │ ├── binary=10_2.py │ │ ├── binary=10_3.py │ │ ├── binary=10_4.py │ │ ├── binary=10_5.py │ │ ├── binary=10_6.py │ │ ├── binary=10_7.py │ │ ├── binary=10_8.py │ │ ├── binary=10_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── binary=2 │ │ ├── binary=2_1.py │ │ ├── binary=2_10.py │ │ ├── binary=2_2.py │ │ ├── binary=2_3.py │ │ ├── binary=2_4.py │ │ ├── binary=2_5.py │ │ ├── binary=2_6.py │ │ ├── binary=2_7.py │ │ ├── binary=2_8.py │ │ ├── binary=2_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── binary=4 │ │ ├── binary=4_1.py │ │ ├── binary=4_10.py │ │ ├── binary=4_2.py │ │ ├── binary=4_3.py │ │ ├── binary=4_4.py │ │ ├── binary=4_5.py │ │ ├── binary=4_6.py │ │ ├── binary=4_7.py │ │ ├── binary=4_8.py │ │ ├── binary=4_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── binary=6 │ │ ├── binary=6_1.py │ │ ├── binary=6_10.py │ │ ├── binary=6_2.py │ │ ├── binary=6_3.py │ │ ├── binary=6_4.py │ │ ├── binary=6_5.py │ │ ├── binary=6_6.py │ │ ├── binary=6_7.py │ │ ├── binary=6_8.py │ │ ├── binary=6_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── binary=8 │ │ ├── binary=8_1.py │ │ ├── binary=8_10.py │ │ ├── binary=8_2.py │ │ ├── binary=8_3.py │ │ ├── binary=8_4.py │ │ ├── binary=8_5.py │ │ ├── binary=8_6.py │ │ ├── binary=8_7.py │ │ ├── binary=8_8.py │ │ ├── binary=8_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── binary_unary=0 │ │ ├── binary_unary=0_1.py │ │ ├── binary_unary=0_10.py │ │ ├── binary_unary=0_2.py │ │ ├── binary_unary=0_3.py │ │ ├── binary_unary=0_4.py │ │ ├── binary_unary=0_5.py │ │ ├── binary_unary=0_6.py │ │ ├── binary_unary=0_7.py │ │ ├── binary_unary=0_8.py │ │ ├── binary_unary=0_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── binary_unary=10 │ │ ├── binary_unary=10_1.py │ │ ├── binary_unary=10_10.py │ │ ├── binary_unary=10_2.py │ │ ├── binary_unary=10_3.py │ │ ├── binary_unary=10_4.py │ │ ├── binary_unary=10_5.py │ │ ├── binary_unary=10_6.py │ │ ├── binary_unary=10_7.py │ │ ├── binary_unary=10_8.py │ │ ├── binary_unary=10_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── binary_unary=2 │ │ ├── binary_unary=2_1.py │ │ ├── binary_unary=2_10.py │ │ ├── binary_unary=2_2.py │ │ ├── binary_unary=2_3.py │ │ ├── binary_unary=2_4.py │ │ ├── binary_unary=2_5.py │ │ ├── binary_unary=2_6.py │ │ ├── binary_unary=2_7.py │ │ ├── binary_unary=2_8.py │ │ ├── binary_unary=2_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── binary_unary=4 │ │ ├── binary_unary=4_1.py │ │ ├── binary_unary=4_10.py │ │ ├── binary_unary=4_2.py │ │ ├── binary_unary=4_3.py │ │ ├── binary_unary=4_4.py │ │ ├── binary_unary=4_5.py │ │ ├── binary_unary=4_6.py │ │ ├── binary_unary=4_7.py │ │ ├── binary_unary=4_8.py │ │ ├── binary_unary=4_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── binary_unary=6 │ │ ├── binary_unary=6_1.py │ │ ├── binary_unary=6_10.py │ │ ├── binary_unary=6_2.py │ │ ├── binary_unary=6_3.py │ │ ├── binary_unary=6_4.py │ │ ├── binary_unary=6_5.py │ │ ├── binary_unary=6_6.py │ │ ├── binary_unary=6_7.py │ │ ├── binary_unary=6_8.py │ │ ├── binary_unary=6_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── binary_unary=8 │ │ ├── binary_unary=8_1.py │ │ ├── binary_unary=8_10.py │ │ ├── binary_unary=8_2.py │ │ ├── binary_unary=8_3.py │ │ ├── binary_unary=8_4.py │ │ ├── binary_unary=8_5.py │ │ ├── binary_unary=8_6.py │ │ ├── binary_unary=8_7.py │ │ ├── binary_unary=8_8.py │ │ ├── binary_unary=8_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── cat_addmm │ │ ├── cat_addmm_1.py │ │ ├── cat_addmm_10.py │ │ ├── cat_addmm_2.py │ │ ├── cat_addmm_3.py │ │ ├── cat_addmm_4.py │ │ ├── cat_addmm_5.py │ │ ├── cat_addmm_6.py │ │ ├── cat_addmm_7.py │ │ ├── cat_addmm_8.py │ │ ├── cat_addmm_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── cat_mm │ │ ├── cat_mm_1.py │ │ ├── cat_mm_10.py │ │ ├── cat_mm_2.py │ │ ├── cat_mm_3.py │ │ ├── cat_mm_4.py │ │ ├── cat_mm_5.py │ │ ├── cat_mm_6.py │ │ ├── cat_mm_7.py │ │ ├── cat_mm_8.py │ │ ├── cat_mm_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── cat_slice_cat │ │ ├── cat_slice_cat_1.py │ │ ├── cat_slice_cat_10.py │ │ ├── cat_slice_cat_2.py │ │ ├── cat_slice_cat_3.py │ │ ├── cat_slice_cat_4.py │ │ ├── cat_slice_cat_5.py │ │ ├── cat_slice_cat_6.py │ │ ├── cat_slice_cat_7.py │ │ ├── cat_slice_cat_8.py │ │ ├── cat_slice_cat_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── fuse_conv_bn │ │ ├── fuse_conv_bn_1.py │ │ ├── fuse_conv_bn_10.py │ │ ├── fuse_conv_bn_2.py │ │ ├── fuse_conv_bn_3.py │ │ ├── fuse_conv_bn_4.py │ │ ├── fuse_conv_bn_5.py │ │ ├── fuse_conv_bn_6.py │ │ ├── fuse_conv_bn_7.py │ │ ├── fuse_conv_bn_8.py │ │ ├── fuse_conv_bn_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── linear_permute_fusion │ │ ├── linear_permute_fusion_1.py │ │ ├── linear_permute_fusion_10.py │ │ ├── linear_permute_fusion_2.py │ │ ├── linear_permute_fusion_3.py │ │ ├── linear_permute_fusion_4.py │ │ ├── linear_permute_fusion_5.py │ │ ├── linear_permute_fusion_6.py │ │ ├── linear_permute_fusion_7.py │ │ ├── linear_permute_fusion_8.py │ │ ├── linear_permute_fusion_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── mm_plus_mm │ │ ├── mm_plus_mm_1.py │ │ ├── mm_plus_mm_10.py │ │ ├── mm_plus_mm_2.py │ │ ├── mm_plus_mm_3.py │ │ ├── mm_plus_mm_4.py │ │ ├── mm_plus_mm_5.py │ │ ├── mm_plus_mm_6.py │ │ ├── mm_plus_mm_7.py │ │ ├── mm_plus_mm_8.py │ │ ├── mm_plus_mm_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── outputs.json │ ├── permute_linear_fusion │ │ ├── permute_linear_fusion_1.py │ │ ├── permute_linear_fusion_10.py │ │ ├── permute_linear_fusion_2.py │ │ ├── permute_linear_fusion_3.py │ │ ├── permute_linear_fusion_4.py │ │ ├── permute_linear_fusion_5.py │ │ ├── permute_linear_fusion_6.py │ │ ├── permute_linear_fusion_7.py │ │ ├── permute_linear_fusion_8.py │ │ ├── permute_linear_fusion_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── permute_matmul_fusion │ │ ├── permute_matmul_fusion_1.py │ │ ├── permute_matmul_fusion_10.py │ │ ├── permute_matmul_fusion_2.py │ │ ├── permute_matmul_fusion_3.py │ │ ├── permute_matmul_fusion_4.py │ │ ├── permute_matmul_fusion_5.py │ │ ├── permute_matmul_fusion_6.py │ │ ├── permute_matmul_fusion_7.py │ │ ├── permute_matmul_fusion_8.py │ │ ├── permute_matmul_fusion_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── pointless_cumsum_replacement │ │ ├── pointless_cumsum_replacement_1.py │ │ ├── pointless_cumsum_replacement_10.py │ │ ├── pointless_cumsum_replacement_2.py │ │ ├── pointless_cumsum_replacement_3.py │ │ ├── pointless_cumsum_replacement_4.py │ │ ├── pointless_cumsum_replacement_5.py │ │ ├── pointless_cumsum_replacement_6.py │ │ ├── pointless_cumsum_replacement_7.py │ │ ├── pointless_cumsum_replacement_8.py │ │ ├── pointless_cumsum_replacement_9.py │ │ ├── prompt.txt │ │ └── time.txt │ ├── replace_fx │ │ ├── prompt.txt │ │ ├── replace_fx_1.py │ │ ├── replace_fx_10.py │ │ ├── replace_fx_2.py │ │ ├── replace_fx_3.py │ │ ├── replace_fx_4.py │ │ ├── replace_fx_5.py │ │ ├── replace_fx_6.py │ │ ├── replace_fx_7.py │ │ ├── replace_fx_8.py │ │ ├── replace_fx_9.py │ │ └── time.txt │ ├── sfdp=0 │ │ ├── prompt.txt │ │ ├── sfdp=0_1.py │ │ ├── sfdp=0_10.py │ │ ├── sfdp=0_2.py │ │ ├── sfdp=0_3.py │ │ ├── sfdp=0_4.py │ │ ├── sfdp=0_5.py │ │ ├── sfdp=0_6.py │ │ ├── sfdp=0_7.py │ │ ├── sfdp=0_8.py │ │ ├── sfdp=0_9.py │ │ └── time.txt │ ├── sfdp=1 │ │ ├── prompt.txt │ │ ├── sfdp=1_1.py │ │ ├── sfdp=1_10.py │ │ ├── sfdp=1_2.py │ │ ├── sfdp=1_3.py │ │ ├── sfdp=1_4.py │ │ ├── sfdp=1_5.py │ │ ├── sfdp=1_6.py │ │ ├── sfdp=1_7.py │ │ ├── sfdp=1_8.py │ │ ├── sfdp=1_9.py │ │ └── time.txt │ ├── sfdp=2 │ │ ├── prompt.txt │ │ ├── sfdp=2_1.py │ │ ├── sfdp=2_10.py │ │ ├── sfdp=2_2.py │ │ ├── sfdp=2_3.py │ │ ├── sfdp=2_4.py │ │ ├── sfdp=2_5.py │ │ ├── sfdp=2_6.py │ │ ├── sfdp=2_7.py │ │ ├── sfdp=2_8.py │ │ ├── sfdp=2_9.py │ │ └── time.txt │ ├── sfdp=3 │ │ ├── prompt.txt │ │ ├── sfdp=3_1.py │ │ ├── sfdp=3_10.py │ │ ├── sfdp=3_2.py │ │ ├── sfdp=3_3.py │ │ ├── sfdp=3_4.py │ │ ├── sfdp=3_5.py │ │ ├── sfdp=3_6.py │ │ ├── sfdp=3_7.py │ │ ├── sfdp=3_8.py │ │ ├── sfdp=3_9.py │ │ └── time.txt │ ├── sfdp=4 │ │ ├── prompt.txt │ │ ├── sfdp=4_1.py │ │ ├── sfdp=4_10.py │ │ ├── sfdp=4_2.py │ │ ├── sfdp=4_3.py │ │ ├── sfdp=4_4.py │ │ ├── sfdp=4_5.py │ │ ├── sfdp=4_6.py │ │ ├── sfdp=4_7.py │ │ ├── sfdp=4_8.py │ │ ├── sfdp=4_9.py │ │ └── time.txt │ ├── sfdp=5 │ │ ├── prompt.txt │ │ ├── sfdp=5_1.py │ │ ├── sfdp=5_10.py │ │ ├── sfdp=5_2.py │ │ ├── sfdp=5_3.py │ │ ├── sfdp=5_4.py │ │ ├── sfdp=5_5.py │ │ ├── sfdp=5_6.py │ │ ├── sfdp=5_7.py │ │ ├── sfdp=5_8.py │ │ ├── sfdp=5_9.py │ │ └── time.txt │ ├── sink_cat_after_pointwise │ │ ├── prompt.txt │ │ ├── sink_cat_after_pointwise_1.py │ │ ├── sink_cat_after_pointwise_10.py │ │ ├── sink_cat_after_pointwise_2.py │ │ ├── sink_cat_after_pointwise_3.py │ │ ├── sink_cat_after_pointwise_4.py │ │ ├── sink_cat_after_pointwise_5.py │ │ ├── sink_cat_after_pointwise_6.py │ │ ├── sink_cat_after_pointwise_7.py │ │ ├── sink_cat_after_pointwise_8.py │ │ ├── sink_cat_after_pointwise_9.py │ │ └── time.txt │ ├── splitwithsizes_cat_replace │ │ ├── prompt.txt │ │ ├── splitwithsizes_cat_replace_1.py │ │ ├── splitwithsizes_cat_replace_10.py │ │ ├── splitwithsizes_cat_replace_2.py │ │ ├── splitwithsizes_cat_replace_3.py │ │ ├── splitwithsizes_cat_replace_4.py │ │ ├── splitwithsizes_cat_replace_5.py │ │ ├── splitwithsizes_cat_replace_6.py │ │ ├── splitwithsizes_cat_replace_7.py │ │ ├── splitwithsizes_cat_replace_8.py │ │ ├── splitwithsizes_cat_replace_9.py │ │ └── time.txt │ ├── unary=0 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=0_1.py │ │ ├── unary=0_10.py │ │ ├── unary=0_2.py │ │ ├── unary=0_3.py │ │ ├── unary=0_4.py │ │ ├── unary=0_5.py │ │ ├── unary=0_6.py │ │ ├── unary=0_7.py │ │ ├── unary=0_8.py │ │ └── unary=0_9.py │ ├── unary=1 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=1_1.py │ │ ├── unary=1_10.py │ │ ├── unary=1_2.py │ │ ├── unary=1_3.py │ │ ├── unary=1_4.py │ │ ├── unary=1_5.py │ │ ├── unary=1_6.py │ │ ├── unary=1_7.py │ │ ├── unary=1_8.py │ │ └── unary=1_9.py │ ├── unary=10 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=10_1.py │ │ ├── unary=10_10.py │ │ ├── unary=10_2.py │ │ ├── unary=10_3.py │ │ ├── unary=10_4.py │ │ ├── unary=10_5.py │ │ ├── unary=10_6.py │ │ ├── unary=10_7.py │ │ ├── unary=10_8.py │ │ └── unary=10_9.py │ ├── unary=11 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=11_1.py │ │ ├── unary=11_10.py │ │ ├── unary=11_2.py │ │ ├── unary=11_3.py │ │ ├── unary=11_4.py │ │ ├── unary=11_5.py │ │ ├── unary=11_6.py │ │ ├── unary=11_7.py │ │ ├── unary=11_8.py │ │ └── unary=11_9.py │ ├── unary=12 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=12_1.py │ │ ├── unary=12_10.py │ │ ├── unary=12_2.py │ │ ├── unary=12_3.py │ │ ├── unary=12_4.py │ │ ├── unary=12_5.py │ │ ├── unary=12_6.py │ │ ├── unary=12_7.py │ │ ├── unary=12_8.py │ │ └── unary=12_9.py │ ├── unary=13 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=13_1.py │ │ ├── unary=13_10.py │ │ ├── unary=13_2.py │ │ ├── unary=13_3.py │ │ ├── unary=13_4.py │ │ ├── unary=13_5.py │ │ ├── unary=13_6.py │ │ ├── unary=13_7.py │ │ ├── unary=13_8.py │ │ └── unary=13_9.py │ ├── unary=14 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=14_1.py │ │ ├── unary=14_10.py │ │ ├── unary=14_2.py │ │ ├── unary=14_3.py │ │ ├── unary=14_4.py │ │ ├── unary=14_5.py │ │ ├── unary=14_6.py │ │ ├── unary=14_7.py │ │ ├── unary=14_8.py │ │ └── unary=14_9.py │ ├── unary=15 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=15_1.py │ │ ├── unary=15_10.py │ │ ├── unary=15_2.py │ │ ├── unary=15_3.py │ │ ├── unary=15_4.py │ │ ├── unary=15_5.py │ │ ├── unary=15_6.py │ │ ├── unary=15_7.py │ │ ├── unary=15_8.py │ │ └── unary=15_9.py │ ├── unary=16 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=16_1.py │ │ ├── unary=16_10.py │ │ ├── unary=16_2.py │ │ ├── unary=16_3.py │ │ ├── unary=16_4.py │ │ ├── unary=16_5.py │ │ ├── unary=16_6.py │ │ ├── unary=16_7.py │ │ ├── unary=16_8.py │ │ └── unary=16_9.py │ ├── unary=17 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=17_1.py │ │ ├── unary=17_10.py │ │ ├── unary=17_2.py │ │ ├── unary=17_3.py │ │ ├── unary=17_4.py │ │ ├── unary=17_5.py │ │ ├── unary=17_6.py │ │ ├── unary=17_7.py │ │ ├── unary=17_8.py │ │ └── unary=17_9.py │ ├── unary=18 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=18_1.py │ │ ├── unary=18_10.py │ │ ├── unary=18_2.py │ │ ├── unary=18_3.py │ │ ├── unary=18_4.py │ │ ├── unary=18_5.py │ │ ├── unary=18_6.py │ │ ├── unary=18_7.py │ │ ├── unary=18_8.py │ │ └── unary=18_9.py │ ├── unary=19 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=19_1.py │ │ ├── unary=19_10.py │ │ ├── unary=19_2.py │ │ ├── unary=19_3.py │ │ ├── unary=19_4.py │ │ ├── unary=19_5.py │ │ ├── unary=19_6.py │ │ ├── unary=19_7.py │ │ ├── unary=19_8.py │ │ └── unary=19_9.py │ ├── unary=2 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=2_1.py │ │ ├── unary=2_10.py │ │ ├── unary=2_2.py │ │ ├── unary=2_3.py │ │ ├── unary=2_4.py │ │ ├── unary=2_5.py │ │ ├── unary=2_6.py │ │ ├── unary=2_7.py │ │ ├── unary=2_8.py │ │ └── unary=2_9.py │ ├── unary=20 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=20_1.py │ │ ├── unary=20_10.py │ │ ├── unary=20_2.py │ │ ├── unary=20_3.py │ │ ├── unary=20_4.py │ │ ├── unary=20_5.py │ │ ├── unary=20_6.py │ │ ├── unary=20_7.py │ │ ├── unary=20_8.py │ │ └── unary=20_9.py │ ├── unary=21 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=21_1.py │ │ ├── unary=21_10.py │ │ ├── unary=21_2.py │ │ ├── unary=21_3.py │ │ ├── unary=21_4.py │ │ ├── unary=21_5.py │ │ ├── unary=21_6.py │ │ ├── unary=21_7.py │ │ ├── unary=21_8.py │ │ └── unary=21_9.py │ ├── unary=22 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=22_1.py │ │ ├── unary=22_10.py │ │ ├── unary=22_2.py │ │ ├── unary=22_3.py │ │ ├── unary=22_4.py │ │ ├── unary=22_5.py │ │ ├── unary=22_6.py │ │ ├── unary=22_7.py │ │ ├── unary=22_8.py │ │ └── unary=22_9.py │ ├── unary=23 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=23_1.py │ │ ├── unary=23_10.py │ │ ├── unary=23_2.py │ │ ├── unary=23_3.py │ │ ├── unary=23_4.py │ │ ├── unary=23_5.py │ │ ├── unary=23_6.py │ │ ├── unary=23_7.py │ │ ├── unary=23_8.py │ │ └── unary=23_9.py │ ├── unary=24 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=24_1.py │ │ ├── unary=24_10.py │ │ ├── unary=24_2.py │ │ ├── unary=24_3.py │ │ ├── unary=24_4.py │ │ ├── unary=24_5.py │ │ ├── unary=24_6.py │ │ ├── unary=24_7.py │ │ ├── unary=24_8.py │ │ └── unary=24_9.py │ ├── unary=25 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=25_1.py │ │ ├── unary=25_10.py │ │ ├── unary=25_2.py │ │ ├── unary=25_3.py │ │ ├── unary=25_4.py │ │ ├── unary=25_5.py │ │ ├── unary=25_6.py │ │ ├── unary=25_7.py │ │ ├── unary=25_8.py │ │ └── unary=25_9.py │ ├── unary=26 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=26_1.py │ │ ├── unary=26_10.py │ │ ├── unary=26_2.py │ │ ├── unary=26_3.py │ │ ├── unary=26_4.py │ │ ├── unary=26_5.py │ │ ├── unary=26_6.py │ │ ├── unary=26_7.py │ │ ├── unary=26_8.py │ │ └── unary=26_9.py │ ├── unary=27 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=27_1.py │ │ ├── unary=27_10.py │ │ ├── unary=27_2.py │ │ ├── unary=27_3.py │ │ ├── unary=27_4.py │ │ ├── unary=27_5.py │ │ ├── unary=27_6.py │ │ ├── unary=27_7.py │ │ ├── unary=27_8.py │ │ └── unary=27_9.py │ ├── unary=28 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=28_1.py │ │ ├── unary=28_10.py │ │ ├── unary=28_2.py │ │ ├── unary=28_3.py │ │ ├── unary=28_4.py │ │ ├── unary=28_5.py │ │ ├── unary=28_6.py │ │ ├── unary=28_7.py │ │ ├── unary=28_8.py │ │ └── unary=28_9.py │ ├── unary=29 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=29_1.py │ │ ├── unary=29_10.py │ │ ├── unary=29_2.py │ │ ├── unary=29_3.py │ │ ├── unary=29_4.py │ │ ├── unary=29_5.py │ │ ├── unary=29_6.py │ │ ├── unary=29_7.py │ │ ├── unary=29_8.py │ │ └── unary=29_9.py │ ├── unary=3 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=3_1.py │ │ ├── unary=3_10.py │ │ ├── unary=3_2.py │ │ ├── unary=3_3.py │ │ ├── unary=3_4.py │ │ ├── unary=3_5.py │ │ ├── unary=3_6.py │ │ ├── unary=3_7.py │ │ ├── unary=3_8.py │ │ └── unary=3_9.py │ ├── unary=4 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=4_1.py │ │ ├── unary=4_10.py │ │ ├── unary=4_2.py │ │ ├── unary=4_3.py │ │ ├── unary=4_4.py │ │ ├── unary=4_5.py │ │ ├── unary=4_6.py │ │ ├── unary=4_7.py │ │ ├── unary=4_8.py │ │ └── unary=4_9.py │ ├── unary=5 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=5_1.py │ │ ├── unary=5_10.py │ │ ├── unary=5_2.py │ │ ├── unary=5_3.py │ │ ├── unary=5_4.py │ │ ├── unary=5_5.py │ │ ├── unary=5_6.py │ │ ├── unary=5_7.py │ │ ├── unary=5_8.py │ │ └── unary=5_9.py │ ├── unary=6 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=6_1.py │ │ ├── unary=6_10.py │ │ ├── unary=6_2.py │ │ ├── unary=6_3.py │ │ ├── unary=6_4.py │ │ ├── unary=6_5.py │ │ ├── unary=6_6.py │ │ ├── unary=6_7.py │ │ ├── unary=6_8.py │ │ └── unary=6_9.py │ ├── unary=7 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=7_1.py │ │ ├── unary=7_10.py │ │ ├── unary=7_2.py │ │ ├── unary=7_3.py │ │ ├── unary=7_4.py │ │ ├── unary=7_5.py │ │ ├── unary=7_6.py │ │ ├── unary=7_7.py │ │ ├── unary=7_8.py │ │ └── unary=7_9.py │ ├── unary=8 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=8_1.py │ │ ├── unary=8_10.py │ │ ├── unary=8_2.py │ │ ├── unary=8_3.py │ │ ├── unary=8_4.py │ │ ├── unary=8_5.py │ │ ├── unary=8_6.py │ │ ├── unary=8_7.py │ │ ├── unary=8_8.py │ │ └── unary=8_9.py │ └── unary=9 │ │ ├── prompt.txt │ │ ├── time.txt │ │ ├── unary=9_1.py │ │ ├── unary=9_10.py │ │ ├── unary=9_2.py │ │ ├── unary=9_3.py │ │ ├── unary=9_4.py │ │ ├── unary=9_5.py │ │ ├── unary=9_6.py │ │ ├── unary=9_7.py │ │ ├── unary=9_8.py │ │ └── unary=9_9.py │ └── step99-3shot │ ├── addmm │ ├── addmm_1.py │ ├── addmm_10.py │ ├── addmm_2.py │ ├── addmm_3.py │ ├── addmm_4.py │ ├── addmm_5.py │ ├── addmm_6.py │ ├── addmm_7.py │ ├── addmm_8.py │ ├── addmm_9.py │ ├── prompt.txt │ └── time.txt │ ├── binary=0 │ ├── binary=0_1.py │ ├── binary=0_10.py │ ├── binary=0_2.py │ ├── binary=0_3.py │ ├── binary=0_4.py │ ├── binary=0_5.py │ ├── binary=0_6.py │ ├── binary=0_7.py │ ├── binary=0_8.py │ ├── binary=0_9.py │ ├── prompt.txt │ └── time.txt │ ├── binary=10 │ ├── binary=10_1.py │ ├── binary=10_10.py │ ├── binary=10_2.py │ ├── binary=10_3.py │ ├── binary=10_4.py │ ├── binary=10_5.py │ ├── binary=10_6.py │ ├── binary=10_7.py │ ├── binary=10_8.py │ ├── binary=10_9.py │ ├── prompt.txt │ └── time.txt │ ├── binary=2 │ ├── binary=2_1.py │ ├── binary=2_10.py │ ├── binary=2_2.py │ ├── binary=2_3.py │ ├── binary=2_4.py │ ├── binary=2_5.py │ ├── binary=2_6.py │ ├── binary=2_7.py │ ├── binary=2_8.py │ ├── binary=2_9.py │ ├── prompt.txt │ └── time.txt │ ├── binary=4 │ ├── binary=4_1.py │ ├── binary=4_10.py │ ├── binary=4_2.py │ ├── binary=4_3.py │ ├── binary=4_4.py │ ├── binary=4_5.py │ ├── binary=4_6.py │ ├── binary=4_7.py │ ├── binary=4_8.py │ ├── binary=4_9.py │ ├── prompt.txt │ └── time.txt │ ├── binary=6 │ ├── binary=6_1.py │ ├── binary=6_10.py │ ├── binary=6_2.py │ ├── binary=6_3.py │ ├── binary=6_4.py │ ├── binary=6_5.py │ ├── binary=6_6.py │ ├── binary=6_7.py │ ├── binary=6_8.py │ ├── binary=6_9.py │ ├── prompt.txt │ └── time.txt │ ├── binary=8 │ ├── binary=8_1.py │ ├── binary=8_10.py │ ├── binary=8_2.py │ ├── binary=8_3.py │ ├── binary=8_4.py │ ├── binary=8_5.py │ ├── binary=8_6.py │ ├── binary=8_7.py │ ├── binary=8_8.py │ ├── binary=8_9.py │ ├── prompt.txt │ └── time.txt │ ├── binary_unary=0 │ ├── binary_unary=0_1.py │ ├── binary_unary=0_10.py │ ├── binary_unary=0_2.py │ ├── binary_unary=0_3.py │ ├── binary_unary=0_4.py │ ├── binary_unary=0_5.py │ ├── binary_unary=0_6.py │ ├── binary_unary=0_7.py │ ├── binary_unary=0_8.py │ ├── binary_unary=0_9.py │ ├── prompt.txt │ └── time.txt │ ├── binary_unary=10 │ ├── binary_unary=10_1.py │ ├── binary_unary=10_10.py │ ├── binary_unary=10_2.py │ ├── binary_unary=10_3.py │ ├── binary_unary=10_4.py │ ├── binary_unary=10_5.py │ ├── binary_unary=10_6.py │ ├── binary_unary=10_7.py │ ├── binary_unary=10_8.py │ ├── binary_unary=10_9.py │ ├── prompt.txt │ └── time.txt │ ├── binary_unary=2 │ ├── binary_unary=2_1.py │ ├── binary_unary=2_10.py │ ├── binary_unary=2_2.py │ ├── binary_unary=2_3.py │ ├── binary_unary=2_4.py │ ├── binary_unary=2_5.py │ ├── binary_unary=2_6.py │ ├── binary_unary=2_7.py │ ├── binary_unary=2_8.py │ ├── binary_unary=2_9.py │ ├── prompt.txt │ └── time.txt │ ├── binary_unary=4 │ ├── binary_unary=4_1.py │ ├── binary_unary=4_10.py │ ├── binary_unary=4_2.py │ ├── binary_unary=4_3.py │ ├── binary_unary=4_4.py │ ├── binary_unary=4_5.py │ ├── binary_unary=4_6.py │ ├── binary_unary=4_7.py │ ├── binary_unary=4_8.py │ ├── binary_unary=4_9.py │ ├── prompt.txt │ └── time.txt │ ├── binary_unary=6 │ ├── binary_unary=6_1.py │ ├── binary_unary=6_10.py │ ├── binary_unary=6_2.py │ ├── binary_unary=6_3.py │ ├── binary_unary=6_4.py │ ├── binary_unary=6_5.py │ ├── binary_unary=6_6.py │ ├── binary_unary=6_7.py │ ├── binary_unary=6_8.py │ ├── binary_unary=6_9.py │ ├── prompt.txt │ └── time.txt │ ├── binary_unary=8 │ ├── binary_unary=8_1.py │ ├── binary_unary=8_10.py │ ├── binary_unary=8_2.py │ ├── binary_unary=8_3.py │ ├── binary_unary=8_4.py │ ├── binary_unary=8_5.py │ ├── binary_unary=8_6.py │ ├── binary_unary=8_7.py │ ├── binary_unary=8_8.py │ ├── binary_unary=8_9.py │ ├── prompt.txt │ └── time.txt │ ├── cat_addmm │ ├── cat_addmm_1.py │ ├── cat_addmm_10.py │ ├── cat_addmm_2.py │ ├── cat_addmm_3.py │ ├── cat_addmm_4.py │ ├── cat_addmm_5.py │ ├── cat_addmm_6.py │ ├── cat_addmm_7.py │ ├── cat_addmm_8.py │ ├── cat_addmm_9.py │ ├── prompt.txt │ └── time.txt │ ├── cat_mm │ ├── cat_mm_1.py │ ├── cat_mm_10.py │ ├── cat_mm_2.py │ ├── cat_mm_3.py │ ├── cat_mm_4.py │ ├── cat_mm_5.py │ ├── cat_mm_6.py │ ├── cat_mm_7.py │ ├── cat_mm_8.py │ ├── cat_mm_9.py │ ├── prompt.txt │ └── time.txt │ ├── cat_slice_cat │ ├── cat_slice_cat_1.py │ ├── cat_slice_cat_10.py │ ├── cat_slice_cat_2.py │ ├── cat_slice_cat_3.py │ ├── cat_slice_cat_4.py │ ├── cat_slice_cat_5.py │ ├── cat_slice_cat_6.py │ ├── cat_slice_cat_7.py │ ├── cat_slice_cat_8.py │ ├── cat_slice_cat_9.py │ ├── prompt.txt │ └── time.txt │ ├── fuse_conv_bn │ ├── fuse_conv_bn_1.py │ ├── fuse_conv_bn_10.py │ ├── fuse_conv_bn_2.py │ ├── fuse_conv_bn_3.py │ ├── fuse_conv_bn_4.py │ ├── fuse_conv_bn_5.py │ ├── fuse_conv_bn_6.py │ ├── fuse_conv_bn_7.py │ ├── fuse_conv_bn_8.py │ ├── fuse_conv_bn_9.py │ ├── prompt.txt │ └── time.txt │ ├── linear_permute_fusion │ ├── linear_permute_fusion_1.py │ ├── linear_permute_fusion_10.py │ ├── linear_permute_fusion_2.py │ ├── linear_permute_fusion_3.py │ ├── linear_permute_fusion_4.py │ ├── linear_permute_fusion_5.py │ ├── linear_permute_fusion_6.py │ ├── linear_permute_fusion_7.py │ ├── linear_permute_fusion_8.py │ ├── linear_permute_fusion_9.py │ ├── prompt.txt │ └── time.txt │ ├── mm_plus_mm │ ├── mm_plus_mm_1.py │ ├── mm_plus_mm_10.py │ ├── mm_plus_mm_2.py │ ├── mm_plus_mm_3.py │ ├── mm_plus_mm_4.py │ ├── mm_plus_mm_5.py │ ├── mm_plus_mm_6.py │ ├── mm_plus_mm_7.py │ ├── mm_plus_mm_8.py │ ├── mm_plus_mm_9.py │ ├── prompt.txt │ └── time.txt │ ├── outputs.json │ ├── permute_linear_fusion │ ├── permute_linear_fusion_1.py │ ├── permute_linear_fusion_10.py │ ├── permute_linear_fusion_2.py │ ├── permute_linear_fusion_3.py │ ├── permute_linear_fusion_4.py │ ├── permute_linear_fusion_5.py │ ├── permute_linear_fusion_6.py │ ├── permute_linear_fusion_7.py │ ├── permute_linear_fusion_8.py │ ├── permute_linear_fusion_9.py │ ├── prompt.txt │ └── time.txt │ ├── permute_matmul_fusion │ ├── permute_matmul_fusion_1.py │ ├── permute_matmul_fusion_10.py │ ├── permute_matmul_fusion_2.py │ ├── permute_matmul_fusion_3.py │ ├── permute_matmul_fusion_4.py │ ├── permute_matmul_fusion_5.py │ ├── permute_matmul_fusion_6.py │ ├── permute_matmul_fusion_7.py │ ├── permute_matmul_fusion_8.py │ ├── permute_matmul_fusion_9.py │ ├── prompt.txt │ └── time.txt │ ├── pointless_cumsum_replacement │ ├── pointless_cumsum_replacement_1.py │ ├── pointless_cumsum_replacement_10.py │ ├── pointless_cumsum_replacement_2.py │ ├── pointless_cumsum_replacement_3.py │ ├── pointless_cumsum_replacement_4.py │ ├── pointless_cumsum_replacement_5.py │ ├── pointless_cumsum_replacement_6.py │ ├── pointless_cumsum_replacement_7.py │ ├── pointless_cumsum_replacement_8.py │ ├── pointless_cumsum_replacement_9.py │ ├── prompt.txt │ └── time.txt │ ├── replace_fx │ ├── prompt.txt │ ├── replace_fx_1.py │ ├── replace_fx_10.py │ ├── replace_fx_2.py │ ├── replace_fx_3.py │ ├── replace_fx_4.py │ ├── replace_fx_5.py │ ├── replace_fx_6.py │ ├── replace_fx_7.py │ ├── replace_fx_8.py │ ├── replace_fx_9.py │ └── time.txt │ ├── sfdp=0 │ ├── prompt.txt │ ├── sfdp=0_1.py │ ├── sfdp=0_10.py │ ├── sfdp=0_2.py │ ├── sfdp=0_3.py │ ├── sfdp=0_4.py │ ├── sfdp=0_5.py │ ├── sfdp=0_6.py │ ├── sfdp=0_7.py │ ├── sfdp=0_8.py │ ├── sfdp=0_9.py │ └── time.txt │ ├── sfdp=1 │ ├── prompt.txt │ ├── sfdp=1_1.py │ ├── sfdp=1_10.py │ ├── sfdp=1_2.py │ ├── sfdp=1_3.py │ ├── sfdp=1_4.py │ ├── sfdp=1_5.py │ ├── sfdp=1_6.py │ ├── sfdp=1_7.py │ ├── sfdp=1_8.py │ ├── sfdp=1_9.py │ └── time.txt │ ├── sfdp=2 │ ├── prompt.txt │ ├── sfdp=2_1.py │ ├── sfdp=2_10.py │ ├── sfdp=2_2.py │ ├── sfdp=2_3.py │ ├── sfdp=2_4.py │ ├── sfdp=2_5.py │ ├── sfdp=2_6.py │ ├── sfdp=2_7.py │ ├── sfdp=2_8.py │ ├── sfdp=2_9.py │ └── time.txt │ ├── sfdp=3 │ ├── prompt.txt │ ├── sfdp=3_1.py │ ├── sfdp=3_10.py │ ├── sfdp=3_2.py │ ├── sfdp=3_3.py │ ├── sfdp=3_4.py │ ├── sfdp=3_5.py │ ├── sfdp=3_6.py │ ├── sfdp=3_7.py │ ├── sfdp=3_8.py │ ├── sfdp=3_9.py │ └── time.txt │ ├── sfdp=4 │ ├── prompt.txt │ ├── sfdp=4_1.py │ ├── sfdp=4_10.py │ ├── sfdp=4_2.py │ ├── sfdp=4_3.py │ ├── sfdp=4_4.py │ ├── sfdp=4_5.py │ ├── sfdp=4_6.py │ ├── sfdp=4_7.py │ ├── sfdp=4_8.py │ ├── sfdp=4_9.py │ └── time.txt │ ├── sfdp=5 │ ├── prompt.txt │ ├── sfdp=5_1.py │ ├── sfdp=5_10.py │ ├── sfdp=5_2.py │ ├── sfdp=5_3.py │ ├── sfdp=5_4.py │ ├── sfdp=5_5.py │ ├── sfdp=5_6.py │ ├── sfdp=5_7.py │ ├── sfdp=5_8.py │ ├── sfdp=5_9.py │ └── time.txt │ ├── sink_cat_after_pointwise │ ├── prompt.txt │ ├── sink_cat_after_pointwise_1.py │ ├── sink_cat_after_pointwise_10.py │ ├── sink_cat_after_pointwise_2.py │ ├── sink_cat_after_pointwise_3.py │ ├── sink_cat_after_pointwise_4.py │ ├── sink_cat_after_pointwise_5.py │ ├── sink_cat_after_pointwise_6.py │ ├── sink_cat_after_pointwise_7.py │ ├── sink_cat_after_pointwise_8.py │ ├── sink_cat_after_pointwise_9.py │ └── time.txt │ ├── splitwithsizes_cat_replace │ ├── prompt.txt │ ├── splitwithsizes_cat_replace_1.py │ ├── splitwithsizes_cat_replace_10.py │ ├── splitwithsizes_cat_replace_2.py │ ├── splitwithsizes_cat_replace_3.py │ ├── splitwithsizes_cat_replace_4.py │ ├── splitwithsizes_cat_replace_5.py │ ├── splitwithsizes_cat_replace_6.py │ ├── splitwithsizes_cat_replace_7.py │ ├── splitwithsizes_cat_replace_8.py │ ├── splitwithsizes_cat_replace_9.py │ └── time.txt │ ├── unary=0 │ ├── prompt.txt │ ├── time.txt │ ├── unary=0_1.py │ ├── unary=0_10.py │ ├── unary=0_2.py │ ├── unary=0_3.py │ ├── unary=0_4.py │ ├── unary=0_5.py │ ├── unary=0_6.py │ ├── unary=0_7.py │ ├── unary=0_8.py │ └── unary=0_9.py │ ├── unary=1 │ ├── prompt.txt │ ├── time.txt │ ├── unary=1_1.py │ ├── unary=1_10.py │ ├── unary=1_2.py │ ├── unary=1_3.py │ ├── unary=1_4.py │ ├── unary=1_5.py │ ├── unary=1_6.py │ ├── unary=1_7.py │ ├── unary=1_8.py │ └── unary=1_9.py │ ├── unary=10 │ ├── prompt.txt │ ├── time.txt │ ├── unary=10_1.py │ ├── unary=10_10.py │ ├── unary=10_2.py │ ├── unary=10_3.py │ ├── unary=10_4.py │ ├── unary=10_5.py │ ├── unary=10_6.py │ ├── unary=10_7.py │ ├── unary=10_8.py │ └── unary=10_9.py │ ├── unary=11 │ ├── prompt.txt │ ├── time.txt │ ├── unary=11_1.py │ ├── unary=11_10.py │ ├── unary=11_2.py │ ├── unary=11_3.py │ ├── unary=11_4.py │ ├── unary=11_5.py │ ├── unary=11_6.py │ ├── unary=11_7.py │ ├── unary=11_8.py │ └── unary=11_9.py │ ├── unary=12 │ ├── prompt.txt │ ├── time.txt │ ├── unary=12_1.py │ ├── unary=12_10.py │ ├── unary=12_2.py │ ├── unary=12_3.py │ ├── unary=12_4.py │ ├── unary=12_5.py │ ├── unary=12_6.py │ ├── unary=12_7.py │ ├── unary=12_8.py │ └── unary=12_9.py │ ├── unary=13 │ ├── prompt.txt │ ├── time.txt │ ├── unary=13_1.py │ ├── unary=13_10.py │ ├── unary=13_2.py │ ├── unary=13_3.py │ ├── unary=13_4.py │ ├── unary=13_5.py │ ├── unary=13_6.py │ ├── unary=13_7.py │ ├── unary=13_8.py │ └── unary=13_9.py │ ├── unary=14 │ ├── prompt.txt │ ├── time.txt │ ├── unary=14_1.py │ ├── unary=14_10.py │ ├── unary=14_2.py │ ├── unary=14_3.py │ ├── unary=14_4.py │ ├── unary=14_5.py │ ├── unary=14_6.py │ ├── unary=14_7.py │ ├── unary=14_8.py │ └── unary=14_9.py │ ├── unary=15 │ ├── prompt.txt │ ├── time.txt │ ├── unary=15_1.py │ ├── unary=15_10.py │ ├── unary=15_2.py │ ├── unary=15_3.py │ ├── unary=15_4.py │ ├── unary=15_5.py │ ├── unary=15_6.py │ ├── unary=15_7.py │ ├── unary=15_8.py │ └── unary=15_9.py │ ├── unary=16 │ ├── prompt.txt │ ├── time.txt │ ├── unary=16_1.py │ ├── unary=16_10.py │ ├── unary=16_2.py │ ├── unary=16_3.py │ ├── unary=16_4.py │ ├── unary=16_5.py │ ├── unary=16_6.py │ ├── unary=16_7.py │ ├── unary=16_8.py │ └── unary=16_9.py │ ├── unary=17 │ ├── prompt.txt │ ├── time.txt │ ├── unary=17_1.py │ ├── unary=17_10.py │ ├── unary=17_2.py │ ├── unary=17_3.py │ ├── unary=17_4.py │ ├── unary=17_5.py │ ├── unary=17_6.py │ ├── unary=17_7.py │ ├── unary=17_8.py │ └── unary=17_9.py │ ├── unary=18 │ ├── prompt.txt │ ├── time.txt │ ├── unary=18_1.py │ ├── unary=18_10.py │ ├── unary=18_2.py │ ├── unary=18_3.py │ ├── unary=18_4.py │ ├── unary=18_5.py │ ├── unary=18_6.py │ ├── unary=18_7.py │ ├── unary=18_8.py │ └── unary=18_9.py │ ├── unary=19 │ ├── prompt.txt │ ├── time.txt │ ├── unary=19_1.py │ ├── unary=19_10.py │ ├── unary=19_2.py │ ├── unary=19_3.py │ ├── unary=19_4.py │ ├── unary=19_5.py │ ├── unary=19_6.py │ ├── unary=19_7.py │ ├── unary=19_8.py │ └── unary=19_9.py │ ├── unary=2 │ ├── prompt.txt │ ├── time.txt │ ├── unary=2_1.py │ ├── unary=2_10.py │ ├── unary=2_2.py │ ├── unary=2_3.py │ ├── unary=2_4.py │ ├── unary=2_5.py │ ├── unary=2_6.py │ ├── unary=2_7.py │ ├── unary=2_8.py │ └── unary=2_9.py │ ├── unary=20 │ ├── prompt.txt │ ├── time.txt │ ├── unary=20_1.py │ ├── unary=20_10.py │ ├── unary=20_2.py │ ├── unary=20_3.py │ ├── unary=20_4.py │ ├── unary=20_5.py │ ├── unary=20_6.py │ ├── unary=20_7.py │ ├── unary=20_8.py │ └── unary=20_9.py │ ├── unary=21 │ ├── prompt.txt │ ├── time.txt │ ├── unary=21_1.py │ ├── unary=21_10.py │ ├── unary=21_2.py │ ├── unary=21_3.py │ ├── unary=21_4.py │ ├── unary=21_5.py │ ├── unary=21_6.py │ ├── unary=21_7.py │ ├── unary=21_8.py │ └── unary=21_9.py │ ├── unary=22 │ ├── prompt.txt │ ├── time.txt │ ├── unary=22_1.py │ ├── unary=22_10.py │ ├── unary=22_2.py │ ├── unary=22_3.py │ ├── unary=22_4.py │ ├── unary=22_5.py │ ├── unary=22_6.py │ ├── unary=22_7.py │ ├── unary=22_8.py │ └── unary=22_9.py │ ├── unary=23 │ ├── prompt.txt │ ├── time.txt │ ├── unary=23_1.py │ ├── unary=23_10.py │ ├── unary=23_2.py │ ├── unary=23_3.py │ ├── unary=23_4.py │ ├── unary=23_5.py │ ├── unary=23_6.py │ ├── unary=23_7.py │ ├── unary=23_8.py │ └── unary=23_9.py │ ├── unary=24 │ ├── prompt.txt │ ├── time.txt │ ├── unary=24_1.py │ ├── unary=24_10.py │ ├── unary=24_2.py │ ├── unary=24_3.py │ ├── unary=24_4.py │ ├── unary=24_5.py │ ├── unary=24_6.py │ ├── unary=24_7.py │ ├── unary=24_8.py │ └── unary=24_9.py │ ├── unary=25 │ ├── prompt.txt │ ├── time.txt │ ├── unary=25_1.py │ ├── unary=25_10.py │ ├── unary=25_2.py │ ├── unary=25_3.py │ ├── unary=25_4.py │ ├── unary=25_5.py │ ├── unary=25_6.py │ ├── unary=25_7.py │ ├── unary=25_8.py │ └── unary=25_9.py │ ├── unary=26 │ ├── prompt.txt │ ├── time.txt │ ├── unary=26_1.py │ ├── unary=26_10.py │ ├── unary=26_2.py │ ├── unary=26_3.py │ ├── unary=26_4.py │ ├── unary=26_5.py │ ├── unary=26_6.py │ ├── unary=26_7.py │ ├── unary=26_8.py │ └── unary=26_9.py │ ├── unary=27 │ ├── prompt.txt │ ├── time.txt │ ├── unary=27_1.py │ ├── unary=27_10.py │ ├── unary=27_2.py │ ├── unary=27_3.py │ ├── unary=27_4.py │ ├── unary=27_5.py │ ├── unary=27_6.py │ ├── unary=27_7.py │ ├── unary=27_8.py │ └── unary=27_9.py │ ├── unary=28 │ ├── prompt.txt │ ├── time.txt │ ├── unary=28_1.py │ ├── unary=28_10.py │ ├── unary=28_2.py │ ├── unary=28_3.py │ ├── unary=28_4.py │ ├── unary=28_5.py │ ├── unary=28_6.py │ ├── unary=28_7.py │ ├── unary=28_8.py │ └── unary=28_9.py │ ├── unary=29 │ ├── prompt.txt │ ├── time.txt │ ├── unary=29_1.py │ ├── unary=29_10.py │ ├── unary=29_2.py │ ├── unary=29_3.py │ ├── unary=29_4.py │ ├── unary=29_5.py │ ├── unary=29_6.py │ ├── unary=29_7.py │ ├── unary=29_8.py │ └── unary=29_9.py │ ├── unary=3 │ ├── prompt.txt │ ├── time.txt │ ├── unary=3_1.py │ ├── unary=3_10.py │ ├── unary=3_2.py │ ├── unary=3_3.py │ ├── unary=3_4.py │ ├── unary=3_5.py │ ├── unary=3_6.py │ ├── unary=3_7.py │ ├── unary=3_8.py │ └── unary=3_9.py │ ├── unary=4 │ ├── prompt.txt │ ├── time.txt │ ├── unary=4_1.py │ ├── unary=4_10.py │ ├── unary=4_2.py │ ├── unary=4_3.py │ ├── unary=4_4.py │ ├── unary=4_5.py │ ├── unary=4_6.py │ ├── unary=4_7.py │ ├── unary=4_8.py │ └── unary=4_9.py │ ├── unary=5 │ ├── prompt.txt │ ├── time.txt │ ├── unary=5_1.py │ ├── unary=5_10.py │ ├── unary=5_2.py │ ├── unary=5_3.py │ ├── unary=5_4.py │ ├── unary=5_5.py │ ├── unary=5_6.py │ ├── unary=5_7.py │ ├── unary=5_8.py │ └── unary=5_9.py │ ├── unary=6 │ ├── prompt.txt │ ├── time.txt │ ├── unary=6_1.py │ ├── unary=6_10.py │ ├── unary=6_2.py │ ├── unary=6_3.py │ ├── unary=6_4.py │ ├── unary=6_5.py │ ├── unary=6_6.py │ ├── unary=6_7.py │ ├── unary=6_8.py │ └── unary=6_9.py │ ├── unary=7 │ ├── prompt.txt │ ├── time.txt │ ├── unary=7_1.py │ ├── unary=7_10.py │ ├── unary=7_2.py │ ├── unary=7_3.py │ ├── unary=7_4.py │ ├── unary=7_5.py │ ├── unary=7_6.py │ ├── unary=7_7.py │ ├── unary=7_8.py │ └── unary=7_9.py │ ├── unary=8 │ ├── prompt.txt │ ├── time.txt │ ├── unary=8_1.py │ ├── unary=8_10.py │ ├── unary=8_2.py │ ├── unary=8_3.py │ ├── unary=8_4.py │ ├── unary=8_5.py │ ├── unary=8_6.py │ ├── unary=8_7.py │ ├── unary=8_8.py │ └── unary=8_9.py │ └── unary=9 │ ├── prompt.txt │ ├── time.txt │ ├── unary=9_1.py │ ├── unary=9_10.py │ ├── unary=9_2.py │ ├── unary=9_3.py │ ├── unary=9_4.py │ ├── unary=9_5.py │ ├── unary=9_6.py │ ├── unary=9_7.py │ ├── unary=9_8.py │ └── unary=9_9.py ├── starcoder_call.py ├── starcoder_gen.py ├── starcoder_service.py ├── template-llvm ├── gpt4-src2mixnl-oneshot.txt ├── starcoder-feedback-mixnlonly.txt └── starcoder-mixnl2test-oneshot.txt ├── template-tf ├── gpt4-src2mixnl-oneshot.txt ├── starcoder-feedback-mixnlonly.txt └── starcoder-mixnl2test-oneshot.txt ├── template-tfxla ├── gpt4-src2nl-oneshot.txt ├── starcoder-feedback-mixnlonly.txt └── starcoder-mixnl2test-oneshot.txt ├── template-torch ├── feedback-loop-NL.txt ├── starcoder-nl2test-oneshot-pattern.txt ├── starcoder-nl2test-oneshot.txt ├── starcoder-src2nl-pattern.txt └── starcoder-src2nl.txt ├── tflite-exec ├── code_refiner.py ├── eval.py ├── get_trigger_tests.py ├── run_tflite.py ├── test.py ├── tf_optim_instrumentation.patch ├── tflite_code_exec.py ├── tflite_code_process.py └── tflite_oracle.py ├── tfxla-exec ├── dump_metadata.py ├── eval.py ├── get_trigger_tests.py ├── run_nnsmith.py ├── run_tfxla.py ├── test_trigger.py ├── tests │ ├── test.py │ └── test_dynamic_dimension_simplifier.py ├── tf_code_process_titanfuzz.py ├── tfxla_code_exec.py ├── tfxla_code_process.py └── tfxla_oracle.py └── torch-exec ├── classes ├── api.py ├── argdef.py ├── argument.py ├── library.py ├── torch_api.py └── torch_library.py ├── constant ├── enum.py ├── keys.py └── returntypes.py ├── eval ├── match.py └── match_mapping.txt ├── gradcheck.py ├── helper_torch.py ├── run_torch.py ├── template_exec.py ├── torch_utils.py └── utils ├── ad_helper.py ├── backward.py ├── loader.py ├── printer.py ├── probability.py ├── res_inv.py └── skip.py /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ise-uiuc/WhiteFox/HEAD/.gitignore -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ise-uiuc/WhiteFox/HEAD/LICENSE -------------------------------------------------------------------------------- /README-DEV.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ise-uiuc/WhiteFox/HEAD/README-DEV.md -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ise-uiuc/WhiteFox/HEAD/README.md -------------------------------------------------------------------------------- /assets/framework.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ise-uiuc/WhiteFox/HEAD/assets/framework.svg -------------------------------------------------------------------------------- /assets/logo.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ise-uiuc/WhiteFox/HEAD/assets/logo.svg -------------------------------------------------------------------------------- /bugs.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ise-uiuc/WhiteFox/HEAD/bugs.csv -------------------------------------------------------------------------------- /gpt4.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ise-uiuc/WhiteFox/HEAD/gpt4.py -------------------------------------------------------------------------------- /llvm-exec/main.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ise-uiuc/WhiteFox/HEAD/llvm-exec/main.py -------------------------------------------------------------------------------- /llvm-exec/source-code-data/llvm/llvm-func-body/0.cpp: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /llvm-exec/source-code-data/llvm/llvm-func-body/SCCPPass0.cpp: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /llvm-exec/utils.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ise-uiuc/WhiteFox/HEAD/llvm-exec/utils.py -------------------------------------------------------------------------------- /ollama_call.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ise-uiuc/WhiteFox/HEAD/ollama_call.py -------------------------------------------------------------------------------- /ollama_gen.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ise-uiuc/WhiteFox/HEAD/ollama_gen.py -------------------------------------------------------------------------------- /ollama_service.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ise-uiuc/WhiteFox/HEAD/ollama_service.py -------------------------------------------------------------------------------- /optim/tflite.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ise-uiuc/WhiteFox/HEAD/optim/tflite.json -------------------------------------------------------------------------------- /optim/tfxla.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ise-uiuc/WhiteFox/HEAD/optim/tfxla.json -------------------------------------------------------------------------------- /prompt_gen.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ise-uiuc/WhiteFox/HEAD/prompt_gen.py -------------------------------------------------------------------------------- /prompt_template.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ise-uiuc/WhiteFox/HEAD/prompt_template.py -------------------------------------------------------------------------------- /requirements.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ise-uiuc/WhiteFox/HEAD/requirements.txt -------------------------------------------------------------------------------- /starcoder-generated/torch-inductor-generated/step1/addmm/time.txt: -------------------------------------------------------------------------------- 1 | 9.128747463226318 -------------------------------------------------------------------------------- /starcoder-generated/torch-inductor-generated/step1/binary=0/time.txt: -------------------------------------------------------------------------------- 1 | 5.54403281211853 -------------------------------------------------------------------------------- /starcoder-generated/torch-inductor-generated/step1/binary=10/time.txt: -------------------------------------------------------------------------------- 1 | 5.178398370742798 -------------------------------------------------------------------------------- /starcoder-generated/torch-inductor-generated/step1/binary=2/time.txt: -------------------------------------------------------------------------------- 1 | 5.304229736328125 -------------------------------------------------------------------------------- /starcoder-generated/torch-inductor-generated/step1/binary=4/time.txt: -------------------------------------------------------------------------------- 1 | 4.9699928760528564 -------------------------------------------------------------------------------- /starcoder-generated/torch-inductor-generated/step1/binary=6/time.txt: -------------------------------------------------------------------------------- 1 | 5.970325708389282 -------------------------------------------------------------------------------- /starcoder-generated/torch-inductor-generated/step1/binary=8/time.txt: -------------------------------------------------------------------------------- 1 | 6.205678701400757 -------------------------------------------------------------------------------- /starcoder-generated/torch-inductor-generated/step1/binary_unary=0/time.txt: -------------------------------------------------------------------------------- 1 | 5.727303981781006 -------------------------------------------------------------------------------- /starcoder-generated/torch-inductor-generated/step1/binary_unary=10/time.txt: -------------------------------------------------------------------------------- 1 | 5.0582499504089355 -------------------------------------------------------------------------------- /starcoder-generated/torch-inductor-generated/step1/binary_unary=2/time.txt: -------------------------------------------------------------------------------- 1 | 32.31405735015869 -------------------------------------------------------------------------------- /starcoder-generated/torch-inductor-generated/step1/binary_unary=4/time.txt: -------------------------------------------------------------------------------- 1 | 6.838881492614746 -------------------------------------------------------------------------------- /starcoder-generated/torch-inductor-generated/step1/binary_unary=6/time.txt: -------------------------------------------------------------------------------- 1 | 5.6459410190582275 -------------------------------------------------------------------------------- /starcoder-generated/torch-inductor-generated/step1/binary_unary=8/time.txt: -------------------------------------------------------------------------------- 1 | 86.78747606277466 -------------------------------------------------------------------------------- /starcoder-generated/torch-inductor-generated/step1/cat_addmm/time.txt: -------------------------------------------------------------------------------- 1 | 20.601406574249268 -------------------------------------------------------------------------------- /starcoder-generated/torch-inductor-generated/step1/cat_mm/time.txt: -------------------------------------------------------------------------------- 1 | 10.28257942199707 -------------------------------------------------------------------------------- /starcoder-generated/torch-inductor-generated/step1/cat_slice_cat/time.txt: -------------------------------------------------------------------------------- 1 | 283.45733642578125 -------------------------------------------------------------------------------- /starcoder-generated/torch-inductor-generated/step1/fuse_conv_bn/time.txt: -------------------------------------------------------------------------------- 1 | 10.334933280944824 -------------------------------------------------------------------------------- /starcoder-generated/torch-inductor-generated/step1/mm_plus_mm/time.txt: -------------------------------------------------------------------------------- 1 | 28.702587366104126 -------------------------------------------------------------------------------- /starcoder-generated/torch-inductor-generated/step1/replace_fx/time.txt: -------------------------------------------------------------------------------- 1 | 12.624003648757935 -------------------------------------------------------------------------------- /starcoder-generated/torch-inductor-generated/step1/sfdp=0/time.txt: -------------------------------------------------------------------------------- 1 | 12.178708791732788 -------------------------------------------------------------------------------- /starcoder-generated/torch-inductor-generated/step1/sfdp=1/time.txt: -------------------------------------------------------------------------------- 1 | 10.671244621276855 -------------------------------------------------------------------------------- /starcoder-generated/torch-inductor-generated/step1/sfdp=2/time.txt: -------------------------------------------------------------------------------- 1 | 12.655743837356567 -------------------------------------------------------------------------------- /starcoder-generated/torch-inductor-generated/step1/sfdp=3/time.txt: -------------------------------------------------------------------------------- 1 | 14.858197212219238 -------------------------------------------------------------------------------- /starcoder-generated/torch-inductor-generated/step1/sfdp=4/time.txt: -------------------------------------------------------------------------------- 1 | 81.64567637443542 -------------------------------------------------------------------------------- /starcoder-generated/torch-inductor-generated/step1/sfdp=5/time.txt: -------------------------------------------------------------------------------- 1 | 14.202075958251953 -------------------------------------------------------------------------------- /starcoder-generated/torch-inductor-generated/step1/unary=0/time.txt: -------------------------------------------------------------------------------- 1 | 11.074110746383667 -------------------------------------------------------------------------------- /starcoder-generated/torch-inductor-generated/step1/unary=1/time.txt: -------------------------------------------------------------------------------- 1 | 15.448906898498535 -------------------------------------------------------------------------------- /starcoder-generated/torch-inductor-generated/step1/unary=10/time.txt: -------------------------------------------------------------------------------- 1 | 6.710318565368652 -------------------------------------------------------------------------------- /starcoder-generated/torch-inductor-generated/step1/unary=11/time.txt: -------------------------------------------------------------------------------- 1 | 5.957199335098267 -------------------------------------------------------------------------------- /starcoder-generated/torch-inductor-generated/step1/unary=12/time.txt: -------------------------------------------------------------------------------- 1 | 5.613121032714844 -------------------------------------------------------------------------------- /starcoder-generated/torch-inductor-generated/step1/unary=13/time.txt: -------------------------------------------------------------------------------- 1 | 5.863140344619751 -------------------------------------------------------------------------------- /starcoder-generated/torch-inductor-generated/step1/unary=14/time.txt: -------------------------------------------------------------------------------- 1 | 6.143980026245117 -------------------------------------------------------------------------------- /starcoder-generated/torch-inductor-generated/step1/unary=15/time.txt: -------------------------------------------------------------------------------- 1 | 7.122510194778442 -------------------------------------------------------------------------------- /starcoder-generated/torch-inductor-generated/step1/unary=16/time.txt: -------------------------------------------------------------------------------- 1 | 5.939768552780151 -------------------------------------------------------------------------------- /starcoder-generated/torch-inductor-generated/step1/unary=17/time.txt: -------------------------------------------------------------------------------- 1 | 5.732023239135742 -------------------------------------------------------------------------------- /starcoder-generated/torch-inductor-generated/step1/unary=18/time.txt: -------------------------------------------------------------------------------- 1 | 4.765236854553223 -------------------------------------------------------------------------------- /starcoder-generated/torch-inductor-generated/step1/unary=19/time.txt: -------------------------------------------------------------------------------- 1 | 4.752737283706665 -------------------------------------------------------------------------------- /starcoder-generated/torch-inductor-generated/step1/unary=2/time.txt: -------------------------------------------------------------------------------- 1 | 10.514629602432251 -------------------------------------------------------------------------------- /starcoder-generated/torch-inductor-generated/step1/unary=20/time.txt: -------------------------------------------------------------------------------- 1 | 5.51740574836731 -------------------------------------------------------------------------------- /starcoder-generated/torch-inductor-generated/step1/unary=21/time.txt: -------------------------------------------------------------------------------- 1 | 5.8551764488220215 -------------------------------------------------------------------------------- /starcoder-generated/torch-inductor-generated/step1/unary=22/time.txt: -------------------------------------------------------------------------------- 1 | 6.228127956390381 -------------------------------------------------------------------------------- /starcoder-generated/torch-inductor-generated/step1/unary=23/time.txt: -------------------------------------------------------------------------------- 1 | 5.6368513107299805 -------------------------------------------------------------------------------- /starcoder-generated/torch-inductor-generated/step1/unary=24/time.txt: -------------------------------------------------------------------------------- 1 | 13.155874729156494 -------------------------------------------------------------------------------- /starcoder-generated/torch-inductor-generated/step1/unary=25/time.txt: -------------------------------------------------------------------------------- 1 | 7.867058992385864 -------------------------------------------------------------------------------- /starcoder-generated/torch-inductor-generated/step1/unary=26/time.txt: -------------------------------------------------------------------------------- 1 | 6.964080572128296 -------------------------------------------------------------------------------- /starcoder-generated/torch-inductor-generated/step1/unary=27/time.txt: -------------------------------------------------------------------------------- 1 | 10.944613456726074 -------------------------------------------------------------------------------- /starcoder-generated/torch-inductor-generated/step1/unary=28/time.txt: -------------------------------------------------------------------------------- 1 | 3׳40702226C -------------------------------------------------------------------------------- /starcoder-generated/torch-inductor-generated/step1/unary=29/time.txt: -------------------------------------------------------------------------------- 1 | 8.96138882637024 -------------------------------------------------------------------------------- /starcoder-generated/torch-inductor-generated/step1/unary=3/time.txt: -------------------------------------------------------------------------------- 1 | 12.25856065750122 -------------------------------------------------------------------------------- /starcoder-generated/torch-inductor-generated/step1/unary=4/time.txt: -------------------------------------------------------------------------------- 1 | 6.195983409881592 -------------------------------------------------------------------------------- /starcoder-generated/torch-inductor-generated/step1/unary=5/time.txt: -------------------------------------------------------------------------------- 1 | 10.8271963596344 -------------------------------------------------------------------------------- /starcoder-generated/torch-inductor-generated/step1/unary=6/time.txt: -------------------------------------------------------------------------------- 1 | 7.324309587478638 -------------------------------------------------------------------------------- /starcoder-generated/torch-inductor-generated/step1/unary=7/time.txt: -------------------------------------------------------------------------------- 1 | 7.337659597396851 -------------------------------------------------------------------------------- /starcoder-generated/torch-inductor-generated/step1/unary=8/time.txt: -------------------------------------------------------------------------------- 1 | 7.497310161590576 -------------------------------------------------------------------------------- /starcoder-generated/torch-inductor-generated/step1/unary=9/time.txt: -------------------------------------------------------------------------------- 1 | 6.957489252090454 -------------------------------------------------------------------------------- /starcoder-generated/torch-inductor-generated/step10-3shot/addmm/time.txt: -------------------------------------------------------------------------------- 1 | 4.271196126937866 -------------------------------------------------------------------------------- /starcoder-generated/torch-inductor-generated/step10-3shot/binary=0/time.txt: -------------------------------------------------------------------------------- 1 | 7.891211032867432 -------------------------------------------------------------------------------- /starcoder-generated/torch-inductor-generated/step10-3shot/binary=10/time.txt: -------------------------------------------------------------------------------- 1 | 5.160849332809448 -------------------------------------------------------------------------------- /starcoder-generated/torch-inductor-generated/step10-3shot/binary=2/time.txt: -------------------------------------------------------------------------------- 1 | 5.463315963745117 -------------------------------------------------------------------------------- /starcoder-generated/torch-inductor-generated/step10-3shot/binary=4/time.txt: -------------------------------------------------------------------------------- 1 | 6.7779860496521 -------------------------------------------------------------------------------- /starcoder-generated/torch-inductor-generated/step10-3shot/binary=6/time.txt: -------------------------------------------------------------------------------- 1 | 13.391181468963623 -------------------------------------------------------------------------------- /starcoder-generated/torch-inductor-generated/step10-3shot/binary=8/time.txt: -------------------------------------------------------------------------------- 1 | 6.270079612731934 -------------------------------------------------------------------------------- /starcoder-generated/torch-inductor-generated/step10-3shot/cat_addmm/time.txt: -------------------------------------------------------------------------------- 1 | 9.155481815338135 -------------------------------------------------------------------------------- /starcoder-generated/torch-inductor-generated/step10-3shot/cat_mm/time.txt: -------------------------------------------------------------------------------- 1 | 5.3881144523620605 -------------------------------------------------------------------------------- /starcoder-generated/torch-inductor-generated/step10-3shot/sfdp=0/time.txt: -------------------------------------------------------------------------------- 1 | 17.03443455696106 -------------------------------------------------------------------------------- /starcoder-generated/torch-inductor-generated/step10-3shot/sfdp=1/time.txt: -------------------------------------------------------------------------------- 1 | 21.374430179595947 -------------------------------------------------------------------------------- /starcoder-generated/torch-inductor-generated/step10-3shot/sfdp=2/time.txt: -------------------------------------------------------------------------------- 1 | 17.349411487579346 -------------------------------------------------------------------------------- /starcoder-generated/torch-inductor-generated/step10-3shot/sfdp=3/time.txt: -------------------------------------------------------------------------------- 1 | 16.535750150680542 -------------------------------------------------------------------------------- /starcoder-generated/torch-inductor-generated/step10-3shot/sfdp=4/time.txt: -------------------------------------------------------------------------------- 1 | 29.296923637390137 -------------------------------------------------------------------------------- /starcoder-generated/torch-inductor-generated/step10-3shot/sfdp=5/time.txt: -------------------------------------------------------------------------------- 1 | 25.372777462005615 -------------------------------------------------------------------------------- /starcoder-generated/torch-inductor-generated/step10-3shot/unary=0/time.txt: -------------------------------------------------------------------------------- 1 | 11.431803464889526 -------------------------------------------------------------------------------- /starcoder-generated/torch-inductor-generated/step10-3shot/unary=1/time.txt: -------------------------------------------------------------------------------- 1 | 8.075446367263794 -------------------------------------------------------------------------------- /starcoder-generated/torch-inductor-generated/step10-3shot/unary=10/time.txt: -------------------------------------------------------------------------------- 1 | 6.0478997230529785 -------------------------------------------------------------------------------- /starcoder-generated/torch-inductor-generated/step10-3shot/unary=11/time.txt: -------------------------------------------------------------------------------- 1 | 7.059903860092163 -------------------------------------------------------------------------------- /starcoder-generated/torch-inductor-generated/step10-3shot/unary=12/time.txt: -------------------------------------------------------------------------------- 1 | 6.911391019821167 -------------------------------------------------------------------------------- /starcoder-generated/torch-inductor-generated/step10-3shot/unary=13/time.txt: -------------------------------------------------------------------------------- 1 | 5.697240114212036 -------------------------------------------------------------------------------- /starcoder-generated/torch-inductor-generated/step10-3shot/unary=14/time.txt: -------------------------------------------------------------------------------- 1 | 9.828757286071777 -------------------------------------------------------------------------------- /starcoder-generated/torch-inductor-generated/step10-3shot/unary=15/time.txt: -------------------------------------------------------------------------------- 1 | 6.838837146759033 -------------------------------------------------------------------------------- /starcoder-generated/torch-inductor-generated/step10-3shot/unary=16/time.txt: -------------------------------------------------------------------------------- 1 | 11.201047897338867 -------------------------------------------------------------------------------- /starcoder-generated/torch-inductor-generated/step10-3shot/unary=17/time.txt: -------------------------------------------------------------------------------- 1 | 8.732434749603271 -------------------------------------------------------------------------------- /starcoder-generated/torch-inductor-generated/step10-3shot/unary=18/time.txt: -------------------------------------------------------------------------------- 1 | 10.628677129745483 -------------------------------------------------------------------------------- /starcoder-generated/torch-inductor-generated/step10-3shot/unary=19/time.txt: -------------------------------------------------------------------------------- 1 | 5.162428855895996 -------------------------------------------------------------------------------- /starcoder-generated/torch-inductor-generated/step10-3shot/unary=2/time.txt: -------------------------------------------------------------------------------- 1 | 26.96562123298645 -------------------------------------------------------------------------------- /starcoder-generated/torch-inductor-generated/step10-3shot/unary=20/time.txt: -------------------------------------------------------------------------------- 1 | 27.582982063293457 -------------------------------------------------------------------------------- /starcoder-generated/torch-inductor-generated/step10-3shot/unary=21/time.txt: -------------------------------------------------------------------------------- 1 | 8.280771732330322 -------------------------------------------------------------------------------- /starcoder-generated/torch-inductor-generated/step10-3shot/unary=22/time.txt: -------------------------------------------------------------------------------- 1 | 4.1193320751190186 -------------------------------------------------------------------------------- /starcoder-generated/torch-inductor-generated/step10-3shot/unary=23/time.txt: -------------------------------------------------------------------------------- 1 | 5.658735275268555 -------------------------------------------------------------------------------- /starcoder-generated/torch-inductor-generated/step10-3shot/unary=24/time.txt: -------------------------------------------------------------------------------- 1 | 8.424978494644165 -------------------------------------------------------------------------------- /starcoder-generated/torch-inductor-generated/step10-3shot/unary=25/time.txt: -------------------------------------------------------------------------------- 1 | 6.2124505043029785 -------------------------------------------------------------------------------- /starcoder-generated/torch-inductor-generated/step10-3shot/unary=26/time.txt: -------------------------------------------------------------------------------- 1 | 8.033818483352661 -------------------------------------------------------------------------------- /starcoder-generated/torch-inductor-generated/step10-3shot/unary=27/time.txt: -------------------------------------------------------------------------------- 1 | 10.455739736557007 -------------------------------------------------------------------------------- /starcoder-generated/torch-inductor-generated/step10-3shot/unary=28/time.txt: -------------------------------------------------------------------------------- 1 | 7.6602442264556885 -------------------------------------------------------------------------------- /starcoder-generated/torch-inductor-generated/step10-3shot/unary=29/time.txt: -------------------------------------------------------------------------------- 1 | 9.015727043151855 -------------------------------------------------------------------------------- /starcoder-generated/torch-inductor-generated/step10-3shot/unary=3/time.txt: -------------------------------------------------------------------------------- 1 | 20.598576068878174 -------------------------------------------------------------------------------- /starcoder-generated/torch-inductor-generated/step10-3shot/unary=4/time.txt: -------------------------------------------------------------------------------- 1 | 6.753191947937012 -------------------------------------------------------------------------------- /starcoder-generated/torch-inductor-generated/step10-3shot/unary=5/time.txt: -------------------------------------------------------------------------------- 1 | 7.564534664154053 -------------------------------------------------------------------------------- /starcoder-generated/torch-inductor-generated/step10-3shot/unary=6/time.txt: -------------------------------------------------------------------------------- 1 | 7.631971836090088 -------------------------------------------------------------------------------- /starcoder-generated/torch-inductor-generated/step10-3shot/unary=7/time.txt: -------------------------------------------------------------------------------- 1 | 6.054468631744385 -------------------------------------------------------------------------------- /starcoder-generated/torch-inductor-generated/step10-3shot/unary=8/time.txt: -------------------------------------------------------------------------------- 1 | 10.007473230361938 -------------------------------------------------------------------------------- /starcoder-generated/torch-inductor-generated/step10-3shot/unary=9/time.txt: -------------------------------------------------------------------------------- 1 | 5.667622804641724 -------------------------------------------------------------------------------- /starcoder-generated/torch-inductor-generated/step100-3shot/addmm/time.txt: -------------------------------------------------------------------------------- 1 | 11.250285387039185 -------------------------------------------------------------------------------- /starcoder-generated/torch-inductor-generated/step100-3shot/binary=6/time.txt: -------------------------------------------------------------------------------- 1 | 5.597643613815308 -------------------------------------------------------------------------------- /starcoder-generated/torch-inductor-generated/step100-3shot/binary=8/time.txt: -------------------------------------------------------------------------------- 1 | 9.992706775665283 -------------------------------------------------------------------------------- /starcoder-generated/torch-inductor-generated/step100-3shot/cat_mm/time.txt: -------------------------------------------------------------------------------- 1 | 245.56413578987122 -------------------------------------------------------------------------------- /starcoder-generated/torch-inductor-generated/step100-3shot/sfdp=0/time.txt: -------------------------------------------------------------------------------- 1 | 6.864322185516357 -------------------------------------------------------------------------------- /starcoder-generated/torch-inductor-generated/step100-3shot/sfdp=1/time.txt: -------------------------------------------------------------------------------- 1 | 18.764456510543823 -------------------------------------------------------------------------------- /starcoder-generated/torch-inductor-generated/step100-3shot/sfdp=2/time.txt: -------------------------------------------------------------------------------- 1 | 11.390784978866577 -------------------------------------------------------------------------------- /starcoder-generated/torch-inductor-generated/step100-3shot/sfdp=3/time.txt: -------------------------------------------------------------------------------- 1 | 14.667176723480225 -------------------------------------------------------------------------------- /starcoder-generated/torch-inductor-generated/step100-3shot/sfdp=4/time.txt: -------------------------------------------------------------------------------- 1 | 9.288074731826782 -------------------------------------------------------------------------------- /starcoder-generated/torch-inductor-generated/step100-3shot/sfdp=5/time.txt: -------------------------------------------------------------------------------- 1 | 10.733400583267212 -------------------------------------------------------------------------------- /starcoder-generated/torch-inductor-generated/step100-3shot/unary=0/time.txt: -------------------------------------------------------------------------------- 1 | 13.316805601119995 -------------------------------------------------------------------------------- /starcoder-generated/torch-inductor-generated/step100-3shot/unary=1/time.txt: -------------------------------------------------------------------------------- 1 | 8.034491777420044 -------------------------------------------------------------------------------- /starcoder-generated/torch-inductor-generated/step100-3shot/unary=10/time.txt: -------------------------------------------------------------------------------- 1 | 6.238271951675415 -------------------------------------------------------------------------------- /starcoder-generated/torch-inductor-generated/step100-3shot/unary=11/time.txt: -------------------------------------------------------------------------------- 1 | 7.700995922088623 -------------------------------------------------------------------------------- /starcoder-generated/torch-inductor-generated/step100-3shot/unary=12/time.txt: -------------------------------------------------------------------------------- 1 | 9.192776203155518 -------------------------------------------------------------------------------- /starcoder-generated/torch-inductor-generated/step100-3shot/unary=13/time.txt: -------------------------------------------------------------------------------- 1 | 5.451750755310059 -------------------------------------------------------------------------------- /starcoder-generated/torch-inductor-generated/step100-3shot/unary=14/time.txt: -------------------------------------------------------------------------------- 1 | 9.025573253631592 -------------------------------------------------------------------------------- /starcoder-generated/torch-inductor-generated/step100-3shot/unary=15/time.txt: -------------------------------------------------------------------------------- 1 | 17.40709090232849 -------------------------------------------------------------------------------- /starcoder-generated/torch-inductor-generated/step100-3shot/unary=16/time.txt: -------------------------------------------------------------------------------- 1 | 4.687954425811768 -------------------------------------------------------------------------------- /starcoder-generated/torch-inductor-generated/step100-3shot/unary=18/time.txt: -------------------------------------------------------------------------------- 1 | 9.626084327697754 -------------------------------------------------------------------------------- /starcoder-generated/torch-inductor-generated/step100-3shot/unary=19/time.txt: -------------------------------------------------------------------------------- 1 | 4.594284772872925 -------------------------------------------------------------------------------- /starcoder-generated/torch-inductor-generated/step100-3shot/unary=2/time.txt: -------------------------------------------------------------------------------- 1 | 10.25197458267212 -------------------------------------------------------------------------------- /starcoder-generated/torch-inductor-generated/step100-3shot/unary=20/time.txt: -------------------------------------------------------------------------------- 1 | 7.395550727844238 -------------------------------------------------------------------------------- /starcoder-generated/torch-inductor-generated/step100-3shot/unary=21/time.txt: -------------------------------------------------------------------------------- 1 | 8.553154945373535 -------------------------------------------------------------------------------- /starcoder-generated/torch-inductor-generated/step100-3shot/unary=22/time.txt: -------------------------------------------------------------------------------- 1 | 4.173197984695435 -------------------------------------------------------------------------------- /starcoder-generated/torch-inductor-generated/step100-3shot/unary=23/time.txt: -------------------------------------------------------------------------------- 1 | 4.98628044128418 -------------------------------------------------------------------------------- /starcoder-generated/torch-inductor-generated/step100-3shot/unary=24/time.txt: -------------------------------------------------------------------------------- 1 | 6.328901290893555 -------------------------------------------------------------------------------- /starcoder-generated/torch-inductor-generated/step100-3shot/unary=25/time.txt: -------------------------------------------------------------------------------- 1 | 7.486303806304932 -------------------------------------------------------------------------------- /starcoder-generated/torch-inductor-generated/step100-3shot/unary=27/time.txt: -------------------------------------------------------------------------------- 1 | 6.968459844589233 -------------------------------------------------------------------------------- /starcoder-generated/torch-inductor-generated/step100-3shot/unary=28/time.txt: -------------------------------------------------------------------------------- 1 | 6.332398891448975 -------------------------------------------------------------------------------- /starcoder-generated/torch-inductor-generated/step100-3shot/unary=3/time.txt: -------------------------------------------------------------------------------- 1 | 26.265575885772705 -------------------------------------------------------------------------------- /starcoder-generated/torch-inductor-generated/step100-3shot/unary=4/time.txt: -------------------------------------------------------------------------------- 1 | 6.927256107330322 -------------------------------------------------------------------------------- /starcoder-generated/torch-inductor-generated/step100-3shot/unary=5/time.txt: -------------------------------------------------------------------------------- 1 | 7.8583221435546875 -------------------------------------------------------------------------------- /starcoder-generated/torch-inductor-generated/step100-3shot/unary=6/time.txt: -------------------------------------------------------------------------------- 1 | 8.196240901947021 -------------------------------------------------------------------------------- /starcoder-generated/torch-inductor-generated/step100-3shot/unary=7/time.txt: -------------------------------------------------------------------------------- 1 | 7.077658176422119 -------------------------------------------------------------------------------- /starcoder-generated/torch-inductor-generated/step100-3shot/unary=8/time.txt: -------------------------------------------------------------------------------- 1 | 93.37016367912292 -------------------------------------------------------------------------------- /starcoder-generated/torch-inductor-generated/step100-3shot/unary=9/time.txt: -------------------------------------------------------------------------------- 1 | 6.557918310165405 -------------------------------------------------------------------------------- /starcoder-generated/torch-inductor-generated/step11-3shot/addmm/time.txt: -------------------------------------------------------------------------------- 1 | 4.72560715675354 -------------------------------------------------------------------------------- /starcoder-generated/torch-inductor-generated/step11-3shot/binary=0/time.txt: -------------------------------------------------------------------------------- 1 | 5.331753730773926 -------------------------------------------------------------------------------- /starcoder-generated/torch-inductor-generated/step11-3shot/binary=10/time.txt: -------------------------------------------------------------------------------- 1 | 5.039259433746338 -------------------------------------------------------------------------------- /starcoder-generated/torch-inductor-generated/step11-3shot/binary=2/time.txt: -------------------------------------------------------------------------------- 1 | 4.670866012573242 -------------------------------------------------------------------------------- /starcoder-generated/torch-inductor-generated/step11-3shot/binary=4/time.txt: -------------------------------------------------------------------------------- 1 | 5.820698261260986 -------------------------------------------------------------------------------- /starcoder-generated/torch-inductor-generated/step11-3shot/binary=6/time.txt: -------------------------------------------------------------------------------- 1 | 6.472168207168579 -------------------------------------------------------------------------------- /starcoder-generated/torch-inductor-generated/step11-3shot/binary=8/time.txt: -------------------------------------------------------------------------------- 1 | 6.047091722488403 -------------------------------------------------------------------------------- /starcoder-generated/torch-inductor-generated/step11-3shot/cat_addmm/time.txt: -------------------------------------------------------------------------------- 1 | 9.714510679244995 -------------------------------------------------------------------------------- /starcoder-generated/torch-inductor-generated/step11-3shot/cat_mm/time.txt: -------------------------------------------------------------------------------- 1 | 4.659650564193726 -------------------------------------------------------------------------------- /starcoder-generated/torch-inductor-generated/step11-3shot/sfdp=0/time.txt: -------------------------------------------------------------------------------- 1 | 6.355274438858032 -------------------------------------------------------------------------------- /starcoder-generated/torch-inductor-generated/step11-3shot/sfdp=1/time.txt: -------------------------------------------------------------------------------- 1 | 22.040897130966187 -------------------------------------------------------------------------------- /starcoder-generated/torch-inductor-generated/step11-3shot/sfdp=2/time.txt: -------------------------------------------------------------------------------- 1 | 13.093545198440552 -------------------------------------------------------------------------------- /starcoder-generated/torch-inductor-generated/step11-3shot/sfdp=3/time.txt: -------------------------------------------------------------------------------- 1 | 10.161587953567505 -------------------------------------------------------------------------------- /starcoder-generated/torch-inductor-generated/step11-3shot/sfdp=4/time.txt: -------------------------------------------------------------------------------- 1 | 32.274672985076904 -------------------------------------------------------------------------------- /starcoder-generated/torch-inductor-generated/step11-3shot/sfdp=5/time.txt: -------------------------------------------------------------------------------- 1 | 14.001150131225586 -------------------------------------------------------------------------------- /starcoder-generated/torch-inductor-generated/step11-3shot/unary=0/time.txt: -------------------------------------------------------------------------------- 1 | 14.995719909667969 -------------------------------------------------------------------------------- /starcoder-generated/torch-inductor-generated/step11-3shot/unary=1/time.txt: -------------------------------------------------------------------------------- 1 | 8.618418216705322 -------------------------------------------------------------------------------- /starcoder-generated/torch-inductor-generated/step11-3shot/unary=10/time.txt: -------------------------------------------------------------------------------- 1 | 13.72163987159729 -------------------------------------------------------------------------------- /starcoder-generated/torch-inductor-generated/step11-3shot/unary=11/time.txt: -------------------------------------------------------------------------------- 1 | 11.224468231201172 -------------------------------------------------------------------------------- /starcoder-generated/torch-inductor-generated/step11-3shot/unary=12/time.txt: -------------------------------------------------------------------------------- 1 | 15.453490734100342 -------------------------------------------------------------------------------- /starcoder-generated/torch-inductor-generated/step11-3shot/unary=13/time.txt: -------------------------------------------------------------------------------- 1 | 5.7781689167022705 -------------------------------------------------------------------------------- /starcoder-generated/torch-inductor-generated/step11-3shot/unary=14/time.txt: -------------------------------------------------------------------------------- 1 | 9.679870128631592 -------------------------------------------------------------------------------- /starcoder-generated/torch-inductor-generated/step11-3shot/unary=15/time.txt: -------------------------------------------------------------------------------- 1 | 7.126483917236328 -------------------------------------------------------------------------------- /starcoder-generated/torch-inductor-generated/step11-3shot/unary=16/time.txt: -------------------------------------------------------------------------------- 1 | 5.109860420227051 -------------------------------------------------------------------------------- /starcoder-generated/torch-inductor-generated/step11-3shot/unary=17/time.txt: -------------------------------------------------------------------------------- 1 | 7.008110046386719 -------------------------------------------------------------------------------- /starcoder-generated/torch-inductor-generated/step11-3shot/unary=18/time.txt: -------------------------------------------------------------------------------- 1 | 25.629646062850952 -------------------------------------------------------------------------------- /starcoder-generated/torch-inductor-generated/step11-3shot/unary=19/time.txt: -------------------------------------------------------------------------------- 1 | 4.835974931716919 -------------------------------------------------------------------------------- /starcoder-generated/torch-inductor-generated/step11-3shot/unary=2/time.txt: -------------------------------------------------------------------------------- 1 | 15.056832313537598 -------------------------------------------------------------------------------- /starcoder-generated/torch-inductor-generated/step11-3shot/unary=20/time.txt: -------------------------------------------------------------------------------- 1 | 11.219803094863892 -------------------------------------------------------------------------------- /starcoder-generated/torch-inductor-generated/step11-3shot/unary=21/time.txt: -------------------------------------------------------------------------------- 1 | 7.72021484375 -------------------------------------------------------------------------------- /starcoder-generated/torch-inductor-generated/step11-3shot/unary=22/time.txt: -------------------------------------------------------------------------------- 1 | 4.581658840179443 -------------------------------------------------------------------------------- /starcoder-generated/torch-inductor-generated/step11-3shot/unary=23/unary=23_5.py: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /starcoder-generated/torch-inductor-generated/step11-3shot/unary=24/time.txt: -------------------------------------------------------------------------------- 1 | 7.869710445404053 -------------------------------------------------------------------------------- /starcoder-generated/torch-inductor-generated/step11-3shot/unary=25/time.txt: -------------------------------------------------------------------------------- 1 | 6.178167343139648 -------------------------------------------------------------------------------- /starcoder-generated/torch-inductor-generated/step11-3shot/unary=26/time.txt: -------------------------------------------------------------------------------- 1 | 6.4776012897491455 -------------------------------------------------------------------------------- /starcoder-generated/torch-inductor-generated/step11-3shot/unary=27/time.txt: -------------------------------------------------------------------------------- 1 | 7.188604354858398 -------------------------------------------------------------------------------- /starcoder-generated/torch-inductor-generated/step11-3shot/unary=28/time.txt: -------------------------------------------------------------------------------- 1 | 6.926691293716431 -------------------------------------------------------------------------------- /starcoder-generated/torch-inductor-generated/step11-3shot/unary=29/time.txt: -------------------------------------------------------------------------------- 1 | 9.793320655822754 -------------------------------------------------------------------------------- /starcoder-generated/torch-inductor-generated/step11-3shot/unary=3/time.txt: -------------------------------------------------------------------------------- 1 | 20.97358465194702 -------------------------------------------------------------------------------- /starcoder-generated/torch-inductor-generated/step11-3shot/unary=4/time.txt: -------------------------------------------------------------------------------- 1 | 7.032808065414429 -------------------------------------------------------------------------------- /starcoder-generated/torch-inductor-generated/step11-3shot/unary=5/time.txt: -------------------------------------------------------------------------------- 1 | 8.221850872039795 -------------------------------------------------------------------------------- /starcoder-generated/torch-inductor-generated/step11-3shot/unary=6/time.txt: -------------------------------------------------------------------------------- 1 | 6.824296236038208 -------------------------------------------------------------------------------- /starcoder-generated/torch-inductor-generated/step11-3shot/unary=7/time.txt: -------------------------------------------------------------------------------- 1 | 6.591732025146484 -------------------------------------------------------------------------------- /starcoder-generated/torch-inductor-generated/step11-3shot/unary=8/time.txt: -------------------------------------------------------------------------------- 1 | 7.710663080215454 -------------------------------------------------------------------------------- /starcoder-generated/torch-inductor-generated/step11-3shot/unary=9/time.txt: -------------------------------------------------------------------------------- 1 | 6.648232698440552 -------------------------------------------------------------------------------- /starcoder-generated/torch-inductor-generated/step12-3shot/addmm/time.txt: -------------------------------------------------------------------------------- 1 | 5.196489095687866 -------------------------------------------------------------------------------- /starcoder-generated/torch-inductor-generated/step12-3shot/binary=0/time.txt: -------------------------------------------------------------------------------- 1 | 5.891317129135132 -------------------------------------------------------------------------------- /starcoder-generated/torch-inductor-generated/step12-3shot/binary=10/time.txt: -------------------------------------------------------------------------------- 1 | 6.143628358840942 -------------------------------------------------------------------------------- /starcoder-generated/torch-inductor-generated/step12-3shot/binary=2/time.txt: -------------------------------------------------------------------------------- 1 | 14.27885127067566 -------------------------------------------------------------------------------- /starcoder-generated/torch-inductor-generated/step12-3shot/binary=4/time.txt: -------------------------------------------------------------------------------- 1 | 5.202555894851685 -------------------------------------------------------------------------------- /starcoder-generated/torch-inductor-generated/step12-3shot/binary=6/time.txt: -------------------------------------------------------------------------------- 1 | 5.480536699295044 -------------------------------------------------------------------------------- /starcoder-generated/torch-inductor-generated/step12-3shot/binary=8/time.txt: -------------------------------------------------------------------------------- 1 | 7.310191869735718 -------------------------------------------------------------------------------- /starcoder-generated/torch-inductor-generated/step12-3shot/cat_addmm/time.txt: -------------------------------------------------------------------------------- 1 | 9.001613140106201 -------------------------------------------------------------------------------- /starcoder-generated/torch-inductor-generated/step12-3shot/cat_mm/time.txt: -------------------------------------------------------------------------------- 1 | 4.183243036270142 -------------------------------------------------------------------------------- /starcoder-generated/torch-inductor-generated/step12-3shot/sfdp=0/time.txt: -------------------------------------------------------------------------------- 1 | 7.3055970668792725 -------------------------------------------------------------------------------- /starcoder-generated/torch-inductor-generated/step12-3shot/sfdp=1/time.txt: -------------------------------------------------------------------------------- 1 | 28.217994928359985 -------------------------------------------------------------------------------- /starcoder-generated/torch-inductor-generated/step12-3shot/sfdp=2/time.txt: -------------------------------------------------------------------------------- 1 | 18.04378366470337 -------------------------------------------------------------------------------- /starcoder-generated/torch-inductor-generated/step12-3shot/sfdp=3/time.txt: -------------------------------------------------------------------------------- 1 | 23.269994735717773 -------------------------------------------------------------------------------- /starcoder-generated/torch-inductor-generated/step12-3shot/sfdp=4/time.txt: -------------------------------------------------------------------------------- 1 | 13.692444086074829 -------------------------------------------------------------------------------- /starcoder-generated/torch-inductor-generated/step12-3shot/sfdp=5/time.txt: -------------------------------------------------------------------------------- 1 | 30.21853017807007 -------------------------------------------------------------------------------- /starcoder-generated/torch-inductor-generated/step12-3shot/unary=0/time.txt: -------------------------------------------------------------------------------- 1 | 25.440279722213745 -------------------------------------------------------------------------------- /starcoder-generated/torch-inductor-generated/step12-3shot/unary=1/time.txt: -------------------------------------------------------------------------------- 1 | 12.357189893722534 -------------------------------------------------------------------------------- /starcoder-generated/torch-inductor-generated/step12-3shot/unary=10/time.txt: -------------------------------------------------------------------------------- 1 | 6.144119024276733 -------------------------------------------------------------------------------- /starcoder-generated/torch-inductor-generated/step12-3shot/unary=11/time.txt: -------------------------------------------------------------------------------- 1 | 6.600064754486084 -------------------------------------------------------------------------------- /starcoder-generated/torch-inductor-generated/step12-3shot/unary=12/time.txt: -------------------------------------------------------------------------------- 1 | 8.903563499450684 -------------------------------------------------------------------------------- /starcoder-generated/torch-inductor-generated/step12-3shot/unary=13/time.txt: -------------------------------------------------------------------------------- 1 | 5.392202138900757 -------------------------------------------------------------------------------- /starcoder-generated/torch-inductor-generated/step12-3shot/unary=14/time.txt: -------------------------------------------------------------------------------- 1 | 11.50896406173706 -------------------------------------------------------------------------------- /starcoder-generated/torch-inductor-generated/step12-3shot/unary=15/time.txt: -------------------------------------------------------------------------------- 1 | 10.225180387496948 -------------------------------------------------------------------------------- /starcoder-generated/torch-inductor-generated/step12-3shot/unary=16/time.txt: -------------------------------------------------------------------------------- 1 | 6.72369384765625 -------------------------------------------------------------------------------- /starcoder-generated/torch-inductor-generated/step12-3shot/unary=17/time.txt: -------------------------------------------------------------------------------- 1 | 11.598170757293701 -------------------------------------------------------------------------------- /starcoder-generated/torch-inductor-generated/step12-3shot/unary=18/time.txt: -------------------------------------------------------------------------------- 1 | 15.414127826690674 -------------------------------------------------------------------------------- /starcoder-generated/torch-inductor-generated/step12-3shot/unary=19/time.txt: -------------------------------------------------------------------------------- 1 | 9.99071979522705 -------------------------------------------------------------------------------- /starcoder-generated/torch-inductor-generated/step12-3shot/unary=2/time.txt: -------------------------------------------------------------------------------- 1 | 17.618144273757935 -------------------------------------------------------------------------------- /starcoder-generated/torch-inductor-generated/step12-3shot/unary=20/time.txt: -------------------------------------------------------------------------------- 1 | 20.588011980056763 -------------------------------------------------------------------------------- /starcoder-generated/torch-inductor-generated/step12-3shot/unary=21/time.txt: -------------------------------------------------------------------------------- 1 | 16.478630781173706 -------------------------------------------------------------------------------- /starcoder-generated/torch-inductor-generated/step12-3shot/unary=22/time.txt: -------------------------------------------------------------------------------- 1 | 4.714294195175171 -------------------------------------------------------------------------------- /starcoder-generated/torch-inductor-generated/step12-3shot/unary=23/time.txt: -------------------------------------------------------------------------------- 1 | 6.1157989501953125 -------------------------------------------------------------------------------- /starcoder-generated/torch-inductor-generated/step12-3shot/unary=24/time.txt: -------------------------------------------------------------------------------- 1 | 9.220322370529175 -------------------------------------------------------------------------------- /starcoder-generated/torch-inductor-generated/step12-3shot/unary=25/time.txt: -------------------------------------------------------------------------------- 1 | 6.788517236709595 -------------------------------------------------------------------------------- /starcoder-generated/torch-inductor-generated/step12-3shot/unary=26/time.txt: -------------------------------------------------------------------------------- 1 | 7.922567367553711 -------------------------------------------------------------------------------- /starcoder-generated/torch-inductor-generated/step12-3shot/unary=27/time.txt: -------------------------------------------------------------------------------- 1 | 8.639013767242432 -------------------------------------------------------------------------------- /starcoder-generated/torch-inductor-generated/step12-3shot/unary=28/time.txt: -------------------------------------------------------------------------------- 1 | 6.4412572383880615 -------------------------------------------------------------------------------- /starcoder-generated/torch-inductor-generated/step12-3shot/unary=29/time.txt: -------------------------------------------------------------------------------- 1 | 8.38897705078125 -------------------------------------------------------------------------------- /starcoder-generated/torch-inductor-generated/step12-3shot/unary=3/time.txt: -------------------------------------------------------------------------------- 1 | 284.2083201408386 -------------------------------------------------------------------------------- /starcoder-generated/torch-inductor-generated/step12-3shot/unary=4/time.txt: -------------------------------------------------------------------------------- 1 | 6.756302356719971 -------------------------------------------------------------------------------- /starcoder-generated/torch-inductor-generated/step12-3shot/unary=5/time.txt: -------------------------------------------------------------------------------- 1 | 9.79942274093628 -------------------------------------------------------------------------------- /starcoder-generated/torch-inductor-generated/step12-3shot/unary=6/time.txt: -------------------------------------------------------------------------------- 1 | 8.440927743911743 -------------------------------------------------------------------------------- /starcoder-generated/torch-inductor-generated/step12-3shot/unary=7/time.txt: -------------------------------------------------------------------------------- 1 | 11.895590543746948 -------------------------------------------------------------------------------- /starcoder-generated/torch-inductor-generated/step12-3shot/unary=8/time.txt: -------------------------------------------------------------------------------- 1 | 8.65232539176941 -------------------------------------------------------------------------------- /starcoder-generated/torch-inductor-generated/step12-3shot/unary=9/time.txt: -------------------------------------------------------------------------------- 1 | 6.210329294204712 -------------------------------------------------------------------------------- /starcoder-generated/torch-inductor-generated/step13-3shot/addmm/time.txt: -------------------------------------------------------------------------------- 1 | 6.858197450637817 -------------------------------------------------------------------------------- /starcoder-generated/torch-inductor-generated/step13-3shot/binary=0/time.txt: -------------------------------------------------------------------------------- 1 | 17.18520474433899 -------------------------------------------------------------------------------- /starcoder-generated/torch-inductor-generated/step13-3shot/binary=10/time.txt: -------------------------------------------------------------------------------- 1 | 6.509140729904175 -------------------------------------------------------------------------------- /starcoder-generated/torch-inductor-generated/step13-3shot/binary=2/time.txt: -------------------------------------------------------------------------------- 1 | 4.995102643966675 -------------------------------------------------------------------------------- /starcoder-generated/torch-inductor-generated/step13-3shot/binary=4/time.txt: -------------------------------------------------------------------------------- 1 | 27.49306893348694 -------------------------------------------------------------------------------- /starcoder-generated/torch-inductor-generated/step13-3shot/binary=6/time.txt: -------------------------------------------------------------------------------- 1 | 5.458479881286621 -------------------------------------------------------------------------------- /starcoder-generated/torch-inductor-generated/step13-3shot/binary=8/time.txt: -------------------------------------------------------------------------------- 1 | 10.600177764892578 -------------------------------------------------------------------------------- /starcoder-generated/torch-inductor-generated/step13-3shot/cat_mm/time.txt: -------------------------------------------------------------------------------- 1 | 7.507298707962036 -------------------------------------------------------------------------------- /starcoder-generated/torch-inductor-generated/step13-3shot/replace_fx/time.txt: -------------------------------------------------------------------------------- 1 | 6.17077898979187 -------------------------------------------------------------------------------- /starcoder-generated/torch-inductor-generated/step13-3shot/sfdp=0/time.txt: -------------------------------------------------------------------------------- 1 | 7.053764343261719 -------------------------------------------------------------------------------- /starcoder-generated/torch-inductor-generated/step13-3shot/sfdp=1/time.txt: -------------------------------------------------------------------------------- 1 | 24.223680019378662 -------------------------------------------------------------------------------- /starcoder-generated/torch-inductor-generated/step13-3shot/sfdp=2/time.txt: -------------------------------------------------------------------------------- 1 | 19.159834384918213 -------------------------------------------------------------------------------- /starcoder-generated/torch-inductor-generated/step13-3shot/sfdp=3/time.txt: -------------------------------------------------------------------------------- 1 | 13.094389915466309 -------------------------------------------------------------------------------- /starcoder-generated/torch-inductor-generated/step13-3shot/sfdp=4/time.txt: -------------------------------------------------------------------------------- 1 | 20.76631474494934 -------------------------------------------------------------------------------- /starcoder-generated/torch-inductor-generated/step13-3shot/sfdp=5/time.txt: -------------------------------------------------------------------------------- 1 | 33.49600076675415 -------------------------------------------------------------------------------- /starcoder-generated/torch-inductor-generated/step13-3shot/unary=0/time.txt: -------------------------------------------------------------------------------- 1 | 11.504610061645508 -------------------------------------------------------------------------------- /starcoder-generated/torch-inductor-generated/step13-3shot/unary=1/time.txt: -------------------------------------------------------------------------------- 1 | 8.750415563583374 -------------------------------------------------------------------------------- /starcoder-generated/torch-inductor-generated/step13-3shot/unary=10/time.txt: -------------------------------------------------------------------------------- 1 | 6.137838125228882 -------------------------------------------------------------------------------- /starcoder-generated/torch-inductor-generated/step13-3shot/unary=11/time.txt: -------------------------------------------------------------------------------- 1 | 10.517185688018799 -------------------------------------------------------------------------------- /starcoder-generated/torch-inductor-generated/step13-3shot/unary=12/time.txt: -------------------------------------------------------------------------------- 1 | 5.404475688934326 -------------------------------------------------------------------------------- /starcoder-generated/torch-inductor-generated/step13-3shot/unary=13/time.txt: -------------------------------------------------------------------------------- 1 | 5.368548631668091 -------------------------------------------------------------------------------- /starcoder-generated/torch-inductor-generated/step13-3shot/unary=14/time.txt: -------------------------------------------------------------------------------- 1 | 5.223618745803833 -------------------------------------------------------------------------------- /starcoder-generated/torch-inductor-generated/step13-3shot/unary=15/time.txt: -------------------------------------------------------------------------------- 1 | 17.165440320968628 -------------------------------------------------------------------------------- /starcoder-generated/torch-inductor-generated/step13-3shot/unary=16/time.txt: -------------------------------------------------------------------------------- 1 | 5.844645738601685 -------------------------------------------------------------------------------- /starcoder-generated/torch-inductor-generated/step13-3shot/unary=17/time.txt: -------------------------------------------------------------------------------- 1 | 6.633566379547119 -------------------------------------------------------------------------------- /starcoder-generated/torch-inductor-generated/step13-3shot/unary=18/time.txt: -------------------------------------------------------------------------------- 1 | 7.850536584854126 -------------------------------------------------------------------------------- /starcoder-generated/torch-inductor-generated/step13-3shot/unary=19/time.txt: -------------------------------------------------------------------------------- 1 | 4.594367980957031 -------------------------------------------------------------------------------- /starcoder-generated/torch-inductor-generated/step13-3shot/unary=2/time.txt: -------------------------------------------------------------------------------- 1 | 14.597911357879639 -------------------------------------------------------------------------------- /starcoder-generated/torch-inductor-generated/step13-3shot/unary=20/time.txt: -------------------------------------------------------------------------------- 1 | 5.307116508483887 -------------------------------------------------------------------------------- /starcoder-generated/torch-inductor-generated/step13-3shot/unary=20/unary=20_5.py: -------------------------------------------------------------------------------- 1 | 2 | 3 | -------------------------------------------------------------------------------- /starcoder-generated/torch-inductor-generated/step13-3shot/unary=21/time.txt: -------------------------------------------------------------------------------- 1 | 4.954955101013184 -------------------------------------------------------------------------------- /starcoder-generated/torch-inductor-generated/step13-3shot/unary=22/time.txt: -------------------------------------------------------------------------------- 1 | 6.922890663146973 -------------------------------------------------------------------------------- /starcoder-generated/torch-inductor-generated/step13-3shot/unary=23/time.txt: -------------------------------------------------------------------------------- 1 | 5.275354385375977 -------------------------------------------------------------------------------- /starcoder-generated/torch-inductor-generated/step13-3shot/unary=24/time.txt: -------------------------------------------------------------------------------- 1 | 9.317116260528564 -------------------------------------------------------------------------------- /starcoder-generated/torch-inductor-generated/step13-3shot/unary=25/time.txt: -------------------------------------------------------------------------------- 1 | 6.615978956222534 -------------------------------------------------------------------------------- /starcoder-generated/torch-inductor-generated/step13-3shot/unary=26/time.txt: -------------------------------------------------------------------------------- 1 | 6.872381687164307 -------------------------------------------------------------------------------- /starcoder-generated/torch-inductor-generated/step13-3shot/unary=27/time.txt: -------------------------------------------------------------------------------- 1 | 8.032848358154297 -------------------------------------------------------------------------------- /starcoder-generated/torch-inductor-generated/step13-3shot/unary=28/time.txt: -------------------------------------------------------------------------------- 1 | 6.778439283370972 -------------------------------------------------------------------------------- /starcoder-generated/torch-inductor-generated/step13-3shot/unary=29/time.txt: -------------------------------------------------------------------------------- 1 | 13.683363914489746 -------------------------------------------------------------------------------- /starcoder-generated/torch-inductor-generated/step13-3shot/unary=3/time.txt: -------------------------------------------------------------------------------- 1 | 15.635474681854248 -------------------------------------------------------------------------------- /starcoder-generated/torch-inductor-generated/step13-3shot/unary=4/time.txt: -------------------------------------------------------------------------------- 1 | 7.452812671661377 -------------------------------------------------------------------------------- /starcoder-generated/torch-inductor-generated/step13-3shot/unary=5/time.txt: -------------------------------------------------------------------------------- 1 | 10.970514297485352 -------------------------------------------------------------------------------- /starcoder-generated/torch-inductor-generated/step13-3shot/unary=6/time.txt: -------------------------------------------------------------------------------- 1 | 7.802365303039551 -------------------------------------------------------------------------------- /starcoder-generated/torch-inductor-generated/step13-3shot/unary=7/time.txt: -------------------------------------------------------------------------------- 1 | 5.663288116455078 -------------------------------------------------------------------------------- /starcoder-generated/torch-inductor-generated/step13-3shot/unary=8/time.txt: -------------------------------------------------------------------------------- 1 | 7.309812307357788 -------------------------------------------------------------------------------- /starcoder-generated/torch-inductor-generated/step13-3shot/unary=9/time.txt: -------------------------------------------------------------------------------- 1 | 5.550543785095215 -------------------------------------------------------------------------------- /starcoder-generated/torch-inductor-generated/step14-3shot/addmm/time.txt: -------------------------------------------------------------------------------- 1 | 6.253036975860596 -------------------------------------------------------------------------------- /starcoder-generated/torch-inductor-generated/step14-3shot/binary=0/time.txt: -------------------------------------------------------------------------------- 1 | 6.5790855884552 -------------------------------------------------------------------------------- /starcoder-generated/torch-inductor-generated/step14-3shot/binary=10/time.txt: -------------------------------------------------------------------------------- 1 | 5.360053062438965 -------------------------------------------------------------------------------- /starcoder-generated/torch-inductor-generated/step14-3shot/binary=2/time.txt: -------------------------------------------------------------------------------- 1 | 5.110347270965576 -------------------------------------------------------------------------------- /starcoder-generated/torch-inductor-generated/step14-3shot/binary=4/time.txt: -------------------------------------------------------------------------------- 1 | 7.855925798416138 -------------------------------------------------------------------------------- /starcoder-generated/torch-inductor-generated/step14-3shot/binary=6/time.txt: -------------------------------------------------------------------------------- 1 | 5.244346380233765 -------------------------------------------------------------------------------- /starcoder-generated/torch-inductor-generated/step14-3shot/binary=8/time.txt: -------------------------------------------------------------------------------- 1 | 5.8717029094696045 -------------------------------------------------------------------------------- /starcoder-generated/torch-inductor-generated/step14-3shot/cat_mm/time.txt: -------------------------------------------------------------------------------- 1 | 5.441643714904785 -------------------------------------------------------------------------------- /starcoder-generated/torch-inductor-generated/step14-3shot/replace_fx/time.txt: -------------------------------------------------------------------------------- 1 | 5.18362021446228 -------------------------------------------------------------------------------- /starcoder-generated/torch-inductor-generated/step14-3shot/sfdp=0/time.txt: -------------------------------------------------------------------------------- 1 | 7.020287990570068 -------------------------------------------------------------------------------- /starcoder-generated/torch-inductor-generated/step14-3shot/sfdp=1/time.txt: -------------------------------------------------------------------------------- 1 | 26.297679901123047 -------------------------------------------------------------------------------- /starcoder-generated/torch-inductor-generated/step14-3shot/sfdp=2/time.txt: -------------------------------------------------------------------------------- 1 | 21.804745197296143 -------------------------------------------------------------------------------- /starcoder-generated/torch-inductor-generated/step14-3shot/sfdp=3/time.txt: -------------------------------------------------------------------------------- 1 | 19.763577938079834 -------------------------------------------------------------------------------- /starcoder-generated/torch-inductor-generated/step14-3shot/sfdp=4/time.txt: -------------------------------------------------------------------------------- 1 | 11.031417608261108 -------------------------------------------------------------------------------- /starcoder-generated/torch-inductor-generated/step14-3shot/sfdp=5/time.txt: -------------------------------------------------------------------------------- 1 | 9.352614879608154 -------------------------------------------------------------------------------- /starcoder-generated/torch-inductor-generated/step14-3shot/unary=0/time.txt: -------------------------------------------------------------------------------- 1 | 12.000218868255615 -------------------------------------------------------------------------------- /starcoder-generated/torch-inductor-generated/step14-3shot/unary=1/time.txt: -------------------------------------------------------------------------------- 1 | 8.439956665039062 -------------------------------------------------------------------------------- /starcoder-generated/torch-inductor-generated/step14-3shot/unary=10/time.txt: -------------------------------------------------------------------------------- 1 | 6.543063163757324 -------------------------------------------------------------------------------- /starcoder-generated/torch-inductor-generated/step14-3shot/unary=11/time.txt: -------------------------------------------------------------------------------- 1 | 6.499840259552002 -------------------------------------------------------------------------------- /starcoder-generated/torch-inductor-generated/step14-3shot/unary=12/time.txt: -------------------------------------------------------------------------------- 1 | 6.768438816070557 -------------------------------------------------------------------------------- /starcoder-generated/torch-inductor-generated/step14-3shot/unary=13/time.txt: -------------------------------------------------------------------------------- 1 | 6.346997499465942 -------------------------------------------------------------------------------- /starcoder-generated/torch-inductor-generated/step14-3shot/unary=14/time.txt: -------------------------------------------------------------------------------- 1 | 5.301884651184082 -------------------------------------------------------------------------------- /starcoder-generated/torch-inductor-generated/step14-3shot/unary=15/time.txt: -------------------------------------------------------------------------------- 1 | 18.212340593338013 -------------------------------------------------------------------------------- /starcoder-generated/torch-inductor-generated/step14-3shot/unary=16/time.txt: -------------------------------------------------------------------------------- 1 | 8.10038709640503 -------------------------------------------------------------------------------- /starcoder-generated/torch-inductor-generated/step14-3shot/unary=17/time.txt: -------------------------------------------------------------------------------- 1 | 16.955602407455444 -------------------------------------------------------------------------------- /starcoder-generated/torch-inductor-generated/step14-3shot/unary=18/time.txt: -------------------------------------------------------------------------------- 1 | 47.608269929885864 -------------------------------------------------------------------------------- /starcoder-generated/torch-inductor-generated/step14-3shot/unary=19/time.txt: -------------------------------------------------------------------------------- 1 | 5.58629035949707 -------------------------------------------------------------------------------- /starcoder-generated/torch-inductor-generated/step14-3shot/unary=2/time.txt: -------------------------------------------------------------------------------- 1 | 13.78754210472107 -------------------------------------------------------------------------------- /starcoder-generated/torch-inductor-generated/step14-3shot/unary=20/time.txt: -------------------------------------------------------------------------------- 1 | 6.620671033859253 -------------------------------------------------------------------------------- /starcoder-generated/torch-inductor-generated/step14-3shot/unary=21/time.txt: -------------------------------------------------------------------------------- 1 | 4.953272581100464 -------------------------------------------------------------------------------- /starcoder-generated/torch-inductor-generated/step14-3shot/unary=22/time.txt: -------------------------------------------------------------------------------- 1 | 4.3395702838897705 -------------------------------------------------------------------------------- /starcoder-generated/torch-inductor-generated/step14-3shot/unary=23/time.txt: -------------------------------------------------------------------------------- 1 | 5.578115224838257 -------------------------------------------------------------------------------- /starcoder-generated/torch-inductor-generated/step14-3shot/unary=24/time.txt: -------------------------------------------------------------------------------- 1 | 8.756111860275269 -------------------------------------------------------------------------------- /starcoder-generated/torch-inductor-generated/step14-3shot/unary=25/time.txt: -------------------------------------------------------------------------------- 1 | 6.80616021156311 -------------------------------------------------------------------------------- /starcoder-generated/torch-inductor-generated/step14-3shot/unary=26/time.txt: -------------------------------------------------------------------------------- 1 | 10.166991949081421 -------------------------------------------------------------------------------- /starcoder-generated/torch-inductor-generated/step14-3shot/unary=27/time.txt: -------------------------------------------------------------------------------- 1 | 7.641643047332764 -------------------------------------------------------------------------------- /starcoder-generated/torch-inductor-generated/step14-3shot/unary=28/time.txt: -------------------------------------------------------------------------------- 1 | 7.698742628097534 -------------------------------------------------------------------------------- /starcoder-generated/torch-inductor-generated/step14-3shot/unary=29/time.txt: -------------------------------------------------------------------------------- 1 | 9.96323561668396 -------------------------------------------------------------------------------- /starcoder-generated/torch-inductor-generated/step14-3shot/unary=3/time.txt: -------------------------------------------------------------------------------- 1 | 63.6344153881073 -------------------------------------------------------------------------------- /starcoder-generated/torch-inductor-generated/step14-3shot/unary=4/time.txt: -------------------------------------------------------------------------------- 1 | 7.623987197875977 -------------------------------------------------------------------------------- /starcoder-generated/torch-inductor-generated/step14-3shot/unary=5/time.txt: -------------------------------------------------------------------------------- 1 | 8.207712411880493 -------------------------------------------------------------------------------- /starcoder-generated/torch-inductor-generated/step14-3shot/unary=6/time.txt: -------------------------------------------------------------------------------- 1 | 15.839195013046265 -------------------------------------------------------------------------------- /starcoder-generated/torch-inductor-generated/step14-3shot/unary=7/time.txt: -------------------------------------------------------------------------------- 1 | 5.799363851547241 -------------------------------------------------------------------------------- /starcoder-generated/torch-inductor-generated/step14-3shot/unary=8/time.txt: -------------------------------------------------------------------------------- 1 | 8.27074670791626 -------------------------------------------------------------------------------- /starcoder-generated/torch-inductor-generated/step14-3shot/unary=9/time.txt: -------------------------------------------------------------------------------- 1 | 5.806746482849121 -------------------------------------------------------------------------------- /starcoder-generated/torch-inductor-generated/step15-3shot/addmm/time.txt: -------------------------------------------------------------------------------- 1 | 4.786895513534546 -------------------------------------------------------------------------------- /starcoder-generated/torch-inductor-generated/step15-3shot/binary=0/time.txt: -------------------------------------------------------------------------------- 1 | 6.838666677474976 -------------------------------------------------------------------------------- /starcoder-generated/torch-inductor-generated/step15-3shot/binary=10/time.txt: -------------------------------------------------------------------------------- 1 | 8.21162486076355 -------------------------------------------------------------------------------- /starcoder-generated/torch-inductor-generated/step15-3shot/binary=2/time.txt: -------------------------------------------------------------------------------- 1 | 5.951065540313721 -------------------------------------------------------------------------------- /starcoder-generated/torch-inductor-generated/step15-3shot/binary=4/time.txt: -------------------------------------------------------------------------------- 1 | 5.611253499984741 -------------------------------------------------------------------------------- /starcoder-generated/torch-inductor-generated/step15-3shot/binary=6/time.txt: -------------------------------------------------------------------------------- 1 | 5.086467981338501 -------------------------------------------------------------------------------- /starcoder-generated/torch-inductor-generated/step15-3shot/binary=8/time.txt: -------------------------------------------------------------------------------- 1 | 5.698589324951172 -------------------------------------------------------------------------------- /starcoder-generated/torch-inductor-generated/step15-3shot/cat_addmm/time.txt: -------------------------------------------------------------------------------- 1 | 4.375548601150513 -------------------------------------------------------------------------------- /starcoder-generated/torch-inductor-generated/step15-3shot/cat_mm/time.txt: -------------------------------------------------------------------------------- 1 | 6.005357027053833 -------------------------------------------------------------------------------- /starcoder-generated/torch-inductor-generated/step15-3shot/sfdp=0/time.txt: -------------------------------------------------------------------------------- 1 | 6.555640935897827 -------------------------------------------------------------------------------- /starcoder-generated/torch-inductor-generated/step15-3shot/sfdp=1/time.txt: -------------------------------------------------------------------------------- 1 | 16.700491189956665 -------------------------------------------------------------------------------- /starcoder-generated/torch-inductor-generated/step15-3shot/sfdp=2/time.txt: -------------------------------------------------------------------------------- 1 | 16.65776228904724 -------------------------------------------------------------------------------- /starcoder-generated/torch-inductor-generated/step15-3shot/sfdp=3/time.txt: -------------------------------------------------------------------------------- 1 | 21.33926749229431 -------------------------------------------------------------------------------- /starcoder-generated/torch-inductor-generated/step15-3shot/sfdp=4/time.txt: -------------------------------------------------------------------------------- 1 | 71.28870010375977 -------------------------------------------------------------------------------- /starcoder-generated/torch-inductor-generated/step15-3shot/sfdp=5/time.txt: -------------------------------------------------------------------------------- 1 | 10.888450622558594 -------------------------------------------------------------------------------- /starcoder-generated/torch-inductor-generated/step15-3shot/unary=0/time.txt: -------------------------------------------------------------------------------- 1 | 29.01510739326477 -------------------------------------------------------------------------------- /starcoder-generated/torch-inductor-generated/step15-3shot/unary=1/time.txt: -------------------------------------------------------------------------------- 1 | 8.098950386047363 -------------------------------------------------------------------------------- /starcoder-generated/torch-inductor-generated/step15-3shot/unary=10/time.txt: -------------------------------------------------------------------------------- 1 | 7.200578451156616 -------------------------------------------------------------------------------- /starcoder-generated/torch-inductor-generated/step15-3shot/unary=11/time.txt: -------------------------------------------------------------------------------- 1 | 7.390758514404297 -------------------------------------------------------------------------------- /starcoder-generated/torch-inductor-generated/step15-3shot/unary=12/time.txt: -------------------------------------------------------------------------------- 1 | 8.497401237487793 -------------------------------------------------------------------------------- /starcoder-generated/torch-inductor-generated/step15-3shot/unary=13/time.txt: -------------------------------------------------------------------------------- 1 | 5.098689556121826 -------------------------------------------------------------------------------- /starcoder-generated/torch-inductor-generated/step15-3shot/unary=13/unary=13_4.py: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /starcoder-generated/torch-inductor-generated/step15-3shot/unary=14/time.txt: -------------------------------------------------------------------------------- 1 | 6.740337610244751 -------------------------------------------------------------------------------- /starcoder-generated/torch-inductor-generated/step15-3shot/unary=15/time.txt: -------------------------------------------------------------------------------- 1 | 5.788991451263428 -------------------------------------------------------------------------------- /starcoder-generated/torch-inductor-generated/step15-3shot/unary=16/time.txt: -------------------------------------------------------------------------------- 1 | 4.8956215381622314 -------------------------------------------------------------------------------- /starcoder-generated/torch-inductor-generated/step15-3shot/unary=17/time.txt: -------------------------------------------------------------------------------- 1 | 8.168495893478394 -------------------------------------------------------------------------------- /starcoder-generated/torch-inductor-generated/step15-3shot/unary=18/time.txt: -------------------------------------------------------------------------------- 1 | 17.352582454681396 -------------------------------------------------------------------------------- /starcoder-generated/torch-inductor-generated/step15-3shot/unary=19/time.txt: -------------------------------------------------------------------------------- 1 | 5.069167613983154 -------------------------------------------------------------------------------- /starcoder-generated/torch-inductor-generated/step15-3shot/unary=2/time.txt: -------------------------------------------------------------------------------- 1 | 15.066242218017578 -------------------------------------------------------------------------------- /starcoder-generated/torch-inductor-generated/step15-3shot/unary=20/time.txt: -------------------------------------------------------------------------------- 1 | 5.997376918792725 -------------------------------------------------------------------------------- /starcoder-generated/torch-inductor-generated/step15-3shot/unary=21/time.txt: -------------------------------------------------------------------------------- 1 | 4.989865303039551 -------------------------------------------------------------------------------- /starcoder-generated/torch-inductor-generated/step15-3shot/unary=22/time.txt: -------------------------------------------------------------------------------- 1 | 4.6368937492370605 -------------------------------------------------------------------------------- /starcoder-generated/torch-inductor-generated/step15-3shot/unary=23/time.txt: -------------------------------------------------------------------------------- 1 | 5.126285076141357 -------------------------------------------------------------------------------- /starcoder-generated/torch-inductor-generated/step15-3shot/unary=24/time.txt: -------------------------------------------------------------------------------- 1 | 8.097160816192627 -------------------------------------------------------------------------------- /starcoder-generated/torch-inductor-generated/step15-3shot/unary=25/time.txt: -------------------------------------------------------------------------------- 1 | 6.433431386947632 -------------------------------------------------------------------------------- /starcoder-generated/torch-inductor-generated/step15-3shot/unary=26/time.txt: -------------------------------------------------------------------------------- 1 | 9.67926836013794 -------------------------------------------------------------------------------- /starcoder-generated/torch-inductor-generated/step15-3shot/unary=27/time.txt: -------------------------------------------------------------------------------- 1 | 8.174720048904419 -------------------------------------------------------------------------------- /starcoder-generated/torch-inductor-generated/step15-3shot/unary=28/time.txt: -------------------------------------------------------------------------------- 1 | 6.898636817932129 -------------------------------------------------------------------------------- /starcoder-generated/torch-inductor-generated/step15-3shot/unary=29/time.txt: -------------------------------------------------------------------------------- 1 | 8.479626178741455 -------------------------------------------------------------------------------- /starcoder-generated/torch-inductor-generated/step15-3shot/unary=3/time.txt: -------------------------------------------------------------------------------- 1 | 288.9717745780945 -------------------------------------------------------------------------------- /starcoder-generated/torch-inductor-generated/step15-3shot/unary=4/time.txt: -------------------------------------------------------------------------------- 1 | 6.974979877471924 -------------------------------------------------------------------------------- /starcoder-generated/torch-inductor-generated/step15-3shot/unary=5/time.txt: -------------------------------------------------------------------------------- 1 | 7.271547794342041 -------------------------------------------------------------------------------- /starcoder-generated/torch-inductor-generated/step15-3shot/unary=6/time.txt: -------------------------------------------------------------------------------- 1 | 8.682225227355957 -------------------------------------------------------------------------------- /starcoder-generated/torch-inductor-generated/step15-3shot/unary=7/time.txt: -------------------------------------------------------------------------------- 1 | 10.27081823348999 -------------------------------------------------------------------------------- /starcoder-generated/torch-inductor-generated/step15-3shot/unary=8/time.txt: -------------------------------------------------------------------------------- 1 | 6.343552827835083 -------------------------------------------------------------------------------- /starcoder-generated/torch-inductor-generated/step15-3shot/unary=9/time.txt: -------------------------------------------------------------------------------- 1 | 6.64551854133606 -------------------------------------------------------------------------------- /starcoder-generated/torch-inductor-generated/step16-3shot/addmm/time.txt: -------------------------------------------------------------------------------- 1 | 5.396710157394409 -------------------------------------------------------------------------------- /starcoder-generated/torch-inductor-generated/step16-3shot/binary=0/time.txt: -------------------------------------------------------------------------------- 1 | 9.12805438041687 -------------------------------------------------------------------------------- /starcoder-generated/torch-inductor-generated/step16-3shot/binary=10/time.txt: -------------------------------------------------------------------------------- 1 | 6.062733888626099 -------------------------------------------------------------------------------- /starcoder-generated/torch-inductor-generated/step16-3shot/binary=2/time.txt: -------------------------------------------------------------------------------- 1 | 6.336373329162598 -------------------------------------------------------------------------------- /starcoder-generated/torch-inductor-generated/step16-3shot/binary=4/time.txt: -------------------------------------------------------------------------------- 1 | 5.391549587249756 -------------------------------------------------------------------------------- /starcoder-generated/torch-inductor-generated/step16-3shot/binary=6/time.txt: -------------------------------------------------------------------------------- 1 | 7.230562925338745 -------------------------------------------------------------------------------- /starcoder-generated/torch-inductor-generated/step16-3shot/binary=8/time.txt: -------------------------------------------------------------------------------- 1 | 5.880692481994629 -------------------------------------------------------------------------------- /starcoder-generated/torch-inductor-generated/step16-3shot/cat_addmm/time.txt: -------------------------------------------------------------------------------- 1 | 4.094316244125366 -------------------------------------------------------------------------------- /starcoder-generated/torch-inductor-generated/step16-3shot/cat_mm/time.txt: -------------------------------------------------------------------------------- 1 | 5.086581468582153 -------------------------------------------------------------------------------- /starcoder-generated/torch-inductor-generated/step16-3shot/sfdp=0/time.txt: -------------------------------------------------------------------------------- 1 | 10.103843450546265 -------------------------------------------------------------------------------- /starcoder-generated/torch-inductor-generated/step16-3shot/sfdp=1/time.txt: -------------------------------------------------------------------------------- 1 | 11.329798221588135 -------------------------------------------------------------------------------- /starcoder-generated/torch-inductor-generated/step16-3shot/sfdp=2/time.txt: -------------------------------------------------------------------------------- 1 | 40.131492376327515 -------------------------------------------------------------------------------- /starcoder-generated/torch-inductor-generated/step16-3shot/sfdp=3/time.txt: -------------------------------------------------------------------------------- 1 | 19.693859100341797 -------------------------------------------------------------------------------- /starcoder-generated/torch-inductor-generated/step16-3shot/sfdp=4/time.txt: -------------------------------------------------------------------------------- 1 | 23.95098876953125 -------------------------------------------------------------------------------- /starcoder-generated/torch-inductor-generated/step16-3shot/sfdp=5/time.txt: -------------------------------------------------------------------------------- 1 | 10.833624601364136 -------------------------------------------------------------------------------- /starcoder-generated/torch-inductor-generated/step16-3shot/unary=0/time.txt: -------------------------------------------------------------------------------- 1 | 8.97843885421753 -------------------------------------------------------------------------------- /starcoder-generated/torch-inductor-generated/step16-3shot/unary=1/time.txt: -------------------------------------------------------------------------------- 1 | 8.198524236679077 -------------------------------------------------------------------------------- /starcoder-generated/torch-inductor-generated/step16-3shot/unary=10/time.txt: -------------------------------------------------------------------------------- 1 | 6.109082460403442 -------------------------------------------------------------------------------- /starcoder-generated/torch-inductor-generated/step16-3shot/unary=11/time.txt: -------------------------------------------------------------------------------- 1 | 7.931222677230835 -------------------------------------------------------------------------------- /starcoder-generated/torch-inductor-generated/step16-3shot/unary=12/time.txt: -------------------------------------------------------------------------------- 1 | 5.687226057052612 -------------------------------------------------------------------------------- /starcoder-generated/torch-inductor-generated/step16-3shot/unary=13/time.txt: -------------------------------------------------------------------------------- 1 | 6.466504812240601 -------------------------------------------------------------------------------- /starcoder-generated/torch-inductor-generated/step16-3shot/unary=14/time.txt: -------------------------------------------------------------------------------- 1 | 13.26201319694519 -------------------------------------------------------------------------------- /starcoder-generated/torch-inductor-generated/step16-3shot/unary=15/time.txt: -------------------------------------------------------------------------------- 1 | 7.955092430114746 -------------------------------------------------------------------------------- /starcoder-generated/torch-inductor-generated/step16-3shot/unary=16/time.txt: -------------------------------------------------------------------------------- 1 | 6.033986568450928 -------------------------------------------------------------------------------- /starcoder-generated/torch-inductor-generated/step16-3shot/unary=17/time.txt: -------------------------------------------------------------------------------- 1 | 10.32995891571045 -------------------------------------------------------------------------------- /starcoder-generated/torch-inductor-generated/step16-3shot/unary=18/time.txt: -------------------------------------------------------------------------------- 1 | 15.824173212051392 -------------------------------------------------------------------------------- /starcoder-generated/torch-inductor-generated/step16-3shot/unary=19/time.txt: -------------------------------------------------------------------------------- 1 | 4.748228073120117 -------------------------------------------------------------------------------- /starcoder-generated/torch-inductor-generated/step16-3shot/unary=2/time.txt: -------------------------------------------------------------------------------- 1 | 10.801701784133911 -------------------------------------------------------------------------------- /starcoder-generated/torch-inductor-generated/step16-3shot/unary=20/time.txt: -------------------------------------------------------------------------------- 1 | 10.339193105697632 -------------------------------------------------------------------------------- /starcoder-generated/torch-inductor-generated/step16-3shot/unary=20/unary=20_7.py: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /starcoder-generated/torch-inductor-generated/step16-3shot/unary=21/time.txt: -------------------------------------------------------------------------------- 1 | 7.989478349685669 -------------------------------------------------------------------------------- /starcoder-generated/torch-inductor-generated/step16-3shot/unary=22/time.txt: -------------------------------------------------------------------------------- 1 | 4.430023431777954 -------------------------------------------------------------------------------- /starcoder-generated/torch-inductor-generated/step16-3shot/unary=23/time.txt: -------------------------------------------------------------------------------- 1 | 5.497663736343384 -------------------------------------------------------------------------------- /starcoder-generated/torch-inductor-generated/step16-3shot/unary=24/time.txt: -------------------------------------------------------------------------------- 1 | 42.89989757537842 -------------------------------------------------------------------------------- /starcoder-generated/torch-inductor-generated/step16-3shot/unary=25/time.txt: -------------------------------------------------------------------------------- 1 | 6.690878391265869 -------------------------------------------------------------------------------- /starcoder-generated/torch-inductor-generated/step16-3shot/unary=26/time.txt: -------------------------------------------------------------------------------- 1 | 14.86119031906128 -------------------------------------------------------------------------------- /starcoder-generated/torch-inductor-generated/step16-3shot/unary=27/time.txt: -------------------------------------------------------------------------------- 1 | 18.34527349472046 -------------------------------------------------------------------------------- /starcoder-generated/torch-inductor-generated/step16-3shot/unary=28/time.txt: -------------------------------------------------------------------------------- 1 | 6.597748517990112 -------------------------------------------------------------------------------- /starcoder-generated/torch-inductor-generated/step16-3shot/unary=29/time.txt: -------------------------------------------------------------------------------- 1 | 9.590699195861816 -------------------------------------------------------------------------------- /starcoder-generated/torch-inductor-generated/step16-3shot/unary=3/time.txt: -------------------------------------------------------------------------------- 1 | 48.554744720458984 -------------------------------------------------------------------------------- /starcoder-generated/torch-inductor-generated/step16-3shot/unary=4/time.txt: -------------------------------------------------------------------------------- 1 | 6.6663312911987305 -------------------------------------------------------------------------------- /starcoder-generated/torch-inductor-generated/step16-3shot/unary=5/time.txt: -------------------------------------------------------------------------------- 1 | 13.989636898040771 -------------------------------------------------------------------------------- /starcoder-generated/torch-inductor-generated/step16-3shot/unary=6/time.txt: -------------------------------------------------------------------------------- 1 | 8.32347559928894 -------------------------------------------------------------------------------- /starcoder-generated/torch-inductor-generated/step16-3shot/unary=7/time.txt: -------------------------------------------------------------------------------- 1 | 5.509113073348999 -------------------------------------------------------------------------------- /starcoder-generated/torch-inductor-generated/step16-3shot/unary=8/time.txt: -------------------------------------------------------------------------------- 1 | 12.258028030395508 -------------------------------------------------------------------------------- /starcoder-generated/torch-inductor-generated/step16-3shot/unary=9/time.txt: -------------------------------------------------------------------------------- 1 | 5.966272354125977 -------------------------------------------------------------------------------- /starcoder-generated/torch-inductor-generated/step17-3shot/addmm/time.txt: -------------------------------------------------------------------------------- 1 | 4.505596876144409 -------------------------------------------------------------------------------- /starcoder-generated/torch-inductor-generated/step17-3shot/binary=0/time.txt: -------------------------------------------------------------------------------- 1 | 7.794621706008911 -------------------------------------------------------------------------------- /starcoder-generated/torch-inductor-generated/step17-3shot/binary=10/time.txt: -------------------------------------------------------------------------------- 1 | 5.217128276824951 -------------------------------------------------------------------------------- /starcoder-generated/torch-inductor-generated/step17-3shot/binary=2/time.txt: -------------------------------------------------------------------------------- 1 | 9.91727066040039 -------------------------------------------------------------------------------- /starcoder-generated/torch-inductor-generated/step17-3shot/binary=4/time.txt: -------------------------------------------------------------------------------- 1 | 5.302711009979248 -------------------------------------------------------------------------------- /starcoder-generated/torch-inductor-generated/step17-3shot/binary=6/time.txt: -------------------------------------------------------------------------------- 1 | 5.963092565536499 -------------------------------------------------------------------------------- /starcoder-generated/torch-inductor-generated/step17-3shot/binary=8/time.txt: -------------------------------------------------------------------------------- 1 | 6.751932144165039 -------------------------------------------------------------------------------- /starcoder-generated/torch-inductor-generated/step17-3shot/cat_addmm/time.txt: -------------------------------------------------------------------------------- 1 | 8.787590980529785 -------------------------------------------------------------------------------- /starcoder-generated/torch-inductor-generated/step17-3shot/cat_mm/time.txt: -------------------------------------------------------------------------------- 1 | 5.388890027999878 -------------------------------------------------------------------------------- /starcoder-generated/torch-inductor-generated/step17-3shot/replace_fx/time.txt: -------------------------------------------------------------------------------- 1 | 6.87687349319458 -------------------------------------------------------------------------------- /starcoder-generated/torch-inductor-generated/step17-3shot/sfdp=0/time.txt: -------------------------------------------------------------------------------- 1 | 7.046794414520264 -------------------------------------------------------------------------------- /starcoder-generated/torch-inductor-generated/step17-3shot/sfdp=1/time.txt: -------------------------------------------------------------------------------- 1 | 11.249143362045288 -------------------------------------------------------------------------------- /starcoder-generated/torch-inductor-generated/step17-3shot/sfdp=2/time.txt: -------------------------------------------------------------------------------- 1 | 11.787182569503784 -------------------------------------------------------------------------------- /starcoder-generated/torch-inductor-generated/step17-3shot/sfdp=3/time.txt: -------------------------------------------------------------------------------- 1 | 15.885178565979004 -------------------------------------------------------------------------------- /starcoder-generated/torch-inductor-generated/step17-3shot/sfdp=4/time.txt: -------------------------------------------------------------------------------- 1 | 26.355957508087158 -------------------------------------------------------------------------------- /starcoder-generated/torch-inductor-generated/step17-3shot/sfdp=5/time.txt: -------------------------------------------------------------------------------- 1 | 10.757469415664673 -------------------------------------------------------------------------------- /starcoder-generated/torch-inductor-generated/step17-3shot/unary=0/time.txt: -------------------------------------------------------------------------------- 1 | 9.958373069763184 -------------------------------------------------------------------------------- /starcoder-generated/torch-inductor-generated/step17-3shot/unary=1/time.txt: -------------------------------------------------------------------------------- 1 | 8.801658630371094 -------------------------------------------------------------------------------- /starcoder-generated/torch-inductor-generated/step17-3shot/unary=10/time.txt: -------------------------------------------------------------------------------- 1 | 5.888850688934326 -------------------------------------------------------------------------------- /starcoder-generated/torch-inductor-generated/step17-3shot/unary=11/time.txt: -------------------------------------------------------------------------------- 1 | 6.597753524780273 -------------------------------------------------------------------------------- /starcoder-generated/torch-inductor-generated/step17-3shot/unary=12/time.txt: -------------------------------------------------------------------------------- 1 | 7.515665292739868 -------------------------------------------------------------------------------- /starcoder-generated/torch-inductor-generated/step17-3shot/unary=13/time.txt: -------------------------------------------------------------------------------- 1 | 5.426301717758179 -------------------------------------------------------------------------------- /starcoder-generated/torch-inductor-generated/step17-3shot/unary=14/time.txt: -------------------------------------------------------------------------------- 1 | 9.125272750854492 -------------------------------------------------------------------------------- /starcoder-generated/torch-inductor-generated/step17-3shot/unary=15/time.txt: -------------------------------------------------------------------------------- 1 | 14.561166763305664 -------------------------------------------------------------------------------- /starcoder-generated/torch-inductor-generated/step17-3shot/unary=16/time.txt: -------------------------------------------------------------------------------- 1 | 5.514266014099121 -------------------------------------------------------------------------------- /starcoder-generated/torch-inductor-generated/step17-3shot/unary=17/time.txt: -------------------------------------------------------------------------------- 1 | 12.139531135559082 -------------------------------------------------------------------------------- /starcoder-generated/torch-inductor-generated/step17-3shot/unary=18/time.txt: -------------------------------------------------------------------------------- 1 | 17.4117329120636 -------------------------------------------------------------------------------- /starcoder-generated/torch-inductor-generated/step17-3shot/unary=18/unary=18_1.py: -------------------------------------------------------------------------------- 1 | 2 | 3 | -------------------------------------------------------------------------------- /starcoder-generated/torch-inductor-generated/step17-3shot/unary=19/time.txt: -------------------------------------------------------------------------------- 1 | 5.269716262817383 -------------------------------------------------------------------------------- /starcoder-generated/torch-inductor-generated/step17-3shot/unary=2/time.txt: -------------------------------------------------------------------------------- 1 | 11.556922674179077 -------------------------------------------------------------------------------- /starcoder-generated/torch-inductor-generated/step17-3shot/unary=20/time.txt: -------------------------------------------------------------------------------- 1 | 5.174086570739746 -------------------------------------------------------------------------------- /starcoder-generated/torch-inductor-generated/step17-3shot/unary=21/time.txt: -------------------------------------------------------------------------------- 1 | 7.77726411819458 -------------------------------------------------------------------------------- /starcoder-generated/torch-inductor-generated/step17-3shot/unary=22/time.txt: -------------------------------------------------------------------------------- 1 | 4.717170715332031 -------------------------------------------------------------------------------- /starcoder-generated/torch-inductor-generated/step17-3shot/unary=23/time.txt: -------------------------------------------------------------------------------- 1 | 7.582610130310059 -------------------------------------------------------------------------------- /starcoder-generated/torch-inductor-generated/step17-3shot/unary=24/time.txt: -------------------------------------------------------------------------------- 1 | 9.806665420532227 -------------------------------------------------------------------------------- /starcoder-generated/torch-inductor-generated/step17-3shot/unary=25/time.txt: -------------------------------------------------------------------------------- 1 | 8.17236042022705 -------------------------------------------------------------------------------- /starcoder-generated/torch-inductor-generated/step17-3shot/unary=26/time.txt: -------------------------------------------------------------------------------- 1 | 15.691148281097412 -------------------------------------------------------------------------------- /starcoder-generated/torch-inductor-generated/step17-3shot/unary=27/time.txt: -------------------------------------------------------------------------------- 1 | 7.192086219787598 -------------------------------------------------------------------------------- /starcoder-generated/torch-inductor-generated/step17-3shot/unary=28/time.txt: -------------------------------------------------------------------------------- 1 | 9.955488443374634 -------------------------------------------------------------------------------- /starcoder-generated/torch-inductor-generated/step17-3shot/unary=29/time.txt: -------------------------------------------------------------------------------- 1 | 11.15466833114624 -------------------------------------------------------------------------------- /starcoder-generated/torch-inductor-generated/step17-3shot/unary=3/time.txt: -------------------------------------------------------------------------------- 1 | 49.80032515525818 -------------------------------------------------------------------------------- /starcoder-generated/torch-inductor-generated/step17-3shot/unary=4/time.txt: -------------------------------------------------------------------------------- 1 | 6.722738027572632 -------------------------------------------------------------------------------- /starcoder-generated/torch-inductor-generated/step17-3shot/unary=5/time.txt: -------------------------------------------------------------------------------- 1 | 77.8354697227478 -------------------------------------------------------------------------------- /starcoder-generated/torch-inductor-generated/step17-3shot/unary=5/unary=5_4.py: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /starcoder-generated/torch-inductor-generated/step17-3shot/unary=6/time.txt: -------------------------------------------------------------------------------- 1 | 6.460211515426636 -------------------------------------------------------------------------------- /starcoder-generated/torch-inductor-generated/step17-3shot/unary=7/time.txt: -------------------------------------------------------------------------------- 1 | 6.807732582092285 -------------------------------------------------------------------------------- /starcoder-generated/torch-inductor-generated/step17-3shot/unary=8/time.txt: -------------------------------------------------------------------------------- 1 | 11.36581563949585 -------------------------------------------------------------------------------- /starcoder-generated/torch-inductor-generated/step17-3shot/unary=9/time.txt: -------------------------------------------------------------------------------- 1 | 6.0504326820373535 -------------------------------------------------------------------------------- /starcoder-generated/torch-inductor-generated/step18-3shot/addmm/time.txt: -------------------------------------------------------------------------------- 1 | 6.0387187004089355 -------------------------------------------------------------------------------- /starcoder-generated/torch-inductor-generated/step18-3shot/binary=0/time.txt: -------------------------------------------------------------------------------- 1 | 7.405574560165405 -------------------------------------------------------------------------------- /starcoder-generated/torch-inductor-generated/step18-3shot/binary=2/time.txt: -------------------------------------------------------------------------------- 1 | 5.382282733917236 -------------------------------------------------------------------------------- /starcoder-generated/torch-inductor-generated/step18-3shot/binary=4/time.txt: -------------------------------------------------------------------------------- 1 | 5.352260112762451 -------------------------------------------------------------------------------- /starcoder-generated/torch-inductor-generated/step18-3shot/binary=6/time.txt: -------------------------------------------------------------------------------- 1 | 8.309902667999268 -------------------------------------------------------------------------------- /starcoder-generated/torch-inductor-generated/step18-3shot/binary=8/time.txt: -------------------------------------------------------------------------------- 1 | 5.515861749649048 -------------------------------------------------------------------------------- /starcoder-generated/torch-inductor-generated/step18-3shot/cat_addmm/time.txt: -------------------------------------------------------------------------------- 1 | 4.314902305603027 -------------------------------------------------------------------------------- /starcoder-generated/torch-inductor-generated/step18-3shot/cat_mm/time.txt: -------------------------------------------------------------------------------- 1 | 9.38240647315979 -------------------------------------------------------------------------------- /starcoder-generated/torch-inductor-generated/step18-3shot/sfdp=0/time.txt: -------------------------------------------------------------------------------- 1 | 7.10549783706665 -------------------------------------------------------------------------------- /starcoder-generated/torch-inductor-generated/step18-3shot/sfdp=1/time.txt: -------------------------------------------------------------------------------- 1 | 11.60263442993164 -------------------------------------------------------------------------------- /starcoder-generated/torch-inductor-generated/step18-3shot/sfdp=2/time.txt: -------------------------------------------------------------------------------- 1 | 22.20494818687439 -------------------------------------------------------------------------------- /starcoder-generated/torch-inductor-generated/step18-3shot/sfdp=3/time.txt: -------------------------------------------------------------------------------- 1 | 20.3429856300354 -------------------------------------------------------------------------------- /starcoder-generated/torch-inductor-generated/step18-3shot/sfdp=4/time.txt: -------------------------------------------------------------------------------- 1 | 12.062416791915894 -------------------------------------------------------------------------------- /starcoder-generated/torch-inductor-generated/step18-3shot/sfdp=5/time.txt: -------------------------------------------------------------------------------- 1 | 9.917773008346558 -------------------------------------------------------------------------------- /starcoder-generated/torch-inductor-generated/step18-3shot/unary=0/time.txt: -------------------------------------------------------------------------------- 1 | 19.682854413986206 -------------------------------------------------------------------------------- /starcoder-generated/torch-inductor-generated/step18-3shot/unary=1/time.txt: -------------------------------------------------------------------------------- 1 | 8.695364236831665 -------------------------------------------------------------------------------- /starcoder-generated/torch-inductor-generated/step18-3shot/unary=10/time.txt: -------------------------------------------------------------------------------- 1 | 5.98689341545105 -------------------------------------------------------------------------------- /starcoder-generated/torch-inductor-generated/step18-3shot/unary=11/time.txt: -------------------------------------------------------------------------------- 1 | 6.238598823547363 -------------------------------------------------------------------------------- /starcoder-generated/torch-inductor-generated/step18-3shot/unary=12/time.txt: -------------------------------------------------------------------------------- 1 | 7.47665810585022 -------------------------------------------------------------------------------- /starcoder-generated/torch-inductor-generated/step18-3shot/unary=13/time.txt: -------------------------------------------------------------------------------- 1 | 5.1799468994140625 -------------------------------------------------------------------------------- /starcoder-generated/torch-inductor-generated/step18-3shot/unary=14/time.txt: -------------------------------------------------------------------------------- 1 | 8.536701202392578 -------------------------------------------------------------------------------- /starcoder-generated/torch-inductor-generated/step18-3shot/unary=15/time.txt: -------------------------------------------------------------------------------- 1 | 24.50735878944397 -------------------------------------------------------------------------------- /starcoder-generated/torch-inductor-generated/step18-3shot/unary=16/time.txt: -------------------------------------------------------------------------------- 1 | 6.5230042934417725 -------------------------------------------------------------------------------- /starcoder-generated/torch-inductor-generated/step18-3shot/unary=17/time.txt: -------------------------------------------------------------------------------- 1 | 5.557639122009277 -------------------------------------------------------------------------------- /starcoder-generated/torch-inductor-generated/step18-3shot/unary=18/time.txt: -------------------------------------------------------------------------------- 1 | 7.692212343215942 -------------------------------------------------------------------------------- /starcoder-generated/torch-inductor-generated/step18-3shot/unary=19/time.txt: -------------------------------------------------------------------------------- 1 | 4.729553937911987 -------------------------------------------------------------------------------- /starcoder-generated/torch-inductor-generated/step18-3shot/unary=2/time.txt: -------------------------------------------------------------------------------- 1 | 18.683473348617554 -------------------------------------------------------------------------------- /starcoder-generated/torch-inductor-generated/step18-3shot/unary=20/time.txt: -------------------------------------------------------------------------------- 1 | 7.462321519851685 -------------------------------------------------------------------------------- /starcoder-generated/torch-inductor-generated/step18-3shot/unary=21/time.txt: -------------------------------------------------------------------------------- 1 | 30.623523473739624 -------------------------------------------------------------------------------- /starcoder-generated/torch-inductor-generated/step18-3shot/unary=22/time.txt: -------------------------------------------------------------------------------- 1 | 6.2123637199401855 -------------------------------------------------------------------------------- /starcoder-generated/torch-inductor-generated/step18-3shot/unary=23/time.txt: -------------------------------------------------------------------------------- 1 | 6.330002784729004 -------------------------------------------------------------------------------- /starcoder-generated/torch-inductor-generated/step18-3shot/unary=24/time.txt: -------------------------------------------------------------------------------- 1 | 9.862156629562378 -------------------------------------------------------------------------------- /starcoder-generated/torch-inductor-generated/step18-3shot/unary=25/time.txt: -------------------------------------------------------------------------------- 1 | 6.3979668617248535 -------------------------------------------------------------------------------- /starcoder-generated/torch-inductor-generated/step18-3shot/unary=26/time.txt: -------------------------------------------------------------------------------- 1 | 8.534402132034302 -------------------------------------------------------------------------------- /starcoder-generated/torch-inductor-generated/step18-3shot/unary=27/time.txt: -------------------------------------------------------------------------------- 1 | 8.92729139328003 -------------------------------------------------------------------------------- /starcoder-generated/torch-inductor-generated/step18-3shot/unary=28/time.txt: -------------------------------------------------------------------------------- 1 | 6.538614988327026 -------------------------------------------------------------------------------- /starcoder-generated/torch-inductor-generated/step18-3shot/unary=29/time.txt: -------------------------------------------------------------------------------- 1 | 24.02558732032776 -------------------------------------------------------------------------------- /starcoder-generated/torch-inductor-generated/step18-3shot/unary=3/time.txt: -------------------------------------------------------------------------------- 1 | 16.15368962287903 -------------------------------------------------------------------------------- /starcoder-generated/torch-inductor-generated/step18-3shot/unary=4/time.txt: -------------------------------------------------------------------------------- 1 | 6.693800926208496 -------------------------------------------------------------------------------- /starcoder-generated/torch-inductor-generated/step18-3shot/unary=5/time.txt: -------------------------------------------------------------------------------- 1 | 8.34558653831482 -------------------------------------------------------------------------------- /starcoder-generated/torch-inductor-generated/step18-3shot/unary=6/time.txt: -------------------------------------------------------------------------------- 1 | 7.9413862228393555 -------------------------------------------------------------------------------- /starcoder-generated/torch-inductor-generated/step18-3shot/unary=7/time.txt: -------------------------------------------------------------------------------- 1 | 5.667748212814331 -------------------------------------------------------------------------------- /starcoder-generated/torch-inductor-generated/step18-3shot/unary=8/time.txt: -------------------------------------------------------------------------------- 1 | 8.100880146026611 -------------------------------------------------------------------------------- /starcoder-generated/torch-inductor-generated/step18-3shot/unary=9/time.txt: -------------------------------------------------------------------------------- 1 | 7.294409275054932 -------------------------------------------------------------------------------- /starcoder-generated/torch-inductor-generated/step19-3shot/addmm/time.txt: -------------------------------------------------------------------------------- 1 | 5.146694898605347 -------------------------------------------------------------------------------- /starcoder-generated/torch-inductor-generated/step19-3shot/binary=0/time.txt: -------------------------------------------------------------------------------- 1 | 20.13139033317566 -------------------------------------------------------------------------------- /starcoder-generated/torch-inductor-generated/step19-3shot/binary=10/time.txt: -------------------------------------------------------------------------------- 1 | 5.651672601699829 -------------------------------------------------------------------------------- /starcoder-generated/torch-inductor-generated/step19-3shot/binary=2/time.txt: -------------------------------------------------------------------------------- 1 | 4.641171455383301 -------------------------------------------------------------------------------- /starcoder-generated/torch-inductor-generated/step19-3shot/binary=4/time.txt: -------------------------------------------------------------------------------- 1 | 5.654942750930786 -------------------------------------------------------------------------------- /starcoder-generated/torch-inductor-generated/step19-3shot/binary=6/time.txt: -------------------------------------------------------------------------------- 1 | 5.546629428863525 -------------------------------------------------------------------------------- /starcoder-generated/torch-inductor-generated/step19-3shot/binary=8/time.txt: -------------------------------------------------------------------------------- 1 | 5.636159181594849 -------------------------------------------------------------------------------- /starcoder-generated/torch-inductor-generated/step19-3shot/cat_addmm/time.txt: -------------------------------------------------------------------------------- 1 | 6.537099361419678 -------------------------------------------------------------------------------- /starcoder-generated/torch-inductor-generated/step19-3shot/cat_mm/time.txt: -------------------------------------------------------------------------------- 1 | 8.181023836135864 -------------------------------------------------------------------------------- /starcoder-generated/torch-inductor-generated/step19-3shot/sfdp=0/time.txt: -------------------------------------------------------------------------------- 1 | 6.363928318023682 -------------------------------------------------------------------------------- /starcoder-generated/torch-inductor-generated/step19-3shot/sfdp=1/time.txt: -------------------------------------------------------------------------------- 1 | 24.331589698791504 -------------------------------------------------------------------------------- /starcoder-generated/torch-inductor-generated/step19-3shot/sfdp=2/time.txt: -------------------------------------------------------------------------------- 1 | 11.128591299057007 -------------------------------------------------------------------------------- /starcoder-generated/torch-inductor-generated/step19-3shot/sfdp=3/time.txt: -------------------------------------------------------------------------------- 1 | 20.98900032043457 -------------------------------------------------------------------------------- /starcoder-generated/torch-inductor-generated/step19-3shot/sfdp=4/time.txt: -------------------------------------------------------------------------------- 1 | 26.733227968215942 -------------------------------------------------------------------------------- /starcoder-generated/torch-inductor-generated/step19-3shot/sfdp=5/time.txt: -------------------------------------------------------------------------------- 1 | 9.95608139038086 -------------------------------------------------------------------------------- /starcoder-generated/torch-inductor-generated/step19-3shot/unary=0/time.txt: -------------------------------------------------------------------------------- 1 | 24.824060201644897 -------------------------------------------------------------------------------- /starcoder-generated/torch-inductor-generated/step19-3shot/unary=1/time.txt: -------------------------------------------------------------------------------- 1 | 7.857701539993286 -------------------------------------------------------------------------------- /starcoder-generated/torch-inductor-generated/step19-3shot/unary=10/time.txt: -------------------------------------------------------------------------------- 1 | 6.093632459640503 -------------------------------------------------------------------------------- /starcoder-generated/torch-inductor-generated/step19-3shot/unary=11/time.txt: -------------------------------------------------------------------------------- 1 | 11.502402067184448 -------------------------------------------------------------------------------- /starcoder-generated/torch-inductor-generated/step19-3shot/unary=12/time.txt: -------------------------------------------------------------------------------- 1 | 12.268606901168823 -------------------------------------------------------------------------------- /starcoder-generated/torch-inductor-generated/step19-3shot/unary=13/time.txt: -------------------------------------------------------------------------------- 1 | 7.72373628616333 -------------------------------------------------------------------------------- /starcoder-generated/torch-inductor-generated/step19-3shot/unary=14/time.txt: -------------------------------------------------------------------------------- 1 | 6.2936835289001465 -------------------------------------------------------------------------------- /starcoder-generated/torch-inductor-generated/step19-3shot/unary=15/time.txt: -------------------------------------------------------------------------------- 1 | 22.89077138900757 -------------------------------------------------------------------------------- /starcoder-generated/torch-inductor-generated/step19-3shot/unary=16/time.txt: -------------------------------------------------------------------------------- 1 | 7.4350972175598145 -------------------------------------------------------------------------------- /starcoder-generated/torch-inductor-generated/step19-3shot/unary=17/time.txt: -------------------------------------------------------------------------------- 1 | 10.390078783035278 -------------------------------------------------------------------------------- /starcoder-generated/torch-inductor-generated/step19-3shot/unary=18/time.txt: -------------------------------------------------------------------------------- 1 | 16.36477303504944 -------------------------------------------------------------------------------- /starcoder-generated/torch-inductor-generated/step19-3shot/unary=19/time.txt: -------------------------------------------------------------------------------- 1 | 6.413113594055176 -------------------------------------------------------------------------------- /starcoder-generated/torch-inductor-generated/step19-3shot/unary=2/time.txt: -------------------------------------------------------------------------------- 1 | 16.768593072891235 -------------------------------------------------------------------------------- /starcoder-generated/torch-inductor-generated/step19-3shot/unary=20/time.txt: -------------------------------------------------------------------------------- 1 | 6.454880952835083 -------------------------------------------------------------------------------- /starcoder-generated/torch-inductor-generated/step19-3shot/unary=21/time.txt: -------------------------------------------------------------------------------- 1 | 5.799911975860596 -------------------------------------------------------------------------------- /starcoder-generated/torch-inductor-generated/step19-3shot/unary=22/time.txt: -------------------------------------------------------------------------------- 1 | 4.903214693069458 -------------------------------------------------------------------------------- /starcoder-generated/torch-inductor-generated/step19-3shot/unary=23/time.txt: -------------------------------------------------------------------------------- 1 | 4.978394508361816 -------------------------------------------------------------------------------- /starcoder-generated/torch-inductor-generated/step19-3shot/unary=24/time.txt: -------------------------------------------------------------------------------- 1 | 13.419153213500977 -------------------------------------------------------------------------------- /starcoder-generated/torch-inductor-generated/step19-3shot/unary=25/time.txt: -------------------------------------------------------------------------------- 1 | 7.501591205596924 -------------------------------------------------------------------------------- /starcoder-generated/torch-inductor-generated/step19-3shot/unary=26/time.txt: -------------------------------------------------------------------------------- 1 | 7.016948938369751 -------------------------------------------------------------------------------- /starcoder-generated/torch-inductor-generated/step19-3shot/unary=27/time.txt: -------------------------------------------------------------------------------- 1 | 8.004361867904663 -------------------------------------------------------------------------------- /starcoder-generated/torch-inductor-generated/step19-3shot/unary=28/time.txt: -------------------------------------------------------------------------------- 1 | 6.540916204452515 -------------------------------------------------------------------------------- /starcoder-generated/torch-inductor-generated/step19-3shot/unary=29/time.txt: -------------------------------------------------------------------------------- 1 | 12.625907182693481 -------------------------------------------------------------------------------- /starcoder-generated/torch-inductor-generated/step19-3shot/unary=3/time.txt: -------------------------------------------------------------------------------- 1 | 18.012781620025635 -------------------------------------------------------------------------------- /starcoder-generated/torch-inductor-generated/step19-3shot/unary=4/time.txt: -------------------------------------------------------------------------------- 1 | 7.820214509963989 -------------------------------------------------------------------------------- /starcoder-generated/torch-inductor-generated/step19-3shot/unary=5/time.txt: -------------------------------------------------------------------------------- 1 | 6.811835050582886 -------------------------------------------------------------------------------- /starcoder-generated/torch-inductor-generated/step19-3shot/unary=6/time.txt: -------------------------------------------------------------------------------- 1 | 7.986500978469849 -------------------------------------------------------------------------------- /starcoder-generated/torch-inductor-generated/step19-3shot/unary=7/time.txt: -------------------------------------------------------------------------------- 1 | 6.593181610107422 -------------------------------------------------------------------------------- /starcoder-generated/torch-inductor-generated/step19-3shot/unary=8/time.txt: -------------------------------------------------------------------------------- 1 | 7.443793296813965 -------------------------------------------------------------------------------- /starcoder-generated/torch-inductor-generated/step19-3shot/unary=9/time.txt: -------------------------------------------------------------------------------- 1 | 5.568484544754028 -------------------------------------------------------------------------------- /starcoder-generated/torch-inductor-generated/step2-3shot/addmm/time.txt: -------------------------------------------------------------------------------- 1 | 6.547978639602661 -------------------------------------------------------------------------------- /starcoder-generated/torch-inductor-generated/step2-3shot/binary=0/time.txt: -------------------------------------------------------------------------------- 1 | 6.332319021224976 -------------------------------------------------------------------------------- /starcoder-generated/torch-inductor-generated/step2-3shot/binary=2/time.txt: -------------------------------------------------------------------------------- 1 | 7.4097230434417725 -------------------------------------------------------------------------------- /starcoder-generated/torch-inductor-generated/step2-3shot/binary=4/time.txt: -------------------------------------------------------------------------------- 1 | 6.8391313552856445 -------------------------------------------------------------------------------- /starcoder-generated/torch-inductor-generated/step2-3shot/binary=6/time.txt: -------------------------------------------------------------------------------- 1 | 5.379273891448975 -------------------------------------------------------------------------------- /starcoder-generated/torch-inductor-generated/step2-3shot/binary=8/time.txt: -------------------------------------------------------------------------------- 1 | 5.833566188812256 -------------------------------------------------------------------------------- /starcoder-generated/torch-inductor-generated/step2-3shot/cat_addmm/time.txt: -------------------------------------------------------------------------------- 1 | 9.042916536331177 -------------------------------------------------------------------------------- /starcoder-generated/torch-inductor-generated/step2-3shot/cat_mm/time.txt: -------------------------------------------------------------------------------- 1 | 6.8561506271362305 -------------------------------------------------------------------------------- /starcoder-generated/torch-inductor-generated/step2-3shot/replace_fx/time.txt: -------------------------------------------------------------------------------- 1 | 8.09928035736084 -------------------------------------------------------------------------------- /starcoder-generated/torch-inductor-generated/step2-3shot/sfdp=0/time.txt: -------------------------------------------------------------------------------- 1 | 12.76353907585144 -------------------------------------------------------------------------------- /starcoder-generated/torch-inductor-generated/step2-3shot/sfdp=1/time.txt: -------------------------------------------------------------------------------- 1 | 26.770605087280273 -------------------------------------------------------------------------------- /starcoder-generated/torch-inductor-generated/step2-3shot/sfdp=2/time.txt: -------------------------------------------------------------------------------- 1 | 19.155517101287842 -------------------------------------------------------------------------------- /starcoder-generated/torch-inductor-generated/step2-3shot/sfdp=3/time.txt: -------------------------------------------------------------------------------- 1 | 11.697452783584595 -------------------------------------------------------------------------------- /starcoder-generated/torch-inductor-generated/step2-3shot/sfdp=4/time.txt: -------------------------------------------------------------------------------- 1 | 19.956663608551025 -------------------------------------------------------------------------------- /starcoder-generated/torch-inductor-generated/step2-3shot/sfdp=5/time.txt: -------------------------------------------------------------------------------- 1 | 90.07371592521667 -------------------------------------------------------------------------------- /starcoder-generated/torch-inductor-generated/step2-3shot/unary=0/time.txt: -------------------------------------------------------------------------------- 1 | 34.07106328010559 -------------------------------------------------------------------------------- /starcoder-generated/torch-inductor-generated/step2-3shot/unary=1/time.txt: -------------------------------------------------------------------------------- 1 | 8.039300680160522 -------------------------------------------------------------------------------- /starcoder-generated/torch-inductor-generated/step2-3shot/unary=10/time.txt: -------------------------------------------------------------------------------- 1 | 7.178305387496948 -------------------------------------------------------------------------------- /starcoder-generated/torch-inductor-generated/step2-3shot/unary=11/time.txt: -------------------------------------------------------------------------------- 1 | 7.976880788803101 -------------------------------------------------------------------------------- /starcoder-generated/torch-inductor-generated/step2-3shot/unary=12/time.txt: -------------------------------------------------------------------------------- 1 | 5.991939067840576 -------------------------------------------------------------------------------- /starcoder-generated/torch-inductor-generated/step2-3shot/unary=13/time.txt: -------------------------------------------------------------------------------- 1 | 5.746344566345215 -------------------------------------------------------------------------------- /starcoder-generated/torch-inductor-generated/step2-3shot/unary=14/time.txt: -------------------------------------------------------------------------------- 1 | 10.669999599456787 -------------------------------------------------------------------------------- /starcoder-generated/torch-inductor-generated/step2-3shot/unary=15/time.txt: -------------------------------------------------------------------------------- 1 | 5.422715663909912 -------------------------------------------------------------------------------- /starcoder-generated/torch-inductor-generated/step2-3shot/unary=16/time.txt: -------------------------------------------------------------------------------- 1 | 5.052031755447388 -------------------------------------------------------------------------------- /starcoder-generated/torch-inductor-generated/step2-3shot/unary=17/time.txt: -------------------------------------------------------------------------------- 1 | 7.97951078414917 -------------------------------------------------------------------------------- /starcoder-generated/torch-inductor-generated/step2-3shot/unary=18/time.txt: -------------------------------------------------------------------------------- 1 | 6.15217399597168 -------------------------------------------------------------------------------- /starcoder-generated/torch-inductor-generated/step2-3shot/unary=19/time.txt: -------------------------------------------------------------------------------- 1 | 6.986217975616455 -------------------------------------------------------------------------------- /starcoder-generated/torch-inductor-generated/step2-3shot/unary=2/time.txt: -------------------------------------------------------------------------------- 1 | 21.22101402282715 -------------------------------------------------------------------------------- /starcoder-generated/torch-inductor-generated/step2-3shot/unary=20/time.txt: -------------------------------------------------------------------------------- 1 | 8.173160791397095 -------------------------------------------------------------------------------- /starcoder-generated/torch-inductor-generated/step2-3shot/unary=21/time.txt: -------------------------------------------------------------------------------- 1 | 7.372927904129028 -------------------------------------------------------------------------------- /starcoder-generated/torch-inductor-generated/step2-3shot/unary=22/time.txt: -------------------------------------------------------------------------------- 1 | 5.121359348297119 -------------------------------------------------------------------------------- /starcoder-generated/torch-inductor-generated/step2-3shot/unary=23/time.txt: -------------------------------------------------------------------------------- 1 | 6.064764499664307 -------------------------------------------------------------------------------- /starcoder-generated/torch-inductor-generated/step2-3shot/unary=24/time.txt: -------------------------------------------------------------------------------- 1 | 7.645362377166748 -------------------------------------------------------------------------------- /starcoder-generated/torch-inductor-generated/step2-3shot/unary=25/time.txt: -------------------------------------------------------------------------------- 1 | 8.323701620101929 -------------------------------------------------------------------------------- /starcoder-generated/torch-inductor-generated/step2-3shot/unary=26/time.txt: -------------------------------------------------------------------------------- 1 | 6.7816150188446045 -------------------------------------------------------------------------------- /starcoder-generated/torch-inductor-generated/step2-3shot/unary=27/time.txt: -------------------------------------------------------------------------------- 1 | 8.073772192001343 -------------------------------------------------------------------------------- /starcoder-generated/torch-inductor-generated/step2-3shot/unary=28/time.txt: -------------------------------------------------------------------------------- 1 | 7.198101997375488 -------------------------------------------------------------------------------- /starcoder-generated/torch-inductor-generated/step2-3shot/unary=29/time.txt: -------------------------------------------------------------------------------- 1 | 10.412329912185669 -------------------------------------------------------------------------------- /starcoder-generated/torch-inductor-generated/step2-3shot/unary=3/time.txt: -------------------------------------------------------------------------------- 1 | 14.04209017753601 -------------------------------------------------------------------------------- /starcoder-generated/torch-inductor-generated/step2-3shot/unary=4/time.txt: -------------------------------------------------------------------------------- 1 | 7.36137056350708 -------------------------------------------------------------------------------- /starcoder-generated/torch-inductor-generated/step2-3shot/unary=5/time.txt: -------------------------------------------------------------------------------- 1 | 7.384463787078857 -------------------------------------------------------------------------------- /starcoder-generated/torch-inductor-generated/step2-3shot/unary=5/unary=5_3.py: -------------------------------------------------------------------------------- 1 | 2 | 3 | -------------------------------------------------------------------------------- /starcoder-generated/torch-inductor-generated/step2-3shot/unary=6/time.txt: -------------------------------------------------------------------------------- 1 | 6.47547721862793 -------------------------------------------------------------------------------- /starcoder-generated/torch-inductor-generated/step2-3shot/unary=7/time.txt: -------------------------------------------------------------------------------- 1 | 5.642141342163086 -------------------------------------------------------------------------------- /starcoder-generated/torch-inductor-generated/step2-3shot/unary=8/time.txt: -------------------------------------------------------------------------------- 1 | 7.233737230300903 -------------------------------------------------------------------------------- /starcoder-generated/torch-inductor-generated/step2-3shot/unary=9/time.txt: -------------------------------------------------------------------------------- 1 | 5.469132661819458 -------------------------------------------------------------------------------- /starcoder-generated/torch-inductor-generated/step20-3shot/addmm/time.txt: -------------------------------------------------------------------------------- 1 | 5.001811265945435 -------------------------------------------------------------------------------- /starcoder-generated/torch-inductor-generated/step20-3shot/binary=0/time.txt: -------------------------------------------------------------------------------- 1 | 6.525371313095093 -------------------------------------------------------------------------------- /starcoder-generated/torch-inductor-generated/step20-3shot/binary=10/time.txt: -------------------------------------------------------------------------------- 1 | 6.492919206619263 -------------------------------------------------------------------------------- /starcoder-generated/torch-inductor-generated/step20-3shot/binary=2/time.txt: -------------------------------------------------------------------------------- 1 | 5.999865293502808 -------------------------------------------------------------------------------- /starcoder-generated/torch-inductor-generated/step20-3shot/binary=4/time.txt: -------------------------------------------------------------------------------- 1 | 5.308018445968628 -------------------------------------------------------------------------------- /starcoder-generated/torch-inductor-generated/step20-3shot/binary=6/time.txt: -------------------------------------------------------------------------------- 1 | 5.563015460968018 -------------------------------------------------------------------------------- /starcoder-generated/torch-inductor-generated/step20-3shot/binary=8/time.txt: -------------------------------------------------------------------------------- 1 | 5.592959642410278 -------------------------------------------------------------------------------- /starcoder-generated/torch-inductor-generated/step20-3shot/cat_addmm/time.txt: -------------------------------------------------------------------------------- 1 | 5.125188589096069 -------------------------------------------------------------------------------- /starcoder-generated/torch-inductor-generated/step20-3shot/cat_mm/time.txt: -------------------------------------------------------------------------------- 1 | 6.874506950378418 -------------------------------------------------------------------------------- /starcoder-generated/torch-inductor-generated/step20-3shot/sfdp=0/time.txt: -------------------------------------------------------------------------------- 1 | 6.723773956298828 -------------------------------------------------------------------------------- /starcoder-generated/torch-inductor-generated/step20-3shot/sfdp=1/time.txt: -------------------------------------------------------------------------------- 1 | 28.34289813041687 -------------------------------------------------------------------------------- /starcoder-generated/torch-inductor-generated/step20-3shot/sfdp=2/time.txt: -------------------------------------------------------------------------------- 1 | 12.371757507324219 -------------------------------------------------------------------------------- /starcoder-generated/torch-inductor-generated/step20-3shot/sfdp=3/time.txt: -------------------------------------------------------------------------------- 1 | 16.27918291091919 -------------------------------------------------------------------------------- /starcoder-generated/torch-inductor-generated/step20-3shot/sfdp=4/time.txt: -------------------------------------------------------------------------------- 1 | 26.82737112045288 -------------------------------------------------------------------------------- /starcoder-generated/torch-inductor-generated/step20-3shot/sfdp=5/time.txt: -------------------------------------------------------------------------------- 1 | 13.884903192520142 -------------------------------------------------------------------------------- /starcoder-generated/torch-inductor-generated/step20-3shot/unary=0/time.txt: -------------------------------------------------------------------------------- 1 | 19.235355138778687 -------------------------------------------------------------------------------- /starcoder-generated/torch-inductor-generated/step20-3shot/unary=1/time.txt: -------------------------------------------------------------------------------- 1 | 13.383106708526611 -------------------------------------------------------------------------------- /starcoder-generated/torch-inductor-generated/step20-3shot/unary=10/time.txt: -------------------------------------------------------------------------------- 1 | 6.565079689025879 -------------------------------------------------------------------------------- /starcoder-generated/torch-inductor-generated/step20-3shot/unary=11/time.txt: -------------------------------------------------------------------------------- 1 | 14.424158811569214 -------------------------------------------------------------------------------- /starcoder-generated/torch-inductor-generated/step20-3shot/unary=12/time.txt: -------------------------------------------------------------------------------- 1 | 5.726733207702637 -------------------------------------------------------------------------------- /starcoder-generated/torch-inductor-generated/step20-3shot/unary=13/time.txt: -------------------------------------------------------------------------------- 1 | 5.282839298248291 -------------------------------------------------------------------------------- /starcoder-generated/torch-inductor-generated/step20-3shot/unary=14/time.txt: -------------------------------------------------------------------------------- 1 | 22.52190899848938 -------------------------------------------------------------------------------- /starcoder-generated/torch-inductor-generated/step20-3shot/unary=15/time.txt: -------------------------------------------------------------------------------- 1 | 16.543307304382324 -------------------------------------------------------------------------------- /starcoder-generated/torch-inductor-generated/step20-3shot/unary=16/time.txt: -------------------------------------------------------------------------------- 1 | 4.4890594482421875 -------------------------------------------------------------------------------- /starcoder-generated/torch-inductor-generated/step20-3shot/unary=17/time.txt: -------------------------------------------------------------------------------- 1 | 8.39519739151001 -------------------------------------------------------------------------------- /starcoder-generated/torch-inductor-generated/step20-3shot/unary=18/time.txt: -------------------------------------------------------------------------------- 1 | 11.480293273925781 -------------------------------------------------------------------------------- /starcoder-generated/torch-inductor-generated/step20-3shot/unary=19/time.txt: -------------------------------------------------------------------------------- 1 | 5.1332314014434814 -------------------------------------------------------------------------------- /starcoder-generated/torch-inductor-generated/step20-3shot/unary=2/time.txt: -------------------------------------------------------------------------------- 1 | 10.133406162261963 -------------------------------------------------------------------------------- /starcoder-generated/torch-inductor-generated/step20-3shot/unary=20/time.txt: -------------------------------------------------------------------------------- 1 | 8.658712148666382 -------------------------------------------------------------------------------- /starcoder-generated/torch-inductor-generated/step20-3shot/unary=21/time.txt: -------------------------------------------------------------------------------- 1 | 6.477049112319946 -------------------------------------------------------------------------------- /starcoder-generated/torch-inductor-generated/step20-3shot/unary=22/time.txt: -------------------------------------------------------------------------------- 1 | 4.523514270782471 -------------------------------------------------------------------------------- /starcoder-generated/torch-inductor-generated/step20-3shot/unary=23/time.txt: -------------------------------------------------------------------------------- 1 | 21.879417419433594 -------------------------------------------------------------------------------- /starcoder-generated/torch-inductor-generated/step20-3shot/unary=24/time.txt: -------------------------------------------------------------------------------- 1 | 9.63490915298462 -------------------------------------------------------------------------------- /starcoder-generated/torch-inductor-generated/step20-3shot/unary=25/time.txt: -------------------------------------------------------------------------------- 1 | 6.461197137832642 -------------------------------------------------------------------------------- /starcoder-generated/torch-inductor-generated/step20-3shot/unary=26/time.txt: -------------------------------------------------------------------------------- 1 | 14.947878122329712 -------------------------------------------------------------------------------- /starcoder-generated/torch-inductor-generated/step20-3shot/unary=27/time.txt: -------------------------------------------------------------------------------- 1 | 10.892332792282104 -------------------------------------------------------------------------------- /starcoder-generated/torch-inductor-generated/step20-3shot/unary=28/time.txt: -------------------------------------------------------------------------------- 1 | 6.664852142333984 -------------------------------------------------------------------------------- /starcoder-generated/torch-inductor-generated/step20-3shot/unary=29/time.txt: -------------------------------------------------------------------------------- 1 | 7.293463230133057 -------------------------------------------------------------------------------- /starcoder-generated/torch-inductor-generated/step20-3shot/unary=3/time.txt: -------------------------------------------------------------------------------- 1 | 8.489935874938965 -------------------------------------------------------------------------------- /starcoder-generated/torch-inductor-generated/step20-3shot/unary=4/time.txt: -------------------------------------------------------------------------------- 1 | 7.026517152786255 -------------------------------------------------------------------------------- /starcoder-generated/torch-inductor-generated/step20-3shot/unary=5/time.txt: -------------------------------------------------------------------------------- 1 | 6.535617828369141 -------------------------------------------------------------------------------- /starcoder-generated/torch-inductor-generated/step20-3shot/unary=6/time.txt: -------------------------------------------------------------------------------- 1 | 10.40844202041626 -------------------------------------------------------------------------------- /starcoder-generated/torch-inductor-generated/step20-3shot/unary=7/time.txt: -------------------------------------------------------------------------------- 1 | 5.79880690574646 -------------------------------------------------------------------------------- /starcoder-generated/torch-inductor-generated/step20-3shot/unary=8/time.txt: -------------------------------------------------------------------------------- 1 | 7.63876748085022 -------------------------------------------------------------------------------- /starcoder-generated/torch-inductor-generated/step20-3shot/unary=9/time.txt: -------------------------------------------------------------------------------- 1 | 6.606023073196411 -------------------------------------------------------------------------------- /starcoder-generated/torch-inductor-generated/step21-3shot/addmm/time.txt: -------------------------------------------------------------------------------- 1 | 4.38355278968811 -------------------------------------------------------------------------------- /starcoder-generated/torch-inductor-generated/step21-3shot/binary=0/time.txt: -------------------------------------------------------------------------------- 1 | 6.4721925258636475 -------------------------------------------------------------------------------- /starcoder-generated/torch-inductor-generated/step21-3shot/binary=10/time.txt: -------------------------------------------------------------------------------- 1 | 6.872081518173218 -------------------------------------------------------------------------------- /starcoder-generated/torch-inductor-generated/step21-3shot/binary=2/time.txt: -------------------------------------------------------------------------------- 1 | 5.293605327606201 -------------------------------------------------------------------------------- /starcoder-generated/torch-inductor-generated/step21-3shot/binary=4/time.txt: -------------------------------------------------------------------------------- 1 | 7.1301350593566895 -------------------------------------------------------------------------------- /starcoder-generated/torch-inductor-generated/step21-3shot/binary=6/time.txt: -------------------------------------------------------------------------------- 1 | 11.722691774368286 -------------------------------------------------------------------------------- /starcoder-generated/torch-inductor-generated/step21-3shot/binary=8/time.txt: -------------------------------------------------------------------------------- 1 | 6.427459001541138 -------------------------------------------------------------------------------- /starcoder-generated/torch-inductor-generated/step21-3shot/cat_addmm/time.txt: -------------------------------------------------------------------------------- 1 | 4.760648488998413 -------------------------------------------------------------------------------- /starcoder-generated/torch-inductor-generated/step21-3shot/cat_mm/time.txt: -------------------------------------------------------------------------------- 1 | 8.06700611114502 -------------------------------------------------------------------------------- /starcoder-generated/torch-inductor-generated/step21-3shot/sfdp=0/time.txt: -------------------------------------------------------------------------------- 1 | 6.770660877227783 -------------------------------------------------------------------------------- /starcoder-generated/torch-inductor-generated/step21-3shot/sfdp=1/time.txt: -------------------------------------------------------------------------------- 1 | 18.859558582305908 -------------------------------------------------------------------------------- /starcoder-generated/torch-inductor-generated/step21-3shot/sfdp=2/time.txt: -------------------------------------------------------------------------------- 1 | 17.804709911346436 -------------------------------------------------------------------------------- /starcoder-generated/torch-inductor-generated/step21-3shot/sfdp=3/time.txt: -------------------------------------------------------------------------------- 1 | 17.00520133972168 -------------------------------------------------------------------------------- /starcoder-generated/torch-inductor-generated/step21-3shot/sfdp=4/time.txt: -------------------------------------------------------------------------------- 1 | 21.32698392868042 -------------------------------------------------------------------------------- /starcoder-generated/torch-inductor-generated/step21-3shot/sfdp=5/time.txt: -------------------------------------------------------------------------------- 1 | 9.387242078781128 -------------------------------------------------------------------------------- /starcoder-generated/torch-inductor-generated/step21-3shot/unary=0/time.txt: -------------------------------------------------------------------------------- 1 | 10.425145149230957 -------------------------------------------------------------------------------- /starcoder-generated/torch-inductor-generated/step21-3shot/unary=1/time.txt: -------------------------------------------------------------------------------- 1 | 9.102543115615845 -------------------------------------------------------------------------------- /starcoder-generated/torch-inductor-generated/step21-3shot/unary=10/time.txt: -------------------------------------------------------------------------------- 1 | 9.285602331161499 -------------------------------------------------------------------------------- /starcoder-generated/torch-inductor-generated/step21-3shot/unary=11/time.txt: -------------------------------------------------------------------------------- 1 | 6.537280321121216 -------------------------------------------------------------------------------- /starcoder-generated/torch-inductor-generated/step21-3shot/unary=12/time.txt: -------------------------------------------------------------------------------- 1 | 8.461230039596558 -------------------------------------------------------------------------------- /starcoder-generated/torch-inductor-generated/step21-3shot/unary=13/time.txt: -------------------------------------------------------------------------------- 1 | 8.569090127944946 -------------------------------------------------------------------------------- /starcoder-generated/torch-inductor-generated/step21-3shot/unary=14/time.txt: -------------------------------------------------------------------------------- 1 | 5.857736825942993 -------------------------------------------------------------------------------- /starcoder-generated/torch-inductor-generated/step21-3shot/unary=15/time.txt: -------------------------------------------------------------------------------- 1 | 10.367013216018677 -------------------------------------------------------------------------------- /starcoder-generated/torch-inductor-generated/step21-3shot/unary=16/time.txt: -------------------------------------------------------------------------------- 1 | 5.058745861053467 -------------------------------------------------------------------------------- /starcoder-generated/torch-inductor-generated/step21-3shot/unary=17/time.txt: -------------------------------------------------------------------------------- 1 | 9.754900932312012 -------------------------------------------------------------------------------- /starcoder-generated/torch-inductor-generated/step21-3shot/unary=18/time.txt: -------------------------------------------------------------------------------- 1 | 8.269583225250244 -------------------------------------------------------------------------------- /starcoder-generated/torch-inductor-generated/step21-3shot/unary=19/time.txt: -------------------------------------------------------------------------------- 1 | 4.6447978019714355 -------------------------------------------------------------------------------- /starcoder-generated/torch-inductor-generated/step21-3shot/unary=2/time.txt: -------------------------------------------------------------------------------- 1 | 19.052026748657227 -------------------------------------------------------------------------------- /starcoder-generated/torch-inductor-generated/step21-3shot/unary=20/time.txt: -------------------------------------------------------------------------------- 1 | 15.49371337890625 -------------------------------------------------------------------------------- /starcoder-generated/torch-inductor-generated/step21-3shot/unary=21/time.txt: -------------------------------------------------------------------------------- 1 | 12.532560586929321 -------------------------------------------------------------------------------- /starcoder-generated/torch-inductor-generated/step21-3shot/unary=22/time.txt: -------------------------------------------------------------------------------- 1 | 6.427887678146362 -------------------------------------------------------------------------------- /starcoder-generated/torch-inductor-generated/step21-3shot/unary=23/time.txt: -------------------------------------------------------------------------------- 1 | 5.180294990539551 -------------------------------------------------------------------------------- /starcoder-generated/torch-inductor-generated/step21-3shot/unary=24/time.txt: -------------------------------------------------------------------------------- 1 | 9.777543544769287 -------------------------------------------------------------------------------- /starcoder-generated/torch-inductor-generated/step21-3shot/unary=25/time.txt: -------------------------------------------------------------------------------- 1 | 6.241657018661499 -------------------------------------------------------------------------------- /starcoder-generated/torch-inductor-generated/step21-3shot/unary=26/time.txt: -------------------------------------------------------------------------------- 1 | 8.148078918457031 -------------------------------------------------------------------------------- /starcoder-generated/torch-inductor-generated/step21-3shot/unary=27/time.txt: -------------------------------------------------------------------------------- 1 | 7.717369079589844 -------------------------------------------------------------------------------- /starcoder-generated/torch-inductor-generated/step21-3shot/unary=28/time.txt: -------------------------------------------------------------------------------- 1 | 7.0276267528533936 -------------------------------------------------------------------------------- /starcoder-generated/torch-inductor-generated/step21-3shot/unary=29/time.txt: -------------------------------------------------------------------------------- 1 | 93.1056489944458 -------------------------------------------------------------------------------- /starcoder-generated/torch-inductor-generated/step21-3shot/unary=3/time.txt: -------------------------------------------------------------------------------- 1 | 14.024198055267334 -------------------------------------------------------------------------------- /starcoder-generated/torch-inductor-generated/step21-3shot/unary=4/time.txt: -------------------------------------------------------------------------------- 1 | 7.195885181427002 -------------------------------------------------------------------------------- /starcoder-generated/torch-inductor-generated/step21-3shot/unary=5/time.txt: -------------------------------------------------------------------------------- 1 | 8.203240156173706 -------------------------------------------------------------------------------- /starcoder-generated/torch-inductor-generated/step21-3shot/unary=6/time.txt: -------------------------------------------------------------------------------- 1 | 9.03005313873291 -------------------------------------------------------------------------------- /starcoder-generated/torch-inductor-generated/step21-3shot/unary=7/time.txt: -------------------------------------------------------------------------------- 1 | 6.5893309116363525 -------------------------------------------------------------------------------- /starcoder-generated/torch-inductor-generated/step21-3shot/unary=8/time.txt: -------------------------------------------------------------------------------- 1 | 9.900468587875366 -------------------------------------------------------------------------------- /starcoder-generated/torch-inductor-generated/step21-3shot/unary=9/time.txt: -------------------------------------------------------------------------------- 1 | 12.265499591827393 -------------------------------------------------------------------------------- /starcoder-generated/torch-inductor-generated/step22-3shot/addmm/time.txt: -------------------------------------------------------------------------------- 1 | 4.6416380405426025 -------------------------------------------------------------------------------- /starcoder-generated/torch-inductor-generated/step22-3shot/binary=0/time.txt: -------------------------------------------------------------------------------- 1 | 10.30015516281128 -------------------------------------------------------------------------------- /starcoder-generated/torch-inductor-generated/step22-3shot/binary=10/time.txt: -------------------------------------------------------------------------------- 1 | 4.939172267913818 -------------------------------------------------------------------------------- /starcoder-generated/torch-inductor-generated/step22-3shot/binary=2/time.txt: -------------------------------------------------------------------------------- 1 | 5.815919399261475 -------------------------------------------------------------------------------- /starcoder-generated/torch-inductor-generated/step22-3shot/binary=4/time.txt: -------------------------------------------------------------------------------- 1 | 5.009972095489502 -------------------------------------------------------------------------------- /starcoder-generated/torch-inductor-generated/step22-3shot/binary=6/time.txt: -------------------------------------------------------------------------------- 1 | 5.302931070327759 -------------------------------------------------------------------------------- /starcoder-generated/torch-inductor-generated/step22-3shot/binary=8/time.txt: -------------------------------------------------------------------------------- 1 | 5.91593861579895 -------------------------------------------------------------------------------- /starcoder-generated/torch-inductor-generated/step22-3shot/cat_addmm/time.txt: -------------------------------------------------------------------------------- 1 | 22.16120433807373 -------------------------------------------------------------------------------- /starcoder-generated/torch-inductor-generated/step22-3shot/cat_mm/time.txt: -------------------------------------------------------------------------------- 1 | 7.4058942794799805 -------------------------------------------------------------------------------- /starcoder-generated/torch-inductor-generated/step22-3shot/sfdp=0/time.txt: -------------------------------------------------------------------------------- 1 | 6.4300737380981445 -------------------------------------------------------------------------------- /starcoder-generated/torch-inductor-generated/step22-3shot/sfdp=1/time.txt: -------------------------------------------------------------------------------- 1 | 17.50397038459778 -------------------------------------------------------------------------------- /starcoder-generated/torch-inductor-generated/step22-3shot/sfdp=2/time.txt: -------------------------------------------------------------------------------- 1 | 11.122503519058228 -------------------------------------------------------------------------------- /starcoder-generated/torch-inductor-generated/step22-3shot/sfdp=3/time.txt: -------------------------------------------------------------------------------- 1 | 16.889228343963623 -------------------------------------------------------------------------------- /starcoder-generated/torch-inductor-generated/step22-3shot/sfdp=4/time.txt: -------------------------------------------------------------------------------- 1 | 24.93870997428894 -------------------------------------------------------------------------------- /starcoder-generated/torch-inductor-generated/step22-3shot/sfdp=5/time.txt: -------------------------------------------------------------------------------- 1 | 10.302044153213501 -------------------------------------------------------------------------------- /starcoder-generated/torch-inductor-generated/step22-3shot/unary=0/time.txt: -------------------------------------------------------------------------------- 1 | 15.377366781234741 -------------------------------------------------------------------------------- /starcoder-generated/torch-inductor-generated/step22-3shot/unary=1/time.txt: -------------------------------------------------------------------------------- 1 | 10.663814783096313 -------------------------------------------------------------------------------- /starcoder-generated/torch-inductor-generated/step22-3shot/unary=10/time.txt: -------------------------------------------------------------------------------- 1 | 6.641751527786255 -------------------------------------------------------------------------------- /starcoder-generated/torch-inductor-generated/step22-3shot/unary=11/time.txt: -------------------------------------------------------------------------------- 1 | 10.13685417175293 -------------------------------------------------------------------------------- /starcoder-generated/torch-inductor-generated/step22-3shot/unary=12/time.txt: -------------------------------------------------------------------------------- 1 | 8.323012351989746 -------------------------------------------------------------------------------- /starcoder-generated/torch-inductor-generated/step22-3shot/unary=13/time.txt: -------------------------------------------------------------------------------- 1 | 5.5037455558776855 -------------------------------------------------------------------------------- /starcoder-generated/torch-inductor-generated/step22-3shot/unary=14/time.txt: -------------------------------------------------------------------------------- 1 | 6.025607109069824 -------------------------------------------------------------------------------- /starcoder-generated/torch-inductor-generated/step22-3shot/unary=15/time.txt: -------------------------------------------------------------------------------- 1 | 11.328184366226196 -------------------------------------------------------------------------------- /starcoder-generated/torch-inductor-generated/step22-3shot/unary=16/time.txt: -------------------------------------------------------------------------------- 1 | 5.59937310218811 -------------------------------------------------------------------------------- /starcoder-generated/torch-inductor-generated/step22-3shot/unary=17/time.txt: -------------------------------------------------------------------------------- 1 | 8.348979234695435 -------------------------------------------------------------------------------- /starcoder-generated/torch-inductor-generated/step22-3shot/unary=18/time.txt: -------------------------------------------------------------------------------- 1 | 16.62017560005188 -------------------------------------------------------------------------------- /starcoder-generated/torch-inductor-generated/step22-3shot/unary=19/time.txt: -------------------------------------------------------------------------------- 1 | 6.470614194869995 -------------------------------------------------------------------------------- /starcoder-generated/torch-inductor-generated/step22-3shot/unary=2/time.txt: -------------------------------------------------------------------------------- 1 | 12.139037609100342 -------------------------------------------------------------------------------- /starcoder-generated/torch-inductor-generated/step22-3shot/unary=20/time.txt: -------------------------------------------------------------------------------- 1 | 6.737471342086792 -------------------------------------------------------------------------------- /starcoder-generated/torch-inductor-generated/step22-3shot/unary=21/time.txt: -------------------------------------------------------------------------------- 1 | 13.816515445709229 -------------------------------------------------------------------------------- /starcoder-generated/torch-inductor-generated/step22-3shot/unary=22/time.txt: -------------------------------------------------------------------------------- 1 | 4.483679533004761 -------------------------------------------------------------------------------- /starcoder-generated/torch-inductor-generated/step22-3shot/unary=23/time.txt: -------------------------------------------------------------------------------- 1 | 5.282262563705444 -------------------------------------------------------------------------------- /starcoder-generated/torch-inductor-generated/step22-3shot/unary=24/time.txt: -------------------------------------------------------------------------------- 1 | 9.449692487716675 -------------------------------------------------------------------------------- /starcoder-generated/torch-inductor-generated/step22-3shot/unary=25/time.txt: -------------------------------------------------------------------------------- 1 | 6.618267059326172 -------------------------------------------------------------------------------- /starcoder-generated/torch-inductor-generated/step22-3shot/unary=26/time.txt: -------------------------------------------------------------------------------- 1 | 12.88034462928772 -------------------------------------------------------------------------------- /starcoder-generated/torch-inductor-generated/step22-3shot/unary=27/time.txt: -------------------------------------------------------------------------------- 1 | 7.910410404205322 -------------------------------------------------------------------------------- /starcoder-generated/torch-inductor-generated/step22-3shot/unary=28/time.txt: -------------------------------------------------------------------------------- 1 | 7.243123769760132 -------------------------------------------------------------------------------- /starcoder-generated/torch-inductor-generated/step22-3shot/unary=29/time.txt: -------------------------------------------------------------------------------- 1 | 36.08461809158325 -------------------------------------------------------------------------------- /starcoder-generated/torch-inductor-generated/step22-3shot/unary=3/time.txt: -------------------------------------------------------------------------------- 1 | 8.518481016159058 -------------------------------------------------------------------------------- /starcoder-generated/torch-inductor-generated/step22-3shot/unary=4/time.txt: -------------------------------------------------------------------------------- 1 | 6.669011354446411 -------------------------------------------------------------------------------- /starcoder-generated/torch-inductor-generated/step22-3shot/unary=5/time.txt: -------------------------------------------------------------------------------- 1 | 8.289628744125366 -------------------------------------------------------------------------------- /starcoder-generated/torch-inductor-generated/step22-3shot/unary=6/time.txt: -------------------------------------------------------------------------------- 1 | 11.364260196685791 -------------------------------------------------------------------------------- /starcoder-generated/torch-inductor-generated/step22-3shot/unary=7/time.txt: -------------------------------------------------------------------------------- 1 | 6.597575664520264 -------------------------------------------------------------------------------- /starcoder-generated/torch-inductor-generated/step22-3shot/unary=8/time.txt: -------------------------------------------------------------------------------- 1 | 7.051968336105347 -------------------------------------------------------------------------------- /starcoder-generated/torch-inductor-generated/step22-3shot/unary=9/time.txt: -------------------------------------------------------------------------------- 1 | 12.340691328048706 -------------------------------------------------------------------------------- /starcoder-generated/torch-inductor-generated/step23-3shot/addmm/time.txt: -------------------------------------------------------------------------------- 1 | 4.33832573890686 -------------------------------------------------------------------------------- /starcoder-generated/torch-inductor-generated/step23-3shot/binary=0/time.txt: -------------------------------------------------------------------------------- 1 | 8.761909246444702 -------------------------------------------------------------------------------- /starcoder-generated/torch-inductor-generated/step23-3shot/binary=10/time.txt: -------------------------------------------------------------------------------- 1 | 5.183335542678833 -------------------------------------------------------------------------------- /starcoder-generated/torch-inductor-generated/step23-3shot/binary=2/time.txt: -------------------------------------------------------------------------------- 1 | 6.001708745956421 -------------------------------------------------------------------------------- /starcoder-generated/torch-inductor-generated/step23-3shot/binary=4/time.txt: -------------------------------------------------------------------------------- 1 | 5.5190582275390625 -------------------------------------------------------------------------------- /starcoder-generated/torch-inductor-generated/step23-3shot/binary=6/time.txt: -------------------------------------------------------------------------------- 1 | 5.822574138641357 -------------------------------------------------------------------------------- /starcoder-generated/torch-inductor-generated/step23-3shot/binary=8/time.txt: -------------------------------------------------------------------------------- 1 | 5.959144830703735 -------------------------------------------------------------------------------- /starcoder-generated/torch-inductor-generated/step23-3shot/cat_addmm/time.txt: -------------------------------------------------------------------------------- 1 | 5.142797470092773 -------------------------------------------------------------------------------- /starcoder-generated/torch-inductor-generated/step23-3shot/cat_mm/time.txt: -------------------------------------------------------------------------------- 1 | 6.343104600906372 -------------------------------------------------------------------------------- /starcoder-generated/torch-inductor-generated/step23-3shot/sfdp=0/time.txt: -------------------------------------------------------------------------------- 1 | 6.6691131591796875 -------------------------------------------------------------------------------- /starcoder-generated/torch-inductor-generated/step23-3shot/sfdp=1/time.txt: -------------------------------------------------------------------------------- 1 | 38.38061547279358 -------------------------------------------------------------------------------- /starcoder-generated/torch-inductor-generated/step23-3shot/sfdp=2/time.txt: -------------------------------------------------------------------------------- 1 | 12.035218000411987 -------------------------------------------------------------------------------- /starcoder-generated/torch-inductor-generated/step23-3shot/sfdp=3/time.txt: -------------------------------------------------------------------------------- 1 | 9.083374261856079 -------------------------------------------------------------------------------- /starcoder-generated/torch-inductor-generated/step23-3shot/sfdp=4/time.txt: -------------------------------------------------------------------------------- 1 | 27.176865339279175 -------------------------------------------------------------------------------- /starcoder-generated/torch-inductor-generated/step23-3shot/sfdp=5/time.txt: -------------------------------------------------------------------------------- 1 | 10.753664493560791 -------------------------------------------------------------------------------- /starcoder-generated/torch-inductor-generated/step23-3shot/unary=0/time.txt: -------------------------------------------------------------------------------- 1 | 10.167019605636597 -------------------------------------------------------------------------------- /starcoder-generated/torch-inductor-generated/step23-3shot/unary=1/time.txt: -------------------------------------------------------------------------------- 1 | 8.326873064041138 -------------------------------------------------------------------------------- /starcoder-generated/torch-inductor-generated/step23-3shot/unary=10/time.txt: -------------------------------------------------------------------------------- 1 | 9.767576456069946 -------------------------------------------------------------------------------- /starcoder-generated/torch-inductor-generated/step23-3shot/unary=11/time.txt: -------------------------------------------------------------------------------- 1 | 6.77524995803833 -------------------------------------------------------------------------------- /starcoder-generated/torch-inductor-generated/step23-3shot/unary=12/time.txt: -------------------------------------------------------------------------------- 1 | 15.001119136810303 -------------------------------------------------------------------------------- /starcoder-generated/torch-inductor-generated/step23-3shot/unary=13/time.txt: -------------------------------------------------------------------------------- 1 | 5.858664035797119 -------------------------------------------------------------------------------- /starcoder-generated/torch-inductor-generated/step23-3shot/unary=14/time.txt: -------------------------------------------------------------------------------- 1 | 6.937850475311279 -------------------------------------------------------------------------------- /starcoder-generated/torch-inductor-generated/step23-3shot/unary=15/time.txt: -------------------------------------------------------------------------------- 1 | 8.171334266662598 -------------------------------------------------------------------------------- /starcoder-generated/torch-inductor-generated/step23-3shot/unary=16/time.txt: -------------------------------------------------------------------------------- 1 | 5.082905292510986 -------------------------------------------------------------------------------- /starcoder-generated/torch-inductor-generated/step23-3shot/unary=17/time.txt: -------------------------------------------------------------------------------- 1 | 7.590733289718628 -------------------------------------------------------------------------------- /starcoder-generated/torch-inductor-generated/step23-3shot/unary=18/time.txt: -------------------------------------------------------------------------------- 1 | 16.882766485214233 -------------------------------------------------------------------------------- /starcoder-generated/torch-inductor-generated/step23-3shot/unary=19/time.txt: -------------------------------------------------------------------------------- 1 | 4.650902509689331 -------------------------------------------------------------------------------- /starcoder-generated/torch-inductor-generated/step23-3shot/unary=2/time.txt: -------------------------------------------------------------------------------- 1 | 11.261434316635132 -------------------------------------------------------------------------------- /starcoder-generated/torch-inductor-generated/step23-3shot/unary=20/time.txt: -------------------------------------------------------------------------------- 1 | 6.395162343978882 -------------------------------------------------------------------------------- /starcoder-generated/torch-inductor-generated/step23-3shot/unary=21/time.txt: -------------------------------------------------------------------------------- 1 | 5.815560817718506 -------------------------------------------------------------------------------- /starcoder-generated/torch-inductor-generated/step23-3shot/unary=22/time.txt: -------------------------------------------------------------------------------- 1 | 4.950682878494263 -------------------------------------------------------------------------------- /starcoder-generated/torch-inductor-generated/step23-3shot/unary=23/time.txt: -------------------------------------------------------------------------------- 1 | 5.227164268493652 -------------------------------------------------------------------------------- /starcoder-generated/torch-inductor-generated/step23-3shot/unary=24/time.txt: -------------------------------------------------------------------------------- 1 | 8.093171119689941 -------------------------------------------------------------------------------- /starcoder-generated/torch-inductor-generated/step23-3shot/unary=25/time.txt: -------------------------------------------------------------------------------- 1 | 6.932535886764526 -------------------------------------------------------------------------------- /starcoder-generated/torch-inductor-generated/step23-3shot/unary=26/time.txt: -------------------------------------------------------------------------------- 1 | 6.975853681564331 -------------------------------------------------------------------------------- /starcoder-generated/torch-inductor-generated/step23-3shot/unary=27/time.txt: -------------------------------------------------------------------------------- 1 | 66.96410655975342 -------------------------------------------------------------------------------- /starcoder-generated/torch-inductor-generated/step23-3shot/unary=28/time.txt: -------------------------------------------------------------------------------- 1 | 7.57831883430481 -------------------------------------------------------------------------------- /starcoder-generated/torch-inductor-generated/step23-3shot/unary=29/time.txt: -------------------------------------------------------------------------------- 1 | 10.918912410736084 -------------------------------------------------------------------------------- /starcoder-generated/torch-inductor-generated/step23-3shot/unary=3/time.txt: -------------------------------------------------------------------------------- 1 | 9.480044841766357 -------------------------------------------------------------------------------- /starcoder-generated/torch-inductor-generated/step23-3shot/unary=4/time.txt: -------------------------------------------------------------------------------- 1 | 6.627263069152832 -------------------------------------------------------------------------------- /starcoder-generated/torch-inductor-generated/step23-3shot/unary=5/time.txt: -------------------------------------------------------------------------------- 1 | 10.86243486404419 -------------------------------------------------------------------------------- /starcoder-generated/torch-inductor-generated/step23-3shot/unary=6/time.txt: -------------------------------------------------------------------------------- 1 | 7.541542053222656 -------------------------------------------------------------------------------- /starcoder-generated/torch-inductor-generated/step23-3shot/unary=7/time.txt: -------------------------------------------------------------------------------- 1 | 7.691970109939575 -------------------------------------------------------------------------------- /starcoder-generated/torch-inductor-generated/step23-3shot/unary=8/time.txt: -------------------------------------------------------------------------------- 1 | 15.213428020477295 -------------------------------------------------------------------------------- /starcoder-generated/torch-inductor-generated/step23-3shot/unary=9/time.txt: -------------------------------------------------------------------------------- 1 | 9.113929748535156 -------------------------------------------------------------------------------- /starcoder-generated/torch-inductor-generated/step24-3shot/addmm/time.txt: -------------------------------------------------------------------------------- 1 | 6.224220514297485 -------------------------------------------------------------------------------- /starcoder-generated/torch-inductor-generated/step24-3shot/binary=0/time.txt: -------------------------------------------------------------------------------- 1 | 6.381813287734985 -------------------------------------------------------------------------------- /starcoder-generated/torch-inductor-generated/step24-3shot/binary=10/time.txt: -------------------------------------------------------------------------------- 1 | 8.13369870185852 -------------------------------------------------------------------------------- /starcoder-generated/torch-inductor-generated/step24-3shot/binary=2/time.txt: -------------------------------------------------------------------------------- 1 | 8.538518190383911 -------------------------------------------------------------------------------- /starcoder-generated/torch-inductor-generated/step24-3shot/binary=4/time.txt: -------------------------------------------------------------------------------- 1 | 5.817031383514404 -------------------------------------------------------------------------------- /starcoder-generated/torch-inductor-generated/step24-3shot/binary=6/time.txt: -------------------------------------------------------------------------------- 1 | 6.186360836029053 -------------------------------------------------------------------------------- /starcoder-generated/torch-inductor-generated/step24-3shot/binary=8/time.txt: -------------------------------------------------------------------------------- 1 | 5.809191703796387 -------------------------------------------------------------------------------- /starcoder-generated/torch-inductor-generated/step24-3shot/cat_addmm/time.txt: -------------------------------------------------------------------------------- 1 | 5.196847438812256 -------------------------------------------------------------------------------- /starcoder-generated/torch-inductor-generated/step24-3shot/cat_mm/time.txt: -------------------------------------------------------------------------------- 1 | 7.17973518371582 -------------------------------------------------------------------------------- /starcoder-generated/torch-inductor-generated/step24-3shot/sfdp=0/time.txt: -------------------------------------------------------------------------------- 1 | 6.891744375228882 -------------------------------------------------------------------------------- /starcoder-generated/torch-inductor-generated/step24-3shot/sfdp=1/time.txt: -------------------------------------------------------------------------------- 1 | 14.533745765686035 -------------------------------------------------------------------------------- /starcoder-generated/torch-inductor-generated/step24-3shot/sfdp=2/time.txt: -------------------------------------------------------------------------------- 1 | 32.18204379081726 -------------------------------------------------------------------------------- /starcoder-generated/torch-inductor-generated/step24-3shot/sfdp=3/time.txt: -------------------------------------------------------------------------------- 1 | 17.52403450012207 -------------------------------------------------------------------------------- /starcoder-generated/torch-inductor-generated/step24-3shot/sfdp=4/time.txt: -------------------------------------------------------------------------------- 1 | 131.42692732810974 -------------------------------------------------------------------------------- /starcoder-generated/torch-inductor-generated/step24-3shot/sfdp=5/time.txt: -------------------------------------------------------------------------------- 1 | 10.802737474441528 -------------------------------------------------------------------------------- /starcoder-generated/torch-inductor-generated/step24-3shot/unary=0/time.txt: -------------------------------------------------------------------------------- 1 | 11.612950563430786 -------------------------------------------------------------------------------- /starcoder-generated/torch-inductor-generated/step24-3shot/unary=1/time.txt: -------------------------------------------------------------------------------- 1 | 8.270265579223633 -------------------------------------------------------------------------------- /starcoder-generated/torch-inductor-generated/step24-3shot/unary=10/time.txt: -------------------------------------------------------------------------------- 1 | 9.554409503936768 -------------------------------------------------------------------------------- /starcoder-generated/torch-inductor-generated/step24-3shot/unary=11/time.txt: -------------------------------------------------------------------------------- 1 | 6.885382652282715 -------------------------------------------------------------------------------- /starcoder-generated/torch-inductor-generated/step24-3shot/unary=12/time.txt: -------------------------------------------------------------------------------- 1 | 7.636868715286255 -------------------------------------------------------------------------------- /starcoder-generated/torch-inductor-generated/step24-3shot/unary=13/time.txt: -------------------------------------------------------------------------------- 1 | 5.938993215560913 -------------------------------------------------------------------------------- /starcoder-generated/torch-inductor-generated/step24-3shot/unary=14/time.txt: -------------------------------------------------------------------------------- 1 | 8.913809299468994 -------------------------------------------------------------------------------- /starcoder-generated/torch-inductor-generated/step24-3shot/unary=15/time.txt: -------------------------------------------------------------------------------- 1 | 14.442376852035522 -------------------------------------------------------------------------------- /starcoder-generated/torch-inductor-generated/step24-3shot/unary=16/time.txt: -------------------------------------------------------------------------------- 1 | 4.619614124298096 -------------------------------------------------------------------------------- /starcoder-generated/torch-inductor-generated/step24-3shot/unary=17/time.txt: -------------------------------------------------------------------------------- 1 | 6.536866188049316 -------------------------------------------------------------------------------- /starcoder-generated/torch-inductor-generated/step24-3shot/unary=18/time.txt: -------------------------------------------------------------------------------- 1 | 11.302847146987915 -------------------------------------------------------------------------------- /starcoder-generated/torch-inductor-generated/step24-3shot/unary=19/time.txt: -------------------------------------------------------------------------------- 1 | 4.538859844207764 -------------------------------------------------------------------------------- /starcoder-generated/torch-inductor-generated/step24-3shot/unary=2/time.txt: -------------------------------------------------------------------------------- 1 | 9.823100328445435 -------------------------------------------------------------------------------- /starcoder-generated/torch-inductor-generated/step24-3shot/unary=20/time.txt: -------------------------------------------------------------------------------- 1 | 5.168457746505737 -------------------------------------------------------------------------------- /starcoder-generated/torch-inductor-generated/step24-3shot/unary=21/time.txt: -------------------------------------------------------------------------------- 1 | 5.890312671661377 -------------------------------------------------------------------------------- /starcoder-generated/torch-inductor-generated/step24-3shot/unary=22/time.txt: -------------------------------------------------------------------------------- 1 | 4.578709363937378 -------------------------------------------------------------------------------- /starcoder-generated/torch-inductor-generated/step24-3shot/unary=23/time.txt: -------------------------------------------------------------------------------- 1 | 4.733938217163086 -------------------------------------------------------------------------------- /starcoder-generated/torch-inductor-generated/step24-3shot/unary=24/time.txt: -------------------------------------------------------------------------------- 1 | 192.04481840133667 -------------------------------------------------------------------------------- /starcoder-generated/torch-inductor-generated/step24-3shot/unary=25/time.txt: -------------------------------------------------------------------------------- 1 | 6.3038835525512695 -------------------------------------------------------------------------------- /starcoder-generated/torch-inductor-generated/step24-3shot/unary=26/time.txt: -------------------------------------------------------------------------------- 1 | 7.815331935882568 -------------------------------------------------------------------------------- /starcoder-generated/torch-inductor-generated/step24-3shot/unary=27/time.txt: -------------------------------------------------------------------------------- 1 | 7.586854934692383 -------------------------------------------------------------------------------- /starcoder-generated/torch-inductor-generated/step24-3shot/unary=28/time.txt: -------------------------------------------------------------------------------- 1 | 6.888070583343506 -------------------------------------------------------------------------------- /starcoder-generated/torch-inductor-generated/step24-3shot/unary=29/time.txt: -------------------------------------------------------------------------------- 1 | 18.712686777114868 -------------------------------------------------------------------------------- /starcoder-generated/torch-inductor-generated/step24-3shot/unary=3/time.txt: -------------------------------------------------------------------------------- 1 | 12.456100463867188 -------------------------------------------------------------------------------- /starcoder-generated/torch-inductor-generated/step24-3shot/unary=4/time.txt: -------------------------------------------------------------------------------- 1 | 8.685144662857056 -------------------------------------------------------------------------------- /starcoder-generated/torch-inductor-generated/step24-3shot/unary=5/time.txt: -------------------------------------------------------------------------------- 1 | 7.183643579483032 -------------------------------------------------------------------------------- /starcoder-generated/torch-inductor-generated/step24-3shot/unary=6/time.txt: -------------------------------------------------------------------------------- 1 | 8.842953443527222 -------------------------------------------------------------------------------- /starcoder-generated/torch-inductor-generated/step24-3shot/unary=7/time.txt: -------------------------------------------------------------------------------- 1 | 6.569647789001465 -------------------------------------------------------------------------------- /starcoder-generated/torch-inductor-generated/step24-3shot/unary=8/time.txt: -------------------------------------------------------------------------------- 1 | 8.008851528167725 -------------------------------------------------------------------------------- /starcoder-generated/torch-inductor-generated/step24-3shot/unary=9/time.txt: -------------------------------------------------------------------------------- 1 | 6.059695243835449 -------------------------------------------------------------------------------- /starcoder-generated/torch-inductor-generated/step25-3shot/addmm/time.txt: -------------------------------------------------------------------------------- 1 | 4.87830114364624 -------------------------------------------------------------------------------- /starcoder-generated/torch-inductor-generated/step25-3shot/binary=0/time.txt: -------------------------------------------------------------------------------- 1 | 8.128413915634155 -------------------------------------------------------------------------------- /starcoder-generated/torch-inductor-generated/step25-3shot/binary=10/time.txt: -------------------------------------------------------------------------------- 1 | 5.538735628128052 -------------------------------------------------------------------------------- /starcoder-generated/torch-inductor-generated/step25-3shot/binary=2/time.txt: -------------------------------------------------------------------------------- 1 | 4.9087889194488525 -------------------------------------------------------------------------------- /starcoder-generated/torch-inductor-generated/step25-3shot/binary=4/time.txt: -------------------------------------------------------------------------------- 1 | 5.465736627578735 -------------------------------------------------------------------------------- /starcoder-generated/torch-inductor-generated/step25-3shot/binary=6/time.txt: -------------------------------------------------------------------------------- 1 | 6.604732275009155 -------------------------------------------------------------------------------- /starcoder-generated/torch-inductor-generated/step25-3shot/binary=8/time.txt: -------------------------------------------------------------------------------- 1 | 5.65500807762146 -------------------------------------------------------------------------------- /starcoder-generated/torch-inductor-generated/step25-3shot/cat_addmm/time.txt: -------------------------------------------------------------------------------- 1 | 4.748605489730835 -------------------------------------------------------------------------------- /starcoder-generated/torch-inductor-generated/step25-3shot/cat_mm/time.txt: -------------------------------------------------------------------------------- 1 | 10.740623950958252 -------------------------------------------------------------------------------- /starcoder-generated/torch-inductor-generated/step25-3shot/sfdp=0/time.txt: -------------------------------------------------------------------------------- 1 | 9.302111625671387 -------------------------------------------------------------------------------- /starcoder-generated/torch-inductor-generated/step25-3shot/sfdp=1/time.txt: -------------------------------------------------------------------------------- 1 | 12.262901067733765 -------------------------------------------------------------------------------- /starcoder-generated/torch-inductor-generated/step25-3shot/sfdp=2/time.txt: -------------------------------------------------------------------------------- 1 | 21.723761558532715 -------------------------------------------------------------------------------- /starcoder-generated/torch-inductor-generated/step25-3shot/sfdp=3/time.txt: -------------------------------------------------------------------------------- 1 | 17.149513244628906 -------------------------------------------------------------------------------- /starcoder-generated/torch-inductor-generated/step25-3shot/sfdp=4/time.txt: -------------------------------------------------------------------------------- 1 | 16.318882703781128 -------------------------------------------------------------------------------- /starcoder-generated/torch-inductor-generated/step25-3shot/sfdp=5/time.txt: -------------------------------------------------------------------------------- 1 | 10.086862087249756 -------------------------------------------------------------------------------- /starcoder-generated/torch-inductor-generated/step25-3shot/unary=0/time.txt: -------------------------------------------------------------------------------- 1 | 9.469696283340454 -------------------------------------------------------------------------------- /starcoder-generated/torch-inductor-generated/step25-3shot/unary=1/time.txt: -------------------------------------------------------------------------------- 1 | 10.112780094146729 -------------------------------------------------------------------------------- /starcoder-generated/torch-inductor-generated/step25-3shot/unary=10/time.txt: -------------------------------------------------------------------------------- 1 | 5.990695238113403 -------------------------------------------------------------------------------- /starcoder-generated/torch-inductor-generated/step25-3shot/unary=11/time.txt: -------------------------------------------------------------------------------- 1 | 6.293972730636597 -------------------------------------------------------------------------------- /starcoder-generated/torch-inductor-generated/step25-3shot/unary=12/time.txt: -------------------------------------------------------------------------------- 1 | 6.6314473152160645 -------------------------------------------------------------------------------- /starcoder-generated/torch-inductor-generated/step25-3shot/unary=13/time.txt: -------------------------------------------------------------------------------- 1 | 7.41941499710083 -------------------------------------------------------------------------------- /starcoder-generated/torch-inductor-generated/step25-3shot/unary=14/time.txt: -------------------------------------------------------------------------------- 1 | 7.884027719497681 -------------------------------------------------------------------------------- /starcoder-generated/torch-inductor-generated/step25-3shot/unary=15/time.txt: -------------------------------------------------------------------------------- 1 | 24.92091131210327 -------------------------------------------------------------------------------- /starcoder-generated/torch-inductor-generated/step25-3shot/unary=16/time.txt: -------------------------------------------------------------------------------- 1 | 4.349072217941284 -------------------------------------------------------------------------------- /starcoder-generated/torch-inductor-generated/step25-3shot/unary=17/time.txt: -------------------------------------------------------------------------------- 1 | 10.906518936157227 -------------------------------------------------------------------------------- /starcoder-generated/torch-inductor-generated/step25-3shot/unary=18/time.txt: -------------------------------------------------------------------------------- 1 | 13.594475269317627 -------------------------------------------------------------------------------- /starcoder-generated/torch-inductor-generated/step25-3shot/unary=19/time.txt: -------------------------------------------------------------------------------- 1 | 5.709118127822876 -------------------------------------------------------------------------------- /starcoder-generated/torch-inductor-generated/step25-3shot/unary=2/time.txt: -------------------------------------------------------------------------------- 1 | 17.053629875183105 -------------------------------------------------------------------------------- /starcoder-generated/torch-inductor-generated/step25-3shot/unary=20/time.txt: -------------------------------------------------------------------------------- 1 | 7.246965169906616 -------------------------------------------------------------------------------- /starcoder-generated/torch-inductor-generated/step25-3shot/unary=21/time.txt: -------------------------------------------------------------------------------- 1 | 9.272265672683716 -------------------------------------------------------------------------------- /starcoder-generated/torch-inductor-generated/step25-3shot/unary=22/time.txt: -------------------------------------------------------------------------------- 1 | 6.213658571243286 -------------------------------------------------------------------------------- /starcoder-generated/torch-inductor-generated/step25-3shot/unary=23/time.txt: -------------------------------------------------------------------------------- 1 | 7.975399494171143 -------------------------------------------------------------------------------- /starcoder-generated/torch-inductor-generated/step25-3shot/unary=24/time.txt: -------------------------------------------------------------------------------- 1 | 23.5546658039093 -------------------------------------------------------------------------------- /starcoder-generated/torch-inductor-generated/step25-3shot/unary=25/time.txt: -------------------------------------------------------------------------------- 1 | 8.226206064224243 -------------------------------------------------------------------------------- /starcoder-generated/torch-inductor-generated/step25-3shot/unary=26/time.txt: -------------------------------------------------------------------------------- 1 | 11.209415435791016 -------------------------------------------------------------------------------- /starcoder-generated/torch-inductor-generated/step25-3shot/unary=27/time.txt: -------------------------------------------------------------------------------- 1 | 12.521021366119385 -------------------------------------------------------------------------------- /starcoder-generated/torch-inductor-generated/step25-3shot/unary=28/time.txt: -------------------------------------------------------------------------------- 1 | 6.809985399246216 -------------------------------------------------------------------------------- /starcoder-generated/torch-inductor-generated/step25-3shot/unary=29/time.txt: -------------------------------------------------------------------------------- 1 | 19.262892723083496 -------------------------------------------------------------------------------- /starcoder-generated/torch-inductor-generated/step25-3shot/unary=3/time.txt: -------------------------------------------------------------------------------- 1 | 14.660701513290405 -------------------------------------------------------------------------------- /starcoder-generated/torch-inductor-generated/step25-3shot/unary=4/time.txt: -------------------------------------------------------------------------------- 1 | 6.524632453918457 -------------------------------------------------------------------------------- /starcoder-generated/torch-inductor-generated/step25-3shot/unary=5/time.txt: -------------------------------------------------------------------------------- 1 | 7.376204967498779 -------------------------------------------------------------------------------- /starcoder-generated/torch-inductor-generated/step25-3shot/unary=6/time.txt: -------------------------------------------------------------------------------- 1 | 9.409992694854736 -------------------------------------------------------------------------------- /starcoder-generated/torch-inductor-generated/step25-3shot/unary=7/time.txt: -------------------------------------------------------------------------------- 1 | 5.749087572097778 -------------------------------------------------------------------------------- /starcoder-generated/torch-inductor-generated/step25-3shot/unary=8/time.txt: -------------------------------------------------------------------------------- 1 | 10.547308444976807 -------------------------------------------------------------------------------- /starcoder-generated/torch-inductor-generated/step25-3shot/unary=9/time.txt: -------------------------------------------------------------------------------- 1 | 5.888622045516968 -------------------------------------------------------------------------------- /starcoder-generated/torch-inductor-generated/step26-3shot/addmm/time.txt: -------------------------------------------------------------------------------- 1 | 5.664527177810669 -------------------------------------------------------------------------------- /starcoder-generated/torch-inductor-generated/step26-3shot/binary=0/time.txt: -------------------------------------------------------------------------------- 1 | 6.715871572494507 -------------------------------------------------------------------------------- /starcoder-generated/torch-inductor-generated/step26-3shot/binary=10/time.txt: -------------------------------------------------------------------------------- 1 | 12.79519248008728 -------------------------------------------------------------------------------- /starcoder-generated/torch-inductor-generated/step26-3shot/binary=2/time.txt: -------------------------------------------------------------------------------- 1 | 7.713502407073975 -------------------------------------------------------------------------------- /starcoder-generated/torch-inductor-generated/step26-3shot/binary=4/time.txt: -------------------------------------------------------------------------------- 1 | 5.905436277389526 -------------------------------------------------------------------------------- /starcoder-generated/torch-inductor-generated/step26-3shot/binary=6/time.txt: -------------------------------------------------------------------------------- 1 | 8.199203491210938 -------------------------------------------------------------------------------- /starcoder-generated/torch-inductor-generated/step26-3shot/binary=8/time.txt: -------------------------------------------------------------------------------- 1 | 5.854992866516113 -------------------------------------------------------------------------------- /starcoder-generated/torch-inductor-generated/step26-3shot/cat_addmm/time.txt: -------------------------------------------------------------------------------- 1 | 4.125746965408325 -------------------------------------------------------------------------------- /starcoder-generated/torch-inductor-generated/step26-3shot/cat_mm/time.txt: -------------------------------------------------------------------------------- 1 | 8.129791975021362 -------------------------------------------------------------------------------- /starcoder-generated/torch-inductor-generated/step26-3shot/sfdp=0/time.txt: -------------------------------------------------------------------------------- 1 | 6.6443328857421875 -------------------------------------------------------------------------------- /starcoder-generated/torch-inductor-generated/step26-3shot/sfdp=1/time.txt: -------------------------------------------------------------------------------- 1 | 33.821521282196045 -------------------------------------------------------------------------------- /starcoder-generated/torch-inductor-generated/step26-3shot/sfdp=2/time.txt: -------------------------------------------------------------------------------- 1 | 17.253424644470215 -------------------------------------------------------------------------------- /starcoder-generated/torch-inductor-generated/step26-3shot/sfdp=3/time.txt: -------------------------------------------------------------------------------- 1 | 10.282308340072632 -------------------------------------------------------------------------------- /starcoder-generated/torch-inductor-generated/step26-3shot/sfdp=4/time.txt: -------------------------------------------------------------------------------- 1 | 24.009070873260498 -------------------------------------------------------------------------------- /starcoder-generated/torch-inductor-generated/step26-3shot/sfdp=5/time.txt: -------------------------------------------------------------------------------- 1 | 9.76204800605774 -------------------------------------------------------------------------------- /starcoder-generated/torch-inductor-generated/step26-3shot/unary=0/time.txt: -------------------------------------------------------------------------------- 1 | 16.67626428604126 -------------------------------------------------------------------------------- /starcoder-generated/torch-inductor-generated/step26-3shot/unary=1/time.txt: -------------------------------------------------------------------------------- 1 | 7.992373943328857 -------------------------------------------------------------------------------- /starcoder-generated/torch-inductor-generated/step28-3shot/unary=23/unary=23_7.py: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /starcoder-generated/torch-inductor-generated/step3-3shot/addmm/time.txt: -------------------------------------------------------------------------------- 1 | 4.46829891204834 -------------------------------------------------------------------------------- /starcoder-generated/torch-inductor-generated/step30-3shot/unary=12/unary=12_2.py: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /starcoder-generated/torch-inductor-generated/step31-3shot/unary=15/unary=15_7.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /starcoder-generated/torch-inductor-generated/step33-3shot/sfdp=0/time.txt: -------------------------------------------------------------------------------- 1 | 6.6161949634552 -------------------------------------------------------------------------------- /starcoder-generated/torch-inductor-generated/step35-3shot/sfdp=2/sfdp=2_5.py: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /starcoder-generated/torch-inductor-generated/step35-3shot/unary=21/unary=21_7.py: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /starcoder-generated/torch-inductor-generated/step38-3shot/unary=24/unary=24_2.py: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /starcoder-generated/torch-inductor-generated/step4-3shot/addmm/time.txt: -------------------------------------------------------------------------------- 1 | 4.322626352310181 -------------------------------------------------------------------------------- /starcoder-generated/torch-inductor-generated/step4-3shot/cat_mm/time.txt: -------------------------------------------------------------------------------- 1 | 5.27312970161438 -------------------------------------------------------------------------------- /starcoder-generated/torch-inductor-generated/step40-3shot/binary=0/binary=0_3.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /starcoder-generated/torch-inductor-generated/step40-3shot/unary=0/unary=0_3.py: -------------------------------------------------------------------------------- 1 | 2 | 3 | -------------------------------------------------------------------------------- /starcoder-generated/torch-inductor-generated/step43-3shot/unary=12/unary=12_6.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /starcoder-generated/torch-inductor-generated/step43-3shot/unary=27/unary=27_1.py: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /starcoder-generated/torch-inductor-generated/step45-3shot/addmm/addmm_3.py: -------------------------------------------------------------------------------- 1 | 2 | 3 | -------------------------------------------------------------------------------- /starcoder-generated/torch-inductor-generated/step48-3shot/unary=17/unary=17_8.py: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /starcoder-generated/torch-inductor-generated/step48-3shot/unary=9/unary=9_1.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /starcoder-generated/torch-inductor-generated/step5-3shot/addmm/time.txt: -------------------------------------------------------------------------------- 1 | 20.44791340827942 -------------------------------------------------------------------------------- /starcoder-generated/torch-inductor-generated/step5-3shot/unary=1/time.txt: -------------------------------------------------------------------------------- 1 | 8.0710289478302 -------------------------------------------------------------------------------- /starcoder-generated/torch-inductor-generated/step59-3shot/addmm/time.txt: -------------------------------------------------------------------------------- 1 | 5.76352334022522 -------------------------------------------------------------------------------- /starcoder-generated/torch-inductor-generated/step6-3shot/addmm/time.txt: -------------------------------------------------------------------------------- 1 | 4.326534032821655 -------------------------------------------------------------------------------- /starcoder-generated/torch-inductor-generated/step6-3shot/sfdp=3/time.txt: -------------------------------------------------------------------------------- 1 | 9.67691683769226 -------------------------------------------------------------------------------- /starcoder-generated/torch-inductor-generated/step60-3shot/sfdp=4/sfdp=4_7.py: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /starcoder-generated/torch-inductor-generated/step61-3shot/unary=3/unary=3_6.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /starcoder-generated/torch-inductor-generated/step62-3shot/cat_mm/time.txt: -------------------------------------------------------------------------------- 1 | 6.41552734375 -------------------------------------------------------------------------------- /starcoder-generated/torch-inductor-generated/step63-3shot/sfdp=4/time.txt: -------------------------------------------------------------------------------- 1 | 8.4469473361969 -------------------------------------------------------------------------------- /starcoder-generated/torch-inductor-generated/step63-3shot/unary=4/time.txt: -------------------------------------------------------------------------------- 1 | 7.032470703125 -------------------------------------------------------------------------------- /starcoder-generated/torch-inductor-generated/step68-3shot/unary=2/unary=2_10.py: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /starcoder-generated/torch-inductor-generated/step7-3shot/addmm/time.txt: -------------------------------------------------------------------------------- 1 | 5.544050931930542 -------------------------------------------------------------------------------- /starcoder-generated/torch-inductor-generated/step73-3shot/addmm/time.txt: -------------------------------------------------------------------------------- 1 | 9.50350546836853 -------------------------------------------------------------------------------- /starcoder-generated/torch-inductor-generated/step74-3shot/unary=14/unary=14_2.py: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /starcoder-generated/torch-inductor-generated/step75-3shot/unary=18/unary=18_10.py: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /starcoder-generated/torch-inductor-generated/step79-3shot/sfdp=4/sfdp=4_8.py: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /starcoder-generated/torch-inductor-generated/step79-3shot/unary=12/unary=12_8.py: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /starcoder-generated/torch-inductor-generated/step8-3shot/addmm/time.txt: -------------------------------------------------------------------------------- 1 | 4.49235987663269 -------------------------------------------------------------------------------- /starcoder-generated/torch-inductor-generated/step83-3shot/addmm/time.txt: -------------------------------------------------------------------------------- 1 | 8.85897421836853 -------------------------------------------------------------------------------- /starcoder-generated/torch-inductor-generated/step84-3shot/unary=9/time.txt: -------------------------------------------------------------------------------- 1 | 6.119384765625 -------------------------------------------------------------------------------- /starcoder-generated/torch-inductor-generated/step86-3shot/addmm/time.txt: -------------------------------------------------------------------------------- 1 | 4.56742787361145 -------------------------------------------------------------------------------- /starcoder-generated/torch-inductor-generated/step88-3shot/binary=2/binary=2_3.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /starcoder-generated/torch-inductor-generated/step89-3shot/unary=17/unary=17_10.py: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /starcoder-generated/torch-inductor-generated/step9-3shot/addmm/time.txt: -------------------------------------------------------------------------------- 1 | 5.952569246292114 -------------------------------------------------------------------------------- /starcoder-generated/torch-inductor-generated/step9-3shot/fuse_conv_bn/fuse_conv_bn_6.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /starcoder-generated/torch-inductor-generated/step91-3shot/sfdp=5/time.txt: -------------------------------------------------------------------------------- 1 | 9.6546630859375 -------------------------------------------------------------------------------- /starcoder-generated/torch-inductor-generated/step97-3shot/unary=8/unary=8_7.py: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /starcoder_call.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ise-uiuc/WhiteFox/HEAD/starcoder_call.py -------------------------------------------------------------------------------- /starcoder_gen.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ise-uiuc/WhiteFox/HEAD/starcoder_gen.py --------------------------------------------------------------------------------