ubc-aamodt-group / vulkan-sim

Vulkan-Sim is a GPU architecture simulator for Vulkan ray tracing based on GPGPU-Sim and Mesa.
Other
50 stars 11 forks source link

Does Vulkan-Sim plan to support OptiX API? #1

Closed SubjectNoi closed 2 years ago

tommychouyc commented 2 years ago

Currently we don't have plans to support OptiX. However it might be possible to support the OptiX API in Vulkan-Sim. I think you would need to see what the OptiX API calls disassemble to PTX and route them to execute with the equivalent Vulkan ray tracing API calls that we've simulated in instructions.cc.