Skip to content
Merged
Show file tree
Hide file tree
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
13 changes: 0 additions & 13 deletions aiter/ops/triton/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,18 +36,6 @@
if quant is not None:
__all__.append("quant")

try:
from .cross_entropy import (
cross_entropy_backward as cross_entropy_backward,
)
from .cross_entropy import (
cross_entropy_forward as cross_entropy_forward,
)

__all__.extend(["cross_entropy_backward", "cross_entropy_forward"])
except (ImportError, AttributeError):
pass

if _COMMS_AVAILABLE:
__all__.extend(
[
Expand Down Expand Up @@ -135,7 +123,6 @@ def _warn_if_deprecated(name, new_path):
"prefill_attention": "attention.prefill_attention",
"unified_attention_sparse_mla": "attention.unified_attention_sparse_mla",
"unified_attention": "attention.unified_attention",
"mxfp8_attention": "attention.mxfp8_attention",
# Fusions modules (fusions/)
"fused_kv_cache": "fusions.fused_kv_cache",
"fused_mul_add": "fusions.fused_mul_add",
Expand Down
236 changes: 0 additions & 236 deletions aiter/ops/triton/_triton_kernels/attention/dsv4_indexer.py

This file was deleted.

Loading
Loading