Вопрос

I am currently using the Optix ray tracing engine on Visual Studio. My problem consists of computing data and rendering them with Optix.

I have already written a pure C CUDA program to compute the data, but I cannot integrate it inside my Optix project.

I compiled my Optix project by using the SDK's CMakeLists.txt and modifying it. Any insight on how to make my project compile the C CUDA files (.cu) as well as the Optix Kernels (also .cu) in the same VS project?

Это было полезно?

Решение

This is a duplicate question to one asked on the official forum for OptiX. Please see the following link.

http://forums.developer.nvidia.com/devforum/discussion/6656/compile-c-cuda-and-optix-kernels-in-the-same-visual-studio-project

Лицензировано под: CC-BY-SA с атрибуция
Не связан с StackOverflow
scroll top