spconv icon indicating copy to clipboard operation
spconv copied to clipboard

Update conv_relu.py because of the update of cumm

Open xiaohuang2004 opened this issue 9 months ago • 0 comments

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):

xiaohuang2004 avatar Mar 15 '25 03:03 xiaohuang2004