Vulkan on remote Tesla V100 vkEnumeratePhysicalDevices failed [ERROR]

Hello!

I am trying to work on my university’s server with tesla v100 card.

I have configured vs code with remote X11 and remote -ssh extensions, installed lunarg vulkan sdk. vulkaninfo returns this error:
ERROR at /build/vulkan-tools-1.2.176.0~rc1-1lunarg18.04/vulkaninfo/vulkaninfo.h:248:vkEnumeratePhysicalDevices failed with ERROR_INITIALIZATION_FAILED

with DISPLAY="" vulkaninfo I hhave returned this info:
info_no_display.txt (184.0 KB)

glxinfo -B is working, and glxgears also returns to my client laptop window.

What am I missing?

Thank you

Hi cheivan,
do you have any errors from Vulkan Validation layers ?
do you have correct VkInstance handle ?

Yes, I have found that I cannot use Vulkan with remote X11. So I switched to local development.

This topic was automatically closed 60 days after the last reply. New replies are no longer allowed.