I modified the configuration to enable the coherent engine, but encountered an error: ray_coherency_engine.cc:179: void ray_coherence_engine::cycle(): Assertion 'm_num_ray_pool_rays + m_num_scheduled_rays == m_total_rays' failed., when I run the command ./RayTracer --scene 18 --width 128 --height 128 --samples 2. I would like to confirm whether the current version of Vulkan-sim supports the coherent engine (in other words, is this error expected?).
Hi Vulkan Sim Team,
I modified the configuration to enable the coherent engine, but encountered an error:
ray_coherency_engine.cc:179: void ray_coherence_engine::cycle(): Assertion 'm_num_ray_pool_rays + m_num_scheduled_rays == m_total_rays' failed.
, when I run the command./RayTracer --scene 18 --width 128 --height 128 --samples 2
. I would like to confirm whether the current version of Vulkan-sim supports the coherent engine (in other words, is this error expected?).Thank you for your time and assistance!