First commit
This commit is contained in:
4
pkgs/triton/compiler/__init__.py
Normal file
4
pkgs/triton/compiler/__init__.py
Normal file
@@ -0,0 +1,4 @@
|
||||
from .compiler import CompiledKernel, compile
|
||||
from .errors import CompilationError
|
||||
|
||||
__all__ = ["compile", "CompiledKernel", "CompilationError"]
|
||||
Reference in New Issue
Block a user