torchsparse icon indicating copy to clipboard operation
torchsparse copied to clipboard

[MICRO'23, MLSys'22] TorchSparse: Efficient Training and Inference Framework for Sparse Convolution on GPUs.

Results 81 torchsparse issues
Sort by recently updated
recently updated
newest added

Since I didn't see any mention of M1 or ARM and the current build fails. I was wondering what changes may be needed to support the architecture. Short Version: ```...

### Is there an existing issue for this? - [X] I have searched the existing issues ### Current Behavior 我正在尝试移植 spnn.Conv3d,但是发现cuda 版本和cpu 版本的推理结果是有差异。 spnn.Conv3d的参数如下: self.conv3d=spnn.Conv3d(4, 32, 3,1) ### Expected Behavior...

### Is there an existing issue for this? - [X] I have searched the existing issues ### Have you followed all the steps in the FAQ? - [X] I have...

### Is there an existing issue for this? - [X] I have searched the existing issues ### Current Behavior I am running the SPVCNN model building using torchsparse. Using torchpack...

bug
enhancement

Hello, How can we reproduce the results in the TorchSparse paper at Figure 11? Do you provide the implementation of MinkUNet and CenterPoint that utilizes TorchSparse? Also, when I look...

### Is there an existing issue for this? - [X] I have searched the existing issues ### Current Behavior ``` Traceback (most recent call last): File "main.py", line 353, in...

In file backend/hash/hash_cuda.cu, the following variable appears unused for the hash calculation: `extern __shared__ int kernel_offset_local[]; ` Am I missing something or is this variable supposed to be used in...

### Is there an existing issue for this? - [X] I have searched the existing issues ### Current Behavior When we test the functions of hash, we meet the error...

In this PR we implement optimization techniques introduced in our MLSys paper "TorchSparse: Efficient Point Cloud Inference Engine". These include adaptive matrix multiplication grouping and vectorized, quantized and fused locality-aware...

### Is there an existing issue for this? - [X] I have searched the existing issues ### Current Behavior Using `spvoxelize` with CUDA tensors results in voxel features greater than...