2026-02-25T23:58:09.8890466Z Current runner version: '2.331.0' 2026-02-25T23:58:09.8928255Z ##[group]Runner Image Provisioner 2026-02-25T23:58:09.8929686Z Hosted Compute Agent 2026-02-25T23:58:09.8930578Z Version: 20260213.493 2026-02-25T23:58:09.8931510Z Commit: 5c115507f6dd24b8de37d8bbe0bb4509d0cc0fa3 2026-02-25T23:58:09.8933075Z Build Date: 2026-02-13T00:28:41Z 2026-02-25T23:58:09.8934101Z Worker ID: {780ba90a-5eb6-4b07-81e8-71488992914a} 2026-02-25T23:58:09.8935337Z Azure Region: eastus 2026-02-25T23:58:09.8936303Z ##[endgroup] 2026-02-25T23:58:09.8938451Z ##[group]Operating System 2026-02-25T23:58:09.8939411Z Ubuntu 2026-02-25T23:58:09.8940301Z 24.04.3 2026-02-25T23:58:09.8941053Z LTS 2026-02-25T23:58:09.8941743Z ##[endgroup] 2026-02-25T23:58:09.8942721Z ##[group]Runner Image 2026-02-25T23:58:09.8943824Z Image: ubuntu-24.04 2026-02-25T23:58:09.8944662Z Version: 20260224.36.1 2026-02-25T23:58:09.8946642Z Included Software: https://github.com/actions/runner-images/blob/ubuntu24/20260224.36/images/ubuntu/Ubuntu2404-Readme.md 2026-02-25T23:58:09.8949354Z Image Release: https://github.com/actions/runner-images/releases/tag/ubuntu24%2F20260224.36 2026-02-25T23:58:09.8950907Z ##[endgroup] 2026-02-25T23:58:09.8952719Z ##[group]GITHUB_TOKEN Permissions 2026-02-25T23:58:09.8955640Z Contents: read 2026-02-25T23:58:09.8956562Z Metadata: read 2026-02-25T23:58:09.8957394Z Packages: read 2026-02-25T23:58:09.8958335Z ##[endgroup] 2026-02-25T23:58:09.8961242Z Secret source: Actions 2026-02-25T23:58:09.8962286Z Prepare workflow directory 2026-02-25T23:58:09.9531635Z Prepare all required actions 2026-02-25T23:58:09.9587587Z Getting action download info 2026-02-25T23:58:10.2866449Z Download action repository 'actions/checkout@v6' (SHA:de0fac2e4500dabe0009e67214ff5f5447ce83dd) 2026-02-25T23:58:10.4315561Z Download action repository 'astral-sh/setup-uv@v7' (SHA:eac588ad8def6316056a12d4907a9d4d84ff7a3b) 2026-02-25T23:58:10.7213376Z Download action repository 'actions/upload-artifact@v6' (SHA:b7c566a772e6b6bfb58ed0dc250532a479d7789f) 2026-02-25T23:58:11.0237418Z Complete job name: docs-test 2026-02-25T23:58:11.1006426Z ##[group]Run actions/checkout@v6 2026-02-25T23:58:11.1007349Z with: 2026-02-25T23:58:11.1007785Z repository: pytorch/helion 2026-02-25T23:58:11.1008494Z token: *** 2026-02-25T23:58:11.1008911Z ssh-strict: true 2026-02-25T23:58:11.1009337Z ssh-user: git 2026-02-25T23:58:11.1009781Z persist-credentials: true 2026-02-25T23:58:11.1010281Z clean: true 2026-02-25T23:58:11.1010729Z sparse-checkout-cone-mode: true 2026-02-25T23:58:11.1011279Z fetch-depth: 1 2026-02-25T23:58:11.1011698Z fetch-tags: false 2026-02-25T23:58:11.1012151Z show-progress: true 2026-02-25T23:58:11.1012605Z lfs: false 2026-02-25T23:58:11.1013202Z submodules: false 2026-02-25T23:58:11.1013665Z set-safe-directory: true 2026-02-25T23:58:11.1014442Z ##[endgroup] 2026-02-25T23:58:11.1961634Z Syncing repository: pytorch/helion 2026-02-25T23:58:11.1964351Z ##[group]Getting Git version info 2026-02-25T23:58:11.1965264Z Working directory is '/home/runner/work/helion/helion' 2026-02-25T23:58:11.1966450Z [command]/usr/bin/git version 2026-02-25T23:58:11.2024749Z git version 2.53.0 2026-02-25T23:58:11.2048466Z ##[endgroup] 2026-02-25T23:58:11.2065640Z Temporarily overriding HOME='/home/runner/work/_temp/238ace02-0b92-4dba-a0c2-67fb8544d4cb' before making global git config changes 2026-02-25T23:58:11.2070459Z Adding repository directory to the temporary git global config as a safe directory 2026-02-25T23:58:11.2071952Z [command]/usr/bin/git config --global --add safe.directory /home/runner/work/helion/helion 2026-02-25T23:58:11.2115791Z Deleting the contents of '/home/runner/work/helion/helion' 2026-02-25T23:58:11.2119690Z ##[group]Initializing the repository 2026-02-25T23:58:11.2124457Z [command]/usr/bin/git init /home/runner/work/helion/helion 2026-02-25T23:58:11.2255629Z hint: Using 'master' as the name for the initial branch. This default branch name 2026-02-25T23:58:11.2257050Z hint: will change to "main" in Git 3.0. To configure the initial branch name 2026-02-25T23:58:11.2258865Z hint: to use in all of your new repositories, which will suppress this warning, 2026-02-25T23:58:11.2260053Z hint: call: 2026-02-25T23:58:11.2260468Z hint: 2026-02-25T23:58:11.2261038Z hint: git config --global init.defaultBranch 2026-02-25T23:58:11.2261733Z hint: 2026-02-25T23:58:11.2262378Z hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and 2026-02-25T23:58:11.2263786Z hint: 'development'. The just-created branch can be renamed via this command: 2026-02-25T23:58:11.2265335Z hint: 2026-02-25T23:58:11.2265959Z hint: git branch -m 2026-02-25T23:58:11.2266570Z hint: 2026-02-25T23:58:11.2267261Z hint: Disable this message with "git config set advice.defaultBranchName false" 2026-02-25T23:58:11.2268452Z Initialized empty Git repository in /home/runner/work/helion/helion/.git/ 2026-02-25T23:58:11.2272789Z [command]/usr/bin/git remote add origin https://github.com/pytorch/helion 2026-02-25T23:58:11.2330336Z ##[endgroup] 2026-02-25T23:58:11.2331168Z ##[group]Disabling automatic garbage collection 2026-02-25T23:58:11.2334128Z [command]/usr/bin/git config --local gc.auto 0 2026-02-25T23:58:11.2365619Z ##[endgroup] 2026-02-25T23:58:11.2366707Z ##[group]Setting up auth 2026-02-25T23:58:11.2367586Z Removing SSH command configuration 2026-02-25T23:58:11.2373232Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand 2026-02-25T23:58:11.2409541Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'core\.sshCommand' && git config --local --unset-all 'core.sshCommand' || :" 2026-02-25T23:58:11.2769178Z Removing HTTP extra header 2026-02-25T23:58:11.2775860Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader 2026-02-25T23:58:11.2812081Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'http\.https\:\/\/github\.com\/\.extraheader' && git config --local --unset-all 'http.https://github.com/.extraheader' || :" 2026-02-25T23:58:11.3051561Z Removing includeIf entries pointing to credentials config files 2026-02-25T23:58:11.3056880Z [command]/usr/bin/git config --local --name-only --get-regexp ^includeIf\.gitdir: 2026-02-25T23:58:11.3091638Z [command]/usr/bin/git submodule foreach --recursive git config --local --show-origin --name-only --get-regexp remote.origin.url 2026-02-25T23:58:11.3338565Z [command]/usr/bin/git config --file /home/runner/work/_temp/git-credentials-0d1a2865-94d4-467e-9f2b-997f0f17c8db.config http.https://github.com/.extraheader AUTHORIZATION: basic *** 2026-02-25T23:58:11.3380254Z [command]/usr/bin/git config --local includeIf.gitdir:/home/runner/work/helion/helion/.git.path /home/runner/work/_temp/git-credentials-0d1a2865-94d4-467e-9f2b-997f0f17c8db.config 2026-02-25T23:58:11.3415918Z [command]/usr/bin/git config --local includeIf.gitdir:/home/runner/work/helion/helion/.git/worktrees/*.path /home/runner/work/_temp/git-credentials-0d1a2865-94d4-467e-9f2b-997f0f17c8db.config 2026-02-25T23:58:11.3450246Z [command]/usr/bin/git config --local includeIf.gitdir:/github/workspace/.git.path /github/runner_temp/git-credentials-0d1a2865-94d4-467e-9f2b-997f0f17c8db.config 2026-02-25T23:58:11.3486585Z [command]/usr/bin/git config --local includeIf.gitdir:/github/workspace/.git/worktrees/*.path /github/runner_temp/git-credentials-0d1a2865-94d4-467e-9f2b-997f0f17c8db.config 2026-02-25T23:58:11.3516247Z ##[endgroup] 2026-02-25T23:58:11.3517953Z ##[group]Fetching the repository 2026-02-25T23:58:11.3527880Z [command]/usr/bin/git -c protocol.version=2 fetch --no-tags --prune --no-recurse-submodules --depth=1 origin +dcd96a09915dfd1c8ff87ed7cc426f628ee450f5:refs/remotes/pull/1561/merge 2026-02-25T23:58:11.7047793Z From https://github.com/pytorch/helion 2026-02-25T23:58:11.7052254Z * [new ref] dcd96a09915dfd1c8ff87ed7cc426f628ee450f5 -> pull/1561/merge 2026-02-25T23:58:11.7085975Z ##[endgroup] 2026-02-25T23:58:11.7087508Z ##[group]Determining the checkout info 2026-02-25T23:58:11.7088867Z ##[endgroup] 2026-02-25T23:58:11.7094369Z [command]/usr/bin/git sparse-checkout disable 2026-02-25T23:58:11.7140752Z [command]/usr/bin/git config --local --unset-all extensions.worktreeConfig 2026-02-25T23:58:11.7172182Z ##[group]Checking out the ref 2026-02-25T23:58:11.7175725Z [command]/usr/bin/git checkout --progress --force refs/remotes/pull/1561/merge 2026-02-25T23:58:11.7472578Z Note: switching to 'refs/remotes/pull/1561/merge'. 2026-02-25T23:58:11.7474254Z 2026-02-25T23:58:11.7475454Z You are in 'detached HEAD' state. You can look around, make experimental 2026-02-25T23:58:11.7477553Z changes and commit them, and you can discard any commits you make in this 2026-02-25T23:58:11.7480177Z state without impacting any branches by switching back to a branch. 2026-02-25T23:58:11.7481828Z 2026-02-25T23:58:11.7483182Z If you want to create a new branch to retain commits you create, you may 2026-02-25T23:58:11.7485407Z do so (now or later) by using -c with the switch command. Example: 2026-02-25T23:58:11.7486448Z 2026-02-25T23:58:11.7487015Z git switch -c 2026-02-25T23:58:11.7487746Z 2026-02-25T23:58:11.7488190Z Or undo this operation with: 2026-02-25T23:58:11.7488901Z 2026-02-25T23:58:11.7489372Z git switch - 2026-02-25T23:58:11.7489981Z 2026-02-25T23:58:11.7490933Z Turn off this advice by setting config variable advice.detachedHead to false 2026-02-25T23:58:11.7492420Z 2026-02-25T23:58:11.7494242Z HEAD is now at dcd96a0 Merge ff209b0af662e8634d7914a01423668ae1870276 into 4547fc49bde8a9dda3e2d24a498f2386763a264a 2026-02-25T23:58:11.7499401Z ##[endgroup] 2026-02-25T23:58:11.7523807Z [command]/usr/bin/git log -1 --format=%H 2026-02-25T23:58:11.7548938Z dcd96a09915dfd1c8ff87ed7cc426f628ee450f5 2026-02-25T23:58:11.7949348Z ##[group]Run astral-sh/setup-uv@v7 2026-02-25T23:58:11.7950658Z with: 2026-02-25T23:58:11.7951540Z python-version: 3.12 2026-02-25T23:58:11.7952513Z enable-cache: true 2026-02-25T23:58:11.7953803Z activate-environment: false 2026-02-25T23:58:11.7955131Z working-directory: /home/runner/work/helion/helion 2026-02-25T23:58:11.7956858Z github-token: *** 2026-02-25T23:58:11.7959288Z cache-dependency-glob: **/*requirements*.txt **/*requirements*.in **/*constraints*.txt **/*constraints*.in **/pyproject.toml **/uv.lock **/*.py.lock 2026-02-25T23:58:11.7961849Z restore-cache: true 2026-02-25T23:58:11.7962814Z save-cache: true 2026-02-25T23:58:11.7963962Z prune-cache: true 2026-02-25T23:58:11.7964872Z cache-python: false 2026-02-25T23:58:11.7965877Z ignore-nothing-to-cache: false 2026-02-25T23:58:11.7967017Z ignore-empty-workdir: false 2026-02-25T23:58:11.7968157Z add-problem-matchers: true 2026-02-25T23:58:11.7969215Z resolution-strategy: highest 2026-02-25T23:58:11.7970485Z ##[endgroup] 2026-02-25T23:58:11.9705892Z (node:2340) [DEP0040] DeprecationWarning: The `punycode` module is deprecated. Please use a userland alternative instead. 2026-02-25T23:58:11.9708833Z (Use `node --trace-deprecation ...` to show where the warning was created) 2026-02-25T23:58:11.9886066Z Trying to find version for uv in: /home/runner/work/helion/helion/uv.toml 2026-02-25T23:58:11.9889133Z Could not find file: /home/runner/work/helion/helion/uv.toml 2026-02-25T23:58:11.9892178Z Trying to find version for uv in: /home/runner/work/helion/helion/pyproject.toml 2026-02-25T23:58:11.9901388Z Could not determine uv version from uv.toml or pyproject.toml. Falling back to latest. 2026-02-25T23:58:11.9905785Z Getting latest version from GitHub API... 2026-02-25T23:58:12.2004770Z manifest-file not provided, reading from local file. 2026-02-25T23:58:12.2047470Z manifest-file does not contain version 0.10.6, arch x86_64, platform unknown-linux-gnu. Falling back to GitHub releases. 2026-02-25T23:58:12.2052820Z Downloading uv from "https://github.com/astral-sh/uv/releases/download/0.10.6/uv-x86_64-unknown-linux-gnu.tar.gz" ... 2026-02-25T23:58:12.4292652Z [command]/usr/bin/tar xz --warning=no-unknown-keyword --overwrite -C /home/runner/work/_temp/3e5057ff-6223-473c-9d65-d666b0b1ad4a -f /home/runner/work/_temp/96a9eb8e-27e2-4842-afb0-8e124e85df0d 2026-02-25T23:58:12.8844513Z Added /home/runner/.local/bin to the path 2026-02-25T23:58:12.8849508Z Added /opt/hostedtoolcache/uv/0.10.6/x86_64 to the path 2026-02-25T23:58:12.8851863Z Set UV_PYTHON_INSTALL_DIR to /home/runner/work/_temp/uv-python-dir 2026-02-25T23:58:12.8854465Z Added /home/runner/work/_temp/uv-python-dir to the path 2026-02-25T23:58:12.8856301Z Set UV_PYTHON to 3.12 2026-02-25T23:58:12.8877599Z Set UV_CACHE_DIR to /home/runner/work/_temp/setup-uv-cache 2026-02-25T23:58:12.8879685Z Successfully installed uv version 0.10.6 2026-02-25T23:58:12.8888812Z Searching files using cache dependency glob: /home/runner/work/helion/helion/**/*requirements*.txt,/home/runner/work/helion/helion/**/*requirements*.in,/home/runner/work/helion/helion/**/*constraints*.txt,/home/runner/work/helion/helion/**/*constraints*.in,/home/runner/work/helion/helion/**/pyproject.toml,/home/runner/work/helion/helion/**/uv.lock,/home/runner/work/helion/helion/**/*.py.lock 2026-02-25T23:58:12.9269572Z /home/runner/work/helion/helion/pyproject.toml 2026-02-25T23:58:12.9349835Z Found 1 files to hash. 2026-02-25T23:58:12.9416900Z Trying to restore cache from GitHub Actions cache with key: setup-uv-2-x86_64-unknown-linux-gnu-ubuntu-24.04-3.12-pruned-d6edf83b7493c8b7817ae65dc4829355e0bf43260f2a41b35cbcbe7cae93ccec 2026-02-25T23:58:12.9895460Z No GitHub Actions cache found for key: setup-uv-2-x86_64-unknown-linux-gnu-ubuntu-24.04-3.12-pruned-d6edf83b7493c8b7817ae65dc4829355e0bf43260f2a41b35cbcbe7cae93ccec 2026-02-25T23:58:13.0567755Z ##[group]Run uv venv --python 3.12 2026-02-25T23:58:13.0568826Z uv venv --python 3.12 2026-02-25T23:58:13.0627437Z shell: /usr/bin/bash -l {0} 2026-02-25T23:58:13.0628311Z env: 2026-02-25T23:58:13.0629211Z UV_PYTHON_INSTALL_DIR: /home/runner/work/_temp/uv-python-dir 2026-02-25T23:58:13.0630429Z UV_PYTHON: 3.12 2026-02-25T23:58:13.0631295Z UV_CACHE_DIR: /home/runner/work/_temp/setup-uv-cache 2026-02-25T23:58:13.0632377Z ##[endgroup] 2026-02-25T23:58:14.0508409Z Using CPython 3.12.3 interpreter at: /usr/bin/python3.12 2026-02-25T23:58:14.0509245Z Creating virtual environment at: .venv 2026-02-25T23:58:14.0514693Z Activate with: .venv/bin/activate 2026-02-25T23:58:14.0588541Z ##[group]Run source .venv/bin/activate 2026-02-25T23:58:14.0588905Z source .venv/bin/activate 2026-02-25T23:58:14.0589192Z uv pip install -e .[docs] 2026-02-25T23:58:14.0640682Z shell: /usr/bin/bash -l {0} 2026-02-25T23:58:14.0640937Z env: 2026-02-25T23:58:14.0641211Z UV_PYTHON_INSTALL_DIR: /home/runner/work/_temp/uv-python-dir 2026-02-25T23:58:14.0641544Z UV_PYTHON: 3.12 2026-02-25T23:58:14.0641792Z UV_CACHE_DIR: /home/runner/work/_temp/setup-uv-cache 2026-02-25T23:58:14.0642079Z ##[endgroup] 2026-02-25T23:58:15.1303203Z Resolved 90 packages in 891ms 2026-02-25T23:58:15.1338347Z Building helion @ file:///home/runner/work/helion/helion 2026-02-25T23:58:15.1423774Z Downloading nvidia-curand-cu12 (60.7MiB) 2026-02-25T23:58:15.1512031Z Downloading numpy (15.8MiB) 2026-02-25T23:58:15.1515854Z Downloading sphinx (3.1MiB) 2026-02-25T23:58:15.1517572Z Downloading nvidia-cuda-nvrtc-cu12 (84.0MiB) 2026-02-25T23:58:15.1520890Z Downloading accessible-pygments (1.3MiB) 2026-02-25T23:58:15.1527562Z Downloading nvidia-cufile-cu12 (1.1MiB) 2026-02-25T23:58:15.1529800Z Downloading pygments (1.2MiB) 2026-02-25T23:58:15.1596003Z Downloading nvidia-nccl-cu12 (307.4MiB) 2026-02-25T23:58:15.1597871Z Downloading sympy (6.0MiB) 2026-02-25T23:58:15.1599234Z Downloading nvidia-cusparse-cu12 (274.9MiB) 2026-02-25T23:58:15.1602586Z Downloading torch (873.3MiB) 2026-02-25T23:58:15.1604751Z Downloading nvidia-cusparselt-cu12 (273.9MiB) 2026-02-25T23:58:15.1606271Z Downloading scipy (33.6MiB) 2026-02-25T23:58:15.1608507Z Downloading triton (179.5MiB) 2026-02-25T23:58:15.1609301Z Downloading babel (9.7MiB) 2026-02-25T23:58:15.1612493Z Downloading scikit-learn (8.5MiB) 2026-02-25T23:58:15.1614209Z Downloading nvidia-cufft-cu12 (184.2MiB) 2026-02-25T23:58:15.1615646Z Downloading pillow (6.7MiB) 2026-02-25T23:58:15.1617706Z Downloading nvidia-cudnn-cu12 (674.0MiB) 2026-02-25T23:58:15.1620255Z Downloading nvidia-cublas-cu12 (566.8MiB) 2026-02-25T23:58:15.1625356Z Downloading nvidia-nvshmem-cu12 (132.7MiB) 2026-02-25T23:58:15.1627558Z Downloading networkx (2.0MiB) 2026-02-25T23:58:15.1630549Z Downloading cuda-bindings (11.6MiB) 2026-02-25T23:58:15.1631537Z Downloading nvidia-cuda-cupti-cu12 (9.8MiB) 2026-02-25T23:58:15.1635213Z Downloading nvidia-cusolver-cu12 (255.1MiB) 2026-02-25T23:58:15.1636759Z Downloading nvidia-nvjitlink-cu12 (37.4MiB) 2026-02-25T23:58:15.1639535Z Downloading sphinx-design (2.1MiB) 2026-02-25T23:58:15.1641126Z Downloading pydata-sphinx-theme (4.4MiB) 2026-02-25T23:58:15.4241861Z Built helion @ file:///home/runner/work/helion/helion 2026-02-25T23:58:15.7345187Z Downloaded nvidia-cufile-cu12 2026-02-25T23:58:15.8255612Z Downloaded accessible-pygments 2026-02-25T23:58:15.9716471Z Downloaded sphinx-design 2026-02-25T23:58:16.1266984Z Downloaded pygments 2026-02-25T23:58:16.5114859Z Downloaded pydata-sphinx-theme 2026-02-25T23:58:16.5216691Z Downloaded networkx 2026-02-25T23:58:16.5816676Z Downloaded sphinx 2026-02-25T23:58:17.2367444Z Downloaded pillow 2026-02-25T23:58:17.5558607Z Downloaded scikit-learn 2026-02-25T23:58:17.6500609Z Downloaded nvidia-cuda-cupti-cu12 2026-02-25T23:58:17.8414115Z Downloaded babel 2026-02-25T23:58:17.9356506Z Downloaded cuda-bindings 2026-02-25T23:58:18.3847615Z Downloaded sympy 2026-02-25T23:58:18.4471131Z Downloaded numpy 2026-02-25T23:58:20.3172778Z Downloaded nvidia-nvjitlink-cu12 2026-02-25T23:58:21.6102116Z Downloaded scipy 2026-02-25T23:58:22.1533299Z Downloaded nvidia-curand-cu12 2026-02-25T23:58:23.8031151Z Downloaded nvidia-cuda-nvrtc-cu12 2026-02-25T23:58:26.9020763Z Downloaded nvidia-nvshmem-cu12 2026-02-25T23:58:29.4712620Z Downloaded nvidia-cufft-cu12 2026-02-25T23:58:30.6672503Z Downloaded triton 2026-02-25T23:58:32.0698086Z Downloaded nvidia-cusolver-cu12 2026-02-25T23:58:32.6686844Z Downloaded nvidia-cusparselt-cu12 2026-02-25T23:58:32.6758046Z Downloaded nvidia-cusparse-cu12 2026-02-25T23:58:33.3567258Z Downloaded nvidia-nccl-cu12 2026-02-25T23:58:35.9022306Z Downloaded nvidia-cublas-cu12 2026-02-25T23:58:36.5357483Z Downloaded nvidia-cudnn-cu12 2026-02-25T23:58:43.6279968Z Downloaded torch 2026-02-25T23:58:43.6282584Z Prepared 88 packages in 28.49s 2026-02-25T23:58:43.9717113Z Installed 90 packages in 343ms 2026-02-25T23:58:43.9717692Z + accessible-pygments==0.0.5 2026-02-25T23:58:43.9718150Z + alabaster==0.7.16 2026-02-25T23:58:43.9718688Z + anyio==4.12.1 2026-02-25T23:58:43.9719267Z + babel==2.18.0 2026-02-25T23:58:43.9719559Z + beautifulsoup4==4.14.3 2026-02-25T23:58:43.9719933Z + blinker==1.9.0 2026-02-25T23:58:43.9743710Z + certifi==2026.2.25 2026-02-25T23:58:43.9744070Z + charset-normalizer==3.4.4 2026-02-25T23:58:43.9744431Z + click==8.3.1 2026-02-25T23:58:43.9744719Z + colorama==0.4.6 2026-02-25T23:58:43.9745032Z + cuda-bindings==12.9.4 2026-02-25T23:58:43.9745413Z + cuda-pathfinder==1.4.0 2026-02-25T23:58:43.9745777Z + docutils==0.18.1 2026-02-25T23:58:43.9746089Z + filecheck==1.0.3 2026-02-25T23:58:43.9746403Z + filelock==3.24.3 2026-02-25T23:58:43.9746689Z + flask==3.1.3 2026-02-25T23:58:43.9747003Z + fsspec==2026.2.0 2026-02-25T23:58:43.9747300Z + h11==0.16.0 2026-02-25T23:58:43.9747797Z + helion==0.1.dev1+gdcd96a099 (from file:///home/runner/work/helion/helion) 2026-02-25T23:58:43.9748408Z + idna==3.11 2026-02-25T23:58:43.9748702Z + imagesize==1.4.1 2026-02-25T23:58:43.9749015Z + itsdangerous==2.2.0 2026-02-25T23:58:43.9749341Z + jinja2==3.1.6 2026-02-25T23:58:43.9749634Z + joblib==1.5.3 2026-02-25T23:58:43.9749945Z + linkify-it-py==2.0.3 2026-02-25T23:58:43.9750290Z + markdown-it-py==3.0.0 2026-02-25T23:58:43.9750633Z + markupsafe==3.0.3 2026-02-25T23:58:43.9750969Z + mdit-py-plugins==0.5.0 2026-02-25T23:58:43.9751311Z + mdurl==0.1.2 2026-02-25T23:58:43.9751607Z + mpmath==1.3.0 2026-02-25T23:58:43.9751911Z + myst-parser==3.0.1 2026-02-25T23:58:43.9752235Z + networkx==3.6.1 2026-02-25T23:58:43.9753063Z + numpy==2.4.2 2026-02-25T23:58:43.9753405Z + nvidia-cublas-cu12==12.8.4.1 2026-02-25T23:58:43.9753813Z + nvidia-cuda-cupti-cu12==12.8.90 2026-02-25T23:58:43.9754238Z + nvidia-cuda-nvrtc-cu12==12.8.93 2026-02-25T23:58:43.9754656Z + nvidia-cuda-runtime-cu12==12.8.90 2026-02-25T23:58:43.9755066Z + nvidia-cudnn-cu12==9.10.2.21 2026-02-25T23:58:43.9755446Z + nvidia-cufft-cu12==11.3.3.83 2026-02-25T23:58:43.9755815Z + nvidia-cufile-cu12==1.13.1.3 2026-02-25T23:58:43.9756193Z + nvidia-curand-cu12==10.3.9.90 2026-02-25T23:58:43.9756580Z + nvidia-cusolver-cu12==11.7.3.90 2026-02-25T23:58:43.9756993Z + nvidia-cusparse-cu12==12.5.8.93 2026-02-25T23:58:43.9757451Z + nvidia-cusparselt-cu12==0.7.1 2026-02-25T23:58:43.9757848Z + nvidia-nccl-cu12==2.27.5 2026-02-25T23:58:43.9758227Z + nvidia-nvjitlink-cu12==12.8.93 2026-02-25T23:58:43.9758619Z + nvidia-nvshmem-cu12==3.4.5 2026-02-25T23:58:43.9759000Z + nvidia-nvtx-cu12==12.8.90 2026-02-25T23:58:43.9759352Z + packaging==26.0 2026-02-25T23:58:43.9759673Z + pillow==12.1.1 2026-02-25T23:58:43.9759971Z + psutil==7.2.2 2026-02-25T23:58:43.9760301Z + pydata-sphinx-theme==0.15.4 2026-02-25T23:58:43.9760673Z + pygments==2.19.2 2026-02-25T23:58:43.9761010Z + pytorch-sphinx-theme2==0.2.0 2026-02-25T23:58:43.9761386Z + pyyaml==6.0.3 2026-02-25T23:58:43.9761678Z + requests==2.32.5 2026-02-25T23:58:43.9761977Z + rich==14.3.3 2026-02-25T23:58:43.9762272Z + scikit-learn==1.8.0 2026-02-25T23:58:43.9762594Z + scipy==1.17.1 2026-02-25T23:58:43.9763069Z + setuptools==82.0.0 2026-02-25T23:58:43.9763415Z + snowballstemmer==3.0.1 2026-02-25T23:58:43.9763756Z + soupsieve==2.8.3 2026-02-25T23:58:43.9764092Z + sphinx==7.2.6 2026-02-25T23:58:43.9764402Z + sphinx-autobuild==2025.8.25 2026-02-25T23:58:43.9764889Z + sphinx-autodoc-typehints==2.0.1 2026-02-25T23:58:43.9765341Z + sphinx-design==0.6.1 2026-02-25T23:58:43.9765804Z + sphinx-gallery==0.14.0 2026-02-25T23:58:43.9766435Z + sphinx-last-updated-by-git==0.3.8 2026-02-25T23:58:43.9767095Z + sphinx-sitemap==2.7.1 2026-02-25T23:58:43.9767651Z + sphinxcontrib-applehelp==2.0.0 2026-02-25T23:58:43.9768174Z + sphinxcontrib-devhelp==2.0.0 2026-02-25T23:58:43.9768930Z + sphinxcontrib-htmlhelp==2.1.0 2026-02-25T23:58:43.9769349Z + sphinxcontrib-jsmath==1.0.1 2026-02-25T23:58:43.9769643Z + sphinxcontrib-katex==0.9.10 2026-02-25T23:58:43.9770018Z + sphinxcontrib-mermaid==1.0.0 2026-02-25T23:58:43.9770282Z + sphinxcontrib-qthelp==2.0.0 2026-02-25T23:58:43.9770583Z + sphinxcontrib-serializinghtml==2.0.0 2026-02-25T23:58:43.9770930Z + sphinxext-opengraph==0.13.0 2026-02-25T23:58:43.9771153Z + starlette==0.52.1 2026-02-25T23:58:43.9771443Z + sympy==1.14.0 2026-02-25T23:58:43.9771626Z + threadpoolctl==3.6.0 2026-02-25T23:58:43.9771921Z + torch==2.10.0 2026-02-25T23:58:43.9772132Z + triton==3.6.0 2026-02-25T23:58:43.9772323Z + typing-extensions==4.15.0 2026-02-25T23:58:43.9772536Z + uc-micro-py==1.0.3 2026-02-25T23:58:43.9772786Z + urllib3==2.6.3 2026-02-25T23:58:43.9773204Z + uvicorn==0.41.0 2026-02-25T23:58:43.9773407Z + watchfiles==1.1.1 2026-02-25T23:58:43.9773676Z + websockets==16.0 2026-02-25T23:58:43.9773929Z + werkzeug==3.1.6 2026-02-25T23:58:43.9997427Z ##[group]Run source .venv/bin/activate 2026-02-25T23:58:43.9997767Z source .venv/bin/activate 2026-02-25T23:58:43.9998012Z cd docs/ 2026-02-25T23:58:43.9998199Z make html 2026-02-25T23:58:43.9998397Z make linkcheck 2026-02-25T23:58:44.0046903Z shell: /usr/bin/bash -l {0} 2026-02-25T23:58:44.0047133Z env: 2026-02-25T23:58:44.0047382Z UV_PYTHON_INSTALL_DIR: /home/runner/work/_temp/uv-python-dir 2026-02-25T23:58:44.0047719Z UV_PYTHON: 3.12 2026-02-25T23:58:44.0047957Z UV_CACHE_DIR: /home/runner/work/_temp/setup-uv-cache 2026-02-25T23:58:44.0048243Z ##[endgroup] 2026-02-25T23:58:44.1541997Z rm -rf ../site/* 2026-02-25T23:58:44.1559839Z rm -rf examples/* 2026-02-25T23:58:44.6290609Z /home/runner/work/helion/helion/.venv/lib/python3.12/site-packages/docutils/utils/math/latex2mathml.py:954: SyntaxWarning: invalid escape sequence '\i' 2026-02-25T23:58:44.6292213Z node = parse_latex_math(node, '\int\dotsi\int') 2026-02-25T23:58:44.9980328Z Running Sphinx v7.2.6 2026-02-25T23:58:46.0911700Z Parsed external_urls: ['github', 'github_issues', 'contributing', 'docs', 'twitter'] 2026-02-25T23:58:46.0912627Z matplotlib is not installed, social cards will not be generated 2026-02-25T23:58:46.0913571Z making output directory... done 2026-02-25T23:58:46.0918317Z Using Sphinx-Gallery to convert rst text blocks to markdown for .ipynb files. 2026-02-25T23:58:46.3072173Z [autosummary] generating autosummary for: api/autotuner.md, api/config.md, api/exceptions.md, api/index.md, api/kernel.md, api/language.md, api/runtime.md, api/settings.md, deployment_autotuning.md, events.md, helion_puzzles.rst, index.md, installation.md, tileir_backend.md 2026-02-25T23:58:57.4836991Z [autosummary] generating autosummary for: /home/runner/work/helion/helion/docs/api/generated/helion.Config.rst, /home/runner/work/helion/helion/docs/api/generated/helion.Settings.rst, /home/runner/work/helion/helion/docs/api/generated/helion.kernel.rst, /home/runner/work/helion/helion/docs/api/generated/helion.language.StackTensor.rst, /home/runner/work/helion/helion/docs/api/generated/helion.language.Tile.rst, /home/runner/work/helion/helion/docs/api/generated/helion.language.arange.rst, /home/runner/work/helion/helion/docs/api/generated/helion.language.associative_scan.rst, /home/runner/work/helion/helion/docs/api/generated/helion.language.atomic_add.rst, /home/runner/work/helion/helion/docs/api/generated/helion.language.atomic_and.rst, /home/runner/work/helion/helion/docs/api/generated/helion.language.atomic_cas.rst, ..., /home/runner/work/helion/helion/docs/api/generated/helion.language.store.rst, /home/runner/work/helion/helion/docs/api/generated/helion.language.subscript.rst, /home/runner/work/helion/helion/docs/api/generated/helion.language.tile.rst, /home/runner/work/helion/helion/docs/api/generated/helion.language.tile_begin.rst, /home/runner/work/helion/helion/docs/api/generated/helion.language.tile_block_size.rst, /home/runner/work/helion/helion/docs/api/generated/helion.language.tile_end.rst, /home/runner/work/helion/helion/docs/api/generated/helion.language.tile_id.rst, /home/runner/work/helion/helion/docs/api/generated/helion.language.tile_index.rst, /home/runner/work/helion/helion/docs/api/generated/helion.language.wait.rst, /home/runner/work/helion/helion/docs/api/generated/helion.language.zeros.rst 2026-02-25T23:58:57.4870368Z loading intersphinx inventory from https://docs.python.org/3/objects.inv... 2026-02-25T23:58:57.4876950Z loading intersphinx inventory from https://pytorch.org/docs/stable/objects.inv... 2026-02-25T23:58:57.4880500Z loading intersphinx inventory from https://helionlang.com/objects.inv... 2026-02-25T23:58:57.6923301Z intersphinx inventory has moved: https://pytorch.org/docs/stable/objects.inv -> https://docs.pytorch.org/docs/stable/objects.inv 2026-02-25T23:58:57.8126881Z myst v3.0.1: MdParserConfig(commonmark_only=False, gfm_only=False, enable_extensions={'smartquotes', 'html_admonition', 'dollarmath', 'substitution', 'tasklist', 'html_image', 'linkify', 'replacements', 'deflist', 'colon_fence', 'amsmath'}, disable_syntax=[], all_links_external=False, links_external_new_tab=False, url_schemes=('http', 'https', 'mailto', 'ftp'), ref_domains=None, fence_as_directive=set(), number_code_blocks=[], title_to_header=False, heading_anchors=0, heading_slug_func=None, html_meta={}, footnote_transition=True, words_per_minute=200, substitutions={}, linkify_fuzzy_links=True, dmath_allow_labels=True, dmath_allow_space=True, dmath_allow_digits=True, dmath_double_inline=False, update_mathjax=True, mathjax_classes='tex2jax_process|mathjax_process|math|output_area', enable_checkboxes=False, suppress_warnings=[], highlight_code_blocks=True) 2026-02-25T23:58:57.8132170Z generating gallery... 2026-02-25T23:58:57.9514014Z generating gallery for examples... [ 2%] add.py 2026-02-25T23:58:57.9648888Z generating gallery for examples... [ 4%] broadcast_matmul.py 2026-02-25T23:58:57.9780981Z generating gallery for examples... [ 6%] batch_softmax.py 2026-02-25T23:58:57.9910861Z generating gallery for examples... [ 8%] concatenate.py 2026-02-25T23:58:58.0067336Z generating gallery for examples... [ 10%] sum.py 2026-02-25T23:58:58.0210972Z generating gallery for examples... [ 12%] bmm.py 2026-02-25T23:58:58.0357364Z generating gallery for examples... [ 14%] embedding.py 2026-02-25T23:58:58.0503486Z generating gallery for examples... [ 16%] split_k_barrier.py 2026-02-25T23:58:58.0647164Z generating gallery for examples... [ 18%] cross_entropy.py 2026-02-25T23:58:58.0788296Z generating gallery for examples... [ 20%] exp.py 2026-02-25T23:58:58.0930366Z generating gallery for examples... [ 22%] welford.py 2026-02-25T23:58:58.1070335Z generating gallery for examples... [ 24%] low_mem_dropout.py 2026-02-25T23:58:58.1217838Z generating gallery for examples... [ 27%] gather_gemv.py 2026-02-25T23:58:58.1365345Z generating gallery for examples... [ 29%] matmul_layernorm.py 2026-02-25T23:58:58.1506217Z generating gallery for examples... [ 31%] long_sum.py 2026-02-25T23:58:58.1641977Z generating gallery for examples... [ 33%] fp8_gemm.py 2026-02-25T23:58:58.1780810Z generating gallery for examples... [ 35%] matmul_split_k.py 2026-02-25T23:58:58.1925404Z generating gallery for examples... [ 37%] attention.py 2026-02-25T23:58:58.2061567Z generating gallery for examples... [ 39%] bf16xint16_gemm.py 2026-02-25T23:58:58.2195265Z generating gallery for examples... [ 41%] jagged_dense_bmm.py 2026-02-25T23:58:58.2329090Z generating gallery for examples... [ 43%] jagged_dense_add.py 2026-02-25T23:58:58.2467325Z generating gallery for examples... [ 45%] jagged_sum.py 2026-02-25T23:58:58.2612137Z generating gallery for examples... [ 47%] mamba2_chunk_state.py 2026-02-25T23:58:58.2753559Z generating gallery for examples... [ 49%] jagged_softmax.py 2026-02-25T23:58:58.2894532Z generating gallery for examples... [ 51%] softmax.py 2026-02-25T23:58:58.3033680Z generating gallery for examples... [ 53%] jagged_mean.py 2026-02-25T23:58:58.3182386Z generating gallery for examples... [ 55%] gdn_fwd_h.py 2026-02-25T23:58:58.3320645Z generating gallery for examples... [ 57%] int4_gemm.py 2026-02-25T23:58:58.3458450Z generating gallery for examples... [ 59%] moe_matmul_ogs.py 2026-02-25T23:58:58.3603677Z generating gallery for examples... [ 61%] kl_div.py 2026-02-25T23:58:58.3750218Z generating gallery for examples... [ 63%] rms_norm.py 2026-02-25T23:58:58.3903342Z generating gallery for examples... [ 65%] jagged_hstu_attn.py 2026-02-25T23:58:58.4051868Z generating gallery for examples... [ 67%] segment_reduction.py 2026-02-25T23:58:58.4209756Z generating gallery for examples... [ 69%] blackwell_attention.py 2026-02-25T23:58:58.4355076Z generating gallery for examples... [ 71%] nvfp4_gemm.py 2026-02-25T23:58:58.4505382Z generating gallery for examples... [ 73%] jagged_layer_norm.py 2026-02-25T23:58:58.4651507Z generating gallery for examples... [ 76%] squeeze_and_excitation_net.py 2026-02-25T23:58:58.4806457Z generating gallery for examples... [ 78%] mamba2_chunk_scan.py 2026-02-25T23:58:58.4965917Z generating gallery for examples... [ 80%] flex_attention.py 2026-02-25T23:58:58.5119181Z generating gallery for examples... [ 82%] layer_norm.py 2026-02-25T23:58:58.5278464Z generating gallery for examples... [ 84%] jsd.py 2026-02-25T23:58:58.5436274Z generating gallery for examples... [ 86%] swiglu.py 2026-02-25T23:58:58.5595722Z generating gallery for examples... [ 88%] geglu.py 2026-02-25T23:58:58.5751524Z generating gallery for examples... [ 90%] fp8_attention.py 2026-02-25T23:58:58.5911476Z generating gallery for examples... [ 92%] grouped_gemm.py 2026-02-25T23:58:58.6070035Z generating gallery for examples... [ 94%] fused_linear_jsd.py 2026-02-25T23:58:58.6240569Z generating gallery for examples... [ 96%] matmul.py 2026-02-25T23:58:58.6415850Z generating gallery for examples... [ 98%] aot_example.py 2026-02-25T23:58:58.6611885Z generating gallery for examples... [100%] grpo_loss.py 2026-02-25T23:58:58.6987119Z generating gallery for examples/distributed... [ 25%] matmul_reduce_scatter.py 2026-02-25T23:58:58.8782702Z generating gallery for examples/distributed... [ 50%] all_reduce.py 2026-02-25T23:58:58.8953699Z generating gallery for examples/distributed... [ 75%] all_gather_matmul.py 2026-02-25T23:58:58.9126713Z generating gallery for examples/distributed... [100%] allreduce_bias_rmsnorm.py 2026-02-25T23:58:58.9913793Z building [mo]: targets for 0 po files that are out of date 2026-02-25T23:58:58.9914542Z writing output... 2026-02-25T23:58:58.9933351Z building [html]: targets for 14 source files that are out of date 2026-02-25T23:58:58.9979362Z updating environment: [new config] 113 added, 0 changed, 0 removed 2026-02-25T23:59:00.3802582Z reading sources... [ 1%] api/autotuner 2026-02-25T23:59:00.9232578Z reading sources... [ 2%] api/config 2026-02-25T23:59:01.5701572Z reading sources... [ 3%] api/exceptions 2026-02-25T23:59:02.1960820Z reading sources... [ 4%] api/generated/helion.Config 2026-02-25T23:59:02.4972608Z reading sources... [ 4%] api/generated/helion.Settings 2026-02-25T23:59:02.5540502Z reading sources... [ 5%] api/generated/helion.kernel 2026-02-25T23:59:02.6803145Z reading sources... [ 6%] api/generated/helion.language.StackTensor 2026-02-25T23:59:05.4309433Z reading sources... [ 7%] api/generated/helion.language.Tile 2026-02-25T23:59:05.4541053Z reading sources... [ 8%] api/generated/helion.language.arange 2026-02-25T23:59:05.4847549Z reading sources... [ 9%] api/generated/helion.language.associative_scan 2026-02-25T23:59:05.5359171Z reading sources... [ 10%] api/generated/helion.language.atomic_add 2026-02-25T23:59:05.5503281Z reading sources... [ 11%] api/generated/helion.language.atomic_and 2026-02-25T23:59:05.5672695Z reading sources... [ 12%] api/generated/helion.language.atomic_cas 2026-02-25T23:59:05.5802819Z reading sources... [ 12%] api/generated/helion.language.atomic_max 2026-02-25T23:59:05.5949482Z reading sources... [ 13%] api/generated/helion.language.atomic_min 2026-02-25T23:59:05.6083650Z reading sources... [ 14%] api/generated/helion.language.atomic_or 2026-02-25T23:59:05.6229864Z reading sources... [ 15%] api/generated/helion.language.atomic_xchg 2026-02-25T23:59:05.6362313Z reading sources... [ 16%] api/generated/helion.language.atomic_xor 2026-02-25T23:59:05.6415362Z reading sources... [ 17%] api/generated/helion.language.constexpr 2026-02-25T23:59:05.6542764Z reading sources... [ 18%] api/generated/helion.language.cumprod 2026-02-25T23:59:05.6687154Z reading sources... [ 19%] api/generated/helion.language.cumsum 2026-02-25T23:59:05.6814816Z reading sources... [ 19%] api/generated/helion.language.device_print 2026-02-25T23:59:05.7133105Z reading sources... [ 20%] api/generated/helion.language.dot 2026-02-25T23:59:05.7280949Z reading sources... [ 21%] api/generated/helion.language.full 2026-02-25T23:59:05.7816935Z reading sources... [ 22%] api/generated/helion.language.grid 2026-02-25T23:59:05.8060555Z reading sources... [ 23%] api/generated/helion.language.inline_asm_elementwise 2026-02-25T23:59:05.8386839Z reading sources... [ 24%] api/generated/helion.language.inline_triton 2026-02-25T23:59:05.8548264Z reading sources... [ 25%] api/generated/helion.language.join 2026-02-25T23:59:05.8941348Z reading sources... [ 26%] api/generated/helion.language.load 2026-02-25T23:59:05.9297389Z reading sources... [ 27%] api/generated/helion.language.reduce 2026-02-25T23:59:05.9502310Z reading sources... [ 27%] api/generated/helion.language.register_block_size 2026-02-25T23:59:05.9589447Z reading sources... [ 28%] api/generated/helion.language.register_tunable 2026-02-25T23:59:05.9873277Z reading sources... [ 29%] api/generated/helion.language.signal 2026-02-25T23:59:05.9968966Z reading sources... [ 30%] api/generated/helion.language.specialize 2026-02-25T23:59:06.0069977Z reading sources... [ 31%] api/generated/helion.language.split 2026-02-25T23:59:06.0189900Z reading sources... [ 32%] api/generated/helion.language.stacktensor_like 2026-02-25T23:59:06.0337447Z reading sources... [ 33%] api/generated/helion.language.static_range 2026-02-25T23:59:06.0478889Z reading sources... [ 34%] api/generated/helion.language.store 2026-02-25T23:59:06.0607721Z reading sources... [ 35%] api/generated/helion.language.subscript 2026-02-25T23:59:06.0834116Z reading sources... [ 35%] api/generated/helion.language.tile 2026-02-25T23:59:06.1001988Z reading sources... [ 36%] api/generated/helion.language.tile_begin 2026-02-25T23:59:06.1103852Z reading sources... [ 37%] api/generated/helion.language.tile_block_size 2026-02-25T23:59:06.1199953Z reading sources... [ 38%] api/generated/helion.language.tile_end 2026-02-25T23:59:06.1300597Z reading sources... [ 39%] api/generated/helion.language.tile_id 2026-02-25T23:59:06.1392832Z reading sources... [ 40%] api/generated/helion.language.tile_index 2026-02-25T23:59:06.1566041Z reading sources... [ 41%] api/generated/helion.language.wait 2026-02-25T23:59:06.1704683Z reading sources... [ 42%] api/generated/helion.language.zeros 2026-02-25T23:59:06.3445061Z reading sources... [ 42%] api/index 2026-02-25T23:59:06.9643841Z reading sources... [ 43%] api/kernel 2026-02-25T23:59:07.5844007Z reading sources... [ 44%] api/language 2026-02-25T23:59:07.7774643Z reading sources... [ 45%] api/runtime 2026-02-25T23:59:08.2340508Z reading sources... [ 46%] api/settings 2026-02-25T23:59:08.2689628Z reading sources... [ 47%] deployment_autotuning 2026-02-25T23:59:08.3209472Z reading sources... [ 48%] events 2026-02-25T23:59:08.3312252Z reading sources... [ 49%] examples/add 2026-02-25T23:59:08.3409289Z reading sources... [ 50%] examples/aot_example 2026-02-25T23:59:08.3514726Z reading sources... [ 50%] examples/attention 2026-02-25T23:59:08.3604608Z reading sources... [ 51%] examples/batch_softmax 2026-02-25T23:59:08.3679620Z reading sources... [ 52%] examples/bf16xint16_gemm 2026-02-25T23:59:08.3791611Z reading sources... [ 53%] examples/blackwell_attention 2026-02-25T23:59:08.3879490Z reading sources... [ 54%] examples/bmm 2026-02-25T23:59:08.3978700Z reading sources... [ 55%] examples/broadcast_matmul 2026-02-25T23:59:08.4057769Z reading sources... [ 56%] examples/concatenate 2026-02-25T23:59:08.4138021Z reading sources... [ 57%] examples/cross_entropy 2026-02-25T23:59:08.4224740Z reading sources... [ 58%] examples/distributed/all_gather_matmul 2026-02-25T23:59:08.4321520Z reading sources... [ 58%] examples/distributed/all_reduce 2026-02-25T23:59:08.4396437Z reading sources... [ 59%] examples/distributed/allreduce_bias_rmsnorm 2026-02-25T23:59:08.4476562Z reading sources... [ 60%] examples/distributed/index 2026-02-25T23:59:08.4544634Z reading sources... [ 61%] examples/distributed/matmul_reduce_scatter 2026-02-25T23:59:08.4637046Z reading sources... [ 62%] examples/embedding 2026-02-25T23:59:08.4734744Z reading sources... [ 63%] examples/exp 2026-02-25T23:59:08.4838929Z reading sources... [ 64%] examples/flex_attention 2026-02-25T23:59:08.4922653Z reading sources... [ 65%] examples/fp8_attention 2026-02-25T23:59:08.5002776Z reading sources... [ 65%] examples/fp8_gemm 2026-02-25T23:59:08.5129535Z reading sources... [ 66%] examples/fused_linear_jsd 2026-02-25T23:59:08.5232014Z reading sources... [ 67%] examples/gather_gemv 2026-02-25T23:59:08.5335150Z reading sources... [ 68%] examples/gdn_fwd_h 2026-02-25T23:59:08.5456822Z reading sources... [ 69%] examples/geglu 2026-02-25T23:59:08.5597497Z reading sources... [ 70%] examples/grouped_gemm 2026-02-25T23:59:08.5711689Z reading sources... [ 71%] examples/grpo_loss 2026-02-25T23:59:08.9635045Z reading sources... [ 72%] examples/index 2026-02-25T23:59:08.9749612Z reading sources... [ 73%] examples/int4_gemm 2026-02-25T23:59:08.9853464Z reading sources... [ 73%] examples/jagged_dense_add 2026-02-25T23:59:08.9958201Z reading sources... [ 74%] examples/jagged_dense_bmm 2026-02-25T23:59:09.0061723Z reading sources... [ 75%] examples/jagged_hstu_attn 2026-02-25T23:59:09.0175860Z reading sources... [ 76%] examples/jagged_layer_norm 2026-02-25T23:59:09.0270682Z reading sources... [ 77%] examples/jagged_mean 2026-02-25T23:59:09.0374106Z reading sources... [ 78%] examples/jagged_softmax 2026-02-25T23:59:09.0476245Z reading sources... [ 79%] examples/jagged_sum 2026-02-25T23:59:09.0600737Z reading sources... [ 80%] examples/jsd 2026-02-25T23:59:09.0718855Z reading sources... [ 81%] examples/kl_div 2026-02-25T23:59:09.0808221Z reading sources... [ 81%] examples/layer_norm 2026-02-25T23:59:09.0914903Z reading sources... [ 82%] examples/long_sum 2026-02-25T23:59:09.1022665Z reading sources... [ 83%] examples/low_mem_dropout 2026-02-25T23:59:09.1128967Z reading sources... [ 84%] examples/mamba2_chunk_scan 2026-02-25T23:59:09.1242517Z reading sources... [ 85%] examples/mamba2_chunk_state 2026-02-25T23:59:09.1321655Z reading sources... [ 86%] examples/matmul 2026-02-25T23:59:09.1452219Z reading sources... [ 87%] examples/matmul_layernorm 2026-02-25T23:59:09.1512474Z reading sources... [ 88%] examples/matmul_split_k 2026-02-25T23:59:09.1598375Z reading sources... [ 88%] examples/moe_matmul_ogs 2026-02-25T23:59:09.1687679Z reading sources... [ 89%] examples/nvfp4_gemm 2026-02-25T23:59:09.1791228Z reading sources... [ 90%] examples/rms_norm 2026-02-25T23:59:09.1895943Z reading sources... [ 91%] examples/segment_reduction 2026-02-25T23:59:09.1970609Z reading sources... [ 92%] examples/softmax 2026-02-25T23:59:09.2038299Z reading sources... [ 93%] examples/split_k_barrier 2026-02-25T23:59:09.2140148Z reading sources... [ 94%] examples/squeeze_and_excitation_net 2026-02-25T23:59:09.2233836Z reading sources... [ 95%] examples/sum 2026-02-25T23:59:09.2360335Z reading sources... [ 96%] examples/swiglu 2026-02-25T23:59:09.2454215Z reading sources... [ 96%] examples/welford 2026-02-25T23:59:09.2675540Z reading sources... [ 97%] helion_puzzles 2026-02-25T23:59:09.2998617Z reading sources... [ 98%] index 2026-02-25T23:59:09.3154616Z reading sources... [ 99%] installation 2026-02-25T23:59:09.3456413Z reading sources... [100%] tileir_backend 2026-02-25T23:59:09.3595339Z getting Git timestamps for source files... [ 20%] api 2026-02-25T23:59:09.3616424Z getting Git timestamps for source files... [ 40%] api/generated 2026-02-25T23:59:09.3671412Z getting Git timestamps for source files... [ 60%] . 2026-02-25T23:59:09.3693398Z getting Git timestamps for source files... [ 80%] examples 2026-02-25T23:59:09.3714168Z getting Git timestamps for source files... [100%] examples/distributed 2026-02-25T23:59:09.3877463Z getting Git timestamps for dependencies... [ 10%] /home/runner/work/helion/helion/.venv/lib/python3.12/site-packages/torch/_inductor/runtime 2026-02-25T23:59:09.3936593Z getting Git timestamps for dependencies... [ 20%] /home/runner/work/helion/helion/helion/autotuner 2026-02-25T23:59:09.3952526Z getting Git timestamps for dependencies... [ 30%] /usr/lib/python3.12 2026-02-25T23:59:09.3974758Z getting Git timestamps for dependencies... [ 40%] /home/runner/work/helion/helion/.venv/lib/python3.12/site-packages/sklearn/ensemble 2026-02-25T23:59:09.4030452Z getting Git timestamps for dependencies... [ 50%] /home/runner/work/helion/helion/helion/runtime 2026-02-25T23:59:09.4084626Z getting Git timestamps for dependencies... [ 60%] /home/runner/work/helion/helion/helion 2026-02-25T23:59:09.4140186Z getting Git timestamps for dependencies... [ 70%] /home/runner/work/helion/helion/helion/language 2026-02-25T23:59:09.4161499Z getting Git timestamps for dependencies... [ 80%] examples 2026-02-25T23:59:09.4183794Z getting Git timestamps for dependencies... [ 90%] examples/distributed 2026-02-25T23:59:09.4206090Z getting Git timestamps for dependencies... [100%] examples/distributed/images/thumb 2026-02-25T23:59:09.4237067Z /home/runner/work/helion/helion/helion/runtime/config.py:docstring of helion.runtime.config.Config.__init__:43: ERROR: Unexpected indentation. 2026-02-25T23:59:09.4238738Z /home/runner/work/helion/helion/helion/runtime/config.py:docstring of helion.runtime.config.Config.__init__:44: WARNING: Block quote ends without a blank line; unexpected unindent. 2026-02-25T23:59:09.4240863Z /home/runner/work/helion/helion/helion/runtime/config.py:docstring of helion.runtime.config.Config.__init__:47: WARNING: Bullet list ends without a blank line; unexpected unindent. 2026-02-25T23:59:09.4243248Z /home/runner/work/helion/helion/helion/autotuner/surrogate_pattern_search.py:docstring of helion.autotuner.surrogate_pattern_search.LFBOTreeSearch:17: ERROR: Unexpected indentation. 2026-02-25T23:59:09.4245675Z /home/runner/work/helion/helion/helion/autotuner/surrogate_pattern_search.py:docstring of helion.autotuner.surrogate_pattern_search.LFBOTreeSearch:26: WARNING: Block quote ends without a blank line; unexpected unindent. 2026-02-25T23:59:09.4247788Z /home/runner/work/helion/helion/helion/runtime/config.py:docstring of helion.runtime.config.Config.__init__:43: ERROR: Unexpected indentation. 2026-02-25T23:59:09.4249637Z /home/runner/work/helion/helion/helion/runtime/config.py:docstring of helion.runtime.config.Config.__init__:44: WARNING: Block quote ends without a blank line; unexpected unindent. 2026-02-25T23:59:09.4251665Z /home/runner/work/helion/helion/helion/runtime/config.py:docstring of helion.runtime.config.Config.__init__:47: WARNING: Bullet list ends without a blank line; unexpected unindent. 2026-02-25T23:59:09.4254500Z /home/runner/work/helion/helion/helion/runtime/config.py:docstring of helion.Config.block_sizes:1: WARNING: duplicate object description of helion.Config.block_sizes, other instance in api/config, use :no-index: for one of them 2026-02-25T23:59:09.4257241Z /home/runner/work/helion/helion/helion/runtime/config.py:docstring of helion.Config.reduction_loops:1: WARNING: duplicate object description of helion.Config.reduction_loops, other instance in api/config, use :no-index: for one of them 2026-02-25T23:59:09.4259899Z /home/runner/work/helion/helion/helion/runtime/config.py:docstring of helion.Config.num_warps:1: WARNING: duplicate object description of helion.Config.num_warps, other instance in api/config, use :no-index: for one of them 2026-02-25T23:59:09.4262482Z /home/runner/work/helion/helion/helion/runtime/config.py:docstring of helion.Config.num_stages:1: WARNING: duplicate object description of helion.Config.num_stages, other instance in api/config, use :no-index: for one of them 2026-02-25T23:59:09.4265238Z /home/runner/work/helion/helion/helion/runtime/config.py:docstring of helion.Config.loop_orders:1: WARNING: duplicate object description of helion.Config.loop_orders, other instance in api/config, use :no-index: for one of them 2026-02-25T23:59:09.4268732Z /home/runner/work/helion/helion/helion/runtime/config.py:docstring of helion.Config.flatten_loops:1: WARNING: duplicate object description of helion.Config.flatten_loops, other instance in api/config, use :no-index: for one of them 2026-02-25T23:59:09.4271537Z /home/runner/work/helion/helion/helion/runtime/config.py:docstring of helion.Config.range_unroll_factors:1: WARNING: duplicate object description of helion.Config.range_unroll_factors, other instance in api/config, use :no-index: for one of them 2026-02-25T23:59:09.4274807Z /home/runner/work/helion/helion/helion/runtime/config.py:docstring of helion.Config.range_warp_specializes:1: WARNING: duplicate object description of helion.Config.range_warp_specializes, other instance in api/config, use :no-index: for one of them 2026-02-25T23:59:09.4277604Z /home/runner/work/helion/helion/helion/runtime/config.py:docstring of helion.Config.range_num_stages:1: WARNING: duplicate object description of helion.Config.range_num_stages, other instance in api/config, use :no-index: for one of them 2026-02-25T23:59:09.4280563Z /home/runner/work/helion/helion/helion/runtime/config.py:docstring of helion.Config.range_multi_buffers:1: WARNING: duplicate object description of helion.Config.range_multi_buffers, other instance in api/config, use :no-index: for one of them 2026-02-25T23:59:09.4283455Z /home/runner/work/helion/helion/helion/runtime/config.py:docstring of helion.Config.range_flattens:1: WARNING: duplicate object description of helion.Config.range_flattens, other instance in api/config, use :no-index: for one of them 2026-02-25T23:59:09.4286126Z /home/runner/work/helion/helion/helion/runtime/config.py:docstring of helion.Config.static_ranges:1: WARNING: duplicate object description of helion.Config.static_ranges, other instance in api/config, use :no-index: for one of them 2026-02-25T23:59:09.4288731Z /home/runner/work/helion/helion/helion/runtime/config.py:docstring of helion.Config.pid_type:1: WARNING: duplicate object description of helion.Config.pid_type, other instance in api/config, use :no-index: for one of them 2026-02-25T23:59:09.4291309Z /home/runner/work/helion/helion/helion/runtime/config.py:docstring of helion.Config.l2_groupings:1: WARNING: duplicate object description of helion.Config.l2_groupings, other instance in api/config, use :no-index: for one of them 2026-02-25T23:59:09.4294019Z /home/runner/work/helion/helion/helion/runtime/config.py:docstring of helion.Config.indexing:1: WARNING: duplicate object description of helion.Config.indexing, other instance in api/config, use :no-index: for one of them 2026-02-25T23:59:09.4296731Z /home/runner/work/helion/helion/helion/runtime/config.py:docstring of helion.Config.load_eviction_policies:1: WARNING: duplicate object description of helion.Config.load_eviction_policies, other instance in api/config, use :no-index: for one of them 2026-02-25T23:59:09.4299422Z /home/runner/work/helion/helion/helion/runtime/config.py:docstring of helion.runtime.config.Config:1: WARNING: duplicate object description of helion.Config, other instance in api/config, use :no-index: for one of them 2026-02-25T23:59:09.4302051Z /home/runner/work/helion/helion/helion/runtime/config.py:docstring of helion.runtime.config.Config.__init__:1: WARNING: duplicate object description of helion.Config.__init__, other instance in api/config, use :no-index: for one of them 2026-02-25T23:59:09.4304419Z /home/runner/work/helion/helion/helion/runtime/config.py:docstring of helion.runtime.config.Config.__init__:43: ERROR: Unexpected indentation. 2026-02-25T23:59:09.4306281Z /home/runner/work/helion/helion/helion/runtime/config.py:docstring of helion.runtime.config.Config.__init__:44: WARNING: Block quote ends without a blank line; unexpected unindent. 2026-02-25T23:59:09.4308317Z /home/runner/work/helion/helion/helion/runtime/config.py:docstring of helion.runtime.config.Config.__init__:47: WARNING: Bullet list ends without a blank line; unexpected unindent. 2026-02-25T23:59:09.4310967Z /home/runner/work/helion/helion/helion/runtime/config.py:docstring of helion.runtime.config.Config.__init__:1: WARNING: duplicate object description of helion.Config.__init__, other instance in api/generated/helion.Config, use :no-index: for one of them 2026-02-25T23:59:09.4313451Z /home/runner/work/helion/helion/helion/runtime/config.py:docstring of helion.runtime.config.Config.__init__:43: ERROR: Unexpected indentation. 2026-02-25T23:59:09.4315307Z /home/runner/work/helion/helion/helion/runtime/config.py:docstring of helion.runtime.config.Config.__init__:44: WARNING: Block quote ends without a blank line; unexpected unindent. 2026-02-25T23:59:09.4317340Z /home/runner/work/helion/helion/helion/runtime/config.py:docstring of helion.runtime.config.Config.__init__:47: WARNING: Bullet list ends without a blank line; unexpected unindent. 2026-02-25T23:59:09.4319569Z /home/runner/work/helion/helion/helion/runtime/config.py:docstring of helion.Config.config:1: WARNING: duplicate object description of helion.Config.config, other instance in api/config, use :no-index: for one of them 2026-02-25T23:59:09.4321609Z /home/runner/work/helion/helion/helion/runtime/config.py:docstring of helion.runtime.config.Config.to_json:1: WARNING: duplicate object description of helion.Config.to_json, other instance in api/config, use :no-index: for one of them 2026-02-25T23:59:09.4323791Z /home/runner/work/helion/helion/helion/runtime/config.py:docstring of helion.runtime.config.Config.from_dict:1: WARNING: duplicate object description of helion.Config.from_dict, other instance in api/config, use :no-index: for one of them 2026-02-25T23:59:09.4325384Z /home/runner/work/helion/helion/helion/runtime/config.py:docstring of helion.runtime.config.Config.from_json:1: WARNING: duplicate object description of helion.Config.from_json, other instance in api/config, use :no-index: for one of them 2026-02-25T23:59:09.4326973Z /home/runner/work/helion/helion/helion/runtime/config.py:docstring of helion.runtime.config.Config.minimize:1: WARNING: duplicate object description of helion.Config.minimize, other instance in api/config, use :no-index: for one of them 2026-02-25T23:59:09.4328523Z /home/runner/work/helion/helion/helion/runtime/config.py:docstring of helion.runtime.config.Config.save:1: WARNING: duplicate object description of helion.Config.save, other instance in api/config, use :no-index: for one of them 2026-02-25T23:59:09.4330043Z /home/runner/work/helion/helion/helion/runtime/config.py:docstring of helion.runtime.config.Config.load:1: WARNING: duplicate object description of helion.Config.load, other instance in api/config, use :no-index: for one of them 2026-02-25T23:59:09.4331532Z /home/runner/work/helion/helion/helion/runtime/config.py:docstring of helion.Config.block_sizes:1: WARNING: duplicate object description of helion.Config.block_sizes, other instance in api/config, use :no-index: for one of them 2026-02-25T23:59:09.4333146Z /home/runner/work/helion/helion/helion/runtime/config.py:docstring of helion.Config.loop_orders:1: WARNING: duplicate object description of helion.Config.loop_orders, other instance in api/config, use :no-index: for one of them 2026-02-25T23:59:09.4334740Z /home/runner/work/helion/helion/helion/runtime/config.py:docstring of helion.Config.elements_per_thread:1: WARNING: duplicate object description of helion.Config.elements_per_thread, other instance in api/config, use :no-index: for one of them 2026-02-25T23:59:09.4336314Z /home/runner/work/helion/helion/helion/runtime/config.py:docstring of helion.Config.flatten_loops:1: WARNING: duplicate object description of helion.Config.flatten_loops, other instance in api/config, use :no-index: for one of them 2026-02-25T23:59:09.4337858Z /home/runner/work/helion/helion/helion/runtime/config.py:docstring of helion.Config.reduction_loops:1: WARNING: duplicate object description of helion.Config.reduction_loops, other instance in api/config, use :no-index: for one of them 2026-02-25T23:59:09.4339500Z /home/runner/work/helion/helion/helion/runtime/config.py:docstring of helion.Config.num_warps:1: WARNING: duplicate object description of helion.Config.num_warps, other instance in api/config, use :no-index: for one of them 2026-02-25T23:59:09.4340973Z /home/runner/work/helion/helion/helion/runtime/config.py:docstring of helion.Config.num_stages:1: WARNING: duplicate object description of helion.Config.num_stages, other instance in api/config, use :no-index: for one of them 2026-02-25T23:59:09.4342454Z /home/runner/work/helion/helion/helion/runtime/config.py:docstring of helion.Config.l2_groupings:1: WARNING: duplicate object description of helion.Config.l2_groupings, other instance in api/config, use :no-index: for one of them 2026-02-25T23:59:09.4344061Z /home/runner/work/helion/helion/helion/runtime/config.py:docstring of helion.Config.pid_type:1: WARNING: duplicate object description of helion.Config.pid_type, other instance in api/config, use :no-index: for one of them 2026-02-25T23:59:09.4345601Z /home/runner/work/helion/helion/helion/runtime/config.py:docstring of helion.Config.num_sm_multiplier:1: WARNING: duplicate object description of helion.Config.num_sm_multiplier, other instance in api/config, use :no-index: for one of them 2026-02-25T23:59:09.4347339Z /home/runner/work/helion/helion/helion/runtime/config.py:docstring of helion.Config.maxnreg:1: WARNING: duplicate object description of helion.Config.maxnreg, other instance in api/config, use :no-index: for one of them 2026-02-25T23:59:09.4348866Z /home/runner/work/helion/helion/helion/runtime/config.py:docstring of helion.Config.range_unroll_factors:1: WARNING: duplicate object description of helion.Config.range_unroll_factors, other instance in api/config, use :no-index: for one of them 2026-02-25T23:59:09.4350494Z /home/runner/work/helion/helion/helion/runtime/config.py:docstring of helion.Config.range_warp_specializes:1: WARNING: duplicate object description of helion.Config.range_warp_specializes, other instance in api/config, use :no-index: for one of them 2026-02-25T23:59:09.4352108Z /home/runner/work/helion/helion/helion/runtime/config.py:docstring of helion.Config.range_num_stages:1: WARNING: duplicate object description of helion.Config.range_num_stages, other instance in api/config, use :no-index: for one of them 2026-02-25T23:59:09.4353980Z /home/runner/work/helion/helion/helion/runtime/config.py:docstring of helion.Config.range_multi_buffers:1: WARNING: duplicate object description of helion.Config.range_multi_buffers, other instance in api/config, use :no-index: for one of them 2026-02-25T23:59:09.4355558Z /home/runner/work/helion/helion/helion/runtime/config.py:docstring of helion.Config.range_flattens:1: WARNING: duplicate object description of helion.Config.range_flattens, other instance in api/config, use :no-index: for one of them 2026-02-25T23:59:09.4357088Z /home/runner/work/helion/helion/helion/runtime/config.py:docstring of helion.Config.static_ranges:1: WARNING: duplicate object description of helion.Config.static_ranges, other instance in api/config, use :no-index: for one of them 2026-02-25T23:59:09.4358682Z /home/runner/work/helion/helion/helion/runtime/config.py:docstring of helion.Config.load_eviction_policies:1: WARNING: duplicate object description of helion.Config.load_eviction_policies, other instance in api/config, use :no-index: for one of them 2026-02-25T23:59:09.4360981Z /home/runner/work/helion/helion/helion/runtime/config.py:docstring of helion.Config.indexing:1: WARNING: duplicate object description of helion.Config.indexing, other instance in api/config, use :no-index: for one of them 2026-02-25T23:59:09.4365074Z /home/runner/work/helion/helion/helion/runtime/settings.py:docstring of helion.runtime.settings.Settings.__init__:1::1: WARNING: Inline emphasis start-string without end-string. 2026-02-25T23:59:09.4367729Z /home/runner/work/helion/helion/helion/runtime/settings.py:docstring of helion.runtime.settings.Settings.__init__:1: WARNING: duplicate object description of helion.Settings.__init__, other instance in api/generated/helion.Settings, use :no-index: for one of them 2026-02-25T23:59:09.4369951Z docstring of helion.Settings.autotune_benchmark_fn:1: WARNING: Inline emphasis start-string without end-string. 2026-02-25T23:59:09.4372075Z /home/runner/work/helion/helion/helion/language/tile_proxy.py:docstring of helion.language.tile_proxy.Tile.__init__:1: WARNING: duplicate object description of helion.language.Tile.__init__, other instance in api/generated/helion.language.Tile, use :no-index: for one of them 2026-02-25T23:59:09.4374605Z /home/runner/work/helion/helion/helion/language/atomic_ops.py:docstring of helion.language.atomic_ops.atomic_add:24: ERROR: Unexpected indentation. 2026-02-25T23:59:09.4376625Z /home/runner/work/helion/helion/helion/language/atomic_ops.py:docstring of helion.language.atomic_ops.atomic_add:26: WARNING: Definition list ends without a blank line; unexpected unindent. 2026-02-25T23:59:09.4378504Z /home/runner/work/helion/helion/helion/language/loops.py:docstring of helion.language.loops.tile:1: WARNING: duplicate object description of helion.language.tile, other instance in api/generated/helion.language.tile, use :no-index: for one of them 2026-02-25T23:59:09.4380593Z /home/runner/work/helion/helion/helion/language/loops.py:docstring of helion.language.loops.grid:1: WARNING: duplicate object description of helion.language.grid, other instance in api/generated/helion.language.grid, use :no-index: for one of them 2026-02-25T23:59:09.4382343Z /home/runner/work/helion/helion/helion/language/loops.py:docstring of helion.language.loops.static_range:1: WARNING: duplicate object description of helion.language.static_range, other instance in api/generated/helion.language.static_range, use :no-index: for one of them 2026-02-25T23:59:09.4385097Z /home/runner/work/helion/helion/helion/language/memory_ops.py:docstring of helion.language.memory_ops.load:1: WARNING: duplicate object description of helion.language.load, other instance in api/generated/helion.language.load, use :no-index: for one of them 2026-02-25T23:59:09.4386855Z /home/runner/work/helion/helion/helion/language/memory_ops.py:docstring of helion.language.memory_ops.store:1: WARNING: duplicate object description of helion.language.store, other instance in api/generated/helion.language.store, use :no-index: for one of them 2026-02-25T23:59:09.4388651Z /home/runner/work/helion/helion/helion/language/atomic_ops.py:docstring of helion.language.atomic_ops.atomic_add:1: WARNING: duplicate object description of helion.language.atomic_add, other instance in api/generated/helion.language.atomic_add, use :no-index: for one of them 2026-02-25T23:59:09.4390056Z /home/runner/work/helion/helion/helion/language/atomic_ops.py:docstring of helion.language.atomic_ops.atomic_add:24: ERROR: Unexpected indentation. 2026-02-25T23:59:09.4391174Z /home/runner/work/helion/helion/helion/language/atomic_ops.py:docstring of helion.language.atomic_ops.atomic_add:26: WARNING: Definition list ends without a blank line; unexpected unindent. 2026-02-25T23:59:09.4392724Z /home/runner/work/helion/helion/helion/language/atomic_ops.py:docstring of helion.language.atomic_ops.atomic_and:1: WARNING: duplicate object description of helion.language.atomic_and, other instance in api/generated/helion.language.atomic_and, use :no-index: for one of them 2026-02-25T23:59:09.4394776Z /home/runner/work/helion/helion/helion/language/atomic_ops.py:docstring of helion.language.atomic_ops.atomic_or:1: WARNING: duplicate object description of helion.language.atomic_or, other instance in api/generated/helion.language.atomic_or, use :no-index: for one of them 2026-02-25T23:59:09.4396652Z /home/runner/work/helion/helion/helion/language/atomic_ops.py:docstring of helion.language.atomic_ops.atomic_xor:1: WARNING: duplicate object description of helion.language.atomic_xor, other instance in api/generated/helion.language.atomic_xor, use :no-index: for one of them 2026-02-25T23:59:09.4398515Z /home/runner/work/helion/helion/helion/language/atomic_ops.py:docstring of helion.language.atomic_ops.atomic_xchg:1: WARNING: duplicate object description of helion.language.atomic_xchg, other instance in api/generated/helion.language.atomic_xchg, use :no-index: for one of them 2026-02-25T23:59:09.4400561Z /home/runner/work/helion/helion/helion/language/atomic_ops.py:docstring of helion.language.atomic_ops.atomic_max:1: WARNING: duplicate object description of helion.language.atomic_max, other instance in api/generated/helion.language.atomic_max, use :no-index: for one of them 2026-02-25T23:59:09.4402407Z /home/runner/work/helion/helion/helion/language/atomic_ops.py:docstring of helion.language.atomic_ops.atomic_min:1: WARNING: duplicate object description of helion.language.atomic_min, other instance in api/generated/helion.language.atomic_min, use :no-index: for one of them 2026-02-25T23:59:09.4404603Z /home/runner/work/helion/helion/helion/language/atomic_ops.py:docstring of helion.language.atomic_ops.atomic_cas:1: WARNING: duplicate object description of helion.language.atomic_cas, other instance in api/generated/helion.language.atomic_cas, use :no-index: for one of them 2026-02-25T23:59:09.4406744Z /home/runner/work/helion/helion/helion/language/inline_asm_ops.py:docstring of helion.language.inline_asm_ops.inline_asm_elementwise:1: WARNING: duplicate object description of helion.language.inline_asm_elementwise, other instance in api/generated/helion.language.inline_asm_elementwise, use :no-index: for one of them 2026-02-25T23:59:09.4408833Z /home/runner/work/helion/helion/helion/language/inline_triton_ops.py:docstring of helion.language.inline_triton_ops.inline_triton:1: WARNING: duplicate object description of helion.language.inline_triton, other instance in api/generated/helion.language.inline_triton, use :no-index: for one of them 2026-02-25T23:59:09.4410719Z /home/runner/work/helion/helion/helion/language/creation_ops.py:docstring of helion.language.creation_ops.zeros:1: WARNING: duplicate object description of helion.language.zeros, other instance in api/generated/helion.language.zeros, use :no-index: for one of them 2026-02-25T23:59:09.4412481Z /home/runner/work/helion/helion/helion/language/creation_ops.py:docstring of helion.language.creation_ops.full:1: WARNING: duplicate object description of helion.language.full, other instance in api/generated/helion.language.full, use :no-index: for one of them 2026-02-25T23:59:09.4414595Z /home/runner/work/helion/helion/helion/language/tunable_ops.py:docstring of helion.language.tunable_ops.register_block_size:1: WARNING: duplicate object description of helion.language.register_block_size, other instance in api/generated/helion.language.register_block_size, use :no-index: for one of them 2026-02-25T23:59:09.4416621Z /home/runner/work/helion/helion/helion/language/tunable_ops.py:docstring of helion.language.tunable_ops.register_tunable:1: WARNING: duplicate object description of helion.language.register_tunable, other instance in api/generated/helion.language.register_tunable, use :no-index: for one of them 2026-02-25T23:59:09.4418478Z /home/runner/work/helion/helion/helion/language/tile_proxy.py:docstring of helion.language.tile_proxy.Tile:1: WARNING: duplicate object description of helion.language.Tile, other instance in api/generated/helion.language.Tile, use :no-index: for one of them 2026-02-25T23:59:09.4420236Z /home/runner/work/helion/helion/helion/language/tile_proxy.py:docstring of helion.language.tile_proxy.Tile:1: WARNING: duplicate object description of helion.language.tile_proxy.Tile, other instance in api/generated/helion.language.Tile, use :no-index: for one of them 2026-02-25T23:59:09.4422053Z /home/runner/work/helion/helion/helion/language/tile_proxy.py:docstring of helion.language.tile_proxy.Tile.__init__:1: WARNING: duplicate object description of helion.language.Tile.__init__, other instance in api/generated/helion.language.Tile, use :no-index: for one of them 2026-02-25T23:59:09.4424053Z /home/runner/work/helion/helion/helion/language/view_ops.py:docstring of helion.language.view_ops.subscript:1: WARNING: duplicate object description of helion.language.subscript, other instance in api/generated/helion.language.subscript, use :no-index: for one of them 2026-02-25T23:59:09.4425951Z /home/runner/work/helion/helion/helion/language/view_ops.py:docstring of helion.language.view_ops.split:1: WARNING: duplicate object description of helion.language.split, other instance in api/generated/helion.language.split, use :no-index: for one of them 2026-02-25T23:59:09.4427651Z /home/runner/work/helion/helion/helion/language/view_ops.py:docstring of helion.language.view_ops.join:1: WARNING: duplicate object description of helion.language.join, other instance in api/generated/helion.language.join, use :no-index: for one of them 2026-02-25T23:59:09.4429457Z /home/runner/work/helion/helion/helion/language/stack_tensor.py:docstring of helion.language.stack_tensor.StackTensor:1: WARNING: duplicate object description of helion.language.StackTensor, other instance in api/generated/helion.language.StackTensor, use :no-index: for one of them 2026-02-25T23:59:09.4431428Z /home/runner/work/helion/helion/helion/language/stack_tensor.py:docstring of helion.language.stack_tensor.StackTensor:1: WARNING: duplicate object description of helion.language.stack_tensor.StackTensor, other instance in api/generated/helion.language.StackTensor, use :no-index: for one of them 2026-02-25T23:59:09.4433723Z /home/runner/work/helion/helion/helion/language/stack_tensor.py:docstring of helion.language.StackTensor.tensor_like:1: WARNING: duplicate object description of helion.language.StackTensor.tensor_like, other instance in api/generated/helion.language.StackTensor, use :no-index: for one of them 2026-02-25T23:59:09.4435745Z /home/runner/work/helion/helion/helion/language/stack_tensor.py:docstring of helion.language.StackTensor.dev_ptrs:1: WARNING: duplicate object description of helion.language.StackTensor.dev_ptrs, other instance in api/generated/helion.language.StackTensor, use :no-index: for one of them 2026-02-25T23:59:09.4437697Z /home/runner/work/helion/helion/helion/language/stack_tensor.py:docstring of helion.language.StackTensor.dtype:1: WARNING: duplicate object description of helion.language.StackTensor.dtype, other instance in api/generated/helion.language.StackTensor, use :no-index: for one of them 2026-02-25T23:59:09.4439636Z /home/runner/work/helion/helion/helion/language/stack_tensor.py:docstring of helion.language.StackTensor.device:1: WARNING: duplicate object description of helion.language.StackTensor.device, other instance in api/generated/helion.language.StackTensor, use :no-index: for one of them 2026-02-25T23:59:09.4441583Z /home/runner/work/helion/helion/helion/language/stack_tensor.py:docstring of helion.language.StackTensor.shape:1: WARNING: duplicate object description of helion.language.StackTensor.shape, other instance in api/generated/helion.language.StackTensor, use :no-index: for one of them 2026-02-25T23:59:09.4443798Z /home/runner/work/helion/helion/helion/language/stack_tensor.py:docstring of helion.language.stack_tensor.StackTensor.new_empty:1: WARNING: duplicate object description of helion.language.StackTensor.new_empty, other instance in api/generated/helion.language.StackTensor, use :no-index: for one of them 2026-02-25T23:59:09.4445850Z /home/runner/work/helion/helion/helion/language/stack_tensor.py:docstring of helion.language.stack_tensor.stacktensor_like:1: WARNING: duplicate object description of helion.language.stacktensor_like, other instance in api/generated/helion.language.stacktensor_like, use :no-index: for one of them 2026-02-25T23:59:09.4447765Z /home/runner/work/helion/helion/helion/language/tile_ops.py:docstring of helion.language.tile_ops.tile_index:1: WARNING: duplicate object description of helion.language.tile_index, other instance in api/generated/helion.language.tile_index, use :no-index: for one of them 2026-02-25T23:59:09.4449563Z /home/runner/work/helion/helion/helion/language/tile_ops.py:docstring of helion.language.tile_ops.tile_begin:1: WARNING: duplicate object description of helion.language.tile_begin, other instance in api/generated/helion.language.tile_begin, use :no-index: for one of them 2026-02-25T23:59:09.4451478Z /home/runner/work/helion/helion/helion/language/tile_ops.py:docstring of helion.language.tile_ops.tile_end:1: WARNING: duplicate object description of helion.language.tile_end, other instance in api/generated/helion.language.tile_end, use :no-index: for one of them 2026-02-25T23:59:09.4453525Z /home/runner/work/helion/helion/helion/language/tile_ops.py:docstring of helion.language.tile_ops.tile_block_size:1: WARNING: duplicate object description of helion.language.tile_block_size, other instance in api/generated/helion.language.tile_block_size, use :no-index: for one of them 2026-02-25T23:59:09.4455350Z /home/runner/work/helion/helion/helion/language/tile_ops.py:docstring of helion.language.tile_ops.tile_id:1: WARNING: duplicate object description of helion.language.tile_id, other instance in api/generated/helion.language.tile_id, use :no-index: for one of them 2026-02-25T23:59:09.4457111Z /home/runner/work/helion/helion/helion/language/signal_wait.py:docstring of helion.language.signal_wait.signal:1: WARNING: duplicate object description of helion.language.signal, other instance in api/generated/helion.language.signal, use :no-index: for one of them 2026-02-25T23:59:09.4458999Z /home/runner/work/helion/helion/helion/language/signal_wait.py:docstring of helion.language.signal_wait.wait:1: WARNING: duplicate object description of helion.language.wait, other instance in api/generated/helion.language.wait, use :no-index: for one of them 2026-02-25T23:59:09.4460287Z WARNING: Cannot resolve forward reference in type annotations of "helion.runtime.triton_wait_signal": name 'T' is not defined 2026-02-25T23:59:09.4461522Z /home/runner/work/helion/helion/helion/runtime/settings.py:docstring of helion.runtime.settings.Settings:1: WARNING: duplicate object description of helion.Settings, other instance in api/generated/helion.Settings, use :no-index: for one of them 2026-02-25T23:59:09.4463402Z /home/runner/work/helion/helion/helion/runtime/settings.py:docstring of helion.runtime.settings.Settings:1: WARNING: duplicate object description of helion.runtime.settings.Settings, other instance in api/generated/helion.Settings, use :no-index: for one of them 2026-02-25T23:59:09.4465172Z /home/runner/work/helion/helion/helion/runtime/settings.py:docstring of helion.runtime.settings.Settings.__init__:1: WARNING: duplicate object description of helion.Settings.__init__, other instance in api/generated/helion.Settings, use :no-index: for one of them 2026-02-25T23:59:09.4466919Z /home/runner/work/helion/helion/helion/runtime/settings.py:docstring of helion.runtime.settings.Settings.to_dict:1: WARNING: duplicate object description of helion.Settings.to_dict, other instance in api/generated/helion.Settings, use :no-index: for one of them 2026-02-25T23:59:09.4468804Z /home/runner/work/helion/helion/helion/runtime/settings.py:docstring of helion.runtime.settings.Settings.check_autotuning_disabled:1: WARNING: duplicate object description of helion.Settings.check_autotuning_disabled, other instance in api/generated/helion.Settings, use :no-index: for one of them 2026-02-25T23:59:09.4470828Z /home/runner/work/helion/helion/helion/runtime/settings.py:docstring of helion.runtime.settings.Settings.get_rebenchmark_threshold:1: WARNING: duplicate object description of helion.Settings.get_rebenchmark_threshold, other instance in api/generated/helion.Settings, use :no-index: for one of them 2026-02-25T23:59:09.4472651Z /home/runner/work/helion/helion/helion/runtime/settings.py:docstring of helion.Settings.backend:1: WARNING: duplicate object description of helion.Settings.backend, other instance in api/generated/helion.Settings, use :no-index: for one of them 2026-02-25T23:59:09.4475326Z /home/runner/work/helion/helion/helion/runtime/settings.py:docstring of helion.Settings.ignore_warnings:1: WARNING: duplicate object description of helion.Settings.ignore_warnings, other instance in api/generated/helion.Settings, use :no-index: for one of them 2026-02-25T23:59:09.4477221Z /home/runner/work/helion/helion/helion/runtime/settings.py:docstring of helion.Settings.index_dtype:1: WARNING: duplicate object description of helion.Settings.index_dtype, other instance in api/generated/helion.Settings, use :no-index: for one of them 2026-02-25T23:59:09.4478942Z /home/runner/work/helion/helion/helion/runtime/settings.py:docstring of helion.Settings.dot_precision:1: WARNING: duplicate object description of helion.Settings.dot_precision, other instance in api/generated/helion.Settings, use :no-index: for one of them 2026-02-25T23:59:09.4480675Z /home/runner/work/helion/helion/helion/runtime/settings.py:docstring of helion.Settings.static_shapes:1: WARNING: duplicate object description of helion.Settings.static_shapes, other instance in api/generated/helion.Settings, use :no-index: for one of them 2026-02-25T23:59:09.4482481Z /home/runner/work/helion/helion/helion/runtime/settings.py:docstring of helion.Settings.persistent_reserved_sms:1: WARNING: duplicate object description of helion.Settings.persistent_reserved_sms, other instance in api/generated/helion.Settings, use :no-index: for one of them 2026-02-25T23:59:09.4484639Z /home/runner/work/helion/helion/helion/runtime/settings.py:docstring of helion.Settings.autotune_force_persistent:1: WARNING: duplicate object description of helion.Settings.autotune_force_persistent, other instance in api/generated/helion.Settings, use :no-index: for one of them 2026-02-25T23:59:09.4486474Z /home/runner/work/helion/helion/helion/runtime/settings.py:docstring of helion.Settings.autotune_log_level:1: WARNING: duplicate object description of helion.Settings.autotune_log_level, other instance in api/generated/helion.Settings, use :no-index: for one of them 2026-02-25T23:59:09.4488197Z /home/runner/work/helion/helion/helion/runtime/settings.py:docstring of helion.Settings.autotune_log:1: WARNING: duplicate object description of helion.Settings.autotune_log, other instance in api/generated/helion.Settings, use :no-index: for one of them 2026-02-25T23:59:09.4489981Z /home/runner/work/helion/helion/helion/runtime/settings.py:docstring of helion.Settings.autotune_compile_timeout:1: WARNING: duplicate object description of helion.Settings.autotune_compile_timeout, other instance in api/generated/helion.Settings, use :no-index: for one of them 2026-02-25T23:59:09.4491820Z /home/runner/work/helion/helion/helion/runtime/settings.py:docstring of helion.Settings.autotune_precompile:1: WARNING: duplicate object description of helion.Settings.autotune_precompile, other instance in api/generated/helion.Settings, use :no-index: for one of them 2026-02-25T23:59:09.4493772Z /home/runner/work/helion/helion/helion/runtime/settings.py:docstring of helion.Settings.autotune_precompile_jobs:1: WARNING: duplicate object description of helion.Settings.autotune_precompile_jobs, other instance in api/generated/helion.Settings, use :no-index: for one of them 2026-02-25T23:59:09.4495609Z /home/runner/work/helion/helion/helion/runtime/settings.py:docstring of helion.Settings.autotune_random_seed:1: WARNING: duplicate object description of helion.Settings.autotune_random_seed, other instance in api/generated/helion.Settings, use :no-index: for one of them 2026-02-25T23:59:09.4497482Z /home/runner/work/helion/helion/helion/runtime/settings.py:docstring of helion.Settings.autotune_accuracy_check:1: WARNING: duplicate object description of helion.Settings.autotune_accuracy_check, other instance in api/generated/helion.Settings, use :no-index: for one of them 2026-02-25T23:59:09.4499421Z /home/runner/work/helion/helion/helion/runtime/settings.py:docstring of helion.Settings.autotune_rebenchmark_threshold:1: WARNING: duplicate object description of helion.Settings.autotune_rebenchmark_threshold, other instance in api/generated/helion.Settings, use :no-index: for one of them 2026-02-25T23:59:09.4501310Z /home/runner/work/helion/helion/helion/runtime/settings.py:docstring of helion.Settings.autotune_progress_bar:1: WARNING: duplicate object description of helion.Settings.autotune_progress_bar, other instance in api/generated/helion.Settings, use :no-index: for one of them 2026-02-25T23:59:09.4503374Z /home/runner/work/helion/helion/helion/runtime/settings.py:docstring of helion.Settings.autotune_max_generations:1: WARNING: duplicate object description of helion.Settings.autotune_max_generations, other instance in api/generated/helion.Settings, use :no-index: for one of them 2026-02-25T23:59:09.4505244Z /home/runner/work/helion/helion/helion/runtime/settings.py:docstring of helion.Settings.autotune_ignore_errors:1: WARNING: duplicate object description of helion.Settings.autotune_ignore_errors, other instance in api/generated/helion.Settings, use :no-index: for one of them 2026-02-25T23:59:09.4507107Z /home/runner/work/helion/helion/helion/runtime/settings.py:docstring of helion.Settings.autotune_adaptive_timeout:1: WARNING: duplicate object description of helion.Settings.autotune_adaptive_timeout, other instance in api/generated/helion.Settings, use :no-index: for one of them 2026-02-25T23:59:09.4508932Z /home/runner/work/helion/helion/helion/runtime/settings.py:docstring of helion.Settings.print_output_code:1: WARNING: duplicate object description of helion.Settings.print_output_code, other instance in api/generated/helion.Settings, use :no-index: for one of them 2026-02-25T23:59:09.4510758Z /home/runner/work/helion/helion/helion/runtime/settings.py:docstring of helion.Settings.print_repro:1: WARNING: duplicate object description of helion.Settings.print_repro, other instance in api/generated/helion.Settings, use :no-index: for one of them 2026-02-25T23:59:09.4512491Z /home/runner/work/helion/helion/helion/runtime/settings.py:docstring of helion.Settings.output_origin_lines:1: WARNING: duplicate object description of helion.Settings.output_origin_lines, other instance in api/generated/helion.Settings, use :no-index: for one of them 2026-02-25T23:59:09.4514378Z /home/runner/work/helion/helion/helion/runtime/settings.py:docstring of helion.Settings.force_autotune:1: WARNING: duplicate object description of helion.Settings.force_autotune, other instance in api/generated/helion.Settings, use :no-index: for one of them 2026-02-25T23:59:09.4516205Z /home/runner/work/helion/helion/helion/runtime/settings.py:docstring of helion.Settings.autotune_config_overrides:1: WARNING: duplicate object description of helion.Settings.autotune_config_overrides, other instance in api/generated/helion.Settings, use :no-index: for one of them 2026-02-25T23:59:09.4518057Z /home/runner/work/helion/helion/helion/runtime/settings.py:docstring of helion.Settings.allow_warp_specialize:1: WARNING: duplicate object description of helion.Settings.allow_warp_specialize, other instance in api/generated/helion.Settings, use :no-index: for one of them 2026-02-25T23:59:09.4519871Z /home/runner/work/helion/helion/helion/runtime/settings.py:docstring of helion.Settings.debug_dtype_asserts:1: WARNING: duplicate object description of helion.Settings.debug_dtype_asserts, other instance in api/generated/helion.Settings, use :no-index: for one of them 2026-02-25T23:59:09.4521583Z /home/runner/work/helion/helion/helion/runtime/settings.py:docstring of helion.Settings.ref_mode:1: WARNING: duplicate object description of helion.Settings.ref_mode, other instance in api/generated/helion.Settings, use :no-index: for one of them 2026-02-25T23:59:09.4523348Z /home/runner/work/helion/helion/helion/runtime/settings.py:docstring of helion.Settings.autotuner_fn:1: WARNING: duplicate object description of helion.Settings.autotuner_fn, other instance in api/generated/helion.Settings, use :no-index: for one of them 2026-02-25T23:59:09.4525063Z /home/runner/work/helion/helion/helion/runtime/settings.py:docstring of helion.Settings.autotune_effort:1: WARNING: duplicate object description of helion.Settings.autotune_effort, other instance in api/generated/helion.Settings, use :no-index: for one of them 2026-02-25T23:59:09.4526837Z /home/runner/work/helion/helion/helion/runtime/settings.py:docstring of helion.Settings.autotune_baseline_fn:1: WARNING: duplicate object description of helion.Settings.autotune_baseline_fn, other instance in api/generated/helion.Settings, use :no-index: for one of them 2026-02-25T23:59:09.4528810Z /home/runner/work/helion/helion/helion/runtime/settings.py:docstring of helion.Settings.autotune_baseline_atol:1: WARNING: duplicate object description of helion.Settings.autotune_baseline_atol, other instance in api/generated/helion.Settings, use :no-index: for one of them 2026-02-25T23:59:09.4530646Z /home/runner/work/helion/helion/helion/runtime/settings.py:docstring of helion.Settings.autotune_baseline_rtol:1: WARNING: duplicate object description of helion.Settings.autotune_baseline_rtol, other instance in api/generated/helion.Settings, use :no-index: for one of them 2026-02-25T23:59:09.4532417Z /home/runner/work/helion/helion/helion/runtime/settings.py:docstring of helion.Settings.autotune_cache:1: WARNING: duplicate object description of helion.Settings.autotune_cache, other instance in api/generated/helion.Settings, use :no-index: for one of them 2026-02-25T23:59:09.4534316Z /home/runner/work/helion/helion/helion/runtime/settings.py:docstring of helion.Settings.autotune_benchmark_fn:1: WARNING: duplicate object description of helion.Settings.autotune_benchmark_fn, other instance in api/generated/helion.Settings, use :no-index: for one of them 2026-02-25T23:59:09.4535732Z docstring of helion.Settings.autotune_benchmark_fn:1: WARNING: Inline emphasis start-string without end-string. 2026-02-25T23:59:09.4536881Z /home/runner/work/helion/helion/helion/runtime/settings.py:docstring of helion.Settings.index_dtype:1: WARNING: duplicate object description of helion.Settings.index_dtype, other instance in api/settings, use :no-index: for one of them 2026-02-25T23:59:09.4538467Z /home/runner/work/helion/helion/helion/runtime/settings.py:docstring of helion.Settings.dot_precision:1: WARNING: duplicate object description of helion.Settings.dot_precision, other instance in api/settings, use :no-index: for one of them 2026-02-25T23:59:09.4540059Z /home/runner/work/helion/helion/helion/runtime/settings.py:docstring of helion.Settings.static_shapes:1: WARNING: duplicate object description of helion.Settings.static_shapes, other instance in api/settings, use :no-index: for one of them 2026-02-25T23:59:09.4541733Z /home/runner/work/helion/helion/helion/runtime/settings.py:docstring of helion.Settings.persistent_reserved_sms:1: WARNING: duplicate object description of helion.Settings.persistent_reserved_sms, other instance in api/settings, use :no-index: for one of them 2026-02-25T23:59:09.4543510Z /home/runner/work/helion/helion/helion/runtime/settings.py:docstring of helion.Settings.force_autotune:1: WARNING: duplicate object description of helion.Settings.force_autotune, other instance in api/settings, use :no-index: for one of them 2026-02-25T23:59:09.4545206Z /home/runner/work/helion/helion/helion/runtime/settings.py:docstring of helion.Settings.autotune_force_persistent:1: WARNING: duplicate object description of helion.Settings.autotune_force_persistent, other instance in api/settings, use :no-index: for one of them 2026-02-25T23:59:09.4546922Z /home/runner/work/helion/helion/helion/runtime/settings.py:docstring of helion.Settings.autotune_log_level:1: WARNING: duplicate object description of helion.Settings.autotune_log_level, other instance in api/settings, use :no-index: for one of them 2026-02-25T23:59:09.4548531Z /home/runner/work/helion/helion/helion/runtime/settings.py:docstring of helion.Settings.autotune_log:1: WARNING: duplicate object description of helion.Settings.autotune_log, other instance in api/settings, use :no-index: for one of them 2026-02-25T23:59:09.4550187Z /home/runner/work/helion/helion/helion/runtime/settings.py:docstring of helion.Settings.autotune_compile_timeout:1: WARNING: duplicate object description of helion.Settings.autotune_compile_timeout, other instance in api/settings, use :no-index: for one of them 2026-02-25T23:59:09.4551904Z /home/runner/work/helion/helion/helion/runtime/settings.py:docstring of helion.Settings.autotune_precompile:1: WARNING: duplicate object description of helion.Settings.autotune_precompile, other instance in api/settings, use :no-index: for one of them 2026-02-25T23:59:09.4553821Z /home/runner/work/helion/helion/helion/runtime/settings.py:docstring of helion.Settings.autotune_random_seed:1: WARNING: duplicate object description of helion.Settings.autotune_random_seed, other instance in api/settings, use :no-index: for one of them 2026-02-25T23:59:09.4555560Z /home/runner/work/helion/helion/helion/runtime/settings.py:docstring of helion.Settings.autotune_precompile_jobs:1: WARNING: duplicate object description of helion.Settings.autotune_precompile_jobs, other instance in api/settings, use :no-index: for one of them 2026-02-25T23:59:09.4557320Z /home/runner/work/helion/helion/helion/runtime/settings.py:docstring of helion.Settings.autotune_max_generations:1: WARNING: duplicate object description of helion.Settings.autotune_max_generations, other instance in api/settings, use :no-index: for one of them 2026-02-25T23:59:09.4559048Z /home/runner/work/helion/helion/helion/runtime/settings.py:docstring of helion.Settings.autotune_ignore_errors:1: WARNING: duplicate object description of helion.Settings.autotune_ignore_errors, other instance in api/settings, use :no-index: for one of them 2026-02-25T23:59:09.4561239Z /home/runner/work/helion/helion/helion/runtime/settings.py:docstring of helion.Settings.autotune_accuracy_check:1: WARNING: duplicate object description of helion.Settings.autotune_accuracy_check, other instance in api/settings, use :no-index: for one of them 2026-02-25T23:59:09.4563931Z /home/runner/work/helion/helion/helion/runtime/settings.py:docstring of helion.Settings.autotune_baseline_atol:1: WARNING: duplicate object description of helion.Settings.autotune_baseline_atol, other instance in api/settings, use :no-index: for one of them 2026-02-25T23:59:09.4565652Z /home/runner/work/helion/helion/helion/runtime/settings.py:docstring of helion.Settings.autotune_baseline_rtol:1: WARNING: duplicate object description of helion.Settings.autotune_baseline_rtol, other instance in api/settings, use :no-index: for one of them 2026-02-25T23:59:09.4567438Z /home/runner/work/helion/helion/helion/runtime/settings.py:docstring of helion.Settings.autotune_rebenchmark_threshold:1: WARNING: duplicate object description of helion.Settings.autotune_rebenchmark_threshold, other instance in api/settings, use :no-index: for one of them 2026-02-25T23:59:09.4569209Z /home/runner/work/helion/helion/helion/runtime/settings.py:docstring of helion.Settings.autotune_progress_bar:1: WARNING: duplicate object description of helion.Settings.autotune_progress_bar, other instance in api/settings, use :no-index: for one of them 2026-02-25T23:59:09.4570945Z /home/runner/work/helion/helion/helion/runtime/settings.py:docstring of helion.Settings.autotune_config_overrides:1: WARNING: duplicate object description of helion.Settings.autotune_config_overrides, other instance in api/settings, use :no-index: for one of them 2026-02-25T23:59:09.4572819Z /home/runner/work/helion/helion/helion/runtime/settings.py:docstring of helion.Settings.autotune_effort:1: WARNING: duplicate object description of helion.Settings.autotune_effort, other instance in api/settings, use :no-index: for one of them 2026-02-25T23:59:09.4574676Z /home/runner/work/helion/helion/helion/runtime/settings.py:docstring of helion.Settings.print_output_code:1: WARNING: duplicate object description of helion.Settings.print_output_code, other instance in api/settings, use :no-index: for one of them 2026-02-25T23:59:09.4576290Z /home/runner/work/helion/helion/helion/runtime/settings.py:docstring of helion.Settings.print_repro:1: WARNING: duplicate object description of helion.Settings.print_repro, other instance in api/settings, use :no-index: for one of them 2026-02-25T23:59:09.4577909Z /home/runner/work/helion/helion/helion/runtime/settings.py:docstring of helion.Settings.output_origin_lines:1: WARNING: duplicate object description of helion.Settings.output_origin_lines, other instance in api/settings, use :no-index: for one of them 2026-02-25T23:59:09.4579737Z /home/runner/work/helion/helion/helion/runtime/settings.py:docstring of helion.Settings.ignore_warnings:1: WARNING: duplicate object description of helion.Settings.ignore_warnings, other instance in api/settings, use :no-index: for one of them 2026-02-25T23:59:09.4581392Z /home/runner/work/helion/helion/helion/runtime/settings.py:docstring of helion.Settings.debug_dtype_asserts:1: WARNING: duplicate object description of helion.Settings.debug_dtype_asserts, other instance in api/settings, use :no-index: for one of them 2026-02-25T23:59:09.4583206Z /home/runner/work/helion/helion/helion/runtime/settings.py:docstring of helion.Settings.allow_warp_specialize:1: WARNING: duplicate object description of helion.Settings.allow_warp_specialize, other instance in api/settings, use :no-index: for one of them 2026-02-25T23:59:09.4584812Z /home/runner/work/helion/helion/helion/runtime/settings.py:docstring of helion.Settings.ref_mode:1: WARNING: duplicate object description of helion.Settings.ref_mode, other instance in api/settings, use :no-index: for one of them 2026-02-25T23:59:09.4586477Z /home/runner/work/helion/helion/helion/runtime/settings.py:docstring of helion.Settings.autotuner_fn:1: WARNING: duplicate object description of helion.Settings.autotuner_fn, other instance in api/settings, use :no-index: for one of them 2026-02-25T23:59:09.4588120Z /home/runner/work/helion/helion/helion/runtime/settings.py:docstring of helion.Settings.autotune_benchmark_fn:1: WARNING: duplicate object description of helion.Settings.autotune_benchmark_fn, other instance in api/settings, use :no-index: for one of them 2026-02-25T23:59:09.4589329Z docstring of helion.Settings.autotune_benchmark_fn:1: WARNING: Inline emphasis start-string without end-string. 2026-02-25T23:59:09.4589998Z /home/runner/work/helion/helion/docs/examples/aot_example.rst:52: ERROR: Unexpected indentation. 2026-02-25T23:59:09.4590676Z /home/runner/work/helion/helion/docs/examples/blackwell_attention.rst:22: WARNING: Title underline too short. 2026-02-25T23:59:09.4591092Z 2026-02-25T23:59:09.4591186Z BLackwell Attention Example 2026-02-25T23:59:09.4591397Z ================= 2026-02-25T23:59:09.4591805Z /home/runner/work/helion/helion/docs/examples/flex_attention.rst:59: WARNING: Title underline too short. 2026-02-25T23:59:09.4592195Z 2026-02-25T23:59:09.4592289Z Flex Attention Kernel Implementation 2026-02-25T23:59:09.4592533Z ---------------------------- 2026-02-25T23:59:09.4593123Z /home/runner/work/helion/helion/docs/examples/flex_attention.rst:59: WARNING: Title underline too short. 2026-02-25T23:59:09.4593533Z 2026-02-25T23:59:09.4593628Z Flex Attention Kernel Implementation 2026-02-25T23:59:09.4593864Z ---------------------------- 2026-02-25T23:59:09.4594294Z /home/runner/work/helion/helion/docs/examples/flex_attention.rst:253: WARNING: Title underline too short. 2026-02-25T23:59:09.4594689Z 2026-02-25T23:59:09.4594771Z Testing Function 2026-02-25T23:59:09.4594953Z ------------- 2026-02-25T23:59:09.4595355Z /home/runner/work/helion/helion/docs/examples/flex_attention.rst:253: WARNING: Title underline too short. 2026-02-25T23:59:09.4595760Z 2026-02-25T23:59:09.4595831Z Testing Function 2026-02-25T23:59:09.4596002Z ------------- 2026-02-25T23:59:09.4596381Z /home/runner/work/helion/helion/docs/examples/flex_attention.rst:310: WARNING: Title underline too short. 2026-02-25T23:59:09.4596774Z 2026-02-25T23:59:09.4596840Z Main Function 2026-02-25T23:59:09.4596999Z ----------- 2026-02-25T23:59:09.4597379Z /home/runner/work/helion/helion/docs/examples/flex_attention.rst:310: WARNING: Title underline too short. 2026-02-25T23:59:09.4597774Z 2026-02-25T23:59:09.4597841Z Main Function 2026-02-25T23:59:09.4597995Z ----------- 2026-02-25T23:59:09.4598362Z /home/runner/work/helion/helion/docs/examples/gdn_fwd_h.rst:136: WARNING: Title underline too short. 2026-02-25T23:59:09.4598732Z 2026-02-25T23:59:09.4598810Z Reference Function 2026-02-25T23:59:09.4598980Z ------------- 2026-02-25T23:59:09.4599342Z /home/runner/work/helion/helion/docs/examples/gdn_fwd_h.rst:136: WARNING: Title underline too short. 2026-02-25T23:59:09.4599712Z 2026-02-25T23:59:09.4599781Z Reference Function 2026-02-25T23:59:09.4599949Z ------------- 2026-02-25T23:59:09.4600423Z /home/runner/work/helion/helion/docs/examples/gdn_fwd_h.rst:200: WARNING: Title underline too short. 2026-02-25T23:59:09.4600797Z 2026-02-25T23:59:09.4600866Z Testing Function 2026-02-25T23:59:09.4601027Z ------------- 2026-02-25T23:59:09.4601385Z /home/runner/work/helion/helion/docs/examples/gdn_fwd_h.rst:200: WARNING: Title underline too short. 2026-02-25T23:59:09.4601746Z 2026-02-25T23:59:09.4601820Z Testing Function 2026-02-25T23:59:09.4601979Z ------------- 2026-02-25T23:59:09.4602335Z /home/runner/work/helion/helion/docs/examples/gdn_fwd_h.rst:250: WARNING: Title underline too short. 2026-02-25T23:59:09.4602696Z 2026-02-25T23:59:09.4602762Z Main Function 2026-02-25T23:59:09.4603030Z ----------- 2026-02-25T23:59:09.4603382Z /home/runner/work/helion/helion/docs/examples/gdn_fwd_h.rst:250: WARNING: Title underline too short. 2026-02-25T23:59:09.4603866Z 2026-02-25T23:59:09.4603931Z Main Function 2026-02-25T23:59:09.4604087Z ----------- 2026-02-25T23:59:09.4604605Z /home/runner/work/helion/helion/docs/examples/jagged_dense_bmm.rst:35: WARNING: Definition list ends without a blank line; unexpected unindent. 2026-02-25T23:59:09.4605421Z /home/runner/work/helion/helion/docs/examples/mamba2_chunk_scan.rst:180: WARNING: Title underline too short. 2026-02-25T23:59:09.4605822Z 2026-02-25T23:59:09.4605891Z Reference Function 2026-02-25T23:59:09.4606062Z ------------- 2026-02-25T23:59:09.4606454Z /home/runner/work/helion/helion/docs/examples/mamba2_chunk_scan.rst:180: WARNING: Title underline too short. 2026-02-25T23:59:09.4606849Z 2026-02-25T23:59:09.4606918Z Reference Function 2026-02-25T23:59:09.4607087Z ------------- 2026-02-25T23:59:09.4607469Z /home/runner/work/helion/helion/docs/examples/mamba2_chunk_scan.rst:258: WARNING: Title underline too short. 2026-02-25T23:59:09.4607866Z 2026-02-25T23:59:09.4607934Z Testing Function 2026-02-25T23:59:09.4608102Z ------------- 2026-02-25T23:59:09.4608496Z /home/runner/work/helion/helion/docs/examples/mamba2_chunk_scan.rst:258: WARNING: Title underline too short. 2026-02-25T23:59:09.4608891Z 2026-02-25T23:59:09.4608965Z Testing Function 2026-02-25T23:59:09.4609125Z ------------- 2026-02-25T23:59:09.4609515Z /home/runner/work/helion/helion/docs/examples/mamba2_chunk_scan.rst:305: WARNING: Title underline too short. 2026-02-25T23:59:09.4609905Z 2026-02-25T23:59:09.4609971Z Main Function 2026-02-25T23:59:09.4610127Z ----------- 2026-02-25T23:59:09.4610505Z /home/runner/work/helion/helion/docs/examples/mamba2_chunk_scan.rst:305: WARNING: Title underline too short. 2026-02-25T23:59:09.4610905Z 2026-02-25T23:59:09.4610972Z Main Function 2026-02-25T23:59:09.4611128Z ----------- 2026-02-25T23:59:09.4611507Z /home/runner/work/helion/helion/docs/examples/mamba2_chunk_state.rst:22: WARNING: Title underline too short. 2026-02-25T23:59:09.4611907Z 2026-02-25T23:59:09.4611987Z Mamba2 Chunk State Kernel 2026-02-25T23:59:09.4612188Z ======================== 2026-02-25T23:59:09.4612625Z /home/runner/work/helion/helion/docs/examples/mamba2_chunk_state.rst:133: WARNING: Title underline too short. 2026-02-25T23:59:09.4613147Z 2026-02-25T23:59:09.4613222Z Reference Function 2026-02-25T23:59:09.4613389Z ------------- 2026-02-25T23:59:09.4613792Z /home/runner/work/helion/helion/docs/examples/mamba2_chunk_state.rst:133: WARNING: Title underline too short. 2026-02-25T23:59:09.4614196Z 2026-02-25T23:59:09.4614271Z Reference Function 2026-02-25T23:59:09.4614451Z ------------- 2026-02-25T23:59:09.4614851Z /home/runner/work/helion/helion/docs/examples/mamba2_chunk_state.rst:182: WARNING: Title underline too short. 2026-02-25T23:59:09.4615255Z 2026-02-25T23:59:09.4615325Z Testing Function 2026-02-25T23:59:09.4615489Z ------------- 2026-02-25T23:59:09.4615895Z /home/runner/work/helion/helion/docs/examples/mamba2_chunk_state.rst:182: WARNING: Title underline too short. 2026-02-25T23:59:09.4616303Z 2026-02-25T23:59:09.4616385Z Testing Function 2026-02-25T23:59:09.4616555Z ------------- 2026-02-25T23:59:09.4617071Z /home/runner/work/helion/helion/docs/examples/mamba2_chunk_state.rst:226: WARNING: Title underline too short. 2026-02-25T23:59:09.4617475Z 2026-02-25T23:59:09.4617541Z Main Function 2026-02-25T23:59:09.4617703Z ----------- 2026-02-25T23:59:09.4618100Z /home/runner/work/helion/helion/docs/examples/mamba2_chunk_state.rst:226: WARNING: Title underline too short. 2026-02-25T23:59:09.4618498Z 2026-02-25T23:59:09.4618567Z Main Function 2026-02-25T23:59:09.4618729Z ----------- 2026-02-25T23:59:09.4619150Z /home/runner/work/helion/helion/docs/examples/squeeze_and_excitation_net.rst:22: WARNING: Title underline too short. 2026-02-25T23:59:09.4619586Z 2026-02-25T23:59:09.4619680Z Helion squeeze and excitation net Example 2026-02-25T23:59:09.4619926Z ============================ 2026-02-25T23:59:09.4620397Z /home/runner/work/helion/helion/docs/examples/squeeze_and_excitation_net.rst:214: WARNING: Title underline too short. 2026-02-25T23:59:09.4620960Z 2026-02-25T23:59:09.4621050Z Reference Implementation 2026-02-25T23:59:09.4621258Z -------------------- 2026-02-25T23:59:09.4621637Z /home/runner/work/helion/helion/docs/helion_puzzles.rst:58: WARNING: Title underline too short. 2026-02-25T23:59:09.4621994Z 2026-02-25T23:59:09.4622082Z Basic Structure of a Helion Kernel 2026-02-25T23:59:09.4622315Z --------------------------------- 2026-02-25T23:59:09.4622713Z /home/runner/work/helion/helion/docs/helion_puzzles.rst:58: WARNING: Title underline too short. 2026-02-25T23:59:09.4623180Z 2026-02-25T23:59:09.4623262Z Basic Structure of a Helion Kernel 2026-02-25T23:59:09.4623487Z --------------------------------- 2026-02-25T23:59:09.4623882Z /home/runner/work/helion/helion/docs/helion_puzzles.rst:227: WARNING: Title underline too short. 2026-02-25T23:59:09.4624242Z 2026-02-25T23:59:09.4624333Z Puzzle 3: Fused Outer Multiplication 2026-02-25T23:59:09.4624569Z ----------------------------------- 2026-02-25T23:59:09.4624976Z /home/runner/work/helion/helion/docs/helion_puzzles.rst:227: WARNING: Title underline too short. 2026-02-25T23:59:09.4625335Z 2026-02-25T23:59:09.4625437Z Puzzle 3: Fused Outer Multiplication 2026-02-25T23:59:09.4625669Z ----------------------------------- 2026-02-25T23:59:09.4626068Z /home/runner/work/helion/helion/docs/helion_puzzles.rst:310: WARNING: Title underline too short. 2026-02-25T23:59:09.4626419Z 2026-02-25T23:59:09.4626489Z Puzzle 7: Long Sum 2026-02-25T23:59:09.4626667Z ----------------- 2026-02-25T23:59:09.4627020Z /home/runner/work/helion/helion/docs/helion_puzzles.rst:310: WARNING: Title underline too short. 2026-02-25T23:59:09.4627376Z 2026-02-25T23:59:09.4627445Z Puzzle 7: Long Sum 2026-02-25T23:59:09.4627615Z ----------------- 2026-02-25T23:59:09.4627965Z /home/runner/work/helion/helion/docs/helion_puzzles.rst:348: WARNING: Title underline too short. 2026-02-25T23:59:09.4628321Z 2026-02-25T23:59:09.4628395Z Puzzle 8: Long Softmax 2026-02-25T23:59:09.4628579Z --------------------- 2026-02-25T23:59:09.4628949Z /home/runner/work/helion/helion/docs/helion_puzzles.rst:348: WARNING: Title underline too short. 2026-02-25T23:59:09.4629298Z 2026-02-25T23:59:09.4629378Z Puzzle 8: Long Softmax 2026-02-25T23:59:09.4629557Z --------------------- 2026-02-25T23:59:09.4629920Z /home/runner/work/helion/helion/docs/helion_puzzles.rst:508: WARNING: Title underline too short. 2026-02-25T23:59:09.4630269Z 2026-02-25T23:59:09.4630356Z Puzzle 11: Matrix Multiplication 2026-02-25T23:59:09.4630580Z ------------------------------- 2026-02-25T23:59:09.4630967Z /home/runner/work/helion/helion/docs/helion_puzzles.rst:508: WARNING: Title underline too short. 2026-02-25T23:59:09.4631321Z 2026-02-25T23:59:09.4631404Z Puzzle 11: Matrix Multiplication 2026-02-25T23:59:09.4631625Z ------------------------------- 2026-02-25T23:59:09.4631984Z /home/runner/work/helion/helion/docs/api/autotuner.md: WARNING: Git clone too shallow 2026-02-25T23:59:09.4632517Z /home/runner/work/helion/helion/docs/api/config.md: WARNING: Git clone too shallow 2026-02-25T23:59:09.4633202Z /home/runner/work/helion/helion/docs/api/exceptions.md: WARNING: Git clone too shallow 2026-02-25T23:59:09.4634144Z /home/runner/work/helion/helion/docs/api/generated/helion.Config.rst: WARNING: Git clone too shallow 2026-02-25T23:59:09.4634842Z /home/runner/work/helion/helion/docs/api/generated/helion.Settings.rst: WARNING: Git clone too shallow 2026-02-25T23:59:09.4635500Z /home/runner/work/helion/helion/docs/api/generated/helion.kernel.rst: WARNING: Git clone too shallow 2026-02-25T23:59:09.4636197Z /home/runner/work/helion/helion/docs/api/generated/helion.language.StackTensor.rst: WARNING: Git clone too shallow 2026-02-25T23:59:09.4636936Z /home/runner/work/helion/helion/docs/api/generated/helion.language.Tile.rst: WARNING: Git clone too shallow 2026-02-25T23:59:09.4637654Z /home/runner/work/helion/helion/docs/api/generated/helion.language.arange.rst: WARNING: Git clone too shallow 2026-02-25T23:59:09.4638408Z /home/runner/work/helion/helion/docs/api/generated/helion.language.associative_scan.rst: WARNING: Git clone too shallow 2026-02-25T23:59:09.4639309Z /home/runner/work/helion/helion/docs/api/generated/helion.language.atomic_add.rst: WARNING: Git clone too shallow 2026-02-25T23:59:09.4640050Z /home/runner/work/helion/helion/docs/api/generated/helion.language.atomic_and.rst: WARNING: Git clone too shallow 2026-02-25T23:59:09.4640788Z /home/runner/work/helion/helion/docs/api/generated/helion.language.atomic_cas.rst: WARNING: Git clone too shallow 2026-02-25T23:59:09.4641536Z /home/runner/work/helion/helion/docs/api/generated/helion.language.atomic_max.rst: WARNING: Git clone too shallow 2026-02-25T23:59:09.4642272Z /home/runner/work/helion/helion/docs/api/generated/helion.language.atomic_min.rst: WARNING: Git clone too shallow 2026-02-25T23:59:09.4643107Z /home/runner/work/helion/helion/docs/api/generated/helion.language.atomic_or.rst: WARNING: Git clone too shallow 2026-02-25T23:59:09.4643851Z /home/runner/work/helion/helion/docs/api/generated/helion.language.atomic_xchg.rst: WARNING: Git clone too shallow 2026-02-25T23:59:09.4644600Z /home/runner/work/helion/helion/docs/api/generated/helion.language.atomic_xor.rst: WARNING: Git clone too shallow 2026-02-25T23:59:09.4645344Z /home/runner/work/helion/helion/docs/api/generated/helion.language.constexpr.rst: WARNING: Git clone too shallow 2026-02-25T23:59:09.4646076Z /home/runner/work/helion/helion/docs/api/generated/helion.language.cumprod.rst: WARNING: Git clone too shallow 2026-02-25T23:59:09.4646799Z /home/runner/work/helion/helion/docs/api/generated/helion.language.cumsum.rst: WARNING: Git clone too shallow 2026-02-25T23:59:09.4647544Z /home/runner/work/helion/helion/docs/api/generated/helion.language.device_print.rst: WARNING: Git clone too shallow 2026-02-25T23:59:09.4648270Z /home/runner/work/helion/helion/docs/api/generated/helion.language.dot.rst: WARNING: Git clone too shallow 2026-02-25T23:59:09.4648967Z /home/runner/work/helion/helion/docs/api/generated/helion.language.full.rst: WARNING: Git clone too shallow 2026-02-25T23:59:09.4649671Z /home/runner/work/helion/helion/docs/api/generated/helion.language.grid.rst: WARNING: Git clone too shallow 2026-02-25T23:59:09.4650441Z /home/runner/work/helion/helion/docs/api/generated/helion.language.inline_asm_elementwise.rst: WARNING: Git clone too shallow 2026-02-25T23:59:09.4651243Z /home/runner/work/helion/helion/docs/api/generated/helion.language.inline_triton.rst: WARNING: Git clone too shallow 2026-02-25T23:59:09.4651999Z /home/runner/work/helion/helion/docs/api/generated/helion.language.join.rst: WARNING: Git clone too shallow 2026-02-25T23:59:09.4652720Z /home/runner/work/helion/helion/docs/api/generated/helion.language.load.rst: WARNING: Git clone too shallow 2026-02-25T23:59:09.4653617Z /home/runner/work/helion/helion/docs/api/generated/helion.language.reduce.rst: WARNING: Git clone too shallow 2026-02-25T23:59:09.4654383Z /home/runner/work/helion/helion/docs/api/generated/helion.language.register_block_size.rst: WARNING: Git clone too shallow 2026-02-25T23:59:09.4655187Z /home/runner/work/helion/helion/docs/api/generated/helion.language.register_tunable.rst: WARNING: Git clone too shallow 2026-02-25T23:59:09.4656053Z /home/runner/work/helion/helion/docs/api/generated/helion.language.signal.rst: WARNING: Git clone too shallow 2026-02-25T23:59:09.4656796Z /home/runner/work/helion/helion/docs/api/generated/helion.language.specialize.rst: WARNING: Git clone too shallow 2026-02-25T23:59:09.4657528Z /home/runner/work/helion/helion/docs/api/generated/helion.language.split.rst: WARNING: Git clone too shallow 2026-02-25T23:59:09.4658279Z /home/runner/work/helion/helion/docs/api/generated/helion.language.stacktensor_like.rst: WARNING: Git clone too shallow 2026-02-25T23:59:09.4659055Z /home/runner/work/helion/helion/docs/api/generated/helion.language.static_range.rst: WARNING: Git clone too shallow 2026-02-25T23:59:09.4659789Z /home/runner/work/helion/helion/docs/api/generated/helion.language.store.rst: WARNING: Git clone too shallow 2026-02-25T23:59:09.4660539Z /home/runner/work/helion/helion/docs/api/generated/helion.language.subscript.rst: WARNING: Git clone too shallow 2026-02-25T23:59:09.4661381Z /home/runner/work/helion/helion/docs/api/generated/helion.language.tile.rst: WARNING: Git clone too shallow 2026-02-25T23:59:09.4662109Z /home/runner/work/helion/helion/docs/api/generated/helion.language.tile_begin.rst: WARNING: Git clone too shallow 2026-02-25T23:59:09.4662972Z /home/runner/work/helion/helion/docs/api/generated/helion.language.tile_block_size.rst: WARNING: Git clone too shallow 2026-02-25T23:59:09.4663722Z /home/runner/work/helion/helion/docs/api/generated/helion.language.tile_end.rst: WARNING: Git clone too shallow 2026-02-25T23:59:09.4664445Z /home/runner/work/helion/helion/docs/api/generated/helion.language.tile_id.rst: WARNING: Git clone too shallow 2026-02-25T23:59:09.4665179Z /home/runner/work/helion/helion/docs/api/generated/helion.language.tile_index.rst: WARNING: Git clone too shallow 2026-02-25T23:59:09.4665894Z /home/runner/work/helion/helion/docs/api/generated/helion.language.wait.rst: WARNING: Git clone too shallow 2026-02-25T23:59:09.4666607Z /home/runner/work/helion/helion/docs/api/generated/helion.language.zeros.rst: WARNING: Git clone too shallow 2026-02-25T23:59:09.4667215Z /home/runner/work/helion/helion/docs/api/index.md: WARNING: Git clone too shallow 2026-02-25T23:59:09.4667731Z /home/runner/work/helion/helion/docs/api/kernel.md: WARNING: Git clone too shallow 2026-02-25T23:59:09.4668251Z /home/runner/work/helion/helion/docs/api/language.md: WARNING: Git clone too shallow 2026-02-25T23:59:09.4668794Z /home/runner/work/helion/helion/docs/api/runtime.md: WARNING: Git clone too shallow 2026-02-25T23:59:09.4669328Z /home/runner/work/helion/helion/docs/api/settings.md: WARNING: Git clone too shallow 2026-02-25T23:59:09.4669893Z /home/runner/work/helion/helion/docs/deployment_autotuning.md: WARNING: Git clone too shallow 2026-02-25T23:59:09.4670446Z /home/runner/work/helion/helion/docs/events.md: WARNING: Git clone too shallow 2026-02-25T23:59:09.4670961Z /home/runner/work/helion/helion/docs/helion_puzzles.rst: WARNING: Git clone too shallow 2026-02-25T23:59:09.4671530Z /home/runner/work/helion/helion/docs/index.md: WARNING: Git clone too shallow 2026-02-25T23:59:09.4672052Z /home/runner/work/helion/helion/docs/installation.md: WARNING: Git clone too shallow 2026-02-25T23:59:09.4672583Z /home/runner/work/helion/helion/docs/tileir_backend.md: WARNING: Git clone too shallow 2026-02-25T23:59:09.4673139Z looking for now-outdated files... none found 2026-02-25T23:59:09.6154605Z pickling environment... done 2026-02-25T23:59:09.6155746Z /home/runner/work/helion/helion/docs/examples/add.rst: WARNING: document isn't included in any toctree 2026-02-25T23:59:09.6156806Z /home/runner/work/helion/helion/docs/examples/aot_example.rst: WARNING: document isn't included in any toctree 2026-02-25T23:59:09.6157852Z /home/runner/work/helion/helion/docs/examples/attention.rst: WARNING: document isn't included in any toctree 2026-02-25T23:59:09.6158856Z /home/runner/work/helion/helion/docs/examples/batch_softmax.rst: WARNING: document isn't included in any toctree 2026-02-25T23:59:09.6160336Z /home/runner/work/helion/helion/docs/examples/bf16xint16_gemm.rst: WARNING: document isn't included in any toctree 2026-02-25T23:59:09.6161453Z /home/runner/work/helion/helion/docs/examples/blackwell_attention.rst: WARNING: document isn't included in any toctree 2026-02-25T23:59:09.6162451Z /home/runner/work/helion/helion/docs/examples/bmm.rst: WARNING: document isn't included in any toctree 2026-02-25T23:59:09.6163611Z /home/runner/work/helion/helion/docs/examples/broadcast_matmul.rst: WARNING: document isn't included in any toctree 2026-02-25T23:59:09.6164640Z /home/runner/work/helion/helion/docs/examples/concatenate.rst: WARNING: document isn't included in any toctree 2026-02-25T23:59:09.6165682Z /home/runner/work/helion/helion/docs/examples/cross_entropy.rst: WARNING: document isn't included in any toctree 2026-02-25T23:59:09.6166727Z /home/runner/work/helion/helion/docs/examples/distributed/index.rst: WARNING: document isn't included in any toctree 2026-02-25T23:59:09.6168058Z /home/runner/work/helion/helion/docs/examples/embedding.rst: WARNING: document isn't included in any toctree 2026-02-25T23:59:09.6168934Z /home/runner/work/helion/helion/docs/examples/exp.rst: WARNING: document isn't included in any toctree 2026-02-25T23:59:09.6169868Z /home/runner/work/helion/helion/docs/examples/flex_attention.rst: WARNING: document isn't included in any toctree 2026-02-25T23:59:09.6170830Z /home/runner/work/helion/helion/docs/examples/fp8_attention.rst: WARNING: document isn't included in any toctree 2026-02-25T23:59:09.6171795Z /home/runner/work/helion/helion/docs/examples/fp8_gemm.rst: WARNING: document isn't included in any toctree 2026-02-25T23:59:09.6172759Z /home/runner/work/helion/helion/docs/examples/fused_linear_jsd.rst: WARNING: document isn't included in any toctree 2026-02-25T23:59:09.6173828Z /home/runner/work/helion/helion/docs/examples/gather_gemv.rst: WARNING: document isn't included in any toctree 2026-02-25T23:59:09.6174766Z /home/runner/work/helion/helion/docs/examples/gdn_fwd_h.rst: WARNING: document isn't included in any toctree 2026-02-25T23:59:09.6175665Z /home/runner/work/helion/helion/docs/examples/geglu.rst: WARNING: document isn't included in any toctree 2026-02-25T23:59:09.6176570Z /home/runner/work/helion/helion/docs/examples/grouped_gemm.rst: WARNING: document isn't included in any toctree 2026-02-25T23:59:09.6177487Z /home/runner/work/helion/helion/docs/examples/grpo_loss.rst: WARNING: document isn't included in any toctree 2026-02-25T23:59:09.6178463Z /home/runner/work/helion/helion/docs/examples/int4_gemm.rst: WARNING: document isn't included in any toctree 2026-02-25T23:59:09.6179430Z /home/runner/work/helion/helion/docs/examples/jagged_dense_add.rst: WARNING: document isn't included in any toctree 2026-02-25T23:59:09.6180421Z /home/runner/work/helion/helion/docs/examples/jagged_dense_bmm.rst: WARNING: document isn't included in any toctree 2026-02-25T23:59:09.6181182Z /home/runner/work/helion/helion/docs/examples/jagged_hstu_attn.rst: WARNING: document isn't included in any toctree 2026-02-25T23:59:09.6182141Z /home/runner/work/helion/helion/docs/examples/jagged_layer_norm.rst: WARNING: document isn't included in any toctree 2026-02-25T23:59:09.6183116Z /home/runner/work/helion/helion/docs/examples/jagged_mean.rst: WARNING: document isn't included in any toctree 2026-02-25T23:59:09.6183855Z /home/runner/work/helion/helion/docs/examples/jagged_softmax.rst: WARNING: document isn't included in any toctree 2026-02-25T23:59:09.6184887Z /home/runner/work/helion/helion/docs/examples/jagged_sum.rst: WARNING: document isn't included in any toctree 2026-02-25T23:59:09.6185597Z /home/runner/work/helion/helion/docs/examples/jsd.rst: WARNING: document isn't included in any toctree 2026-02-25T23:59:09.6186289Z /home/runner/work/helion/helion/docs/examples/kl_div.rst: WARNING: document isn't included in any toctree 2026-02-25T23:59:09.6186978Z /home/runner/work/helion/helion/docs/examples/layer_norm.rst: WARNING: document isn't included in any toctree 2026-02-25T23:59:09.6187829Z /home/runner/work/helion/helion/docs/examples/long_sum.rst: WARNING: document isn't included in any toctree 2026-02-25T23:59:09.6188559Z /home/runner/work/helion/helion/docs/examples/low_mem_dropout.rst: WARNING: document isn't included in any toctree 2026-02-25T23:59:09.6189307Z /home/runner/work/helion/helion/docs/examples/mamba2_chunk_scan.rst: WARNING: document isn't included in any toctree 2026-02-25T23:59:09.6190054Z /home/runner/work/helion/helion/docs/examples/mamba2_chunk_state.rst: WARNING: document isn't included in any toctree 2026-02-25T23:59:09.6190837Z /home/runner/work/helion/helion/docs/examples/matmul.rst: WARNING: document isn't included in any toctree 2026-02-25T23:59:09.6191598Z /home/runner/work/helion/helion/docs/examples/matmul_layernorm.rst: WARNING: document isn't included in any toctree 2026-02-25T23:59:09.6192367Z /home/runner/work/helion/helion/docs/examples/matmul_split_k.rst: WARNING: document isn't included in any toctree 2026-02-25T23:59:09.6193355Z /home/runner/work/helion/helion/docs/examples/moe_matmul_ogs.rst: WARNING: document isn't included in any toctree 2026-02-25T23:59:09.6194066Z /home/runner/work/helion/helion/docs/examples/nvfp4_gemm.rst: WARNING: document isn't included in any toctree 2026-02-25T23:59:09.6194825Z /home/runner/work/helion/helion/docs/examples/rms_norm.rst: WARNING: document isn't included in any toctree 2026-02-25T23:59:09.6195620Z /home/runner/work/helion/helion/docs/examples/segment_reduction.rst: WARNING: document isn't included in any toctree 2026-02-25T23:59:09.6196474Z /home/runner/work/helion/helion/docs/examples/softmax.rst: WARNING: document isn't included in any toctree 2026-02-25T23:59:09.6197331Z /home/runner/work/helion/helion/docs/examples/split_k_barrier.rst: WARNING: document isn't included in any toctree 2026-02-25T23:59:09.6198194Z /home/runner/work/helion/helion/docs/examples/squeeze_and_excitation_net.rst: WARNING: document isn't included in any toctree 2026-02-25T23:59:09.6198932Z /home/runner/work/helion/helion/docs/examples/sum.rst: WARNING: document isn't included in any toctree 2026-02-25T23:59:09.6199609Z /home/runner/work/helion/helion/docs/examples/swiglu.rst: WARNING: document isn't included in any toctree 2026-02-25T23:59:09.6200290Z /home/runner/work/helion/helion/docs/examples/welford.rst: WARNING: document isn't included in any toctree 2026-02-25T23:59:09.6200780Z checking consistency... done 2026-02-25T23:59:09.6342047Z preparing documents... done 2026-02-25T23:59:09.6348717Z copying assets... copying downloadable files... [ 1%] examples/add.py 2026-02-25T23:59:09.6352307Z copying downloadable files... [ 2%] examples/add.ipynb 2026-02-25T23:59:09.6356421Z copying downloadable files... [ 3%] examples/aot_example.py 2026-02-25T23:59:09.6360274Z copying downloadable files... [ 4%] examples/aot_example.ipynb 2026-02-25T23:59:09.6364197Z copying downloadable files... [ 5%] examples/attention.py 2026-02-25T23:59:09.6367879Z copying downloadable files... [ 6%] examples/attention.ipynb 2026-02-25T23:59:09.6371494Z copying downloadable files... [ 7%] examples/batch_softmax.py 2026-02-25T23:59:09.6375875Z copying downloadable files... [ 8%] examples/batch_softmax.ipynb 2026-02-25T23:59:09.6381016Z copying downloadable files... [ 8%] examples/bf16xint16_gemm.py 2026-02-25T23:59:09.6385440Z copying downloadable files... [ 9%] examples/bf16xint16_gemm.ipynb 2026-02-25T23:59:09.6390289Z copying downloadable files... [ 10%] examples/blackwell_attention.py 2026-02-25T23:59:09.6396162Z copying downloadable files... [ 11%] examples/blackwell_attention.ipynb 2026-02-25T23:59:09.6400898Z copying downloadable files... [ 12%] examples/bmm.py 2026-02-25T23:59:09.6405980Z copying downloadable files... [ 13%] examples/bmm.ipynb 2026-02-25T23:59:09.6412203Z copying downloadable files... [ 14%] examples/broadcast_matmul.py 2026-02-25T23:59:09.6417669Z copying downloadable files... [ 15%] examples/broadcast_matmul.ipynb 2026-02-25T23:59:09.6422736Z copying downloadable files... [ 16%] examples/concatenate.py 2026-02-25T23:59:09.6428623Z copying downloadable files... [ 17%] examples/concatenate.ipynb 2026-02-25T23:59:09.6434013Z copying downloadable files... [ 18%] examples/cross_entropy.py 2026-02-25T23:59:09.6439199Z copying downloadable files... [ 19%] examples/cross_entropy.ipynb 2026-02-25T23:59:09.6444614Z copying downloadable files... [ 20%] examples/distributed/all_gather_matmul.py 2026-02-25T23:59:09.6449583Z copying downloadable files... [ 21%] examples/distributed/all_gather_matmul.ipynb 2026-02-25T23:59:09.6454951Z copying downloadable files... [ 22%] examples/distributed/all_reduce.py 2026-02-25T23:59:09.6460077Z copying downloadable files... [ 23%] examples/distributed/all_reduce.ipynb 2026-02-25T23:59:09.6465836Z copying downloadable files... [ 24%] examples/distributed/allreduce_bias_rmsnorm.py 2026-02-25T23:59:09.6471299Z copying downloadable files... [ 25%] examples/distributed/allreduce_bias_rmsnorm.ipynb 2026-02-25T23:59:09.6476448Z copying downloadable files... [ 25%] examples/distributed/matmul_reduce_scatter.py 2026-02-25T23:59:09.6481884Z copying downloadable files... [ 26%] examples/distributed/matmul_reduce_scatter.ipynb 2026-02-25T23:59:09.6487146Z copying downloadable files... [ 27%] examples/embedding.py 2026-02-25T23:59:09.6492237Z copying downloadable files... [ 28%] examples/embedding.ipynb 2026-02-25T23:59:09.6497723Z copying downloadable files... [ 29%] examples/exp.py 2026-02-25T23:59:09.6502822Z copying downloadable files... [ 30%] examples/exp.ipynb 2026-02-25T23:59:09.6508747Z copying downloadable files... [ 31%] examples/flex_attention.py 2026-02-25T23:59:09.6514441Z copying downloadable files... [ 32%] examples/flex_attention.ipynb 2026-02-25T23:59:09.6519650Z copying downloadable files... [ 33%] examples/fp8_attention.py 2026-02-25T23:59:09.6525067Z copying downloadable files... [ 34%] examples/fp8_attention.ipynb 2026-02-25T23:59:09.6530419Z copying downloadable files... [ 35%] examples/fp8_gemm.py 2026-02-25T23:59:09.6536233Z copying downloadable files... [ 36%] examples/fp8_gemm.ipynb 2026-02-25T23:59:09.6541867Z copying downloadable files... [ 37%] examples/fused_linear_jsd.py 2026-02-25T23:59:09.6547414Z copying downloadable files... [ 38%] examples/fused_linear_jsd.ipynb 2026-02-25T23:59:09.6553019Z copying downloadable files... [ 39%] examples/gather_gemv.py 2026-02-25T23:59:09.6558289Z copying downloadable files... [ 40%] examples/gather_gemv.ipynb 2026-02-25T23:59:09.6564064Z copying downloadable files... [ 41%] examples/gdn_fwd_h.py 2026-02-25T23:59:09.6569447Z copying downloadable files... [ 42%] examples/gdn_fwd_h.ipynb 2026-02-25T23:59:09.6575061Z copying downloadable files... [ 42%] examples/geglu.py 2026-02-25T23:59:09.6580192Z copying downloadable files... [ 43%] examples/geglu.ipynb 2026-02-25T23:59:09.6585958Z copying downloadable files... [ 44%] examples/grouped_gemm.py 2026-02-25T23:59:09.6591550Z copying downloadable files... [ 45%] examples/grouped_gemm.ipynb 2026-02-25T23:59:09.6597154Z copying downloadable files... [ 46%] examples/grpo_loss.py 2026-02-25T23:59:09.6602690Z copying downloadable files... [ 47%] examples/grpo_loss.ipynb 2026-02-25T23:59:09.6608431Z copying downloadable files... [ 48%] examples/int4_gemm.py 2026-02-25T23:59:09.6614079Z copying downloadable files... [ 49%] examples/int4_gemm.ipynb 2026-02-25T23:59:09.6619139Z copying downloadable files... [ 50%] examples/jagged_dense_add.py 2026-02-25T23:59:09.6624427Z copying downloadable files... [ 51%] examples/jagged_dense_add.ipynb 2026-02-25T23:59:09.6629727Z copying downloadable files... [ 52%] examples/jagged_dense_bmm.py 2026-02-25T23:59:09.6635362Z copying downloadable files... [ 53%] examples/jagged_dense_bmm.ipynb 2026-02-25T23:59:09.6640491Z copying downloadable files... [ 54%] examples/jagged_hstu_attn.py 2026-02-25T23:59:09.6646272Z copying downloadable files... [ 55%] examples/jagged_hstu_attn.ipynb 2026-02-25T23:59:09.6651819Z copying downloadable files... [ 56%] examples/jagged_layer_norm.py 2026-02-25T23:59:09.6657433Z copying downloadable files... [ 57%] examples/jagged_layer_norm.ipynb 2026-02-25T23:59:09.6662226Z copying downloadable files... [ 58%] examples/jagged_mean.py 2026-02-25T23:59:09.6667250Z copying downloadable files... [ 58%] examples/jagged_mean.ipynb 2026-02-25T23:59:09.6672448Z copying downloadable files... [ 59%] examples/jagged_softmax.py 2026-02-25T23:59:09.6678171Z copying downloadable files... [ 60%] examples/jagged_softmax.ipynb 2026-02-25T23:59:09.6683653Z copying downloadable files... [ 61%] examples/jagged_sum.py 2026-02-25T23:59:09.6689550Z copying downloadable files... [ 62%] examples/jagged_sum.ipynb 2026-02-25T23:59:09.6695228Z copying downloadable files... [ 63%] examples/jsd.py 2026-02-25T23:59:09.6701292Z copying downloadable files... [ 64%] examples/jsd.ipynb 2026-02-25T23:59:09.6705993Z copying downloadable files... [ 65%] examples/kl_div.py 2026-02-25T23:59:09.6710974Z copying downloadable files... [ 66%] examples/kl_div.ipynb 2026-02-25T23:59:09.6716609Z copying downloadable files... [ 67%] examples/layer_norm.py 2026-02-25T23:59:09.6721949Z copying downloadable files... [ 68%] examples/layer_norm.ipynb 2026-02-25T23:59:09.6727243Z copying downloadable files... [ 69%] examples/long_sum.py 2026-02-25T23:59:09.6732289Z copying downloadable files... [ 70%] examples/long_sum.ipynb 2026-02-25T23:59:09.6736460Z copying downloadable files... [ 71%] examples/low_mem_dropout.py 2026-02-25T23:59:09.6740202Z copying downloadable files... [ 72%] examples/low_mem_dropout.ipynb 2026-02-25T23:59:09.6744268Z copying downloadable files... [ 73%] examples/mamba2_chunk_scan.py 2026-02-25T23:59:09.6748537Z copying downloadable files... [ 74%] examples/mamba2_chunk_scan.ipynb 2026-02-25T23:59:09.6752389Z copying downloadable files... [ 75%] examples/mamba2_chunk_state.py 2026-02-25T23:59:09.6756364Z copying downloadable files... [ 75%] examples/mamba2_chunk_state.ipynb 2026-02-25T23:59:09.6760007Z copying downloadable files... [ 76%] examples/matmul.py 2026-02-25T23:59:09.6764246Z copying downloadable files... [ 77%] examples/matmul.ipynb 2026-02-25T23:59:09.6767975Z copying downloadable files... [ 78%] examples/matmul_layernorm.py 2026-02-25T23:59:09.6771707Z copying downloadable files... [ 79%] examples/matmul_layernorm.ipynb 2026-02-25T23:59:09.6775581Z copying downloadable files... [ 80%] examples/matmul_split_k.py 2026-02-25T23:59:09.6779527Z copying downloadable files... [ 81%] examples/matmul_split_k.ipynb 2026-02-25T23:59:09.6783432Z copying downloadable files... [ 82%] examples/moe_matmul_ogs.py 2026-02-25T23:59:09.6787283Z copying downloadable files... [ 83%] examples/moe_matmul_ogs.ipynb 2026-02-25T23:59:09.6791134Z copying downloadable files... [ 84%] examples/nvfp4_gemm.py 2026-02-25T23:59:09.6795215Z copying downloadable files... [ 85%] examples/nvfp4_gemm.ipynb 2026-02-25T23:59:09.6798883Z copying downloadable files... [ 86%] examples/rms_norm.py 2026-02-25T23:59:09.6802661Z copying downloadable files... [ 87%] examples/rms_norm.ipynb 2026-02-25T23:59:09.6806674Z copying downloadable files... [ 88%] examples/segment_reduction.py 2026-02-25T23:59:09.6810517Z copying downloadable files... [ 89%] examples/segment_reduction.ipynb 2026-02-25T23:59:09.6814399Z copying downloadable files... [ 90%] examples/softmax.py 2026-02-25T23:59:09.6818213Z copying downloadable files... [ 91%] examples/softmax.ipynb 2026-02-25T23:59:09.6821916Z copying downloadable files... [ 92%] examples/split_k_barrier.py 2026-02-25T23:59:09.6825855Z copying downloadable files... [ 92%] examples/split_k_barrier.ipynb 2026-02-25T23:59:09.6829726Z copying downloadable files... [ 93%] examples/squeeze_and_excitation_net.py 2026-02-25T23:59:09.6833594Z copying downloadable files... [ 94%] examples/squeeze_and_excitation_net.ipynb 2026-02-25T23:59:09.6837159Z copying downloadable files... [ 95%] examples/sum.py 2026-02-25T23:59:09.6841456Z copying downloadable files... [ 96%] examples/sum.ipynb 2026-02-25T23:59:09.6845304Z copying downloadable files... [ 97%] examples/swiglu.py 2026-02-25T23:59:09.6849034Z copying downloadable files... [ 98%] examples/swiglu.ipynb 2026-02-25T23:59:09.6852672Z copying downloadable files... [ 99%] examples/welford.py 2026-02-25T23:59:09.6856462Z copying downloadable files... [100%] examples/welford.ipynb 2026-02-25T23:59:09.7085016Z copying static files... done 2026-02-25T23:59:09.7085913Z copying extra files... done 2026-02-25T23:59:09.7086334Z done 2026-02-25T23:59:10.1600512Z writing output... [ 1%] api/autotuner 2026-02-25T23:59:10.3793625Z writing output... [ 2%] api/config 2026-02-25T23:59:10.7243826Z writing output... [ 3%] api/exceptions 2026-02-25T23:59:10.8912111Z writing output... [ 4%] api/generated/helion.Config 2026-02-25T23:59:10.9913465Z writing output... [ 4%] api/generated/helion.Settings 2026-02-25T23:59:11.0345225Z writing output... [ 5%] api/generated/helion.kernel 2026-02-25T23:59:11.0846821Z writing output... [ 6%] api/generated/helion.language.StackTensor 2026-02-25T23:59:12.1734170Z writing output... [ 7%] api/generated/helion.language.Tile 2026-02-25T23:59:12.2128797Z writing output... [ 8%] api/generated/helion.language.arange 2026-02-25T23:59:12.2558504Z writing output... [ 9%] api/generated/helion.language.associative_scan 2026-02-25T23:59:12.2956531Z writing output... [ 10%] api/generated/helion.language.atomic_add 2026-02-25T23:59:12.3333412Z writing output... [ 11%] api/generated/helion.language.atomic_and 2026-02-25T23:59:12.3729305Z writing output... [ 12%] api/generated/helion.language.atomic_cas 2026-02-25T23:59:12.4119704Z writing output... [ 12%] api/generated/helion.language.atomic_max 2026-02-25T23:59:12.4522032Z writing output... [ 13%] api/generated/helion.language.atomic_min 2026-02-25T23:59:12.4913923Z writing output... [ 14%] api/generated/helion.language.atomic_or 2026-02-25T23:59:12.5303794Z writing output... [ 15%] api/generated/helion.language.atomic_xchg 2026-02-25T23:59:12.5683587Z writing output... [ 16%] api/generated/helion.language.atomic_xor 2026-02-25T23:59:12.6015478Z writing output... [ 17%] api/generated/helion.language.constexpr 2026-02-25T23:59:12.6396250Z writing output... [ 18%] api/generated/helion.language.cumprod 2026-02-25T23:59:12.6776985Z writing output... [ 19%] api/generated/helion.language.cumsum 2026-02-25T23:59:12.7128370Z writing output... [ 19%] api/generated/helion.language.device_print 2026-02-25T23:59:12.7590418Z writing output... [ 20%] api/generated/helion.language.dot 2026-02-25T23:59:12.8018055Z writing output... [ 21%] api/generated/helion.language.full 2026-02-25T23:59:13.3473402Z writing output... [ 22%] api/generated/helion.language.grid 2026-02-25T23:59:13.3876742Z writing output... [ 23%] api/generated/helion.language.inline_asm_elementwise 2026-02-25T23:59:13.4268940Z writing output... [ 24%] api/generated/helion.language.inline_triton 2026-02-25T23:59:13.4645481Z writing output... [ 25%] api/generated/helion.language.join 2026-02-25T23:59:13.5034588Z writing output... [ 26%] api/generated/helion.language.load 2026-02-25T23:59:13.5461926Z writing output... [ 27%] api/generated/helion.language.reduce 2026-02-25T23:59:13.5836692Z writing output... [ 27%] api/generated/helion.language.register_block_size 2026-02-25T23:59:13.6192137Z writing output... [ 28%] api/generated/helion.language.register_tunable 2026-02-25T23:59:13.6571732Z writing output... [ 29%] api/generated/helion.language.signal 2026-02-25T23:59:13.6935112Z writing output... [ 30%] api/generated/helion.language.specialize 2026-02-25T23:59:13.7298340Z writing output... [ 31%] api/generated/helion.language.split 2026-02-25T23:59:13.7716731Z writing output... [ 32%] api/generated/helion.language.stacktensor_like 2026-02-25T23:59:13.8133988Z writing output... [ 33%] api/generated/helion.language.static_range 2026-02-25T23:59:13.8494638Z writing output... [ 34%] api/generated/helion.language.store 2026-02-25T23:59:13.8895643Z writing output... [ 35%] api/generated/helion.language.subscript 2026-02-25T23:59:13.9418956Z writing output... [ 35%] api/generated/helion.language.tile 2026-02-25T23:59:13.9842594Z writing output... [ 36%] api/generated/helion.language.tile_begin 2026-02-25T23:59:14.5301488Z writing output... [ 37%] api/generated/helion.language.tile_block_size 2026-02-25T23:59:14.5670499Z writing output... [ 38%] api/generated/helion.language.tile_end 2026-02-25T23:59:14.6038564Z writing output... [ 39%] api/generated/helion.language.tile_id 2026-02-25T23:59:14.6424988Z writing output... [ 40%] api/generated/helion.language.tile_index 2026-02-25T23:59:14.6841666Z writing output... [ 41%] api/generated/helion.language.wait 2026-02-25T23:59:14.7252709Z writing output... [ 42%] api/generated/helion.language.zeros 2026-02-25T23:59:14.8062589Z writing output... [ 42%] api/index 2026-02-25T23:59:14.9035870Z writing output... [ 43%] api/kernel 2026-02-25T23:59:15.2551246Z writing output... [ 44%] api/language 2026-02-25T23:59:15.3036017Z writing output... [ 45%] api/runtime 2026-02-25T23:59:15.4945556Z writing output... [ 46%] api/settings 2026-02-25T23:59:15.5613722Z writing output... [ 47%] deployment_autotuning 2026-02-25T23:59:15.5750200Z writing output... [ 48%] events 2026-02-25T23:59:15.5916495Z writing output... [ 49%] examples/add 2026-02-25T23:59:15.7169937Z writing output... [ 50%] examples/aot_example 2026-02-25T23:59:15.7442657Z writing output... [ 50%] examples/attention 2026-02-25T23:59:15.7615921Z writing output... [ 51%] examples/batch_softmax 2026-02-25T23:59:15.7875415Z writing output... [ 52%] examples/bf16xint16_gemm 2026-02-25T23:59:15.8279270Z writing output... [ 53%] examples/blackwell_attention 2026-02-25T23:59:15.8466739Z writing output... [ 54%] examples/bmm 2026-02-25T23:59:15.8646151Z writing output... [ 55%] examples/broadcast_matmul 2026-02-25T23:59:15.8810927Z writing output... [ 56%] examples/concatenate 2026-02-25T23:59:15.8996786Z writing output... [ 57%] examples/cross_entropy 2026-02-25T23:59:15.9459905Z writing output... [ 58%] examples/distributed/all_gather_matmul 2026-02-25T23:59:15.9896923Z writing output... [ 58%] examples/distributed/all_reduce 2026-02-25T23:59:16.0469856Z writing output... [ 59%] examples/distributed/allreduce_bias_rmsnorm 2026-02-25T23:59:16.0595433Z writing output... [ 60%] examples/distributed/index 2026-02-25T23:59:16.0976773Z writing output... [ 61%] examples/distributed/matmul_reduce_scatter 2026-02-25T23:59:16.1156508Z writing output... [ 62%] examples/embedding 2026-02-25T23:59:16.1362782Z writing output... [ 63%] examples/exp 2026-02-25T23:59:16.1793689Z writing output... [ 64%] examples/flex_attention 2026-02-25T23:59:16.2196679Z writing output... [ 65%] examples/fp8_attention 2026-02-25T23:59:16.2417808Z writing output... [ 65%] examples/fp8_gemm 2026-02-25T23:59:16.2882723Z writing output... [ 66%] examples/fused_linear_jsd 2026-02-25T23:59:16.3132212Z writing output... [ 67%] examples/gather_gemv 2026-02-25T23:59:16.3475899Z writing output... [ 68%] examples/gdn_fwd_h 2026-02-25T23:59:16.4142810Z writing output... [ 69%] examples/geglu 2026-02-25T23:59:16.4799767Z writing output... [ 70%] examples/grouped_gemm 2026-02-25T23:59:16.5693904Z writing output... [ 71%] examples/grpo_loss 2026-02-25T23:59:16.5983942Z writing output... [ 72%] examples/index 2026-02-25T23:59:16.6291116Z writing output... [ 73%] examples/int4_gemm 2026-02-25T23:59:16.6609564Z writing output... [ 73%] examples/jagged_dense_add 2026-02-25T23:59:16.6890390Z writing output... [ 74%] examples/jagged_dense_bmm 2026-02-25T23:59:16.7280732Z writing output... [ 75%] examples/jagged_hstu_attn 2026-02-25T23:59:16.7816762Z writing output... [ 76%] examples/jagged_layer_norm 2026-02-25T23:59:16.8128696Z writing output... [ 77%] examples/jagged_mean 2026-02-25T23:59:16.8438128Z writing output... [ 78%] examples/jagged_softmax 2026-02-25T23:59:16.8727942Z writing output... [ 79%] examples/jagged_sum 2026-02-25T23:59:16.9305020Z writing output... [ 80%] examples/jsd 2026-02-25T23:59:16.9703166Z writing output... [ 81%] examples/kl_div 2026-02-25T23:59:17.0352542Z writing output... [ 81%] examples/layer_norm 2026-02-25T23:59:17.0604099Z writing output... [ 82%] examples/long_sum 2026-02-25T23:59:17.0835836Z writing output... [ 83%] examples/low_mem_dropout 2026-02-25T23:59:17.1244854Z writing output... [ 84%] examples/mamba2_chunk_scan 2026-02-25T23:59:17.1553158Z writing output... [ 85%] examples/mamba2_chunk_state 2026-02-25T23:59:17.2129443Z writing output... [ 86%] examples/matmul 2026-02-25T23:59:17.2370114Z writing output... [ 87%] examples/matmul_layernorm 2026-02-25T23:59:17.2610596Z writing output... [ 88%] examples/matmul_split_k 2026-02-25T23:59:17.2906981Z writing output... [ 88%] examples/moe_matmul_ogs 2026-02-25T23:59:17.3281598Z writing output... [ 89%] examples/nvfp4_gemm 2026-02-25T23:59:17.3640220Z writing output... [ 90%] examples/rms_norm 2026-02-25T23:59:17.3988058Z writing output... [ 91%] examples/segment_reduction 2026-02-25T23:59:17.4359573Z writing output... [ 92%] examples/softmax 2026-02-25T23:59:17.4534253Z writing output... [ 93%] examples/split_k_barrier 2026-02-25T23:59:17.4912410Z writing output... [ 94%] examples/squeeze_and_excitation_net 2026-02-25T23:59:17.5091032Z writing output... [ 95%] examples/sum 2026-02-25T23:59:17.5699597Z writing output... [ 96%] examples/swiglu 2026-02-25T23:59:17.5927865Z writing output... [ 96%] examples/welford 2026-02-25T23:59:17.8779576Z writing output... [ 97%] helion_puzzles 2026-02-25T23:59:17.9409996Z writing output... [ 98%] index 2026-02-25T23:59:17.9746334Z writing output... [ 99%] installation 2026-02-25T23:59:18.0280929Z writing output... [100%] tileir_backend 2026-02-25T23:59:18.0282132Z /home/runner/work/helion/helion/docs/examples/index.rst:108: WARNING: unknown document: 'distributed/one_shot_allreduce_bias_rmsnorm' 2026-02-25T23:59:18.0582536Z generating indices... genindex py-modindex done 2026-02-25T23:59:18.0790993Z highlighting module code... [ 3%] helion.autotuner.differential_evolution 2026-02-25T23:59:18.0867473Z highlighting module code... [ 7%] helion.autotuner.finite_search 2026-02-25T23:59:18.1073734Z highlighting module code... [ 10%] helion.autotuner.local_cache 2026-02-25T23:59:18.1282438Z highlighting module code... [ 14%] helion.autotuner.pattern_search 2026-02-25T23:59:18.1345034Z highlighting module code... [ 17%] helion.autotuner.random_search 2026-02-25T23:59:18.2761980Z highlighting module code... [ 21%] helion.autotuner.surrogate_pattern_search 2026-02-25T23:59:18.3079996Z highlighting module code... [ 24%] helion.exc 2026-02-25T23:59:18.7125243Z highlighting module code... [ 28%] helion.language.atomic_ops 2026-02-25T23:59:18.7247659Z highlighting module code... [ 31%] helion.language.constexpr 2026-02-25T23:59:18.7422396Z highlighting module code... [ 34%] helion.language.creation_ops 2026-02-25T23:59:18.7526710Z highlighting module code... [ 38%] helion.language.device_print 2026-02-25T23:59:18.7696920Z highlighting module code... [ 41%] helion.language.inline_asm_ops 2026-02-25T23:59:18.8297529Z highlighting module code... [ 45%] helion.language.inline_triton_ops 2026-02-25T23:59:18.9479887Z highlighting module code... [ 48%] helion.language.loops 2026-02-25T23:59:18.9969110Z highlighting module code... [ 52%] helion.language.matmul_ops 2026-02-25T23:59:19.2019551Z highlighting module code... [ 55%] helion.language.memory_ops 2026-02-25T23:59:19.2514556Z highlighting module code... [ 59%] helion.language.reduce_ops 2026-02-25T23:59:19.2837097Z highlighting module code... [ 62%] helion.language.scan_ops 2026-02-25T23:59:19.3176075Z highlighting module code... [ 66%] helion.language.signal_wait 2026-02-25T23:59:19.3301869Z highlighting module code... [ 69%] helion.language.stack_tensor 2026-02-25T23:59:19.3531192Z highlighting module code... [ 72%] helion.language.tile_ops 2026-02-25T23:59:19.3681163Z highlighting module code... [ 76%] helion.language.tile_proxy 2026-02-25T23:59:19.3879467Z highlighting module code... [ 79%] helion.language.tunable_ops 2026-02-25T23:59:19.4048300Z highlighting module code... [ 83%] helion.language.view_ops 2026-02-25T23:59:19.5937318Z highlighting module code... [ 86%] helion.runtime 2026-02-25T23:59:19.6254758Z highlighting module code... [ 90%] helion.runtime.config 2026-02-25T23:59:19.7672778Z highlighting module code... [ 93%] helion.runtime.kernel 2026-02-25T23:59:19.8317903Z highlighting module code... [ 97%] helion.runtime.settings 2026-02-25T23:59:19.8498233Z highlighting module code... [100%] helion.runtime.triton_helpers 2026-02-25T23:59:19.8618273Z writing additional pages... search done 2026-02-25T23:59:19.8624485Z copying images... [ 25%] examples/distributed/images/thumb/sphx_glr_matmul_reduce_scatter_thumb.png 2026-02-25T23:59:19.8627709Z copying images... [ 50%] examples/distributed/images/thumb/sphx_glr_all_reduce_thumb.png 2026-02-25T23:59:19.8631557Z copying images... [ 75%] examples/distributed/images/thumb/sphx_glr_all_gather_matmul_thumb.png 2026-02-25T23:59:19.8635769Z copying images... [100%] examples/distributed/images/thumb/sphx_glr_allreduce_bias_rmsnorm_thumb.png 2026-02-25T23:59:20.4073289Z dumping search index in English (code: en)... done 2026-02-25T23:59:20.4112300Z dumping object inventory... done 2026-02-25T23:59:20.4114311Z Sphinx-Gallery gallery_conf["plot_gallery"] was False, so no examples were executed. 2026-02-25T23:59:20.4115553Z embedding documentation hyperlinks... 2026-02-25T23:59:20.4149202Z embedding documentation hyperlinks for examples... [ 2%] layer_norm.html 2026-02-25T23:59:20.4173375Z embedding documentation hyperlinks for examples... [ 4%] jagged_dense_add.html 2026-02-25T23:59:20.4192426Z embedding documentation hyperlinks for examples... [ 5%] concatenate.html 2026-02-25T23:59:20.4220769Z embedding documentation hyperlinks for examples... [ 7%] fused_linear_jsd.html 2026-02-25T23:59:20.4256350Z embedding documentation hyperlinks for examples... [ 9%] aot_example.html 2026-02-25T23:59:20.4298300Z embedding documentation hyperlinks for examples... [ 11%] flex_attention.html 2026-02-25T23:59:20.4320105Z embedding documentation hyperlinks for examples... [ 13%] welford.html 2026-02-25T23:59:20.4355402Z embedding documentation hyperlinks for examples... [ 15%] jagged_hstu_attn.html 2026-02-25T23:59:20.4388822Z embedding documentation hyperlinks for examples... [ 16%] gdn_fwd_h.html 2026-02-25T23:59:20.4390859Z embedding documentation hyperlinks for examples... [ 18%] index.html 2026-02-25T23:59:20.4419239Z embedding documentation hyperlinks for examples... [ 20%] softmax.html 2026-02-25T23:59:20.4439768Z embedding documentation hyperlinks for examples... [ 22%] low_mem_dropout.html 2026-02-25T23:59:20.4469519Z embedding documentation hyperlinks for examples... [ 24%] squeeze_and_excitation_net.html 2026-02-25T23:59:20.4492089Z embedding documentation hyperlinks for examples... [ 25%] gather_gemv.html 2026-02-25T23:59:20.4524253Z embedding documentation hyperlinks for examples... [ 27%] jagged_layer_norm.html 2026-02-25T23:59:20.4549671Z embedding documentation hyperlinks for examples... [ 29%] matmul_split_k.html 2026-02-25T23:59:20.4569695Z embedding documentation hyperlinks for examples... [ 31%] broadcast_matmul.html 2026-02-25T23:59:20.4590611Z embedding documentation hyperlinks for examples... [ 33%] fp8_gemm.html 2026-02-25T23:59:20.4607735Z embedding documentation hyperlinks for examples... [ 35%] sum.html 2026-02-25T23:59:20.4628439Z embedding documentation hyperlinks for examples... [ 36%] bmm.html 2026-02-25T23:59:20.4665047Z embedding documentation hyperlinks for examples... [ 38%] blackwell_attention.html 2026-02-25T23:59:20.4699498Z embedding documentation hyperlinks for examples... [ 40%] attention.html 2026-02-25T23:59:20.4727576Z embedding documentation hyperlinks for examples... [ 42%] moe_matmul_ogs.html 2026-02-25T23:59:20.4756175Z embedding documentation hyperlinks for examples... [ 44%] jagged_softmax.html 2026-02-25T23:59:20.4784525Z embedding documentation hyperlinks for examples... [ 45%] kl_div.html 2026-02-25T23:59:20.4817763Z embedding documentation hyperlinks for examples... [ 47%] mamba2_chunk_scan.html 2026-02-25T23:59:20.4843519Z embedding documentation hyperlinks for examples... [ 49%] rms_norm.html 2026-02-25T23:59:20.4878763Z embedding documentation hyperlinks for examples... [ 51%] jsd.html 2026-02-25T23:59:20.4900275Z embedding documentation hyperlinks for examples... [ 53%] batch_softmax.html 2026-02-25T23:59:20.4924916Z embedding documentation hyperlinks for examples... [ 55%] cross_entropy.html 2026-02-25T23:59:20.4946901Z embedding documentation hyperlinks for examples... [ 56%] bf16xint16_gemm.html 2026-02-25T23:59:20.4967772Z embedding documentation hyperlinks for examples... [ 58%] long_sum.html 2026-02-25T23:59:20.4996159Z embedding documentation hyperlinks for examples... [ 60%] mamba2_chunk_state.html 2026-02-25T23:59:20.5026578Z embedding documentation hyperlinks for examples... [ 62%] fp8_attention.html 2026-02-25T23:59:20.5050663Z embedding documentation hyperlinks for examples... [ 64%] jagged_mean.html 2026-02-25T23:59:20.5076470Z embedding documentation hyperlinks for examples... [ 65%] nvfp4_gemm.html 2026-02-25T23:59:20.5098850Z embedding documentation hyperlinks for examples... [ 67%] split_k_barrier.html 2026-02-25T23:59:20.5122176Z embedding documentation hyperlinks for examples... [ 69%] int4_gemm.html 2026-02-25T23:59:20.5142081Z embedding documentation hyperlinks for examples... [ 71%] exp.html 2026-02-25T23:59:20.5167864Z embedding documentation hyperlinks for examples... [ 73%] jagged_dense_bmm.html 2026-02-25T23:59:20.5190344Z embedding documentation hyperlinks for examples... [ 75%] matmul_layernorm.html 2026-02-25T23:59:20.5223517Z embedding documentation hyperlinks for examples... [ 76%] matmul.html 2026-02-25T23:59:20.5247705Z embedding documentation hyperlinks for examples... [ 78%] jagged_sum.html 2026-02-25T23:59:20.5301467Z embedding documentation hyperlinks for examples... [ 80%] grpo_loss.html 2026-02-25T23:59:20.5325032Z embedding documentation hyperlinks for examples... [ 82%] segment_reduction.html 2026-02-25T23:59:20.5344640Z embedding documentation hyperlinks for examples... [ 84%] add.html 2026-02-25T23:59:20.5378123Z embedding documentation hyperlinks for examples... [ 85%] grouped_gemm.html 2026-02-25T23:59:20.5397979Z embedding documentation hyperlinks for examples... [ 87%] embedding.html 2026-02-25T23:59:20.5427266Z embedding documentation hyperlinks for examples... [ 89%] geglu.html 2026-02-25T23:59:20.5456212Z embedding documentation hyperlinks for examples... [ 91%] swiglu.html 2026-02-25T23:59:20.5458510Z embedding documentation hyperlinks for examples... [ 93%] index.html 2026-02-25T23:59:20.5494133Z embedding documentation hyperlinks for examples... [ 95%] matmul_reduce_scatter.html 2026-02-25T23:59:20.5529610Z embedding documentation hyperlinks for examples... [ 96%] all_gather_matmul.html 2026-02-25T23:59:20.5565975Z embedding documentation hyperlinks for examples... [ 98%] allreduce_bias_rmsnorm.html 2026-02-25T23:59:20.5600625Z embedding documentation hyperlinks for examples... [100%] all_reduce.html 2026-02-25T23:59:20.5705938Z sphinx-sitemap: sitemap.xml was generated for URL https://helionlang.com/ in /home/runner/work/helion/helion/site/sitemap.xml 2026-02-25T23:59:20.6074467Z build succeeded, 330 warnings. 2026-02-25T23:59:20.6074744Z 2026-02-25T23:59:20.6075838Z The HTML pages are in ../site. 2026-02-25T23:59:22.5528680Z Running Sphinx v7.2.6 2026-02-25T23:59:22.7800683Z Parsed external_urls: ['github', 'github_issues', 'contributing', 'docs', 'twitter'] 2026-02-25T23:59:22.7801624Z matplotlib is not installed, social cards will not be generated 2026-02-25T23:59:22.7802266Z making output directory... done 2026-02-25T23:59:22.7807542Z Using Sphinx-Gallery to convert rst text blocks to markdown for .ipynb files. 2026-02-25T23:59:22.7882655Z [autosummary] generating autosummary for: api/autotuner.md, api/config.md, api/exceptions.md, api/generated/helion.Config.rst, api/generated/helion.Settings.rst, api/generated/helion.kernel.rst, api/generated/helion.language.StackTensor.rst, api/generated/helion.language.Tile.rst, api/generated/helion.language.arange.rst, api/generated/helion.language.associative_scan.rst, ..., examples/softmax.rst, examples/split_k_barrier.rst, examples/squeeze_and_excitation_net.rst, examples/sum.rst, examples/swiglu.rst, examples/welford.rst, helion_puzzles.rst, index.md, installation.md, tileir_backend.md 2026-02-25T23:59:26.8787119Z loading intersphinx inventory from https://docs.python.org/3/objects.inv... 2026-02-25T23:59:26.8792684Z loading intersphinx inventory from https://pytorch.org/docs/stable/objects.inv... 2026-02-25T23:59:26.8796362Z loading intersphinx inventory from https://helionlang.com/objects.inv... 2026-02-25T23:59:27.0149759Z intersphinx inventory has moved: https://pytorch.org/docs/stable/objects.inv -> https://docs.pytorch.org/docs/stable/objects.inv 2026-02-25T23:59:27.1884775Z myst v3.0.1: MdParserConfig(commonmark_only=False, gfm_only=False, enable_extensions={'tasklist', 'colon_fence', 'html_image', 'linkify', 'amsmath', 'substitution', 'deflist', 'replacements', 'html_admonition', 'dollarmath', 'smartquotes'}, disable_syntax=[], all_links_external=False, links_external_new_tab=False, url_schemes=('http', 'https', 'mailto', 'ftp'), ref_domains=None, fence_as_directive=set(), number_code_blocks=[], title_to_header=False, heading_anchors=0, heading_slug_func=None, html_meta={}, footnote_transition=True, words_per_minute=200, substitutions={}, linkify_fuzzy_links=True, dmath_allow_labels=True, dmath_allow_space=True, dmath_allow_digits=True, dmath_double_inline=False, update_mathjax=True, mathjax_classes='tex2jax_process|mathjax_process|math|output_area', enable_checkboxes=False, suppress_warnings=[], highlight_code_blocks=True) 2026-02-25T23:59:27.1887942Z generating gallery... 2026-02-25T23:59:27.2579849Z generating gallery for examples... [ 2%] add.py 2026-02-25T23:59:27.2619062Z generating gallery for examples... [ 4%] broadcast_matmul.py 2026-02-25T23:59:27.2656762Z generating gallery for examples... [ 6%] batch_softmax.py 2026-02-25T23:59:27.2693166Z generating gallery for examples... [ 8%] concatenate.py 2026-02-25T23:59:27.2730255Z generating gallery for examples... [ 10%] sum.py 2026-02-25T23:59:27.2771525Z generating gallery for examples... [ 12%] bmm.py 2026-02-25T23:59:27.2809240Z generating gallery for examples... [ 14%] embedding.py 2026-02-25T23:59:27.2851025Z generating gallery for examples... [ 16%] split_k_barrier.py 2026-02-25T23:59:27.2892305Z generating gallery for examples... [ 18%] cross_entropy.py 2026-02-25T23:59:27.2932461Z generating gallery for examples... [ 20%] exp.py 2026-02-25T23:59:27.2976404Z generating gallery for examples... [ 22%] welford.py 2026-02-25T23:59:27.3014715Z generating gallery for examples... [ 24%] low_mem_dropout.py 2026-02-25T23:59:27.3061921Z generating gallery for examples... [ 27%] gather_gemv.py 2026-02-25T23:59:27.3109088Z generating gallery for examples... [ 29%] matmul_layernorm.py 2026-02-25T23:59:27.3154161Z generating gallery for examples... [ 31%] long_sum.py 2026-02-25T23:59:27.3197770Z generating gallery for examples... [ 33%] fp8_gemm.py 2026-02-25T23:59:27.3246017Z generating gallery for examples... [ 35%] matmul_split_k.py 2026-02-25T23:59:27.3300327Z generating gallery for examples... [ 37%] attention.py 2026-02-25T23:59:27.3347181Z generating gallery for examples... [ 39%] bf16xint16_gemm.py 2026-02-25T23:59:27.3392582Z generating gallery for examples... [ 41%] jagged_dense_bmm.py 2026-02-25T23:59:27.3439362Z generating gallery for examples... [ 43%] jagged_dense_add.py 2026-02-25T23:59:27.3488793Z generating gallery for examples... [ 45%] jagged_sum.py 2026-02-25T23:59:27.3545523Z generating gallery for examples... [ 47%] mamba2_chunk_state.py 2026-02-25T23:59:27.3599207Z generating gallery for examples... [ 49%] jagged_softmax.py 2026-02-25T23:59:27.3652843Z generating gallery for examples... [ 51%] softmax.py 2026-02-25T23:59:27.3704592Z generating gallery for examples... [ 53%] jagged_mean.py 2026-02-25T23:59:27.3766360Z generating gallery for examples... [ 55%] gdn_fwd_h.py 2026-02-25T23:59:27.3818329Z generating gallery for examples... [ 57%] int4_gemm.py 2026-02-25T23:59:27.3870113Z generating gallery for examples... [ 59%] moe_matmul_ogs.py 2026-02-25T23:59:27.3928035Z generating gallery for examples... [ 61%] kl_div.py 2026-02-25T23:59:27.3985805Z generating gallery for examples... [ 63%] rms_norm.py 2026-02-25T23:59:27.4048955Z generating gallery for examples... [ 65%] jagged_hstu_attn.py 2026-02-25T23:59:27.4112095Z generating gallery for examples... [ 67%] segment_reduction.py 2026-02-25T23:59:27.4180008Z generating gallery for examples... [ 69%] blackwell_attention.py 2026-02-25T23:59:27.4237299Z generating gallery for examples... [ 71%] nvfp4_gemm.py 2026-02-25T23:59:27.4300515Z generating gallery for examples... [ 73%] jagged_layer_norm.py 2026-02-25T23:59:27.4367063Z generating gallery for examples... [ 76%] squeeze_and_excitation_net.py 2026-02-25T23:59:27.4433693Z generating gallery for examples... [ 78%] mamba2_chunk_scan.py 2026-02-25T23:59:27.4505841Z generating gallery for examples... [ 80%] flex_attention.py 2026-02-25T23:59:27.4570884Z generating gallery for examples... [ 82%] layer_norm.py 2026-02-25T23:59:27.4643880Z generating gallery for examples... [ 84%] jsd.py 2026-02-25T23:59:27.4713652Z generating gallery for examples... [ 86%] swiglu.py 2026-02-25T23:59:27.4785938Z generating gallery for examples... [ 88%] geglu.py 2026-02-25T23:59:27.4853721Z generating gallery for examples... [ 90%] fp8_attention.py 2026-02-25T23:59:27.4926079Z generating gallery for examples... [ 92%] grouped_gemm.py 2026-02-25T23:59:27.4996560Z generating gallery for examples... [ 94%] fused_linear_jsd.py 2026-02-25T23:59:27.5075828Z generating gallery for examples... [ 96%] matmul.py 2026-02-25T23:59:27.5163461Z generating gallery for examples... [ 98%] aot_example.py 2026-02-25T23:59:27.5271323Z generating gallery for examples... [100%] grpo_loss.py 2026-02-25T23:59:27.5449315Z generating gallery for examples/distributed... [ 25%] matmul_reduce_scatter.py 2026-02-25T23:59:27.5829667Z generating gallery for examples/distributed... [ 50%] all_reduce.py 2026-02-25T23:59:27.5897840Z generating gallery for examples/distributed... [ 75%] all_gather_matmul.py 2026-02-25T23:59:27.5980012Z generating gallery for examples/distributed... [100%] allreduce_bias_rmsnorm.py 2026-02-25T23:59:27.6314316Z building [mo]: targets for 0 po files that are out of date 2026-02-25T23:59:27.6315110Z writing output... 2026-02-25T23:59:27.6317992Z building [linkcheck]: targets for 113 source files that are out of date 2026-02-25T23:59:27.6357785Z updating environment: [new config] 113 added, 0 changed, 0 removed 2026-02-25T23:59:28.8826453Z reading sources... [ 1%] api/autotuner 2026-02-25T23:59:29.1693458Z reading sources... [ 2%] api/config 2026-02-25T23:59:30.0102635Z reading sources... [ 3%] api/exceptions 2026-02-25T23:59:30.3826995Z reading sources... [ 4%] api/generated/helion.Config 2026-02-25T23:59:30.9148015Z reading sources... [ 4%] api/generated/helion.Settings 2026-02-25T23:59:30.9746582Z reading sources... [ 5%] api/generated/helion.kernel 2026-02-25T23:59:31.0980325Z reading sources... [ 6%] api/generated/helion.language.StackTensor 2026-02-25T23:59:34.0457259Z reading sources... [ 7%] api/generated/helion.language.Tile 2026-02-25T23:59:34.0681338Z reading sources... [ 8%] api/generated/helion.language.arange 2026-02-25T23:59:34.0991068Z reading sources... [ 9%] api/generated/helion.language.associative_scan 2026-02-25T23:59:34.1514807Z reading sources... [ 10%] api/generated/helion.language.atomic_add 2026-02-25T23:59:34.1651566Z reading sources... [ 11%] api/generated/helion.language.atomic_and 2026-02-25T23:59:34.1822711Z reading sources... [ 12%] api/generated/helion.language.atomic_cas 2026-02-25T23:59:34.1954571Z reading sources... [ 12%] api/generated/helion.language.atomic_max 2026-02-25T23:59:34.2100403Z reading sources... [ 13%] api/generated/helion.language.atomic_min 2026-02-25T23:59:34.2235995Z reading sources... [ 14%] api/generated/helion.language.atomic_or 2026-02-25T23:59:34.2380299Z reading sources... [ 15%] api/generated/helion.language.atomic_xchg 2026-02-25T23:59:34.2514975Z reading sources... [ 16%] api/generated/helion.language.atomic_xor 2026-02-25T23:59:34.2565265Z reading sources... [ 17%] api/generated/helion.language.constexpr 2026-02-25T23:59:34.2695534Z reading sources... [ 18%] api/generated/helion.language.cumprod 2026-02-25T23:59:34.2841087Z reading sources... [ 19%] api/generated/helion.language.cumsum 2026-02-25T23:59:34.2965838Z reading sources... [ 19%] api/generated/helion.language.device_print 2026-02-25T23:59:34.3280393Z reading sources... [ 20%] api/generated/helion.language.dot 2026-02-25T23:59:34.3430004Z reading sources... [ 21%] api/generated/helion.language.full 2026-02-25T23:59:34.3974033Z reading sources... [ 22%] api/generated/helion.language.grid 2026-02-25T23:59:34.4220257Z reading sources... [ 23%] api/generated/helion.language.inline_asm_elementwise 2026-02-25T23:59:34.4550239Z reading sources... [ 24%] api/generated/helion.language.inline_triton 2026-02-25T23:59:34.4715239Z reading sources... [ 25%] api/generated/helion.language.join 2026-02-25T23:59:34.5109245Z reading sources... [ 26%] api/generated/helion.language.load 2026-02-25T23:59:34.5475822Z reading sources... [ 27%] api/generated/helion.language.reduce 2026-02-25T23:59:34.5679602Z reading sources... [ 27%] api/generated/helion.language.register_block_size 2026-02-25T23:59:34.5768244Z reading sources... [ 28%] api/generated/helion.language.register_tunable 2026-02-25T23:59:34.6049416Z reading sources... [ 29%] api/generated/helion.language.signal 2026-02-25T23:59:34.6143375Z reading sources... [ 30%] api/generated/helion.language.specialize 2026-02-25T23:59:34.6246614Z reading sources... [ 31%] api/generated/helion.language.split 2026-02-25T23:59:34.6368187Z reading sources... [ 32%] api/generated/helion.language.stacktensor_like 2026-02-25T23:59:34.6516366Z reading sources... [ 33%] api/generated/helion.language.static_range 2026-02-25T23:59:34.6657422Z reading sources... [ 34%] api/generated/helion.language.store 2026-02-25T23:59:34.6789088Z reading sources... [ 35%] api/generated/helion.language.subscript 2026-02-25T23:59:34.7022022Z reading sources... [ 35%] api/generated/helion.language.tile 2026-02-25T23:59:34.7194227Z reading sources... [ 36%] api/generated/helion.language.tile_begin 2026-02-25T23:59:34.7295918Z reading sources... [ 37%] api/generated/helion.language.tile_block_size 2026-02-25T23:59:34.7391032Z reading sources... [ 38%] api/generated/helion.language.tile_end 2026-02-25T23:59:34.7491560Z reading sources... [ 39%] api/generated/helion.language.tile_id 2026-02-25T23:59:34.7585427Z reading sources... [ 40%] api/generated/helion.language.tile_index 2026-02-25T23:59:34.7764974Z reading sources... [ 41%] api/generated/helion.language.wait 2026-02-25T23:59:34.7905692Z reading sources... [ 42%] api/generated/helion.language.zeros 2026-02-25T23:59:34.9633668Z reading sources... [ 42%] api/index 2026-02-25T23:59:35.5698534Z reading sources... [ 43%] api/kernel 2026-02-25T23:59:36.1809944Z reading sources... [ 44%] api/language 2026-02-25T23:59:36.3742190Z reading sources... [ 45%] api/runtime 2026-02-25T23:59:36.8472148Z reading sources... [ 46%] api/settings 2026-02-25T23:59:36.8836011Z reading sources... [ 47%] deployment_autotuning 2026-02-25T23:59:36.9357125Z reading sources... [ 48%] events 2026-02-25T23:59:36.9472746Z reading sources... [ 49%] examples/add 2026-02-25T23:59:36.9581829Z reading sources... [ 50%] examples/aot_example 2026-02-25T23:59:36.9699243Z reading sources... [ 50%] examples/attention 2026-02-25T23:59:36.9791668Z reading sources... [ 51%] examples/batch_softmax 2026-02-25T23:59:36.9867051Z reading sources... [ 52%] examples/bf16xint16_gemm 2026-02-25T23:59:36.9979135Z reading sources... [ 53%] examples/blackwell_attention 2026-02-25T23:59:37.0067192Z reading sources... [ 54%] examples/bmm 2026-02-25T23:59:37.0173556Z reading sources... [ 55%] examples/broadcast_matmul 2026-02-25T23:59:37.0264228Z reading sources... [ 56%] examples/concatenate 2026-02-25T23:59:37.0357400Z reading sources... [ 57%] examples/cross_entropy 2026-02-25T23:59:37.0458069Z reading sources... [ 58%] examples/distributed/all_gather_matmul 2026-02-25T23:59:37.0564130Z reading sources... [ 58%] examples/distributed/all_reduce 2026-02-25T23:59:37.0641662Z reading sources... [ 59%] examples/distributed/allreduce_bias_rmsnorm 2026-02-25T23:59:37.0723650Z reading sources... [ 60%] examples/distributed/index 2026-02-25T23:59:37.0792351Z reading sources... [ 61%] examples/distributed/matmul_reduce_scatter 2026-02-25T23:59:37.0885935Z reading sources... [ 62%] examples/embedding 2026-02-25T23:59:37.0993823Z reading sources... [ 63%] examples/exp 2026-02-25T23:59:37.1116029Z reading sources... [ 64%] examples/flex_attention 2026-02-25T23:59:37.1211617Z reading sources... [ 65%] examples/fp8_attention 2026-02-25T23:59:37.1304449Z reading sources... [ 65%] examples/fp8_gemm 2026-02-25T23:59:37.1440390Z reading sources... [ 66%] examples/fused_linear_jsd 2026-02-25T23:59:37.1545531Z reading sources... [ 67%] examples/gather_gemv 2026-02-25T23:59:37.1649176Z reading sources... [ 68%] examples/gdn_fwd_h 2026-02-25T23:59:37.1774091Z reading sources... [ 69%] examples/geglu 2026-02-25T23:59:37.1929728Z reading sources... [ 70%] examples/grouped_gemm 2026-02-25T23:59:37.2062066Z reading sources... [ 71%] examples/grpo_loss 2026-02-25T23:59:37.5876379Z reading sources... [ 72%] examples/index 2026-02-25T23:59:37.5987436Z reading sources... [ 73%] examples/int4_gemm 2026-02-25T23:59:37.6090367Z reading sources... [ 73%] examples/jagged_dense_add 2026-02-25T23:59:37.6197807Z reading sources... [ 74%] examples/jagged_dense_bmm 2026-02-25T23:59:37.6304858Z reading sources... [ 75%] examples/jagged_hstu_attn 2026-02-25T23:59:37.6422308Z reading sources... [ 76%] examples/jagged_layer_norm 2026-02-25T23:59:37.6520930Z reading sources... [ 77%] examples/jagged_mean 2026-02-25T23:59:37.6626556Z reading sources... [ 78%] examples/jagged_softmax 2026-02-25T23:59:37.6728608Z reading sources... [ 79%] examples/jagged_sum 2026-02-25T23:59:37.6856087Z reading sources... [ 80%] examples/jsd 2026-02-25T23:59:37.6976892Z reading sources... [ 81%] examples/kl_div 2026-02-25T23:59:37.7068097Z reading sources... [ 81%] examples/layer_norm 2026-02-25T23:59:37.7175772Z reading sources... [ 82%] examples/long_sum 2026-02-25T23:59:37.7286938Z reading sources... [ 83%] examples/low_mem_dropout 2026-02-25T23:59:37.7394536Z reading sources... [ 84%] examples/mamba2_chunk_scan 2026-02-25T23:59:37.7514364Z reading sources... [ 85%] examples/mamba2_chunk_state 2026-02-25T23:59:37.7597606Z reading sources... [ 86%] examples/matmul 2026-02-25T23:59:37.7703829Z reading sources... [ 87%] examples/matmul_layernorm 2026-02-25T23:59:37.7786442Z reading sources... [ 88%] examples/matmul_split_k 2026-02-25T23:59:37.7872405Z reading sources... [ 88%] examples/moe_matmul_ogs 2026-02-25T23:59:37.7963780Z reading sources... [ 89%] examples/nvfp4_gemm 2026-02-25T23:59:37.8070572Z reading sources... [ 90%] examples/rms_norm 2026-02-25T23:59:37.8179929Z reading sources... [ 91%] examples/segment_reduction 2026-02-25T23:59:37.8256780Z reading sources... [ 92%] examples/softmax 2026-02-25T23:59:37.8326384Z reading sources... [ 93%] examples/split_k_barrier 2026-02-25T23:59:37.8436799Z reading sources... [ 94%] examples/squeeze_and_excitation_net 2026-02-25T23:59:37.8536523Z reading sources... [ 95%] examples/sum 2026-02-25T23:59:37.8672350Z reading sources... [ 96%] examples/swiglu 2026-02-25T23:59:37.8772551Z reading sources... [ 96%] examples/welford 2026-02-25T23:59:37.9000813Z reading sources... [ 97%] helion_puzzles 2026-02-25T23:59:37.9335420Z reading sources... [ 98%] index 2026-02-25T23:59:37.9498742Z reading sources... [ 99%] installation 2026-02-25T23:59:37.9814457Z reading sources... [100%] tileir_backend 2026-02-25T23:59:37.9949745Z getting Git timestamps for source files... [ 20%] api 2026-02-25T23:59:37.9970803Z getting Git timestamps for source files... [ 40%] api/generated 2026-02-25T23:59:38.0023715Z getting Git timestamps for source files... [ 60%] . 2026-02-25T23:59:38.0045486Z getting Git timestamps for source files... [ 80%] examples 2026-02-25T23:59:38.0066242Z getting Git timestamps for source files... [100%] examples/distributed 2026-02-25T23:59:38.0259535Z getting Git timestamps for dependencies... [ 10%] /home/runner/work/helion/helion/helion/autotuner 2026-02-25T23:59:38.0319848Z getting Git timestamps for dependencies... [ 20%] /home/runner/work/helion/helion/helion/runtime 2026-02-25T23:59:38.0344517Z getting Git timestamps for dependencies... [ 30%] /usr/lib/python3.12 2026-02-25T23:59:38.0369062Z getting Git timestamps for dependencies... [ 40%] /home/runner/work/helion/helion/.venv/lib/python3.12/site-packages/torch/_inductor/runtime 2026-02-25T23:59:38.0391517Z getting Git timestamps for dependencies... [ 50%] /home/runner/work/helion/helion/.venv/lib/python3.12/site-packages/sklearn/ensemble 2026-02-25T23:59:38.0445982Z getting Git timestamps for dependencies... [ 60%] /home/runner/work/helion/helion/helion 2026-02-25T23:59:38.0500486Z getting Git timestamps for dependencies... [ 70%] /home/runner/work/helion/helion/helion/language 2026-02-25T23:59:38.0521784Z getting Git timestamps for dependencies... [ 80%] examples 2026-02-25T23:59:38.0543133Z getting Git timestamps for dependencies... [ 90%] examples/distributed 2026-02-25T23:59:38.0563689Z getting Git timestamps for dependencies... [100%] examples/distributed/images/thumb 2026-02-25T23:59:38.0592378Z /home/runner/work/helion/helion/helion/runtime/config.py:docstring of helion.runtime.config.Config.__init__:43: ERROR: Unexpected indentation. 2026-02-25T23:59:38.0594643Z /home/runner/work/helion/helion/helion/runtime/config.py:docstring of helion.runtime.config.Config.__init__:44: WARNING: Block quote ends without a blank line; unexpected unindent. 2026-02-25T23:59:38.0596810Z /home/runner/work/helion/helion/helion/runtime/config.py:docstring of helion.runtime.config.Config.__init__:47: WARNING: Bullet list ends without a blank line; unexpected unindent. 2026-02-25T23:59:38.0599033Z /home/runner/work/helion/helion/helion/autotuner/surrogate_pattern_search.py:docstring of helion.autotuner.surrogate_pattern_search.LFBOTreeSearch:17: ERROR: Unexpected indentation. 2026-02-25T23:59:38.0601531Z /home/runner/work/helion/helion/helion/autotuner/surrogate_pattern_search.py:docstring of helion.autotuner.surrogate_pattern_search.LFBOTreeSearch:26: WARNING: Block quote ends without a blank line; unexpected unindent. 2026-02-25T23:59:38.0604080Z /home/runner/work/helion/helion/helion/runtime/config.py:docstring of helion.runtime.config.Config.__init__:43: ERROR: Unexpected indentation. 2026-02-25T23:59:38.0606432Z /home/runner/work/helion/helion/helion/runtime/config.py:docstring of helion.runtime.config.Config.__init__:44: WARNING: Block quote ends without a blank line; unexpected unindent. 2026-02-25T23:59:38.0608616Z /home/runner/work/helion/helion/helion/runtime/config.py:docstring of helion.runtime.config.Config.__init__:47: WARNING: Bullet list ends without a blank line; unexpected unindent. 2026-02-25T23:59:38.0611061Z /home/runner/work/helion/helion/helion/runtime/config.py:docstring of helion.Config.block_sizes:1: WARNING: duplicate object description of helion.Config.block_sizes, other instance in api/config, use :no-index: for one of them 2026-02-25T23:59:38.0614085Z /home/runner/work/helion/helion/helion/runtime/config.py:docstring of helion.Config.reduction_loops:1: WARNING: duplicate object description of helion.Config.reduction_loops, other instance in api/config, use :no-index: for one of them 2026-02-25T23:59:38.0617195Z /home/runner/work/helion/helion/helion/runtime/config.py:docstring of helion.Config.num_warps:1: WARNING: duplicate object description of helion.Config.num_warps, other instance in api/config, use :no-index: for one of them 2026-02-25T23:59:38.0619908Z /home/runner/work/helion/helion/helion/runtime/config.py:docstring of helion.Config.num_stages:1: WARNING: duplicate object description of helion.Config.num_stages, other instance in api/config, use :no-index: for one of them 2026-02-25T23:59:38.0622746Z /home/runner/work/helion/helion/helion/runtime/config.py:docstring of helion.Config.loop_orders:1: WARNING: duplicate object description of helion.Config.loop_orders, other instance in api/config, use :no-index: for one of them 2026-02-25T23:59:38.0625743Z /home/runner/work/helion/helion/helion/runtime/config.py:docstring of helion.Config.flatten_loops:1: WARNING: duplicate object description of helion.Config.flatten_loops, other instance in api/config, use :no-index: for one of them 2026-02-25T23:59:38.0628691Z /home/runner/work/helion/helion/helion/runtime/config.py:docstring of helion.Config.range_unroll_factors:1: WARNING: duplicate object description of helion.Config.range_unroll_factors, other instance in api/config, use :no-index: for one of them 2026-02-25T23:59:38.0631731Z /home/runner/work/helion/helion/helion/runtime/config.py:docstring of helion.Config.range_warp_specializes:1: WARNING: duplicate object description of helion.Config.range_warp_specializes, other instance in api/config, use :no-index: for one of them 2026-02-25T23:59:38.0634845Z /home/runner/work/helion/helion/helion/runtime/config.py:docstring of helion.Config.range_num_stages:1: WARNING: duplicate object description of helion.Config.range_num_stages, other instance in api/config, use :no-index: for one of them 2026-02-25T23:59:38.0637768Z /home/runner/work/helion/helion/helion/runtime/config.py:docstring of helion.Config.range_multi_buffers:1: WARNING: duplicate object description of helion.Config.range_multi_buffers, other instance in api/config, use :no-index: for one of them 2026-02-25T23:59:38.0640757Z /home/runner/work/helion/helion/helion/runtime/config.py:docstring of helion.Config.range_flattens:1: WARNING: duplicate object description of helion.Config.range_flattens, other instance in api/config, use :no-index: for one of them 2026-02-25T23:59:38.0643887Z /home/runner/work/helion/helion/helion/runtime/config.py:docstring of helion.Config.static_ranges:1: WARNING: duplicate object description of helion.Config.static_ranges, other instance in api/config, use :no-index: for one of them 2026-02-25T23:59:38.0646671Z /home/runner/work/helion/helion/helion/runtime/config.py:docstring of helion.Config.pid_type:1: WARNING: duplicate object description of helion.Config.pid_type, other instance in api/config, use :no-index: for one of them 2026-02-25T23:59:38.0649371Z /home/runner/work/helion/helion/helion/runtime/config.py:docstring of helion.Config.l2_groupings:1: WARNING: duplicate object description of helion.Config.l2_groupings, other instance in api/config, use :no-index: for one of them 2026-02-25T23:59:38.0651958Z /home/runner/work/helion/helion/helion/runtime/config.py:docstring of helion.Config.indexing:1: WARNING: duplicate object description of helion.Config.indexing, other instance in api/config, use :no-index: for one of them 2026-02-25T23:59:38.0655224Z /home/runner/work/helion/helion/helion/runtime/config.py:docstring of helion.Config.load_eviction_policies:1: WARNING: duplicate object description of helion.Config.load_eviction_policies, other instance in api/config, use :no-index: for one of them 2026-02-25T23:59:38.0658038Z /home/runner/work/helion/helion/helion/runtime/config.py:docstring of helion.runtime.config.Config:1: WARNING: duplicate object description of helion.Config, other instance in api/config, use :no-index: for one of them 2026-02-25T23:59:38.0660762Z /home/runner/work/helion/helion/helion/runtime/config.py:docstring of helion.runtime.config.Config.__init__:1: WARNING: duplicate object description of helion.Config.__init__, other instance in api/config, use :no-index: for one of them 2026-02-25T23:59:38.0663484Z /home/runner/work/helion/helion/helion/runtime/config.py:docstring of helion.runtime.config.Config.__init__:43: ERROR: Unexpected indentation. 2026-02-25T23:59:38.0665388Z /home/runner/work/helion/helion/helion/runtime/config.py:docstring of helion.runtime.config.Config.__init__:44: WARNING: Block quote ends without a blank line; unexpected unindent. 2026-02-25T23:59:38.0667471Z /home/runner/work/helion/helion/helion/runtime/config.py:docstring of helion.runtime.config.Config.__init__:47: WARNING: Bullet list ends without a blank line; unexpected unindent. 2026-02-25T23:59:38.0669999Z /home/runner/work/helion/helion/helion/runtime/config.py:docstring of helion.runtime.config.Config.__init__:1: WARNING: duplicate object description of helion.Config.__init__, other instance in api/generated/helion.Config, use :no-index: for one of them 2026-02-25T23:59:38.0672299Z /home/runner/work/helion/helion/helion/runtime/config.py:docstring of helion.runtime.config.Config.__init__:43: ERROR: Unexpected indentation. 2026-02-25T23:59:38.0674279Z /home/runner/work/helion/helion/helion/runtime/config.py:docstring of helion.runtime.config.Config.__init__:44: WARNING: Block quote ends without a blank line; unexpected unindent. 2026-02-25T23:59:38.0676277Z /home/runner/work/helion/helion/helion/runtime/config.py:docstring of helion.runtime.config.Config.__init__:47: WARNING: Bullet list ends without a blank line; unexpected unindent. 2026-02-25T23:59:38.0678524Z /home/runner/work/helion/helion/helion/runtime/config.py:docstring of helion.Config.config:1: WARNING: duplicate object description of helion.Config.config, other instance in api/config, use :no-index: for one of them 2026-02-25T23:59:38.0681097Z /home/runner/work/helion/helion/helion/runtime/config.py:docstring of helion.runtime.config.Config.to_json:1: WARNING: duplicate object description of helion.Config.to_json, other instance in api/config, use :no-index: for one of them 2026-02-25T23:59:38.0684132Z /home/runner/work/helion/helion/helion/runtime/config.py:docstring of helion.runtime.config.Config.from_dict:1: WARNING: duplicate object description of helion.Config.from_dict, other instance in api/config, use :no-index: for one of them 2026-02-25T23:59:38.0686865Z /home/runner/work/helion/helion/helion/runtime/config.py:docstring of helion.runtime.config.Config.from_json:1: WARNING: duplicate object description of helion.Config.from_json, other instance in api/config, use :no-index: for one of them 2026-02-25T23:59:38.0689681Z /home/runner/work/helion/helion/helion/runtime/config.py:docstring of helion.runtime.config.Config.minimize:1: WARNING: duplicate object description of helion.Config.minimize, other instance in api/config, use :no-index: for one of them 2026-02-25T23:59:38.0692433Z /home/runner/work/helion/helion/helion/runtime/config.py:docstring of helion.runtime.config.Config.save:1: WARNING: duplicate object description of helion.Config.save, other instance in api/config, use :no-index: for one of them 2026-02-25T23:59:38.0695491Z /home/runner/work/helion/helion/helion/runtime/config.py:docstring of helion.runtime.config.Config.load:1: WARNING: duplicate object description of helion.Config.load, other instance in api/config, use :no-index: for one of them 2026-02-25T23:59:38.0698094Z /home/runner/work/helion/helion/helion/runtime/config.py:docstring of helion.Config.block_sizes:1: WARNING: duplicate object description of helion.Config.block_sizes, other instance in api/config, use :no-index: for one of them 2026-02-25T23:59:38.0700700Z /home/runner/work/helion/helion/helion/runtime/config.py:docstring of helion.Config.loop_orders:1: WARNING: duplicate object description of helion.Config.loop_orders, other instance in api/config, use :no-index: for one of them 2026-02-25T23:59:38.0703648Z /home/runner/work/helion/helion/helion/runtime/config.py:docstring of helion.Config.elements_per_thread:1: WARNING: duplicate object description of helion.Config.elements_per_thread, other instance in api/config, use :no-index: for one of them 2026-02-25T23:59:38.0706575Z /home/runner/work/helion/helion/helion/runtime/config.py:docstring of helion.Config.flatten_loops:1: WARNING: duplicate object description of helion.Config.flatten_loops, other instance in api/config, use :no-index: for one of them 2026-02-25T23:59:38.0709278Z /home/runner/work/helion/helion/helion/runtime/config.py:docstring of helion.Config.reduction_loops:1: WARNING: duplicate object description of helion.Config.reduction_loops, other instance in api/config, use :no-index: for one of them 2026-02-25T23:59:38.0711905Z /home/runner/work/helion/helion/helion/runtime/config.py:docstring of helion.Config.num_warps:1: WARNING: duplicate object description of helion.Config.num_warps, other instance in api/config, use :no-index: for one of them 2026-02-25T23:59:38.0714647Z /home/runner/work/helion/helion/helion/runtime/config.py:docstring of helion.Config.num_stages:1: WARNING: duplicate object description of helion.Config.num_stages, other instance in api/config, use :no-index: for one of them 2026-02-25T23:59:38.0717271Z /home/runner/work/helion/helion/helion/runtime/config.py:docstring of helion.Config.l2_groupings:1: WARNING: duplicate object description of helion.Config.l2_groupings, other instance in api/config, use :no-index: for one of them 2026-02-25T23:59:38.0719858Z /home/runner/work/helion/helion/helion/runtime/config.py:docstring of helion.Config.pid_type:1: WARNING: duplicate object description of helion.Config.pid_type, other instance in api/config, use :no-index: for one of them 2026-02-25T23:59:38.0722569Z /home/runner/work/helion/helion/helion/runtime/config.py:docstring of helion.Config.num_sm_multiplier:1: WARNING: duplicate object description of helion.Config.num_sm_multiplier, other instance in api/config, use :no-index: for one of them 2026-02-25T23:59:38.0725406Z /home/runner/work/helion/helion/helion/runtime/config.py:docstring of helion.Config.maxnreg:1: WARNING: duplicate object description of helion.Config.maxnreg, other instance in api/config, use :no-index: for one of them 2026-02-25T23:59:38.0728135Z /home/runner/work/helion/helion/helion/runtime/config.py:docstring of helion.Config.range_unroll_factors:1: WARNING: duplicate object description of helion.Config.range_unroll_factors, other instance in api/config, use :no-index: for one of them 2026-02-25T23:59:38.0731029Z /home/runner/work/helion/helion/helion/runtime/config.py:docstring of helion.Config.range_warp_specializes:1: WARNING: duplicate object description of helion.Config.range_warp_specializes, other instance in api/config, use :no-index: for one of them 2026-02-25T23:59:38.0734034Z /home/runner/work/helion/helion/helion/runtime/config.py:docstring of helion.Config.range_num_stages:1: WARNING: duplicate object description of helion.Config.range_num_stages, other instance in api/config, use :no-index: for one of them 2026-02-25T23:59:38.0736977Z /home/runner/work/helion/helion/helion/runtime/config.py:docstring of helion.Config.range_multi_buffers:1: WARNING: duplicate object description of helion.Config.range_multi_buffers, other instance in api/config, use :no-index: for one of them 2026-02-25T23:59:38.0739734Z /home/runner/work/helion/helion/helion/runtime/config.py:docstring of helion.Config.range_flattens:1: WARNING: duplicate object description of helion.Config.range_flattens, other instance in api/config, use :no-index: for one of them 2026-02-25T23:59:38.0742283Z /home/runner/work/helion/helion/helion/runtime/config.py:docstring of helion.Config.static_ranges:1: WARNING: duplicate object description of helion.Config.static_ranges, other instance in api/config, use :no-index: for one of them 2026-02-25T23:59:38.0745104Z /home/runner/work/helion/helion/helion/runtime/config.py:docstring of helion.Config.load_eviction_policies:1: WARNING: duplicate object description of helion.Config.load_eviction_policies, other instance in api/config, use :no-index: for one of them 2026-02-25T23:59:38.0748059Z /home/runner/work/helion/helion/helion/runtime/config.py:docstring of helion.Config.indexing:1: WARNING: duplicate object description of helion.Config.indexing, other instance in api/config, use :no-index: for one of them 2026-02-25T23:59:38.0750484Z /home/runner/work/helion/helion/helion/runtime/settings.py:docstring of helion.runtime.settings.Settings.__init__:1::1: WARNING: Inline emphasis start-string without end-string. 2026-02-25T23:59:38.0753300Z /home/runner/work/helion/helion/helion/runtime/settings.py:docstring of helion.runtime.settings.Settings.__init__:1: WARNING: duplicate object description of helion.Settings.__init__, other instance in api/generated/helion.Settings, use :no-index: for one of them 2026-02-25T23:59:38.0755498Z docstring of helion.Settings.autotune_benchmark_fn:1: WARNING: Inline emphasis start-string without end-string. 2026-02-25T23:59:38.0757762Z /home/runner/work/helion/helion/helion/language/tile_proxy.py:docstring of helion.language.tile_proxy.Tile.__init__:1: WARNING: duplicate object description of helion.language.Tile.__init__, other instance in api/generated/helion.language.Tile, use :no-index: for one of them 2026-02-25T23:59:38.0760263Z /home/runner/work/helion/helion/helion/language/atomic_ops.py:docstring of helion.language.atomic_ops.atomic_add:24: ERROR: Unexpected indentation. 2026-02-25T23:59:38.0762289Z /home/runner/work/helion/helion/helion/language/atomic_ops.py:docstring of helion.language.atomic_ops.atomic_add:26: WARNING: Definition list ends without a blank line; unexpected unindent. 2026-02-25T23:59:38.0765086Z /home/runner/work/helion/helion/helion/language/loops.py:docstring of helion.language.loops.tile:1: WARNING: duplicate object description of helion.language.tile, other instance in api/generated/helion.language.tile, use :no-index: for one of them 2026-02-25T23:59:38.0767981Z /home/runner/work/helion/helion/helion/language/loops.py:docstring of helion.language.loops.grid:1: WARNING: duplicate object description of helion.language.grid, other instance in api/generated/helion.language.grid, use :no-index: for one of them 2026-02-25T23:59:38.0771091Z /home/runner/work/helion/helion/helion/language/loops.py:docstring of helion.language.loops.static_range:1: WARNING: duplicate object description of helion.language.static_range, other instance in api/generated/helion.language.static_range, use :no-index: for one of them 2026-02-25T23:59:38.0774364Z /home/runner/work/helion/helion/helion/language/memory_ops.py:docstring of helion.language.memory_ops.load:1: WARNING: duplicate object description of helion.language.load, other instance in api/generated/helion.language.load, use :no-index: for one of them 2026-02-25T23:59:38.0777392Z /home/runner/work/helion/helion/helion/language/memory_ops.py:docstring of helion.language.memory_ops.store:1: WARNING: duplicate object description of helion.language.store, other instance in api/generated/helion.language.store, use :no-index: for one of them 2026-02-25T23:59:38.0780778Z /home/runner/work/helion/helion/helion/language/atomic_ops.py:docstring of helion.language.atomic_ops.atomic_add:1: WARNING: duplicate object description of helion.language.atomic_add, other instance in api/generated/helion.language.atomic_add, use :no-index: for one of them 2026-02-25T23:59:38.0783425Z /home/runner/work/helion/helion/helion/language/atomic_ops.py:docstring of helion.language.atomic_ops.atomic_add:24: ERROR: Unexpected indentation. 2026-02-25T23:59:38.0785410Z /home/runner/work/helion/helion/helion/language/atomic_ops.py:docstring of helion.language.atomic_ops.atomic_add:26: WARNING: Definition list ends without a blank line; unexpected unindent. 2026-02-25T23:59:38.0788096Z /home/runner/work/helion/helion/helion/language/atomic_ops.py:docstring of helion.language.atomic_ops.atomic_and:1: WARNING: duplicate object description of helion.language.atomic_and, other instance in api/generated/helion.language.atomic_and, use :no-index: for one of them 2026-02-25T23:59:38.0791293Z /home/runner/work/helion/helion/helion/language/atomic_ops.py:docstring of helion.language.atomic_ops.atomic_or:1: WARNING: duplicate object description of helion.language.atomic_or, other instance in api/generated/helion.language.atomic_or, use :no-index: for one of them 2026-02-25T23:59:38.0794353Z /home/runner/work/helion/helion/helion/language/atomic_ops.py:docstring of helion.language.atomic_ops.atomic_xor:1: WARNING: duplicate object description of helion.language.atomic_xor, other instance in api/generated/helion.language.atomic_xor, use :no-index: for one of them 2026-02-25T23:59:38.0796216Z /home/runner/work/helion/helion/helion/language/atomic_ops.py:docstring of helion.language.atomic_ops.atomic_xchg:1: WARNING: duplicate object description of helion.language.atomic_xchg, other instance in api/generated/helion.language.atomic_xchg, use :no-index: for one of them 2026-02-25T23:59:38.0798078Z /home/runner/work/helion/helion/helion/language/atomic_ops.py:docstring of helion.language.atomic_ops.atomic_max:1: WARNING: duplicate object description of helion.language.atomic_max, other instance in api/generated/helion.language.atomic_max, use :no-index: for one of them 2026-02-25T23:59:38.0799927Z /home/runner/work/helion/helion/helion/language/atomic_ops.py:docstring of helion.language.atomic_ops.atomic_min:1: WARNING: duplicate object description of helion.language.atomic_min, other instance in api/generated/helion.language.atomic_min, use :no-index: for one of them 2026-02-25T23:59:38.0801769Z /home/runner/work/helion/helion/helion/language/atomic_ops.py:docstring of helion.language.atomic_ops.atomic_cas:1: WARNING: duplicate object description of helion.language.atomic_cas, other instance in api/generated/helion.language.atomic_cas, use :no-index: for one of them 2026-02-25T23:59:38.0803993Z /home/runner/work/helion/helion/helion/language/inline_asm_ops.py:docstring of helion.language.inline_asm_ops.inline_asm_elementwise:1: WARNING: duplicate object description of helion.language.inline_asm_elementwise, other instance in api/generated/helion.language.inline_asm_elementwise, use :no-index: for one of them 2026-02-25T23:59:38.0806095Z /home/runner/work/helion/helion/helion/language/inline_triton_ops.py:docstring of helion.language.inline_triton_ops.inline_triton:1: WARNING: duplicate object description of helion.language.inline_triton, other instance in api/generated/helion.language.inline_triton, use :no-index: for one of them 2026-02-25T23:59:38.0807990Z /home/runner/work/helion/helion/helion/language/creation_ops.py:docstring of helion.language.creation_ops.zeros:1: WARNING: duplicate object description of helion.language.zeros, other instance in api/generated/helion.language.zeros, use :no-index: for one of them 2026-02-25T23:59:38.0809748Z /home/runner/work/helion/helion/helion/language/creation_ops.py:docstring of helion.language.creation_ops.full:1: WARNING: duplicate object description of helion.language.full, other instance in api/generated/helion.language.full, use :no-index: for one of them 2026-02-25T23:59:38.0811802Z /home/runner/work/helion/helion/helion/language/tunable_ops.py:docstring of helion.language.tunable_ops.register_block_size:1: WARNING: duplicate object description of helion.language.register_block_size, other instance in api/generated/helion.language.register_block_size, use :no-index: for one of them 2026-02-25T23:59:38.0814113Z /home/runner/work/helion/helion/helion/language/tunable_ops.py:docstring of helion.language.tunable_ops.register_tunable:1: WARNING: duplicate object description of helion.language.register_tunable, other instance in api/generated/helion.language.register_tunable, use :no-index: for one of them 2026-02-25T23:59:38.0815985Z /home/runner/work/helion/helion/helion/language/tile_proxy.py:docstring of helion.language.tile_proxy.Tile:1: WARNING: duplicate object description of helion.language.Tile, other instance in api/generated/helion.language.Tile, use :no-index: for one of them 2026-02-25T23:59:38.0817736Z /home/runner/work/helion/helion/helion/language/tile_proxy.py:docstring of helion.language.tile_proxy.Tile:1: WARNING: duplicate object description of helion.language.tile_proxy.Tile, other instance in api/generated/helion.language.Tile, use :no-index: for one of them 2026-02-25T23:59:38.0819696Z /home/runner/work/helion/helion/helion/language/tile_proxy.py:docstring of helion.language.tile_proxy.Tile.__init__:1: WARNING: duplicate object description of helion.language.Tile.__init__, other instance in api/generated/helion.language.Tile, use :no-index: for one of them 2026-02-25T23:59:38.0821549Z /home/runner/work/helion/helion/helion/language/view_ops.py:docstring of helion.language.view_ops.subscript:1: WARNING: duplicate object description of helion.language.subscript, other instance in api/generated/helion.language.subscript, use :no-index: for one of them 2026-02-25T23:59:38.0823410Z /home/runner/work/helion/helion/helion/language/view_ops.py:docstring of helion.language.view_ops.split:1: WARNING: duplicate object description of helion.language.split, other instance in api/generated/helion.language.split, use :no-index: for one of them 2026-02-25T23:59:38.0825108Z /home/runner/work/helion/helion/helion/language/view_ops.py:docstring of helion.language.view_ops.join:1: WARNING: duplicate object description of helion.language.join, other instance in api/generated/helion.language.join, use :no-index: for one of them 2026-02-25T23:59:38.0826907Z /home/runner/work/helion/helion/helion/language/stack_tensor.py:docstring of helion.language.stack_tensor.StackTensor:1: WARNING: duplicate object description of helion.language.StackTensor, other instance in api/generated/helion.language.StackTensor, use :no-index: for one of them 2026-02-25T23:59:38.0828880Z /home/runner/work/helion/helion/helion/language/stack_tensor.py:docstring of helion.language.stack_tensor.StackTensor:1: WARNING: duplicate object description of helion.language.stack_tensor.StackTensor, other instance in api/generated/helion.language.StackTensor, use :no-index: for one of them 2026-02-25T23:59:38.0830892Z /home/runner/work/helion/helion/helion/language/stack_tensor.py:docstring of helion.language.StackTensor.tensor_like:1: WARNING: duplicate object description of helion.language.StackTensor.tensor_like, other instance in api/generated/helion.language.StackTensor, use :no-index: for one of them 2026-02-25T23:59:38.0832966Z /home/runner/work/helion/helion/helion/language/stack_tensor.py:docstring of helion.language.StackTensor.dev_ptrs:1: WARNING: duplicate object description of helion.language.StackTensor.dev_ptrs, other instance in api/generated/helion.language.StackTensor, use :no-index: for one of them 2026-02-25T23:59:38.0834905Z /home/runner/work/helion/helion/helion/language/stack_tensor.py:docstring of helion.language.StackTensor.dtype:1: WARNING: duplicate object description of helion.language.StackTensor.dtype, other instance in api/generated/helion.language.StackTensor, use :no-index: for one of them 2026-02-25T23:59:38.0837005Z /home/runner/work/helion/helion/helion/language/stack_tensor.py:docstring of helion.language.StackTensor.device:1: WARNING: duplicate object description of helion.language.StackTensor.device, other instance in api/generated/helion.language.StackTensor, use :no-index: for one of them 2026-02-25T23:59:38.0838970Z /home/runner/work/helion/helion/helion/language/stack_tensor.py:docstring of helion.language.StackTensor.shape:1: WARNING: duplicate object description of helion.language.StackTensor.shape, other instance in api/generated/helion.language.StackTensor, use :no-index: for one of them 2026-02-25T23:59:38.0841002Z /home/runner/work/helion/helion/helion/language/stack_tensor.py:docstring of helion.language.stack_tensor.StackTensor.new_empty:1: WARNING: duplicate object description of helion.language.StackTensor.new_empty, other instance in api/generated/helion.language.StackTensor, use :no-index: for one of them 2026-02-25T23:59:38.0843149Z /home/runner/work/helion/helion/helion/language/stack_tensor.py:docstring of helion.language.stack_tensor.stacktensor_like:1: WARNING: duplicate object description of helion.language.stacktensor_like, other instance in api/generated/helion.language.stacktensor_like, use :no-index: for one of them 2026-02-25T23:59:38.0845172Z /home/runner/work/helion/helion/helion/language/tile_ops.py:docstring of helion.language.tile_ops.tile_index:1: WARNING: duplicate object description of helion.language.tile_index, other instance in api/generated/helion.language.tile_index, use :no-index: for one of them 2026-02-25T23:59:38.0846982Z /home/runner/work/helion/helion/helion/language/tile_ops.py:docstring of helion.language.tile_ops.tile_begin:1: WARNING: duplicate object description of helion.language.tile_begin, other instance in api/generated/helion.language.tile_begin, use :no-index: for one of them 2026-02-25T23:59:38.0848759Z /home/runner/work/helion/helion/helion/language/tile_ops.py:docstring of helion.language.tile_ops.tile_end:1: WARNING: duplicate object description of helion.language.tile_end, other instance in api/generated/helion.language.tile_end, use :no-index: for one of them 2026-02-25T23:59:38.0850587Z /home/runner/work/helion/helion/helion/language/tile_ops.py:docstring of helion.language.tile_ops.tile_block_size:1: WARNING: duplicate object description of helion.language.tile_block_size, other instance in api/generated/helion.language.tile_block_size, use :no-index: for one of them 2026-02-25T23:59:38.0852398Z /home/runner/work/helion/helion/helion/language/tile_ops.py:docstring of helion.language.tile_ops.tile_id:1: WARNING: duplicate object description of helion.language.tile_id, other instance in api/generated/helion.language.tile_id, use :no-index: for one of them 2026-02-25T23:59:38.0854375Z /home/runner/work/helion/helion/helion/language/signal_wait.py:docstring of helion.language.signal_wait.signal:1: WARNING: duplicate object description of helion.language.signal, other instance in api/generated/helion.language.signal, use :no-index: for one of them 2026-02-25T23:59:38.0856139Z /home/runner/work/helion/helion/helion/language/signal_wait.py:docstring of helion.language.signal_wait.wait:1: WARNING: duplicate object description of helion.language.wait, other instance in api/generated/helion.language.wait, use :no-index: for one of them 2026-02-25T23:59:38.0857411Z WARNING: Cannot resolve forward reference in type annotations of "helion.runtime.triton_wait_signal": name 'T' is not defined 2026-02-25T23:59:38.0858635Z /home/runner/work/helion/helion/helion/runtime/settings.py:docstring of helion.runtime.settings.Settings:1: WARNING: duplicate object description of helion.Settings, other instance in api/generated/helion.Settings, use :no-index: for one of them 2026-02-25T23:59:38.0860537Z /home/runner/work/helion/helion/helion/runtime/settings.py:docstring of helion.runtime.settings.Settings:1: WARNING: duplicate object description of helion.runtime.settings.Settings, other instance in api/generated/helion.Settings, use :no-index: for one of them 2026-02-25T23:59:38.0862440Z /home/runner/work/helion/helion/helion/runtime/settings.py:docstring of helion.runtime.settings.Settings.__init__:1: WARNING: duplicate object description of helion.Settings.__init__, other instance in api/generated/helion.Settings, use :no-index: for one of them 2026-02-25T23:59:38.0864356Z /home/runner/work/helion/helion/helion/runtime/settings.py:docstring of helion.runtime.settings.Settings.to_dict:1: WARNING: duplicate object description of helion.Settings.to_dict, other instance in api/generated/helion.Settings, use :no-index: for one of them 2026-02-25T23:59:38.0866241Z /home/runner/work/helion/helion/helion/runtime/settings.py:docstring of helion.runtime.settings.Settings.check_autotuning_disabled:1: WARNING: duplicate object description of helion.Settings.check_autotuning_disabled, other instance in api/generated/helion.Settings, use :no-index: for one of them 2026-02-25T23:59:38.0868263Z /home/runner/work/helion/helion/helion/runtime/settings.py:docstring of helion.runtime.settings.Settings.get_rebenchmark_threshold:1: WARNING: duplicate object description of helion.Settings.get_rebenchmark_threshold, other instance in api/generated/helion.Settings, use :no-index: for one of them 2026-02-25T23:59:38.0870196Z /home/runner/work/helion/helion/helion/runtime/settings.py:docstring of helion.Settings.backend:1: WARNING: duplicate object description of helion.Settings.backend, other instance in api/generated/helion.Settings, use :no-index: for one of them 2026-02-25T23:59:38.0871882Z /home/runner/work/helion/helion/helion/runtime/settings.py:docstring of helion.Settings.ignore_warnings:1: WARNING: duplicate object description of helion.Settings.ignore_warnings, other instance in api/generated/helion.Settings, use :no-index: for one of them 2026-02-25T23:59:38.0873696Z /home/runner/work/helion/helion/helion/runtime/settings.py:docstring of helion.Settings.index_dtype:1: WARNING: duplicate object description of helion.Settings.index_dtype, other instance in api/generated/helion.Settings, use :no-index: for one of them 2026-02-25T23:59:38.0875425Z /home/runner/work/helion/helion/helion/runtime/settings.py:docstring of helion.Settings.dot_precision:1: WARNING: duplicate object description of helion.Settings.dot_precision, other instance in api/generated/helion.Settings, use :no-index: for one of them 2026-02-25T23:59:38.0877159Z /home/runner/work/helion/helion/helion/runtime/settings.py:docstring of helion.Settings.static_shapes:1: WARNING: duplicate object description of helion.Settings.static_shapes, other instance in api/generated/helion.Settings, use :no-index: for one of them 2026-02-25T23:59:38.0878960Z /home/runner/work/helion/helion/helion/runtime/settings.py:docstring of helion.Settings.persistent_reserved_sms:1: WARNING: duplicate object description of helion.Settings.persistent_reserved_sms, other instance in api/generated/helion.Settings, use :no-index: for one of them 2026-02-25T23:59:38.0880842Z /home/runner/work/helion/helion/helion/runtime/settings.py:docstring of helion.Settings.autotune_force_persistent:1: WARNING: duplicate object description of helion.Settings.autotune_force_persistent, other instance in api/generated/helion.Settings, use :no-index: for one of them 2026-02-25T23:59:38.0882683Z /home/runner/work/helion/helion/helion/runtime/settings.py:docstring of helion.Settings.autotune_log_level:1: WARNING: duplicate object description of helion.Settings.autotune_log_level, other instance in api/generated/helion.Settings, use :no-index: for one of them 2026-02-25T23:59:38.0884512Z /home/runner/work/helion/helion/helion/runtime/settings.py:docstring of helion.Settings.autotune_log:1: WARNING: duplicate object description of helion.Settings.autotune_log, other instance in api/generated/helion.Settings, use :no-index: for one of them 2026-02-25T23:59:38.0886294Z /home/runner/work/helion/helion/helion/runtime/settings.py:docstring of helion.Settings.autotune_compile_timeout:1: WARNING: duplicate object description of helion.Settings.autotune_compile_timeout, other instance in api/generated/helion.Settings, use :no-index: for one of them 2026-02-25T23:59:38.0888244Z /home/runner/work/helion/helion/helion/runtime/settings.py:docstring of helion.Settings.autotune_precompile:1: WARNING: duplicate object description of helion.Settings.autotune_precompile, other instance in api/generated/helion.Settings, use :no-index: for one of them 2026-02-25T23:59:38.0890088Z /home/runner/work/helion/helion/helion/runtime/settings.py:docstring of helion.Settings.autotune_precompile_jobs:1: WARNING: duplicate object description of helion.Settings.autotune_precompile_jobs, other instance in api/generated/helion.Settings, use :no-index: for one of them 2026-02-25T23:59:38.0891927Z /home/runner/work/helion/helion/helion/runtime/settings.py:docstring of helion.Settings.autotune_random_seed:1: WARNING: duplicate object description of helion.Settings.autotune_random_seed, other instance in api/generated/helion.Settings, use :no-index: for one of them 2026-02-25T23:59:38.0893994Z /home/runner/work/helion/helion/helion/runtime/settings.py:docstring of helion.Settings.autotune_accuracy_check:1: WARNING: duplicate object description of helion.Settings.autotune_accuracy_check, other instance in api/generated/helion.Settings, use :no-index: for one of them 2026-02-25T23:59:38.0896031Z /home/runner/work/helion/helion/helion/runtime/settings.py:docstring of helion.Settings.autotune_rebenchmark_threshold:1: WARNING: duplicate object description of helion.Settings.autotune_rebenchmark_threshold, other instance in api/generated/helion.Settings, use :no-index: for one of them 2026-02-25T23:59:38.0897920Z /home/runner/work/helion/helion/helion/runtime/settings.py:docstring of helion.Settings.autotune_progress_bar:1: WARNING: duplicate object description of helion.Settings.autotune_progress_bar, other instance in api/generated/helion.Settings, use :no-index: for one of them 2026-02-25T23:59:38.0899765Z /home/runner/work/helion/helion/helion/runtime/settings.py:docstring of helion.Settings.autotune_max_generations:1: WARNING: duplicate object description of helion.Settings.autotune_max_generations, other instance in api/generated/helion.Settings, use :no-index: for one of them 2026-02-25T23:59:38.0901633Z /home/runner/work/helion/helion/helion/runtime/settings.py:docstring of helion.Settings.autotune_ignore_errors:1: WARNING: duplicate object description of helion.Settings.autotune_ignore_errors, other instance in api/generated/helion.Settings, use :no-index: for one of them 2026-02-25T23:59:38.0903639Z /home/runner/work/helion/helion/helion/runtime/settings.py:docstring of helion.Settings.autotune_adaptive_timeout:1: WARNING: duplicate object description of helion.Settings.autotune_adaptive_timeout, other instance in api/generated/helion.Settings, use :no-index: for one of them 2026-02-25T23:59:38.0905466Z /home/runner/work/helion/helion/helion/runtime/settings.py:docstring of helion.Settings.print_output_code:1: WARNING: duplicate object description of helion.Settings.print_output_code, other instance in api/generated/helion.Settings, use :no-index: for one of them 2026-02-25T23:59:38.0907196Z /home/runner/work/helion/helion/helion/runtime/settings.py:docstring of helion.Settings.print_repro:1: WARNING: duplicate object description of helion.Settings.print_repro, other instance in api/generated/helion.Settings, use :no-index: for one of them 2026-02-25T23:59:38.0908941Z /home/runner/work/helion/helion/helion/runtime/settings.py:docstring of helion.Settings.output_origin_lines:1: WARNING: duplicate object description of helion.Settings.output_origin_lines, other instance in api/generated/helion.Settings, use :no-index: for one of them 2026-02-25T23:59:38.0910696Z /home/runner/work/helion/helion/helion/runtime/settings.py:docstring of helion.Settings.force_autotune:1: WARNING: duplicate object description of helion.Settings.force_autotune, other instance in api/generated/helion.Settings, use :no-index: for one of them 2026-02-25T23:59:38.0912505Z /home/runner/work/helion/helion/helion/runtime/settings.py:docstring of helion.Settings.autotune_config_overrides:1: WARNING: duplicate object description of helion.Settings.autotune_config_overrides, other instance in api/generated/helion.Settings, use :no-index: for one of them 2026-02-25T23:59:38.0914565Z /home/runner/work/helion/helion/helion/runtime/settings.py:docstring of helion.Settings.allow_warp_specialize:1: WARNING: duplicate object description of helion.Settings.allow_warp_specialize, other instance in api/generated/helion.Settings, use :no-index: for one of them 2026-02-25T23:59:38.0916384Z /home/runner/work/helion/helion/helion/runtime/settings.py:docstring of helion.Settings.debug_dtype_asserts:1: WARNING: duplicate object description of helion.Settings.debug_dtype_asserts, other instance in api/generated/helion.Settings, use :no-index: for one of them 2026-02-25T23:59:38.0918091Z /home/runner/work/helion/helion/helion/runtime/settings.py:docstring of helion.Settings.ref_mode:1: WARNING: duplicate object description of helion.Settings.ref_mode, other instance in api/generated/helion.Settings, use :no-index: for one of them 2026-02-25T23:59:38.0919763Z /home/runner/work/helion/helion/helion/runtime/settings.py:docstring of helion.Settings.autotuner_fn:1: WARNING: duplicate object description of helion.Settings.autotuner_fn, other instance in api/generated/helion.Settings, use :no-index: for one of them 2026-02-25T23:59:38.0921653Z /home/runner/work/helion/helion/helion/runtime/settings.py:docstring of helion.Settings.autotune_effort:1: WARNING: duplicate object description of helion.Settings.autotune_effort, other instance in api/generated/helion.Settings, use :no-index: for one of them 2026-02-25T23:59:38.0923532Z /home/runner/work/helion/helion/helion/runtime/settings.py:docstring of helion.Settings.autotune_baseline_fn:1: WARNING: duplicate object description of helion.Settings.autotune_baseline_fn, other instance in api/generated/helion.Settings, use :no-index: for one of them 2026-02-25T23:59:38.0925354Z /home/runner/work/helion/helion/helion/runtime/settings.py:docstring of helion.Settings.autotune_baseline_atol:1: WARNING: duplicate object description of helion.Settings.autotune_baseline_atol, other instance in api/generated/helion.Settings, use :no-index: for one of them 2026-02-25T23:59:38.0927280Z /home/runner/work/helion/helion/helion/runtime/settings.py:docstring of helion.Settings.autotune_baseline_rtol:1: WARNING: duplicate object description of helion.Settings.autotune_baseline_rtol, other instance in api/generated/helion.Settings, use :no-index: for one of them 2026-02-25T23:59:38.0929057Z /home/runner/work/helion/helion/helion/runtime/settings.py:docstring of helion.Settings.autotune_cache:1: WARNING: duplicate object description of helion.Settings.autotune_cache, other instance in api/generated/helion.Settings, use :no-index: for one of them 2026-02-25T23:59:38.0930826Z /home/runner/work/helion/helion/helion/runtime/settings.py:docstring of helion.Settings.autotune_benchmark_fn:1: WARNING: duplicate object description of helion.Settings.autotune_benchmark_fn, other instance in api/generated/helion.Settings, use :no-index: for one of them 2026-02-25T23:59:38.0932107Z docstring of helion.Settings.autotune_benchmark_fn:1: WARNING: Inline emphasis start-string without end-string. 2026-02-25T23:59:38.0933469Z /home/runner/work/helion/helion/helion/runtime/settings.py:docstring of helion.Settings.index_dtype:1: WARNING: duplicate object description of helion.Settings.index_dtype, other instance in api/settings, use :no-index: for one of them 2026-02-25T23:59:38.0935065Z /home/runner/work/helion/helion/helion/runtime/settings.py:docstring of helion.Settings.dot_precision:1: WARNING: duplicate object description of helion.Settings.dot_precision, other instance in api/settings, use :no-index: for one of them 2026-02-25T23:59:38.0936658Z /home/runner/work/helion/helion/helion/runtime/settings.py:docstring of helion.Settings.static_shapes:1: WARNING: duplicate object description of helion.Settings.static_shapes, other instance in api/settings, use :no-index: for one of them 2026-02-25T23:59:38.0938455Z /home/runner/work/helion/helion/helion/runtime/settings.py:docstring of helion.Settings.persistent_reserved_sms:1: WARNING: duplicate object description of helion.Settings.persistent_reserved_sms, other instance in api/settings, use :no-index: for one of them 2026-02-25T23:59:38.0940154Z /home/runner/work/helion/helion/helion/runtime/settings.py:docstring of helion.Settings.force_autotune:1: WARNING: duplicate object description of helion.Settings.force_autotune, other instance in api/settings, use :no-index: for one of them 2026-02-25T23:59:38.0941853Z /home/runner/work/helion/helion/helion/runtime/settings.py:docstring of helion.Settings.autotune_force_persistent:1: WARNING: duplicate object description of helion.Settings.autotune_force_persistent, other instance in api/settings, use :no-index: for one of them 2026-02-25T23:59:38.0943666Z /home/runner/work/helion/helion/helion/runtime/settings.py:docstring of helion.Settings.autotune_log_level:1: WARNING: duplicate object description of helion.Settings.autotune_log_level, other instance in api/settings, use :no-index: for one of them 2026-02-25T23:59:38.0945399Z /home/runner/work/helion/helion/helion/runtime/settings.py:docstring of helion.Settings.autotune_log:1: WARNING: duplicate object description of helion.Settings.autotune_log, other instance in api/settings, use :no-index: for one of them 2026-02-25T23:59:38.0947070Z /home/runner/work/helion/helion/helion/runtime/settings.py:docstring of helion.Settings.autotune_compile_timeout:1: WARNING: duplicate object description of helion.Settings.autotune_compile_timeout, other instance in api/settings, use :no-index: for one of them 2026-02-25T23:59:38.0948784Z /home/runner/work/helion/helion/helion/runtime/settings.py:docstring of helion.Settings.autotune_precompile:1: WARNING: duplicate object description of helion.Settings.autotune_precompile, other instance in api/settings, use :no-index: for one of them 2026-02-25T23:59:38.0950471Z /home/runner/work/helion/helion/helion/runtime/settings.py:docstring of helion.Settings.autotune_random_seed:1: WARNING: duplicate object description of helion.Settings.autotune_random_seed, other instance in api/settings, use :no-index: for one of them 2026-02-25T23:59:38.0952196Z /home/runner/work/helion/helion/helion/runtime/settings.py:docstring of helion.Settings.autotune_precompile_jobs:1: WARNING: duplicate object description of helion.Settings.autotune_precompile_jobs, other instance in api/settings, use :no-index: for one of them 2026-02-25T23:59:38.0954054Z /home/runner/work/helion/helion/helion/runtime/settings.py:docstring of helion.Settings.autotune_max_generations:1: WARNING: duplicate object description of helion.Settings.autotune_max_generations, other instance in api/settings, use :no-index: for one of them 2026-02-25T23:59:38.0955794Z /home/runner/work/helion/helion/helion/runtime/settings.py:docstring of helion.Settings.autotune_ignore_errors:1: WARNING: duplicate object description of helion.Settings.autotune_ignore_errors, other instance in api/settings, use :no-index: for one of them 2026-02-25T23:59:38.0957531Z /home/runner/work/helion/helion/helion/runtime/settings.py:docstring of helion.Settings.autotune_accuracy_check:1: WARNING: duplicate object description of helion.Settings.autotune_accuracy_check, other instance in api/settings, use :no-index: for one of them 2026-02-25T23:59:38.0959263Z /home/runner/work/helion/helion/helion/runtime/settings.py:docstring of helion.Settings.autotune_baseline_atol:1: WARNING: duplicate object description of helion.Settings.autotune_baseline_atol, other instance in api/settings, use :no-index: for one of them 2026-02-25T23:59:38.0960980Z /home/runner/work/helion/helion/helion/runtime/settings.py:docstring of helion.Settings.autotune_baseline_rtol:1: WARNING: duplicate object description of helion.Settings.autotune_baseline_rtol, other instance in api/settings, use :no-index: for one of them 2026-02-25T23:59:38.0962757Z /home/runner/work/helion/helion/helion/runtime/settings.py:docstring of helion.Settings.autotune_rebenchmark_threshold:1: WARNING: duplicate object description of helion.Settings.autotune_rebenchmark_threshold, other instance in api/settings, use :no-index: for one of them 2026-02-25T23:59:38.0964742Z /home/runner/work/helion/helion/helion/runtime/settings.py:docstring of helion.Settings.autotune_progress_bar:1: WARNING: duplicate object description of helion.Settings.autotune_progress_bar, other instance in api/settings, use :no-index: for one of them 2026-02-25T23:59:38.0966487Z /home/runner/work/helion/helion/helion/runtime/settings.py:docstring of helion.Settings.autotune_config_overrides:1: WARNING: duplicate object description of helion.Settings.autotune_config_overrides, other instance in api/settings, use :no-index: for one of them 2026-02-25T23:59:38.0968179Z /home/runner/work/helion/helion/helion/runtime/settings.py:docstring of helion.Settings.autotune_effort:1: WARNING: duplicate object description of helion.Settings.autotune_effort, other instance in api/settings, use :no-index: for one of them 2026-02-25T23:59:38.0969815Z /home/runner/work/helion/helion/helion/runtime/settings.py:docstring of helion.Settings.print_output_code:1: WARNING: duplicate object description of helion.Settings.print_output_code, other instance in api/settings, use :no-index: for one of them 2026-02-25T23:59:38.0971532Z /home/runner/work/helion/helion/helion/runtime/settings.py:docstring of helion.Settings.print_repro:1: WARNING: duplicate object description of helion.Settings.print_repro, other instance in api/settings, use :no-index: for one of them 2026-02-25T23:59:38.0973384Z /home/runner/work/helion/helion/helion/runtime/settings.py:docstring of helion.Settings.output_origin_lines:1: WARNING: duplicate object description of helion.Settings.output_origin_lines, other instance in api/settings, use :no-index: for one of them 2026-02-25T23:59:38.0975037Z /home/runner/work/helion/helion/helion/runtime/settings.py:docstring of helion.Settings.ignore_warnings:1: WARNING: duplicate object description of helion.Settings.ignore_warnings, other instance in api/settings, use :no-index: for one of them 2026-02-25T23:59:38.0976737Z /home/runner/work/helion/helion/helion/runtime/settings.py:docstring of helion.Settings.debug_dtype_asserts:1: WARNING: duplicate object description of helion.Settings.debug_dtype_asserts, other instance in api/settings, use :no-index: for one of them 2026-02-25T23:59:38.0978454Z /home/runner/work/helion/helion/helion/runtime/settings.py:docstring of helion.Settings.allow_warp_specialize:1: WARNING: duplicate object description of helion.Settings.allow_warp_specialize, other instance in api/settings, use :no-index: for one of them 2026-02-25T23:59:38.0980064Z /home/runner/work/helion/helion/helion/runtime/settings.py:docstring of helion.Settings.ref_mode:1: WARNING: duplicate object description of helion.Settings.ref_mode, other instance in api/settings, use :no-index: for one of them 2026-02-25T23:59:38.0981612Z /home/runner/work/helion/helion/helion/runtime/settings.py:docstring of helion.Settings.autotuner_fn:1: WARNING: duplicate object description of helion.Settings.autotuner_fn, other instance in api/settings, use :no-index: for one of them 2026-02-25T23:59:38.0983376Z /home/runner/work/helion/helion/helion/runtime/settings.py:docstring of helion.Settings.autotune_benchmark_fn:1: WARNING: duplicate object description of helion.Settings.autotune_benchmark_fn, other instance in api/settings, use :no-index: for one of them 2026-02-25T23:59:38.0984585Z docstring of helion.Settings.autotune_benchmark_fn:1: WARNING: Inline emphasis start-string without end-string. 2026-02-25T23:59:38.0985265Z /home/runner/work/helion/helion/docs/examples/aot_example.rst:52: ERROR: Unexpected indentation. 2026-02-25T23:59:38.0985950Z /home/runner/work/helion/helion/docs/examples/blackwell_attention.rst:22: WARNING: Title underline too short. 2026-02-25T23:59:38.0986361Z 2026-02-25T23:59:38.0986449Z BLackwell Attention Example 2026-02-25T23:59:38.0986662Z ================= 2026-02-25T23:59:38.0987061Z /home/runner/work/helion/helion/docs/examples/flex_attention.rst:59: WARNING: Title underline too short. 2026-02-25T23:59:38.0987467Z 2026-02-25T23:59:38.0987561Z Flex Attention Kernel Implementation 2026-02-25T23:59:38.0987806Z ---------------------------- 2026-02-25T23:59:38.0988357Z /home/runner/work/helion/helion/docs/examples/flex_attention.rst:59: WARNING: Title underline too short. 2026-02-25T23:59:38.0988754Z 2026-02-25T23:59:38.0988844Z Flex Attention Kernel Implementation 2026-02-25T23:59:38.0989078Z ---------------------------- 2026-02-25T23:59:38.0989505Z /home/runner/work/helion/helion/docs/examples/flex_attention.rst:253: WARNING: Title underline too short. 2026-02-25T23:59:38.0989895Z 2026-02-25T23:59:38.0989970Z Testing Function 2026-02-25T23:59:38.0990140Z ------------- 2026-02-25T23:59:38.0990529Z /home/runner/work/helion/helion/docs/examples/flex_attention.rst:253: WARNING: Title underline too short. 2026-02-25T23:59:38.0990917Z 2026-02-25T23:59:38.0990985Z Testing Function 2026-02-25T23:59:38.0991157Z ------------- 2026-02-25T23:59:38.0991533Z /home/runner/work/helion/helion/docs/examples/flex_attention.rst:310: WARNING: Title underline too short. 2026-02-25T23:59:38.0992032Z 2026-02-25T23:59:38.0992099Z Main Function 2026-02-25T23:59:38.0992268Z ----------- 2026-02-25T23:59:38.0992646Z /home/runner/work/helion/helion/docs/examples/flex_attention.rst:310: WARNING: Title underline too short. 2026-02-25T23:59:38.0993173Z 2026-02-25T23:59:38.0993245Z Main Function 2026-02-25T23:59:38.0993403Z ----------- 2026-02-25T23:59:38.0993769Z /home/runner/work/helion/helion/docs/examples/gdn_fwd_h.rst:136: WARNING: Title underline too short. 2026-02-25T23:59:38.0994138Z 2026-02-25T23:59:38.0994210Z Reference Function 2026-02-25T23:59:38.0994385Z ------------- 2026-02-25T23:59:38.0994747Z /home/runner/work/helion/helion/docs/examples/gdn_fwd_h.rst:136: WARNING: Title underline too short. 2026-02-25T23:59:38.0995113Z 2026-02-25T23:59:38.0995182Z Reference Function 2026-02-25T23:59:38.0995355Z ------------- 2026-02-25T23:59:38.0995706Z /home/runner/work/helion/helion/docs/examples/gdn_fwd_h.rst:200: WARNING: Title underline too short. 2026-02-25T23:59:38.0996082Z 2026-02-25T23:59:38.0996150Z Testing Function 2026-02-25T23:59:38.0996313Z ------------- 2026-02-25T23:59:38.0996673Z /home/runner/work/helion/helion/docs/examples/gdn_fwd_h.rst:200: WARNING: Title underline too short. 2026-02-25T23:59:38.0997038Z 2026-02-25T23:59:38.0997112Z Testing Function 2026-02-25T23:59:38.0997274Z ------------- 2026-02-25T23:59:38.0997632Z /home/runner/work/helion/helion/docs/examples/gdn_fwd_h.rst:250: WARNING: Title underline too short. 2026-02-25T23:59:38.0997994Z 2026-02-25T23:59:38.0998060Z Main Function 2026-02-25T23:59:38.0998220Z ----------- 2026-02-25T23:59:38.0998570Z /home/runner/work/helion/helion/docs/examples/gdn_fwd_h.rst:250: WARNING: Title underline too short. 2026-02-25T23:59:38.0998937Z 2026-02-25T23:59:38.0999005Z Main Function 2026-02-25T23:59:38.0999166Z ----------- 2026-02-25T23:59:38.0999667Z /home/runner/work/helion/helion/docs/examples/jagged_dense_bmm.rst:35: WARNING: Definition list ends without a blank line; unexpected unindent. 2026-02-25T23:59:38.1000493Z /home/runner/work/helion/helion/docs/examples/mamba2_chunk_scan.rst:180: WARNING: Title underline too short. 2026-02-25T23:59:38.1000891Z 2026-02-25T23:59:38.1000961Z Reference Function 2026-02-25T23:59:38.1001133Z ------------- 2026-02-25T23:59:38.1001522Z /home/runner/work/helion/helion/docs/examples/mamba2_chunk_scan.rst:180: WARNING: Title underline too short. 2026-02-25T23:59:38.1001922Z 2026-02-25T23:59:38.1001993Z Reference Function 2026-02-25T23:59:38.1002165Z ------------- 2026-02-25T23:59:38.1002551Z /home/runner/work/helion/helion/docs/examples/mamba2_chunk_scan.rst:258: WARNING: Title underline too short. 2026-02-25T23:59:38.1003061Z 2026-02-25T23:59:38.1003132Z Testing Function 2026-02-25T23:59:38.1003307Z ------------- 2026-02-25T23:59:38.1003713Z /home/runner/work/helion/helion/docs/examples/mamba2_chunk_scan.rst:258: WARNING: Title underline too short. 2026-02-25T23:59:38.1004114Z 2026-02-25T23:59:38.1004189Z Testing Function 2026-02-25T23:59:38.1004359Z ------------- 2026-02-25T23:59:38.1004872Z /home/runner/work/helion/helion/docs/examples/mamba2_chunk_scan.rst:305: WARNING: Title underline too short. 2026-02-25T23:59:38.1005270Z 2026-02-25T23:59:38.1005338Z Main Function 2026-02-25T23:59:38.1005499Z ----------- 2026-02-25T23:59:38.1005885Z /home/runner/work/helion/helion/docs/examples/mamba2_chunk_scan.rst:305: WARNING: Title underline too short. 2026-02-25T23:59:38.1006284Z 2026-02-25T23:59:38.1006350Z Main Function 2026-02-25T23:59:38.1006508Z ----------- 2026-02-25T23:59:38.1006892Z /home/runner/work/helion/helion/docs/examples/mamba2_chunk_state.rst:22: WARNING: Title underline too short. 2026-02-25T23:59:38.1007286Z 2026-02-25T23:59:38.1007370Z Mamba2 Chunk State Kernel 2026-02-25T23:59:38.1007570Z ======================== 2026-02-25T23:59:38.1008000Z /home/runner/work/helion/helion/docs/examples/mamba2_chunk_state.rst:133: WARNING: Title underline too short. 2026-02-25T23:59:38.1008397Z 2026-02-25T23:59:38.1008469Z Reference Function 2026-02-25T23:59:38.1008754Z ------------- 2026-02-25T23:59:38.1009160Z /home/runner/work/helion/helion/docs/examples/mamba2_chunk_state.rst:133: WARNING: Title underline too short. 2026-02-25T23:59:38.1009559Z 2026-02-25T23:59:38.1009631Z Reference Function 2026-02-25T23:59:38.1009804Z ------------- 2026-02-25T23:59:38.1010196Z /home/runner/work/helion/helion/docs/examples/mamba2_chunk_state.rst:182: WARNING: Title underline too short. 2026-02-25T23:59:38.1010600Z 2026-02-25T23:59:38.1010668Z Testing Function 2026-02-25T23:59:38.1010835Z ------------- 2026-02-25T23:59:38.1011238Z /home/runner/work/helion/helion/docs/examples/mamba2_chunk_state.rst:182: WARNING: Title underline too short. 2026-02-25T23:59:38.1011633Z 2026-02-25T23:59:38.1011707Z Testing Function 2026-02-25T23:59:38.1011868Z ------------- 2026-02-25T23:59:38.1012261Z /home/runner/work/helion/helion/docs/examples/mamba2_chunk_state.rst:226: WARNING: Title underline too short. 2026-02-25T23:59:38.1012658Z 2026-02-25T23:59:38.1012725Z Main Function 2026-02-25T23:59:38.1013066Z ----------- 2026-02-25T23:59:38.1013532Z /home/runner/work/helion/helion/docs/examples/mamba2_chunk_state.rst:226: WARNING: Title underline too short. 2026-02-25T23:59:38.1013933Z 2026-02-25T23:59:38.1014000Z Main Function 2026-02-25T23:59:38.1014160Z ----------- 2026-02-25T23:59:38.1014588Z /home/runner/work/helion/helion/docs/examples/squeeze_and_excitation_net.rst:22: WARNING: Title underline too short. 2026-02-25T23:59:38.1015024Z 2026-02-25T23:59:38.1015119Z Helion squeeze and excitation net Example 2026-02-25T23:59:38.1015367Z ============================ 2026-02-25T23:59:38.1015840Z /home/runner/work/helion/helion/docs/examples/squeeze_and_excitation_net.rst:214: WARNING: Title underline too short. 2026-02-25T23:59:38.1016269Z 2026-02-25T23:59:38.1016356Z Reference Implementation 2026-02-25T23:59:38.1016554Z -------------------- 2026-02-25T23:59:38.1016930Z /home/runner/work/helion/helion/docs/helion_puzzles.rst:58: WARNING: Title underline too short. 2026-02-25T23:59:38.1017288Z 2026-02-25T23:59:38.1017378Z Basic Structure of a Helion Kernel 2026-02-25T23:59:38.1017612Z --------------------------------- 2026-02-25T23:59:38.1018010Z /home/runner/work/helion/helion/docs/helion_puzzles.rst:58: WARNING: Title underline too short. 2026-02-25T23:59:38.1018367Z 2026-02-25T23:59:38.1018453Z Basic Structure of a Helion Kernel 2026-02-25T23:59:38.1018677Z --------------------------------- 2026-02-25T23:59:38.1019072Z /home/runner/work/helion/helion/docs/helion_puzzles.rst:227: WARNING: Title underline too short. 2026-02-25T23:59:38.1019430Z 2026-02-25T23:59:38.1019520Z Puzzle 3: Fused Outer Multiplication 2026-02-25T23:59:38.1019761Z ----------------------------------- 2026-02-25T23:59:38.1020166Z /home/runner/work/helion/helion/docs/helion_puzzles.rst:227: WARNING: Title underline too short. 2026-02-25T23:59:38.1020519Z 2026-02-25T23:59:38.1020610Z Puzzle 3: Fused Outer Multiplication 2026-02-25T23:59:38.1020840Z ----------------------------------- 2026-02-25T23:59:38.1021285Z /home/runner/work/helion/helion/docs/helion_puzzles.rst:310: WARNING: Title underline too short. 2026-02-25T23:59:38.1021638Z 2026-02-25T23:59:38.1021877Z Puzzle 7: Long Sum 2026-02-25T23:59:38.1022084Z ----------------- 2026-02-25T23:59:38.1022443Z /home/runner/work/helion/helion/docs/helion_puzzles.rst:310: WARNING: Title underline too short. 2026-02-25T23:59:38.1022803Z 2026-02-25T23:59:38.1022991Z Puzzle 7: Long Sum 2026-02-25T23:59:38.1023165Z ----------------- 2026-02-25T23:59:38.1023512Z /home/runner/work/helion/helion/docs/helion_puzzles.rst:348: WARNING: Title underline too short. 2026-02-25T23:59:38.1023865Z 2026-02-25T23:59:38.1023945Z Puzzle 8: Long Softmax 2026-02-25T23:59:38.1024130Z --------------------- 2026-02-25T23:59:38.1024494Z /home/runner/work/helion/helion/docs/helion_puzzles.rst:348: WARNING: Title underline too short. 2026-02-25T23:59:38.1024841Z 2026-02-25T23:59:38.1024914Z Puzzle 8: Long Softmax 2026-02-25T23:59:38.1025102Z --------------------- 2026-02-25T23:59:38.1025581Z /home/runner/work/helion/helion/docs/helion_puzzles.rst:508: WARNING: Title underline too short. 2026-02-25T23:59:38.1025930Z 2026-02-25T23:59:38.1026021Z Puzzle 11: Matrix Multiplication 2026-02-25T23:59:38.1026250Z ------------------------------- 2026-02-25T23:59:38.1026642Z /home/runner/work/helion/helion/docs/helion_puzzles.rst:508: WARNING: Title underline too short. 2026-02-25T23:59:38.1027000Z 2026-02-25T23:59:38.1027083Z Puzzle 11: Matrix Multiplication 2026-02-25T23:59:38.1027301Z ------------------------------- 2026-02-25T23:59:38.1027661Z /home/runner/work/helion/helion/docs/api/autotuner.md: WARNING: Git clone too shallow 2026-02-25T23:59:38.1028193Z /home/runner/work/helion/helion/docs/api/config.md: WARNING: Git clone too shallow 2026-02-25T23:59:38.1028717Z /home/runner/work/helion/helion/docs/api/exceptions.md: WARNING: Git clone too shallow 2026-02-25T23:59:38.1029315Z /home/runner/work/helion/helion/docs/api/generated/helion.Config.rst: WARNING: Git clone too shallow 2026-02-25T23:59:38.1029975Z /home/runner/work/helion/helion/docs/api/generated/helion.Settings.rst: WARNING: Git clone too shallow 2026-02-25T23:59:38.1030637Z /home/runner/work/helion/helion/docs/api/generated/helion.kernel.rst: WARNING: Git clone too shallow 2026-02-25T23:59:38.1031340Z /home/runner/work/helion/helion/docs/api/generated/helion.language.StackTensor.rst: WARNING: Git clone too shallow 2026-02-25T23:59:38.1032076Z /home/runner/work/helion/helion/docs/api/generated/helion.language.Tile.rst: WARNING: Git clone too shallow 2026-02-25T23:59:38.1032794Z /home/runner/work/helion/helion/docs/api/generated/helion.language.arange.rst: WARNING: Git clone too shallow 2026-02-25T23:59:38.1033651Z /home/runner/work/helion/helion/docs/api/generated/helion.language.associative_scan.rst: WARNING: Git clone too shallow 2026-02-25T23:59:38.1034425Z /home/runner/work/helion/helion/docs/api/generated/helion.language.atomic_add.rst: WARNING: Git clone too shallow 2026-02-25T23:59:38.1035167Z /home/runner/work/helion/helion/docs/api/generated/helion.language.atomic_and.rst: WARNING: Git clone too shallow 2026-02-25T23:59:38.1035907Z /home/runner/work/helion/helion/docs/api/generated/helion.language.atomic_cas.rst: WARNING: Git clone too shallow 2026-02-25T23:59:38.1036643Z /home/runner/work/helion/helion/docs/api/generated/helion.language.atomic_max.rst: WARNING: Git clone too shallow 2026-02-25T23:59:38.1037385Z /home/runner/work/helion/helion/docs/api/generated/helion.language.atomic_min.rst: WARNING: Git clone too shallow 2026-02-25T23:59:38.1038116Z /home/runner/work/helion/helion/docs/api/generated/helion.language.atomic_or.rst: WARNING: Git clone too shallow 2026-02-25T23:59:38.1038856Z /home/runner/work/helion/helion/docs/api/generated/helion.language.atomic_xchg.rst: WARNING: Git clone too shallow 2026-02-25T23:59:38.1039591Z /home/runner/work/helion/helion/docs/api/generated/helion.language.atomic_xor.rst: WARNING: Git clone too shallow 2026-02-25T23:59:38.1040332Z /home/runner/work/helion/helion/docs/api/generated/helion.language.constexpr.rst: WARNING: Git clone too shallow 2026-02-25T23:59:38.1041191Z /home/runner/work/helion/helion/docs/api/generated/helion.language.cumprod.rst: WARNING: Git clone too shallow 2026-02-25T23:59:38.1041920Z /home/runner/work/helion/helion/docs/api/generated/helion.language.cumsum.rst: WARNING: Git clone too shallow 2026-02-25T23:59:38.1042665Z /home/runner/work/helion/helion/docs/api/generated/helion.language.device_print.rst: WARNING: Git clone too shallow 2026-02-25T23:59:38.1043511Z /home/runner/work/helion/helion/docs/api/generated/helion.language.dot.rst: WARNING: Git clone too shallow 2026-02-25T23:59:38.1044214Z /home/runner/work/helion/helion/docs/api/generated/helion.language.full.rst: WARNING: Git clone too shallow 2026-02-25T23:59:38.1044920Z /home/runner/work/helion/helion/docs/api/generated/helion.language.grid.rst: WARNING: Git clone too shallow 2026-02-25T23:59:38.1045683Z /home/runner/work/helion/helion/docs/api/generated/helion.language.inline_asm_elementwise.rst: WARNING: Git clone too shallow 2026-02-25T23:59:38.1046602Z /home/runner/work/helion/helion/docs/api/generated/helion.language.inline_triton.rst: WARNING: Git clone too shallow 2026-02-25T23:59:38.1047334Z /home/runner/work/helion/helion/docs/api/generated/helion.language.join.rst: WARNING: Git clone too shallow 2026-02-25T23:59:38.1048036Z /home/runner/work/helion/helion/docs/api/generated/helion.language.load.rst: WARNING: Git clone too shallow 2026-02-25T23:59:38.1048744Z /home/runner/work/helion/helion/docs/api/generated/helion.language.reduce.rst: WARNING: Git clone too shallow 2026-02-25T23:59:38.1049503Z /home/runner/work/helion/helion/docs/api/generated/helion.language.register_block_size.rst: WARNING: Git clone too shallow 2026-02-25T23:59:38.1050298Z /home/runner/work/helion/helion/docs/api/generated/helion.language.register_tunable.rst: WARNING: Git clone too shallow 2026-02-25T23:59:38.1051047Z /home/runner/work/helion/helion/docs/api/generated/helion.language.signal.rst: WARNING: Git clone too shallow 2026-02-25T23:59:38.1051792Z /home/runner/work/helion/helion/docs/api/generated/helion.language.specialize.rst: WARNING: Git clone too shallow 2026-02-25T23:59:38.1052529Z /home/runner/work/helion/helion/docs/api/generated/helion.language.split.rst: WARNING: Git clone too shallow 2026-02-25T23:59:38.1053484Z /home/runner/work/helion/helion/docs/api/generated/helion.language.stacktensor_like.rst: WARNING: Git clone too shallow 2026-02-25T23:59:38.1054264Z /home/runner/work/helion/helion/docs/api/generated/helion.language.static_range.rst: WARNING: Git clone too shallow 2026-02-25T23:59:38.1055003Z /home/runner/work/helion/helion/docs/api/generated/helion.language.store.rst: WARNING: Git clone too shallow 2026-02-25T23:59:38.1055727Z /home/runner/work/helion/helion/docs/api/generated/helion.language.subscript.rst: WARNING: Git clone too shallow 2026-02-25T23:59:38.1056454Z /home/runner/work/helion/helion/docs/api/generated/helion.language.tile.rst: WARNING: Git clone too shallow 2026-02-25T23:59:38.1057175Z /home/runner/work/helion/helion/docs/api/generated/helion.language.tile_begin.rst: WARNING: Git clone too shallow 2026-02-25T23:59:38.1057945Z /home/runner/work/helion/helion/docs/api/generated/helion.language.tile_block_size.rst: WARNING: Git clone too shallow 2026-02-25T23:59:38.1058702Z /home/runner/work/helion/helion/docs/api/generated/helion.language.tile_end.rst: WARNING: Git clone too shallow 2026-02-25T23:59:38.1059420Z /home/runner/work/helion/helion/docs/api/generated/helion.language.tile_id.rst: WARNING: Git clone too shallow 2026-02-25T23:59:38.1060149Z /home/runner/work/helion/helion/docs/api/generated/helion.language.tile_index.rst: WARNING: Git clone too shallow 2026-02-25T23:59:38.1060866Z /home/runner/work/helion/helion/docs/api/generated/helion.language.wait.rst: WARNING: Git clone too shallow 2026-02-25T23:59:38.1061584Z /home/runner/work/helion/helion/docs/api/generated/helion.language.zeros.rst: WARNING: Git clone too shallow 2026-02-25T23:59:38.1062201Z /home/runner/work/helion/helion/docs/api/index.md: WARNING: Git clone too shallow 2026-02-25T23:59:38.1062714Z /home/runner/work/helion/helion/docs/api/kernel.md: WARNING: Git clone too shallow 2026-02-25T23:59:38.1063470Z /home/runner/work/helion/helion/docs/api/language.md: WARNING: Git clone too shallow 2026-02-25T23:59:38.1063996Z /home/runner/work/helion/helion/docs/api/runtime.md: WARNING: Git clone too shallow 2026-02-25T23:59:38.1064518Z /home/runner/work/helion/helion/docs/api/settings.md: WARNING: Git clone too shallow 2026-02-25T23:59:38.1065090Z /home/runner/work/helion/helion/docs/deployment_autotuning.md: WARNING: Git clone too shallow 2026-02-25T23:59:38.1065637Z /home/runner/work/helion/helion/docs/events.md: WARNING: Git clone too shallow 2026-02-25T23:59:38.1066150Z /home/runner/work/helion/helion/docs/helion_puzzles.rst: WARNING: Git clone too shallow 2026-02-25T23:59:38.1066661Z /home/runner/work/helion/helion/docs/index.md: WARNING: Git clone too shallow 2026-02-25T23:59:38.1067162Z /home/runner/work/helion/helion/docs/installation.md: WARNING: Git clone too shallow 2026-02-25T23:59:38.1067798Z /home/runner/work/helion/helion/docs/tileir_backend.md: WARNING: Git clone too shallow 2026-02-25T23:59:38.1068231Z looking for now-outdated files... none found 2026-02-25T23:59:38.2457861Z pickling environment... done 2026-02-25T23:59:38.2459078Z /home/runner/work/helion/helion/docs/examples/add.rst: WARNING: document isn't included in any toctree 2026-02-25T23:59:38.2460623Z /home/runner/work/helion/helion/docs/examples/aot_example.rst: WARNING: document isn't included in any toctree 2026-02-25T23:59:38.2462055Z /home/runner/work/helion/helion/docs/examples/attention.rst: WARNING: document isn't included in any toctree 2026-02-25T23:59:38.2463880Z /home/runner/work/helion/helion/docs/examples/batch_softmax.rst: WARNING: document isn't included in any toctree 2026-02-25T23:59:38.2465339Z /home/runner/work/helion/helion/docs/examples/bf16xint16_gemm.rst: WARNING: document isn't included in any toctree 2026-02-25T23:59:38.2466840Z /home/runner/work/helion/helion/docs/examples/blackwell_attention.rst: WARNING: document isn't included in any toctree 2026-02-25T23:59:38.2468329Z /home/runner/work/helion/helion/docs/examples/bmm.rst: WARNING: document isn't included in any toctree 2026-02-25T23:59:38.2469731Z /home/runner/work/helion/helion/docs/examples/broadcast_matmul.rst: WARNING: document isn't included in any toctree 2026-02-25T23:59:38.2471178Z /home/runner/work/helion/helion/docs/examples/concatenate.rst: WARNING: document isn't included in any toctree 2026-02-25T23:59:38.2472593Z /home/runner/work/helion/helion/docs/examples/cross_entropy.rst: WARNING: document isn't included in any toctree 2026-02-25T23:59:38.2474243Z /home/runner/work/helion/helion/docs/examples/distributed/index.rst: WARNING: document isn't included in any toctree 2026-02-25T23:59:38.2475693Z /home/runner/work/helion/helion/docs/examples/embedding.rst: WARNING: document isn't included in any toctree 2026-02-25T23:59:38.2477026Z /home/runner/work/helion/helion/docs/examples/exp.rst: WARNING: document isn't included in any toctree 2026-02-25T23:59:38.2478395Z /home/runner/work/helion/helion/docs/examples/flex_attention.rst: WARNING: document isn't included in any toctree 2026-02-25T23:59:38.2479811Z /home/runner/work/helion/helion/docs/examples/fp8_attention.rst: WARNING: document isn't included in any toctree 2026-02-25T23:59:38.2481177Z /home/runner/work/helion/helion/docs/examples/fp8_gemm.rst: WARNING: document isn't included in any toctree 2026-02-25T23:59:38.2482550Z /home/runner/work/helion/helion/docs/examples/fused_linear_jsd.rst: WARNING: document isn't included in any toctree 2026-02-25T23:59:38.2484069Z /home/runner/work/helion/helion/docs/examples/gather_gemv.rst: WARNING: document isn't included in any toctree 2026-02-25T23:59:38.2485382Z /home/runner/work/helion/helion/docs/examples/gdn_fwd_h.rst: WARNING: document isn't included in any toctree 2026-02-25T23:59:38.2486703Z /home/runner/work/helion/helion/docs/examples/geglu.rst: WARNING: document isn't included in any toctree 2026-02-25T23:59:38.2488079Z /home/runner/work/helion/helion/docs/examples/grouped_gemm.rst: WARNING: document isn't included in any toctree 2026-02-25T23:59:38.2489793Z /home/runner/work/helion/helion/docs/examples/grpo_loss.rst: WARNING: document isn't included in any toctree 2026-02-25T23:59:38.2491159Z /home/runner/work/helion/helion/docs/examples/int4_gemm.rst: WARNING: document isn't included in any toctree 2026-02-25T23:59:38.2492467Z /home/runner/work/helion/helion/docs/examples/jagged_dense_add.rst: WARNING: document isn't included in any toctree 2026-02-25T23:59:38.2493965Z /home/runner/work/helion/helion/docs/examples/jagged_dense_bmm.rst: WARNING: document isn't included in any toctree 2026-02-25T23:59:38.2495206Z /home/runner/work/helion/helion/docs/examples/jagged_hstu_attn.rst: WARNING: document isn't included in any toctree 2026-02-25T23:59:38.2496435Z /home/runner/work/helion/helion/docs/examples/jagged_layer_norm.rst: WARNING: document isn't included in any toctree 2026-02-25T23:59:38.2497889Z /home/runner/work/helion/helion/docs/examples/jagged_mean.rst: WARNING: document isn't included in any toctree 2026-02-25T23:59:38.2499088Z /home/runner/work/helion/helion/docs/examples/jagged_softmax.rst: WARNING: document isn't included in any toctree 2026-02-25T23:59:38.2500262Z /home/runner/work/helion/helion/docs/examples/jagged_sum.rst: WARNING: document isn't included in any toctree 2026-02-25T23:59:38.2501390Z /home/runner/work/helion/helion/docs/examples/jsd.rst: WARNING: document isn't included in any toctree 2026-02-25T23:59:38.2502473Z /home/runner/work/helion/helion/docs/examples/kl_div.rst: WARNING: document isn't included in any toctree 2026-02-25T23:59:38.2503798Z /home/runner/work/helion/helion/docs/examples/layer_norm.rst: WARNING: document isn't included in any toctree 2026-02-25T23:59:38.2504953Z /home/runner/work/helion/helion/docs/examples/long_sum.rst: WARNING: document isn't included in any toctree 2026-02-25T23:59:38.2506143Z /home/runner/work/helion/helion/docs/examples/low_mem_dropout.rst: WARNING: document isn't included in any toctree 2026-02-25T23:59:38.2507404Z /home/runner/work/helion/helion/docs/examples/mamba2_chunk_scan.rst: WARNING: document isn't included in any toctree 2026-02-25T23:59:38.2508637Z /home/runner/work/helion/helion/docs/examples/mamba2_chunk_state.rst: WARNING: document isn't included in any toctree 2026-02-25T23:59:38.2509837Z /home/runner/work/helion/helion/docs/examples/matmul.rst: WARNING: document isn't included in any toctree 2026-02-25T23:59:38.2511020Z /home/runner/work/helion/helion/docs/examples/matmul_layernorm.rst: WARNING: document isn't included in any toctree 2026-02-25T23:59:38.2512253Z /home/runner/work/helion/helion/docs/examples/matmul_split_k.rst: WARNING: document isn't included in any toctree 2026-02-25T23:59:38.2513632Z /home/runner/work/helion/helion/docs/examples/moe_matmul_ogs.rst: WARNING: document isn't included in any toctree 2026-02-25T23:59:38.2514836Z /home/runner/work/helion/helion/docs/examples/nvfp4_gemm.rst: WARNING: document isn't included in any toctree 2026-02-25T23:59:38.2516006Z /home/runner/work/helion/helion/docs/examples/rms_norm.rst: WARNING: document isn't included in any toctree 2026-02-25T23:59:38.2517224Z /home/runner/work/helion/helion/docs/examples/segment_reduction.rst: WARNING: document isn't included in any toctree 2026-02-25T23:59:38.2518422Z /home/runner/work/helion/helion/docs/examples/softmax.rst: WARNING: document isn't included in any toctree 2026-02-25T23:59:38.2519601Z /home/runner/work/helion/helion/docs/examples/split_k_barrier.rst: WARNING: document isn't included in any toctree 2026-02-25T23:59:38.2520887Z /home/runner/work/helion/helion/docs/examples/squeeze_and_excitation_net.rst: WARNING: document isn't included in any toctree 2026-02-25T23:59:38.2522105Z /home/runner/work/helion/helion/docs/examples/sum.rst: WARNING: document isn't included in any toctree 2026-02-25T23:59:38.2523351Z /home/runner/work/helion/helion/docs/examples/swiglu.rst: WARNING: document isn't included in any toctree 2026-02-25T23:59:38.2524480Z /home/runner/work/helion/helion/docs/examples/welford.rst: WARNING: document isn't included in any toctree 2026-02-25T23:59:38.2525435Z checking consistency... done 2026-02-25T23:59:38.2525820Z preparing documents... done 2026-02-25T23:59:38.2526188Z copying assets... done 2026-02-25T23:59:38.3151821Z writing output... [ 1%] api/autotuner 2026-02-25T23:59:38.3503238Z writing output... [ 2%] api/config 2026-02-25T23:59:38.3976389Z writing output... [ 3%] api/exceptions 2026-02-25T23:59:38.4422256Z writing output... [ 4%] api/generated/helion.Config 2026-02-25T23:59:38.4592763Z writing output... [ 4%] api/generated/helion.Settings 2026-02-25T23:59:38.4631827Z writing output... [ 5%] api/generated/helion.kernel 2026-02-25T23:59:38.4679901Z writing output... [ 6%] api/generated/helion.language.StackTensor 2026-02-25T23:59:38.6154818Z writing output... [ 7%] api/generated/helion.language.Tile 2026-02-25T23:59:38.6179410Z writing output... [ 8%] api/generated/helion.language.arange 2026-02-25T23:59:38.6221366Z writing output... [ 9%] api/generated/helion.language.associative_scan 2026-02-25T23:59:38.6242682Z writing output... [ 10%] api/generated/helion.language.atomic_add 2026-02-25T23:59:38.6264863Z writing output... [ 11%] api/generated/helion.language.atomic_and 2026-02-25T23:59:38.6291002Z writing output... [ 12%] api/generated/helion.language.atomic_cas 2026-02-25T23:59:38.6312773Z writing output... [ 12%] api/generated/helion.language.atomic_max 2026-02-25T23:59:38.6336285Z writing output... [ 13%] api/generated/helion.language.atomic_min 2026-02-25T23:59:38.6356954Z writing output... [ 14%] api/generated/helion.language.atomic_or 2026-02-25T23:59:38.6378304Z writing output... [ 15%] api/generated/helion.language.atomic_xchg 2026-02-25T23:59:38.6401752Z writing output... [ 16%] api/generated/helion.language.atomic_xor 2026-02-25T23:59:38.6407259Z writing output... [ 17%] api/generated/helion.language.constexpr 2026-02-25T23:59:38.6426615Z writing output... [ 18%] api/generated/helion.language.cumprod 2026-02-25T23:59:38.6445662Z writing output... [ 19%] api/generated/helion.language.cumsum 2026-02-25T23:59:38.6457058Z writing output... [ 19%] api/generated/helion.language.device_print 2026-02-25T23:59:38.6478493Z writing output... [ 20%] api/generated/helion.language.dot 2026-02-25T23:59:38.6500571Z writing output... [ 21%] api/generated/helion.language.full 2026-02-25T23:59:38.6551781Z writing output... [ 22%] api/generated/helion.language.grid 2026-02-25T23:59:38.6582046Z writing output... [ 23%] api/generated/helion.language.inline_asm_elementwise 2026-02-25T23:59:38.6602221Z writing output... [ 24%] api/generated/helion.language.inline_triton 2026-02-25T23:59:38.6616083Z writing output... [ 25%] api/generated/helion.language.join 2026-02-25T23:59:38.6637966Z writing output... [ 26%] api/generated/helion.language.load 2026-02-25T23:59:38.6680091Z writing output... [ 27%] api/generated/helion.language.reduce 2026-02-25T23:59:38.6693541Z writing output... [ 27%] api/generated/helion.language.register_block_size 2026-02-25T23:59:38.6705324Z writing output... [ 28%] api/generated/helion.language.register_tunable 2026-02-25T23:59:38.6730250Z writing output... [ 29%] api/generated/helion.language.signal 2026-02-25T23:59:38.6741975Z writing output... [ 30%] api/generated/helion.language.specialize 2026-02-25T23:59:38.6755299Z writing output... [ 31%] api/generated/helion.language.split 2026-02-25T23:59:38.6768311Z writing output... [ 32%] api/generated/helion.language.stacktensor_like 2026-02-25T23:59:38.6787523Z writing output... [ 33%] api/generated/helion.language.static_range 2026-02-25T23:59:38.6809125Z writing output... [ 34%] api/generated/helion.language.store 2026-02-25T23:59:38.6825955Z writing output... [ 35%] api/generated/helion.language.subscript 2026-02-25T23:59:38.6863443Z writing output... [ 35%] api/generated/helion.language.tile 2026-02-25T23:59:38.6872461Z writing output... [ 36%] api/generated/helion.language.tile_begin 2026-02-25T23:59:38.6881416Z writing output... [ 37%] api/generated/helion.language.tile_block_size 2026-02-25T23:59:38.6890017Z writing output... [ 38%] api/generated/helion.language.tile_end 2026-02-25T23:59:38.6898778Z writing output... [ 39%] api/generated/helion.language.tile_id 2026-02-25T23:59:38.6907854Z writing output... [ 40%] api/generated/helion.language.tile_index 2026-02-25T23:59:38.6932491Z writing output... [ 41%] api/generated/helion.language.wait 2026-02-25T23:59:38.6952165Z writing output... [ 42%] api/generated/helion.language.zeros 2026-02-25T23:59:38.7227516Z writing output... [ 42%] api/index 2026-02-25T23:59:38.7362132Z writing output... [ 43%] api/kernel 2026-02-25T23:59:38.7917280Z writing output... [ 44%] api/language 2026-02-25T23:59:38.7941931Z writing output... [ 45%] api/runtime 2026-02-25T23:59:38.8227189Z writing output... [ 46%] api/settings 2026-02-25T23:59:38.8275015Z writing output... [ 47%] deployment_autotuning 2026-02-25T23:59:38.8285008Z writing output... [ 48%] events 2026-02-25T23:59:38.8298050Z writing output... [ 49%] examples/add 2026-02-25T23:59:38.8308240Z writing output... [ 50%] examples/aot_example 2026-02-25T23:59:38.8320182Z writing output... [ 50%] examples/attention 2026-02-25T23:59:38.8331677Z writing output... [ 51%] examples/batch_softmax 2026-02-25T23:59:38.8341959Z writing output... [ 52%] examples/bf16xint16_gemm 2026-02-25T23:59:38.8353482Z writing output... [ 53%] examples/blackwell_attention 2026-02-25T23:59:38.8363692Z writing output... [ 54%] examples/bmm 2026-02-25T23:59:38.8375052Z writing output... [ 55%] examples/broadcast_matmul 2026-02-25T23:59:38.8384829Z writing output... [ 56%] examples/concatenate 2026-02-25T23:59:38.8396844Z writing output... [ 57%] examples/cross_entropy 2026-02-25T23:59:38.8407314Z writing output... [ 58%] examples/distributed/all_gather_matmul 2026-02-25T23:59:38.8419365Z writing output... [ 58%] examples/distributed/all_reduce 2026-02-25T23:59:38.8429310Z writing output... [ 59%] examples/distributed/allreduce_bias_rmsnorm 2026-02-25T23:59:38.8439318Z writing output... [ 60%] examples/distributed/index 2026-02-25T23:59:38.8448260Z writing output... [ 61%] examples/distributed/matmul_reduce_scatter 2026-02-25T23:59:38.8458809Z writing output... [ 62%] examples/embedding 2026-02-25T23:59:38.8470654Z writing output... [ 63%] examples/exp 2026-02-25T23:59:38.8482486Z writing output... [ 64%] examples/flex_attention 2026-02-25T23:59:38.8494291Z writing output... [ 65%] examples/fp8_attention 2026-02-25T23:59:38.8504113Z writing output... [ 65%] examples/fp8_gemm 2026-02-25T23:59:38.8518454Z writing output... [ 66%] examples/fused_linear_jsd 2026-02-25T23:59:38.8530029Z writing output... [ 67%] examples/gather_gemv 2026-02-25T23:59:38.8541176Z writing output... [ 68%] examples/gdn_fwd_h 2026-02-25T23:59:38.8565169Z writing output... [ 69%] examples/geglu 2026-02-25T23:59:38.8581405Z writing output... [ 70%] examples/grouped_gemm 2026-02-25T23:59:38.8594442Z writing output... [ 71%] examples/grpo_loss 2026-02-25T23:59:38.8650833Z writing output... [ 72%] examples/index 2026-02-25T23:59:38.8662800Z writing output... [ 73%] examples/int4_gemm 2026-02-25T23:59:38.8675718Z writing output... [ 73%] examples/jagged_dense_add 2026-02-25T23:59:38.8687188Z writing output... [ 74%] examples/jagged_dense_bmm 2026-02-25T23:59:38.8699215Z writing output... [ 75%] examples/jagged_hstu_attn 2026-02-25T23:59:38.8711350Z writing output... [ 76%] examples/jagged_layer_norm 2026-02-25T23:59:38.8722605Z writing output... [ 77%] examples/jagged_mean 2026-02-25T23:59:38.8733848Z writing output... [ 78%] examples/jagged_softmax 2026-02-25T23:59:38.8745734Z writing output... [ 79%] examples/jagged_sum 2026-02-25T23:59:38.8759146Z writing output... [ 80%] examples/jsd 2026-02-25T23:59:38.8772627Z writing output... [ 81%] examples/kl_div 2026-02-25T23:59:38.8785105Z writing output... [ 81%] examples/layer_norm 2026-02-25T23:59:38.8796961Z writing output... [ 82%] examples/long_sum 2026-02-25T23:59:38.8808591Z writing output... [ 83%] examples/low_mem_dropout 2026-02-25T23:59:38.8819863Z writing output... [ 84%] examples/mamba2_chunk_scan 2026-02-25T23:59:38.8831141Z writing output... [ 85%] examples/mamba2_chunk_state 2026-02-25T23:59:38.8841860Z writing output... [ 86%] examples/matmul 2026-02-25T23:59:38.8853111Z writing output... [ 87%] examples/matmul_layernorm 2026-02-25T23:59:38.8863667Z writing output... [ 88%] examples/matmul_split_k 2026-02-25T23:59:38.8875185Z writing output... [ 88%] examples/moe_matmul_ogs 2026-02-25T23:59:38.8885924Z writing output... [ 89%] examples/nvfp4_gemm 2026-02-25T23:59:38.8898605Z writing output... [ 90%] examples/rms_norm 2026-02-25T23:59:38.8910579Z writing output... [ 91%] examples/segment_reduction 2026-02-25T23:59:38.8921598Z writing output... [ 92%] examples/softmax 2026-02-25T23:59:38.8930023Z writing output... [ 93%] examples/split_k_barrier 2026-02-25T23:59:38.8942257Z writing output... [ 94%] examples/squeeze_and_excitation_net 2026-02-25T23:59:38.8954296Z writing output... [ 95%] examples/sum 2026-02-25T23:59:38.8967659Z writing output... [ 96%] examples/swiglu 2026-02-25T23:59:38.8979208Z writing output... [ 96%] examples/welford 2026-02-25T23:59:38.8998175Z writing output... [ 97%] helion_puzzles 2026-02-25T23:59:38.9037536Z writing output... [ 98%] index 2026-02-25T23:59:38.9058086Z writing output... [ 99%] installation 2026-02-25T23:59:38.9102379Z writing output... [100%] tileir_backend 2026-02-25T23:59:38.9103614Z /home/runner/work/helion/helion/docs/examples/index.rst:108: WARNING: unknown document: 'distributed/one_shot_allreduce_bias_rmsnorm' 2026-02-25T23:59:38.9106049Z 2026-02-25T23:59:38.9140104Z ( events: line 17) -ignored- https://pytorchconference.sched.com/event/27QN9/meet-the-developers-of-pytorch-compiler 2026-02-25T23:59:39.0115923Z (examples/squeeze_and_excitation_net: line 23) ok https://arxiv.org/abs/1709.01507 2026-02-25T23:59:39.0149405Z ( index: line 73) ok https://colab.research.google.com/assets/colab-badge.svg 2026-02-25T23:59:39.1048816Z ( tileir_backend: line 25) ok https://docs.nvidia.com/cuda/cutile-python/execution.html#cuda.tile.kernel 2026-02-25T23:59:39.1522339Z ( index: line 73) ok https://colab.research.google.com/github/pytorch/helion/blob/main/notebooks/softmax.ipynb 2026-02-25T23:59:39.1524329Z (api/generated/helion.kernel: line 1) ok https://docs.python.org/3/library/collections.abc.html#collections.abc.Hashable 2026-02-25T23:59:39.2223191Z ( api/autotuner: line 1) ok https://docs.python.org/3/library/collections.abc.html#collections.abc.Mapping 2026-02-25T23:59:39.2224653Z ( api/autotuner: line 1) ok https://docs.python.org/3/library/collections.abc.html#collections.abc.Iterator 2026-02-25T23:59:39.2818361Z (api/generated/helion.Settings: line 1) ok https://docs.python.org/3/library/constants.html#Ellipsis 2026-02-25T23:59:39.2876633Z ( tileir_backend: line 74) ok https://docs.nvidia.com/cuda/cutile-python/performance.html#load-store-performance-hints 2026-02-25T23:59:39.2878124Z ( api/autotuner: line 1) ok https://docs.python.org/3/library/collections.abc.html#collections.abc.Sequence 2026-02-25T23:59:39.2914758Z ( api/autotuner: line 1) ok https://docs.python.org/3/library/constants.html#None 2026-02-25T23:59:39.3013951Z ( tileir_backend: line 5) ok https://docs.nvidia.com/cuda/tile-ir/latest/index.html 2026-02-25T23:59:39.3574918Z ( api/exceptions: line 1) ok https://docs.python.org/3/library/exceptions.html#Exception 2026-02-25T23:59:39.3769635Z ( api/exceptions: line 1) ok https://docs.python.org/3/library/exceptions.html#RuntimeError 2026-02-25T23:59:39.3885884Z ( api/autotuner: line 1) ok https://docs.python.org/3/library/functions.html#bool 2026-02-25T23:59:39.3892646Z (api/generated/helion.language.Tile: line 1) ok https://docs.python.org/3/library/functions.html#abs 2026-02-25T23:59:39.4354607Z ( api/autotuner: line 1) ok https://docs.python.org/3/library/functions.html#float 2026-02-25T23:59:39.5483084Z ( api/autotuner: line 1) ok https://docs.python.org/3/library/functions.html#int 2026-02-25T23:59:39.5586255Z ( api/autotuner: line 1) ok https://docs.python.org/3/library/pathlib.html#pathlib.Path 2026-02-25T23:59:39.5890529Z ( api/autotuner: line 1) ok https://docs.python.org/3/library/functions.html#object 2026-02-25T23:59:39.6307739Z (api/generated/helion.Settings: line 1) ok https://docs.python.org/3/library/functions.html#type 2026-02-25T23:59:39.7299545Z ( api/autotuner: line 1) ok https://docs.python.org/3/library/stdtypes.html#list 2026-02-25T23:59:39.8191469Z ( api/autotuner: line 1) ok https://docs.python.org/3/library/stdtypes.html#tuple 2026-02-25T23:59:39.8536138Z ( api/autotuner: line 1) ok https://docs.python.org/3/library/stdtypes.html#dict 2026-02-25T23:59:39.8936105Z ( api/autotuner: line 1) ok https://docs.python.org/3/library/stdtypes.html#str 2026-02-25T23:59:40.0517050Z ( api/autotuner: line 1) ok https://docs.python.org/3/library/typing.html#typing.Literal 2026-02-25T23:59:40.0761275Z ( api/autotuner: line 1) ok https://docs.python.org/3/library/typing.html#typing.Optional 2026-02-25T23:59:40.0872135Z ( api/kernel: line 1) ok https://docs.python.org/3/library/typing.html#typing.Generic 2026-02-25T23:59:40.1155176Z (api/generated/helion.Settings: line 1) ok https://docs.python.org/3/library/typing.html#typing.Callable 2026-02-25T23:59:40.3498945Z (api/generated/helion.language.Tile: line 1) ok https://docs.pytorch.org/docs/stable/generated/torch.Tensor.index_copy_.html#torch.Tensor.index_copy_ 2026-02-25T23:59:40.3500167Z (api/generated/helion.language.Tile: line 1) ok https://docs.pytorch.org/docs/stable/generated/torch.Tensor.index_add_.html#torch.Tensor.index_add_ 2026-02-25T23:59:40.3949802Z (api/generated/helion.language.StackTensor: line 1) ok https://docs.python.org/3/library/typing.html#typing.Sequence 2026-02-25T23:59:40.3965630Z (api/generated/helion.kernel: line 1) ok https://docs.python.org/3/library/typing.html#typing.TypeVar 2026-02-25T23:59:40.5779024Z (api/generated/helion.language.Tile: line 1) ok https://docs.pytorch.org/docs/stable/generated/torch.Tensor.index_fill_.html#torch.Tensor.index_fill_ 2026-02-25T23:59:40.5780364Z (api/generated/helion.language.Tile: line 1) ok https://docs.pytorch.org/docs/stable/generated/torch.Tensor.masked_fill_.html#torch.Tensor.masked_fill_ 2026-02-25T23:59:40.6538613Z (api/generated/helion.language.Tile: line 1) ok https://docs.pytorch.org/docs/stable/generated/torch.Tensor.masked_scatter_.html#torch.Tensor.masked_scatter_ 2026-02-25T23:59:40.6540536Z (api/generated/helion.language.Tile: line 1) ok https://docs.pytorch.org/docs/stable/generated/torch.Tensor.put_.html#torch.Tensor.put_ 2026-02-25T23:59:40.7702016Z (api/generated/helion.language.Tile: line 1) ok https://docs.pytorch.org/docs/stable/generated/torch.Tensor.scatter_.html#torch.Tensor.scatter_ 2026-02-25T23:59:40.8092669Z (api/generated/helion.language.Tile: line 1) ok https://docs.pytorch.org/docs/stable/generated/torch.Tensor.scatter_add_.html#torch.Tensor.scatter_add_ 2026-02-25T23:59:40.9418309Z (api/generated/helion.language.Tile: line 1) ok https://docs.pytorch.org/docs/stable/generated/torch.abs.html#torch.abs 2026-02-25T23:59:40.9436247Z (api/generated/helion.language.Tile: line 1) ok https://docs.pytorch.org/docs/stable/generated/torch.Tensor.scatter_reduce_.html#torch.Tensor.scatter_reduce_ 2026-02-25T23:59:41.0268092Z (api/generated/helion.language.Tile: line 1) ok https://docs.pytorch.org/docs/stable/generated/torch.acos.html#torch.acos 2026-02-25T23:59:41.0577170Z (api/generated/helion.language.Tile: line 1) ok https://docs.pytorch.org/docs/stable/generated/torch.acosh.html#torch.acosh 2026-02-25T23:59:41.1673863Z (api/generated/helion.language.Tile: line 1) ok https://docs.pytorch.org/docs/stable/generated/torch.addcdiv.html#torch.addcdiv 2026-02-25T23:59:41.2290504Z (api/generated/helion.language.Tile: line 1) ok https://docs.pytorch.org/docs/stable/generated/torch.addbmm.html#torch.addbmm 2026-02-25T23:59:41.3143162Z (api/generated/helion.language.Tile: line 1) ok https://docs.pytorch.org/docs/stable/generated/torch.addcmul.html#torch.addcmul 2026-02-25T23:59:41.3660802Z (api/generated/helion.language.Tile: line 1) ok https://docs.pytorch.org/docs/stable/generated/torch.addmm.html#torch.addmm 2026-02-25T23:59:41.4223075Z (api/generated/helion.language.Tile: line 1) ok https://docs.pytorch.org/docs/stable/generated/torch.addr.html#torch.addr 2026-02-25T23:59:41.4331076Z (api/generated/helion.language.Tile: line 1) ok https://docs.pytorch.org/docs/stable/generated/torch.addmv.html#torch.addmv 2026-02-25T23:59:41.5097824Z (api/generated/helion.language.Tile: line 1) ok https://docs.pytorch.org/docs/stable/generated/torch.all.html#torch.all 2026-02-25T23:59:41.6938724Z (api/generated/helion.language.Tile: line 1) ok https://docs.pytorch.org/docs/stable/generated/torch.allclose.html#torch.allclose 2026-02-25T23:59:41.7030224Z (api/generated/helion.language.Tile: line 1) ok https://docs.pytorch.org/docs/stable/generated/torch.amin.html#torch.amin 2026-02-25T23:59:41.7363696Z (api/generated/helion.language.Tile: line 1) ok https://docs.pytorch.org/docs/stable/generated/torch.amax.html#torch.amax 2026-02-25T23:59:41.7558692Z (api/generated/helion.language.Tile: line 1) ok https://docs.pytorch.org/docs/stable/generated/torch.aminmax.html#torch.aminmax 2026-02-25T23:59:41.8385817Z (api/generated/helion.language.Tile: line 1) ok https://docs.pytorch.org/docs/stable/generated/torch.angle.html#torch.angle 2026-02-25T23:59:41.9745660Z (api/generated/helion.language.Tile: line 1) ok https://docs.pytorch.org/docs/stable/generated/torch.any.html#torch.any 2026-02-25T23:59:42.0329689Z (api/generated/helion.language.Tile: line 1) ok https://docs.pytorch.org/docs/stable/generated/torch.arcsin.html#torch.arcsin 2026-02-25T23:59:42.0796991Z (api/generated/helion.language.Tile: line 1) ok https://docs.pytorch.org/docs/stable/generated/torch.arcsinh.html#torch.arcsinh 2026-02-25T23:59:42.0833378Z (api/generated/helion.language.Tile: line 1) ok https://docs.pytorch.org/docs/stable/generated/torch.arccos.html#torch.arccos 2026-02-25T23:59:42.2043712Z (api/generated/helion.language.Tile: line 1) ok https://docs.pytorch.org/docs/stable/generated/torch.arctan.html#torch.arctan 2026-02-25T23:59:42.2962399Z (api/generated/helion.language.Tile: line 1) ok https://docs.pytorch.org/docs/stable/generated/torch.arctan2.html#torch.arctan2 2026-02-25T23:59:42.3440360Z (api/generated/helion.language.Tile: line 1) ok https://docs.pytorch.org/docs/stable/generated/torch.argmax.html#torch.argmax 2026-02-25T23:59:42.3493446Z (api/generated/helion.language.Tile: line 1) ok https://docs.pytorch.org/docs/stable/generated/torch.arctanh.html#torch.arctanh 2026-02-25T23:59:42.4788403Z (api/generated/helion.language.Tile: line 1) ok https://docs.pytorch.org/docs/stable/generated/torch.argmin.html#torch.argmin 2026-02-25T23:59:42.4836113Z (api/generated/helion.language.Tile: line 1) ok https://docs.pytorch.org/docs/stable/generated/torch.argsort.html#torch.argsort 2026-02-25T23:59:42.6146541Z (api/generated/helion.language.Tile: line 1) ok https://docs.pytorch.org/docs/stable/generated/torch.argwhere.html#torch.argwhere 2026-02-25T23:59:42.6509768Z (api/generated/helion.language.Tile: line 1) ok https://docs.pytorch.org/docs/stable/generated/torch.as_strided.html#torch.as_strided 2026-02-25T23:59:42.7089731Z (api/generated/helion.language.Tile: line 1) ok https://docs.pytorch.org/docs/stable/generated/torch.asin.html#torch.asin 2026-02-25T23:59:42.7344842Z (api/generated/helion.language.Tile: line 1) ok https://docs.pytorch.org/docs/stable/generated/torch.asinh.html#torch.asinh 2026-02-25T23:59:42.8556627Z (api/generated/helion.language.Tile: line 1) ok https://docs.pytorch.org/docs/stable/generated/torch.atan.html#torch.atan 2026-02-25T23:59:42.8681400Z (api/generated/helion.language.Tile: line 1) ok https://docs.pytorch.org/docs/stable/generated/torch.atan2.html#torch.atan2 2026-02-25T23:59:42.9610795Z (api/generated/helion.language.Tile: line 1) ok https://docs.pytorch.org/docs/stable/generated/torch.atanh.html#torch.atanh 2026-02-25T23:59:43.0283168Z (api/generated/helion.language.Tile: line 1) ok https://docs.pytorch.org/docs/stable/generated/torch.baddbmm.html#torch.baddbmm 2026-02-25T23:59:43.0915743Z (api/generated/helion.language.Tile: line 1) ok https://docs.pytorch.org/docs/stable/generated/torch.bincount.html#torch.bincount 2026-02-25T23:59:43.1568255Z (api/generated/helion.language.Tile: line 1) ok https://docs.pytorch.org/docs/stable/generated/torch.bitwise_and.html#torch.bitwise_and 2026-02-25T23:59:43.2402152Z (api/generated/helion.language.Tile: line 1) ok https://docs.pytorch.org/docs/stable/generated/torch.bitwise_not.html#torch.bitwise_not 2026-02-25T23:59:43.2403703Z (api/generated/helion.language.Tile: line 1) ok https://docs.pytorch.org/docs/stable/generated/torch.bitwise_left_shift.html#torch.bitwise_left_shift 2026-02-25T23:59:43.3702702Z (api/generated/helion.language.Tile: line 1) ok https://docs.pytorch.org/docs/stable/generated/torch.bitwise_or.html#torch.bitwise_or 2026-02-25T23:59:43.4493245Z (api/generated/helion.language.Tile: line 1) ok https://docs.pytorch.org/docs/stable/generated/torch.bitwise_right_shift.html#torch.bitwise_right_shift 2026-02-25T23:59:43.4632580Z (api/generated/helion.language.Tile: line 1) ok https://docs.pytorch.org/docs/stable/generated/torch.bmm.html#torch.bmm 2026-02-25T23:59:43.5365488Z (api/generated/helion.language.Tile: line 1) ok https://docs.pytorch.org/docs/stable/generated/torch.bitwise_xor.html#torch.bitwise_xor 2026-02-25T23:59:43.6836977Z (api/generated/helion.language.Tile: line 1) ok https://docs.pytorch.org/docs/stable/generated/torch.broadcast_to.html#torch.broadcast_to 2026-02-25T23:59:43.6856326Z (api/generated/helion.language.Tile: line 1) ok https://docs.pytorch.org/docs/stable/generated/torch.cholesky.html#torch.cholesky 2026-02-25T23:59:43.6961309Z (api/generated/helion.language.Tile: line 1) ok https://docs.pytorch.org/docs/stable/generated/torch.ceil.html#torch.ceil 2026-02-25T23:59:43.7595914Z (api/generated/helion.language.Tile: line 1) ok https://docs.pytorch.org/docs/stable/generated/torch.cholesky_inverse.html#torch.cholesky_inverse 2026-02-25T23:59:43.8420188Z (api/generated/helion.language.Tile: line 1) ok https://docs.pytorch.org/docs/stable/generated/torch.cholesky_solve.html#torch.cholesky_solve 2026-02-25T23:59:43.9891613Z (api/generated/helion.language.Tile: line 1) ok https://docs.pytorch.org/docs/stable/generated/torch.clamp.html#torch.clamp 2026-02-25T23:59:44.0051931Z (api/generated/helion.language.Tile: line 1) ok https://docs.pytorch.org/docs/stable/generated/torch.chunk.html#torch.chunk 2026-02-25T23:59:44.0094626Z (api/generated/helion.language.Tile: line 1) ok https://docs.pytorch.org/docs/stable/generated/torch.clone.html#torch.clone 2026-02-25T23:59:44.0956083Z (api/generated/helion.language.Tile: line 1) ok https://docs.pytorch.org/docs/stable/generated/torch.conj.html#torch.conj 2026-02-25T23:59:44.2898609Z (api/generated/helion.language.Tile: line 1) ok https://docs.pytorch.org/docs/stable/generated/torch.copysign.html#torch.copysign 2026-02-25T23:59:44.2899786Z (api/generated/helion.language.Tile: line 1) ok https://docs.pytorch.org/docs/stable/generated/torch.conj_physical.html#torch.conj_physical 2026-02-25T23:59:44.2900731Z (api/generated/helion.language.Tile: line 1) ok https://docs.pytorch.org/docs/stable/generated/torch.corrcoef.html#torch.corrcoef 2026-02-25T23:59:44.3530383Z (api/generated/helion.language.Tile: line 1) ok https://docs.pytorch.org/docs/stable/generated/torch.cos.html#torch.cos 2026-02-25T23:59:44.5251030Z (api/generated/helion.language.Tile: line 1) ok https://docs.pytorch.org/docs/stable/generated/torch.cosh.html#torch.cosh 2026-02-25T23:59:44.5286322Z (api/generated/helion.language.Tile: line 1) ok https://docs.pytorch.org/docs/stable/generated/torch.cov.html#torch.cov 2026-02-25T23:59:44.5992563Z (api/generated/helion.language.Tile: line 1) ok https://docs.pytorch.org/docs/stable/generated/torch.count_nonzero.html#torch.count_nonzero 2026-02-25T23:59:44.6159504Z (api/generated/helion.language.Tile: line 1) ok https://docs.pytorch.org/docs/stable/generated/torch.cross.html#torch.cross 2026-02-25T23:59:44.7345657Z (api/generated/helion.language.Tile: line 1) ok https://docs.pytorch.org/docs/stable/generated/torch.cummax.html#torch.cummax 2026-02-25T23:59:44.7803329Z (api/generated/helion.language.Tile: line 1) ok https://docs.pytorch.org/docs/stable/generated/torch.cummin.html#torch.cummin 2026-02-25T23:59:44.8186002Z (api/generated/helion.language.Tile: line 1) ok https://docs.pytorch.org/docs/stable/generated/torch.cumprod.html#torch.cumprod 2026-02-25T23:59:44.9190573Z (api/generated/helion.language.Tile: line 1) ok https://docs.pytorch.org/docs/stable/generated/torch.cumsum.html#torch.cumsum 2026-02-25T23:59:44.9514298Z (api/generated/helion.language.Tile: line 1) ok https://docs.pytorch.org/docs/stable/generated/torch.deg2rad.html#torch.deg2rad 2026-02-25T23:59:45.0621648Z (api/generated/helion.language.Tile: line 1) ok https://docs.pytorch.org/docs/stable/generated/torch.det.html#torch.det 2026-02-25T23:59:45.0663369Z (api/generated/helion.language.Tile: line 1) ok https://docs.pytorch.org/docs/stable/generated/torch.diag.html#torch.diag 2026-02-25T23:59:45.1678573Z (api/generated/helion.language.Tile: line 1) ok https://docs.pytorch.org/docs/stable/generated/torch.diagflat.html#torch.diagflat 2026-02-25T23:59:45.2089479Z (api/generated/helion.language.Tile: line 1) ok https://docs.pytorch.org/docs/stable/generated/torch.diag_embed.html#torch.diag_embed 2026-02-25T23:59:45.3132585Z (api/generated/helion.language.Tile: line 1) ok https://docs.pytorch.org/docs/stable/generated/torch.diagonal.html#torch.diagonal 2026-02-25T23:59:45.3267492Z (api/generated/helion.language.Tile: line 1) ok https://docs.pytorch.org/docs/stable/generated/torch.diagonal_scatter.html#torch.diagonal_scatter 2026-02-25T23:59:45.4561834Z (api/generated/helion.language.Tile: line 1) ok https://docs.pytorch.org/docs/stable/generated/torch.digamma.html#torch.digamma 2026-02-25T23:59:45.4563746Z (api/generated/helion.language.Tile: line 1) ok https://docs.pytorch.org/docs/stable/generated/torch.diff.html#torch.diff 2026-02-25T23:59:45.6190190Z (api/generated/helion.language.Tile: line 1) ok https://docs.pytorch.org/docs/stable/generated/torch.div.html#torch.div 2026-02-25T23:59:45.6191798Z (api/generated/helion.language.Tile: line 1) ok https://docs.pytorch.org/docs/stable/generated/torch.dist.html#torch.dist 2026-02-25T23:59:45.7311665Z (api/generated/helion.language.Tile: line 1) ok https://docs.pytorch.org/docs/stable/generated/torch.divide.html#torch.divide 2026-02-25T23:59:45.7383502Z (api/generated/helion.language.Tile: line 1) ok https://docs.pytorch.org/docs/stable/generated/torch.dot.html#torch.dot 2026-02-25T23:59:45.8949679Z (api/generated/helion.language.Tile: line 1) ok https://docs.pytorch.org/docs/stable/generated/torch.eq.html#torch.eq 2026-02-25T23:59:45.8976861Z (api/generated/helion.language.Tile: line 1) ok https://docs.pytorch.org/docs/stable/generated/torch.dsplit.html#torch.dsplit 2026-02-25T23:59:45.9769692Z (api/generated/helion.language.Tile: line 1) ok https://docs.pytorch.org/docs/stable/generated/torch.equal.html#torch.equal 2026-02-25T23:59:46.0412828Z (api/generated/helion.language.Tile: line 1) ok https://docs.pytorch.org/docs/stable/generated/torch.erf.html#torch.erf 2026-02-25T23:59:46.0887853Z (api/generated/helion.language.Tile: line 1) ok https://docs.pytorch.org/docs/stable/generated/torch.erfc.html#torch.erfc 2026-02-25T23:59:46.1774751Z (api/generated/helion.language.Tile: line 1) ok https://docs.pytorch.org/docs/stable/generated/torch.erfinv.html#torch.erfinv 2026-02-25T23:59:46.2716476Z (api/generated/helion.language.Tile: line 1) ok https://docs.pytorch.org/docs/stable/generated/torch.exp.html#torch.exp 2026-02-25T23:59:46.3240453Z (api/generated/helion.language.Tile: line 1) ok https://docs.pytorch.org/docs/stable/generated/torch.expm1.html#torch.expm1 2026-02-25T23:59:46.3242049Z (api/generated/helion.language.Tile: line 1) ok https://docs.pytorch.org/docs/stable/generated/torch.exp2.html#torch.exp2 2026-02-25T23:59:46.4618475Z (api/generated/helion.language.Tile: line 1) ok https://docs.pytorch.org/docs/stable/generated/torch.fix.html#torch.fix 2026-02-25T23:59:46.4688564Z (api/generated/helion.language.Tile: line 1) ok https://docs.pytorch.org/docs/stable/generated/torch.flatten.html#torch.flatten 2026-02-25T23:59:46.5871244Z (api/generated/helion.language.Tile: line 1) ok https://docs.pytorch.org/docs/stable/generated/torch.fliplr.html#torch.fliplr 2026-02-25T23:59:46.5920914Z (api/generated/helion.language.Tile: line 1) ok https://docs.pytorch.org/docs/stable/generated/torch.flip.html#torch.flip 2026-02-25T23:59:46.7072554Z (api/generated/helion.language.Tile: line 1) ok https://docs.pytorch.org/docs/stable/generated/torch.flipud.html#torch.flipud 2026-02-25T23:59:46.7126644Z (api/generated/helion.language.Tile: line 1) ok https://docs.pytorch.org/docs/stable/generated/torch.float_power.html#torch.float_power 2026-02-25T23:59:46.8564465Z (api/generated/helion.language.Tile: line 1) ok https://docs.pytorch.org/docs/stable/generated/torch.floor.html#torch.floor 2026-02-25T23:59:46.9296936Z (api/generated/helion.language.Tile: line 1) ok https://docs.pytorch.org/docs/stable/generated/torch.floor_divide.html#torch.floor_divide 2026-02-25T23:59:46.9585069Z (api/generated/helion.language.Tile: line 1) ok https://docs.pytorch.org/docs/stable/generated/torch.fmin.html#torch.fmin 2026-02-25T23:59:46.9736364Z (api/generated/helion.language.Tile: line 1) ok https://docs.pytorch.org/docs/stable/generated/torch.fmax.html#torch.fmax 2026-02-25T23:59:47.0901853Z (api/generated/helion.language.Tile: line 1) ok https://docs.pytorch.org/docs/stable/generated/torch.frac.html#torch.frac 2026-02-25T23:59:47.2174763Z (api/generated/helion.language.Tile: line 1) ok https://docs.pytorch.org/docs/stable/generated/torch.frexp.html#torch.frexp 2026-02-25T23:59:47.2177934Z (api/generated/helion.language.Tile: line 1) ok https://docs.pytorch.org/docs/stable/generated/torch.fmod.html#torch.fmod 2026-02-25T23:59:47.2633286Z (api/generated/helion.language.Tile: line 1) ok https://docs.pytorch.org/docs/stable/generated/torch.gather.html#torch.gather 2026-02-25T23:59:47.4036097Z (api/generated/helion.language.Tile: line 1) ok https://docs.pytorch.org/docs/stable/generated/torch.gcd.html#torch.gcd 2026-02-25T23:59:47.4105508Z (api/generated/helion.language.Tile: line 1) ok https://docs.pytorch.org/docs/stable/generated/torch.ge.html#torch.ge 2026-02-25T23:59:47.4847992Z (api/generated/helion.language.Tile: line 1) ok https://docs.pytorch.org/docs/stable/generated/torch.geqrf.html#torch.geqrf 2026-02-25T23:59:47.5943873Z (api/generated/helion.language.Tile: line 1) ok https://docs.pytorch.org/docs/stable/generated/torch.ger.html#torch.ger 2026-02-25T23:59:47.6282857Z (api/generated/helion.language.Tile: line 1) ok https://docs.pytorch.org/docs/stable/generated/torch.greater_equal.html#torch.greater_equal 2026-02-25T23:59:47.6958473Z (api/generated/helion.language.Tile: line 1) ok https://docs.pytorch.org/docs/stable/generated/torch.greater.html#torch.greater 2026-02-25T23:59:47.7000176Z (api/generated/helion.language.Tile: line 1) ok https://docs.pytorch.org/docs/stable/generated/torch.gt.html#torch.gt 2026-02-25T23:59:47.8417353Z (api/generated/helion.language.Tile: line 1) ok https://docs.pytorch.org/docs/stable/generated/torch.histc.html#torch.histc 2026-02-25T23:59:47.8419422Z (api/generated/helion.language.Tile: line 1) ok https://docs.pytorch.org/docs/stable/generated/torch.heaviside.html#torch.heaviside 2026-02-25T23:59:47.9494936Z (api/generated/helion.language.Tile: line 1) ok https://docs.pytorch.org/docs/stable/generated/torch.histogram.html#torch.histogram 2026-02-25T23:59:48.0112573Z (api/generated/helion.language.Tile: line 1) ok https://docs.pytorch.org/docs/stable/generated/torch.hsplit.html#torch.hsplit 2026-02-25T23:59:48.0689671Z (api/generated/helion.language.Tile: line 1) ok https://docs.pytorch.org/docs/stable/generated/torch.i0.html#torch.i0 2026-02-25T23:59:48.1203493Z (api/generated/helion.language.Tile: line 1) ok https://docs.pytorch.org/docs/stable/generated/torch.hypot.html#torch.hypot 2026-02-25T23:59:48.1653577Z (api/generated/helion.language.Tile: line 1) ok https://docs.pytorch.org/docs/stable/generated/torch.igamma.html#torch.igamma 2026-02-25T23:59:48.2634974Z (api/generated/helion.language.Tile: line 1) ok https://docs.pytorch.org/docs/stable/generated/torch.igammac.html#torch.igammac 2026-02-25T23:59:48.3119137Z (api/generated/helion.language.Tile: line 1) ok https://docs.pytorch.org/docs/stable/generated/torch.index_select.html#torch.index_select 2026-02-25T23:59:48.4085601Z (api/generated/helion.language.Tile: line 1) ok https://docs.pytorch.org/docs/stable/generated/torch.inverse.html#torch.inverse 2026-02-25T23:59:48.4140602Z (api/generated/helion.language.Tile: line 1) ok https://docs.pytorch.org/docs/stable/generated/torch.inner.html#torch.inner 2026-02-25T23:59:48.5156497Z (api/generated/helion.language.Tile: line 1) ok https://docs.pytorch.org/docs/stable/generated/torch.isclose.html#torch.isclose 2026-02-25T23:59:48.5576807Z (api/generated/helion.language.Tile: line 1) ok https://docs.pytorch.org/docs/stable/generated/torch.isfinite.html#torch.isfinite 2026-02-25T23:59:48.6685025Z (api/generated/helion.language.Tile: line 1) ok https://docs.pytorch.org/docs/stable/generated/torch.isnan.html#torch.isnan 2026-02-25T23:59:48.7347442Z (api/generated/helion.language.Tile: line 1) ok https://docs.pytorch.org/docs/stable/generated/torch.isinf.html#torch.isinf 2026-02-25T23:59:48.7719113Z (api/generated/helion.language.Tile: line 1) ok https://docs.pytorch.org/docs/stable/generated/torch.isneginf.html#torch.isneginf 2026-02-25T23:59:48.7973221Z (api/generated/helion.language.Tile: line 1) ok https://docs.pytorch.org/docs/stable/generated/torch.isposinf.html#torch.isposinf 2026-02-25T23:59:48.8927195Z (api/generated/helion.language.Tile: line 1) ok https://docs.pytorch.org/docs/stable/generated/torch.isreal.html#torch.isreal 2026-02-25T23:59:49.0092443Z (api/generated/helion.language.Tile: line 1) ok https://docs.pytorch.org/docs/stable/generated/torch.istft.html#torch.istft 2026-02-25T23:59:49.0416313Z (api/generated/helion.language.Tile: line 1) ok https://docs.pytorch.org/docs/stable/generated/torch.kthvalue.html#torch.kthvalue 2026-02-25T23:59:49.0487384Z (api/generated/helion.language.Tile: line 1) ok https://docs.pytorch.org/docs/stable/generated/torch.kron.html#torch.kron 2026-02-25T23:59:49.2022360Z (api/generated/helion.language.Tile: line 1) ok https://docs.pytorch.org/docs/stable/generated/torch.lcm.html#torch.lcm 2026-02-25T23:59:49.2189256Z (api/generated/helion.language.Tile: line 1) ok https://docs.pytorch.org/docs/stable/generated/torch.ldexp.html#torch.ldexp 2026-02-25T23:59:49.2878831Z (api/generated/helion.language.Tile: line 1) ok https://docs.pytorch.org/docs/stable/generated/torch.lerp.html#torch.lerp 2026-02-25T23:59:49.3577111Z (api/generated/helion.language.Tile: line 1) ok https://docs.pytorch.org/docs/stable/generated/torch.le.html#torch.le 2026-02-25T23:59:49.3727380Z (api/generated/helion.language.Tile: line 1) ok https://docs.pytorch.org/docs/stable/generated/torch.less_equal.html#torch.less_equal 2026-02-25T23:59:49.5452723Z (api/generated/helion.language.Tile: line 1) ok https://docs.pytorch.org/docs/stable/generated/torch.linalg.matrix_power.html#torch.linalg.matrix_power 2026-02-25T23:59:49.5820318Z (api/generated/helion.language.Tile: line 1) ok https://docs.pytorch.org/docs/stable/generated/torch.lgamma.html#torch.lgamma 2026-02-25T23:59:49.6156968Z (api/generated/helion.language.Tile: line 1) ok https://docs.pytorch.org/docs/stable/generated/torch.log10.html#torch.log10 2026-02-25T23:59:49.6362488Z (api/generated/helion.language.Tile: line 1) ok https://docs.pytorch.org/docs/stable/generated/torch.log.html#torch.log 2026-02-25T23:59:49.7536128Z (api/generated/helion.language.Tile: line 1) ok https://docs.pytorch.org/docs/stable/generated/torch.log2.html#torch.log2 2026-02-25T23:59:49.7979238Z (api/generated/helion.language.Tile: line 1) ok https://docs.pytorch.org/docs/stable/generated/torch.log1p.html#torch.log1p 2026-02-25T23:59:49.8536118Z (api/generated/helion.language.Tile: line 1) ok https://docs.pytorch.org/docs/stable/generated/torch.logaddexp.html#torch.logaddexp 2026-02-25T23:59:49.8956426Z (api/generated/helion.language.Tile: line 1) ok https://docs.pytorch.org/docs/stable/generated/torch.logaddexp2.html#torch.logaddexp2 2026-02-25T23:59:49.9988438Z (api/generated/helion.language.Tile: line 1) ok https://docs.pytorch.org/docs/stable/generated/torch.logcumsumexp.html#torch.logcumsumexp 2026-02-25T23:59:50.0768278Z (api/generated/helion.language.Tile: line 1) ok https://docs.pytorch.org/docs/stable/generated/torch.logdet.html#torch.logdet 2026-02-25T23:59:50.1420966Z (api/generated/helion.language.Tile: line 1) ok https://docs.pytorch.org/docs/stable/generated/torch.logical_and.html#torch.logical_and 2026-02-25T23:59:50.1687794Z (api/generated/helion.language.Tile: line 1) ok https://docs.pytorch.org/docs/stable/generated/torch.logical_not.html#torch.logical_not 2026-02-25T23:59:50.2448545Z (api/generated/helion.language.Tile: line 1) ok https://docs.pytorch.org/docs/stable/generated/torch.logical_or.html#torch.logical_or 2026-02-25T23:59:50.2740616Z (api/generated/helion.language.Tile: line 1) ok https://docs.pytorch.org/docs/stable/generated/torch.logical_xor.html#torch.logical_xor 2026-02-25T23:59:50.4155649Z (api/generated/helion.language.Tile: line 1) ok https://docs.pytorch.org/docs/stable/generated/torch.logsumexp.html#torch.logsumexp 2026-02-25T23:59:50.4729811Z (api/generated/helion.language.Tile: line 1) ok https://docs.pytorch.org/docs/stable/generated/torch.lt.html#torch.lt 2026-02-25T23:59:50.4756267Z (api/generated/helion.language.Tile: line 1) ok https://docs.pytorch.org/docs/stable/generated/torch.logit.html#torch.logit 2026-02-25T23:59:50.5764528Z (api/generated/helion.language.Tile: line 1) ok https://docs.pytorch.org/docs/stable/generated/torch.lu.html#torch.lu 2026-02-25T23:59:50.6413139Z (api/generated/helion.language.Tile: line 1) ok https://docs.pytorch.org/docs/stable/generated/torch.lu_solve.html#torch.lu_solve 2026-02-25T23:59:50.6857242Z (api/generated/helion.language.Tile: line 1) ok https://docs.pytorch.org/docs/stable/generated/torch.masked_select.html#torch.masked_select 2026-02-25T23:59:50.7490152Z (api/generated/helion.language.Tile: line 1) ok https://docs.pytorch.org/docs/stable/generated/torch.matmul.html#torch.matmul 2026-02-25T23:59:50.9002614Z (api/generated/helion.language.Tile: line 1) ok https://docs.pytorch.org/docs/stable/generated/torch.matrix_exp.html#torch.matrix_exp 2026-02-25T23:59:50.9045872Z (api/generated/helion.language.Tile: line 1) ok https://docs.pytorch.org/docs/stable/generated/torch.max.html#torch.max 2026-02-25T23:59:50.9300576Z (api/generated/helion.language.Tile: line 1) ok https://docs.pytorch.org/docs/stable/generated/torch.maximum.html#torch.maximum 2026-02-25T23:59:50.9972054Z (api/generated/helion.language.Tile: line 1) ok https://docs.pytorch.org/docs/stable/generated/torch.mean.html#torch.mean 2026-02-25T23:59:51.0831159Z (api/generated/helion.language.Tile: line 1) ok https://docs.pytorch.org/docs/stable/generated/torch.median.html#torch.median 2026-02-25T23:59:51.1123852Z (api/generated/helion.language.Tile: line 1) ok https://docs.pytorch.org/docs/stable/generated/torch.min.html#torch.min 2026-02-25T23:59:51.2784966Z (api/generated/helion.language.Tile: line 1) ok https://docs.pytorch.org/docs/stable/generated/torch.mm.html#torch.mm 2026-02-25T23:59:51.2814551Z (api/generated/helion.language.Tile: line 1) ok https://docs.pytorch.org/docs/stable/generated/torch.minimum.html#torch.minimum 2026-02-25T23:59:51.2877322Z (api/generated/helion.language.Tile: line 1) ok https://docs.pytorch.org/docs/stable/generated/torch.mode.html#torch.mode 2026-02-25T23:59:51.3913190Z (api/generated/helion.language.Tile: line 1) ok https://docs.pytorch.org/docs/stable/generated/torch.moveaxis.html#torch.moveaxis 2026-02-25T23:59:51.5122368Z (api/generated/helion.language.Tile: line 1) ok https://docs.pytorch.org/docs/stable/generated/torch.movedim.html#torch.movedim 2026-02-25T23:59:51.5459510Z (api/generated/helion.language.Tile: line 1) ok https://docs.pytorch.org/docs/stable/generated/torch.mul.html#torch.mul 2026-02-25T23:59:51.5498616Z (api/generated/helion.language.Tile: line 1) ok https://docs.pytorch.org/docs/stable/generated/torch.msort.html#torch.msort 2026-02-25T23:59:51.5834476Z ( installation: line 13) ok https://docs.astral.sh/uv/ 2026-02-25T23:59:51.6902473Z (api/generated/helion.language.Tile: line 1) ok https://docs.pytorch.org/docs/stable/generated/torch.multinomial.html#torch.multinomial 2026-02-25T23:59:51.7482180Z (api/generated/helion.language.Tile: line 1) ok https://docs.pytorch.org/docs/stable/generated/torch.multiply.html#torch.multiply 2026-02-25T23:59:51.8685006Z (api/generated/helion.language.Tile: line 1) ok https://docs.pytorch.org/docs/stable/generated/torch.mv.html#torch.mv 2026-02-25T23:59:51.8881964Z (api/generated/helion.language.Tile: line 1) ok https://docs.pytorch.org/docs/stable/generated/torch.mvlgamma.html#torch.mvlgamma 2026-02-25T23:59:51.9022169Z (api/generated/helion.language.Tile: line 1) ok https://docs.pytorch.org/docs/stable/generated/torch.nan_to_num.html#torch.nan_to_num 2026-02-25T23:59:52.0228262Z (api/generated/helion.language.Tile: line 1) ok https://docs.pytorch.org/docs/stable/generated/torch.nanmean.html#torch.nanmean 2026-02-25T23:59:52.0345034Z (api/generated/helion.language.Tile: line 1) ok https://docs.pytorch.org/docs/stable/generated/torch.nanmedian.html#torch.nanmedian 2026-02-25T23:59:52.2027572Z (api/generated/helion.language.Tile: line 1) ok https://docs.pytorch.org/docs/stable/generated/torch.nanquantile.html#torch.nanquantile 2026-02-25T23:59:52.2029811Z (api/generated/helion.language.Tile: line 1) ok https://docs.pytorch.org/docs/stable/generated/torch.nansum.html#torch.nansum 2026-02-25T23:59:52.2555421Z (api/generated/helion.language.Tile: line 1) ok https://docs.pytorch.org/docs/stable/generated/torch.narrow.html#torch.narrow 2026-02-25T23:59:52.3531485Z (api/generated/helion.language.Tile: line 1) ok https://docs.pytorch.org/docs/stable/generated/torch.ne.html#torch.ne 2026-02-25T23:59:52.3786779Z (api/generated/helion.language.Tile: line 1) ok https://docs.pytorch.org/docs/stable/generated/torch.narrow_copy.html#torch.narrow_copy 2026-02-25T23:59:52.5247647Z (api/generated/helion.language.Tile: line 1) ok https://docs.pytorch.org/docs/stable/generated/torch.negative.html#torch.negative 2026-02-25T23:59:52.5249395Z (api/generated/helion.language.Tile: line 1) ok https://docs.pytorch.org/docs/stable/generated/torch.nextafter.html#torch.nextafter 2026-02-25T23:59:52.5725086Z (api/generated/helion.language.Tile: line 1) ok https://docs.pytorch.org/docs/stable/generated/torch.neg.html#torch.neg 2026-02-25T23:59:52.6777084Z (api/generated/helion.language.Tile: line 1) ok https://docs.pytorch.org/docs/stable/generated/torch.nn.functional.softmax.html#torch.nn.functional.softmax 2026-02-25T23:59:52.7737796Z (api/generated/helion.language.Tile: line 1) ok https://docs.pytorch.org/docs/stable/generated/torch.nn.functional.hardshrink.html#torch.nn.functional.hardshrink 2026-02-25T23:59:52.8564464Z (api/generated/helion.language.Tile: line 1) ok https://docs.pytorch.org/docs/stable/generated/torch.norm.html#torch.norm 2026-02-25T23:59:52.8912015Z (api/generated/helion.language.Tile: line 1) ok https://docs.pytorch.org/docs/stable/generated/torch.nonzero.html#torch.nonzero 2026-02-25T23:59:52.8998118Z (api/generated/helion.language.Tile: line 1) ok https://docs.pytorch.org/docs/stable/generated/torch.not_equal.html#torch.not_equal 2026-02-25T23:59:53.0111445Z (api/generated/helion.language.Tile: line 1) ok https://docs.pytorch.org/docs/stable/generated/torch.numel.html#torch.numel 2026-02-25T23:59:53.0998667Z (api/generated/helion.language.Tile: line 1) ok https://docs.pytorch.org/docs/stable/generated/torch.ormqr.html#torch.ormqr 2026-02-25T23:59:53.1139370Z (api/generated/helion.language.Tile: line 1) ok https://docs.pytorch.org/docs/stable/generated/torch.orgqr.html#torch.orgqr 2026-02-25T23:59:53.2106785Z (api/generated/helion.language.Tile: line 1) ok https://docs.pytorch.org/docs/stable/generated/torch.outer.html#torch.outer 2026-02-25T23:59:53.2475092Z (api/generated/helion.language.Tile: line 1) ok https://docs.pytorch.org/docs/stable/generated/torch.permute.html#torch.permute 2026-02-25T23:59:53.3267850Z (api/generated/helion.language.Tile: line 1) ok https://docs.pytorch.org/docs/stable/generated/torch.pinverse.html#torch.pinverse 2026-02-25T23:59:53.3778637Z (api/generated/helion.language.Tile: line 1) ok https://docs.pytorch.org/docs/stable/generated/torch.polygamma.html#torch.polygamma 2026-02-25T23:59:53.5078045Z (api/generated/helion.language.Tile: line 1) ok https://docs.pytorch.org/docs/stable/generated/torch.positive.html#torch.positive 2026-02-25T23:59:53.5681847Z (api/generated/helion.language.Tile: line 1) ok https://docs.pytorch.org/docs/stable/generated/torch.prod.html#torch.prod 2026-02-25T23:59:53.5852789Z (api/generated/helion.language.Tile: line 1) ok https://docs.pytorch.org/docs/stable/generated/torch.pow.html#torch.pow 2026-02-25T23:59:53.6319592Z (api/generated/helion.language.Tile: line 1) ok https://docs.pytorch.org/docs/stable/generated/torch.qr.html#torch.qr 2026-02-25T23:59:53.6815815Z (api/generated/helion.language.Tile: line 1) ok https://docs.pytorch.org/docs/stable/generated/torch.quantile.html#torch.quantile 2026-02-25T23:59:53.8155325Z (api/generated/helion.language.Tile: line 1) ok https://docs.pytorch.org/docs/stable/generated/torch.rad2deg.html#torch.rad2deg 2026-02-25T23:59:53.8293154Z (api/generated/helion.language.Tile: line 1) ok https://docs.pytorch.org/docs/stable/generated/torch.ravel.html#torch.ravel 2026-02-25T23:59:53.9191157Z (api/generated/helion.language.Tile: line 1) ok https://docs.pytorch.org/docs/stable/generated/torch.reciprocal.html#torch.reciprocal 2026-02-25T23:59:54.0215831Z (api/generated/helion.language.Tile: line 1) ok https://docs.pytorch.org/docs/stable/generated/torch.remainder.html#torch.remainder 2026-02-25T23:59:54.0609556Z (api/generated/helion.language.Tile: line 1) ok https://docs.pytorch.org/docs/stable/generated/torch.renorm.html#torch.renorm 2026-02-25T23:59:54.1023726Z (api/generated/helion.language.Tile: line 1) ok https://docs.pytorch.org/docs/stable/generated/torch.resolve_conj.html#torch.resolve_conj 2026-02-25T23:59:54.1796122Z (api/generated/helion.language.Tile: line 1) ok https://docs.pytorch.org/docs/stable/generated/torch.repeat_interleave.html#torch.repeat_interleave 2026-02-25T23:59:54.2321867Z (api/generated/helion.language.Tile: line 1) ok https://docs.pytorch.org/docs/stable/generated/torch.resolve_neg.html#torch.resolve_neg 2026-02-25T23:59:54.3845698Z (api/generated/helion.language.Tile: line 1) ok https://docs.pytorch.org/docs/stable/generated/torch.rot90.html#torch.rot90 2026-02-25T23:59:54.3847295Z (api/generated/helion.language.Tile: line 1) ok https://docs.pytorch.org/docs/stable/generated/torch.roll.html#torch.roll 2026-02-25T23:59:54.4216173Z (api/generated/helion.language.Tile: line 1) ok https://docs.pytorch.org/docs/stable/generated/torch.round.html#torch.round 2026-02-25T23:59:54.4505171Z (api/generated/helion.language.Tile: line 1) ok https://docs.pytorch.org/docs/stable/generated/torch.rsqrt.html#torch.rsqrt 2026-02-25T23:59:54.5163904Z (api/generated/helion.language.Tile: line 1) ok https://docs.pytorch.org/docs/stable/generated/torch.select.html#torch.select 2026-02-25T23:59:54.6994870Z (api/generated/helion.language.Tile: line 1) ok https://docs.pytorch.org/docs/stable/generated/torch.select_scatter.html#torch.select_scatter 2026-02-25T23:59:54.7121945Z (api/generated/helion.language.Tile: line 1) ok https://docs.pytorch.org/docs/stable/generated/torch.sgn.html#torch.sgn 2026-02-25T23:59:54.8017987Z (api/generated/helion.language.Tile: line 1) ok https://docs.pytorch.org/docs/stable/generated/torch.sign.html#torch.sign 2026-02-25T23:59:54.8033913Z (api/generated/helion.language.Tile: line 1) ok https://docs.pytorch.org/docs/stable/generated/torch.sigmoid.html#torch.sigmoid 2026-02-25T23:59:54.8451101Z (api/generated/helion.language.Tile: line 1) ok https://docs.pytorch.org/docs/stable/generated/torch.signbit.html#torch.signbit 2026-02-25T23:59:54.9415084Z (api/generated/helion.language.Tile: line 1) ok https://docs.pytorch.org/docs/stable/generated/torch.sinc.html#torch.sinc 2026-02-25T23:59:55.0834791Z (api/generated/helion.language.Tile: line 1) ok https://docs.pytorch.org/docs/stable/generated/torch.sin.html#torch.sin 2026-02-25T23:59:55.1304443Z (api/generated/helion.language.Tile: line 1) ok https://docs.pytorch.org/docs/stable/generated/torch.slice_scatter.html#torch.slice_scatter 2026-02-25T23:59:55.1306203Z (api/generated/helion.language.Tile: line 1) ok https://docs.pytorch.org/docs/stable/generated/torch.slogdet.html#torch.slogdet 2026-02-25T23:59:55.1516980Z (api/generated/helion.language.Tile: line 1) ok https://docs.pytorch.org/docs/stable/generated/torch.sinh.html#torch.sinh 2026-02-25T23:59:55.2895869Z (api/generated/helion.language.Tile: line 1) ok https://docs.pytorch.org/docs/stable/generated/torch.smm.html#torch.smm 2026-02-25T23:59:55.3030380Z (api/generated/helion.language.Tile: line 1) ok https://docs.pytorch.org/docs/stable/generated/torch.sort.html#torch.sort 2026-02-25T23:59:55.4308882Z (api/generated/helion.language.Tile: line 1) ok https://docs.pytorch.org/docs/stable/generated/torch.sqrt.html#torch.sqrt 2026-02-25T23:59:55.5134192Z (api/generated/helion.language.Tile: line 1) ok https://docs.pytorch.org/docs/stable/generated/torch.split.html#torch.split 2026-02-25T23:59:55.5289871Z (api/generated/helion.language.Tile: line 1) ok https://docs.pytorch.org/docs/stable/generated/torch.square.html#torch.square 2026-02-25T23:59:55.5936390Z (api/generated/helion.language.Tile: line 1) ok https://docs.pytorch.org/docs/stable/generated/torch.squeeze.html#torch.squeeze 2026-02-25T23:59:55.6700551Z (api/generated/helion.language.Tile: line 1) ok https://docs.pytorch.org/docs/stable/generated/torch.sspaddmm.html#torch.sspaddmm 2026-02-25T23:59:55.7444074Z (api/generated/helion.language.Tile: line 1) ok https://docs.pytorch.org/docs/stable/generated/torch.stft.html#torch.stft 2026-02-25T23:59:55.7892346Z (api/generated/helion.language.Tile: line 1) ok https://docs.pytorch.org/docs/stable/generated/torch.std.html#torch.std 2026-02-25T23:59:55.8545675Z (api/generated/helion.language.Tile: line 1) ok https://docs.pytorch.org/docs/stable/generated/torch.subtract.html#torch.subtract 2026-02-25T23:59:55.8850455Z (api/generated/helion.language.Tile: line 1) ok https://docs.pytorch.org/docs/stable/generated/torch.sub.html#torch.sub 2026-02-25T23:59:55.9865485Z (api/generated/helion.language.Tile: line 1) ok https://docs.pytorch.org/docs/stable/generated/torch.sum.html#torch.sum 2026-02-25T23:59:56.0259591Z (api/generated/helion.language.Tile: line 1) ok https://docs.pytorch.org/docs/stable/generated/torch.svd.html#torch.svd 2026-02-25T23:59:56.1184412Z (api/generated/helion.language.Tile: line 1) ok https://docs.pytorch.org/docs/stable/generated/torch.swapaxes.html#torch.swapaxes 2026-02-25T23:59:56.2080139Z (api/generated/helion.language.Tile: line 1) ok https://docs.pytorch.org/docs/stable/generated/torch.swapdims.html#torch.swapdims 2026-02-25T23:59:56.2468359Z (api/generated/helion.language.Tile: line 1) ok https://docs.pytorch.org/docs/stable/generated/torch.t.html#torch.t 2026-02-25T23:59:56.3047541Z (api/generated/helion.language.Tile: line 1) ok https://docs.pytorch.org/docs/stable/generated/torch.take.html#torch.take 2026-02-25T23:59:56.4240427Z (api/generated/helion.language.Tile: line 1) ok https://docs.pytorch.org/docs/stable/generated/torch.take_along_dim.html#torch.take_along_dim 2026-02-25T23:59:56.4242116Z (api/generated/helion.language.Tile: line 1) ok https://docs.pytorch.org/docs/stable/generated/torch.tan.html#torch.tan 2026-02-25T23:59:56.5708457Z (api/generated/helion.language.Tile: line 1) ok https://docs.pytorch.org/docs/stable/generated/torch.tensor_split.html#torch.tensor_split 2026-02-25T23:59:56.5710269Z (api/generated/helion.language.Tile: line 1) ok https://docs.pytorch.org/docs/stable/generated/torch.tile.html#torch.tile 2026-02-25T23:59:56.5761030Z (api/generated/helion.language.Tile: line 1) ok https://docs.pytorch.org/docs/stable/generated/torch.tanh.html#torch.tanh 2026-02-25T23:59:56.6722174Z (api/generated/helion.language.Tile: line 1) ok https://docs.pytorch.org/docs/stable/generated/torch.topk.html#torch.topk 2026-02-25T23:59:56.7258883Z (api/generated/helion.language.Tile: line 1) ok https://docs.pytorch.org/docs/stable/generated/torch.trace.html#torch.trace 2026-02-25T23:59:56.9290893Z (api/generated/helion.language.Tile: line 1) ok https://docs.pytorch.org/docs/stable/generated/torch.triangular_solve.html#torch.triangular_solve 2026-02-25T23:59:56.9292785Z (api/generated/helion.language.Tile: line 1) ok https://docs.pytorch.org/docs/stable/generated/torch.transpose.html#torch.transpose 2026-02-25T23:59:56.9437076Z (api/generated/helion.language.Tile: line 1) ok https://docs.pytorch.org/docs/stable/generated/torch.triu.html#torch.triu 2026-02-25T23:59:57.0168102Z (api/generated/helion.language.Tile: line 1) ok https://docs.pytorch.org/docs/stable/generated/torch.tril.html#torch.tril 2026-02-25T23:59:57.0195010Z (api/generated/helion.language.Tile: line 1) ok https://docs.pytorch.org/docs/stable/generated/torch.true_divide.html#torch.true_divide 2026-02-25T23:59:57.2248891Z (api/generated/helion.language.Tile: line 1) ok https://docs.pytorch.org/docs/stable/generated/torch.unbind.html#torch.unbind 2026-02-25T23:59:57.2250539Z (api/generated/helion.language.Tile: line 1) ok https://docs.pytorch.org/docs/stable/generated/torch.trunc.html#torch.trunc 2026-02-25T23:59:57.2710934Z (api/generated/helion.language.Tile: line 1) ok https://docs.pytorch.org/docs/stable/generated/torch.unflatten.html#torch.unflatten 2026-02-25T23:59:57.3531434Z (api/generated/helion.language.Tile: line 1) ok https://docs.pytorch.org/docs/stable/generated/torch.unsqueeze.html#torch.unsqueeze 2026-02-25T23:59:57.3848610Z (api/generated/helion.language.Tile: line 1) ok https://docs.pytorch.org/docs/stable/generated/torch.var.html#torch.var 2026-02-25T23:59:57.4458102Z (api/generated/helion.language.Tile: line 1) ok https://docs.pytorch.org/docs/stable/generated/torch.vsplit.html#torch.vsplit 2026-02-25T23:59:57.5964444Z (api/generated/helion.language.Tile: line 1) ok https://docs.pytorch.org/docs/stable/generated/torch.xlogy.html#torch.xlogy 2026-02-25T23:59:57.6279034Z (api/generated/helion.language.Tile: line 1) ok https://docs.pytorch.org/docs/stable/generated/torch.vdot.html#torch.vdot 2026-02-25T23:59:57.6709486Z (api/generated/helion.language.StackTensor: line 1) ok https://docs.pytorch.org/docs/stable/size.html#torch.Size 2026-02-25T23:59:57.7367243Z (api/generated/helion.language.Tile: line 1) ok https://docs.pytorch.org/docs/stable/sparse.html#sparse-coo-docs 2026-02-25T23:59:57.7896075Z (api/generated/helion.language.Tile: line 1) ok https://docs.pytorch.org/docs/stable/sparse.html#sparse-docs 2026-02-25T23:59:57.9101008Z (api/generated/helion.language.Tile: line 1) ok https://docs.pytorch.org/docs/stable/sparse.html#sparse-uncoalesced-coo-docs 2026-02-25T23:59:58.0654968Z (api/generated/helion.language.StackTensor: line 1) ok https://docs.pytorch.org/docs/stable/tensor_attributes.html#torch.device 2026-02-25T23:59:58.0778175Z (api/generated/helion.Settings: line 1) ok https://docs.pytorch.org/docs/stable/tensor_attributes.html#torch.dtype 2026-02-25T23:59:58.0860235Z (api/generated/helion.language.StackTensor: line 1) ok https://docs.pytorch.org/docs/stable/tensors.html#torch.Tensor 2026-02-25T23:59:58.1496636Z (api/generated/helion.language.StackTensor: line 1) ok https://docs.pytorch.org/docs/stable/torch.html#torch.SymInt 2026-02-25T23:59:58.3741807Z ( installation: line 190) ok https://github.com/pytorch/helion/tree/main/examples 2026-02-25T23:59:58.4782590Z ( index: line 75) ok https://github.com/pytorch/helion/blob/main/notebooks/softmax.ipynb 2026-02-25T23:59:58.5351924Z ( index: line 126) ok https://github.com/pytorch/pytorch/tree/main/torch/_inductor 2026-02-25T23:59:58.7937072Z ( tileir_backend: line 5) ok https://github.com/triton-lang/Triton-to-tile-IR 2026-02-25T23:59:58.8060387Z ( installation: line 16) ok https://github.com/pytorch/pytorch 2026-02-25T23:59:58.8263343Z ( installation: line 31) ok https://pypi.org/project/helion/ 2026-02-25T23:59:58.8540382Z (examples/segment_reduction: line 24) ok https://github.com/pytorch/helion/issues/237 2026-02-25T23:59:58.8890165Z ( installation: line 73) ok https://pytorch.org/get-started/locally/ 2026-02-25T23:59:58.8981187Z ( index: line 17) ok https://github.com/triton-lang/triton 2026-02-25T23:59:58.9435282Z ( index: line 126) redirect https://pytorch.org/docs/stable/generated/torch.fx.experimental.proxy_tensor.make_fx.html - permanently to https://docs.pytorch.org/docs/stable/generated/torch.fx.experimental.proxy_tensor.make_fx.html 2026-02-25T23:59:59.2102111Z ( events: line 7) ok https://pldi26.sigplan.org/ 2026-02-25T23:59:59.6042485Z ( events: line 15) ok https://www.youtube.com/watch?v=BW-Ht-5IxgM 2026-02-25T23:59:59.6849160Z ( events: line 19) ok https://www.youtube.com/watch?v=UDqg5WrgT6U 2026-02-25T23:59:59.7479827Z ( events: line 21) ok https://www.youtube.com/watch?v=MBOPzfl1JBo 2026-02-25T23:59:59.8762727Z ( events: line 11) ok https://www.youtube.com/watch?v=_gIyr1BVUJk 2026-02-26T00:00:00.0842433Z ( events: line 25) ok https://www.youtube.com/watch?v=N4Vn2l1JX5c 2026-02-26T00:00:00.3889590Z ( index: line 79) redirect https://youtu.be/BW-Ht-5IxgM - with See Other to https://www.youtube.com/watch?v=BW-Ht-5IxgM&feature=youtu.be 2026-02-26T00:00:00.3958107Z Sphinx-Gallery gallery_conf["plot_gallery"] was False, so no examples were executed. 2026-02-26T00:00:00.4067338Z sphinx-sitemap: No pages generated for sitemap.xml 2026-02-26T00:00:00.4067923Z build succeeded, 330 warnings. 2026-02-26T00:00:00.4068230Z 2026-02-26T00:00:00.4069618Z Look for any errors in the above output or in ../site/linkcheck/output.txt 2026-02-26T00:00:02.1428428Z ##[group]Run actions/upload-artifact@v6 2026-02-26T00:00:02.1428719Z with: 2026-02-26T00:00:02.1428892Z name: docs-html 2026-02-26T00:00:02.1429078Z path: site 2026-02-26T00:00:02.1429263Z if-no-files-found: warn 2026-02-26T00:00:02.1429475Z compression-level: 6 2026-02-26T00:00:02.1429671Z overwrite: false 2026-02-26T00:00:02.1429864Z include-hidden-files: false 2026-02-26T00:00:02.1430078Z env: 2026-02-26T00:00:02.1430313Z UV_PYTHON_INSTALL_DIR: /home/runner/work/_temp/uv-python-dir 2026-02-26T00:00:02.1430623Z UV_PYTHON: 3.12 2026-02-26T00:00:02.1430847Z UV_CACHE_DIR: /home/runner/work/_temp/setup-uv-cache 2026-02-26T00:00:02.1431139Z ##[endgroup] 2026-02-26T00:00:02.3924279Z Uploads are case insensitive: /home/runner/work/helion/helion/site/api/generated/helion.language.tile.html was detected that it will be overwritten by another file with the same path 2026-02-26T00:00:02.3955994Z Uploads are case insensitive: /home/runner/work/helion/helion/site/doctrees/api/generated/helion.language.tile.doctree was detected that it will be overwritten by another file with the same path 2026-02-26T00:00:02.4053466Z With the provided path, there will be 484 files uploaded 2026-02-26T00:00:02.4059158Z Artifact name is valid! 2026-02-26T00:00:02.4061361Z Root directory input is valid! 2026-02-26T00:00:02.4673786Z Beginning upload of artifact content to blob storage 2026-02-26T00:00:03.6174452Z Uploaded bytes 8388608 2026-02-26T00:00:04.5914846Z Uploaded bytes 15619054 2026-02-26T00:00:04.6048249Z Finished uploading artifact content to blob storage! 2026-02-26T00:00:04.6049882Z SHA256 digest of uploaded artifact zip is dc9b07f0ffce5765024844ae004af0d855bbdcacf08d4695f585fee3d3f256fd 2026-02-26T00:00:04.6051675Z Finalizing artifact upload 2026-02-26T00:00:04.7096609Z Artifact docs-html.zip successfully finalized. Artifact ID 5663907082 2026-02-26T00:00:04.7097907Z Artifact docs-html has been successfully uploaded! Final size is 15619054 bytes. Artifact ID is 5663907082 2026-02-26T00:00:04.7103261Z Artifact download URL: https://github.com/pytorch/helion/actions/runs/22421460961/artifacts/5663907082 2026-02-26T00:00:04.7319123Z Post job cleanup. 2026-02-26T00:00:04.8593144Z UV_CACHE_DIR is already set to /home/runner/work/_temp/setup-uv-cache 2026-02-26T00:00:04.8599243Z UV_PYTHON_INSTALL_DIR is already set to /home/runner/work/_temp/uv-python-dir 2026-02-26T00:00:04.8611333Z Pruning cache... 2026-02-26T00:00:04.8624661Z (node:3038) [DEP0040] DeprecationWarning: The `punycode` module is deprecated. Please use a userland alternative instead. 2026-02-26T00:00:04.8625740Z (Use `node --trace-deprecation ...` to show where the warning was created) 2026-02-26T00:00:04.8631499Z [command]/opt/hostedtoolcache/uv/0.10.6/x86_64/uv cache prune --ci --force 2026-02-26T00:00:04.8738181Z Pruning cache at: /home/runner/work/_temp/setup-uv-cache 2026-02-26T00:00:05.2880541Z Removed 23973 files (7.0GiB) 2026-02-26T00:00:05.2911325Z Including uv cache path: /home/runner/work/_temp/setup-uv-cache 2026-02-26T00:00:05.3053247Z [command]/usr/bin/tar --posix -cf cache.tzst --exclude cache.tzst -P -C /home/runner/work/helion/helion --files-from manifest.txt --use-compress-program zstdmt 2026-02-26T00:00:05.4226024Z Failed to save: Unable to reserve cache with key setup-uv-2-x86_64-unknown-linux-gnu-ubuntu-24.04-3.12-pruned-d6edf83b7493c8b7817ae65dc4829355e0bf43260f2a41b35cbcbe7cae93ccec, another job may be creating this cache. 2026-02-26T00:00:05.4235685Z uv cache saved with key: setup-uv-2-x86_64-unknown-linux-gnu-ubuntu-24.04-3.12-pruned-d6edf83b7493c8b7817ae65dc4829355e0bf43260f2a41b35cbcbe7cae93ccec 2026-02-26T00:00:05.4861317Z Post job cleanup. 2026-02-26T00:00:05.5650188Z [command]/usr/bin/git version 2026-02-26T00:00:05.5686163Z git version 2.53.0 2026-02-26T00:00:05.5724145Z Temporarily overriding HOME='/home/runner/work/_temp/2c2bf42d-6411-47c0-a9e1-a4ce38037549' before making global git config changes 2026-02-26T00:00:05.5725421Z Adding repository directory to the temporary git global config as a safe directory 2026-02-26T00:00:05.5729722Z [command]/usr/bin/git config --global --add safe.directory /home/runner/work/helion/helion 2026-02-26T00:00:05.5760897Z Removing SSH command configuration 2026-02-26T00:00:05.5767178Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand 2026-02-26T00:00:05.5824947Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'core\.sshCommand' && git config --local --unset-all 'core.sshCommand' || :" 2026-02-26T00:00:05.6063221Z Removing HTTP extra header 2026-02-26T00:00:05.6069202Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader 2026-02-26T00:00:05.6104214Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'http\.https\:\/\/github\.com\/\.extraheader' && git config --local --unset-all 'http.https://github.com/.extraheader' || :" 2026-02-26T00:00:05.6339088Z Removing includeIf entries pointing to credentials config files 2026-02-26T00:00:05.6346736Z [command]/usr/bin/git config --local --name-only --get-regexp ^includeIf\.gitdir: 2026-02-26T00:00:05.6372150Z includeif.gitdir:/home/runner/work/helion/helion/.git.path 2026-02-26T00:00:05.6373096Z includeif.gitdir:/home/runner/work/helion/helion/.git/worktrees/*.path 2026-02-26T00:00:05.6373782Z includeif.gitdir:/github/workspace/.git.path 2026-02-26T00:00:05.6374374Z includeif.gitdir:/github/workspace/.git/worktrees/*.path 2026-02-26T00:00:05.6382270Z [command]/usr/bin/git config --local --get-all includeif.gitdir:/home/runner/work/helion/helion/.git.path 2026-02-26T00:00:05.6404547Z /home/runner/work/_temp/git-credentials-0d1a2865-94d4-467e-9f2b-997f0f17c8db.config 2026-02-26T00:00:05.6415456Z [command]/usr/bin/git config --local --unset includeif.gitdir:/home/runner/work/helion/helion/.git.path /home/runner/work/_temp/git-credentials-0d1a2865-94d4-467e-9f2b-997f0f17c8db.config 2026-02-26T00:00:05.6450322Z [command]/usr/bin/git config --local --get-all includeif.gitdir:/home/runner/work/helion/helion/.git/worktrees/*.path 2026-02-26T00:00:05.6473685Z /home/runner/work/_temp/git-credentials-0d1a2865-94d4-467e-9f2b-997f0f17c8db.config 2026-02-26T00:00:05.6483081Z [command]/usr/bin/git config --local --unset includeif.gitdir:/home/runner/work/helion/helion/.git/worktrees/*.path /home/runner/work/_temp/git-credentials-0d1a2865-94d4-467e-9f2b-997f0f17c8db.config 2026-02-26T00:00:05.6516603Z [command]/usr/bin/git config --local --get-all includeif.gitdir:/github/workspace/.git.path 2026-02-26T00:00:05.6538776Z /github/runner_temp/git-credentials-0d1a2865-94d4-467e-9f2b-997f0f17c8db.config 2026-02-26T00:00:05.6546700Z [command]/usr/bin/git config --local --unset includeif.gitdir:/github/workspace/.git.path /github/runner_temp/git-credentials-0d1a2865-94d4-467e-9f2b-997f0f17c8db.config 2026-02-26T00:00:05.6577796Z [command]/usr/bin/git config --local --get-all includeif.gitdir:/github/workspace/.git/worktrees/*.path 2026-02-26T00:00:05.6599463Z /github/runner_temp/git-credentials-0d1a2865-94d4-467e-9f2b-997f0f17c8db.config 2026-02-26T00:00:05.6608685Z [command]/usr/bin/git config --local --unset includeif.gitdir:/github/workspace/.git/worktrees/*.path /github/runner_temp/git-credentials-0d1a2865-94d4-467e-9f2b-997f0f17c8db.config 2026-02-26T00:00:05.6640752Z [command]/usr/bin/git submodule foreach --recursive git config --local --show-origin --name-only --get-regexp remote.origin.url 2026-02-26T00:00:05.6870937Z Removing credentials config '/home/runner/work/_temp/git-credentials-0d1a2865-94d4-467e-9f2b-997f0f17c8db.config' 2026-02-26T00:00:05.6998365Z Cleaning up orphan processes