FindDefinition / cumm

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

pip install dists/xxx.whl #5

Open mouawiya opened 2 years ago

mouawiya commented 2 years ago

does anyone knows what to put in the place of xxx?

Hetali-Vekariya commented 2 years ago

When you run python setup.py bdist_wheel command it will generate dist folder in that folder there will be a file with .whl extention. you need to replace xxx with that file name.