Skip to content

Optix 7.2 is not compatible with 50 series GPUs #359

@hsmmoj

Description

@hsmmoj

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!

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions