tiagomonteiro0715 commited on
Commit ·
dd87c36
1
Parent(s): 32b5efc
sX
Browse files
torch-ext/my_softmax_function/__init__.py
CHANGED
|
@@ -3,6 +3,6 @@
|
|
| 3 |
Public API exposed to `kernels` consumers.
|
| 4 |
"""
|
| 5 |
|
| 6 |
-
from .
|
| 7 |
|
| 8 |
__all__ = ["attention", "softmax_attention"]
|
|
|
|
| 3 |
Public API exposed to `kernels` consumers.
|
| 4 |
"""
|
| 5 |
|
| 6 |
+
from ._kernel import attention, softmax_attention
|
| 7 |
|
| 8 |
__all__ = ["attention", "softmax_attention"]
|
torch-ext/my_softmax_function/{_ops.py → _kernel.py}
RENAMED
|
File without changes
|