-
Notifications
You must be signed in to change notification settings - Fork 29
Description
Hi,
I'm encountering issues trying to run the LiDAR module on a newer GPU (50-series). Here's what I've tried:
Attempt 1: OptiX 7.2
Build: Successful
Runtime: CUDA error 999
Note: The module previously worked fine with my older GPU
Attempt 2: Higher OptiX version
Build: Failed with the following error:
error: 'optixModuleCreateFromPTX' was not declared in this scope; did you mean 'optixModuleCreate'?
213 | CHECK_OPTIX(optixModuleCreateFromPTX(context, &moduleCompileOptions, &pipelineCompileOptions, optixProgramsPtx,
| ^~~~~~~~~~~~~~~~~~~~~~~~
Question: Is there a way to get the LiDAR module working with 50-series GPUs? Any guidance on compatible OptiX versions or necessary code modifications would be appreciated.
Thanks!