When I run omni.create.sh and load the KitchenSetInstance.usd example file, I get the following errors:
2021-04-12 15:02:54 [221,772ms] [Error] [carb.graphics-vulkan.plugin] vkQueueSubmit failed.
2021-04-12 15:02:54 [221,772ms] [Error] [carb.graphics-vulkan.plugin] VkResult: ERROR_DEVICE_LOST
I am running Ubuntu-20.04.2 and have the following settings in my ~/.bashrc file
# Vulkan
VULKAN_SDK_VERSION=1.2.170.0
export VULKAN_SDK="/mnt/storage/mount/project/software/library/vulkan/$VULKAN_SDK_VERSION/$HOST_ARCH"
export VK_LAYER_PATH="$VULKAN_SDK/etc/vulkan/explicit_layer.d"
# Path
export LD_LIBRARY_PATH=$VULKAN_SDK/lib:/usr/local/lib${LD_LIBRARY_PATH:+:${LD_LIBRARY_PATH}}
export PATH=${HOME}/bin:$VULKAN_SDK/bin:/tool/script${PATH:+:${PATH}}