FindDefinition / cumm

CUda Matrix Multiply library.
Apache License 2.0
70 stars 9 forks source link

Install cumm on Orin #15

Closed Siyeong-Lee closed 2 years ago

Siyeong-Lee commented 2 years ago

Similar to the previous issue (https://github.com/FindDefinition/cumm/issues/13) , I also failed to install cumm on Orin.

Can you tell me how to install it on Orin? Any comments would be highly appreciated.

The options I have set are as follows:

export CUMM_DISABLE_JIT="1"
export CUMM_ARCH_LIST="8.7+PTX"
sudo pip install -e.

FindDefinition commented 2 years ago
  1. CUMM_ARCH_LIST should be 8.7+PTX for orin. this environment only valid for spconv, build cumm don't need this
  2. libcufilt problem should be fixed in cumm newest commit (master branch, hasn't released to tags yet), which commit do you use for orin? my fault, will be fixed soon.
Siyeong-Lee commented 2 years ago

Thanks for the quick reply and your library release.

  1. Sorry. I wrote it wrong. I set CUMM_ARCH_LIST to "8.7+PTX".
  2. Thank you! Are you going to update in the near future?
Siyeong-Lee commented 2 years ago

The issue is closed, but I'm leaving a reply for others.

After applying the commit, the build was done successfully. I also succeeded in installing spconv. Thank you again.