cumm icon indicating copy to clipboard operation
cumm copied to clipboard

CUda Matrix Multiply library.

Results 20 cumm issues
Sort by recently updated
recently updated
newest added

I know that there are functions for tensor2tv in the cumm library, so how do I re-transform tv back into a tensor and keep its gradient?

I'm on Ubuntu 22.04 in WSL and trying to install cumm in a conda environment. Building the wheels fails with the attached error log. [log.txt](https://github.com/FindDefinition/cumm/files/13368053/log.txt) The text of the error...

hi, thanks for sharing such a great work! I met some bugs while I run some projects which use cumm, can you give some advice? ``` /~cumm-0.4.7/include/tensorview/cuda/nvrtc.h:249:24: error: ‘nvrtcGetCUBINSize’ was...

Recently, I run others works with spconv library (spconv 2.3.6 cumm 0.4.11) and get an error: ``` KeyError: ((16, 8, 8), float, float) ``` After a while, I notice that,...

export CUMM_CUDA_VERSION="11.4" export CUMM_DISABLE_JIT="1" export CUMM_CUDA_ARCH_LIST="8.7" git clone -b v0.2.8 https://github.com/FindDefinition/cumm cd cumm python setup.py bdist_wheel I did this and then got an error cumm/cumm/common.py", line 232, in __init__ self.build_meta.includes.append(TENSORVIEW_INCLUDE_PATH)...

In PyPI, 0.6.3 has manylinux builds. The two 0.7.x versions only have windows builds.

Hi I am trying to build https://github.com/traveller59/spconv/tree/v2.3.8 for CUDA 13.0 SM_120 (RTX 5000 series). I tried to change few things in common.py but its not working? Are you planning to...

This PR fix the hardcoded path to the CUDA includes. This allows the user to set it's prefered path to CUDA, instead of relying on default installation parameters.

Hi, thanks for your excellent work on cumm and spconv. While exploring the codebase, I noticed that cumm contains references to a cutlass mode option (e.g. via CUTLASS_MODE). However, when...

When installing CUDA and `cumm` in a micromamba environment, `cumm` fails at runtime. ## Steps to reproduce: ```bash # set up new env micromamba create -n testenv -c conda-forge python=3.11...