Commit bdafb22
[ET-VK] Fix debug build + print maximum storage buffer size with device limits
## Context
Two simple fixes/improvements.
1. Recently the interface to retrieve a `VkPipeline` from a pipeline cache was updated. Some code hidden behind debug compile flags was not updated. Updating the call site fixes building Vulkan with `etvk.debug = 1`.
2. Print the maximum storage buffer size when printing out the physical device limits. This is useful information to have.
Differential Revision: [D70718388](https://our.internmc.facebook.com/intern/diff/D70718388/)
ghstack-source-id: 270150972
Pull Request resolved: pytorch#9016
Co-authored-by: Stephen Jia <[email protected]>1 parent 6eee931 commit bdafb22
2 files changed
+4
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
274 | 274 | | |
275 | 275 | | |
276 | 276 | | |
277 | | - | |
278 | | - | |
| 277 | + | |
279 | 278 | | |
280 | 279 | | |
281 | 280 | | |
282 | 281 | | |
283 | | - | |
| 282 | + | |
| 283 | + | |
284 | 284 | | |
285 | 285 | | |
286 | 286 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
274 | 274 | | |
275 | 275 | | |
276 | 276 | | |
| 277 | + | |
277 | 278 | | |
278 | 279 | | |
279 | 280 | | |
| |||
0 commit comments