Skip to content

feat: prefer aotrion from release#541

Open
drbh wants to merge 2 commits into
mainfrom
prefer-precompiled-aotriton
Open

feat: prefer aotrion from release#541
drbh wants to merge 2 commits into
mainfrom
prefer-precompiled-aotriton

Conversation

@drbh
Copy link
Copy Markdown
Collaborator

@drbh drbh commented May 12, 2026

This PR avoids compiling aotrion and prefers using the prebuilt libaotriton_v2.so from https://github.com/ROCm/aotriton/releases

example of contents from
https://github.com/ROCm/aotriton/releases/download/0.11b/aotriton-0.11b-manylinux_2_28_x86_64-rocm6.2-shared.tar.gz

├── include
│   └── aotriton
│       ├── _internal
│       │   ├── aiter_hip_common.h
│       │   ├── flash
│       │   │   └── aiter.h
│       │   ├── kernel_cluster.h
│       │   ├── lazy_tensor_internal.h
│       │   ├── packed_kernel.h
│       │   ├── triton_kernel.h
│       │   └── util.h
│       ├── config.h
│       ├── cpp_tune.h
│       ├── dtypes.h
│       ├── flash.h
│       ├── runtime.h
│       ├── util.h
│       └── v2
│           └── flash.h
└── lib
    ├── cmake
    │   └── aotriton
    │       ├── aotriton-config-version.cmake
    │       ├── aotriton-config.cmake
    │       ├── aotriton-targets-release.cmake
    │       └── aotriton-targets.cmake
    ├── libaotriton_v2.so -> libaotriton_v2.so.0.11.2
    └── libaotriton_v2.so.0.11.2

@drbh drbh marked this pull request as ready for review May 12, 2026 17:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant