-
Notifications
You must be signed in to change notification settings - Fork 16
Common Build Problems
Xinya Zhang edited this page Nov 8, 2024
·
1 revision
git clone --recursive
This can be fixed by using scl enable rh-python38
(RHEL7) or update-alternatives --set python /usr/bin/python3.11
(RHEL8+ or others)
This can be fixed by forcing pybind11's choice by passing -DPYTHON_EXECUTABLE
to cmake
-DAOTRITON_COMPRESS_KERNEL=ON
is mandatory for 0.5/0.6/0.7, otherwise the GPU kernels are too large to embed into the library.
(This option is removed in 0.8)