Skip to content

Commit

Permalink
[Simple GLA] Add parallel form impls
Browse files Browse the repository at this point in the history
  • Loading branch information
yzhangcs committed Nov 9, 2024
1 parent 5ff82ac commit 3a5bb44
Show file tree
Hide file tree
Showing 3 changed files with 625 additions and 3 deletions.
4 changes: 3 additions & 1 deletion fla/ops/simple_gla/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,10 @@

from .chunk import chunk_simple_gla
from .fused_recurrent import fused_recurrent_simple_gla
from .parallel import ParallelSimpleGLAFunction

__all__ = [
'chunk_simple_gla',
'fused_recurrent_simple_gla'
'fused_recurrent_simple_gla',
'ParallelSimpleGLAFunction'
]
Loading

0 comments on commit 3a5bb44

Please sign in to comment.