spconv
spconv copied to clipboard
Update conv_relu.py because of the update of cumm
It seems that cumm has been updated, so we should use 'stream=', not position parameter. cumm API below
def measure_and_print(name: str = "CUDATimer", *, stream: int = 0, out: Optional[List[float]] = None, enable: bool = True):