yigetan0909

Results 1 issues of yigetan0909

My test code is as follows: ``` import torch import torch.nn as nn import time import spconv.pytorch as spconv x = torch.zeros(64, 16, 124, 124, dtype=torch.float16).cuda() for i in range(10):...