Ipotrick / Daxa

Daxa is a convenient, simple and modern gpu abstraction built on vulkan
MIT License
381 stars 28 forks source link

DAXA_RESULT_NO_SUITABLE_DEVICE_FOUND using NVIDIA Quadro P2200 #91

Closed JulienHemminger closed 3 months ago

JulienHemminger commented 3 months ago

I use Ubuntu / Linux. I am trying to execute the GVox Engine which uses Daxa. When building and executing according to the GVox Engine's README, I get the following error message:

[[DAXA ASSERT FAILURE]]: error code: DAXA_RESULT_NO_SUITABLE_DEVICE_FOUND(1073741862), failed to create device.

terminate called after throwing an instance of 'std::logic_error'
  what():  basic_string::_S_construct null not valid
Aborted (core dumped)

My GPU is a NVIDIA Quadro P2200.

Does Daxa require a GPU of NVIDIAS RTX series? Or is it something else? Thanks for any help!

GabeRundlett commented 3 months ago

Daxa does not require a raytracing capable GPU, however the latest master commit of gvox engine does. I'm closing this as unrelated to Daxa

Ipotrick commented 3 months ago

yea its unfortunate that we have these bad errors for device creation i ll look into that in the future