You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Vulkan backend: Add missing include of cstdint (pytorch#15220)
backends/vulkan/runtime/utils/StorageUtils.h was referring to
definitions like `uint8_t` without including the header cstdint. This
resulted in a risk of facing compilation errors on some systems. Fix
this problem by including the header.
cc @SS-JIA@manuelcandales@digantdesai@cbilgin
Signed-off-by: Martin Lindström <[email protected]>
Co-authored-by: Martin Lindström <[email protected]>
0 commit comments