Commit 4dd81d4
VC should produce debuggable kernels by default
This commit enables compilation of kernels that are suitable
for HW debug by default. BTI index zero is considered
reserved (for SIP surface access by the debugger).
Note, that to do a proper debug session one still has to
either inject breakpoint bits to the first instruction
of a kernel (This is enabled by "-g" currently) or to somehow
postpone kernel execution by other means (by passing extra
parameters to runtime or DCD).1 parent d52c3f9 commit 4dd81d4
File tree
4 files changed
+10
-6
lines changed- IGC
- Options/include/igc/Options
- VectorCompiler
- include/vc
- Driver
- Support
- lib/Driver
4 files changed
+10
-6
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
56 | 56 | | |
57 | 57 | | |
58 | 58 | | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
59 | 62 | | |
60 | 63 | | |
61 | 64 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
73 | 73 | | |
74 | 74 | | |
75 | 75 | | |
76 | | - | |
77 | | - | |
| 76 | + | |
| 77 | + | |
| 78 | + | |
78 | 79 | | |
79 | 80 | | |
80 | 81 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
50 | 50 | | |
51 | 51 | | |
52 | 52 | | |
53 | | - | |
| 53 | + | |
54 | 54 | | |
55 | 55 | | |
56 | 56 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
619 | 619 | | |
620 | 620 | | |
621 | 621 | | |
622 | | - | |
| 622 | + | |
623 | 623 | | |
624 | | - | |
625 | | - | |
626 | 624 | | |
627 | 625 | | |
628 | 626 | | |
| |||
701 | 699 | | |
702 | 700 | | |
703 | 701 | | |
| 702 | + | |
| 703 | + | |
704 | 704 | | |
705 | 705 | | |
706 | 706 | | |
| |||
0 commit comments