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

Vulkan error : build\testbed --scene data/fox #8

Open
565ee opened this issue Nov 17, 2022 · 0 comments
Open

Vulkan error : build\testbed --scene data/fox #8

565ee opened this issue Nov 17, 2022 · 0 comments

Comments

@565ee
Copy link

565ee commented Nov 17, 2022

when run build\testbed --scene data/fox :
• Vulkan error: loader_validate_device_extensions: Device extension VK_NVX_binary_import not supported by selected physical device or enabled layers.
• Vulkan error: vkCreateDevice: Failed to validate extensions in list
• WARNING Could not initialize Vulkan and NGX. DLSS not supported

windows 10 x64
nvdia gtx 1080ti
Python  3.9
cuda 11.6
instant-ngp  version=2022-11-16
cmake 3.22
VulkanSDK 1.3.231.1
(py39) D:\Program\Anaconda3\envs\py39\Lib\site-packages\instant-ngp>build\testbed --scene data/fox
04:51:54 INFO     Loading NeRF dataset from
04:51:54 INFO       data\fox\transforms.json
04:51:54 SUCCESS  Loaded 50 images after 0s
04:51:54 INFO       cam_aabb=[min=[1.12716,-0.673166,-0.135153], max=[2.06779,1.13592,1.24793]]
04:51:55 INFO     Loading network config from: configs\nerf\base.json
04:51:55 INFO     GridEncoding:  Nmin=16 b=1.66248 F=2 T=2^19 L=16
Warning: FullyFusedMLP is not supported for the selected architecture 61. Falling back to CutlassMLP. For maximum performance, raise the target GPU architecture to 75+.
Warning: FullyFusedMLP is not supported for the selected architecture 61. Falling back to CutlassMLP. For maximum performance, raise the target GPU architecture to 75+.
Warning: FullyFusedMLP is not supported for the selected architecture 61. Falling back to CutlassMLP. For maximum performance, raise the target GPU architecture to 75+.
04:51:55 INFO     Density model: 3--[HashGrid]-->32--[FullyFusedMLP(neurons=64,layers=3)]-->1
04:51:55 INFO     Color model:   3--[Composite]-->16+16--[FullyFusedMLP(neurons=64,layers=4)]-->3
04:51:55 INFO       total_encoding_params=13623184 total_network_params=10240

04:51:55 WARNING  Vulkan error: loader_validate_device_extensions: Device extension VK_NVX_binary_import not supported by selected physical device or enabled layers.

04:51:55 WARNING  Vulkan error: vkCreateDevice: Failed to validate extensions in list

04:51:55 WARNING  Could not initialize Vulkan and NGX. DLSS not supported. (D:\Program\Anaconda3\envs\py39\Lib\site-packages\instant-ngp\src\dlss.cu:358 vkCreateDevice(vk_physical_device, &device_create_info, nullptr, &vk_device) failed)

04:51:55 ERROR    Uncaught exception: D:\Program\Anaconda3\envs\py39\Lib\site-packages\instant-ngp\dependencies\tiny-cuda-nn\include\tiny-cuda-nn/cutlass_matmul.h:332 status failed with error Error Internal
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

1 participant