cumm icon indicating copy to clipboard operation
cumm copied to clipboard

ImportError: cannot import name 'TensorOpParams' from 'cumm.gemm.algospec.core'

Open SmBito opened this issue 4 years ago • 2 comments

Hi, I built cumm from source on Nvidia Jetson nano board, when I import cumm inside python, no errors appear. But when import TensorOpParams as following: from cumm.gemm.algospec.core import TensorOpParams I got the following error:

Traceback (most recent call last): File "", line 1, in File "/home/jetson/build_spconv/spconv3/spconv/spconv/init.py", line 15, in from . import build as _build File "/home/jetson/build_spconv/spconv3/spconv/spconv/build.py", line 24, in from spconv.core import SHUFFLE_SIMT_PARAMS, SHUFFLE_VOLTA_PARAMS, SHUFFLE_TURING_PARAMS File "/home/jetson/build_spconv/spconv3/spconv/spconv/core.py", line 18, in from cumm.gemm.algospec.core import TensorOpParams ImportError: cannot import name 'TensorOpParams' from 'cumm.gemm.algospec.core' (/home/jetson/build_spconv/spconv3/cumm/cumm/gemm/algospec/core.py)

Environment: NVIDIA Jetson Nano Developer Kit  (aarch64) Python: 3.7.5 cumm: 0.3.0 cuda: 10.2

Please help me!!! Thank you!

SmBito avatar Feb 15 '22 20:02 SmBito

I got the same errors. Any solutions will be appreciated!

ChulanZhang avatar Mar 08 '22 06:03 ChulanZhang

you can checkout to tags v0.2.8

LexcaliburR avatar Jun 07 '22 17:06 LexcaliburR