Skip to content

Commit c4dd19d

Browse files
SS-JIAssjia
authored andcommitted
[ez][ET-VK] Update Vulkan runtime application name (pytorch#16187)
Stack from [ghstack](https://github.com/ezyang/ghstack) (oldest at bottom): * __->__ pytorch#16187 * pytorch#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 8e09b6a commit c4dd19d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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)