Home
last modified time | relevance | path

Searched refs:g_vulkan_impl_registry (Results 1 – 2 of 2) sorted by relevance

/external/pytorch/aten/src/ATen/vulkan/
DContext.cpp13 std::atomic<const VulkanImplInterface*> g_vulkan_impl_registry; variable
16 g_vulkan_impl_registry.store(impl); in VulkanImplRegistrar()
20 auto p = at::vulkan::g_vulkan_impl_registry.load(); in vulkan_copy_()
33 auto p = at::vulkan::g_vulkan_impl_registry.load(); in is_vulkan_available()
DContext.h17 extern std::atomic<const VulkanImplInterface*> g_vulkan_impl_registry;