From 9528451969bba06b67947a31fd9b38126d5e8a73 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?oliver=20k=C3=B6nig?= Date: Wed, 15 Oct 2025 12:13:42 +0200 Subject: [PATCH] Ko3n1g/chore/rename to deepgemm (#217) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * py3.8 Signed-off-by: oliver könig * chore: Rename from `deep_geem` to `deepgemm` Signed-off-by: oliver könig --------- Signed-off-by: oliver könig --- .github/workflows/publish.yml | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 9886ffe..7493a6a 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -41,7 +41,7 @@ jobs: # Using ubuntu-22.04 instead of 24.04 for more compatibility (glibc). Ideally we'd use the # manylinux docker image, but I haven't figured out how to install CUDA on manylinux. os: [ubuntu-22.04] - python-version: ["3.9", "3.10", "3.11", "3.12", "3.13"] + python-version: ["3.8", "3.9", "3.10", "3.11", "3.12", "3.13"] torch-version: ["2.5.1", "2.6.0", "2.7.1", "2.8.0"] cuda-version: ["12.9.1", "13.0.0"] # We need separate wheels that either uses C++11 ABI (-D_GLIBCXX_USE_CXX11_ABI) or not. diff --git a/setup.py b/setup.py index 38e891c..b270f9c 100644 --- a/setup.py +++ b/setup.py @@ -185,7 +185,7 @@ class CachedWheelsCommand(_bdist_wheel): if __name__ == '__main__': # noinspection PyTypeChecker setuptools.setup( - name='deep_gemm', + name='deepgemm', version=get_package_version(), packages=find_packages('.'), package_data={