nerfstudio-project/nerfacc

.data_ptr<long>() in scan_cub.cu need to be replaced with .data_ptr<int64_t>() for correct operation on Windows

asupikov opened this issue · 0 comments

Currently, nerfacc crashes on Win because long resolves to int32_t there rather than int64_t like on Linux.