Skip to content

Commit

Permalink
Rebase
Browse files Browse the repository at this point in the history
  • Loading branch information
sharadmv committed Mar 30, 2023
1 parent 295df3d commit 5ce7727
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 6 deletions.
7 changes: 2 additions & 5 deletions jax_triton/pallas/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,5 @@
from jax_triton.pallas.primitives import swap
from jax_triton.utils import cdiv

try:
from jax_triton.pallas import triton_ir_lowering
del triton_ir_lowering
except (ImportError, ModuleNotFoundError):
pass
from jax_triton.pallas import triton_ir_lowering
del triton_ir_lowering
2 changes: 1 addition & 1 deletion jax_triton/pallas/triton_ir_lowering.py
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
import triton
import triton.language as tl
from triton.language import ir as tl_ir
import triton.libtriton.triton as _triton
import triton._C.libtriton.triton as _triton

from jax_triton import triton_lib
from jax_triton import triton_kernel_call_lib
Expand Down

0 comments on commit 5ce7727

Please sign in to comment.