Commit 6c01aa9
Introduction of uniform private memory block
This change is to reduce the private memory space if uniform allocas are used. This should improve cachability in some case due to increased packing.1 parent a84fdfc commit 6c01aa9
File tree
9 files changed
+604
-166
lines changed- IGC
- Compiler
- CISACodeGen
- Optimizer/OpenCLPasses/PrivateMemory
- tests/PrivateMemoryResolution
- common
9 files changed
+604
-166
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
380 | 380 | | |
381 | 381 | | |
382 | 382 | | |
| 383 | + | |
| 384 | + | |
383 | 385 | | |
384 | 386 | | |
385 | 387 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
559 | 559 | | |
560 | 560 | | |
561 | 561 | | |
| 562 | + | |
| 563 | + | |
| 564 | + | |
| 565 | + | |
| 566 | + | |
562 | 567 | | |
563 | 568 | | |
564 | 569 | | |
| |||
0 commit comments