cutlass-grouped-gemm


Namecutlass-grouped-gemm JSON
Version 0.0.3 PyPI version JSON
download
home_pagehttps://github.com/imoneoi/cutlass_grouped_gemm
SummaryCUTLASS Grouped GEMM
upload_time2023-12-27 07:50:19
maintainer
docs_urlNone
authorOne
requires_python
license
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # Grouped GEMM

A lighweight library exposing grouped GEMM kernels in PyTorch (CUTLASS version).

# Installation

Run `pip install cutlass_grouped_gemm` to install the package.

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/imoneoi/cutlass_grouped_gemm",
    "name": "cutlass-grouped-gemm",
    "maintainer": "",
    "docs_url": null,
    "requires_python": "",
    "maintainer_email": "",
    "keywords": "",
    "author": "One",
    "author_email": "imonenext@gmail.com",
    "download_url": "https://files.pythonhosted.org/packages/50/95/60c4c62de3d02d9dbe9460fabc5de4b65d19d85fe5f54afe14c4ae157367/cutlass_grouped_gemm-0.0.3.tar.gz",
    "platform": null,
    "description": "# Grouped GEMM\n\nA lighweight library exposing grouped GEMM kernels in PyTorch (CUTLASS version).\n\n# Installation\n\nRun `pip install cutlass_grouped_gemm` to install the package.\n",
    "bugtrack_url": null,
    "license": "",
    "summary": "CUTLASS Grouped GEMM",
    "version": "0.0.3",
    "project_urls": {
        "Homepage": "https://github.com/imoneoi/cutlass_grouped_gemm"
    },
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "509560c4c62de3d02d9dbe9460fabc5de4b65d19d85fe5f54afe14c4ae157367",
                "md5": "1bc11784523ed5065f6507892f49ce03",
                "sha256": "a08a0eefcb234aae78513f52f88d3593b572500fd1a2be49bd060fcf2b0f97cb"
            },
            "downloads": -1,
            "filename": "cutlass_grouped_gemm-0.0.3.tar.gz",
            "has_sig": false,
            "md5_digest": "1bc11784523ed5065f6507892f49ce03",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 20902866,
            "upload_time": "2023-12-27T07:50:19",
            "upload_time_iso_8601": "2023-12-27T07:50:19.227577Z",
            "url": "https://files.pythonhosted.org/packages/50/95/60c4c62de3d02d9dbe9460fabc5de4b65d19d85fe5f54afe14c4ae157367/cutlass_grouped_gemm-0.0.3.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-12-27 07:50:19",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "imoneoi",
    "github_project": "cutlass_grouped_gemm",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "lcname": "cutlass-grouped-gemm"
}
        
One
Elapsed time: 0.26434s