Commit 017326a
authored
Add
Summary:
This is to have more accurate benchmarking for fusion
Test Plan:
```
python $SCRIPT_PATH $OUTPUT_FILE \
--recipe_name $RECIPE_NAME \
--shape_gen_name $SHAPE_GEN_NAME \
--M $M --K $K --N $N \
--D $D --H $H --W $W \
--kernel_size $kernel_size \
--enable_fusion_modeling \
--op_name conv3d
```
Reviewers:
Subscribers:
Tasks:
Tags:enable_fusion_modeling for conv2d and conv3d (#3343)1 parent 1b80794 commit 017326a
1 file changed
+20
-6
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
370 | 370 | | |
371 | 371 | | |
372 | 372 | | |
373 | | - | |
374 | | - | |
375 | | - | |
| 373 | + | |
| 374 | + | |
| 375 | + | |
| 376 | + | |
| 377 | + | |
| 378 | + | |
| 379 | + | |
| 380 | + | |
| 381 | + | |
| 382 | + | |
376 | 383 | | |
377 | | - | |
378 | | - | |
379 | | - | |
| 384 | + | |
| 385 | + | |
| 386 | + | |
| 387 | + | |
| 388 | + | |
| 389 | + | |
| 390 | + | |
| 391 | + | |
| 392 | + | |
| 393 | + | |
380 | 394 | | |
381 | 395 | | |
382 | 396 | | |
| |||
0 commit comments