Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error when try to run the code. #6

Open
StarsTesla opened this issue Feb 8, 2025 · 1 comment
Open

Error when try to run the code. #6

StarsTesla opened this issue Feb 8, 2025 · 1 comment

Comments

@StarsTesla
Copy link

I install the requirements and build the submodule, when I try to train the 3dgs-rt, the error shows.
Ubuntu 20.04
CUDA 11.8
Pytorch 2.0.1
Driver Version 555.42.02

    self.impl = _C.create_gaussiantracer()
RuntimeError: Optix call 'optixModuleCreateFromPTX( optix, &module_compile_options, &pipeline_compile_options, data, size, log, &sizeof_log, &optix_module )' failed. Log:
COMPILE ERROR: Module compilation failed
Info: Module Statistics
        payload values        :          2
        attribute values      :          0
Info: Properties for entry function "__miss__ms"
        semantic type                :                   MISS
        trace call(s)                :                      0
        continuation callable call(s):                      0
        basic block(s)               :                      1
        instruction(s)               :                      1
Info: Properties for entry function "__closesthit__ch"
        semantic type                :             CLOSESTHIT
        trace call(s)                :                      0
        continuation callable call(s):                      0
        basic block(s)               :                      1
        instruction(s)               :                      1
Info: Properties for entry function "__anyhit__ah"
        semantic type                :                 ANYHIT
        trace call(s)                :                      0
        continuation callable call(s):                      0
        basic block(s)               :                     35
        instruction(s)               :                    217
Info: Compiled Module Summary
        non-entry function(s):     0
        basic block(s)       :     0
        instruction(s)       :     0
Info: Pipeline parameter "params" size is 104 bytes
Info: Module Statistics
        payload values        :          2
        attribute values      :          0
Info: Properties for entry function "__raygen__rg"
        semantic type                :                 RAYGEN
        trace call(s)                :                      1
        continuation callable call(s):                      0
        basic block(s)               :                     16
        instruction(s)               :                    614
Info: Compiled Module Summary
        non-entry function(s):     0
        basic block(s)       :     0
        instruction(s)       :     0
<truncated>
@StarsTesla
Copy link
Author

I ran successfully on 4090, upon is L20, is it related to RTX?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant