Skip to content

Commit

Permalink
Triton integrate 2023-12-18
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 596038346
  • Loading branch information
jax authors committed Jan 5, 2024
1 parent 5620c67 commit ed62f28
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions jax/_src/pallas/triton/lowering.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,11 @@
"""Module for lowering JAX primitives to Triton IR."""
from __future__ import annotations

from collections.abc import Sequence
import dataclasses
import functools
import operator
from typing import Any, Callable
from collections.abc import Sequence
import zlib

import jax
Expand Down Expand Up @@ -57,7 +57,7 @@
from jax_triton.triton_lib import compile_ttir_to_ptx_inplace
from jax_triton.triton_lib import get_triton_type
import numpy as np
from triton._C.libtriton.triton import ir as tl_ir
from triton._C.libtriton import ir as tl_ir
from triton.compiler import code_generator as code_gen
import triton.compiler.backends.cuda as cb
import triton.language as tl
Expand Down

0 comments on commit ed62f28

Please sign in to comment.