Search Criteria
Package Details: python-cutlass 4.3.5-1
Package Actions
| Git Clone URL: | https://aur.archlinux.org/cutlass.git (read-only, click to copy) |
|---|---|
| Package Base: | cutlass |
| Description: | Python interface to CUTLASS library |
| Upstream URL: | https://github.com/NVIDIA/cutlass |
| Keywords: | ai gemm nvidia |
| Licenses: | BSD-3-Clause |
| Submitter: | daskol |
| Maintainer: | Smoolak |
| Last Packager: | Smoolak |
| Votes: | 0 |
| Popularity: | 0.000000 |
| First Submitted: | 2023-06-20 22:59 (UTC) |
| Last Updated: | 2026-02-15 20:27 (UTC) |
Dependencies (15)
- pybind11 (pybind11-gitAUR)
- python
- python-cuda
- python-pydot
- python-scikit-build
- python-treelib
- cmake (cmake3AUR, cmake-gitAUR) (make, x86_64)
- git (git-gitAUR, git-glAUR, git-wd40AUR) (make, x86_64)
- ninja (ninja-gitAUR, ninja-memAUR, ninja-noemacs-gitAUR, ninja-kitwareAUR, ninja-fuchsia-gitAUR, n2-ninja-symlinkAUR) (make, x86_64)
- pybind11 (pybind11-gitAUR) (make, x86_64)
- python-build (make, x86_64)
- python-installer (make, x86_64)
- python-setuptools (make, x86_64)
- python-wheel (make, x86_64)
- python-ml-dtypes (optional, x86_64) – bfloat16 dtype support (alternative)
Required by (2)
- python-flashinfer (optional)
- python-tensorrt-llm (make)
Latest Comments
lahwaacz commented on 2023-11-30 16:51 (UTC)
Now
pybind11is missing inmakedepends... Also please don't add thenvidiagroup - there is already annvidiapackage in the official repositories, which exists in the same "namespace" as package groups.lahwaacz commented on 2023-11-30 08:51 (UTC)
Also
python-setuptoolsis missing inmakedepends.lahwaacz commented on 2023-11-30 08:43 (UTC)
The hardcoded
-j 48flag is not nice. You might addninjatomakedepends,-G Ninjato the configure command and remove-j 48from the build command. Ninja uses all available cores by default.The build directory can be simply
buildrather than$pkgname-$pkgver/build.Also the prefix should not be
$pkgdir/usr, the right way to do this is with-DCMAKE_INSTALL_PREFIX=/usrat configure step andDESTDIR="$pkgdir" cmake --install <build_directory>as the install command.