Skip to content

AOT-compiling what are normally JIT kernels #696

Description

@sayakpaul

Some internal points:

precompiling PTX from triton kernels so users could fetch workload specific binaries without any JIT overhead

The second (AOT-compiling what are normally JIT kernels) is very impactful:

  • It's a feature that pip-installing the kernels does not have (unless the developers hacked something in, but there is no generalized method), so using a Hub kernel would provide a large benefit over a pip install.
  • JIT-compilation is a real issue for ephemeral inference containers where boot-up time can be really important.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions