Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
19 commits
Select commit Hold shift + click to select a range
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
3 changes: 2 additions & 1 deletion include/tritonblas/kernels/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,9 @@

# FP4 kernel
from .fp4_matmul import fp4_matmul
from .fp4_streamk_gemm import fp4_streamk_matmul

# Export stages submodule
from . import stages

__all__ = ['persistent_matmul', 'streamk_matmul', 'fp4_matmul', 'stages']
__all__ = ['persistent_matmul', 'streamk_matmul', 'fp4_matmul', 'fp4_streamk_matmul', 'stages']
Loading
Loading