jax-ml / jax-triton

jax-triton contains integrations between JAX and OpenAI Triton
Apache License 2.0
329 stars 34 forks source link

fix compatibility issues with gpu_triton and tl_ir method access #272

Open dtunai opened 6 months ago

dtunai commented 6 months ago

Hi. This is my first MR to Jax-Triton, I've been trying to use package with default requirements for Jax (0.4.15) and run into issues because of jaxlib==0.4.15 seems removed from release history.

This pull request attempts to solve compatibility issues of jax-triton package for 0.4.25 version of Jax and Jaxlib.

google-cla[bot] commented 6 months ago

Thanks for your pull request! It looks like this may be your first contribution to a Google open source project. Before we can look at your pull request, you'll need to sign a Contributor License Agreement (CLA).

View this failed invocation of the CLA check for more information.

For the most up to date status, view the checks section at the bottom of the pull request.

lengstrom commented 4 months ago

Hi, were you able to get compatible versions of jax-triton and jax and jaxlib and triton to work together with these modifications? If so curious as to what those versions are --- haven't been able to find a combination that passes the tests (via pytest tests)