Commit 45bb9be
[TensorRT] Sets TRT layer metadata and nvtx profiling verbosity
For now we query an environment variable `MTRT_TENSORRT_NVTX` to
set the nvtx profiling verbosity. This is not ideal because it cannot
support per-engine profiling verbosity. We will change that with a
runtime option for TRT module.1 parent 6584c93 commit 45bb9be
File tree
3 files changed
+31
-5
lines changed- mlir-tensorrt
- executor/lib/Runtime/Backend/Lua/Modules/TensorRT
- tensorrt/lib/Target
- TensorRTEncodingOpInterface
3 files changed
+31
-5
lines changedLines changed: 23 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
42 | 42 | | |
43 | 43 | | |
44 | 44 | | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
45 | 64 | | |
46 | 65 | | |
47 | 66 | | |
| |||
611 | 630 | | |
612 | 631 | | |
613 | 632 | | |
| 633 | + | |
| 634 | + | |
614 | 635 | | |
615 | 636 | | |
616 | 637 | | |
| |||
650 | 671 | | |
651 | 672 | | |
652 | 673 | | |
| 674 | + | |
| 675 | + | |
653 | 676 | | |
654 | 677 | | |
655 | 678 | | |
| |||
Lines changed: 4 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
278 | 278 | | |
279 | 279 | | |
280 | 280 | | |
| 281 | + | |
| 282 | + | |
| 283 | + | |
| 284 | + | |
281 | 285 | | |
282 | 286 | | |
283 | 287 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
522 | 522 | | |
523 | 523 | | |
524 | 524 | | |
525 | | - | |
526 | | - | |
527 | | - | |
528 | | - | |
529 | | - | |
| 525 | + | |
| 526 | + | |
| 527 | + | |
| 528 | + | |
530 | 529 | | |
531 | 530 | | |
532 | 531 | | |
| |||
0 commit comments