nerfstudio-project / nerfacc

A General NeRF Acceleration Toolbox in PyTorch.
https://www.nerfacc.com/
Other
1.38k stars 112 forks source link

change long to int64_t for Windows compatibility (fixes #141) #140

Closed machenmusik closed 1 year ago

machenmusik commented 1 year ago

Fixes https://github.com/KAIR-BAIR/nerfacc/issues/141.

(See https://github.com/nerfstudio-project/nerfstudio/issues/1215)

liruilong940607 commented 1 year ago

Hey thanks for digging into this!! There is another file render_transmittance_cub.cu also need to be fixed so I did the fix myself. Appreciate it!

machenmusik commented 1 year ago

Np! Apparently nerfstudio wasn't using that one, glad it's fixed now.

machenmusik commented 1 year ago

(For reference: https://github.com/KAIR-BAIR/nerfacc/issues/141#issuecomment-1376769121 )