saiga icon indicating copy to clipboard operation
saiga copied to clipboard

Results 5 saiga issues
Sort by recently updated
recently updated
newest added

when i use 39b5a8a1 to make, i meet 3 problem; **First** cmake error! In tests/CMakeLists.txt: cmake_policy(SET CMP0104 OLD) and then, i solve this problem by change this line to: if(POLICY...

### An error occurred when I configured snake-slam > Snake-SLAM-master/External/saiga/tests/test_vision_tsdf.cpp: In member function ‘virtual void Saiga::TSDF_Create_Test::TestBody()’: Snake-SLAM-master/External/saiga/tests/test_vision_tsdf.cpp:93:52: **error: no match for ‘operator=’ (operand types are ‘Saiga::TriangleMesh’ and ‘Saiga::UnifiedMesh’)** 93 |...

@darglein Thank you very much for your work, I read the snake-slam paper and thought it was great, but when I compile the program, there are various errors, some internal...

blockReduceSum has a default_value argument, but its not supplied on callsite.

Example edits for updating to CUDA 12: Update cuda/pinned_vector.h: [Thrust pinned memory in CUDA 12.0](https://forums.developer.nvidia.com/t/thrust-pinned-memory-in-cuda-12-0/242093) Update cuda/imageProcessing/scale.cu: [Fix CUDA texture bugs and replace all instances of CUDA texture references with...