Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
SmBito opened this issue Feb 15, 2022 · 2 comments

Comments

@SmBito
Copy link

SmBito commented Feb 15, 2022

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!

@ChulanZhang
Copy link

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

@LexcaliburR
Copy link

you can checkout to tags v0.2.8

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants