nvidia-cutlass-dsl


Namenvidia-cutlass-dsl JSON
Version 4.1.0 PyPI version JSON
download
home_pageNone
SummaryNVIDIA CUTLASS Python DSL
upload_time2025-07-21 01:19:02
maintainerNone
docs_urlNone
authorNVIDIA Corporation
requires_python>=3.12
licenseNone
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            CUTLASS 4.x provides a Python native interfaces for writing high-performance CUDA kernels based on core CUTLASS and CuTe concepts without any performance compromises. This allows for a much smoother learning curve, orders of magnitude faster compile times, native integration with DL frameworks without writing glue code, and much more intuitive metaprogramming that does not require deep C++ expertise.

Overall we envision CUTLASS DSLs as a family of domain-specific languages (DSLs). With the release of 4.0, we are releasing the first of these in CuTe DSL. This is a low level programming model that is fully consistent with CuTe C++ abstractions — exposing core concepts such as layouts, tensors, hardware atoms, and full control over the hardware thread and data hierarchy.  

CuTe DSL demonstrates optimal matrix multiply and other linear algebra operations
targeting the programmable, high-throughput Tensor Cores implemented by
NVIDIA's Ampere, Hopper, and Blackwell architectures.  

We believe it will become an indispensable tool for students, researchers, and performance
engineers alike — flattening the learning curve of GPU programming, rapidly prototyping kernel
designs, and bringing optimized solutions into production.  

CuTe DSL is currently in public beta and will graduate out of beta by end of summer 2025.

For more details please visit [CUTLASS Documentation](https://docs.nvidia.com/cutlass) or [CUTLASS Github](https://github.com/NVIDIA/cutlass/tree/main).


            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "nvidia-cutlass-dsl",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.12",
    "maintainer_email": null,
    "keywords": null,
    "author": "NVIDIA Corporation",
    "author_email": null,
    "download_url": null,
    "platform": null,
    "description": "CUTLASS 4.x provides a Python native interfaces for writing high-performance CUDA kernels based on core CUTLASS and CuTe concepts without any performance compromises. This allows for a much smoother learning curve, orders of magnitude faster compile times, native integration with DL frameworks without writing glue code, and much more intuitive metaprogramming that does not require deep C++ expertise.\n\nOverall we envision CUTLASS DSLs as a family of domain-specific languages (DSLs). With the release of 4.0, we are releasing the first of these in CuTe DSL. This is a low level programming model that is fully consistent with CuTe C++ abstractions \u2014 exposing core concepts such as layouts, tensors, hardware atoms, and full control over the hardware thread and data hierarchy.  \n\nCuTe DSL demonstrates optimal matrix multiply and other linear algebra operations\ntargeting the programmable, high-throughput Tensor Cores implemented by\nNVIDIA's Ampere, Hopper, and Blackwell architectures.  \n\nWe believe it will become an indispensable tool for students, researchers, and performance\nengineers alike \u2014 flattening the learning curve of GPU programming, rapidly prototyping kernel\ndesigns, and bringing optimized solutions into production.  \n\nCuTe DSL is currently in public beta and will graduate out of beta by end of summer 2025.\n\nFor more details please visit [CUTLASS Documentation](https://docs.nvidia.com/cutlass) or [CUTLASS Github](https://github.com/NVIDIA/cutlass/tree/main).\n\n",
    "bugtrack_url": null,
    "license": null,
    "summary": "NVIDIA CUTLASS Python DSL",
    "version": "4.1.0",
    "project_urls": {
        "Documentation": "https://github.com/NVIDIA/cutlass",
        "Issues": "https://github.com/NVIDIA/cutlass/issues",
        "Repository": "https://github.com/NVIDIA/cutlass"
    },
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "5289494853180214acaefa5d39f66510f9b939ae556476ac779ba0978985df08",
                "md5": "1a355dec8b1d934972e8f8ba4186d3a3",
                "sha256": "4da0a51faa15bd95fb8901c877509473086061abfd954cb538c4f7cec9eb9058"
            },
            "downloads": -1,
            "filename": "nvidia_cutlass_dsl-4.1.0-cp312-cp312-manylinux_2_28_aarch64.whl",
            "has_sig": false,
            "md5_digest": "1a355dec8b1d934972e8f8ba4186d3a3",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": ">=3.12",
            "size": 58506218,
            "upload_time": "2025-07-21T01:19:02",
            "upload_time_iso_8601": "2025-07-21T01:19:02.107863Z",
            "url": "https://files.pythonhosted.org/packages/52/89/494853180214acaefa5d39f66510f9b939ae556476ac779ba0978985df08/nvidia_cutlass_dsl-4.1.0-cp312-cp312-manylinux_2_28_aarch64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "84457511c27167dfdafd1cf78682886e674484571b7c2f45a78b36e30a819a77",
                "md5": "fa7fc51cace100a923d028f831971a69",
                "sha256": "61064d5bde184f334857da585a7258ee279b2780450e5ec89ebc6d2e3c6e7f84"
            },
            "downloads": -1,
            "filename": "nvidia_cutlass_dsl-4.1.0-cp312-cp312-manylinux_2_28_x86_64.whl",
            "has_sig": false,
            "md5_digest": "fa7fc51cace100a923d028f831971a69",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": ">=3.12",
            "size": 57958663,
            "upload_time": "2025-07-21T01:19:31",
            "upload_time_iso_8601": "2025-07-21T01:19:31.229509Z",
            "url": "https://files.pythonhosted.org/packages/84/45/7511c27167dfdafd1cf78682886e674484571b7c2f45a78b36e30a819a77/nvidia_cutlass_dsl-4.1.0-cp312-cp312-manylinux_2_28_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2025-07-21 01:19:02",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "NVIDIA",
    "github_project": "cutlass",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "lcname": "nvidia-cutlass-dsl"
}
        
Elapsed time: 0.73491s