Commit 220cd21
committed
Update on "[ET-VK] Enforce GPU buffer limit when partitioning"
## Context
In Vulkan, there is a limit on the number of elements a GPU buffer can have. If a GPU buffer exceeds this limit, then the API will either produce an error or undefined behaviour will ensue.
## Changes
Along with `texture_limits`, introduce a configurable `buffer_limit` entry in the partitioner configuration.
Differential Revision: [D65899828](https://our.internmc.facebook.com/intern/diff/D65899828/)
[ghstack-poisoned]1 parent c4a9de5 commit 220cd21
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
87 | 87 | | |
88 | 88 | | |
89 | 89 | | |
90 | | - | |
| 90 | + | |
91 | 91 | | |
92 | 92 | | |
93 | 93 | | |
| |||
0 commit comments