Skip to content

Commit 78c2bb3

Browse files
committed
Update on "[ET-VK] Deserialize VkGraph in ET-VK"
Add logic to deserialize a VkGraph blob back python object. This allows us to get a implement debugging / visualization directly on the vulkan-exported program. Still extra works need to be done: From the entire bundle, need to extract the specific vulkan delegate first. Differential Revision: [D66443780](https://our.internmc.facebook.com/intern/diff/D66443780/) [ghstack-poisoned]
2 parents 90e6e72 + c0e5566 commit 78c2bb3

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

backends/vulkan/serialization/vulkan_graph_serialize.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
# Copyright (c) Meta Platforms, Inc. and affiliates.
22
# All rights reserved.
33
#
4+
# pyre-strict
5+
#
46
# This source code is licensed under the BSD-style license found in the
57
# LICENSE file in the root directory of this source tree.
68

backends/vulkan/test/test_serialization.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
# Copyright (c) Meta Platforms, Inc. and affiliates.
22
# All rights reserved.
33
#
4+
# pyre-strict
5+
#
46
# This source code is licensed under the BSD-style license found in the
57
# LICENSE file in the root directory of this source tree.
68

0 commit comments

Comments
 (0)