Skip to content

Commit

Permalink
Integrate Triton up to [@4caedc2](https://github.com/openai/triton/co…
Browse files Browse the repository at this point in the history
  • Loading branch information
chsigg authored and The jax_triton Authors committed May 14, 2024
1 parent 4616f13 commit 893b538
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 @@ -296,7 +296,7 @@ def get_or_create_triton_kernel(
kernel = _COMPILED_KERNEL_CACHE.get(cache_key)

if kernel is None:
target = ("cuda", compute_capability)
target = cb.GPUTarget('cuda', compute_capability, 32)
cuda_backend = cb.CUDABackend(target)
cuda_options = cuda_backend.parse_options(
dict(
Expand Down

0 comments on commit 893b538

Please sign in to comment.