paulpanwang's picture
Upload folder using huggingface_hub
476e0f0 verified
raw
history blame contribute delete
140 Bytes
#include <cuda_runtime.h>
#include <vector>
#include "utils/exception.h"
std::vector<uint4> triangulate(size_t num_points, float3 *points);