Files
bi100_contest-03/pkgs/triton/compiler/__init__.py

5 lines
144 B
Python
Raw Normal View History

2026-07-24 15:17:23 +08:00
from .compiler import CompiledKernel, compile
from .errors import CompilationError
__all__ = ["compile", "CompiledKernel", "CompilationError"]