Skip to main content

A toolkit for matrix multiplication data collection, model training, and evaluation with PyTorch Inductor integration

Project description

Warning: code is in pre-Alpha

diode

torch-diode

torch-diode is a library for programattically altering the performance-relevant decisions made by torch.compile. It makes it easy to gather data on the outcomes of decisions, and then train Machine Learning models on that data. It initially focuses on Matmul Kernel selection, but it will be expanded to other decisions in the future. Documentation

Target Audience:

  • Developers looking to adapt the compilation of their model to their specific situation.
  • Hardware Vendors looking to optimize torch.compile heuristics for their hardware.
  • OSS Contributors looking to add support for less popular hardware.

Features:

  • Pre-Trained Models: Profit from community efforts to gather data and train models.
  • Data collection: Gather data from torch external interfaces.
  • Stable Type Definitions: storing data from the external interfaces.
  • Model Training Code: Train ML models on the gathered data and contribute back to the torch community.

Featured Models

  • Matrix Multiplication Kernel Prediction: Predict the runtime of matrix multiplication kernels. The results of this model are enabled in fast-autotune.

Option 1: Installation with Pre-Trained Models

If you want to get access to the pre-trained performance models, as well as the libraries, install torch-diode:

$ pip install torch-diode

And then import torch_diode in python:

import torch_diode

This import has several side-effects, each of which are dependent on the success of the previous step:

  1. Attempt to import torch.
  2. Register dummy models to the relevant torch.compile interfaces.
  3. For each registration that is successful, it will load the actual model and register it.
  4. Enable the configs in torch.compile that engage the models.

Option 2: Installation without Pre-Trained Models

diode requires nightly pytorch, or pytorch 2.9 or later.

For developers who don't want these side effects, simply installing torch-diode-lib will get access to the library.

$ pip install torch-diode-lib

The import remains the same:

import torch_diode

Option 3: Install from Source

git clone https://github.com/exclamaforte/diode.git
cd diode
pip install .

Model Organization

Directory Structure

Models are organized in a structured directory format:

trained_models/
├── <model_purpose>/
│   ├── <model_name>.pt
│   └── ...
└── <other_model_file>.pt

Example:

trained_models/
├── matmul_kernel_runtime_prediction/
│   ├── v1_model.pt
│   └── v2_model.pt
└── matmul_model_exhaustive.pt

Get Started

The main entry point is in workflows.

Package Variants

  • torch-diode: Full package with auto-registration to PyTorch Inductor
  • torch-diode-lib: Library-only version without auto-registration

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

torch_diode-0.1.1.tar.gz (99.3 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

torch_diode-0.1.1-py3-none-any.whl (105.3 kB view details)

Uploaded Python 3

File details

Details for the file torch_diode-0.1.1.tar.gz.

File metadata

  • Download URL: torch_diode-0.1.1.tar.gz
  • Upload date:
  • Size: 99.3 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.10.18

File hashes

Hashes for torch_diode-0.1.1.tar.gz
Algorithm Hash digest
SHA256 110015cecdcdd08117c61f3ab7f3df31312ff5f549c7ee008489360e5ea310e7
MD5 e7a3a6ee131483aa3e758e858f46b9fd
BLAKE2b-256 96903b980c9b7288a4dd0d1c6fc7baa219a0d8800f7678c9c42bea76c5b23191

See more details on using hashes here.

File details

Details for the file torch_diode-0.1.1-py3-none-any.whl.

File metadata

  • Download URL: torch_diode-0.1.1-py3-none-any.whl
  • Upload date:
  • Size: 105.3 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.10.18

File hashes

Hashes for torch_diode-0.1.1-py3-none-any.whl
Algorithm Hash digest
SHA256 c37348575b949c5cb990ee077e225849570c8f10937a6bdab447eb3e66b28b20
MD5 18d916b49733db3d0caccefde112c6ec
BLAKE2b-256 392a9079be5945bb0493fd1ca5e022ef8241a416dcc6114954b8e3cd03a1308f

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page