Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion examples/kda/chunk_o.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
from tilelang.autotuner import autotune

from FLA_KDA.fla_chunk_o import chunk_gla_fwd_o_gk
from test_utils import compare_tensors
from test_utils_kda import compare_tensors

import torch

Expand Down
Loading