mirror of
https://github.com/sgjzfzzf/triton-tvm-ffi.git
synced 2026-05-02 03:52:11 +08:00
7 lines
92 B
Python
7 lines
92 B
Python
def main():
|
|
print("Hello from triton-tvm-ffi!")
|
|
|
|
|
|
if __name__ == "__main__":
|
|
main()
|