Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
wangkx1
ai-compiler
c601083d62a2f492e8cd2f105075b50f11d28bcd
c601083d62a2f492e8cd2f105075b50f11d28bcd
Switch branch/tag
ai-compiler
triton
oligoformer-opt
opt
trition_opt.py
Find file
Normal view
History
Permalink
trition_opt.py
105 Bytes
Edit
Web IDE
Newer
Older
update triton
liuys
committed
Apr 14, 2026
1
2
3
4
5
6
7
8
import
torch
import
torch.nn
as
nn
import
torch.nn.functional
as
F
if
__name__
==
"__main__"
:
pass