Files
bi100_contest-03/pkgs/triton/compiler/__init__.py
4paradigm 780b5e1ff4
Some checks failed
Docker Build and Push / docker (push) Failing after 2m10s
Initial commit
2026-07-24 15:17:23 +08:00

5 lines
144 B
Python

from .compiler import CompiledKernel, compile
from .errors import CompilationError
__all__ = ["compile", "CompiledKernel", "CompilationError"]