Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Parser failure with Vulkan SDK 1.3.236 #317

Closed
silkskier opened this issue Jan 20, 2023 · 1 comment
Closed

Parser failure with Vulkan SDK 1.3.236 #317

silkskier opened this issue Jan 20, 2023 · 1 comment

Comments

@silkskier
Copy link

Tested on Ubuntu (Asus FX505DY with Ryzen 3550H and Radeon RX 560X).

Trying to run 'cmake ..' results in "No valid Vulkan API version found in vulkaninfo. Does your GPU (driver)
support Vulkan?" error.

With cmake .. version -DKOMPUTE_OPT_DISABLE_VULKAN_VERSION_CHECK=O everything works just fine.

It looks like Kompute is trying to use header version 1.2.231 despite finding version 1.3.231:

'-- KOMPUTE_OPT_USE_BUILT_IN_VULKAN_HEADER: ON
-- KOMPUTE_OPT_BUILT_IN_VULKAN_HEADER_TAG: v1.3.231
-- =======================================================
-- Ensuring the currently installed driver supports the Vulkan version requested by the Vulkan Header.
-- Found Vulkan Header version: 1.2.231'.

Here is my 'cmake ..' and 'vulkaninfo' output:
cmake_output.txt
vulkainfo_output (1).txt

@axsaucedo
Copy link
Member

I can confirm working with 1.3.275

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants