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)
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:Environment: NVIDIA Jetson Nano Developer Kit (aarch64) Python: 3.7.5 cumm: 0.3.0 cuda: 10.2
Please help me!!! Thank you!