Red Arrow DocumentationRed Arrow DocumentationContains notes and helper codes on PyTorch Compile, CUDA, and Triton.Example Code main.pyimport torch def f(x): return torch.sin(x)**2 + torch.cos(x)**2