You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I can build the binary, but it fails to run for me:
$ ./vulkan_minimal_compute
Layer VK_LAYER_LUNARG_standard_validation not supported
I have validation layers Ubuntu package installed:
bram@deca:~/src/vulkan_minimal_compute/build$ ./vulkan_minimal_compute
Layer VK_LAYER_LUNARG_standard_validation not supported
bram@deca:~/src/vulkan_minimal_compute/build$ dpkg --list | grep vulkan
ii libvulkan-dev:amd64 1.3.204.1-2 amd64 Vulkan loader library -- development files
ii libvulkan1:amd64 1.3.204.1-2 amd64 Vulkan loader library
ii mesa-vulkan-drivers:amd64 22.0.1-1ubuntu2 amd64 Mesa Vulkan graphics drivers
ii vulkan-tools 1.3.204.0+dfsg1-1 amd64 Miscellaneous Vulkan utilities
ii vulkan-validationlayers:amd64 1.3.204.1-2 amd64 Vulkan validation layers
ii vulkan-validationlayers-dev:amd64 1.3.204.1-2 amd64 Vulkan validation layers -- development files
Is this issue caused by the fact that I use Integrated Graphics (Alderlake?)
I notice that the vulkaninfo tool does show an alternate validation layer called VK_LAYER_KHRONOS_validation instead of VK_LAYER_LUNARG_standard_validation.
set const bool enableValidationLayers = false in src/main.cpp
Do not to enable validation layers because your system maybe only installed vulkan loader without installing vulkan validation layers.
I can build the binary, but it fails to run for me:
I have validation layers Ubuntu package installed:
Is this issue caused by the fact that I use Integrated Graphics (Alderlake?)
I notice that the
vulkaninfo
tool does show an alternate validation layer called VK_LAYER_KHRONOS_validation instead of VK_LAYER_LUNARG_standard_validation.NOTE:
vkcube
runs fine on this machine.OS: Ubuntu 22.04
GPU: AlderLake-S GT1
Kernel: 5.18.0-rc6
The text was updated successfully, but these errors were encountered: