nicetaker

Results 3 issues of nicetaker

hello,when i follow the example like: /* code */ struct PointPlusPayload { float3 position; int payload; }; struct PointPlusPayload_traits : public cukd::default_data_traits { using point_t = float3; static inline __device__...

Hello, I'm having the following problem: when I run ./cukd_sample and other testing code,it will have some problem: terminate called after throwing an instance of thrust: system:: system_error' what(): parallel_for...

请问一下,怎样才可以从 https://github.com/PRBonn/lidar-bonnetal 里面导出跟您的工程一样的onnx呢?