Skip to content

Commit 16e6118

Browse files
author
ssjia
committed
[ez][ET-VK] Update Vulkan runtime application name
TSIA! Differential Revision: [D88802100](https://our.internmc.facebook.com/intern/diff/D88802100/) ghstack-source-id: 328515025 Pull Request resolved: #16187
1 parent 88f468f commit 16e6118

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)