Skip to content

Commit 3553f0a

Browse files
SS-JIAssjia
andauthored
[ez][ET-VK] Update Vulkan runtime application name (#16187)
Stack from [ghstack](https://github.com/ezyang/ghstack) (oldest at bottom): * __->__ #16187 * #16186 TSIA! Differential Revision: [D88802100](https://our.internmc.facebook.com/intern/diff/D88802100/) cc @manuelcandales @digantdesai @cbilgin --------- Co-authored-by: ssjia <ssjia@devvm1479.ncg0.facebook.com>
1 parent f168dbf commit 3553f0a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

backends/vulkan/runtime/vk_api/Runtime.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ VkInstance create_instance(const RuntimeConfig& config) {
8282
const VkApplicationInfo application_info{
8383
VK_STRUCTURE_TYPE_APPLICATION_INFO, // sType
8484
nullptr, // pNext
85-
"PyTorch Vulkan Backend", // pApplicationName
85+
"ExecuTorch Vulkan Delegate", // pApplicationName
8686
0, // applicationVersion
8787
nullptr, // pEngineName
8888
0, // engineVersion

0 commit comments

Comments
 (0)