Skip to content

CUDA Illegal Memory Access #93

@munib94

Description

@munib94

Essentially this has to do with the diff-gaussian-rasterization submodule.

The issue is outlined here:
weify627/4D-Rotor-Gaussians#12

TL;DR

The solution is:

Replacing line 29 of setup.py in diff-gaussian-rasterization with the following and reinstalling the library with the updated setup.py fixed the issue.

extra_compile_args={"nvcc": ["-Xcompiler", "-fno-gnu-unique","-I" + os.path.join(os.path.dirname(os.path.abspath(file)), "third_party/glm/")]})

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