Skip to content

Commit

Permalink
Integrate Triton up to [632bfc3](https://github.com/openai/triton/com…
Browse files Browse the repository at this point in the history
  • Loading branch information
chsigg authored and Google-ML-Automation committed Jan 15, 2025
1 parent e71d107 commit 8c18980
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jax_triton/triton_lib.py
Original file line number Diff line number Diff line change
Expand Up @@ -395,7 +395,7 @@ def get_or_create_triton_kernel(
context = _triton.ir.context()
_triton.ir.load_dialects(context)
backend.load_dialects(context)
codegen_fns = backend.get_codegen_implementation()
codegen_fns = backend.get_codegen_implementation(options)

module = code_gen.ast_to_ttir(
fn,
Expand Down

0 comments on commit 8c18980

Please sign in to comment.