2024-12-18T03:26:06.2411409Z Current runner version: '2.321.0' 2024-12-18T03:26:06.2418035Z Runner name: 'gpu948c.jax.cs.cpe.ice.amd.com' 2024-12-18T03:26:06.2418928Z Runner group name: 'linux.rocm.gpu.group' 2024-12-18T03:26:06.2419952Z Machine name: 'gpu948c' 2024-12-18T03:26:06.2423020Z ##[group]GITHUB_TOKEN Permissions 2024-12-18T03:26:06.2425180Z Contents: read 2024-12-18T03:26:06.2425749Z Metadata: read 2024-12-18T03:26:06.2426435Z ##[endgroup] 2024-12-18T03:26:06.2429699Z Secret source: Actions 2024-12-18T03:26:06.2430793Z Prepare workflow directory 2024-12-18T03:26:06.7793996Z Prepare all required actions 2024-12-18T03:26:06.7836091Z Getting action download info 2024-12-18T03:26:07.1400074Z Download action repository 'pytorch/pytorch@release/2.6' (SHA:0cdf8b1d09254cfda66191d1bd01e3041c3c76f7) 2024-12-18T03:26:19.5743469Z Download action repository 'aws-actions/configure-aws-credentials@v4' (SHA:e3dd6a429d7300a6a4c196c26e071d42e0343502) 2024-12-18T03:26:20.0608205Z Download action repository 'aws-actions/amazon-ecr-login@v2' (SHA:062b18b96a7aff071d4dc91bc00c4c1a7945b076) 2024-12-18T03:26:20.4577767Z Download action repository 'pytorch/test-infra@release/2.6' (SHA:eb0adf5a84668865394af69e26428b32c8105c1c) 2024-12-18T03:26:21.5086202Z Download action repository 'actions/upload-artifact@v4' (SHA:6f51ac03b9356f520e9adb1b1b7802705f340c2b) 2024-12-18T03:26:22.1270061Z Getting action download info 2024-12-18T03:26:22.2727541Z Download action repository 'malfet/checkout@silent-checkout' (SHA:e07af140b3ccefc05679e3755b9db68f4ee4589c) 2024-12-18T03:26:22.7320202Z Getting action download info 2024-12-18T03:26:22.8782096Z Download action repository 'nick-fields/retry@v3.0.0' (SHA:7152eba30c6575329ac0576536151aca5a72780e) 2024-12-18T03:26:23.3111546Z Uses: pytorch/pytorch/.github/workflows/_rocm-test.yml@refs/heads/release/2.6 (0cdf8b1d09254cfda66191d1bd01e3041c3c76f7) 2024-12-18T03:26:23.3114268Z ##[group] Inputs 2024-12-18T03:26:23.3114651Z build-environment: linux-focal-rocm6.2-py3.10 2024-12-18T03:26:23.3115411Z test-matrix: {"include": [{"config": "inductor", "shard": 1, "num_shards": 2, "runner": "linux.rocm.gpu.2"}, {"config": "inductor", "shard": 2, "num_shards": 2, "runner": "linux.rocm.gpu.2"}]} 2024-12-18T03:26:23.3116400Z docker-image: 308535385114.dkr.ecr.us-east-1.amazonaws.com/pytorch/pytorch-linux-focal-rocm-n-py3:45e1356b47a284893081276eff3000b7b534f3b1 2024-12-18T03:26:23.3117002Z sync-tag: 2024-12-18T03:26:23.3117815Z timeout-minutes: 300 2024-12-18T03:26:23.3118097Z tests-to-include: 2024-12-18T03:26:23.3118651Z disable-monitor: true 2024-12-18T03:26:23.3118921Z ##[endgroup] 2024-12-18T03:26:23.3119285Z Complete job name: rocm6.2-py3.10-inductor / test (inductor, 1, 2, linux.rocm.gpu.2) 2024-12-18T03:26:23.5111907Z ##[group]Run pytorch/pytorch/.github/actions/checkout-pytorch@release/2.6 2024-12-18T03:26:23.5112626Z with: 2024-12-18T03:26:23.5112833Z no-sudo: true 2024-12-18T03:26:23.5113046Z submodules: recursive 2024-12-18T03:26:23.5113269Z fetch-depth: 0 2024-12-18T03:26:23.5113638Z env: 2024-12-18T03:26:23.5113856Z GIT_DEFAULT_BRANCH: main 2024-12-18T03:26:23.5114075Z ##[endgroup] 2024-12-18T03:26:23.5200650Z ##[group]Run echo "IN_CONTAINER_RUNNER=$(if [ -f /.inarc ] || [ -f /.incontainer ]; then echo true ; else echo false; fi)" >> "$GITHUB_OUTPUT" 2024-12-18T03:26:23.5201545Z echo "IN_CONTAINER_RUNNER=$(if [ -f /.inarc ] || [ -f /.incontainer ]; then echo true ; else echo false; fi)" >> "$GITHUB_OUTPUT" 2024-12-18T03:26:23.5226695Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2024-12-18T03:26:23.5227061Z env: 2024-12-18T03:26:23.5227249Z GIT_DEFAULT_BRANCH: main 2024-12-18T03:26:23.5227489Z ##[endgroup] 2024-12-18T03:26:23.5521035Z ##[group]Run retry () { 2024-12-18T03:26:23.5521405Z retry () { 2024-12-18T03:26:23.5521784Z  $* || (sleep 1 && $*) || (sleep 2 && $*) || (sleep 4 && $*) || (sleep 8 && $*) 2024-12-18T03:26:23.5522229Z } 2024-12-18T03:26:23.5522520Z echo "${GITHUB_WORKSPACE}" 2024-12-18T03:26:23.5522869Z if [ -z "${NO_SUDO}" ]; then 2024-12-18T03:26:23.5523651Z  retry sudo rm -rf "${GITHUB_WORKSPACE}" 2024-12-18T03:26:23.5524006Z else 2024-12-18T03:26:23.5524277Z  retry rm -rf "${GITHUB_WORKSPACE}" 2024-12-18T03:26:23.5524635Z fi 2024-12-18T03:26:23.5524917Z mkdir "${GITHUB_WORKSPACE}" 2024-12-18T03:26:23.5548330Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2024-12-18T03:26:23.5548763Z env: 2024-12-18T03:26:23.5549018Z GIT_DEFAULT_BRANCH: main 2024-12-18T03:26:23.5549299Z NO_SUDO: true 2024-12-18T03:26:23.5549561Z ##[endgroup] 2024-12-18T03:26:23.5658369Z /var/home/pytorchci/actions-runner/_work/pytorch/pytorch 2024-12-18T03:26:27.8916262Z ##[group]Run malfet/checkout@silent-checkout 2024-12-18T03:26:27.8916906Z with: 2024-12-18T03:26:27.8917368Z ref: 0cdf8b1d09254cfda66191d1bd01e3041c3c76f7 2024-12-18T03:26:27.8917962Z fetch-depth: 0 2024-12-18T03:26:27.8918376Z submodules: recursive 2024-12-18T03:26:27.8918826Z quiet-checkout: true 2024-12-18T03:26:27.8919333Z repository: pytorch/pytorch 2024-12-18T03:26:27.8920069Z token: *** 2024-12-18T03:26:27.8920475Z ssh-strict: true 2024-12-18T03:26:27.8920919Z persist-credentials: true 2024-12-18T03:26:27.8921373Z clean: true 2024-12-18T03:26:27.8921799Z sparse-checkout-cone-mode: true 2024-12-18T03:26:27.8922299Z lfs: false 2024-12-18T03:26:27.8922675Z set-safe-directory: true 2024-12-18T03:26:27.8923128Z env: 2024-12-18T03:26:27.8923520Z GIT_DEFAULT_BRANCH: main 2024-12-18T03:26:27.8923949Z ##[endgroup] 2024-12-18T03:26:28.0377853Z Syncing repository: pytorch/pytorch 2024-12-18T03:26:28.0380572Z ##[group]Getting Git version info 2024-12-18T03:26:28.0381558Z Working directory is '/var/home/pytorchci/actions-runner/_work/pytorch/pytorch' 2024-12-18T03:26:28.0382838Z [command]/usr/bin/git version 2024-12-18T03:26:28.0383401Z git version 2.34.1 2024-12-18T03:26:28.0405124Z ##[endgroup] 2024-12-18T03:26:28.0418850Z Temporarily overriding HOME='/var/home/pytorchci/actions-runner/_work/_temp/b92152f6-8e55-4aaf-a645-3d103f2eac27' before making global git config changes 2024-12-18T03:26:28.0420662Z Adding repository directory to the temporary git global config as a safe directory 2024-12-18T03:26:28.0422099Z [command]/usr/bin/git config --global --add safe.directory /var/home/pytorchci/actions-runner/_work/pytorch/pytorch 2024-12-18T03:26:28.0476262Z Deleting the contents of '/var/home/pytorchci/actions-runner/_work/pytorch/pytorch' 2024-12-18T03:26:28.0480586Z ##[group]Initializing the repository 2024-12-18T03:26:28.0483069Z [command]/usr/bin/git init /var/home/pytorchci/actions-runner/_work/pytorch/pytorch 2024-12-18T03:26:28.0548911Z hint: Using 'master' as the name for the initial branch. This default branch name 2024-12-18T03:26:28.0549821Z hint: is subject to change. To configure the initial branch name to use in all 2024-12-18T03:26:28.0550433Z hint: of your new repositories, which will suppress this warning, call: 2024-12-18T03:26:28.0550899Z hint: 2024-12-18T03:26:28.0551404Z hint: git config --global init.defaultBranch 2024-12-18T03:26:28.0551855Z hint: 2024-12-18T03:26:28.0552208Z hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and 2024-12-18T03:26:28.0552801Z hint: 'development'. The just-created branch can be renamed via this command: 2024-12-18T03:26:28.0553251Z hint: 2024-12-18T03:26:28.0553479Z hint: git branch -m 2024-12-18T03:26:28.0560605Z Initialized empty Git repository in /var/home/pytorchci/actions-runner/_work/pytorch/pytorch/.git/ 2024-12-18T03:26:28.0571695Z [command]/usr/bin/git remote add origin https://github.com/pytorch/pytorch 2024-12-18T03:26:28.0631485Z ##[endgroup] 2024-12-18T03:26:28.0631987Z ##[group]Disabling automatic garbage collection 2024-12-18T03:26:28.0633433Z [command]/usr/bin/git config --local gc.auto 0 2024-12-18T03:26:28.0689087Z ##[endgroup] 2024-12-18T03:26:28.0689881Z ##[group]Setting up auth 2024-12-18T03:26:28.0693748Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand 2024-12-18T03:26:28.0745484Z [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' || :" 2024-12-18T03:26:28.1333371Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader 2024-12-18T03:26:28.1382048Z [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' || :" 2024-12-18T03:26:28.1961045Z [command]/usr/bin/git config --local http.https://github.com/.extraheader AUTHORIZATION: basic *** 2024-12-18T03:26:28.2034403Z ##[endgroup] 2024-12-18T03:26:28.2035396Z ##[group]Fetching the repository 2024-12-18T03:26:28.2044663Z [command]/usr/bin/git -c protocol.version=2 fetch --prune --progress --no-recurse-submodules --quiet origin +refs/heads/*:refs/remotes/origin/* +refs/tags/*:refs/tags/* 2024-12-18T03:26:33.9964102Z remote: Enumerating objects: 1055613 2024-12-18T03:26:33.9965043Z remote: Enumerating objects: 1056577, done. 2024-12-18T03:26:33.9965721Z remote: Counting objects: 0% (1/964) 2024-12-18T03:26:33.9973805Z remote: Counting objects: 1% (10/964) 2024-12-18T03:26:33.9974689Z remote: Counting objects: 2% (20/964) 2024-12-18T03:26:33.9975289Z remote: Counting objects: 3% (29/964) 2024-12-18T03:26:33.9975886Z remote: Counting objects: 4% (39/964) 2024-12-18T03:26:33.9976896Z remote: Counting objects: 5% (49/964) 2024-12-18T03:26:33.9977537Z remote: Counting objects: 6% (58/964) 2024-12-18T03:26:33.9978199Z remote: Counting objects: 7% (68/964) 2024-12-18T03:26:33.9980583Z remote: Counting objects: 8% (78/964) 2024-12-18T03:26:33.9981171Z remote: Counting objects: 9% (87/964) 2024-12-18T03:26:33.9981745Z remote: Counting objects: 10% (97/964) 2024-12-18T03:26:33.9982421Z remote: Counting objects: 11% (107/964) 2024-12-18T03:26:33.9983051Z remote: Counting objects: 12% (116/964) 2024-12-18T03:26:33.9984130Z remote: Counting objects: 13% (126/964) 2024-12-18T03:26:33.9984697Z remote: Counting objects: 14% (135/964) 2024-12-18T03:26:33.9985274Z remote: Counting objects: 15% (145/964) 2024-12-18T03:26:33.9985996Z remote: Counting objects: 16% (155/964) 2024-12-18T03:26:33.9986563Z remote: Counting objects: 17% (164/964) 2024-12-18T03:26:33.9987133Z remote: Counting objects: 18% (174/964) 2024-12-18T03:26:33.9987701Z remote: Counting objects: 19% (184/964) 2024-12-18T03:26:33.9989064Z remote: Counting objects: 20% (193/964) 2024-12-18T03:26:33.9989703Z remote: Counting objects: 21% (203/964) 2024-12-18T03:26:33.9990303Z remote: Counting objects: 22% (213/964) 2024-12-18T03:26:33.9990872Z remote: Counting objects: 23% (222/964) 2024-12-18T03:26:33.9991437Z remote: Counting objects: 24% (232/964) 2024-12-18T03:26:33.9992093Z remote: Counting objects: 25% (241/964) 2024-12-18T03:26:33.9992669Z remote: Counting objects: 26% (251/964) 2024-12-18T03:26:33.9993288Z remote: Counting objects: 27% (261/964) 2024-12-18T03:26:33.9993872Z remote: Counting objects: 28% (270/964) 2024-12-18T03:26:33.9994435Z remote: Counting objects: 29% (280/964) 2024-12-18T03:26:33.9995017Z remote: Counting objects: 30% (290/964) 2024-12-18T03:26:33.9995630Z remote: Counting objects: 31% (299/964) 2024-12-18T03:26:33.9996196Z remote: Counting objects: 32% (309/964) 2024-12-18T03:26:33.9996773Z remote: Counting objects: 33% (319/964) 2024-12-18T03:26:33.9997335Z remote: Counting objects: 34% (328/964) 2024-12-18T03:26:33.9997893Z remote: Counting objects: 35% (338/964) 2024-12-18T03:26:33.9998471Z remote: Counting objects: 36% (348/964) 2024-12-18T03:26:33.9999056Z remote: Counting objects: 37% (357/964) 2024-12-18T03:26:34.0000031Z remote: Counting objects: 38% (367/964) 2024-12-18T03:26:34.0000613Z remote: Counting objects: 39% (376/964) 2024-12-18T03:26:34.0001189Z remote: Counting objects: 40% (386/964) 2024-12-18T03:26:34.0001757Z remote: Counting objects: 41% (396/964) 2024-12-18T03:26:34.0002332Z remote: Counting objects: 42% (405/964) 2024-12-18T03:26:34.0002947Z remote: Counting objects: 43% (415/964) 2024-12-18T03:26:34.0003533Z remote: Counting objects: 44% (425/964) 2024-12-18T03:26:34.0004087Z remote: Counting objects: 45% (434/964) 2024-12-18T03:26:34.0004667Z remote: Counting objects: 46% (444/964) 2024-12-18T03:26:34.0005229Z remote: Counting objects: 47% (454/964) 2024-12-18T03:26:34.0005791Z remote: Counting objects: 48% (463/964) 2024-12-18T03:26:34.0006360Z remote: Counting objects: 49% (473/964) 2024-12-18T03:26:34.0006932Z remote: Counting objects: 50% (482/964) 2024-12-18T03:26:34.0007495Z remote: Counting objects: 51% (492/964) 2024-12-18T03:26:34.0008073Z remote: Counting objects: 52% (502/964) 2024-12-18T03:26:34.0008639Z remote: Counting objects: 53% (511/964) 2024-12-18T03:26:34.0009198Z remote: Counting objects: 54% (521/964) 2024-12-18T03:26:34.0009763Z remote: Counting objects: 55% (531/964) 2024-12-18T03:26:34.0010331Z remote: Counting objects: 56% (540/964) 2024-12-18T03:26:34.0010889Z remote: Counting objects: 57% (550/964) 2024-12-18T03:26:34.0011453Z remote: Counting objects: 58% (560/964) 2024-12-18T03:26:34.0012028Z remote: Counting objects: 59% (569/964) 2024-12-18T03:26:34.0012588Z remote: Counting objects: 60% (579/964) 2024-12-18T03:26:34.0013151Z remote: Counting objects: 61% (589/964) 2024-12-18T03:26:34.0013790Z remote: Counting objects: 62% (598/964) 2024-12-18T03:26:34.0014394Z remote: Counting objects: 63% (608/964) 2024-12-18T03:26:34.0014965Z remote: Counting objects: 64% (617/964) 2024-12-18T03:26:34.0015521Z remote: Counting objects: 65% (627/964) 2024-12-18T03:26:34.0016120Z remote: Counting objects: 66% (637/964) 2024-12-18T03:26:34.0016820Z remote: Counting objects: 67% (646/964) 2024-12-18T03:26:34.0017390Z remote: Counting objects: 68% (656/964) 2024-12-18T03:26:34.0017946Z remote: Counting objects: 69% (666/964) 2024-12-18T03:26:34.0018496Z remote: Counting objects: 70% (675/964) 2024-12-18T03:26:34.0019055Z remote: Counting objects: 71% (685/964) 2024-12-18T03:26:34.0019968Z remote: Counting objects: 72% (695/964) 2024-12-18T03:26:34.0020548Z remote: Counting objects: 73% (704/964) 2024-12-18T03:26:34.0021117Z remote: Counting objects: 74% (714/964) 2024-12-18T03:26:34.0021687Z remote: Counting objects: 75% (723/964) 2024-12-18T03:26:34.0022241Z remote: Counting objects: 76% (733/964) 2024-12-18T03:26:34.0022822Z remote: Counting objects: 77% (743/964) 2024-12-18T03:26:34.0023382Z remote: Counting objects: 78% (752/964) 2024-12-18T03:26:34.0023953Z remote: Counting objects: 79% (762/964) 2024-12-18T03:26:34.0024529Z remote: Counting objects: 80% (772/964) 2024-12-18T03:26:34.0025096Z remote: Counting objects: 81% (781/964) 2024-12-18T03:26:34.0025656Z remote: Counting objects: 82% (791/964) 2024-12-18T03:26:34.0026218Z remote: Counting objects: 83% (801/964) 2024-12-18T03:26:34.0026780Z remote: Counting objects: 84% (810/964) 2024-12-18T03:26:34.0027350Z remote: Counting objects: 85% (820/964) 2024-12-18T03:26:34.0027913Z remote: Counting objects: 86% (830/964) 2024-12-18T03:26:34.0028474Z remote: Counting objects: 87% (839/964) 2024-12-18T03:26:34.0029034Z remote: Counting objects: 88% (849/964) 2024-12-18T03:26:34.0029593Z remote: Counting objects: 89% (858/964) 2024-12-18T03:26:34.0030483Z remote: Counting objects: 90% (868/964) 2024-12-18T03:26:34.0031048Z remote: Counting objects: 91% (878/964) 2024-12-18T03:26:34.0031599Z remote: Counting objects: 92% (887/964) 2024-12-18T03:26:34.0032161Z remote: Counting objects: 93% (897/964) 2024-12-18T03:26:34.0032719Z remote: Counting objects: 94% (907/964) 2024-12-18T03:26:34.0033278Z remote: Counting objects: 95% (916/964) 2024-12-18T03:26:34.0033868Z remote: Counting objects: 96% (926/964) 2024-12-18T03:26:34.0034431Z remote: Counting objects: 97% (936/964) 2024-12-18T03:26:34.0034998Z remote: Counting objects: 98% (945/964) 2024-12-18T03:26:34.0257050Z remote: Counting objects: 99% (955/964) 2024-12-18T03:26:34.0257679Z remote: Counting objects: 100% (964/964) 2024-12-18T03:26:34.0258315Z remote: Counting objects: 100% (964/964), done. 2024-12-18T03:26:34.0497217Z remote: Compressing objects: 0% (1/385) 2024-12-18T03:26:34.0770893Z remote: Compressing objects: 1% (4/385) 2024-12-18T03:26:34.0851228Z remote: Compressing objects: 2% (8/385) 2024-12-18T03:26:34.0945527Z remote: Compressing objects: 3% (12/385) 2024-12-18T03:26:34.1190029Z remote: Compressing objects: 4% (16/385) 2024-12-18T03:26:34.2309299Z remote: Compressing objects: 5% (20/385) 2024-12-18T03:26:34.3028723Z remote: Compressing objects: 6% (24/385) 2024-12-18T03:26:34.4199128Z remote: Compressing objects: 7% (27/385) 2024-12-18T03:26:34.4897070Z remote: Compressing objects: 8% (31/385) 2024-12-18T03:26:34.5724662Z remote: Compressing objects: 9% (35/385) 2024-12-18T03:26:34.6261943Z remote: Compressing objects: 10% (39/385) 2024-12-18T03:26:34.6500078Z remote: Compressing objects: 11% (43/385) 2024-12-18T03:26:34.6559774Z remote: Compressing objects: 12% (47/385) 2024-12-18T03:26:34.6562987Z remote: Compressing objects: 13% (51/385) 2024-12-18T03:26:34.6573755Z remote: Compressing objects: 14% (54/385) 2024-12-18T03:26:34.6575400Z remote: Compressing objects: 15% (58/385) 2024-12-18T03:26:34.6582317Z remote: Compressing objects: 16% (62/385) 2024-12-18T03:26:34.6584507Z remote: Compressing objects: 17% (66/385) 2024-12-18T03:26:34.6586403Z remote: Compressing objects: 18% (70/385) 2024-12-18T03:26:34.6589381Z remote: Compressing objects: 19% (74/385) 2024-12-18T03:26:34.6593310Z remote: Compressing objects: 20% (77/385) 2024-12-18T03:26:34.6601249Z remote: Compressing objects: 21% (81/385) 2024-12-18T03:26:34.6609900Z remote: Compressing objects: 22% (85/385) 2024-12-18T03:26:34.6620872Z remote: Compressing objects: 23% (89/385) 2024-12-18T03:26:34.6622539Z remote: Compressing objects: 24% (93/385) 2024-12-18T03:26:34.6632742Z remote: Compressing objects: 25% (97/385) 2024-12-18T03:26:34.6638643Z remote: Compressing objects: 26% (101/385) 2024-12-18T03:26:34.6641321Z remote: Compressing objects: 27% (104/385) 2024-12-18T03:26:34.6646050Z remote: Compressing objects: 28% (108/385) 2024-12-18T03:26:34.6657675Z remote: Compressing objects: 29% (112/385) 2024-12-18T03:26:34.6661178Z remote: Compressing objects: 30% (116/385) 2024-12-18T03:26:34.6665795Z remote: Compressing objects: 31% (120/385) 2024-12-18T03:26:34.6674262Z remote: Compressing objects: 32% (124/385) 2024-12-18T03:26:34.6682847Z remote: Compressing objects: 33% (128/385) 2024-12-18T03:26:34.6686323Z remote: Compressing objects: 34% (131/385) 2024-12-18T03:26:34.6689951Z remote: Compressing objects: 35% (135/385) 2024-12-18T03:26:34.6698971Z remote: Compressing objects: 36% (139/385) 2024-12-18T03:26:34.6702399Z remote: Compressing objects: 37% (143/385) 2024-12-18T03:26:34.6719415Z remote: Compressing objects: 38% (147/385) 2024-12-18T03:26:34.6722151Z remote: Compressing objects: 39% (151/385) 2024-12-18T03:26:34.6724720Z remote: Compressing objects: 40% (154/385) 2024-12-18T03:26:34.6727115Z remote: Compressing objects: 41% (158/385) 2024-12-18T03:26:34.6733928Z remote: Compressing objects: 42% (162/385) 2024-12-18T03:26:34.6735837Z remote: Compressing objects: 43% (166/385) 2024-12-18T03:26:34.6744342Z remote: Compressing objects: 44% (170/385) 2024-12-18T03:26:34.6748763Z remote: Compressing objects: 45% (174/385) 2024-12-18T03:26:34.6758067Z remote: Compressing objects: 46% (178/385) 2024-12-18T03:26:34.6759527Z remote: Compressing objects: 47% (181/385) 2024-12-18T03:26:34.6760263Z remote: Compressing objects: 48% (185/385) 2024-12-18T03:26:34.6762977Z remote: Compressing objects: 49% (189/385) 2024-12-18T03:26:34.6770439Z remote: Compressing objects: 50% (193/385) 2024-12-18T03:26:34.6779208Z remote: Compressing objects: 51% (197/385) 2024-12-18T03:26:34.6789425Z remote: Compressing objects: 52% (201/385) 2024-12-18T03:26:34.6791330Z remote: Compressing objects: 53% (205/385) 2024-12-18T03:26:34.6805511Z remote: Compressing objects: 54% (208/385) 2024-12-18T03:26:34.6811051Z remote: Compressing objects: 55% (212/385) 2024-12-18T03:26:34.6811689Z remote: Compressing objects: 56% (216/385) 2024-12-18T03:26:34.6813154Z remote: Compressing objects: 57% (220/385) 2024-12-18T03:26:34.6818874Z remote: Compressing objects: 58% (224/385) 2024-12-18T03:26:34.6824486Z remote: Compressing objects: 59% (228/385) 2024-12-18T03:26:34.6831148Z remote: Compressing objects: 60% (231/385) 2024-12-18T03:26:34.6836741Z remote: Compressing objects: 61% (235/385) 2024-12-18T03:26:34.6838982Z remote: Compressing objects: 62% (239/385) 2024-12-18T03:26:34.6846864Z remote: Compressing objects: 63% (243/385) 2024-12-18T03:26:34.6849008Z remote: Compressing objects: 64% (247/385) 2024-12-18T03:26:34.6854060Z remote: Compressing objects: 65% (251/385) 2024-12-18T03:26:34.6857753Z remote: Compressing objects: 66% (255/385) 2024-12-18T03:26:34.6861116Z remote: Compressing objects: 67% (258/385) 2024-12-18T03:26:34.6864178Z remote: Compressing objects: 68% (262/385) 2024-12-18T03:26:34.6870980Z remote: Compressing objects: 69% (266/385) 2024-12-18T03:26:34.6874872Z remote: Compressing objects: 70% (270/385) 2024-12-18T03:26:34.6885821Z remote: Compressing objects: 71% (274/385) 2024-12-18T03:26:34.6897705Z remote: Compressing objects: 72% (278/385) 2024-12-18T03:26:34.6899396Z remote: Compressing objects: 73% (282/385) 2024-12-18T03:26:34.6900301Z remote: Compressing objects: 74% (285/385) 2024-12-18T03:26:34.6902571Z remote: Compressing objects: 75% (289/385) 2024-12-18T03:26:34.6906103Z remote: Compressing objects: 76% (293/385) 2024-12-18T03:26:34.6914792Z remote: Compressing objects: 77% (297/385) 2024-12-18T03:26:34.6918315Z remote: Compressing objects: 78% (301/385) 2024-12-18T03:26:34.6920746Z remote: Compressing objects: 79% (305/385) 2024-12-18T03:26:34.6923550Z remote: Compressing objects: 80% (308/385) 2024-12-18T03:26:34.6924985Z remote: Compressing objects: 81% (312/385) 2024-12-18T03:26:34.6927037Z remote: Compressing objects: 82% (316/385) 2024-12-18T03:26:34.6929840Z remote: Compressing objects: 83% (320/385) 2024-12-18T03:26:34.6934454Z remote: Compressing objects: 84% (324/385) 2024-12-18T03:26:34.6935687Z remote: Compressing objects: 85% (328/385) 2024-12-18T03:26:34.6936486Z remote: Compressing objects: 86% (332/385) 2024-12-18T03:26:34.6938114Z remote: Compressing objects: 87% (335/385) 2024-12-18T03:26:34.6940824Z remote: Compressing objects: 88% (339/385) 2024-12-18T03:26:34.6943702Z remote: Compressing objects: 89% (343/385) 2024-12-18T03:26:34.6945071Z remote: Compressing objects: 90% (347/385) 2024-12-18T03:26:34.6945707Z remote: Compressing objects: 91% (351/385) 2024-12-18T03:26:34.6946927Z remote: Compressing objects: 92% (355/385) 2024-12-18T03:26:34.6947528Z remote: Compressing objects: 93% (359/385) 2024-12-18T03:26:34.6948131Z remote: Compressing objects: 94% (362/385) 2024-12-18T03:26:34.6949601Z remote: Compressing objects: 95% (366/385) 2024-12-18T03:26:34.6950959Z remote: Compressing objects: 96% (370/385) 2024-12-18T03:26:34.6953424Z remote: Compressing objects: 97% (374/385) 2024-12-18T03:26:34.6954480Z remote: Compressing objects: 98% (378/385) 2024-12-18T03:26:34.6955109Z remote: Compressing objects: 99% (382/385) 2024-12-18T03:26:34.6955905Z remote: Compressing objects: 100% (385/385) 2024-12-18T03:26:34.6956585Z remote: Compressing objects: 100% (385/385), done. 2024-12-18T03:26:56.2760854Z remote: Total 1056577 (delta 798), reused 583 (delta 579), pack-reused 1055613 (from 5) 2024-12-18T03:27:08.5363613Z [command]/usr/bin/git rev-parse --verify --quiet 0cdf8b1d09254cfda66191d1bd01e3041c3c76f7^{object} 2024-12-18T03:27:08.5420829Z 0cdf8b1d09254cfda66191d1bd01e3041c3c76f7 2024-12-18T03:27:08.5433798Z ##[endgroup] 2024-12-18T03:27:08.5434687Z ##[group]Determining the checkout info 2024-12-18T03:27:08.5436316Z ##[endgroup] 2024-12-18T03:27:08.5437150Z ##[group]Checking out the ref 2024-12-18T03:27:08.5443035Z [command]/usr/bin/git checkout --quiet --force 0cdf8b1d09254cfda66191d1bd01e3041c3c76f7 2024-12-18T03:27:10.2919221Z ##[endgroup] 2024-12-18T03:27:10.2920216Z ##[group]Setting up auth for fetching submodules 2024-12-18T03:27:10.2926966Z [command]/usr/bin/git config --global http.https://github.com/.extraheader AUTHORIZATION: basic *** 2024-12-18T03:27:10.3011372Z [command]/usr/bin/git config --global --unset-all url.https://github.com/.insteadOf 2024-12-18T03:27:10.3077792Z [command]/usr/bin/git config --global --add url.https://github.com/.insteadOf git@github.com: 2024-12-18T03:27:10.3143541Z [command]/usr/bin/git config --global --add url.https://github.com/.insteadOf org-21003710@github.com: 2024-12-18T03:27:10.3207242Z ##[endgroup] 2024-12-18T03:27:10.3208074Z ##[group]Fetching submodules 2024-12-18T03:27:10.3213949Z [command]/usr/bin/git submodule sync --recursive 2024-12-18T03:27:10.3883787Z [command]/usr/bin/git -c protocol.version=2 submodule update --init --force --recursive 2024-12-18T03:27:10.4515856Z Submodule 'android/libs/fbjni' (https://github.com/facebookincubator/fbjni.git) registered for path 'android/libs/fbjni' 2024-12-18T03:27:10.4529331Z Submodule 'third_party/NNPACK_deps/FP16' (https://github.com/Maratyszcza/FP16.git) registered for path 'third_party/FP16' 2024-12-18T03:27:10.4531176Z Submodule 'third_party/NNPACK_deps/FXdiv' (https://github.com/Maratyszcza/FXdiv.git) registered for path 'third_party/FXdiv' 2024-12-18T03:27:10.4539186Z Submodule 'third_party/NNPACK' (https://github.com/Maratyszcza/NNPACK.git) registered for path 'third_party/NNPACK' 2024-12-18T03:27:10.4547129Z Submodule 'third_party/NVTX' (https://github.com/NVIDIA/NVTX.git) registered for path 'third_party/NVTX' 2024-12-18T03:27:10.4556078Z Submodule 'third_party/VulkanMemoryAllocator' (https://github.com/GPUOpen-LibrariesAndSDKs/VulkanMemoryAllocator.git) registered for path 'third_party/VulkanMemoryAllocator' 2024-12-18T03:27:10.4564157Z Submodule 'third_party/XNNPACK' (https://github.com/google/XNNPACK.git) registered for path 'third_party/XNNPACK' 2024-12-18T03:27:10.4572925Z Submodule 'third_party/benchmark' (https://github.com/google/benchmark.git) registered for path 'third_party/benchmark' 2024-12-18T03:27:10.4582706Z Submodule 'third_party/composable_kernel' (https://github.com/ROCm/composable_kernel.git) registered for path 'third_party/composable_kernel' 2024-12-18T03:27:10.4591728Z Submodule 'third_party/cpp-httplib' (https://github.com/yhirose/cpp-httplib.git) registered for path 'third_party/cpp-httplib' 2024-12-18T03:27:10.4600944Z Submodule 'third_party/cpuinfo' (https://github.com/pytorch/cpuinfo.git) registered for path 'third_party/cpuinfo' 2024-12-18T03:27:10.4610098Z Submodule 'third_party/cudnn_frontend' (https://github.com/NVIDIA/cudnn-frontend.git) registered for path 'third_party/cudnn_frontend' 2024-12-18T03:27:10.4619847Z Submodule 'third_party/cutlass' (https://github.com/NVIDIA/cutlass.git) registered for path 'third_party/cutlass' 2024-12-18T03:27:10.4629342Z Submodule 'third_party/eigen' (https://gitlab.com/libeigen/eigen.git) registered for path 'third_party/eigen' 2024-12-18T03:27:10.4638773Z Submodule 'third_party/fbgemm' (https://github.com/pytorch/fbgemm) registered for path 'third_party/fbgemm' 2024-12-18T03:27:10.4650091Z Submodule 'third_party/flatbuffers' (https://github.com/google/flatbuffers.git) registered for path 'third_party/flatbuffers' 2024-12-18T03:27:10.4660744Z Submodule 'third_party/fmt' (https://github.com/fmtlib/fmt.git) registered for path 'third_party/fmt' 2024-12-18T03:27:10.4671202Z Submodule 'third_party/gemmlowp/gemmlowp' (https://github.com/google/gemmlowp.git) registered for path 'third_party/gemmlowp/gemmlowp' 2024-12-18T03:27:10.4681444Z Submodule 'third_party/gloo' (https://github.com/facebookincubator/gloo) registered for path 'third_party/gloo' 2024-12-18T03:27:10.4691716Z Submodule 'third_party/googletest' (https://github.com/google/googletest.git) registered for path 'third_party/googletest' 2024-12-18T03:27:10.4702943Z Submodule 'third_party/ideep' (https://github.com/intel/ideep) registered for path 'third_party/ideep' 2024-12-18T03:27:10.4712252Z Submodule 'third_party/ittapi' (https://github.com/intel/ittapi.git) registered for path 'third_party/ittapi' 2024-12-18T03:27:10.4721785Z Submodule 'third_party/kineto' (https://github.com/pytorch/kineto) registered for path 'third_party/kineto' 2024-12-18T03:27:10.4731620Z Submodule 'third_party/mimalloc' (https://github.com/microsoft/mimalloc.git) registered for path 'third_party/mimalloc' 2024-12-18T03:27:10.4741556Z Submodule 'third_party/nccl/nccl' (https://github.com/NVIDIA/nccl) registered for path 'third_party/nccl/nccl' 2024-12-18T03:27:10.4751657Z Submodule 'third_party/nlohmann' (https://github.com/nlohmann/json.git) registered for path 'third_party/nlohmann' 2024-12-18T03:27:10.4761759Z Submodule 'third_party/onnx' (https://github.com/onnx/onnx.git) registered for path 'third_party/onnx' 2024-12-18T03:27:10.4772259Z Submodule 'third_party/opentelemetry-cpp' (https://github.com/open-telemetry/opentelemetry-cpp.git) registered for path 'third_party/opentelemetry-cpp' 2024-12-18T03:27:10.4783062Z Submodule 'third_party/pocketfft' (https://github.com/mreineck/pocketfft) registered for path 'third_party/pocketfft' 2024-12-18T03:27:10.4793357Z Submodule 'third_party/protobuf' (https://github.com/protocolbuffers/protobuf.git) registered for path 'third_party/protobuf' 2024-12-18T03:27:10.4803905Z Submodule 'third_party/NNPACK_deps/psimd' (https://github.com/Maratyszcza/psimd.git) registered for path 'third_party/psimd' 2024-12-18T03:27:10.4814730Z Submodule 'third_party/NNPACK_deps/pthreadpool' (https://github.com/Maratyszcza/pthreadpool.git) registered for path 'third_party/pthreadpool' 2024-12-18T03:27:10.4825883Z Submodule 'third_party/pybind11' (https://github.com/pybind/pybind11.git) registered for path 'third_party/pybind11' 2024-12-18T03:27:10.4837527Z Submodule 'third_party/python-peachpy' (https://github.com/malfet/PeachPy.git) registered for path 'third_party/python-peachpy' 2024-12-18T03:27:10.4848118Z Submodule 'third_party/sleef' (https://github.com/shibatch/sleef) registered for path 'third_party/sleef' 2024-12-18T03:27:10.4859451Z Submodule 'third_party/tensorpipe' (https://github.com/pytorch/tensorpipe.git) registered for path 'third_party/tensorpipe' 2024-12-18T03:27:10.5031440Z Cloning into '/var/home/pytorchci/actions-runner/_work/pytorch/pytorch/android/libs/fbjni'... 2024-12-18T03:27:12.3528815Z Cloning into '/var/home/pytorchci/actions-runner/_work/pytorch/pytorch/third_party/FP16'... 2024-12-18T03:27:14.2583530Z Cloning into '/var/home/pytorchci/actions-runner/_work/pytorch/pytorch/third_party/FXdiv'... 2024-12-18T03:27:16.3310730Z Cloning into '/var/home/pytorchci/actions-runner/_work/pytorch/pytorch/third_party/NNPACK'... 2024-12-18T03:27:18.4089928Z Cloning into '/var/home/pytorchci/actions-runner/_work/pytorch/pytorch/third_party/NVTX'... 2024-12-18T03:27:20.6699304Z Cloning into '/var/home/pytorchci/actions-runner/_work/pytorch/pytorch/third_party/VulkanMemoryAllocator'... 2024-12-18T03:27:23.8268633Z Cloning into '/var/home/pytorchci/actions-runner/_work/pytorch/pytorch/third_party/XNNPACK'... 2024-12-18T03:27:32.5084547Z Cloning into '/var/home/pytorchci/actions-runner/_work/pytorch/pytorch/third_party/benchmark'... 2024-12-18T03:27:34.7869325Z Cloning into '/var/home/pytorchci/actions-runner/_work/pytorch/pytorch/third_party/composable_kernel'... 2024-12-18T03:27:37.9755758Z Cloning into '/var/home/pytorchci/actions-runner/_work/pytorch/pytorch/third_party/cpp-httplib'... 2024-12-18T03:27:39.6825437Z Cloning into '/var/home/pytorchci/actions-runner/_work/pytorch/pytorch/third_party/cpuinfo'... 2024-12-18T03:27:41.5710354Z Cloning into '/var/home/pytorchci/actions-runner/_work/pytorch/pytorch/third_party/cudnn_frontend'... 2024-12-18T03:27:44.1872307Z Cloning into '/var/home/pytorchci/actions-runner/_work/pytorch/pytorch/third_party/cutlass'... 2024-12-18T03:27:47.2509891Z Cloning into '/var/home/pytorchci/actions-runner/_work/pytorch/pytorch/third_party/eigen'... 2024-12-18T03:27:51.6321450Z Cloning into '/var/home/pytorchci/actions-runner/_work/pytorch/pytorch/third_party/fbgemm'... 2024-12-18T03:27:54.0966321Z Cloning into '/var/home/pytorchci/actions-runner/_work/pytorch/pytorch/third_party/flatbuffers'... 2024-12-18T03:27:56.4547004Z Cloning into '/var/home/pytorchci/actions-runner/_work/pytorch/pytorch/third_party/fmt'... 2024-12-18T03:27:59.1688219Z Cloning into '/var/home/pytorchci/actions-runner/_work/pytorch/pytorch/third_party/gemmlowp/gemmlowp'... 2024-12-18T03:28:01.4962449Z Cloning into '/var/home/pytorchci/actions-runner/_work/pytorch/pytorch/third_party/gloo'... 2024-12-18T03:28:03.5808699Z Cloning into '/var/home/pytorchci/actions-runner/_work/pytorch/pytorch/third_party/googletest'... 2024-12-18T03:28:06.6886807Z Cloning into '/var/home/pytorchci/actions-runner/_work/pytorch/pytorch/third_party/ideep'... 2024-12-18T03:28:09.0837776Z Cloning into '/var/home/pytorchci/actions-runner/_work/pytorch/pytorch/third_party/ittapi'... 2024-12-18T03:28:11.3865572Z Cloning into '/var/home/pytorchci/actions-runner/_work/pytorch/pytorch/third_party/kineto'... 2024-12-18T03:28:15.0168945Z Cloning into '/var/home/pytorchci/actions-runner/_work/pytorch/pytorch/third_party/mimalloc'... 2024-12-18T03:28:17.6266997Z Cloning into '/var/home/pytorchci/actions-runner/_work/pytorch/pytorch/third_party/nccl/nccl'... 2024-12-18T03:28:19.8598368Z Cloning into '/var/home/pytorchci/actions-runner/_work/pytorch/pytorch/third_party/nlohmann'... 2024-12-18T03:28:27.9848093Z Cloning into '/var/home/pytorchci/actions-runner/_work/pytorch/pytorch/third_party/onnx'... 2024-12-18T03:28:31.6895989Z Cloning into '/var/home/pytorchci/actions-runner/_work/pytorch/pytorch/third_party/opentelemetry-cpp'... 2024-12-18T03:28:36.7161810Z Cloning into '/var/home/pytorchci/actions-runner/_work/pytorch/pytorch/third_party/pocketfft'... 2024-12-18T03:28:39.5448773Z Cloning into '/var/home/pytorchci/actions-runner/_work/pytorch/pytorch/third_party/protobuf'... 2024-12-18T03:28:48.5546098Z Cloning into '/var/home/pytorchci/actions-runner/_work/pytorch/pytorch/third_party/psimd'... 2024-12-18T03:28:50.4874510Z Cloning into '/var/home/pytorchci/actions-runner/_work/pytorch/pytorch/third_party/pthreadpool'... 2024-12-18T03:28:53.2912370Z Cloning into '/var/home/pytorchci/actions-runner/_work/pytorch/pytorch/third_party/pybind11'... 2024-12-18T03:28:56.9994850Z Cloning into '/var/home/pytorchci/actions-runner/_work/pytorch/pytorch/third_party/python-peachpy'... 2024-12-18T03:28:59.4465614Z Cloning into '/var/home/pytorchci/actions-runner/_work/pytorch/pytorch/third_party/sleef'... 2024-12-18T03:29:02.0103882Z Cloning into '/var/home/pytorchci/actions-runner/_work/pytorch/pytorch/third_party/tensorpipe'... 2024-12-18T03:29:04.6524108Z Submodule path 'android/libs/fbjni': checked out '7e1e1fe3858c63c251c637ae41a20de425dde96f' 2024-12-18T03:29:04.7161486Z Submodule path 'third_party/FP16': checked out '4dfe081cf6bcd15db339cf2680b9281b8451eeb3' 2024-12-18T03:29:04.7718169Z Submodule path 'third_party/FXdiv': checked out 'b408327ac2a15ec3e43352421954f5b1967701d1' 2024-12-18T03:29:04.8639123Z Submodule path 'third_party/NNPACK': checked out 'c07e3a0400713d546e0dea2d5466dd22ea389c73' 2024-12-18T03:29:04.9794558Z Submodule path 'third_party/NVTX': checked out 'e170594ac7cf1dac584da473d4ca9301087090c1' 2024-12-18T03:29:05.0865333Z Submodule path 'third_party/VulkanMemoryAllocator': checked out 'a6bfc237255a6bac1513f7c1ebde6d8aed6b5191' 2024-12-18T03:29:06.0821708Z Submodule path 'third_party/XNNPACK': checked out '4ea82e595b36106653175dcb04b2aa532660d0d8' 2024-12-18T03:29:06.1719105Z Submodule path 'third_party/benchmark': checked out '0d98dba29d66e93259db7daa53a9327df767a415' 2024-12-18T03:29:06.5341938Z Submodule path 'third_party/composable_kernel': checked out '50ee4267e27b875d149e642f4cebd47be1dc3b57' 2024-12-18T03:29:06.6676604Z Submodule path 'third_party/cpp-httplib': checked out '3b6597bba913d51161383657829b7e644e59c006' 2024-12-18T03:29:06.8546548Z Submodule path 'third_party/cpuinfo': checked out '1e83a2fdd3102f65c6f1fb602c1b320486218a99' 2024-12-18T03:29:06.9571465Z Submodule path 'third_party/cudnn_frontend': checked out '936021bfed8c91dc416af1588b2c4eca631a9e45' 2024-12-18T03:29:07.6541679Z Submodule path 'third_party/cutlass': checked out 'bbe579a9e3beb6ea6626d9227ec32d0dae119a49' 2024-12-18T03:29:08.0231564Z Submodule path 'third_party/eigen': checked out '3147391d946bb4b6c68edd901f2add6ac1f31f8c' 2024-12-18T03:29:08.2314665Z Submodule path 'third_party/fbgemm': checked out 'dbc3157bf256f1339b3fa1fef2be89ac4078be0e' 2024-12-18T03:29:08.2436511Z Submodule 'third_party/asmjit' (https://github.com/asmjit/asmjit.git) registered for path 'third_party/fbgemm/third_party/asmjit' 2024-12-18T03:29:08.2445199Z Submodule 'third_party/cpuinfo' (https://github.com/pytorch/cpuinfo) registered for path 'third_party/fbgemm/third_party/cpuinfo' 2024-12-18T03:29:08.2453516Z Submodule 'third_party/cutlass' (https://github.com/NVIDIA/cutlass.git) registered for path 'third_party/fbgemm/third_party/cutlass' 2024-12-18T03:29:08.2462473Z Submodule 'third_party/googletest' (https://github.com/google/googletest) registered for path 'third_party/fbgemm/third_party/googletest' 2024-12-18T03:29:08.2471758Z Submodule 'third_party/hipify_torch' (https://github.com/ROCmSoftwarePlatform/hipify_torch.git) registered for path 'third_party/fbgemm/third_party/hipify_torch' 2024-12-18T03:29:08.2603836Z Cloning into '/var/home/pytorchci/actions-runner/_work/pytorch/pytorch/third_party/fbgemm/third_party/asmjit'... 2024-12-18T03:29:11.5117973Z Cloning into '/var/home/pytorchci/actions-runner/_work/pytorch/pytorch/third_party/fbgemm/third_party/cpuinfo'... 2024-12-18T03:29:14.2767947Z Cloning into '/var/home/pytorchci/actions-runner/_work/pytorch/pytorch/third_party/fbgemm/third_party/cutlass'... 2024-12-18T03:29:17.7145768Z Cloning into '/var/home/pytorchci/actions-runner/_work/pytorch/pytorch/third_party/fbgemm/third_party/googletest'... 2024-12-18T03:29:20.9251769Z Cloning into '/var/home/pytorchci/actions-runner/_work/pytorch/pytorch/third_party/fbgemm/third_party/hipify_torch'... 2024-12-18T03:29:23.7727052Z Submodule path 'third_party/fbgemm/third_party/asmjit': checked out 'd3fbf7c9bc7c1d1365a94a45614b91c5a3706b81' 2024-12-18T03:29:23.9299213Z Submodule path 'third_party/fbgemm/third_party/cpuinfo': checked out 'ed8b86a253800bafdb7b25c5c399f91bff9cb1f3' 2024-12-18T03:29:24.5355495Z Submodule path 'third_party/fbgemm/third_party/cutlass': checked out 'fc9ebc645b63f3a6bc80aaefde5c063fb72110d6' 2024-12-18T03:29:24.6898850Z Submodule path 'third_party/fbgemm/third_party/googletest': checked out 'cbf019de22c8dd37b2108da35b2748fd702d1796' 2024-12-18T03:29:24.7390717Z Submodule path 'third_party/fbgemm/third_party/hipify_torch': checked out '23f53b025b466d8ec3c45d52290d3442f7fbe6b1' 2024-12-18T03:29:24.9764188Z Submodule path 'third_party/flatbuffers': checked out '01834de25e4bf3975a9a00e816292b1ad0fe184b' 2024-12-18T03:29:25.0914714Z Submodule path 'third_party/fmt': checked out '0c9fce2ffefecfdce794e1859584e25877b7b592' 2024-12-18T03:29:25.1945304Z Submodule path 'third_party/gemmlowp/gemmlowp': checked out '3fb5c176c17c765a3492cd2f0321b0dab712f350' 2024-12-18T03:29:25.2892107Z Submodule path 'third_party/gloo': checked out '5354032ea08eadd7fc4456477f7f7c6308818509' 2024-12-18T03:29:25.4040583Z Submodule path 'third_party/googletest': checked out 'b514bdc898e2951020cbdca1304b75f5950d1f59' 2024-12-18T03:29:25.4678384Z Submodule path 'third_party/ideep': checked out 'c7ccd5bdbe5434ba156f4e856dcef0601637334b' 2024-12-18T03:29:25.4790089Z Submodule 'mkl-dnn' (https://github.com/intel/mkl-dnn.git) registered for path 'third_party/ideep/mkl-dnn' 2024-12-18T03:29:25.4906116Z Cloning into '/var/home/pytorchci/actions-runner/_work/pytorch/pytorch/third_party/ideep/mkl-dnn'... 2024-12-18T03:29:38.6054440Z Submodule path 'third_party/ideep/mkl-dnn': checked out '66f0cb9eb66affd2da3bf5f8d897376f04aae6af' 2024-12-18T03:29:38.6858821Z Submodule path 'third_party/ittapi': checked out '5b8a7d7422611c3a0d799fb5fc5dd4abfae35b42' 2024-12-18T03:29:38.8614243Z Submodule path 'third_party/kineto': checked out '338140f58a28d599da3434ced4fd2d75dd1a213d' 2024-12-18T03:29:38.8736216Z Submodule 'libkineto/third_party/dynolog' (https://github.com/facebookincubator/dynolog.git) registered for path 'third_party/kineto/libkineto/third_party/dynolog' 2024-12-18T03:29:38.8744765Z Submodule 'libkineto/third_party/fmt' (https://github.com/fmtlib/fmt.git) registered for path 'third_party/kineto/libkineto/third_party/fmt' 2024-12-18T03:29:38.8750054Z Submodule 'libkineto/third_party/googletest' (https://github.com/google/googletest.git) registered for path 'third_party/kineto/libkineto/third_party/googletest' 2024-12-18T03:29:38.8862254Z Cloning into '/var/home/pytorchci/actions-runner/_work/pytorch/pytorch/third_party/kineto/libkineto/third_party/dynolog'... 2024-12-18T03:29:41.2949713Z Cloning into '/var/home/pytorchci/actions-runner/_work/pytorch/pytorch/third_party/kineto/libkineto/third_party/fmt'... 2024-12-18T03:29:43.7498968Z Cloning into '/var/home/pytorchci/actions-runner/_work/pytorch/pytorch/third_party/kineto/libkineto/third_party/googletest'... 2024-12-18T03:29:46.6725477Z Submodule path 'third_party/kineto/libkineto/third_party/dynolog': checked out '7d04a0053a845370ae06ce317a22a48e9edcc74e' 2024-12-18T03:29:46.6837703Z Submodule 'third_party/DCGM' (https://github.com/NVIDIA/DCGM.git) registered for path 'third_party/kineto/libkineto/third_party/dynolog/third_party/DCGM' 2024-12-18T03:29:46.6841234Z Submodule 'third_party/cpr' (https://github.com/libcpr/cpr.git) registered for path 'third_party/kineto/libkineto/third_party/dynolog/third_party/cpr' 2024-12-18T03:29:46.6845916Z Submodule 'third_party/fmt' (https://github.com/fmtlib/fmt.git) registered for path 'third_party/kineto/libkineto/third_party/dynolog/third_party/fmt' 2024-12-18T03:29:46.6850008Z Submodule 'third_party/gflags' (https://github.com/gflags/gflags.git) registered for path 'third_party/kineto/libkineto/third_party/dynolog/third_party/gflags' 2024-12-18T03:29:46.6854102Z Submodule 'third_party/glog' (https://github.com/google/glog.git) registered for path 'third_party/kineto/libkineto/third_party/dynolog/third_party/glog' 2024-12-18T03:29:46.6858967Z Submodule 'third_party/googletest' (https://github.com/google/googletest.git) registered for path 'third_party/kineto/libkineto/third_party/dynolog/third_party/googletest' 2024-12-18T03:29:46.6863269Z Submodule 'third_party/json' (https://github.com/nlohmann/json.git) registered for path 'third_party/kineto/libkineto/third_party/dynolog/third_party/json' 2024-12-18T03:29:46.6867847Z Submodule 'third_party/pfs' (https://github.com/dtrugman/pfs.git) registered for path 'third_party/kineto/libkineto/third_party/dynolog/third_party/pfs' 2024-12-18T03:29:46.6970185Z Cloning into '/var/home/pytorchci/actions-runner/_work/pytorch/pytorch/third_party/kineto/libkineto/third_party/dynolog/third_party/DCGM'... 2024-12-18T03:29:49.1982208Z Cloning into '/var/home/pytorchci/actions-runner/_work/pytorch/pytorch/third_party/kineto/libkineto/third_party/dynolog/third_party/cpr'... 2024-12-18T03:29:51.5671758Z Cloning into '/var/home/pytorchci/actions-runner/_work/pytorch/pytorch/third_party/kineto/libkineto/third_party/dynolog/third_party/fmt'... 2024-12-18T03:29:58.1681954Z Cloning into '/var/home/pytorchci/actions-runner/_work/pytorch/pytorch/third_party/kineto/libkineto/third_party/dynolog/third_party/gflags'... 2024-12-18T03:30:00.0537197Z Cloning into '/var/home/pytorchci/actions-runner/_work/pytorch/pytorch/third_party/kineto/libkineto/third_party/dynolog/third_party/glog'... 2024-12-18T03:30:02.8101498Z Cloning into '/var/home/pytorchci/actions-runner/_work/pytorch/pytorch/third_party/kineto/libkineto/third_party/dynolog/third_party/googletest'... 2024-12-18T03:30:06.2348915Z Cloning into '/var/home/pytorchci/actions-runner/_work/pytorch/pytorch/third_party/kineto/libkineto/third_party/dynolog/third_party/json'... 2024-12-18T03:30:14.3974290Z Cloning into '/var/home/pytorchci/actions-runner/_work/pytorch/pytorch/third_party/kineto/libkineto/third_party/dynolog/third_party/pfs'... 2024-12-18T03:30:16.8051986Z Submodule path 'third_party/kineto/libkineto/third_party/dynolog/third_party/DCGM': checked out 'ffde4e54bc7249a6039a5e6b45b395141e1217f9' 2024-12-18T03:30:16.8806645Z Submodule path 'third_party/kineto/libkineto/third_party/dynolog/third_party/cpr': checked out '871ed52d350214a034f6ef8a3b8f51c5ce1bd400' 2024-12-18T03:30:16.9889496Z Submodule path 'third_party/kineto/libkineto/third_party/dynolog/third_party/fmt': checked out 'cd4af11efc9c622896a3e4cb599fa28668ca3d05' 2024-12-18T03:30:17.0480114Z Submodule path 'third_party/kineto/libkineto/third_party/dynolog/third_party/gflags': checked out 'e171aa2d15ed9eb17054558e0b3a6a413bb01067' 2024-12-18T03:30:17.0605344Z Submodule 'doc' (https://github.com/gflags/gflags.git) registered for path 'third_party/kineto/libkineto/third_party/dynolog/third_party/gflags/doc' 2024-12-18T03:30:17.0721315Z Cloning into '/var/home/pytorchci/actions-runner/_work/pytorch/pytorch/third_party/kineto/libkineto/third_party/dynolog/third_party/gflags/doc'... 2024-12-18T03:30:19.7448226Z Submodule path 'third_party/kineto/libkineto/third_party/dynolog/third_party/gflags/doc': checked out '8411df715cf522606e3b1aca386ddfc0b63d34b4' 2024-12-18T03:30:19.8039178Z Submodule path 'third_party/kineto/libkineto/third_party/dynolog/third_party/glog': checked out 'b33e3bad4c46c8a6345525fd822af355e5ef9446' 2024-12-18T03:30:19.9176631Z Submodule path 'third_party/kineto/libkineto/third_party/dynolog/third_party/googletest': checked out '58d77fa8070e8cec2dc1ed015d66b454c8d78850' 2024-12-18T03:30:20.1129276Z Submodule path 'third_party/kineto/libkineto/third_party/dynolog/third_party/json': checked out '4f8fba14066156b73f1189a2b8bd568bde5284c5' 2024-12-18T03:30:20.1821055Z Submodule path 'third_party/kineto/libkineto/third_party/dynolog/third_party/pfs': checked out 'f68a2fa8ea36c783bdd760371411fcb495aa3150' 2024-12-18T03:30:20.2927133Z Submodule path 'third_party/kineto/libkineto/third_party/fmt': checked out '0041a40c1350ba702d475b9c4ad62da77caea164' 2024-12-18T03:30:20.4270317Z Submodule path 'third_party/kineto/libkineto/third_party/googletest': checked out '7aca84427f224eeed3144123d5230d5871e93347' 2024-12-18T03:30:20.5451772Z Submodule path 'third_party/mimalloc': checked out 'b66e3214d8a104669c2ec05ae91ebc26a8f5ab78' 2024-12-18T03:30:20.6433606Z Submodule path 'third_party/nccl/nccl': checked out 'ab2b89c4c339bd7f816fbc114a4b05d386b66290' 2024-12-18T03:30:20.8546392Z Submodule path 'third_party/nlohmann': checked out '87cda1d6646592ac5866dc703c8e1839046a6806' 2024-12-18T03:30:21.4380262Z Submodule path 'third_party/onnx': checked out 'b8baa8446686496da4cc8fda09f2b6fe65c2a02c' 2024-12-18T03:30:21.4534993Z Submodule 'third_party/pybind11' (https://github.com/pybind/pybind11.git) registered for path 'third_party/onnx/third_party/pybind11' 2024-12-18T03:30:21.4693979Z Cloning into '/var/home/pytorchci/actions-runner/_work/pytorch/pytorch/third_party/onnx/third_party/pybind11'... 2024-12-18T03:30:25.7646454Z Submodule path 'third_party/onnx/third_party/pybind11': checked out '3e9dfa2866941655c56877882565e7577de6fc7b' 2024-12-18T03:30:25.9117513Z Submodule path 'third_party/opentelemetry-cpp': checked out 'a799f4aed9c94b765dcdaabaeab7d5e7e2310878' 2024-12-18T03:30:25.9243551Z Submodule 'third_party/benchmark' (https://github.com/google/benchmark) registered for path 'third_party/opentelemetry-cpp/third_party/benchmark' 2024-12-18T03:30:25.9251582Z Submodule 'third_party/googletest' (https://github.com/google/googletest) registered for path 'third_party/opentelemetry-cpp/third_party/googletest' 2024-12-18T03:30:25.9259779Z Submodule 'third_party/ms-gsl' (https://github.com/microsoft/GSL) registered for path 'third_party/opentelemetry-cpp/third_party/ms-gsl' 2024-12-18T03:30:25.9269111Z Submodule 'third_party/nlohmann-json' (https://github.com/nlohmann/json) registered for path 'third_party/opentelemetry-cpp/third_party/nlohmann-json' 2024-12-18T03:30:25.9278470Z Submodule 'third_party/opentelemetry-proto' (https://github.com/open-telemetry/opentelemetry-proto) registered for path 'third_party/opentelemetry-cpp/third_party/opentelemetry-proto' 2024-12-18T03:30:25.9287044Z Submodule 'third_party/opentracing-cpp' (https://github.com/opentracing/opentracing-cpp.git) registered for path 'third_party/opentelemetry-cpp/third_party/opentracing-cpp' 2024-12-18T03:30:25.9295843Z Submodule 'third_party/prometheus-cpp' (https://github.com/jupp0r/prometheus-cpp) registered for path 'third_party/opentelemetry-cpp/third_party/prometheus-cpp' 2024-12-18T03:30:25.9305027Z Submodule 'tools/vcpkg' (https://github.com/Microsoft/vcpkg) registered for path 'third_party/opentelemetry-cpp/tools/vcpkg' 2024-12-18T03:30:25.9421590Z Cloning into '/var/home/pytorchci/actions-runner/_work/pytorch/pytorch/third_party/opentelemetry-cpp/third_party/benchmark'... 2024-12-18T03:30:29.2364119Z Cloning into '/var/home/pytorchci/actions-runner/_work/pytorch/pytorch/third_party/opentelemetry-cpp/third_party/googletest'... 2024-12-18T03:30:32.6647888Z Cloning into '/var/home/pytorchci/actions-runner/_work/pytorch/pytorch/third_party/opentelemetry-cpp/third_party/ms-gsl'... 2024-12-18T03:30:34.9905245Z Cloning into '/var/home/pytorchci/actions-runner/_work/pytorch/pytorch/third_party/opentelemetry-cpp/third_party/nlohmann-json'... 2024-12-18T03:30:42.1049160Z Cloning into '/var/home/pytorchci/actions-runner/_work/pytorch/pytorch/third_party/opentelemetry-cpp/third_party/opentelemetry-proto'... 2024-12-18T03:30:45.3262699Z Cloning into '/var/home/pytorchci/actions-runner/_work/pytorch/pytorch/third_party/opentelemetry-cpp/third_party/opentracing-cpp'... 2024-12-18T03:30:48.2265549Z Cloning into '/var/home/pytorchci/actions-runner/_work/pytorch/pytorch/third_party/opentelemetry-cpp/third_party/prometheus-cpp'... 2024-12-18T03:30:50.7913331Z Cloning into '/var/home/pytorchci/actions-runner/_work/pytorch/pytorch/third_party/opentelemetry-cpp/tools/vcpkg'... 2024-12-18T03:31:00.7263083Z Submodule path 'third_party/opentelemetry-cpp/third_party/benchmark': checked out 'd572f4777349d43653b21d6c2fc63020ab326db2' 2024-12-18T03:31:00.8383034Z Submodule path 'third_party/opentelemetry-cpp/third_party/googletest': checked out 'b796f7d44681514f58a683a3a71ff17c94edb0c1' 2024-12-18T03:31:00.9017054Z Submodule path 'third_party/opentelemetry-cpp/third_party/ms-gsl': checked out '6f4529395c5b7c2d661812257cd6780c67e54afa' 2024-12-18T03:31:01.1063990Z Submodule path 'third_party/opentelemetry-cpp/third_party/nlohmann-json': checked out 'bc889afb4c5bf1c0d8ee29ef35eaaf4c8bef8a5d' 2024-12-18T03:31:01.1702200Z Submodule path 'third_party/opentelemetry-cpp/third_party/opentelemetry-proto': checked out '4ca4f0335c63cda7ab31ea7ed70d6553aee14dce' 2024-12-18T03:31:01.2362136Z Submodule path 'third_party/opentelemetry-cpp/third_party/opentracing-cpp': checked out '06b57f48ded1fa3bdd3d4346f6ef29e40e08eaf5' 2024-12-18T03:31:01.3036931Z Submodule path 'third_party/opentelemetry-cpp/third_party/prometheus-cpp': checked out 'c9ffcdda9086ffd9e1283ea7a0276d831f3c8a8d' 2024-12-18T03:31:01.3152512Z Submodule 'civetweb' (https://github.com/civetweb/civetweb.git) registered for path 'third_party/opentelemetry-cpp/third_party/prometheus-cpp/3rdparty/civetweb' 2024-12-18T03:31:01.3161044Z Submodule 'googletest' (https://github.com/google/googletest.git) registered for path 'third_party/opentelemetry-cpp/third_party/prometheus-cpp/3rdparty/googletest' 2024-12-18T03:31:01.3272128Z Cloning into '/var/home/pytorchci/actions-runner/_work/pytorch/pytorch/third_party/opentelemetry-cpp/third_party/prometheus-cpp/3rdparty/civetweb'... 2024-12-18T03:31:05.4784878Z Cloning into '/var/home/pytorchci/actions-runner/_work/pytorch/pytorch/third_party/opentelemetry-cpp/third_party/prometheus-cpp/3rdparty/googletest'... 2024-12-18T03:31:09.1251199Z Submodule path 'third_party/opentelemetry-cpp/third_party/prometheus-cpp/3rdparty/civetweb': checked out 'eefb26f82b233268fc98577d265352720d477ba4' 2024-12-18T03:31:09.2456053Z Submodule path 'third_party/opentelemetry-cpp/third_party/prometheus-cpp/3rdparty/googletest': checked out 'e2239ee6043f73722e7aa812a459f54a28552929' 2024-12-18T03:31:09.9459677Z Submodule path 'third_party/opentelemetry-cpp/tools/vcpkg': checked out '8eb57355a4ffb410a2e94c07b4dca2dffbee8e50' 2024-12-18T03:31:10.0150700Z Submodule path 'third_party/pocketfft': checked out '9d3ab05a7fffbc71a492bc6a17be034e83e8f0fe' 2024-12-18T03:31:10.4327066Z Submodule path 'third_party/protobuf': checked out 'd1eca4e4b421cd2997495c4b4e65cea6be4e9b8a' 2024-12-18T03:31:10.4455265Z Submodule 'third_party/benchmark' (https://github.com/google/benchmark.git) registered for path 'third_party/protobuf/third_party/benchmark' 2024-12-18T03:31:10.4463804Z Submodule 'third_party/googletest' (https://github.com/google/googletest.git) registered for path 'third_party/protobuf/third_party/googletest' 2024-12-18T03:31:10.4590764Z Cloning into '/var/home/pytorchci/actions-runner/_work/pytorch/pytorch/third_party/protobuf/third_party/benchmark'... 2024-12-18T03:31:12.9516153Z Cloning into '/var/home/pytorchci/actions-runner/_work/pytorch/pytorch/third_party/protobuf/third_party/googletest'... 2024-12-18T03:31:16.6965726Z Submodule path 'third_party/protobuf/third_party/benchmark': checked out '5b7683f49e1e9223cf9927b24f6fd3d6bd82e3f8' 2024-12-18T03:31:16.8679098Z Submodule path 'third_party/protobuf/third_party/googletest': checked out '5ec7f0c4a113e2f18ac2c6cc7df51ad6afc24081' 2024-12-18T03:31:16.9252456Z Submodule path 'third_party/psimd': checked out '072586a71b55b7f8c584153d223e95687148a900' 2024-12-18T03:31:16.9911579Z Submodule path 'third_party/pthreadpool': checked out '4fe0e1e183925bf8cfa6aae24237e724a96479b8' 2024-12-18T03:31:17.1093956Z Submodule path 'third_party/pybind11': checked out 'a2e59f0e7065404b44dfe92a28aca47ba1378dc4' 2024-12-18T03:31:17.2147081Z Submodule path 'third_party/python-peachpy': checked out 'f45429b087dd7d5bc78bb40dc7cf06425c252d67' 2024-12-18T03:31:17.3374974Z Submodule path 'third_party/sleef': checked out '60e76d2bce17d278b439d9da17177c8f957a9e9b' 2024-12-18T03:31:17.4371588Z Submodule path 'third_party/tensorpipe': checked out '52791a2fd214b2a9dc5759d36725909c1daa7f2e' 2024-12-18T03:31:17.4491562Z Submodule 'third_party/googletest' (https://github.com/google/googletest.git) registered for path 'third_party/tensorpipe/third_party/googletest' 2024-12-18T03:31:17.4500267Z Submodule 'third_party/libnop' (https://github.com/google/libnop.git) registered for path 'third_party/tensorpipe/third_party/libnop' 2024-12-18T03:31:17.4509033Z Submodule 'third_party/libuv' (https://github.com/libuv/libuv.git) registered for path 'third_party/tensorpipe/third_party/libuv' 2024-12-18T03:31:17.4518004Z Submodule 'third_party/pybind11' (https://github.com/pybind/pybind11.git) registered for path 'third_party/tensorpipe/third_party/pybind11' 2024-12-18T03:31:17.4632724Z Cloning into '/var/home/pytorchci/actions-runner/_work/pytorch/pytorch/third_party/tensorpipe/third_party/googletest'... 2024-12-18T03:31:20.6569194Z Cloning into '/var/home/pytorchci/actions-runner/_work/pytorch/pytorch/third_party/tensorpipe/third_party/libnop'... 2024-12-18T03:31:23.0412625Z Cloning into '/var/home/pytorchci/actions-runner/_work/pytorch/pytorch/third_party/tensorpipe/third_party/libuv'... 2024-12-18T03:31:27.2259780Z Cloning into '/var/home/pytorchci/actions-runner/_work/pytorch/pytorch/third_party/tensorpipe/third_party/pybind11'... 2024-12-18T03:31:30.6481003Z Submodule path 'third_party/tensorpipe/third_party/googletest': checked out 'aee0f9d9b5b87796ee8a0ab26b7587ec30e8858e' 2024-12-18T03:31:30.7156540Z Submodule path 'third_party/tensorpipe/third_party/libnop': checked out '910b55815be16109f04f4180e9adee14fb4ce281' 2024-12-18T03:31:30.8744205Z Submodule path 'third_party/tensorpipe/third_party/libuv': checked out '1dff88e5161cba5c59276d2070d2e304e4dcb242' 2024-12-18T03:31:30.9666940Z Submodule path 'third_party/tensorpipe/third_party/pybind11': checked out 'a23996fce38ff6ccfbcdc09f1e63f2c4be5ea2ef' 2024-12-18T03:31:30.9790476Z Submodule 'tools/clang' (https://github.com/wjakob/clang-cindex-python3) registered for path 'third_party/tensorpipe/third_party/pybind11/tools/clang' 2024-12-18T03:31:30.9901094Z Cloning into '/var/home/pytorchci/actions-runner/_work/pytorch/pytorch/third_party/tensorpipe/third_party/pybind11/tools/clang'... 2024-12-18T03:31:34.1270780Z Submodule path 'third_party/tensorpipe/third_party/pybind11/tools/clang': checked out '6a00cbc4a9b8e68b71caf7f774b3f9c753ae84d5' 2024-12-18T03:31:34.1495716Z [command]/usr/bin/git submodule foreach --recursive git config --local gc.auto 0 2024-12-18T03:31:34.2140782Z Entering 'android/libs/fbjni' 2024-12-18T03:31:34.2246689Z Entering 'third_party/FP16' 2024-12-18T03:31:34.2351943Z Entering 'third_party/FXdiv' 2024-12-18T03:31:34.2465160Z Entering 'third_party/NNPACK' 2024-12-18T03:31:34.2569233Z Entering 'third_party/NVTX' 2024-12-18T03:31:34.2675631Z Entering 'third_party/VulkanMemoryAllocator' 2024-12-18T03:31:34.2785721Z Entering 'third_party/XNNPACK' 2024-12-18T03:31:34.2925969Z Entering 'third_party/benchmark' 2024-12-18T03:31:34.3030495Z Entering 'third_party/composable_kernel' 2024-12-18T03:31:34.3147837Z Entering 'third_party/cpp-httplib' 2024-12-18T03:31:34.3250691Z Entering 'third_party/cpuinfo' 2024-12-18T03:31:34.3355703Z Entering 'third_party/cudnn_frontend' 2024-12-18T03:31:34.3457687Z Entering 'third_party/cutlass' 2024-12-18T03:31:34.3580579Z Entering 'third_party/eigen' 2024-12-18T03:31:34.3689892Z Entering 'third_party/fbgemm' 2024-12-18T03:31:34.3789904Z Entering 'third_party/fbgemm/third_party/asmjit' 2024-12-18T03:31:34.3889707Z Entering 'third_party/fbgemm/third_party/cpuinfo' 2024-12-18T03:31:34.3990061Z Entering 'third_party/fbgemm/third_party/cutlass' 2024-12-18T03:31:34.4102828Z Entering 'third_party/fbgemm/third_party/googletest' 2024-12-18T03:31:34.4200711Z Entering 'third_party/fbgemm/third_party/hipify_torch' 2024-12-18T03:31:34.4302003Z Entering 'third_party/flatbuffers' 2024-12-18T03:31:34.4409565Z Entering 'third_party/fmt' 2024-12-18T03:31:34.4514257Z Entering 'third_party/gemmlowp/gemmlowp' 2024-12-18T03:31:34.4617507Z Entering 'third_party/gloo' 2024-12-18T03:31:34.4723578Z Entering 'third_party/googletest' 2024-12-18T03:31:34.4830271Z Entering 'third_party/ideep' 2024-12-18T03:31:34.4928239Z Entering 'third_party/ideep/mkl-dnn' 2024-12-18T03:31:34.5048109Z Entering 'third_party/ittapi' 2024-12-18T03:31:34.5151427Z Entering 'third_party/kineto' 2024-12-18T03:31:34.5252805Z Entering 'third_party/kineto/libkineto/third_party/dynolog' 2024-12-18T03:31:34.5349579Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/DCGM' 2024-12-18T03:31:34.5451396Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/cpr' 2024-12-18T03:31:34.5553829Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/fmt' 2024-12-18T03:31:34.5653962Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/gflags' 2024-12-18T03:31:34.5747868Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/gflags/doc' 2024-12-18T03:31:34.5850530Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/glog' 2024-12-18T03:31:34.5946897Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/googletest' 2024-12-18T03:31:34.6044913Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/json' 2024-12-18T03:31:34.6142985Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/pfs' 2024-12-18T03:31:34.6245506Z Entering 'third_party/kineto/libkineto/third_party/fmt' 2024-12-18T03:31:34.6340288Z Entering 'third_party/kineto/libkineto/third_party/googletest' 2024-12-18T03:31:34.6443958Z Entering 'third_party/mimalloc' 2024-12-18T03:31:34.6547655Z Entering 'third_party/nccl/nccl' 2024-12-18T03:31:34.6653282Z Entering 'third_party/nlohmann' 2024-12-18T03:31:34.6758674Z Entering 'third_party/onnx' 2024-12-18T03:31:34.6893169Z Entering 'third_party/onnx/third_party/pybind11' 2024-12-18T03:31:34.7005481Z Entering 'third_party/opentelemetry-cpp' 2024-12-18T03:31:34.7111574Z Entering 'third_party/opentelemetry-cpp/third_party/benchmark' 2024-12-18T03:31:34.7209175Z Entering 'third_party/opentelemetry-cpp/third_party/googletest' 2024-12-18T03:31:34.7306344Z Entering 'third_party/opentelemetry-cpp/third_party/ms-gsl' 2024-12-18T03:31:34.7403583Z Entering 'third_party/opentelemetry-cpp/third_party/nlohmann-json' 2024-12-18T03:31:34.7504076Z Entering 'third_party/opentelemetry-cpp/third_party/opentelemetry-proto' 2024-12-18T03:31:34.7607407Z Entering 'third_party/opentelemetry-cpp/third_party/opentracing-cpp' 2024-12-18T03:31:34.7699079Z Entering 'third_party/opentelemetry-cpp/third_party/prometheus-cpp' 2024-12-18T03:31:34.7790728Z Entering 'third_party/opentelemetry-cpp/third_party/prometheus-cpp/3rdparty/civetweb' 2024-12-18T03:31:34.7894736Z Entering 'third_party/opentelemetry-cpp/third_party/prometheus-cpp/3rdparty/googletest' 2024-12-18T03:31:34.7999146Z Entering 'third_party/opentelemetry-cpp/tools/vcpkg' 2024-12-18T03:31:34.8141330Z Entering 'third_party/pocketfft' 2024-12-18T03:31:34.8244389Z Entering 'third_party/protobuf' 2024-12-18T03:31:34.8352855Z Entering 'third_party/protobuf/third_party/benchmark' 2024-12-18T03:31:34.8450139Z Entering 'third_party/protobuf/third_party/googletest' 2024-12-18T03:31:34.8555295Z Entering 'third_party/psimd' 2024-12-18T03:31:34.8658552Z Entering 'third_party/pthreadpool' 2024-12-18T03:31:34.8761493Z Entering 'third_party/pybind11' 2024-12-18T03:31:34.8865061Z Entering 'third_party/python-peachpy' 2024-12-18T03:31:34.8968586Z Entering 'third_party/sleef' 2024-12-18T03:31:34.9071445Z Entering 'third_party/tensorpipe' 2024-12-18T03:31:34.9172166Z Entering 'third_party/tensorpipe/third_party/googletest' 2024-12-18T03:31:34.9269633Z Entering 'third_party/tensorpipe/third_party/libnop' 2024-12-18T03:31:34.9367585Z Entering 'third_party/tensorpipe/third_party/libuv' 2024-12-18T03:31:34.9464574Z Entering 'third_party/tensorpipe/third_party/pybind11' 2024-12-18T03:31:34.9556686Z Entering 'third_party/tensorpipe/third_party/pybind11/tools/clang' 2024-12-18T03:31:34.9695067Z ##[endgroup] 2024-12-18T03:31:34.9695825Z ##[group]Persisting credentials for submodules 2024-12-18T03:31:34.9705857Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'url\.https\:\/\/github\.com\/\.insteadOf' && git config --local --unset-all 'url.https://github.com/.insteadOf' || :" 2024-12-18T03:31:35.0328002Z Entering 'android/libs/fbjni' 2024-12-18T03:31:35.0446933Z Entering 'third_party/FP16' 2024-12-18T03:31:35.0565770Z Entering 'third_party/FXdiv' 2024-12-18T03:31:35.0680235Z Entering 'third_party/NNPACK' 2024-12-18T03:31:35.0798143Z Entering 'third_party/NVTX' 2024-12-18T03:31:35.0915812Z Entering 'third_party/VulkanMemoryAllocator' 2024-12-18T03:31:35.1033458Z Entering 'third_party/XNNPACK' 2024-12-18T03:31:35.1183268Z Entering 'third_party/benchmark' 2024-12-18T03:31:35.1298292Z Entering 'third_party/composable_kernel' 2024-12-18T03:31:35.1429657Z Entering 'third_party/cpp-httplib' 2024-12-18T03:31:35.1546394Z Entering 'third_party/cpuinfo' 2024-12-18T03:31:35.1662667Z Entering 'third_party/cudnn_frontend' 2024-12-18T03:31:35.1778670Z Entering 'third_party/cutlass' 2024-12-18T03:31:35.1913734Z Entering 'third_party/eigen' 2024-12-18T03:31:35.2034858Z Entering 'third_party/fbgemm' 2024-12-18T03:31:35.2148652Z Entering 'third_party/fbgemm/third_party/asmjit' 2024-12-18T03:31:35.2263095Z Entering 'third_party/fbgemm/third_party/cpuinfo' 2024-12-18T03:31:35.2373891Z Entering 'third_party/fbgemm/third_party/cutlass' 2024-12-18T03:31:35.2501002Z Entering 'third_party/fbgemm/third_party/googletest' 2024-12-18T03:31:35.2611823Z Entering 'third_party/fbgemm/third_party/hipify_torch' 2024-12-18T03:31:35.2728554Z Entering 'third_party/flatbuffers' 2024-12-18T03:31:35.2852853Z Entering 'third_party/fmt' 2024-12-18T03:31:35.2968678Z Entering 'third_party/gemmlowp/gemmlowp' 2024-12-18T03:31:35.3084521Z Entering 'third_party/gloo' 2024-12-18T03:31:35.3202681Z Entering 'third_party/googletest' 2024-12-18T03:31:35.3319022Z Entering 'third_party/ideep' 2024-12-18T03:31:35.3431122Z Entering 'third_party/ideep/mkl-dnn' 2024-12-18T03:31:35.3559744Z Entering 'third_party/ittapi' 2024-12-18T03:31:35.3674973Z Entering 'third_party/kineto' 2024-12-18T03:31:35.3788069Z Entering 'third_party/kineto/libkineto/third_party/dynolog' 2024-12-18T03:31:35.3896654Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/DCGM' 2024-12-18T03:31:35.4012649Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/cpr' 2024-12-18T03:31:35.4125960Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/fmt' 2024-12-18T03:31:35.4238552Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/gflags' 2024-12-18T03:31:35.4346120Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/gflags/doc' 2024-12-18T03:31:35.4466399Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/glog' 2024-12-18T03:31:35.4579085Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/googletest' 2024-12-18T03:31:35.4690235Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/json' 2024-12-18T03:31:35.4802883Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/pfs' 2024-12-18T03:31:35.4920822Z Entering 'third_party/kineto/libkineto/third_party/fmt' 2024-12-18T03:31:35.5029714Z Entering 'third_party/kineto/libkineto/third_party/googletest' 2024-12-18T03:31:35.5148548Z Entering 'third_party/mimalloc' 2024-12-18T03:31:35.5265925Z Entering 'third_party/nccl/nccl' 2024-12-18T03:31:35.5384470Z Entering 'third_party/nlohmann' 2024-12-18T03:31:35.5503003Z Entering 'third_party/onnx' 2024-12-18T03:31:35.5652065Z Entering 'third_party/onnx/third_party/pybind11' 2024-12-18T03:31:35.5777999Z Entering 'third_party/opentelemetry-cpp' 2024-12-18T03:31:35.5893093Z Entering 'third_party/opentelemetry-cpp/third_party/benchmark' 2024-12-18T03:31:35.6004909Z Entering 'third_party/opentelemetry-cpp/third_party/googletest' 2024-12-18T03:31:35.6115835Z Entering 'third_party/opentelemetry-cpp/third_party/ms-gsl' 2024-12-18T03:31:35.6224803Z Entering 'third_party/opentelemetry-cpp/third_party/nlohmann-json' 2024-12-18T03:31:35.6338797Z Entering 'third_party/opentelemetry-cpp/third_party/opentelemetry-proto' 2024-12-18T03:31:35.6448997Z Entering 'third_party/opentelemetry-cpp/third_party/opentracing-cpp' 2024-12-18T03:31:35.6558619Z Entering 'third_party/opentelemetry-cpp/third_party/prometheus-cpp' 2024-12-18T03:31:35.6666167Z Entering 'third_party/opentelemetry-cpp/third_party/prometheus-cpp/3rdparty/civetweb' 2024-12-18T03:31:35.6784615Z Entering 'third_party/opentelemetry-cpp/third_party/prometheus-cpp/3rdparty/googletest' 2024-12-18T03:31:35.6903722Z Entering 'third_party/opentelemetry-cpp/tools/vcpkg' 2024-12-18T03:31:35.7059312Z Entering 'third_party/pocketfft' 2024-12-18T03:31:35.7174485Z Entering 'third_party/protobuf' 2024-12-18T03:31:35.7296200Z Entering 'third_party/protobuf/third_party/benchmark' 2024-12-18T03:31:35.7409612Z Entering 'third_party/protobuf/third_party/googletest' 2024-12-18T03:31:35.7528519Z Entering 'third_party/psimd' 2024-12-18T03:31:35.7646606Z Entering 'third_party/pthreadpool' 2024-12-18T03:31:35.7762634Z Entering 'third_party/pybind11' 2024-12-18T03:31:35.7882344Z Entering 'third_party/python-peachpy' 2024-12-18T03:31:35.7997276Z Entering 'third_party/sleef' 2024-12-18T03:31:35.8113713Z Entering 'third_party/tensorpipe' 2024-12-18T03:31:35.8226947Z Entering 'third_party/tensorpipe/third_party/googletest' 2024-12-18T03:31:35.8338449Z Entering 'third_party/tensorpipe/third_party/libnop' 2024-12-18T03:31:35.8449943Z Entering 'third_party/tensorpipe/third_party/libuv' 2024-12-18T03:31:35.8564109Z Entering 'third_party/tensorpipe/third_party/pybind11' 2024-12-18T03:31:35.8670480Z Entering 'third_party/tensorpipe/third_party/pybind11/tools/clang' 2024-12-18T03:31:35.8828864Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local 'http.https://github.com/.extraheader' 'AUTHORIZATION: basic ***' && git config --local --show-origin --name-only --get-regexp remote.origin.url" 2024-12-18T03:31:35.9451664Z Entering 'android/libs/fbjni' 2024-12-18T03:31:35.9558585Z file:/var/home/pytorchci/actions-runner/_work/pytorch/pytorch/.git/modules/android/libs/fbjni/config remote.origin.url 2024-12-18T03:31:35.9612500Z Entering 'third_party/FP16' 2024-12-18T03:31:35.9710939Z file:/var/home/pytorchci/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/NNPACK_deps/FP16/config remote.origin.url 2024-12-18T03:31:35.9765759Z Entering 'third_party/FXdiv' 2024-12-18T03:31:35.9863811Z file:/var/home/pytorchci/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/NNPACK_deps/FXdiv/config remote.origin.url 2024-12-18T03:31:35.9916498Z Entering 'third_party/NNPACK' 2024-12-18T03:31:36.0015219Z file:/var/home/pytorchci/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/NNPACK/config remote.origin.url 2024-12-18T03:31:36.0069064Z Entering 'third_party/NVTX' 2024-12-18T03:31:36.0166606Z file:/var/home/pytorchci/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/NVTX/config remote.origin.url 2024-12-18T03:31:36.0222098Z Entering 'third_party/VulkanMemoryAllocator' 2024-12-18T03:31:36.0317921Z file:/var/home/pytorchci/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/VulkanMemoryAllocator/config remote.origin.url 2024-12-18T03:31:36.0372777Z Entering 'third_party/XNNPACK' 2024-12-18T03:31:36.0468302Z file:/var/home/pytorchci/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/XNNPACK/config remote.origin.url 2024-12-18T03:31:36.0557881Z Entering 'third_party/benchmark' 2024-12-18T03:31:36.0653846Z file:/var/home/pytorchci/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/benchmark/config remote.origin.url 2024-12-18T03:31:36.0709827Z Entering 'third_party/composable_kernel' 2024-12-18T03:31:36.0802771Z file:/var/home/pytorchci/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/composable_kernel/config remote.origin.url 2024-12-18T03:31:36.0873147Z Entering 'third_party/cpp-httplib' 2024-12-18T03:31:36.0975477Z file:/var/home/pytorchci/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/cpp-httplib/config remote.origin.url 2024-12-18T03:31:36.1032550Z Entering 'third_party/cpuinfo' 2024-12-18T03:31:36.1128139Z file:/var/home/pytorchci/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/cpuinfo/config remote.origin.url 2024-12-18T03:31:36.1183539Z Entering 'third_party/cudnn_frontend' 2024-12-18T03:31:36.1281679Z file:/var/home/pytorchci/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/cudnn_frontend/config remote.origin.url 2024-12-18T03:31:36.1336404Z Entering 'third_party/cutlass' 2024-12-18T03:31:36.1431408Z file:/var/home/pytorchci/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/cutlass/config remote.origin.url 2024-12-18T03:31:36.1503894Z Entering 'third_party/eigen' 2024-12-18T03:31:36.1600974Z file:/var/home/pytorchci/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/eigen/config remote.origin.url 2024-12-18T03:31:36.1659264Z Entering 'third_party/fbgemm' 2024-12-18T03:31:36.1756783Z file:/var/home/pytorchci/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/fbgemm/config remote.origin.url 2024-12-18T03:31:36.1807013Z Entering 'third_party/fbgemm/third_party/asmjit' 2024-12-18T03:31:36.1901752Z file:/var/home/pytorchci/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/fbgemm/modules/third_party/asmjit/config remote.origin.url 2024-12-18T03:31:36.1953828Z Entering 'third_party/fbgemm/third_party/cpuinfo' 2024-12-18T03:31:36.2048432Z file:/var/home/pytorchci/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/fbgemm/modules/third_party/cpuinfo/config remote.origin.url 2024-12-18T03:31:36.2099188Z Entering 'third_party/fbgemm/third_party/cutlass' 2024-12-18T03:31:36.2193377Z file:/var/home/pytorchci/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/fbgemm/modules/third_party/cutlass/config remote.origin.url 2024-12-18T03:31:36.2259520Z Entering 'third_party/fbgemm/third_party/googletest' 2024-12-18T03:31:36.2353929Z file:/var/home/pytorchci/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/fbgemm/modules/third_party/googletest/config remote.origin.url 2024-12-18T03:31:36.2404943Z Entering 'third_party/fbgemm/third_party/hipify_torch' 2024-12-18T03:31:36.2499964Z file:/var/home/pytorchci/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/fbgemm/modules/third_party/hipify_torch/config remote.origin.url 2024-12-18T03:31:36.2555980Z Entering 'third_party/flatbuffers' 2024-12-18T03:31:36.2653157Z file:/var/home/pytorchci/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/flatbuffers/config remote.origin.url 2024-12-18T03:31:36.2713485Z Entering 'third_party/fmt' 2024-12-18T03:31:36.2809596Z file:/var/home/pytorchci/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/fmt/config remote.origin.url 2024-12-18T03:31:36.2862663Z Entering 'third_party/gemmlowp/gemmlowp' 2024-12-18T03:31:36.2963084Z file:/var/home/pytorchci/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/gemmlowp/gemmlowp/config remote.origin.url 2024-12-18T03:31:36.3017538Z Entering 'third_party/gloo' 2024-12-18T03:31:36.3110666Z file:/var/home/pytorchci/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/gloo/config remote.origin.url 2024-12-18T03:31:36.3163820Z Entering 'third_party/googletest' 2024-12-18T03:31:36.3259964Z file:/var/home/pytorchci/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/googletest/config remote.origin.url 2024-12-18T03:31:36.3314817Z Entering 'third_party/ideep' 2024-12-18T03:31:36.3409089Z file:/var/home/pytorchci/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/ideep/config remote.origin.url 2024-12-18T03:31:36.3459190Z Entering 'third_party/ideep/mkl-dnn' 2024-12-18T03:31:36.3550789Z file:/var/home/pytorchci/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/ideep/modules/mkl-dnn/config remote.origin.url 2024-12-18T03:31:36.3621245Z Entering 'third_party/ittapi' 2024-12-18T03:31:36.3718533Z file:/var/home/pytorchci/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/ittapi/config remote.origin.url 2024-12-18T03:31:36.3772648Z Entering 'third_party/kineto' 2024-12-18T03:31:36.3870340Z file:/var/home/pytorchci/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/kineto/config remote.origin.url 2024-12-18T03:31:36.3920849Z Entering 'third_party/kineto/libkineto/third_party/dynolog' 2024-12-18T03:31:36.4017368Z file:/var/home/pytorchci/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/config remote.origin.url 2024-12-18T03:31:36.4065470Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/DCGM' 2024-12-18T03:31:36.4163004Z file:/var/home/pytorchci/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/DCGM/config remote.origin.url 2024-12-18T03:31:36.4217872Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/cpr' 2024-12-18T03:31:36.4312781Z file:/var/home/pytorchci/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/cpr/config remote.origin.url 2024-12-18T03:31:36.4363878Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/fmt' 2024-12-18T03:31:36.4460538Z file:/var/home/pytorchci/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/fmt/config remote.origin.url 2024-12-18T03:31:36.4512291Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/gflags' 2024-12-18T03:31:36.4609605Z file:/var/home/pytorchci/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/gflags/config remote.origin.url 2024-12-18T03:31:36.4658313Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/gflags/doc' 2024-12-18T03:31:36.4755693Z file:/var/home/pytorchci/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/gflags/modules/doc/config remote.origin.url 2024-12-18T03:31:36.4810471Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/glog' 2024-12-18T03:31:36.4904479Z file:/var/home/pytorchci/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/glog/config remote.origin.url 2024-12-18T03:31:36.4956340Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/googletest' 2024-12-18T03:31:36.5051256Z file:/var/home/pytorchci/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/googletest/config remote.origin.url 2024-12-18T03:31:36.5102347Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/json' 2024-12-18T03:31:36.5193483Z file:/var/home/pytorchci/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/json/config remote.origin.url 2024-12-18T03:31:36.5247501Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/pfs' 2024-12-18T03:31:36.5342595Z file:/var/home/pytorchci/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/pfs/config remote.origin.url 2024-12-18T03:31:36.5405241Z Entering 'third_party/kineto/libkineto/third_party/fmt' 2024-12-18T03:31:36.5496718Z file:/var/home/pytorchci/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/kineto/modules/libkineto/third_party/fmt/config remote.origin.url 2024-12-18T03:31:36.5548829Z Entering 'third_party/kineto/libkineto/third_party/googletest' 2024-12-18T03:31:36.5644248Z file:/var/home/pytorchci/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/kineto/modules/libkineto/third_party/googletest/config remote.origin.url 2024-12-18T03:31:36.5701561Z Entering 'third_party/mimalloc' 2024-12-18T03:31:36.5800087Z file:/var/home/pytorchci/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/mimalloc/config remote.origin.url 2024-12-18T03:31:36.5856623Z Entering 'third_party/nccl/nccl' 2024-12-18T03:31:36.5951956Z file:/var/home/pytorchci/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/nccl/nccl/config remote.origin.url 2024-12-18T03:31:36.6007910Z Entering 'third_party/nlohmann' 2024-12-18T03:31:36.6104955Z file:/var/home/pytorchci/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/nlohmann/config remote.origin.url 2024-12-18T03:31:36.6161058Z Entering 'third_party/onnx' 2024-12-18T03:31:36.6257098Z file:/var/home/pytorchci/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/onnx/config remote.origin.url 2024-12-18T03:31:36.6341313Z Entering 'third_party/onnx/third_party/pybind11' 2024-12-18T03:31:36.6434943Z file:/var/home/pytorchci/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/onnx/modules/third_party/pybind11/config remote.origin.url 2024-12-18T03:31:36.6498191Z Entering 'third_party/opentelemetry-cpp' 2024-12-18T03:31:36.6594734Z file:/var/home/pytorchci/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/opentelemetry-cpp/config remote.origin.url 2024-12-18T03:31:36.6647979Z Entering 'third_party/opentelemetry-cpp/third_party/benchmark' 2024-12-18T03:31:36.6744622Z file:/var/home/pytorchci/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/opentelemetry-cpp/modules/third_party/benchmark/config remote.origin.url 2024-12-18T03:31:36.6795131Z Entering 'third_party/opentelemetry-cpp/third_party/googletest' 2024-12-18T03:31:36.6894252Z file:/var/home/pytorchci/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/opentelemetry-cpp/modules/third_party/googletest/config remote.origin.url 2024-12-18T03:31:36.6944713Z Entering 'third_party/opentelemetry-cpp/third_party/ms-gsl' 2024-12-18T03:31:36.7043249Z file:/var/home/pytorchci/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/opentelemetry-cpp/modules/third_party/ms-gsl/config remote.origin.url 2024-12-18T03:31:36.7093627Z Entering 'third_party/opentelemetry-cpp/third_party/nlohmann-json' 2024-12-18T03:31:36.7187289Z file:/var/home/pytorchci/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/opentelemetry-cpp/modules/third_party/nlohmann-json/config remote.origin.url 2024-12-18T03:31:36.7243311Z Entering 'third_party/opentelemetry-cpp/third_party/opentelemetry-proto' 2024-12-18T03:31:36.7338858Z file:/var/home/pytorchci/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/opentelemetry-cpp/modules/third_party/opentelemetry-proto/config remote.origin.url 2024-12-18T03:31:36.7389111Z Entering 'third_party/opentelemetry-cpp/third_party/opentracing-cpp' 2024-12-18T03:31:36.7483335Z file:/var/home/pytorchci/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/opentelemetry-cpp/modules/third_party/opentracing-cpp/config remote.origin.url 2024-12-18T03:31:36.7538428Z Entering 'third_party/opentelemetry-cpp/third_party/prometheus-cpp' 2024-12-18T03:31:36.7634900Z file:/var/home/pytorchci/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/opentelemetry-cpp/modules/third_party/prometheus-cpp/config remote.origin.url 2024-12-18T03:31:36.7682530Z Entering 'third_party/opentelemetry-cpp/third_party/prometheus-cpp/3rdparty/civetweb' 2024-12-18T03:31:36.7778627Z file:/var/home/pytorchci/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/opentelemetry-cpp/modules/third_party/prometheus-cpp/modules/civetweb/config remote.origin.url 2024-12-18T03:31:36.7832827Z Entering 'third_party/opentelemetry-cpp/third_party/prometheus-cpp/3rdparty/googletest' 2024-12-18T03:31:36.7925242Z file:/var/home/pytorchci/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/opentelemetry-cpp/modules/third_party/prometheus-cpp/modules/googletest/config remote.origin.url 2024-12-18T03:31:36.7984138Z Entering 'third_party/opentelemetry-cpp/tools/vcpkg' 2024-12-18T03:31:36.8078510Z file:/var/home/pytorchci/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/opentelemetry-cpp/modules/tools/vcpkg/config remote.origin.url 2024-12-18T03:31:36.8181161Z Entering 'third_party/pocketfft' 2024-12-18T03:31:36.8282841Z file:/var/home/pytorchci/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/pocketfft/config remote.origin.url 2024-12-18T03:31:36.8334962Z Entering 'third_party/protobuf' 2024-12-18T03:31:36.8430400Z file:/var/home/pytorchci/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/protobuf/config remote.origin.url 2024-12-18T03:31:36.8489726Z Entering 'third_party/protobuf/third_party/benchmark' 2024-12-18T03:31:36.8584242Z file:/var/home/pytorchci/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/protobuf/modules/third_party/benchmark/config remote.origin.url 2024-12-18T03:31:36.8634773Z Entering 'third_party/protobuf/third_party/googletest' 2024-12-18T03:31:36.8727236Z file:/var/home/pytorchci/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/protobuf/modules/third_party/googletest/config remote.origin.url 2024-12-18T03:31:36.8785398Z Entering 'third_party/psimd' 2024-12-18T03:31:36.8880118Z file:/var/home/pytorchci/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/NNPACK_deps/psimd/config remote.origin.url 2024-12-18T03:31:36.8934758Z Entering 'third_party/pthreadpool' 2024-12-18T03:31:36.9032937Z file:/var/home/pytorchci/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/NNPACK_deps/pthreadpool/config remote.origin.url 2024-12-18T03:31:36.9085598Z Entering 'third_party/pybind11' 2024-12-18T03:31:36.9183815Z file:/var/home/pytorchci/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/pybind11/config remote.origin.url 2024-12-18T03:31:36.9237833Z Entering 'third_party/python-peachpy' 2024-12-18T03:31:36.9331672Z file:/var/home/pytorchci/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/python-peachpy/config remote.origin.url 2024-12-18T03:31:36.9386978Z Entering 'third_party/sleef' 2024-12-18T03:31:36.9482875Z file:/var/home/pytorchci/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/sleef/config remote.origin.url 2024-12-18T03:31:36.9536008Z Entering 'third_party/tensorpipe' 2024-12-18T03:31:36.9632669Z file:/var/home/pytorchci/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/tensorpipe/config remote.origin.url 2024-12-18T03:31:36.9683368Z Entering 'third_party/tensorpipe/third_party/googletest' 2024-12-18T03:31:36.9779365Z file:/var/home/pytorchci/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/tensorpipe/modules/third_party/googletest/config remote.origin.url 2024-12-18T03:31:36.9831003Z Entering 'third_party/tensorpipe/third_party/libnop' 2024-12-18T03:31:36.9924381Z file:/var/home/pytorchci/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/tensorpipe/modules/third_party/libnop/config remote.origin.url 2024-12-18T03:31:36.9974212Z Entering 'third_party/tensorpipe/third_party/libuv' 2024-12-18T03:31:37.0066366Z file:/var/home/pytorchci/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/tensorpipe/modules/third_party/libuv/config remote.origin.url 2024-12-18T03:31:37.0116752Z Entering 'third_party/tensorpipe/third_party/pybind11' 2024-12-18T03:31:37.0209379Z file:/var/home/pytorchci/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/tensorpipe/modules/third_party/pybind11/config remote.origin.url 2024-12-18T03:31:37.0257200Z Entering 'third_party/tensorpipe/third_party/pybind11/tools/clang' 2024-12-18T03:31:37.0350199Z file:/var/home/pytorchci/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/tensorpipe/modules/third_party/pybind11/modules/tools/clang/config remote.origin.url 2024-12-18T03:31:37.0873686Z [command]/usr/bin/git submodule foreach --recursive git config --local --add 'url.https://github.com/.insteadOf' 'git@github.com:' 2024-12-18T03:31:37.1513885Z Entering 'android/libs/fbjni' 2024-12-18T03:31:37.1623258Z Entering 'third_party/FP16' 2024-12-18T03:31:37.1729251Z Entering 'third_party/FXdiv' 2024-12-18T03:31:37.1832268Z Entering 'third_party/NNPACK' 2024-12-18T03:31:37.1938715Z Entering 'third_party/NVTX' 2024-12-18T03:31:37.2045007Z Entering 'third_party/VulkanMemoryAllocator' 2024-12-18T03:31:37.2150320Z Entering 'third_party/XNNPACK' 2024-12-18T03:31:37.2285399Z Entering 'third_party/benchmark' 2024-12-18T03:31:37.2389385Z Entering 'third_party/composable_kernel' 2024-12-18T03:31:37.2512415Z Entering 'third_party/cpp-httplib' 2024-12-18T03:31:37.2616716Z Entering 'third_party/cpuinfo' 2024-12-18T03:31:37.2721436Z Entering 'third_party/cudnn_frontend' 2024-12-18T03:31:37.2827865Z Entering 'third_party/cutlass' 2024-12-18T03:31:37.2948748Z Entering 'third_party/eigen' 2024-12-18T03:31:37.3066662Z Entering 'third_party/fbgemm' 2024-12-18T03:31:37.3162735Z Entering 'third_party/fbgemm/third_party/asmjit' 2024-12-18T03:31:37.3260707Z Entering 'third_party/fbgemm/third_party/cpuinfo' 2024-12-18T03:31:37.3362000Z Entering 'third_party/fbgemm/third_party/cutlass' 2024-12-18T03:31:37.3475149Z Entering 'third_party/fbgemm/third_party/googletest' 2024-12-18T03:31:37.3574828Z Entering 'third_party/fbgemm/third_party/hipify_torch' 2024-12-18T03:31:37.3679997Z Entering 'third_party/flatbuffers' 2024-12-18T03:31:37.3792122Z Entering 'third_party/fmt' 2024-12-18T03:31:37.3896371Z Entering 'third_party/gemmlowp/gemmlowp' 2024-12-18T03:31:37.3999304Z Entering 'third_party/gloo' 2024-12-18T03:31:37.4104022Z Entering 'third_party/googletest' 2024-12-18T03:31:37.4209556Z Entering 'third_party/ideep' 2024-12-18T03:31:37.4310726Z Entering 'third_party/ideep/mkl-dnn' 2024-12-18T03:31:37.4433154Z Entering 'third_party/ittapi' 2024-12-18T03:31:37.4537796Z Entering 'third_party/kineto' 2024-12-18T03:31:37.4640936Z Entering 'third_party/kineto/libkineto/third_party/dynolog' 2024-12-18T03:31:37.4738106Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/DCGM' 2024-12-18T03:31:37.4842063Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/cpr' 2024-12-18T03:31:37.4943770Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/fmt' 2024-12-18T03:31:37.5046904Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/gflags' 2024-12-18T03:31:37.5142513Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/gflags/doc' 2024-12-18T03:31:37.5250002Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/glog' 2024-12-18T03:31:37.5351503Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/googletest' 2024-12-18T03:31:37.5452871Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/json' 2024-12-18T03:31:37.5557180Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/pfs' 2024-12-18T03:31:37.5665938Z Entering 'third_party/kineto/libkineto/third_party/fmt' 2024-12-18T03:31:37.5762174Z Entering 'third_party/kineto/libkineto/third_party/googletest' 2024-12-18T03:31:37.5867467Z Entering 'third_party/mimalloc' 2024-12-18T03:31:37.5971614Z Entering 'third_party/nccl/nccl' 2024-12-18T03:31:37.6076416Z Entering 'third_party/nlohmann' 2024-12-18T03:31:37.6183987Z Entering 'third_party/onnx' 2024-12-18T03:31:37.6315176Z Entering 'third_party/onnx/third_party/pybind11' 2024-12-18T03:31:37.6426194Z Entering 'third_party/opentelemetry-cpp' 2024-12-18T03:31:37.6533032Z Entering 'third_party/opentelemetry-cpp/third_party/benchmark' 2024-12-18T03:31:37.6631695Z Entering 'third_party/opentelemetry-cpp/third_party/googletest' 2024-12-18T03:31:37.6729493Z Entering 'third_party/opentelemetry-cpp/third_party/ms-gsl' 2024-12-18T03:31:37.6824588Z Entering 'third_party/opentelemetry-cpp/third_party/nlohmann-json' 2024-12-18T03:31:37.6925866Z Entering 'third_party/opentelemetry-cpp/third_party/opentelemetry-proto' 2024-12-18T03:31:37.7024085Z Entering 'third_party/opentelemetry-cpp/third_party/opentracing-cpp' 2024-12-18T03:31:37.7120306Z Entering 'third_party/opentelemetry-cpp/third_party/prometheus-cpp' 2024-12-18T03:31:37.7216194Z Entering 'third_party/opentelemetry-cpp/third_party/prometheus-cpp/3rdparty/civetweb' 2024-12-18T03:31:37.7319057Z Entering 'third_party/opentelemetry-cpp/third_party/prometheus-cpp/3rdparty/googletest' 2024-12-18T03:31:37.7424528Z Entering 'third_party/opentelemetry-cpp/tools/vcpkg' 2024-12-18T03:31:37.7568660Z Entering 'third_party/pocketfft' 2024-12-18T03:31:37.7673869Z Entering 'third_party/protobuf' 2024-12-18T03:31:37.7782143Z Entering 'third_party/protobuf/third_party/benchmark' 2024-12-18T03:31:37.7883580Z Entering 'third_party/protobuf/third_party/googletest' 2024-12-18T03:31:37.7987750Z Entering 'third_party/psimd' 2024-12-18T03:31:37.8092340Z Entering 'third_party/pthreadpool' 2024-12-18T03:31:37.8196221Z Entering 'third_party/pybind11' 2024-12-18T03:31:37.8303112Z Entering 'third_party/python-peachpy' 2024-12-18T03:31:37.8408336Z Entering 'third_party/sleef' 2024-12-18T03:31:37.8515520Z Entering 'third_party/tensorpipe' 2024-12-18T03:31:37.8618049Z Entering 'third_party/tensorpipe/third_party/googletest' 2024-12-18T03:31:37.8717080Z Entering 'third_party/tensorpipe/third_party/libnop' 2024-12-18T03:31:37.8816706Z Entering 'third_party/tensorpipe/third_party/libuv' 2024-12-18T03:31:37.8914524Z Entering 'third_party/tensorpipe/third_party/pybind11' 2024-12-18T03:31:37.9008346Z Entering 'third_party/tensorpipe/third_party/pybind11/tools/clang' 2024-12-18T03:31:37.9155096Z [command]/usr/bin/git submodule foreach --recursive git config --local --add 'url.https://github.com/.insteadOf' 'org-21003710@github.com:' 2024-12-18T03:31:37.9777197Z Entering 'android/libs/fbjni' 2024-12-18T03:31:37.9884858Z Entering 'third_party/FP16' 2024-12-18T03:31:37.9992409Z Entering 'third_party/FXdiv' 2024-12-18T03:31:38.0098545Z Entering 'third_party/NNPACK' 2024-12-18T03:31:38.0202228Z Entering 'third_party/NVTX' 2024-12-18T03:31:38.0309935Z Entering 'third_party/VulkanMemoryAllocator' 2024-12-18T03:31:38.0413852Z Entering 'third_party/XNNPACK' 2024-12-18T03:31:38.0549804Z Entering 'third_party/benchmark' 2024-12-18T03:31:38.0654591Z Entering 'third_party/composable_kernel' 2024-12-18T03:31:38.0773628Z Entering 'third_party/cpp-httplib' 2024-12-18T03:31:38.0878750Z Entering 'third_party/cpuinfo' 2024-12-18T03:31:38.0984928Z Entering 'third_party/cudnn_frontend' 2024-12-18T03:31:38.1090889Z Entering 'third_party/cutlass' 2024-12-18T03:31:38.1216139Z Entering 'third_party/eigen' 2024-12-18T03:31:38.1326516Z Entering 'third_party/fbgemm' 2024-12-18T03:31:38.1429927Z Entering 'third_party/fbgemm/third_party/asmjit' 2024-12-18T03:31:38.1527033Z Entering 'third_party/fbgemm/third_party/cpuinfo' 2024-12-18T03:31:38.1626426Z Entering 'third_party/fbgemm/third_party/cutlass' 2024-12-18T03:31:38.1740761Z Entering 'third_party/fbgemm/third_party/googletest' 2024-12-18T03:31:38.1840454Z Entering 'third_party/fbgemm/third_party/hipify_torch' 2024-12-18T03:31:38.1944552Z Entering 'third_party/flatbuffers' 2024-12-18T03:31:38.2055192Z Entering 'third_party/fmt' 2024-12-18T03:31:38.2161486Z Entering 'third_party/gemmlowp/gemmlowp' 2024-12-18T03:31:38.2266670Z Entering 'third_party/gloo' 2024-12-18T03:31:38.2371607Z Entering 'third_party/googletest' 2024-12-18T03:31:38.2475188Z Entering 'third_party/ideep' 2024-12-18T03:31:38.2573234Z Entering 'third_party/ideep/mkl-dnn' 2024-12-18T03:31:38.2693989Z Entering 'third_party/ittapi' 2024-12-18T03:31:38.2799401Z Entering 'third_party/kineto' 2024-12-18T03:31:38.2899443Z Entering 'third_party/kineto/libkineto/third_party/dynolog' 2024-12-18T03:31:38.2996748Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/DCGM' 2024-12-18T03:31:38.3099181Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/cpr' 2024-12-18T03:31:38.3198446Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/fmt' 2024-12-18T03:31:38.3299165Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/gflags' 2024-12-18T03:31:38.3394210Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/gflags/doc' 2024-12-18T03:31:38.3501948Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/glog' 2024-12-18T03:31:38.3601718Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/googletest' 2024-12-18T03:31:38.3699139Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/json' 2024-12-18T03:31:38.3799885Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/pfs' 2024-12-18T03:31:38.3904958Z Entering 'third_party/kineto/libkineto/third_party/fmt' 2024-12-18T03:31:38.4004241Z Entering 'third_party/kineto/libkineto/third_party/googletest' 2024-12-18T03:31:38.4106333Z Entering 'third_party/mimalloc' 2024-12-18T03:31:38.4212064Z Entering 'third_party/nccl/nccl' 2024-12-18T03:31:38.4316043Z Entering 'third_party/nlohmann' 2024-12-18T03:31:38.4424973Z Entering 'third_party/onnx' 2024-12-18T03:31:38.4554728Z Entering 'third_party/onnx/third_party/pybind11' 2024-12-18T03:31:38.4665758Z Entering 'third_party/opentelemetry-cpp' 2024-12-18T03:31:38.4771935Z Entering 'third_party/opentelemetry-cpp/third_party/benchmark' 2024-12-18T03:31:38.4872616Z Entering 'third_party/opentelemetry-cpp/third_party/googletest' 2024-12-18T03:31:38.4969919Z Entering 'third_party/opentelemetry-cpp/third_party/ms-gsl' 2024-12-18T03:31:38.5068612Z Entering 'third_party/opentelemetry-cpp/third_party/nlohmann-json' 2024-12-18T03:31:38.5170552Z Entering 'third_party/opentelemetry-cpp/third_party/opentelemetry-proto' 2024-12-18T03:31:38.5268006Z Entering 'third_party/opentelemetry-cpp/third_party/opentracing-cpp' 2024-12-18T03:31:38.5365693Z Entering 'third_party/opentelemetry-cpp/third_party/prometheus-cpp' 2024-12-18T03:31:38.5460147Z Entering 'third_party/opentelemetry-cpp/third_party/prometheus-cpp/3rdparty/civetweb' 2024-12-18T03:31:38.5563543Z Entering 'third_party/opentelemetry-cpp/third_party/prometheus-cpp/3rdparty/googletest' 2024-12-18T03:31:38.5669327Z Entering 'third_party/opentelemetry-cpp/tools/vcpkg' 2024-12-18T03:31:38.5817135Z Entering 'third_party/pocketfft' 2024-12-18T03:31:38.5921537Z Entering 'third_party/protobuf' 2024-12-18T03:31:38.6029031Z Entering 'third_party/protobuf/third_party/benchmark' 2024-12-18T03:31:38.6129385Z Entering 'third_party/protobuf/third_party/googletest' 2024-12-18T03:31:38.6236521Z Entering 'third_party/psimd' 2024-12-18T03:31:38.6340654Z Entering 'third_party/pthreadpool' 2024-12-18T03:31:38.6445641Z Entering 'third_party/pybind11' 2024-12-18T03:31:38.6550382Z Entering 'third_party/python-peachpy' 2024-12-18T03:31:38.6655882Z Entering 'third_party/sleef' 2024-12-18T03:31:38.6758027Z Entering 'third_party/tensorpipe' 2024-12-18T03:31:38.6860101Z Entering 'third_party/tensorpipe/third_party/googletest' 2024-12-18T03:31:38.6959960Z Entering 'third_party/tensorpipe/third_party/libnop' 2024-12-18T03:31:38.7057955Z Entering 'third_party/tensorpipe/third_party/libuv' 2024-12-18T03:31:38.7158157Z Entering 'third_party/tensorpipe/third_party/pybind11' 2024-12-18T03:31:38.7251474Z Entering 'third_party/tensorpipe/third_party/pybind11/tools/clang' 2024-12-18T03:31:38.7392834Z ##[endgroup] 2024-12-18T03:31:38.7474549Z [command]/usr/bin/git log -1 --format='%H' 2024-12-18T03:31:38.7532648Z '0cdf8b1d09254cfda66191d1bd01e3041c3c76f7' 2024-12-18T03:31:38.7883673Z Prepare all required actions 2024-12-18T03:31:38.7885125Z Getting action download info 2024-12-18T03:31:38.8008387Z ##[group]Run ./.github/actions/setup-rocm 2024-12-18T03:31:38.8009138Z env: 2024-12-18T03:31:38.8009605Z GIT_DEFAULT_BRANCH: main 2024-12-18T03:31:38.8010325Z ##[endgroup] 2024-12-18T03:31:38.8064015Z ##[group]Run echo "DOCKER_HOST=unix:///run/user/$(id -u)/docker.sock" >> "${GITHUB_ENV}" 2024-12-18T03:31:38.8065226Z echo "DOCKER_HOST=unix:///run/user/$(id -u)/docker.sock" >> "${GITHUB_ENV}" 2024-12-18T03:31:38.8102185Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2024-12-18T03:31:38.8102906Z env: 2024-12-18T03:31:38.8103441Z GIT_DEFAULT_BRANCH: main 2024-12-18T03:31:38.8104204Z ##[endgroup] 2024-12-18T03:31:38.8274017Z ##[group]Run set -ex 2024-12-18T03:31:38.8274839Z set -ex 2024-12-18T03:31:38.8275500Z  2024-12-18T03:31:38.8276124Z cat ~/.docker/config.json || true 2024-12-18T03:31:38.8278027Z # https://stackoverflow.com/questions/64455468/error-when-logging-into-ecr-with-docker-login-error-saving-credentials-not 2024-12-18T03:31:38.8279461Z rm -f ~/.docker/config.json 2024-12-18T03:31:38.8321718Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2024-12-18T03:31:38.8322573Z env: 2024-12-18T03:31:38.8323356Z GIT_DEFAULT_BRANCH: main 2024-12-18T03:31:38.8324134Z DOCKER_HOST: unix:///run/user/1307800118/docker.sock 2024-12-18T03:31:38.8325556Z ##[endgroup] 2024-12-18T03:31:38.8409334Z + cat /var/home/pytorchci/.docker/config.json 2024-12-18T03:31:38.8434070Z { 2024-12-18T03:31:38.8434880Z "auths": {} 2024-12-18T03:31:38.8437545Z + rm -f /var/home/pytorchci/.docker/config.json 2024-12-18T03:31:38.8471336Z } 2024-12-18T03:31:38.8519766Z ##[group]Run # ignore expansion of "docker ps -q" since it could be empty 2024-12-18T03:31:38.8521223Z # ignore expansion of "docker ps -q" since it could be empty 2024-12-18T03:31:38.8522260Z # shellcheck disable=SC2046 2024-12-18T03:31:38.8522988Z docker stop $(docker ps -q) || true 2024-12-18T03:31:38.8524011Z # Prune all stopped containers. 2024-12-18T03:31:38.8524874Z docker container prune -f 2024-12-18T03:31:38.8562286Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2024-12-18T03:31:38.8563116Z env: 2024-12-18T03:31:38.8563872Z GIT_DEFAULT_BRANCH: main 2024-12-18T03:31:38.8564981Z DOCKER_HOST: unix:///run/user/1307800118/docker.sock 2024-12-18T03:31:38.8565743Z ##[endgroup] 2024-12-18T03:31:38.9285070Z "docker stop" requires at least 1 argument. 2024-12-18T03:31:38.9286098Z See 'docker stop --help'. 2024-12-18T03:31:38.9286493Z 2024-12-18T03:31:38.9286936Z Usage: docker stop [OPTIONS] CONTAINER [CONTAINER...] 2024-12-18T03:31:38.9287788Z 2024-12-18T03:31:38.9288246Z Stop one or more running containers 2024-12-18T03:31:38.9642606Z Total reclaimed space: 0B 2024-12-18T03:31:38.9754248Z ##[group]Run cat /etc/os-release || true 2024-12-18T03:31:38.9755408Z cat /etc/os-release || true 2024-12-18T03:31:38.9756261Z cat /etc/apt/sources.list.d/rocm.list || true 2024-12-18T03:31:38.9757258Z cat /opt/rocm/.info/version || true 2024-12-18T03:31:38.9758131Z whoami 2024-12-18T03:31:38.9797411Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2024-12-18T03:31:38.9798545Z env: 2024-12-18T03:31:38.9799219Z GIT_DEFAULT_BRANCH: main 2024-12-18T03:31:38.9800327Z DOCKER_HOST: unix:///run/user/1307800118/docker.sock 2024-12-18T03:31:38.9801124Z ##[endgroup] 2024-12-18T03:31:38.9906821Z PRETTY_NAME="Ubuntu 22.04.4 LTS" 2024-12-18T03:31:38.9907973Z NAME="Ubuntu" 2024-12-18T03:31:38.9908594Z VERSION_ID="22.04" 2024-12-18T03:31:38.9909435Z VERSION="22.04.4 LTS (Jammy Jellyfish)" 2024-12-18T03:31:38.9910398Z VERSION_CODENAME=jammy 2024-12-18T03:31:38.9911231Z ID=ubuntu 2024-12-18T03:31:38.9911879Z ID_LIKE=debian 2024-12-18T03:31:38.9912545Z HOME_URL="https://www.ubuntu.com/" 2024-12-18T03:31:38.9914013Z SUPPORT_URL="https://help.ubuntu.com/" 2024-12-18T03:31:38.9915015Z BUG_REPORT_URL="https://bugs.launchpad.net/ubuntu/" 2024-12-18T03:31:38.9916228Z PRIVACY_POLICY_URL="https://www.ubuntu.com/legal/terms-and-policies/privacy-policy" 2024-12-18T03:31:38.9917439Z UBUNTU_CODENAME=jammy 2024-12-18T03:31:38.9934145Z deb [arch=amd64] https://repo.radeon.com/rocm/apt/6.2.1 jammy main 2024-12-18T03:31:38.9960280Z 6.2.1-112 2024-12-18T03:31:39.0002079Z pytorchci 2024-12-18T03:31:39.0062876Z ##[group]Run rocm-smi 2024-12-18T03:31:39.0063900Z rocm-smi 2024-12-18T03:31:39.0104380Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2024-12-18T03:31:39.0105617Z env: 2024-12-18T03:31:39.0106215Z GIT_DEFAULT_BRANCH: main 2024-12-18T03:31:39.0106942Z DOCKER_HOST: unix:///run/user/1307800118/docker.sock 2024-12-18T03:31:39.0108029Z ##[endgroup] 2024-12-18T03:31:39.2275494Z 2024-12-18T03:31:39.2275509Z 2024-12-18T03:31:39.2276063Z ========================================= ROCm System Management Interface ========================================= 2024-12-18T03:31:39.2276753Z =================================================== Concise Info =================================================== 2024-12-18T03:31:39.2277468Z Device Node IDs Temp Power Partitions SCLK MCLK Fan Perf PwrCap VRAM% GPU% 2024-12-18T03:31:39.2279168Z  (DID, GUID) (Edge) (Avg) (Mem, Compute, ID)  2024-12-18T03:31:39.2280308Z ==================================================================================================================== 2024-12-18T03:31:39.2281451Z 0 4 0x740c, 57586 44.0°C 96.0W N/A, N/A, 0 800Mhz 1600Mhz 0% auto 560.0W 0% 0% 2024-12-18T03:31:39.2283194Z 1 5 0x740c, 45873 44.0°C N/A N/A, N/A, 0 800Mhz 1600Mhz 0% auto 0.0W 0% 0% 2024-12-18T03:31:39.2284584Z 2 2 0x740c, 51627 42.0°C 90.0W N/A, N/A, 0 800Mhz 1600Mhz 0% auto 560.0W 0% 0% 2024-12-18T03:31:39.2285707Z 3 3 0x740c, 64489 38.0°C N/A N/A, N/A, 0 800Mhz 1600Mhz 0% auto 0.0W 0% 0% 2024-12-18T03:31:39.2286683Z 4 8 0x740c, 30939 43.0°C 99.0W N/A, N/A, 0 800Mhz 1600Mhz 0% auto 560.0W 0% 0% 2024-12-18T03:31:39.2288068Z 5 9 0x740c, 8466 41.0°C N/A N/A, N/A, 0 800Mhz 1600Mhz 0% auto 0.0W 0% 0% 2024-12-18T03:31:39.2289381Z 6 6 0x740c, 41154 40.0°C 96.0W N/A, N/A, 0 800Mhz 1600Mhz 0% auto 560.0W 0% 0% 2024-12-18T03:31:39.2290757Z 7 7 0x740c, 63755 33.0°C N/A N/A, N/A, 0 800Mhz 1600Mhz 0% auto 0.0W 0% 0% 2024-12-18T03:31:39.2291565Z ==================================================================================================================== 2024-12-18T03:31:39.2292080Z =============================================== End of ROCm SMI Log ================================================ 2024-12-18T03:31:39.2466099Z ##[group]Run rocminfo 2024-12-18T03:31:39.2466720Z rocminfo 2024-12-18T03:31:39.2507131Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2024-12-18T03:31:39.2508079Z env: 2024-12-18T03:31:39.2508674Z GIT_DEFAULT_BRANCH: main 2024-12-18T03:31:39.2509609Z DOCKER_HOST: unix:///run/user/1307800118/docker.sock 2024-12-18T03:31:39.2510449Z ##[endgroup] 2024-12-18T03:31:39.4091721Z ROCk module version 6.8.5 is loaded 2024-12-18T03:31:39.4092746Z ===================== 2024-12-18T03:31:39.4094155Z HSA System Attributes 2024-12-18T03:31:39.4095166Z ===================== 2024-12-18T03:31:39.4096122Z Runtime Version: 1.14 2024-12-18T03:31:39.4097307Z Runtime Ext Version: 1.6 2024-12-18T03:31:39.4098649Z System Timestamp Freq.: 1000.000000MHz 2024-12-18T03:31:39.4100240Z Sig. Max Wait Duration: 18446744073709551615 (0xFFFFFFFFFFFFFFFF) (timestamp count) 2024-12-18T03:31:39.4102318Z Machine Model: LARGE 2024-12-18T03:31:39.4103855Z System Endianness: LITTLE 2024-12-18T03:31:39.4105017Z Mwaitx: DISABLED 2024-12-18T03:31:39.4105765Z DMAbuf Support: YES 2024-12-18T03:31:39.4106680Z 2024-12-18T03:31:39.4106969Z ========== 2024-12-18T03:31:39.4107728Z HSA Agents 2024-12-18T03:31:39.4108322Z ========== 2024-12-18T03:31:39.4109280Z ******* 2024-12-18T03:31:39.4110000Z Agent 1 2024-12-18T03:31:39.4110573Z ******* 2024-12-18T03:31:39.4111495Z Name: AMD EPYC 7713 64-Core Processor 2024-12-18T03:31:39.4112506Z Uuid: CPU-XX 2024-12-18T03:31:39.4113439Z Marketing Name: AMD EPYC 7713 64-Core Processor 2024-12-18T03:31:39.4114548Z Vendor Name: CPU 2024-12-18T03:31:39.4115521Z Feature: None specified 2024-12-18T03:31:39.4116425Z Profile: FULL_PROFILE 2024-12-18T03:31:39.4117510Z Float Round Mode: NEAR 2024-12-18T03:31:39.4118483Z Max Queue Number: 0(0x0) 2024-12-18T03:31:39.4119573Z Queue Min Size: 0(0x0) 2024-12-18T03:31:39.4120617Z Queue Max Size: 0(0x0) 2024-12-18T03:31:39.4121602Z Queue Type: MULTI 2024-12-18T03:31:39.4122570Z Node: 0 2024-12-18T03:31:39.4123460Z Device Type: CPU 2024-12-18T03:31:39.4124763Z Cache Info: 2024-12-18T03:31:39.4125694Z L1: 32768(0x8000) KB 2024-12-18T03:31:39.4126561Z Chip ID: 0(0x0) 2024-12-18T03:31:39.4127556Z ASIC Revision: 0(0x0) 2024-12-18T03:31:39.4128669Z Cacheline Size: 64(0x40) 2024-12-18T03:31:39.4129675Z Max Clock Freq. (MHz): 2000 2024-12-18T03:31:39.4130486Z BDFID: 0 2024-12-18T03:31:39.4131647Z Internal Node ID: 0 2024-12-18T03:31:39.4132662Z Compute Unit: 64 2024-12-18T03:31:39.4133561Z SIMDs per CU: 0 2024-12-18T03:31:39.4134590Z Shader Engines: 0 2024-12-18T03:31:39.4135606Z Shader Arrs. per Eng.: 0 2024-12-18T03:31:39.4136679Z WatchPts on Addr. Ranges:1 2024-12-18T03:31:39.4137691Z Memory Properties: 2024-12-18T03:31:39.4138484Z Features: None 2024-12-18T03:31:39.4139209Z Pool Info: 2024-12-18T03:31:39.4140227Z Pool 1 2024-12-18T03:31:39.4141149Z Segment: GLOBAL; FLAGS: FINE GRAINED 2024-12-18T03:31:39.4142187Z Size: 528249788(0x1f7c73bc) KB 2024-12-18T03:31:39.4143215Z Allocatable: TRUE 2024-12-18T03:31:39.4144261Z Alloc Granule: 4KB 2024-12-18T03:31:39.4145174Z Alloc Recommended Granule:4KB 2024-12-18T03:31:39.4146279Z Alloc Alignment: 4KB 2024-12-18T03:31:39.4147594Z Accessible by all: TRUE 2024-12-18T03:31:39.4148491Z Pool 2 2024-12-18T03:31:39.4149330Z Segment: GLOBAL; FLAGS: KERNARG, FINE GRAINED 2024-12-18T03:31:39.4150738Z Size: 528249788(0x1f7c73bc) KB 2024-12-18T03:31:39.4151698Z Allocatable: TRUE 2024-12-18T03:31:39.4152708Z Alloc Granule: 4KB 2024-12-18T03:31:39.4153821Z Alloc Recommended Granule:4KB 2024-12-18T03:31:39.4154942Z Alloc Alignment: 4KB 2024-12-18T03:31:39.4155925Z Accessible by all: TRUE 2024-12-18T03:31:39.4156889Z Pool 3 2024-12-18T03:31:39.4157716Z Segment: GLOBAL; FLAGS: COARSE GRAINED 2024-12-18T03:31:39.4158709Z Size: 528249788(0x1f7c73bc) KB 2024-12-18T03:31:39.4159673Z Allocatable: TRUE 2024-12-18T03:31:39.4160674Z Alloc Granule: 4KB 2024-12-18T03:31:39.4161917Z Alloc Recommended Granule:4KB 2024-12-18T03:31:39.4163169Z Alloc Alignment: 4KB 2024-12-18T03:31:39.4164175Z Accessible by all: TRUE 2024-12-18T03:31:39.4165232Z ISA Info: 2024-12-18T03:31:39.4165978Z ******* 2024-12-18T03:31:39.4166709Z Agent 2 2024-12-18T03:31:39.4167535Z ******* 2024-12-18T03:31:39.4168235Z Name: AMD EPYC 7713 64-Core Processor 2024-12-18T03:31:39.4169193Z Uuid: CPU-XX 2024-12-18T03:31:39.4170473Z Marketing Name: AMD EPYC 7713 64-Core Processor 2024-12-18T03:31:39.4171367Z Vendor Name: CPU 2024-12-18T03:31:39.4173110Z Feature: None specified 2024-12-18T03:31:39.4174243Z Profile: FULL_PROFILE 2024-12-18T03:31:39.4175153Z Float Round Mode: NEAR 2024-12-18T03:31:39.4176161Z Max Queue Number: 0(0x0) 2024-12-18T03:31:39.4177369Z Queue Min Size: 0(0x0) 2024-12-18T03:31:39.4178399Z Queue Max Size: 0(0x0) 2024-12-18T03:31:39.4179311Z Queue Type: MULTI 2024-12-18T03:31:39.4180323Z Node: 1 2024-12-18T03:31:39.4181269Z Device Type: CPU 2024-12-18T03:31:39.4182628Z Cache Info: 2024-12-18T03:31:39.4183715Z L1: 32768(0x8000) KB 2024-12-18T03:31:39.4184703Z Chip ID: 0(0x0) 2024-12-18T03:31:39.4185765Z ASIC Revision: 0(0x0) 2024-12-18T03:31:39.4186891Z Cacheline Size: 64(0x40) 2024-12-18T03:31:39.4188341Z Max Clock Freq. (MHz): 2000 2024-12-18T03:31:39.4189249Z BDFID: 0 2024-12-18T03:31:39.4190373Z Internal Node ID: 1 2024-12-18T03:31:39.4191436Z Compute Unit: 64 2024-12-18T03:31:39.4192508Z SIMDs per CU: 0 2024-12-18T03:31:39.4193683Z Shader Engines: 0 2024-12-18T03:31:39.4194640Z Shader Arrs. per Eng.: 0 2024-12-18T03:31:39.4195655Z WatchPts on Addr. Ranges:1 2024-12-18T03:31:39.4196659Z Memory Properties: 2024-12-18T03:31:39.4197410Z Features: None 2024-12-18T03:31:39.4198179Z Pool Info: 2024-12-18T03:31:39.4198934Z Pool 1 2024-12-18T03:31:39.4200183Z Segment: GLOBAL; FLAGS: FINE GRAINED 2024-12-18T03:31:39.4201294Z Size: 528402424(0x1f7ec7f8) KB 2024-12-18T03:31:39.4202286Z Allocatable: TRUE 2024-12-18T03:31:39.4203293Z Alloc Granule: 4KB 2024-12-18T03:31:39.4204419Z Alloc Recommended Granule:4KB 2024-12-18T03:31:39.4205318Z Alloc Alignment: 4KB 2024-12-18T03:31:39.4206336Z Accessible by all: TRUE 2024-12-18T03:31:39.4207338Z Pool 2 2024-12-18T03:31:39.4208093Z Segment: GLOBAL; FLAGS: KERNARG, FINE GRAINED 2024-12-18T03:31:39.4209110Z Size: 528402424(0x1f7ec7f8) KB 2024-12-18T03:31:39.4210170Z Allocatable: TRUE 2024-12-18T03:31:39.4211042Z Alloc Granule: 4KB 2024-12-18T03:31:39.4212080Z Alloc Recommended Granule:4KB 2024-12-18T03:31:39.4213349Z Alloc Alignment: 4KB 2024-12-18T03:31:39.4214235Z Accessible by all: TRUE 2024-12-18T03:31:39.4215162Z Pool 3 2024-12-18T03:31:39.4216126Z Segment: GLOBAL; FLAGS: COARSE GRAINED 2024-12-18T03:31:39.4217193Z Size: 528402424(0x1f7ec7f8) KB 2024-12-18T03:31:39.4218121Z Allocatable: TRUE 2024-12-18T03:31:39.4219236Z Alloc Granule: 4KB 2024-12-18T03:31:39.4220653Z Alloc Recommended Granule:4KB 2024-12-18T03:31:39.4221718Z Alloc Alignment: 4KB 2024-12-18T03:31:39.4223115Z Accessible by all: TRUE 2024-12-18T03:31:39.4224152Z ISA Info: 2024-12-18T03:31:39.4225146Z ******* 2024-12-18T03:31:39.4226271Z Agent 3 2024-12-18T03:31:39.4226970Z ******* 2024-12-18T03:31:39.4227667Z Name: gfx90a 2024-12-18T03:31:39.4228803Z Uuid: GPU-8f375f9eb6d0d924 2024-12-18T03:31:39.4229671Z Marketing Name: AMD Instinct MI250X/MI250 2024-12-18T03:31:39.4230591Z Vendor Name: AMD 2024-12-18T03:31:39.4231956Z Feature: KERNEL_DISPATCH 2024-12-18T03:31:39.4232953Z Profile: BASE_PROFILE 2024-12-18T03:31:39.4233969Z Float Round Mode: NEAR 2024-12-18T03:31:39.4235161Z Max Queue Number: 128(0x80) 2024-12-18T03:31:39.4236022Z Queue Min Size: 64(0x40) 2024-12-18T03:31:39.4237084Z Queue Max Size: 131072(0x20000) 2024-12-18T03:31:39.4238193Z Queue Type: MULTI 2024-12-18T03:31:39.4238979Z Node: 2 2024-12-18T03:31:39.4239865Z Device Type: GPU 2024-12-18T03:31:39.4240872Z Cache Info: 2024-12-18T03:31:39.4241526Z L1: 16(0x10) KB 2024-12-18T03:31:39.4242371Z L2: 8192(0x2000) KB 2024-12-18T03:31:39.4243400Z Chip ID: 29708(0x740c) 2024-12-18T03:31:39.4244237Z ASIC Revision: 1(0x1) 2024-12-18T03:31:39.4245192Z Cacheline Size: 64(0x40) 2024-12-18T03:31:39.4246662Z Max Clock Freq. (MHz): 1700 2024-12-18T03:31:39.4247768Z BDFID: 12800 2024-12-18T03:31:39.4248738Z Internal Node ID: 2 2024-12-18T03:31:39.4249988Z Compute Unit: 104 2024-12-18T03:31:39.4250958Z SIMDs per CU: 4 2024-12-18T03:31:39.4251753Z Shader Engines: 8 2024-12-18T03:31:39.4252883Z Shader Arrs. per Eng.: 1 2024-12-18T03:31:39.4253902Z WatchPts on Addr. Ranges:4 2024-12-18T03:31:39.4254751Z Coherent Host Access: FALSE 2024-12-18T03:31:39.4255857Z Memory Properties: 2024-12-18T03:31:39.4256761Z Features: KERNEL_DISPATCH 2024-12-18T03:31:39.4257549Z Fast F16 Operation: TRUE 2024-12-18T03:31:39.4258771Z Wavefront Size: 64(0x40) 2024-12-18T03:31:39.4259888Z Workgroup Max Size: 1024(0x400) 2024-12-18T03:31:39.4260673Z Workgroup Max Size per Dimension: 2024-12-18T03:31:39.4261871Z x 1024(0x400) 2024-12-18T03:31:39.4262844Z y 1024(0x400) 2024-12-18T03:31:39.4263897Z z 1024(0x400) 2024-12-18T03:31:39.4264938Z Max Waves Per CU: 32(0x20) 2024-12-18T03:31:39.4266025Z Max Work-item Per CU: 2048(0x800) 2024-12-18T03:31:39.4267075Z Grid Max Size: 4294967295(0xffffffff) 2024-12-18T03:31:39.4268395Z Grid Max Size per Dimension: 2024-12-18T03:31:39.4269241Z x 4294967295(0xffffffff) 2024-12-18T03:31:39.4270253Z y 4294967295(0xffffffff) 2024-12-18T03:31:39.4271176Z z 4294967295(0xffffffff) 2024-12-18T03:31:39.4272115Z Max fbarriers/Workgrp: 32 2024-12-18T03:31:39.4282171Z Packet Processor uCode:: 83 2024-12-18T03:31:39.4283247Z SDMA engine uCode:: 8 2024-12-18T03:31:39.4284325Z IOMMU Support:: None 2024-12-18T03:31:39.4285453Z Pool Info: 2024-12-18T03:31:39.4286113Z Pool 1 2024-12-18T03:31:39.4286974Z Segment: GLOBAL; FLAGS: COARSE GRAINED 2024-12-18T03:31:39.4288125Z Size: 67092480(0x3ffc000) KB 2024-12-18T03:31:39.4289017Z Allocatable: TRUE 2024-12-18T03:31:39.4290308Z Alloc Granule: 4KB 2024-12-18T03:31:39.4291632Z Alloc Recommended Granule:2048KB 2024-12-18T03:31:39.4530598Z Alloc Alignment: 4KB 2024-12-18T03:31:39.4531339Z Accessible by all: FALSE 2024-12-18T03:31:39.4531901Z Pool 2 2024-12-18T03:31:39.4532438Z Segment: GLOBAL; FLAGS: EXTENDED FINE GRAINED 2024-12-18T03:31:39.4533068Z Size: 67092480(0x3ffc000) KB 2024-12-18T03:31:39.4533656Z Allocatable: TRUE 2024-12-18T03:31:39.4534263Z Alloc Granule: 4KB 2024-12-18T03:31:39.4534891Z Alloc Recommended Granule:2048KB 2024-12-18T03:31:39.4535547Z Alloc Alignment: 4KB 2024-12-18T03:31:39.4536153Z Accessible by all: FALSE 2024-12-18T03:31:39.4537007Z Pool 3 2024-12-18T03:31:39.4537899Z Segment: GLOBAL; FLAGS: FINE GRAINED 2024-12-18T03:31:39.4538469Z Size: 67092480(0x3ffc000) KB 2024-12-18T03:31:39.4539008Z Allocatable: TRUE 2024-12-18T03:31:39.4539575Z Alloc Granule: 4KB 2024-12-18T03:31:39.4540176Z Alloc Recommended Granule:2048KB 2024-12-18T03:31:39.4540781Z Alloc Alignment: 4KB 2024-12-18T03:31:39.4541371Z Accessible by all: FALSE 2024-12-18T03:31:39.4541981Z Pool 4 2024-12-18T03:31:39.4542508Z Segment: GROUP 2024-12-18T03:31:39.4543129Z Size: 64(0x40) KB 2024-12-18T03:31:39.4543760Z Allocatable: FALSE 2024-12-18T03:31:39.4544442Z Alloc Granule: 0KB 2024-12-18T03:31:39.4545149Z Alloc Recommended Granule:0KB 2024-12-18T03:31:39.4545862Z Alloc Alignment: 0KB 2024-12-18T03:31:39.4546498Z Accessible by all: FALSE 2024-12-18T03:31:39.4547014Z ISA Info: 2024-12-18T03:31:39.4547376Z ISA 1 2024-12-18T03:31:39.4547854Z Name: amdgcn-amd-amdhsa--gfx90a:sramecc+:xnack- 2024-12-18T03:31:39.4548480Z Machine Models: HSA_MACHINE_MODEL_LARGE 2024-12-18T03:31:39.4549074Z Profiles: HSA_PROFILE_BASE 2024-12-18T03:31:39.4550106Z Default Rounding Mode: NEAR 2024-12-18T03:31:39.4550719Z Default Rounding Mode: NEAR 2024-12-18T03:31:39.4551296Z Fast f16: TRUE 2024-12-18T03:31:39.4551962Z Workgroup Max Size: 1024(0x400) 2024-12-18T03:31:39.4552622Z Workgroup Max Size per Dimension: 2024-12-18T03:31:39.4553206Z x 1024(0x400) 2024-12-18T03:31:39.4553776Z y 1024(0x400) 2024-12-18T03:31:39.4554305Z z 1024(0x400) 2024-12-18T03:31:39.4554831Z Grid Max Size: 4294967295(0xffffffff) 2024-12-18T03:31:39.4555357Z Grid Max Size per Dimension: 2024-12-18T03:31:39.4555842Z x 4294967295(0xffffffff) 2024-12-18T03:31:39.4556348Z y 4294967295(0xffffffff) 2024-12-18T03:31:39.4556832Z z 4294967295(0xffffffff) 2024-12-18T03:31:39.4557383Z FBarrier Max Size: 32 2024-12-18T03:31:39.4557878Z ******* 2024-12-18T03:31:39.4558238Z Agent 4 2024-12-18T03:31:39.4558587Z ******* 2024-12-18T03:31:39.4559018Z Name: gfx90a 2024-12-18T03:31:39.4559563Z Uuid: GPU-47e65c59488469bd 2024-12-18T03:31:39.4560169Z Marketing Name: AMD Instinct MI250X/MI250 2024-12-18T03:31:39.4560757Z Vendor Name: AMD 2024-12-18T03:31:39.4561341Z Feature: KERNEL_DISPATCH 2024-12-18T03:31:39.4561917Z Profile: BASE_PROFILE 2024-12-18T03:31:39.4562488Z Float Round Mode: NEAR 2024-12-18T03:31:39.4563083Z Max Queue Number: 128(0x80) 2024-12-18T03:31:39.4563642Z Queue Min Size: 64(0x40) 2024-12-18T03:31:39.4564437Z Queue Max Size: 131072(0x20000) 2024-12-18T03:31:39.4565013Z Queue Type: MULTI 2024-12-18T03:31:39.4565541Z Node: 3 2024-12-18T03:31:39.4566069Z Device Type: GPU 2024-12-18T03:31:39.4566566Z Cache Info: 2024-12-18T03:31:39.4566975Z L1: 16(0x10) KB 2024-12-18T03:31:39.4567466Z L2: 8192(0x2000) KB 2024-12-18T03:31:39.4567955Z Chip ID: 29708(0x740c) 2024-12-18T03:31:39.4568501Z ASIC Revision: 1(0x1) 2024-12-18T03:31:39.4569083Z Cacheline Size: 64(0x40) 2024-12-18T03:31:39.4569652Z Max Clock Freq. (MHz): 1700 2024-12-18T03:31:39.4570196Z BDFID: 13568 2024-12-18T03:31:39.4570740Z Internal Node ID: 3 2024-12-18T03:31:39.4571305Z Compute Unit: 104 2024-12-18T03:31:39.4571863Z SIMDs per CU: 4 2024-12-18T03:31:39.4572424Z Shader Engines: 8 2024-12-18T03:31:39.4573005Z Shader Arrs. per Eng.: 1 2024-12-18T03:31:39.4573609Z WatchPts on Addr. Ranges:4 2024-12-18T03:31:39.4574228Z Coherent Host Access: FALSE 2024-12-18T03:31:39.4574759Z Memory Properties: 2024-12-18T03:31:39.4575184Z Features: KERNEL_DISPATCH 2024-12-18T03:31:39.4575977Z Fast F16 Operation: TRUE 2024-12-18T03:31:39.4576883Z Wavefront Size: 64(0x40) 2024-12-18T03:31:39.4577510Z Workgroup Max Size: 1024(0x400) 2024-12-18T03:31:39.4578056Z Workgroup Max Size per Dimension: 2024-12-18T03:31:39.4578512Z x 1024(0x400) 2024-12-18T03:31:39.4578983Z y 1024(0x400) 2024-12-18T03:31:39.4579448Z z 1024(0x400) 2024-12-18T03:31:39.4579960Z Max Waves Per CU: 32(0x20) 2024-12-18T03:31:39.4580554Z Max Work-item Per CU: 2048(0x800) 2024-12-18T03:31:39.4581141Z Grid Max Size: 4294967295(0xffffffff) 2024-12-18T03:31:39.4581705Z Grid Max Size per Dimension: 2024-12-18T03:31:39.4582193Z x 4294967295(0xffffffff) 2024-12-18T03:31:39.4582772Z y 4294967295(0xffffffff) 2024-12-18T03:31:39.4583328Z z 4294967295(0xffffffff) 2024-12-18T03:31:39.4583993Z Max fbarriers/Workgrp: 32 2024-12-18T03:31:39.4584766Z Packet Processor uCode:: 83 2024-12-18T03:31:39.4585487Z SDMA engine uCode:: 8 2024-12-18T03:31:39.4586190Z IOMMU Support:: None 2024-12-18T03:31:39.4586718Z Pool Info: 2024-12-18T03:31:39.4587094Z Pool 1 2024-12-18T03:31:39.4587570Z Segment: GLOBAL; FLAGS: COARSE GRAINED 2024-12-18T03:31:39.4588142Z Size: 67092480(0x3ffc000) KB 2024-12-18T03:31:39.4588705Z Allocatable: TRUE 2024-12-18T03:31:39.4589292Z Alloc Granule: 4KB 2024-12-18T03:31:39.4589914Z Alloc Recommended Granule:2048KB 2024-12-18T03:31:39.4590835Z Alloc Alignment: 4KB 2024-12-18T03:31:39.4591445Z Accessible by all: FALSE 2024-12-18T03:31:39.4592060Z Pool 2 2024-12-18T03:31:39.4592622Z Segment: GLOBAL; FLAGS: EXTENDED FINE GRAINED 2024-12-18T03:31:39.4593274Z Size: 67092480(0x3ffc000) KB 2024-12-18T03:31:39.4593927Z Allocatable: TRUE 2024-12-18T03:31:39.4594568Z Alloc Granule: 4KB 2024-12-18T03:31:39.4595220Z Alloc Recommended Granule:2048KB 2024-12-18T03:31:39.4595897Z Alloc Alignment: 4KB 2024-12-18T03:31:39.4596536Z Accessible by all: FALSE 2024-12-18T03:31:39.4597071Z Pool 3 2024-12-18T03:31:39.4597550Z Segment: GLOBAL; FLAGS: FINE GRAINED 2024-12-18T03:31:39.4598121Z Size: 67092480(0x3ffc000) KB 2024-12-18T03:31:39.4598658Z Allocatable: TRUE 2024-12-18T03:31:39.4599240Z Alloc Granule: 4KB 2024-12-18T03:31:39.4599855Z Alloc Recommended Granule:2048KB 2024-12-18T03:31:39.4600479Z Alloc Alignment: 4KB 2024-12-18T03:31:39.4601081Z Accessible by all: FALSE 2024-12-18T03:31:39.4601603Z Pool 4 2024-12-18T03:31:39.4602046Z Segment: GROUP 2024-12-18T03:31:39.4602582Z Size: 64(0x40) KB 2024-12-18T03:31:39.4603418Z Allocatable: FALSE 2024-12-18T03:31:39.4603988Z Alloc Granule: 0KB 2024-12-18T03:31:39.4604615Z Alloc Recommended Granule:0KB 2024-12-18T03:31:39.4605229Z Alloc Alignment: 0KB 2024-12-18T03:31:39.4605823Z Accessible by all: FALSE 2024-12-18T03:31:39.4606334Z ISA Info: 2024-12-18T03:31:39.4606701Z ISA 1 2024-12-18T03:31:39.4607194Z Name: amdgcn-amd-amdhsa--gfx90a:sramecc+:xnack- 2024-12-18T03:31:39.4607824Z Machine Models: HSA_MACHINE_MODEL_LARGE 2024-12-18T03:31:39.4608439Z Profiles: HSA_PROFILE_BASE 2024-12-18T03:31:39.4609051Z Default Rounding Mode: NEAR 2024-12-18T03:31:39.4609671Z Default Rounding Mode: NEAR 2024-12-18T03:31:39.4610250Z Fast f16: TRUE 2024-12-18T03:31:39.4610838Z Workgroup Max Size: 1024(0x400) 2024-12-18T03:31:39.4611390Z Workgroup Max Size per Dimension: 2024-12-18T03:31:39.4611877Z x 1024(0x400) 2024-12-18T03:31:39.4612360Z y 1024(0x400) 2024-12-18T03:31:39.4612816Z z 1024(0x400) 2024-12-18T03:31:39.4613340Z Grid Max Size: 4294967295(0xffffffff) 2024-12-18T03:31:39.4613868Z Grid Max Size per Dimension: 2024-12-18T03:31:39.4614302Z x 4294967295(0xffffffff) 2024-12-18T03:31:39.4614783Z y 4294967295(0xffffffff) 2024-12-18T03:31:39.4615292Z z 4294967295(0xffffffff) 2024-12-18T03:31:39.4615854Z FBarrier Max Size: 32 2024-12-18T03:31:39.4616471Z ******* 2024-12-18T03:31:39.4617127Z Agent 5 2024-12-18T03:31:39.4617484Z ******* 2024-12-18T03:31:39.4617894Z Name: gfx90a 2024-12-18T03:31:39.4618440Z Uuid: GPU-7a90e0d9d56cf49c 2024-12-18T03:31:39.4619018Z Marketing Name: AMD Instinct MI250X/MI250 2024-12-18T03:31:39.4619614Z Vendor Name: AMD 2024-12-18T03:31:39.4620175Z Feature: KERNEL_DISPATCH 2024-12-18T03:31:39.4620739Z Profile: BASE_PROFILE 2024-12-18T03:31:39.4621315Z Float Round Mode: NEAR 2024-12-18T03:31:39.4621902Z Max Queue Number: 128(0x80) 2024-12-18T03:31:39.4622461Z Queue Min Size: 64(0x40) 2024-12-18T03:31:39.4623017Z Queue Max Size: 131072(0x20000) 2024-12-18T03:31:39.4623581Z Queue Type: MULTI 2024-12-18T03:31:39.4624097Z Node: 4 2024-12-18T03:31:39.4624627Z Device Type: GPU 2024-12-18T03:31:39.4625131Z Cache Info: 2024-12-18T03:31:39.4625534Z L1: 16(0x10) KB 2024-12-18T03:31:39.4626028Z L2: 8192(0x2000) KB 2024-12-18T03:31:39.4626533Z Chip ID: 29708(0x740c) 2024-12-18T03:31:39.4627082Z ASIC Revision: 1(0x1) 2024-12-18T03:31:39.4627646Z Cacheline Size: 64(0x40) 2024-12-18T03:31:39.4628567Z Max Clock Freq. (MHz): 1700 2024-12-18T03:31:39.4629112Z BDFID: 4352 2024-12-18T03:31:39.4629660Z Internal Node ID: 4 2024-12-18T03:31:39.4630230Z Compute Unit: 104 2024-12-18T03:31:39.4630783Z SIMDs per CU: 4 2024-12-18T03:31:39.4631335Z Shader Engines: 8 2024-12-18T03:31:39.4631919Z Shader Arrs. per Eng.: 1 2024-12-18T03:31:39.4632536Z WatchPts on Addr. Ranges:4 2024-12-18T03:31:39.4633141Z Coherent Host Access: FALSE 2024-12-18T03:31:39.4633681Z Memory Properties: 2024-12-18T03:31:39.4634108Z Features: KERNEL_DISPATCH 2024-12-18T03:31:39.4634638Z Fast F16 Operation: TRUE 2024-12-18T03:31:39.4635247Z Wavefront Size: 64(0x40) 2024-12-18T03:31:39.4635868Z Workgroup Max Size: 1024(0x400) 2024-12-18T03:31:39.4636409Z Workgroup Max Size per Dimension: 2024-12-18T03:31:39.4636871Z x 1024(0x400) 2024-12-18T03:31:39.4637354Z y 1024(0x400) 2024-12-18T03:31:39.4637809Z z 1024(0x400) 2024-12-18T03:31:39.4638337Z Max Waves Per CU: 32(0x20) 2024-12-18T03:31:39.4638932Z Max Work-item Per CU: 2048(0x800) 2024-12-18T03:31:39.4639506Z Grid Max Size: 4294967295(0xffffffff) 2024-12-18T03:31:39.4640035Z Grid Max Size per Dimension: 2024-12-18T03:31:39.4640450Z x 4294967295(0xffffffff) 2024-12-18T03:31:39.4640928Z y 4294967295(0xffffffff) 2024-12-18T03:31:39.4641405Z z 4294967295(0xffffffff) 2024-12-18T03:31:39.4642216Z Max fbarriers/Workgrp: 32 2024-12-18T03:31:39.4642848Z Packet Processor uCode:: 83 2024-12-18T03:31:39.4643464Z SDMA engine uCode:: 8 2024-12-18T03:31:39.4644119Z IOMMU Support:: None 2024-12-18T03:31:39.4644691Z Pool Info: 2024-12-18T03:31:39.4645061Z Pool 1 2024-12-18T03:31:39.4645547Z Segment: GLOBAL; FLAGS: COARSE GRAINED 2024-12-18T03:31:39.4646129Z Size: 67092480(0x3ffc000) KB 2024-12-18T03:31:39.4646686Z Allocatable: TRUE 2024-12-18T03:31:39.4647274Z Alloc Granule: 4KB 2024-12-18T03:31:39.4647895Z Alloc Recommended Granule:2048KB 2024-12-18T03:31:39.4648511Z Alloc Alignment: 4KB 2024-12-18T03:31:39.4649128Z Accessible by all: FALSE 2024-12-18T03:31:39.4649642Z Pool 2 2024-12-18T03:31:39.4650109Z Segment: GLOBAL; FLAGS: EXTENDED FINE GRAINED 2024-12-18T03:31:39.4650673Z Size: 67092480(0x3ffc000) KB 2024-12-18T03:31:39.4651222Z Allocatable: TRUE 2024-12-18T03:31:39.4651796Z Alloc Granule: 4KB 2024-12-18T03:31:39.4652406Z Alloc Recommended Granule:2048KB 2024-12-18T03:31:39.4653023Z Alloc Alignment: 4KB 2024-12-18T03:31:39.4653612Z Accessible by all: FALSE 2024-12-18T03:31:39.4654389Z Pool 3 2024-12-18T03:31:39.4654855Z Segment: GLOBAL; FLAGS: FINE GRAINED 2024-12-18T03:31:39.4655411Z Size: 67092480(0x3ffc000) KB 2024-12-18T03:31:39.4655970Z Allocatable: TRUE 2024-12-18T03:31:39.4656826Z Alloc Granule: 4KB 2024-12-18T03:31:39.4657433Z Alloc Recommended Granule:2048KB 2024-12-18T03:31:39.4658056Z Alloc Alignment: 4KB 2024-12-18T03:31:39.4658660Z Accessible by all: FALSE 2024-12-18T03:31:39.4659172Z Pool 4 2024-12-18T03:31:39.4659623Z Segment: GROUP 2024-12-18T03:31:39.4660155Z Size: 64(0x40) KB 2024-12-18T03:31:39.4660717Z Allocatable: FALSE 2024-12-18T03:31:39.4661291Z Alloc Granule: 0KB 2024-12-18T03:31:39.4661977Z Alloc Recommended Granule:0KB 2024-12-18T03:31:39.4662707Z Alloc Alignment: 0KB 2024-12-18T03:31:39.4663403Z Accessible by all: FALSE 2024-12-18T03:31:39.4664011Z ISA Info: 2024-12-18T03:31:39.4664455Z ISA 1 2024-12-18T03:31:39.4665018Z Name: amdgcn-amd-amdhsa--gfx90a:sramecc+:xnack- 2024-12-18T03:31:39.4665766Z Machine Models: HSA_MACHINE_MODEL_LARGE 2024-12-18T03:31:39.4666182Z Profiles: HSA_PROFILE_BASE 2024-12-18T03:31:39.4666533Z Default Rounding Mode: NEAR 2024-12-18T03:31:39.4666886Z Default Rounding Mode: NEAR 2024-12-18T03:31:39.4667214Z Fast f16: TRUE 2024-12-18T03:31:39.4667536Z Workgroup Max Size: 1024(0x400) 2024-12-18T03:31:39.4668032Z Workgroup Max Size per Dimension: 2024-12-18T03:31:39.4668312Z x 1024(0x400) 2024-12-18T03:31:39.4668578Z y 1024(0x400) 2024-12-18T03:31:39.4668850Z z 1024(0x400) 2024-12-18T03:31:39.4669154Z Grid Max Size: 4294967295(0xffffffff) 2024-12-18T03:31:39.4669447Z Grid Max Size per Dimension: 2024-12-18T03:31:39.4669692Z x 4294967295(0xffffffff) 2024-12-18T03:31:39.4669964Z y 4294967295(0xffffffff) 2024-12-18T03:31:39.4670225Z z 4294967295(0xffffffff) 2024-12-18T03:31:39.4670538Z FBarrier Max Size: 32 2024-12-18T03:31:39.4670835Z ******* 2024-12-18T03:31:39.4671036Z Agent 6 2024-12-18T03:31:39.4671234Z ******* 2024-12-18T03:31:39.4671468Z Name: gfx90a 2024-12-18T03:31:39.4671761Z Uuid: GPU-8ad9228e7f5394ba 2024-12-18T03:31:39.4672098Z Marketing Name: AMD Instinct MI250X/MI250 2024-12-18T03:31:39.4672427Z Vendor Name: AMD 2024-12-18T03:31:39.4672734Z Feature: KERNEL_DISPATCH 2024-12-18T03:31:39.4673053Z Profile: BASE_PROFILE 2024-12-18T03:31:39.4673388Z Float Round Mode: NEAR 2024-12-18T03:31:39.4673716Z Max Queue Number: 128(0x80) 2024-12-18T03:31:39.4674213Z Queue Min Size: 64(0x40) 2024-12-18T03:31:39.4674530Z Queue Max Size: 131072(0x20000) 2024-12-18T03:31:39.4674847Z Queue Type: MULTI 2024-12-18T03:31:39.4675151Z Node: 5 2024-12-18T03:31:39.4675460Z Device Type: GPU 2024-12-18T03:31:39.4675759Z Cache Info: 2024-12-18T03:31:39.4676001Z L1: 16(0x10) KB 2024-12-18T03:31:39.4676287Z L2: 8192(0x2000) KB 2024-12-18T03:31:39.4676584Z Chip ID: 29708(0x740c) 2024-12-18T03:31:39.4676897Z ASIC Revision: 1(0x1) 2024-12-18T03:31:39.4677232Z Cacheline Size: 64(0x40) 2024-12-18T03:31:39.4677568Z Max Clock Freq. (MHz): 1700 2024-12-18T03:31:39.4677879Z BDFID: 5120 2024-12-18T03:31:39.4678205Z Internal Node ID: 5 2024-12-18T03:31:39.4678553Z Compute Unit: 104 2024-12-18T03:31:39.4678865Z SIMDs per CU: 4 2024-12-18T03:31:39.4679194Z Shader Engines: 8 2024-12-18T03:31:39.4679532Z Shader Arrs. per Eng.: 1 2024-12-18T03:31:39.4679871Z WatchPts on Addr. Ranges:4 2024-12-18T03:31:39.4680227Z Coherent Host Access: FALSE 2024-12-18T03:31:39.4680545Z Memory Properties: 2024-12-18T03:31:39.4680782Z Features: KERNEL_DISPATCH 2024-12-18T03:31:39.4681104Z Fast F16 Operation: TRUE 2024-12-18T03:31:39.4681452Z Wavefront Size: 64(0x40) 2024-12-18T03:31:39.4681781Z Workgroup Max Size: 1024(0x400) 2024-12-18T03:31:39.4682089Z Workgroup Max Size per Dimension: 2024-12-18T03:31:39.4682491Z x 1024(0x400) 2024-12-18T03:31:39.4682759Z y 1024(0x400) 2024-12-18T03:31:39.4683029Z z 1024(0x400) 2024-12-18T03:31:39.4683335Z Max Waves Per CU: 32(0x20) 2024-12-18T03:31:39.4683663Z Max Work-item Per CU: 2048(0x800) 2024-12-18T03:31:39.4684001Z Grid Max Size: 4294967295(0xffffffff) 2024-12-18T03:31:39.4684306Z Grid Max Size per Dimension: 2024-12-18T03:31:39.4684544Z x 4294967295(0xffffffff) 2024-12-18T03:31:39.4684823Z y 4294967295(0xffffffff) 2024-12-18T03:31:39.4685112Z z 4294967295(0xffffffff) 2024-12-18T03:31:39.4685425Z Max fbarriers/Workgrp: 32 2024-12-18T03:31:39.4685813Z Packet Processor uCode:: 83 2024-12-18T03:31:39.4686164Z SDMA engine uCode:: 8 2024-12-18T03:31:39.4686501Z IOMMU Support:: None 2024-12-18T03:31:39.4686781Z Pool Info: 2024-12-18T03:31:39.4687001Z Pool 1 2024-12-18T03:31:39.4687276Z Segment: GLOBAL; FLAGS: COARSE GRAINED 2024-12-18T03:31:39.4687595Z Size: 67092480(0x3ffc000) KB 2024-12-18T03:31:39.4687916Z Allocatable: TRUE 2024-12-18T03:31:39.4688254Z Alloc Granule: 4KB 2024-12-18T03:31:39.4688601Z Alloc Recommended Granule:2048KB 2024-12-18T03:31:39.4689100Z Alloc Alignment: 4KB 2024-12-18T03:31:39.4689449Z Accessible by all: FALSE 2024-12-18T03:31:39.4689750Z Pool 2 2024-12-18T03:31:39.4690024Z Segment: GLOBAL; FLAGS: EXTENDED FINE GRAINED 2024-12-18T03:31:39.4690345Z Size: 67092480(0x3ffc000) KB 2024-12-18T03:31:39.4690654Z Allocatable: TRUE 2024-12-18T03:31:39.4690990Z Alloc Granule: 4KB 2024-12-18T03:31:39.4691343Z Alloc Recommended Granule:2048KB 2024-12-18T03:31:39.4691691Z Alloc Alignment: 4KB 2024-12-18T03:31:39.4692043Z Accessible by all: FALSE 2024-12-18T03:31:39.4692341Z Pool 3 2024-12-18T03:31:39.4692609Z Segment: GLOBAL; FLAGS: FINE GRAINED 2024-12-18T03:31:39.4692927Z Size: 67092480(0x3ffc000) KB 2024-12-18T03:31:39.4693248Z Allocatable: TRUE 2024-12-18T03:31:39.4693575Z Alloc Granule: 4KB 2024-12-18T03:31:39.4693923Z Alloc Recommended Granule:2048KB 2024-12-18T03:31:39.4694278Z Alloc Alignment: 4KB 2024-12-18T03:31:39.4694611Z Accessible by all: FALSE 2024-12-18T03:31:39.4694913Z Pool 4 2024-12-18T03:31:39.4695170Z Segment: GROUP 2024-12-18T03:31:39.4695466Z Size: 64(0x40) KB 2024-12-18T03:31:39.4695784Z Allocatable: FALSE 2024-12-18T03:31:39.4696128Z Alloc Granule: 0KB 2024-12-18T03:31:39.4696529Z Alloc Recommended Granule:0KB 2024-12-18T03:31:39.4697060Z Alloc Alignment: 0KB 2024-12-18T03:31:39.4697412Z Accessible by all: FALSE 2024-12-18T03:31:39.4697717Z ISA Info: 2024-12-18T03:31:39.4697925Z ISA 1 2024-12-18T03:31:39.4698201Z Name: amdgcn-amd-amdhsa--gfx90a:sramecc+:xnack- 2024-12-18T03:31:39.4698566Z Machine Models: HSA_MACHINE_MODEL_LARGE 2024-12-18T03:31:39.4698907Z Profiles: HSA_PROFILE_BASE 2024-12-18T03:31:39.4699258Z Default Rounding Mode: NEAR 2024-12-18T03:31:39.4699617Z Default Rounding Mode: NEAR 2024-12-18T03:31:39.4699933Z Fast f16: TRUE 2024-12-18T03:31:39.4700272Z Workgroup Max Size: 1024(0x400) 2024-12-18T03:31:39.4700584Z Workgroup Max Size per Dimension: 2024-12-18T03:31:39.4700855Z x 1024(0x400) 2024-12-18T03:31:39.4701126Z y 1024(0x400) 2024-12-18T03:31:39.4701388Z z 1024(0x400) 2024-12-18T03:31:39.4701676Z Grid Max Size: 4294967295(0xffffffff) 2024-12-18T03:31:39.4701970Z Grid Max Size per Dimension: 2024-12-18T03:31:39.4702213Z x 4294967295(0xffffffff) 2024-12-18T03:31:39.4702475Z y 4294967295(0xffffffff) 2024-12-18T03:31:39.4702754Z z 4294967295(0xffffffff) 2024-12-18T03:31:39.4703058Z FBarrier Max Size: 32 2024-12-18T03:31:39.4703503Z ******* 2024-12-18T03:31:39.4703700Z Agent 7 2024-12-18T03:31:39.4703894Z ******* 2024-12-18T03:31:39.4704118Z Name: gfx90a 2024-12-18T03:31:39.4704426Z Uuid: GPU-bdbf1ce15a4e2cd8 2024-12-18T03:31:39.4704761Z Marketing Name: AMD Instinct MI250X/MI250 2024-12-18T03:31:39.4705086Z Vendor Name: AMD 2024-12-18T03:31:39.4705404Z Feature: KERNEL_DISPATCH 2024-12-18T03:31:39.4705726Z Profile: BASE_PROFILE 2024-12-18T03:31:39.4706048Z Float Round Mode: NEAR 2024-12-18T03:31:39.4706380Z Max Queue Number: 128(0x80) 2024-12-18T03:31:39.4706699Z Queue Min Size: 64(0x40) 2024-12-18T03:31:39.4707019Z Queue Max Size: 131072(0x20000) 2024-12-18T03:31:39.4707333Z Queue Type: MULTI 2024-12-18T03:31:39.4707634Z Node: 6 2024-12-18T03:31:39.4707927Z Device Type: GPU 2024-12-18T03:31:39.4708210Z Cache Info: 2024-12-18T03:31:39.4708445Z L1: 16(0x10) KB 2024-12-18T03:31:39.4708713Z L2: 8192(0x2000) KB 2024-12-18T03:31:39.4709008Z Chip ID: 29708(0x740c) 2024-12-18T03:31:39.4709328Z ASIC Revision: 1(0x1) 2024-12-18T03:31:39.4709656Z Cacheline Size: 64(0x40) 2024-12-18T03:31:39.4709979Z Max Clock Freq. (MHz): 1700 2024-12-18T03:31:39.4710288Z BDFID: 44544 2024-12-18T03:31:39.4710610Z Internal Node ID: 6 2024-12-18T03:31:39.4710927Z Compute Unit: 104 2024-12-18T03:31:39.4711386Z SIMDs per CU: 4 2024-12-18T03:31:39.4711718Z Shader Engines: 8 2024-12-18T03:31:39.4712052Z Shader Arrs. per Eng.: 1 2024-12-18T03:31:39.4712408Z WatchPts on Addr. Ranges:4 2024-12-18T03:31:39.4712756Z Coherent Host Access: FALSE 2024-12-18T03:31:39.4713054Z Memory Properties: 2024-12-18T03:31:39.4713297Z Features: KERNEL_DISPATCH 2024-12-18T03:31:39.4713610Z Fast F16 Operation: TRUE 2024-12-18T03:31:39.4713958Z Wavefront Size: 64(0x40) 2024-12-18T03:31:39.4714322Z Workgroup Max Size: 1024(0x400) 2024-12-18T03:31:39.4714636Z Workgroup Max Size per Dimension: 2024-12-18T03:31:39.4714900Z x 1024(0x400) 2024-12-18T03:31:39.4715191Z y 1024(0x400) 2024-12-18T03:31:39.4715464Z z 1024(0x400) 2024-12-18T03:31:39.4715759Z Max Waves Per CU: 32(0x20) 2024-12-18T03:31:39.4716104Z Max Work-item Per CU: 2048(0x800) 2024-12-18T03:31:39.4716441Z Grid Max Size: 4294967295(0xffffffff) 2024-12-18T03:31:39.4716732Z Grid Max Size per Dimension: 2024-12-18T03:31:39.4716977Z x 4294967295(0xffffffff) 2024-12-18T03:31:39.4717247Z y 4294967295(0xffffffff) 2024-12-18T03:31:39.4717512Z z 4294967295(0xffffffff) 2024-12-18T03:31:39.4717983Z Max fbarriers/Workgrp: 32 2024-12-18T03:31:39.4718348Z Packet Processor uCode:: 83 2024-12-18T03:31:39.4718699Z SDMA engine uCode:: 8 2024-12-18T03:31:39.4719039Z IOMMU Support:: None 2024-12-18T03:31:39.4719328Z Pool Info: 2024-12-18T03:31:39.4719545Z Pool 1 2024-12-18T03:31:39.4719827Z Segment: GLOBAL; FLAGS: COARSE GRAINED 2024-12-18T03:31:39.4720164Z Size: 67092480(0x3ffc000) KB 2024-12-18T03:31:39.4720483Z Allocatable: TRUE 2024-12-18T03:31:39.4720823Z Alloc Granule: 4KB 2024-12-18T03:31:39.4721185Z Alloc Recommended Granule:2048KB 2024-12-18T03:31:39.4721545Z Alloc Alignment: 4KB 2024-12-18T03:31:39.4721893Z Accessible by all: FALSE 2024-12-18T03:31:39.4722196Z Pool 2 2024-12-18T03:31:39.4722484Z Segment: GLOBAL; FLAGS: EXTENDED FINE GRAINED 2024-12-18T03:31:39.4722800Z Size: 67092480(0x3ffc000) KB 2024-12-18T03:31:39.4723119Z Allocatable: TRUE 2024-12-18T03:31:39.4723459Z Alloc Granule: 4KB 2024-12-18T03:31:39.4723797Z Alloc Recommended Granule:2048KB 2024-12-18T03:31:39.4724155Z Alloc Alignment: 4KB 2024-12-18T03:31:39.4724505Z Accessible by all: FALSE 2024-12-18T03:31:39.4724795Z Pool 3 2024-12-18T03:31:39.4725066Z Segment: GLOBAL; FLAGS: FINE GRAINED 2024-12-18T03:31:39.4725394Z Size: 67092480(0x3ffc000) KB 2024-12-18T03:31:39.4725700Z Allocatable: TRUE 2024-12-18T03:31:39.4726181Z Alloc Granule: 4KB 2024-12-18T03:31:39.4726540Z Alloc Recommended Granule:2048KB 2024-12-18T03:31:39.4726884Z Alloc Alignment: 4KB 2024-12-18T03:31:39.4727223Z Accessible by all: FALSE 2024-12-18T03:31:39.4727514Z Pool 4 2024-12-18T03:31:39.4727761Z Segment: GROUP 2024-12-18T03:31:39.4728065Z Size: 64(0x40) KB 2024-12-18T03:31:39.4728374Z Allocatable: FALSE 2024-12-18T03:31:39.4728693Z Alloc Granule: 0KB 2024-12-18T03:31:39.4729061Z Alloc Recommended Granule:0KB 2024-12-18T03:31:39.4729409Z Alloc Alignment: 0KB 2024-12-18T03:31:39.4729754Z Accessible by all: FALSE 2024-12-18T03:31:39.4730056Z ISA Info: 2024-12-18T03:31:39.4730264Z ISA 1 2024-12-18T03:31:39.4730526Z Name: amdgcn-amd-amdhsa--gfx90a:sramecc+:xnack- 2024-12-18T03:31:39.4731161Z Machine Models: HSA_MACHINE_MODEL_LARGE 2024-12-18T03:31:39.4731514Z Profiles: HSA_PROFILE_BASE 2024-12-18T03:31:39.4731868Z Default Rounding Mode: NEAR 2024-12-18T03:31:39.4732217Z Default Rounding Mode: NEAR 2024-12-18T03:31:39.4732550Z Fast f16: TRUE 2024-12-18T03:31:39.4733048Z Workgroup Max Size: 1024(0x400) 2024-12-18T03:31:39.4733365Z Workgroup Max Size per Dimension: 2024-12-18T03:31:39.4733648Z x 1024(0x400) 2024-12-18T03:31:39.4733946Z y 1024(0x400) 2024-12-18T03:31:39.4734212Z z 1024(0x400) 2024-12-18T03:31:39.4734521Z Grid Max Size: 4294967295(0xffffffff) 2024-12-18T03:31:39.4734832Z Grid Max Size per Dimension: 2024-12-18T03:31:39.4735087Z x 4294967295(0xffffffff) 2024-12-18T03:31:39.4735369Z y 4294967295(0xffffffff) 2024-12-18T03:31:39.4735648Z z 4294967295(0xffffffff) 2024-12-18T03:31:39.4735950Z FBarrier Max Size: 32 2024-12-18T03:31:39.4736248Z ******* 2024-12-18T03:31:39.4736894Z Agent 8 2024-12-18T03:31:39.4737096Z ******* 2024-12-18T03:31:39.4737332Z Name: gfx90a 2024-12-18T03:31:39.4737653Z Uuid: GPU-fbca43c355c8b7ae 2024-12-18T03:31:39.4737985Z Marketing Name: AMD Instinct MI250X/MI250 2024-12-18T03:31:39.4738335Z Vendor Name: AMD 2024-12-18T03:31:39.4738655Z Feature: KERNEL_DISPATCH 2024-12-18T03:31:39.4739019Z Profile: BASE_PROFILE 2024-12-18T03:31:39.4739356Z Float Round Mode: NEAR 2024-12-18T03:31:39.4739691Z Max Queue Number: 128(0x80) 2024-12-18T03:31:39.4740009Z Queue Min Size: 64(0x40) 2024-12-18T03:31:39.4740331Z Queue Max Size: 131072(0x20000) 2024-12-18T03:31:39.4740661Z Queue Type: MULTI 2024-12-18T03:31:39.4740958Z Node: 7 2024-12-18T03:31:39.4741445Z Device Type: GPU 2024-12-18T03:31:39.4741743Z Cache Info: 2024-12-18T03:31:39.4741977Z L1: 16(0x10) KB 2024-12-18T03:31:39.4742263Z L2: 8192(0x2000) KB 2024-12-18T03:31:39.4742558Z Chip ID: 29708(0x740c) 2024-12-18T03:31:39.4742866Z ASIC Revision: 1(0x1) 2024-12-18T03:31:39.4743201Z Cacheline Size: 64(0x40) 2024-12-18T03:31:39.4743540Z Max Clock Freq. (MHz): 1700 2024-12-18T03:31:39.4743842Z BDFID: 45824 2024-12-18T03:31:39.4744167Z Internal Node ID: 7 2024-12-18T03:31:39.4744500Z Compute Unit: 104 2024-12-18T03:31:39.4744833Z SIMDs per CU: 4 2024-12-18T03:31:39.4745156Z Shader Engines: 8 2024-12-18T03:31:39.4745499Z Shader Arrs. per Eng.: 1 2024-12-18T03:31:39.4745847Z WatchPts on Addr. Ranges:4 2024-12-18T03:31:39.4746189Z Coherent Host Access: FALSE 2024-12-18T03:31:39.4746519Z Memory Properties: 2024-12-18T03:31:39.4746773Z Features: KERNEL_DISPATCH 2024-12-18T03:31:39.4747078Z Fast F16 Operation: TRUE 2024-12-18T03:31:39.4747423Z Wavefront Size: 64(0x40) 2024-12-18T03:31:39.4747766Z Workgroup Max Size: 1024(0x400) 2024-12-18T03:31:39.4748234Z Workgroup Max Size per Dimension: 2024-12-18T03:31:39.4748501Z x 1024(0x400) 2024-12-18T03:31:39.4748787Z y 1024(0x400) 2024-12-18T03:31:39.4749048Z z 1024(0x400) 2024-12-18T03:31:39.4749347Z Max Waves Per CU: 32(0x20) 2024-12-18T03:31:39.4749687Z Max Work-item Per CU: 2048(0x800) 2024-12-18T03:31:39.4750012Z Grid Max Size: 4294967295(0xffffffff) 2024-12-18T03:31:39.4750317Z Grid Max Size per Dimension: 2024-12-18T03:31:39.4750575Z x 4294967295(0xffffffff) 2024-12-18T03:31:39.4750851Z y 4294967295(0xffffffff) 2024-12-18T03:31:39.4751141Z z 4294967295(0xffffffff) 2024-12-18T03:31:39.4751495Z Max fbarriers/Workgrp: 32 2024-12-18T03:31:39.4751872Z Packet Processor uCode:: 83 2024-12-18T03:31:39.4752223Z SDMA engine uCode:: 8 2024-12-18T03:31:39.4752574Z IOMMU Support:: None 2024-12-18T03:31:39.4752860Z Pool Info: 2024-12-18T03:31:39.4753087Z Pool 1 2024-12-18T03:31:39.4753374Z Segment: GLOBAL; FLAGS: COARSE GRAINED 2024-12-18T03:31:39.4753697Z Size: 67092480(0x3ffc000) KB 2024-12-18T03:31:39.4754022Z Allocatable: TRUE 2024-12-18T03:31:39.4754359Z Alloc Granule: 4KB 2024-12-18T03:31:39.4754708Z Alloc Recommended Granule:2048KB 2024-12-18T03:31:39.4755071Z Alloc Alignment: 4KB 2024-12-18T03:31:39.4755424Z Accessible by all: FALSE 2024-12-18T03:31:39.4755726Z Pool 2 2024-12-18T03:31:39.4755990Z Segment: GLOBAL; FLAGS: EXTENDED FINE GRAINED 2024-12-18T03:31:39.4756446Z Size: 67092480(0x3ffc000) KB 2024-12-18T03:31:39.4756769Z Allocatable: TRUE 2024-12-18T03:31:39.4757099Z Alloc Granule: 4KB 2024-12-18T03:31:39.4757453Z Alloc Recommended Granule:2048KB 2024-12-18T03:31:39.4757857Z Alloc Alignment: 4KB 2024-12-18T03:31:39.4758207Z Accessible by all: FALSE 2024-12-18T03:31:39.4758513Z Pool 3 2024-12-18T03:31:39.4758780Z Segment: GLOBAL; FLAGS: FINE GRAINED 2024-12-18T03:31:39.4759089Z Size: 67092480(0x3ffc000) KB 2024-12-18T03:31:39.4759424Z Allocatable: TRUE 2024-12-18T03:31:39.4759762Z Alloc Granule: 4KB 2024-12-18T03:31:39.4760107Z Alloc Recommended Granule:2048KB 2024-12-18T03:31:39.4760462Z Alloc Alignment: 4KB 2024-12-18T03:31:39.4760821Z Accessible by all: FALSE 2024-12-18T03:31:39.4761120Z Pool 4 2024-12-18T03:31:39.4761392Z Segment: GROUP 2024-12-18T03:31:39.4761713Z Size: 64(0x40) KB 2024-12-18T03:31:39.4762020Z Allocatable: FALSE 2024-12-18T03:31:39.4762356Z Alloc Granule: 0KB 2024-12-18T03:31:39.4762701Z Alloc Recommended Granule:0KB 2024-12-18T03:31:39.4763172Z Alloc Alignment: 0KB 2024-12-18T03:31:39.4763505Z Accessible by all: FALSE 2024-12-18T03:31:39.4763808Z ISA Info: 2024-12-18T03:31:39.4764012Z ISA 1 2024-12-18T03:31:39.4764288Z Name: amdgcn-amd-amdhsa--gfx90a:sramecc+:xnack- 2024-12-18T03:31:39.4764650Z Machine Models: HSA_MACHINE_MODEL_LARGE 2024-12-18T03:31:39.4764989Z Profiles: HSA_PROFILE_BASE 2024-12-18T03:31:39.4765333Z Default Rounding Mode: NEAR 2024-12-18T03:31:39.4765686Z Default Rounding Mode: NEAR 2024-12-18T03:31:39.4766004Z Fast f16: TRUE 2024-12-18T03:31:39.4766330Z Workgroup Max Size: 1024(0x400) 2024-12-18T03:31:39.4766656Z Workgroup Max Size per Dimension: 2024-12-18T03:31:39.4766928Z x 1024(0x400) 2024-12-18T03:31:39.4767206Z y 1024(0x400) 2024-12-18T03:31:39.4767480Z z 1024(0x400) 2024-12-18T03:31:39.4767781Z Grid Max Size: 4294967295(0xffffffff) 2024-12-18T03:31:39.4768070Z Grid Max Size per Dimension: 2024-12-18T03:31:39.4768324Z x 4294967295(0xffffffff) 2024-12-18T03:31:39.4768596Z y 4294967295(0xffffffff) 2024-12-18T03:31:39.4768859Z z 4294967295(0xffffffff) 2024-12-18T03:31:39.4769166Z FBarrier Max Size: 32 2024-12-18T03:31:39.4769459Z ******* 2024-12-18T03:31:39.4769655Z Agent 9 2024-12-18T03:31:39.4769858Z ******* 2024-12-18T03:31:39.4770086Z Name: gfx90a 2024-12-18T03:31:39.4770386Z Uuid: GPU-224bf7aab4354d06 2024-12-18T03:31:39.4770855Z Marketing Name: AMD Instinct MI250X/MI250 2024-12-18T03:31:39.4771199Z Vendor Name: AMD 2024-12-18T03:31:39.4771514Z Feature: KERNEL_DISPATCH 2024-12-18T03:31:39.4771837Z Profile: BASE_PROFILE 2024-12-18T03:31:39.4772161Z Float Round Mode: NEAR 2024-12-18T03:31:39.4772486Z Max Queue Number: 128(0x80) 2024-12-18T03:31:39.4772804Z Queue Min Size: 64(0x40) 2024-12-18T03:31:39.4773116Z Queue Max Size: 131072(0x20000) 2024-12-18T03:31:39.4773425Z Queue Type: MULTI 2024-12-18T03:31:39.4773722Z Node: 8 2024-12-18T03:31:39.4774017Z Device Type: GPU 2024-12-18T03:31:39.4774297Z Cache Info: 2024-12-18T03:31:39.4774532Z L1: 16(0x10) KB 2024-12-18T03:31:39.4774802Z L2: 8192(0x2000) KB 2024-12-18T03:31:39.4775075Z Chip ID: 29708(0x740c) 2024-12-18T03:31:39.4775374Z ASIC Revision: 1(0x1) 2024-12-18T03:31:39.4775691Z Cacheline Size: 64(0x40) 2024-12-18T03:31:39.4776010Z Max Clock Freq. (MHz): 1700 2024-12-18T03:31:39.4776449Z BDFID: 36352 2024-12-18T03:31:39.4776754Z Internal Node ID: 8 2024-12-18T03:31:39.4777268Z Compute Unit: 104 2024-12-18T03:31:39.4777584Z SIMDs per CU: 4 2024-12-18T03:31:39.4777914Z Shader Engines: 8 2024-12-18T03:31:39.4778248Z Shader Arrs. per Eng.: 1 2024-12-18T03:31:39.4778594Z WatchPts on Addr. Ranges:4 2024-12-18T03:31:39.4778937Z Coherent Host Access: FALSE 2024-12-18T03:31:39.4779239Z Memory Properties: 2024-12-18T03:31:39.4779476Z Features: KERNEL_DISPATCH 2024-12-18T03:31:39.4779780Z Fast F16 Operation: TRUE 2024-12-18T03:31:39.4780116Z Wavefront Size: 64(0x40) 2024-12-18T03:31:39.4780446Z Workgroup Max Size: 1024(0x400) 2024-12-18T03:31:39.4780759Z Workgroup Max Size per Dimension: 2024-12-18T03:31:39.4781032Z x 1024(0x400) 2024-12-18T03:31:39.4781292Z y 1024(0x400) 2024-12-18T03:31:39.4781568Z z 1024(0x400) 2024-12-18T03:31:39.4781880Z Max Waves Per CU: 32(0x20) 2024-12-18T03:31:39.4782214Z Max Work-item Per CU: 2048(0x800) 2024-12-18T03:31:39.4782568Z Grid Max Size: 4294967295(0xffffffff) 2024-12-18T03:31:39.4782874Z Grid Max Size per Dimension: 2024-12-18T03:31:39.4783140Z x 4294967295(0xffffffff) 2024-12-18T03:31:39.4783437Z y 4294967295(0xffffffff) 2024-12-18T03:31:39.4783709Z z 4294967295(0xffffffff) 2024-12-18T03:31:39.4784137Z Max fbarriers/Workgrp: 32 2024-12-18T03:31:39.4784675Z Packet Processor uCode:: 83 2024-12-18T03:31:39.4785023Z SDMA engine uCode:: 8 2024-12-18T03:31:39.4785348Z IOMMU Support:: None 2024-12-18T03:31:39.4785808Z Pool Info: 2024-12-18T03:31:39.4786037Z Pool 1 2024-12-18T03:31:39.4786304Z Segment: GLOBAL; FLAGS: COARSE GRAINED 2024-12-18T03:31:39.4786634Z Size: 67092480(0x3ffc000) KB 2024-12-18T03:31:39.4786956Z Allocatable: TRUE 2024-12-18T03:31:39.4787285Z Alloc Granule: 4KB 2024-12-18T03:31:39.4787638Z Alloc Recommended Granule:2048KB 2024-12-18T03:31:39.4787993Z Alloc Alignment: 4KB 2024-12-18T03:31:39.4788329Z Accessible by all: FALSE 2024-12-18T03:31:39.4788627Z Pool 2 2024-12-18T03:31:39.4788894Z Segment: GLOBAL; FLAGS: EXTENDED FINE GRAINED 2024-12-18T03:31:39.4789216Z Size: 67092480(0x3ffc000) KB 2024-12-18T03:31:39.4789530Z Allocatable: TRUE 2024-12-18T03:31:39.4789857Z Alloc Granule: 4KB 2024-12-18T03:31:39.4790200Z Alloc Recommended Granule:2048KB 2024-12-18T03:31:39.4790539Z Alloc Alignment: 4KB 2024-12-18T03:31:39.4790876Z Accessible by all: FALSE 2024-12-18T03:31:39.4791165Z Pool 3 2024-12-18T03:31:39.4791420Z Segment: GLOBAL; FLAGS: FINE GRAINED 2024-12-18T03:31:39.4791723Z Size: 67092480(0x3ffc000) KB 2024-12-18T03:31:39.4792168Z Allocatable: TRUE 2024-12-18T03:31:39.4792489Z Alloc Granule: 4KB 2024-12-18T03:31:39.4792838Z Alloc Recommended Granule:2048KB 2024-12-18T03:31:39.4793181Z Alloc Alignment: 4KB 2024-12-18T03:31:39.4793512Z Accessible by all: FALSE 2024-12-18T03:31:39.4793806Z Pool 4 2024-12-18T03:31:39.4794057Z Segment: GROUP 2024-12-18T03:31:39.4794348Z Size: 64(0x40) KB 2024-12-18T03:31:39.4794656Z Allocatable: FALSE 2024-12-18T03:31:39.4794984Z Alloc Granule: 0KB 2024-12-18T03:31:39.4795322Z Alloc Recommended Granule:0KB 2024-12-18T03:31:39.4795668Z Alloc Alignment: 0KB 2024-12-18T03:31:39.4796019Z Accessible by all: FALSE 2024-12-18T03:31:39.4796311Z ISA Info: 2024-12-18T03:31:39.4796531Z ISA 1 2024-12-18T03:31:39.4796809Z Name: amdgcn-amd-amdhsa--gfx90a:sramecc+:xnack- 2024-12-18T03:31:39.4797159Z Machine Models: HSA_MACHINE_MODEL_LARGE 2024-12-18T03:31:39.4797502Z Profiles: HSA_PROFILE_BASE 2024-12-18T03:31:39.4797843Z Default Rounding Mode: NEAR 2024-12-18T03:31:39.4798187Z Default Rounding Mode: NEAR 2024-12-18T03:31:39.4798514Z Fast f16: TRUE 2024-12-18T03:31:39.4798844Z Workgroup Max Size: 1024(0x400) 2024-12-18T03:31:39.4799149Z Workgroup Max Size per Dimension: 2024-12-18T03:31:39.4799433Z x 1024(0x400) 2024-12-18T03:31:39.4799711Z y 1024(0x400) 2024-12-18T03:31:39.4800103Z z 1024(0x400) 2024-12-18T03:31:39.4800404Z Grid Max Size: 4294967295(0xffffffff) 2024-12-18T03:31:39.4800700Z Grid Max Size per Dimension: 2024-12-18T03:31:39.4800951Z x 4294967295(0xffffffff) 2024-12-18T03:31:39.4801223Z y 4294967295(0xffffffff) 2024-12-18T03:31:39.4801501Z z 4294967295(0xffffffff) 2024-12-18T03:31:39.4801811Z FBarrier Max Size: 32 2024-12-18T03:31:39.4802091Z ******* 2024-12-18T03:31:39.4802298Z Agent 10 2024-12-18T03:31:39.4802500Z ******* 2024-12-18T03:31:39.4802731Z Name: gfx90a 2024-12-18T03:31:39.4803039Z Uuid: GPU-8473d8ace24d57eb 2024-12-18T03:31:39.4803385Z Marketing Name: AMD Instinct MI250X/MI250 2024-12-18T03:31:39.4803718Z Vendor Name: AMD 2024-12-18T03:31:39.4804041Z Feature: KERNEL_DISPATCH 2024-12-18T03:31:39.4804362Z Profile: BASE_PROFILE 2024-12-18T03:31:39.4804678Z Float Round Mode: NEAR 2024-12-18T03:31:39.4805006Z Max Queue Number: 128(0x80) 2024-12-18T03:31:39.4805322Z Queue Min Size: 64(0x40) 2024-12-18T03:31:39.4805631Z Queue Max Size: 131072(0x20000) 2024-12-18T03:31:39.4805947Z Queue Type: MULTI 2024-12-18T03:31:39.4806405Z Node: 9 2024-12-18T03:31:39.4806693Z Device Type: GPU 2024-12-18T03:31:39.4806974Z Cache Info: 2024-12-18T03:31:39.4807211Z L1: 16(0x10) KB 2024-12-18T03:31:39.4807484Z L2: 8192(0x2000) KB 2024-12-18T03:31:39.4807772Z Chip ID: 29708(0x740c) 2024-12-18T03:31:39.4808086Z ASIC Revision: 1(0x1) 2024-12-18T03:31:39.4808418Z Cacheline Size: 64(0x40) 2024-12-18T03:31:39.4808754Z Max Clock Freq. (MHz): 1700 2024-12-18T03:31:39.4809073Z BDFID: 37632 2024-12-18T03:31:39.4809379Z Internal Node ID: 9 2024-12-18T03:31:39.4809715Z Compute Unit: 104 2024-12-18T03:31:39.4810049Z SIMDs per CU: 4 2024-12-18T03:31:39.4810365Z Shader Engines: 8 2024-12-18T03:31:39.4810712Z Shader Arrs. per Eng.: 1 2024-12-18T03:31:39.4811061Z WatchPts on Addr. Ranges:4 2024-12-18T03:31:39.4811409Z Coherent Host Access: FALSE 2024-12-18T03:31:39.4811719Z Memory Properties: 2024-12-18T03:31:39.4811973Z Features: KERNEL_DISPATCH 2024-12-18T03:31:39.4812281Z Fast F16 Operation: TRUE 2024-12-18T03:31:39.4812648Z Wavefront Size: 64(0x40) 2024-12-18T03:31:39.4813027Z Workgroup Max Size: 1024(0x400) 2024-12-18T03:31:39.4813349Z Workgroup Max Size per Dimension: 2024-12-18T03:31:39.4813629Z x 1024(0x400) 2024-12-18T03:31:39.4813967Z y 1024(0x400) 2024-12-18T03:31:39.4814253Z z 1024(0x400) 2024-12-18T03:31:39.4814679Z Max Waves Per CU: 32(0x20) 2024-12-18T03:31:39.4815025Z Max Work-item Per CU: 2048(0x800) 2024-12-18T03:31:39.4815364Z Grid Max Size: 4294967295(0xffffffff) 2024-12-18T03:31:39.4815659Z Grid Max Size per Dimension: 2024-12-18T03:31:39.4815905Z x 4294967295(0xffffffff) 2024-12-18T03:31:39.4816194Z y 4294967295(0xffffffff) 2024-12-18T03:31:39.4816529Z z 4294967295(0xffffffff) 2024-12-18T03:31:39.4816921Z Max fbarriers/Workgrp: 32 2024-12-18T03:31:39.4817287Z Packet Processor uCode:: 83 2024-12-18T03:31:39.4817642Z SDMA engine uCode:: 8 2024-12-18T03:31:39.4817990Z IOMMU Support:: None 2024-12-18T03:31:39.4818285Z Pool Info: 2024-12-18T03:31:39.4818501Z Pool 1 2024-12-18T03:31:39.4818783Z Segment: GLOBAL; FLAGS: COARSE GRAINED 2024-12-18T03:31:39.4819127Z Size: 67092480(0x3ffc000) KB 2024-12-18T03:31:39.4819446Z Allocatable: TRUE 2024-12-18T03:31:39.4819784Z Alloc Granule: 4KB 2024-12-18T03:31:39.4820143Z Alloc Recommended Granule:2048KB 2024-12-18T03:31:39.4820485Z Alloc Alignment: 4KB 2024-12-18T03:31:39.4820824Z Accessible by all: FALSE 2024-12-18T03:31:39.4821116Z Pool 2 2024-12-18T03:31:39.4821557Z Segment: GLOBAL; FLAGS: EXTENDED FINE GRAINED 2024-12-18T03:31:39.4821880Z Size: 67092480(0x3ffc000) KB 2024-12-18T03:31:39.4822204Z Allocatable: TRUE 2024-12-18T03:31:39.4822531Z Alloc Granule: 4KB 2024-12-18T03:31:39.4822882Z Alloc Recommended Granule:2048KB 2024-12-18T03:31:39.4823236Z Alloc Alignment: 4KB 2024-12-18T03:31:39.4823583Z Accessible by all: FALSE 2024-12-18T03:31:39.4823875Z Pool 3 2024-12-18T03:31:39.4824143Z Segment: GLOBAL; FLAGS: FINE GRAINED 2024-12-18T03:31:39.4824458Z Size: 67092480(0x3ffc000) KB 2024-12-18T03:31:39.4824760Z Allocatable: TRUE 2024-12-18T03:31:39.4825104Z Alloc Granule: 4KB 2024-12-18T03:31:39.4825467Z Alloc Recommended Granule:2048KB 2024-12-18T03:31:39.4825817Z Alloc Alignment: 4KB 2024-12-18T03:31:39.4826173Z Accessible by all: FALSE 2024-12-18T03:31:39.4826472Z Pool 4 2024-12-18T03:31:39.4826729Z Segment: GROUP 2024-12-18T03:31:39.4827042Z Size: 64(0x40) KB 2024-12-18T03:31:39.4827362Z Allocatable: FALSE 2024-12-18T03:31:39.4827694Z Alloc Granule: 0KB 2024-12-18T03:31:39.4828057Z Alloc Recommended Granule:0KB 2024-12-18T03:31:39.4828420Z Alloc Alignment: 0KB 2024-12-18T03:31:39.4828766Z Accessible by all: FALSE 2024-12-18T03:31:39.4829073Z ISA Info: 2024-12-18T03:31:39.4829291Z ISA 1 2024-12-18T03:31:39.4829717Z Name: amdgcn-amd-amdhsa--gfx90a:sramecc+:xnack- 2024-12-18T03:31:39.4830089Z Machine Models: HSA_MACHINE_MODEL_LARGE 2024-12-18T03:31:39.4830440Z Profiles: HSA_PROFILE_BASE 2024-12-18T03:31:39.4830774Z Default Rounding Mode: NEAR 2024-12-18T03:31:39.4831131Z Default Rounding Mode: NEAR 2024-12-18T03:31:39.4831478Z Fast f16: TRUE 2024-12-18T03:31:39.4831804Z Workgroup Max Size: 1024(0x400) 2024-12-18T03:31:39.4832134Z Workgroup Max Size per Dimension: 2024-12-18T03:31:39.4832414Z x 1024(0x400) 2024-12-18T03:31:39.4832699Z y 1024(0x400) 2024-12-18T03:31:39.4832989Z z 1024(0x400) 2024-12-18T03:31:39.4833314Z Grid Max Size: 4294967295(0xffffffff) 2024-12-18T03:31:39.4833622Z Grid Max Size per Dimension: 2024-12-18T03:31:39.4833905Z x 4294967295(0xffffffff) 2024-12-18T03:31:39.4834197Z y 4294967295(0xffffffff) 2024-12-18T03:31:39.4834490Z z 4294967295(0xffffffff) 2024-12-18T03:31:39.4834842Z FBarrier Max Size: 32 2024-12-18T03:31:39.4835165Z *** Done *** 2024-12-18T03:31:39.4856996Z ##[group]Run ngpu=$(rocminfo | grep -c -E 'Name:.*\sgfx') 2024-12-18T03:31:39.4857418Z ngpu=$(rocminfo | grep -c -E 'Name:.*\sgfx') 2024-12-18T03:31:39.4858254Z msg="Please file an issue on pytorch/pytorch reporting the faulty runner. Include a link to the runner logs so the runner can be identified" 2024-12-18T03:31:39.4858838Z if [[ $ngpu -eq 0 ]]; then 2024-12-18T03:31:39.4859180Z  echo "Error: Failed to detect any GPUs on the runner" 2024-12-18T03:31:39.4859515Z  echo "$msg" 2024-12-18T03:31:39.4859722Z  exit 1 2024-12-18T03:31:39.4859922Z fi 2024-12-18T03:31:39.4860116Z if [[ $ngpu -eq 1 ]]; then 2024-12-18T03:31:39.4860495Z  echo "Error: only 1 GPU detected, at least 2 GPUs are needed for distributed jobs" 2024-12-18T03:31:39.4860880Z  echo "$msg" 2024-12-18T03:31:39.4861090Z  exit 1 2024-12-18T03:31:39.4861275Z fi 2024-12-18T03:31:39.4881484Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2024-12-18T03:31:39.4881820Z env: 2024-12-18T03:31:39.4882011Z GIT_DEFAULT_BRANCH: main 2024-12-18T03:31:39.4882287Z DOCKER_HOST: unix:///run/user/1307800118/docker.sock 2024-12-18T03:31:39.4882609Z ##[endgroup] 2024-12-18T03:31:39.6769442Z Prepare all required actions 2024-12-18T03:31:39.6825419Z ##[group]Run ./.github/actions/diskspace-cleanup 2024-12-18T03:31:39.6826088Z with: 2024-12-18T03:31:39.6826535Z diskspace-cutoff: 70 2024-12-18T03:31:39.6827009Z env: 2024-12-18T03:31:39.6827413Z GIT_DEFAULT_BRANCH: main 2024-12-18T03:31:39.6828037Z DOCKER_HOST: unix:///run/user/1307800118/docker.sock 2024-12-18T03:31:39.6828716Z ##[endgroup] 2024-12-18T03:31:39.6900606Z ##[group]Run set -ex 2024-12-18T03:31:39.6901101Z set -ex 2024-12-18T03:31:39.6901524Z diskspace_cutoff=70 2024-12-18T03:31:39.6902154Z docker_root_dir=$(docker info -f '{{.DockerRootDir}}') 2024-12-18T03:31:39.6903165Z diskspace=$(df -H --output=pcent ${docker_root_dir} | sed -n 2p | sed 's/%//' | sed 's/ //') 2024-12-18T03:31:39.6904727Z msg="Please file an issue on pytorch/pytorch reporting the faulty runner. Include a link to the runner logs so the runner can be identified" 2024-12-18T03:31:39.6906167Z if [[ "$diskspace" -ge "$diskspace_cutoff" ]] ; then 2024-12-18T03:31:39.6906968Z  docker system prune -af 2024-12-18T03:31:39.6908562Z  diskspace_new=$(df -H --output=pcent ${docker_root_dir} | sed -n 2p | sed 's/%//' | sed 's/ //') 2024-12-18T03:31:39.6909757Z  if [[ "$diskspace_new" -gt "$diskspace_cutoff" ]] ; then 2024-12-18T03:31:39.6910907Z  echo "Error: Available diskspace is less than $diskspace_cutoff percent. Not enough diskspace." 2024-12-18T03:31:39.6911806Z  echo "$msg" 2024-12-18T03:31:39.6912237Z  exit 1 2024-12-18T03:31:39.6912641Z  else 2024-12-18T03:31:39.6913118Z  difference=$((diskspace - diskspace_new)) 2024-12-18T03:31:39.6913795Z  echo "Diskspace saved: $difference percent" 2024-12-18T03:31:39.6914374Z  fi 2024-12-18T03:31:39.6914753Z fi 2024-12-18T03:31:39.6955062Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2024-12-18T03:31:39.6955627Z env: 2024-12-18T03:31:39.6955962Z GIT_DEFAULT_BRANCH: main 2024-12-18T03:31:39.6956577Z DOCKER_HOST: unix:///run/user/1307800118/docker.sock 2024-12-18T03:31:39.6957194Z ##[endgroup] 2024-12-18T03:31:39.7031999Z + diskspace_cutoff=70 2024-12-18T03:31:39.7040831Z ++ docker info -f '{{.DockerRootDir}}' 2024-12-18T03:31:39.8000741Z + docker_root_dir=/media/4TB/docker-rootless 2024-12-18T03:31:39.8017018Z ++ df -H --output=pcent /media/4TB/docker-rootless 2024-12-18T03:31:39.8022236Z ++ sed -n 2p 2024-12-18T03:31:39.8024302Z ++ sed s/%// 2024-12-18T03:31:39.8028501Z ++ sed 's/ //' 2024-12-18T03:31:39.8071582Z + diskspace=18 2024-12-18T03:31:39.8072880Z + msg='Please file an issue on pytorch/pytorch reporting the faulty runner. Include a link to the runner logs so the runner can be identified' 2024-12-18T03:31:39.8073952Z + [[ 18 -ge 70 ]] 2024-12-18T03:31:39.8137430Z ##[group]Run env | grep '^GITHUB' >> "/tmp/github_env_${GITHUB_RUN_ID}" 2024-12-18T03:31:39.8138427Z env | grep '^GITHUB' >> "/tmp/github_env_${GITHUB_RUN_ID}" 2024-12-18T03:31:39.8139294Z env | grep '^CI' >> "/tmp/github_env_${GITHUB_RUN_ID}" 2024-12-18T03:31:39.8179448Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2024-12-18T03:31:39.8180161Z env: 2024-12-18T03:31:39.8180566Z GIT_DEFAULT_BRANCH: main 2024-12-18T03:31:39.8181149Z DOCKER_HOST: unix:///run/user/1307800118/docker.sock 2024-12-18T03:31:39.8181794Z ##[endgroup] 2024-12-18T03:31:39.8391480Z ##[group]Run # All GPUs are visible to the runner; visibility, if needed, will be set by run_test.py. 2024-12-18T03:31:39.8392777Z # All GPUs are visible to the runner; visibility, if needed, will be set by run_test.py. 2024-12-18T03:31:39.8394231Z echo "GPU_FLAG=--device=/dev/mem --device=/dev/kfd --device=/dev/dri --group-add video --group-add daemon" >> "${GITHUB_ENV}" 2024-12-18T03:31:39.8434794Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2024-12-18T03:31:39.8435507Z env: 2024-12-18T03:31:39.8435901Z GIT_DEFAULT_BRANCH: main 2024-12-18T03:31:39.8436470Z DOCKER_HOST: unix:///run/user/1307800118/docker.sock 2024-12-18T03:31:39.8437133Z ##[endgroup] 2024-12-18T03:31:39.8640890Z ##[group]Run aws-actions/configure-aws-credentials@v4 2024-12-18T03:31:39.8641593Z with: 2024-12-18T03:31:39.8642254Z role-to-assume: arn:aws:iam::308535385114:role/gha_workflow_s3_and_ecr_read_only 2024-12-18T03:31:39.8643050Z aws-region: us-east-1 2024-12-18T03:31:39.8643537Z role-duration-seconds: 18000 2024-12-18T03:31:39.8644058Z audience: sts.amazonaws.com 2024-12-18T03:31:39.8644519Z env: 2024-12-18T03:31:39.8644890Z GIT_DEFAULT_BRANCH: main 2024-12-18T03:31:39.8645455Z DOCKER_HOST: unix:///run/user/1307800118/docker.sock 2024-12-18T03:31:39.8646456Z GPU_FLAG: --device=/dev/mem --device=/dev/kfd --device=/dev/dri --group-add video --group-add daemon 2024-12-18T03:31:39.8647373Z ##[endgroup] 2024-12-18T03:31:40.2180413Z Assuming role with OIDC 2024-12-18T03:31:40.3890652Z Authenticated as assumedRoleId AROAUPVRELQNLLCOPFEJR:GitHubActions 2024-12-18T03:31:40.4642669Z ##[group]Run aws-actions/amazon-ecr-login@v2 2024-12-18T03:31:40.4643376Z with: 2024-12-18T03:31:40.4643811Z mask-password: true 2024-12-18T03:31:40.4644312Z registry-type: private 2024-12-18T03:31:40.4644814Z skip-logout: false 2024-12-18T03:31:40.4645251Z env: 2024-12-18T03:31:40.4645648Z GIT_DEFAULT_BRANCH: main 2024-12-18T03:31:40.4646246Z DOCKER_HOST: unix:///run/user/1307800118/docker.sock 2024-12-18T03:31:40.4647318Z GPU_FLAG: --device=/dev/mem --device=/dev/kfd --device=/dev/dri --group-add video --group-add daemon 2024-12-18T03:31:40.4648280Z AWS_DEFAULT_REGION: us-east-1 2024-12-18T03:31:40.4648817Z AWS_REGION: us-east-1 2024-12-18T03:31:40.4649950Z AWS_ACCESS_KEY_ID: *** 2024-12-18T03:31:40.4650695Z AWS_SECRET_ACCESS_KEY: *** 2024-12-18T03:31:40.4662586Z AWS_SESSION_TOKEN: *** 2024-12-18T03:31:40.4663135Z ##[endgroup] 2024-12-18T03:31:40.8159349Z Logging into registry 308535385114.dkr.ecr.us-east-1.amazonaws.com 2024-12-18T03:31:41.1459696Z ##[group]Run pytorch/test-infra/.github/actions/calculate-docker-image@release/2.6 2024-12-18T03:31:41.1460526Z with: 2024-12-18T03:31:41.1461529Z docker-image-name: 308535385114.dkr.ecr.us-east-1.amazonaws.com/pytorch/pytorch-linux-focal-rocm-n-py3:45e1356b47a284893081276eff3000b7b534f3b1 2024-12-18T03:31:41.1462659Z docker-build-dir: .ci/docker 2024-12-18T03:31:41.1463101Z working-directory: . 2024-12-18T03:31:41.1463648Z docker-registry: 308535385114.dkr.ecr.us-east-1.amazonaws.com 2024-12-18T03:31:41.1464271Z force-push: false 2024-12-18T03:31:41.1464636Z env: 2024-12-18T03:31:41.1464982Z GIT_DEFAULT_BRANCH: main 2024-12-18T03:31:41.1465488Z DOCKER_HOST: unix:///run/user/1307800118/docker.sock 2024-12-18T03:31:41.1466374Z GPU_FLAG: --device=/dev/mem --device=/dev/kfd --device=/dev/dri --group-add video --group-add daemon 2024-12-18T03:31:41.1467628Z AWS_DEFAULT_REGION: us-east-1 2024-12-18T03:31:41.1468073Z AWS_REGION: us-east-1 2024-12-18T03:31:41.1468706Z AWS_ACCESS_KEY_ID: *** 2024-12-18T03:31:41.1469307Z AWS_SECRET_ACCESS_KEY: *** 2024-12-18T03:31:41.1478868Z AWS_SESSION_TOKEN: *** 2024-12-18T03:31:41.1479272Z ##[endgroup] 2024-12-18T03:31:41.1513734Z ##[group]Run set -ex 2024-12-18T03:31:41.1514228Z set -ex 2024-12-18T03:31:41.1514582Z  2024-12-18T03:31:41.1515197Z # If the docker build directory or the build script doesn't exist, the action will 2024-12-18T03:31:41.1516203Z # gracefully return the docker image name as it is. Pulling docker image in Linux 2024-12-18T03:31:41.1517057Z # job could then download the pre-built image as usual 2024-12-18T03:31:41.1517835Z if [[ ! -d "${DOCKER_BUILD_DIR}" ]] || [[ ! -f "${DOCKER_BUILD_DIR}/build.sh" ]]; then 2024-12-18T03:31:41.1518559Z  echo "skip=true" >> "${GITHUB_OUTPUT}" 2024-12-18T03:31:41.1519244Z  echo "docker-image=${DOCKER_IMAGE_NAME}" >> "${GITHUB_OUTPUT}" 2024-12-18T03:31:41.1519883Z  2024-12-18T03:31:41.1520443Z  echo "There is no Docker build script in ${REPO_NAME} repo, skipping..." 2024-12-18T03:31:41.1521117Z  exit 0 2024-12-18T03:31:41.1521470Z else 2024-12-18T03:31:41.1521888Z  echo "skip=false" >> "${GITHUB_OUTPUT}" 2024-12-18T03:31:41.1522379Z fi 2024-12-18T03:31:41.1522716Z  2024-12-18T03:31:41.1523231Z if [[ "${DOCKER_IMAGE_NAME}" == *"${DOCKER_REGISTRY}/${REPO_NAME}"* ]]; then 2024-12-18T03:31:41.1524111Z  # The docker image name already includes the ECR prefix and tag, so we can just 2024-12-18T03:31:41.1524915Z  # use it as it is, but first let's extract the tag 2024-12-18T03:31:41.1525648Z  DOCKER_TAG=$(echo "${DOCKER_IMAGE_NAME}" | awk -F '[:,]' '{print $2}') 2024-12-18T03:31:41.1526422Z  echo "docker-tag=${DOCKER_TAG}" >> "${GITHUB_OUTPUT}" 2024-12-18T03:31:41.1527174Z  echo "docker-image=${DOCKER_IMAGE_NAME}" >> "${GITHUB_OUTPUT}" 2024-12-18T03:31:41.1527791Z else 2024-12-18T03:31:41.1528277Z  DOCKER_TAG=$(git rev-parse HEAD:"${DOCKER_BUILD_DIR}") 2024-12-18T03:31:41.1528974Z  echo "docker-tag=${DOCKER_TAG}" >> "${GITHUB_OUTPUT}" 2024-12-18T03:31:41.1529925Z  echo "docker-image=${DOCKER_REGISTRY}/${REPO_NAME}/${DOCKER_IMAGE_NAME}:${DOCKER_TAG}" >> "${GITHUB_OUTPUT}" 2024-12-18T03:31:41.1530755Z fi 2024-12-18T03:31:41.1566678Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2024-12-18T03:31:41.1567272Z env: 2024-12-18T03:31:41.1567619Z GIT_DEFAULT_BRANCH: main 2024-12-18T03:31:41.1568126Z DOCKER_HOST: unix:///run/user/1307800118/docker.sock 2024-12-18T03:31:41.1569009Z GPU_FLAG: --device=/dev/mem --device=/dev/kfd --device=/dev/dri --group-add video --group-add daemon 2024-12-18T03:31:41.1569813Z AWS_DEFAULT_REGION: us-east-1 2024-12-18T03:31:41.1570266Z AWS_REGION: us-east-1 2024-12-18T03:31:41.1570797Z AWS_ACCESS_KEY_ID: *** 2024-12-18T03:31:41.1571814Z AWS_SECRET_ACCESS_KEY: *** 2024-12-18T03:31:41.1581423Z AWS_SESSION_TOKEN: *** 2024-12-18T03:31:41.1581854Z REPO_NAME: pytorch 2024-12-18T03:31:41.1582887Z DOCKER_IMAGE_NAME: 308535385114.dkr.ecr.us-east-1.amazonaws.com/pytorch/pytorch-linux-focal-rocm-n-py3:45e1356b47a284893081276eff3000b7b534f3b1 2024-12-18T03:31:41.1583993Z DOCKER_BUILD_DIR: .ci/docker 2024-12-18T03:31:41.1584560Z DOCKER_REGISTRY: 308535385114.dkr.ecr.us-east-1.amazonaws.com 2024-12-18T03:31:41.1585144Z ##[endgroup] 2024-12-18T03:31:41.1658679Z + [[ ! -d .ci/docker ]] 2024-12-18T03:31:41.1659173Z + [[ ! -f .ci/docker/build.sh ]] 2024-12-18T03:31:41.1659628Z + echo skip=false 2024-12-18T03:31:41.1663031Z + [[ 308535385114.dkr.ecr.us-east-1.amazonaws.com/pytorch/pytorch-linux-focal-rocm-n-py3:45e1356b47a284893081276eff3000b7b534f3b1 == *\3\0\8\5\3\5\3\8\5\1\1\4\.\d\k\r\.\e\c\r\.\u\s\-\e\a\s\t\-\1\.\a\m\a\z\o\n\a\w\s\.\c\o\m\/\p\y\t\o\r\c\h* ]] 2024-12-18T03:31:41.1677992Z ++ echo 308535385114.dkr.ecr.us-east-1.amazonaws.com/pytorch/pytorch-linux-focal-rocm-n-py3:45e1356b47a284893081276eff3000b7b534f3b1 2024-12-18T03:31:41.1680624Z ++ awk -F '[:,]' '{print $2}' 2024-12-18T03:31:41.1734986Z + DOCKER_TAG=45e1356b47a284893081276eff3000b7b534f3b1 2024-12-18T03:31:41.1735642Z + echo docker-tag=45e1356b47a284893081276eff3000b7b534f3b1 2024-12-18T03:31:41.1736935Z + echo docker-image=308535385114.dkr.ecr.us-east-1.amazonaws.com/pytorch/pytorch-linux-focal-rocm-n-py3:45e1356b47a284893081276eff3000b7b534f3b1 2024-12-18T03:31:41.1802398Z ##[group]Run set +e 2024-12-18T03:31:41.1802960Z set +e 2024-12-18T03:31:41.1803377Z set -x 2024-12-18T03:31:41.1803773Z  2024-12-18T03:31:41.1804154Z login() { 2024-12-18T03:31:41.1805013Z  aws ecr get-login-password --region us-east-1 | docker login -u AWS --password-stdin "$1" 2024-12-18T03:31:41.1805913Z } 2024-12-18T03:31:41.1806276Z  2024-12-18T03:31:41.1806666Z retry () { 2024-12-18T03:31:41.1807169Z  $* || (sleep 1 && $*) || (sleep 2 && $*) 2024-12-18T03:31:41.1807714Z } 2024-12-18T03:31:41.1808079Z  2024-12-18T03:31:41.1808489Z retry login "${DOCKER_REGISTRY}" 2024-12-18T03:31:41.1809020Z  2024-12-18T03:31:41.1809402Z START_TIME=$(date +%s) 2024-12-18T03:31:41.1809918Z # Wait up to 90 minutes 2024-12-18T03:31:41.1810562Z while [[ $(( $(date +%s) - 5400 )) -lt $START_TIME ]]; do 2024-12-18T03:31:41.1811446Z  # Check if image already exists, if it does then skip building it 2024-12-18T03:31:41.1812286Z  if docker manifest inspect "${DOCKER_IMAGE}"; then 2024-12-18T03:31:41.1812911Z  exit 0 2024-12-18T03:31:41.1813323Z  fi 2024-12-18T03:31:41.1813704Z  2024-12-18T03:31:41.1814363Z  # NB: This flag is used by Docker build workflow to push the image to ECR, so we can 2024-12-18T03:31:41.1815506Z  # use this to differentiate between the Docker build and regular build jobs. For the 2024-12-18T03:31:41.1817010Z  # latter, it will wait for the Docker images to become available before continuing 2024-12-18T03:31:41.1817914Z  if [ "${DOCKER_PUSH:-false}" == "true" ]; then 2024-12-18T03:31:41.1818613Z  # It's a Docker build job, let's build the image 2024-12-18T03:31:41.1819209Z  break 2024-12-18T03:31:41.1819616Z  else 2024-12-18T03:31:41.1820226Z  # It's a regular build job, wait for the image to become available 2024-12-18T03:31:41.1820954Z  sleep 300 2024-12-18T03:31:41.1821386Z  fi 2024-12-18T03:31:41.1821762Z done 2024-12-18T03:31:41.1822125Z  2024-12-18T03:31:41.1822743Z # NB: This part requires a full checkout. Otherwise, the merge base will 2024-12-18T03:31:41.1823712Z # be empty. The default action would be to continue rebuild the image 2024-12-18T03:31:41.1825268Z if [[ "$BASE_REVISION" = "$(git rev-parse HEAD)" ]]; then 2024-12-18T03:31:41.1826242Z  # if we're on the base branch then use the parent commit 2024-12-18T03:31:41.1827072Z  MERGE_BASE=$(git rev-parse HEAD~) 2024-12-18T03:31:41.1827716Z else 2024-12-18T03:31:41.1828385Z  # otherwise we're on a PR, so use the most recent base commit 2024-12-18T03:31:41.1829243Z  MERGE_BASE=$(git merge-base HEAD "$BASE_REVISION") 2024-12-18T03:31:41.1829863Z fi 2024-12-18T03:31:41.1830231Z  2024-12-18T03:31:41.1830636Z if [[ -z "${MERGE_BASE}" ]]; then 2024-12-18T03:31:41.1831256Z  echo "rebuild=true" >> "${GITHUB_OUTPUT}" 2024-12-18T03:31:41.1831838Z  2024-12-18T03:31:41.1832639Z  echo "Finding merge base only works with full checkout, please set fetch-depth to 0, continuing ..." 2024-12-18T03:31:41.1833572Z  exit 0 2024-12-18T03:31:41.1834409Z fi 2024-12-18T03:31:41.1834855Z  2024-12-18T03:31:41.1835497Z if ! git rev-parse "${MERGE_BASE}:${DOCKER_BUILD_DIR}"; then 2024-12-18T03:31:41.1836866Z  echo "Directory '${DOCKER_BUILD_DIR}' not found in commit $MERGE_BASE, you should rebase onto a more recent commit" 2024-12-18T03:31:41.1837851Z  exit 1 2024-12-18T03:31:41.1838239Z fi 2024-12-18T03:31:41.1838593Z  2024-12-18T03:31:41.1839210Z PREVIOUS_DOCKER_TAG=$(git rev-parse "${MERGE_BASE}:${DOCKER_BUILD_DIR}") 2024-12-18T03:31:41.1840313Z # If no image exists but the hash is the same as the previous hash then we should error out here 2024-12-18T03:31:41.1841308Z if [[ "${PREVIOUS_DOCKER_TAG}" == "${DOCKER_TAG}" ]]; then 2024-12-18T03:31:41.1842472Z  echo "WARNING: Something has gone wrong and the previous image isn't available for the merge-base of your branch" 2024-12-18T03:31:41.1843773Z  echo " Will re-build docker image to store in local cache, TTS may be longer" 2024-12-18T03:31:41.1844566Z fi 2024-12-18T03:31:41.1844933Z  2024-12-18T03:31:41.1845391Z echo "rebuild=true" >> "${GITHUB_OUTPUT}" 2024-12-18T03:31:41.1884774Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2024-12-18T03:31:41.1885456Z env: 2024-12-18T03:31:41.1885841Z GIT_DEFAULT_BRANCH: main 2024-12-18T03:31:41.1886421Z DOCKER_HOST: unix:///run/user/1307800118/docker.sock 2024-12-18T03:31:41.1887429Z GPU_FLAG: --device=/dev/mem --device=/dev/kfd --device=/dev/dri --group-add video --group-add daemon 2024-12-18T03:31:41.1888346Z AWS_DEFAULT_REGION: us-east-1 2024-12-18T03:31:41.1888842Z AWS_REGION: us-east-1 2024-12-18T03:31:41.1889482Z AWS_ACCESS_KEY_ID: *** 2024-12-18T03:31:41.1890217Z AWS_SECRET_ACCESS_KEY: *** 2024-12-18T03:31:41.1901026Z AWS_SESSION_TOKEN: *** 2024-12-18T03:31:41.1901510Z DOCKER_BUILD_DIR: .ci/docker 2024-12-18T03:31:41.1902113Z BASE_REVISION: 0cdf8b1d09254cfda66191d1bd01e3041c3c76f7 2024-12-18T03:31:41.1903474Z DOCKER_IMAGE: 308535385114.dkr.ecr.us-east-1.amazonaws.com/pytorch/pytorch-linux-focal-rocm-n-py3:45e1356b47a284893081276eff3000b7b534f3b1 2024-12-18T03:31:41.1904871Z DOCKER_TAG: 45e1356b47a284893081276eff3000b7b534f3b1 2024-12-18T03:31:41.1905783Z DOCKER_REGISTRY: 308535385114.dkr.ecr.us-east-1.amazonaws.com 2024-12-18T03:31:41.1906584Z DOCKER_PUSH: 2024-12-18T03:31:41.1907062Z ##[endgroup] 2024-12-18T03:31:41.1988687Z + retry login 308535385114.dkr.ecr.us-east-1.amazonaws.com 2024-12-18T03:31:41.1989429Z + login 308535385114.dkr.ecr.us-east-1.amazonaws.com 2024-12-18T03:31:41.1996175Z + aws ecr get-login-password --region us-east-1 2024-12-18T03:31:41.2000218Z + docker login -u AWS --password-stdin 308535385114.dkr.ecr.us-east-1.amazonaws.com 2024-12-18T03:31:42.3712550Z WARNING! Your password will be stored unencrypted in /var/home/pytorchci/.docker/config.json. 2024-12-18T03:31:42.3713770Z Configure a credential helper to remove this warning. See 2024-12-18T03:31:42.3715408Z https://docs.docker.com/engine/reference/commandline/login/#credential-stores 2024-12-18T03:31:42.3716153Z 2024-12-18T03:31:42.3716599Z Login Succeeded 2024-12-18T03:31:42.3780473Z ++ date +%s 2024-12-18T03:31:42.3807547Z + START_TIME=1734492702 2024-12-18T03:31:42.3815893Z ++ date +%s 2024-12-18T03:31:42.3842118Z + [[ 1734487302 -lt 1734492702 ]] 2024-12-18T03:31:42.3843543Z + docker manifest inspect 308535385114.dkr.ecr.us-east-1.amazonaws.com/pytorch/pytorch-linux-focal-rocm-n-py3:45e1356b47a284893081276eff3000b7b534f3b1 2024-12-18T03:31:43.0612237Z { 2024-12-18T03:31:43.0612784Z "schemaVersion": 2, 2024-12-18T03:31:43.0613646Z "mediaType": "application/vnd.docker.distribution.manifest.v2+json", 2024-12-18T03:31:43.0614520Z "config": { 2024-12-18T03:31:43.0615181Z "mediaType": "application/vnd.docker.container.image.v1+json", 2024-12-18T03:31:43.0615954Z "size": 24144, 2024-12-18T03:31:43.0616895Z "digest": "sha256:07b91116eb1063321da7a63f31f1ef61d34f7dc8b7d56ec47c24f12af9f38edb" 2024-12-18T03:31:43.0618306Z }, 2024-12-18T03:31:43.0618687Z "layers": [ 2024-12-18T03:31:43.0619092Z { 2024-12-18T03:31:43.0619723Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2024-12-18T03:31:43.0620497Z "size": 28583948, 2024-12-18T03:31:43.0621273Z "digest": "sha256:86e5016c269355b382c9cabab4f6646d56d75914f20d545289970436dae431b1" 2024-12-18T03:31:43.0622103Z }, 2024-12-18T03:31:43.0622467Z { 2024-12-18T03:31:43.0623077Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2024-12-18T03:31:43.0623843Z "size": 1825, 2024-12-18T03:31:43.0624620Z "digest": "sha256:7e5cdcc8d39cbfc3cbf5fe048da71a36c2c80d4a1e184cccc8c9f02e7e076f64" 2024-12-18T03:31:43.0625504Z }, 2024-12-18T03:31:43.0625856Z { 2024-12-18T03:31:43.0626443Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2024-12-18T03:31:43.0627197Z "size": 312642362, 2024-12-18T03:31:43.0627981Z "digest": "sha256:231ab5ed5e979cc01fda602a87a43fd305466b7cc01b98a76690ffa0b716f312" 2024-12-18T03:31:43.0628841Z }, 2024-12-18T03:31:43.0629189Z { 2024-12-18T03:31:43.0629773Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2024-12-18T03:31:43.0630508Z "size": 863, 2024-12-18T03:31:43.0631259Z "digest": "sha256:fcbefe9ad79ece7f701532eae83e9de139fe1c0949a7813e55dd3a53003af9cd" 2024-12-18T03:31:43.0632130Z }, 2024-12-18T03:31:43.0632485Z { 2024-12-18T03:31:43.0633067Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2024-12-18T03:31:43.0633812Z "size": 106, 2024-12-18T03:31:43.0634566Z "digest": "sha256:af67ad6d287ebd8cbde55a749a5bbc06170aea40e4902c93cd34922e10c8c408" 2024-12-18T03:31:43.0635417Z }, 2024-12-18T03:31:43.0635765Z { 2024-12-18T03:31:43.0636485Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2024-12-18T03:31:43.0637227Z "size": 704, 2024-12-18T03:31:43.0637987Z "digest": "sha256:a87dd7b9e020ba8d0d077d74c105bbb7fe8cdd8f1e6ae0c98b84c3e2c06ace60" 2024-12-18T03:31:43.0638856Z }, 2024-12-18T03:31:43.0639210Z { 2024-12-18T03:31:43.0639796Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2024-12-18T03:31:43.0640533Z "size": 1257, 2024-12-18T03:31:43.0641283Z "digest": "sha256:aa67f5368a1ddc10ff5b57e69f4ebcf2f83e0f32dfe4648e2a21aee041f107f8" 2024-12-18T03:31:43.0642124Z }, 2024-12-18T03:31:43.0642470Z { 2024-12-18T03:31:43.0643048Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2024-12-18T03:31:43.0643780Z "size": 3708, 2024-12-18T03:31:43.0644527Z "digest": "sha256:e71aede6d46007bf2a44f7cd14800cf5486c895c0d90a0b18ea9c30e6fff4571" 2024-12-18T03:31:43.0645375Z }, 2024-12-18T03:31:43.0645730Z { 2024-12-18T03:31:43.0646317Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2024-12-18T03:31:43.0647063Z "size": 1860, 2024-12-18T03:31:43.0647797Z "digest": "sha256:ee65ff0efe5e4f68873b0389e60a87f13f1a1bb0df1178fd70e5e83e59753fab" 2024-12-18T03:31:43.0648640Z }, 2024-12-18T03:31:43.0648993Z { 2024-12-18T03:31:43.0649923Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2024-12-18T03:31:43.0650674Z "size": 701, 2024-12-18T03:31:43.0651390Z "digest": "sha256:82c83b062d947fa6269438bde3cb9af1fdf56b6945be283407336d4cc3f16676" 2024-12-18T03:31:43.0652223Z }, 2024-12-18T03:31:43.0652577Z { 2024-12-18T03:31:43.0653168Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2024-12-18T03:31:43.0653914Z "size": 2717169179, 2024-12-18T03:31:43.0654672Z "digest": "sha256:8362d69f07765b32e976c14dd6625372f9d81f263db1dc4ef06f46d99571f992" 2024-12-18T03:31:43.0655487Z }, 2024-12-18T03:31:43.0655835Z { 2024-12-18T03:31:43.0656598Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2024-12-18T03:31:43.0657337Z "size": 380, 2024-12-18T03:31:43.0658047Z "digest": "sha256:0d29ca60b09574f6c0756a7025b88000a59b1009992fa1478637f5bdc5784ad2" 2024-12-18T03:31:43.0658861Z }, 2024-12-18T03:31:43.0659213Z { 2024-12-18T03:31:43.0660142Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2024-12-18T03:31:43.0660893Z "size": 12135, 2024-12-18T03:31:43.0661616Z "digest": "sha256:6697412e0463180656f0051e70d45098fb97bbdb91515623a3ca0d0785ed26c3" 2024-12-18T03:31:43.0662434Z }, 2024-12-18T03:31:43.0662784Z { 2024-12-18T03:31:43.0663359Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2024-12-18T03:31:43.0664105Z "size": 504, 2024-12-18T03:31:43.0664830Z "digest": "sha256:3fe85e92871bbecf1a51782c8349d745adf952dabe41e4023f16496e13c89d6e" 2024-12-18T03:31:43.0665659Z }, 2024-12-18T03:31:43.0666006Z { 2024-12-18T03:31:43.0666578Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2024-12-18T03:31:43.0667316Z "size": 121477504, 2024-12-18T03:31:43.0668046Z "digest": "sha256:db8079b9a247c260d493898268f96390bcef45198f5799ea28a82894417d3409" 2024-12-18T03:31:43.0668854Z }, 2024-12-18T03:31:43.0669203Z { 2024-12-18T03:31:43.0669783Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2024-12-18T03:31:43.0670534Z "size": 109, 2024-12-18T03:31:43.0671261Z "digest": "sha256:1e1cc236bfa694641ad0d2d7fb1a76caa46f0b5364084a30d576a593cdf09838" 2024-12-18T03:31:43.0672098Z }, 2024-12-18T03:31:43.0672449Z { 2024-12-18T03:31:43.0673026Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2024-12-18T03:31:43.0673765Z "size": 489, 2024-12-18T03:31:43.0674497Z "digest": "sha256:5594c816d49f271fafd93fedc956a82586a1ddb33f6a81c6c47324b2bc675e6f" 2024-12-18T03:31:43.0675336Z }, 2024-12-18T03:31:43.0675681Z { 2024-12-18T03:31:43.0676257Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2024-12-18T03:31:43.0676991Z "size": 296, 2024-12-18T03:31:43.0677700Z "digest": "sha256:d0419af25312d587b2c3532b144859e2155c14d2ca73864f20041dd565b0c9c7" 2024-12-18T03:31:43.0678515Z }, 2024-12-18T03:31:43.0678864Z { 2024-12-18T03:31:43.0679436Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2024-12-18T03:31:43.0680179Z "size": 103, 2024-12-18T03:31:43.0680918Z "digest": "sha256:4a7e3c6b1985b14cd275d8480a86dabccb21244b38cca3771881b2f87a880a7c" 2024-12-18T03:31:43.0681745Z }, 2024-12-18T03:31:43.0682095Z { 2024-12-18T03:31:43.0682679Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2024-12-18T03:31:43.0683422Z "size": 1474, 2024-12-18T03:31:43.0684531Z "digest": "sha256:e7e49899a1507f1355d8dd6a16d5beb03f1ced22428dc3b796a8c453fba8b41d" 2024-12-18T03:31:43.0685420Z }, 2024-12-18T03:31:43.0685770Z { 2024-12-18T03:31:43.0686396Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2024-12-18T03:31:43.0687144Z "size": 430331313, 2024-12-18T03:31:43.0687902Z "digest": "sha256:907b5d385c1450d33d646dcce152dec74855431d5aa6d427f39d74f87ab7a183" 2024-12-18T03:31:43.0688743Z }, 2024-12-18T03:31:43.0689093Z { 2024-12-18T03:31:43.0689677Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2024-12-18T03:31:43.0690533Z "size": 163, 2024-12-18T03:31:43.0691822Z "digest": "sha256:e09946f27e30eab5749280587f84a64accfe85ccfaabf422c1fae010dd492cbd" 2024-12-18T03:31:43.0692867Z }, 2024-12-18T03:31:43.0693284Z { 2024-12-18T03:31:43.0693988Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2024-12-18T03:31:43.0694829Z "size": 1640, 2024-12-18T03:31:43.0695553Z "digest": "sha256:7294a9f24454fce9dc046e77ab28a73149429dde57793009bb3223eb424713de" 2024-12-18T03:31:43.0696718Z }, 2024-12-18T03:31:43.0697089Z { 2024-12-18T03:31:43.0697701Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2024-12-18T03:31:43.0698471Z "size": 7880578701, 2024-12-18T03:31:43.0699270Z "digest": "sha256:5cbdd1d7b36d7b6e2d6428e2857ec4f8614e3becbdb0ec6e3b64f3cf63584e59" 2024-12-18T03:31:43.0700196Z }, 2024-12-18T03:31:43.0700627Z { 2024-12-18T03:31:43.0701332Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2024-12-18T03:31:43.0702211Z "size": 105, 2024-12-18T03:31:43.0703358Z "digest": "sha256:f528471f2fcaa24ae54a666344201877b06d22561708fd21987ac10c0873d6a0" 2024-12-18T03:31:43.0704189Z }, 2024-12-18T03:31:43.0704548Z { 2024-12-18T03:31:43.0705133Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2024-12-18T03:31:43.0705881Z "size": 1116, 2024-12-18T03:31:43.0706599Z "digest": "sha256:e1276511038b9b5b700d3a69400a0692e260be884871347905717fbec3009ced" 2024-12-18T03:31:43.0707406Z }, 2024-12-18T03:31:43.0707753Z { 2024-12-18T03:31:43.0708360Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2024-12-18T03:31:43.0709128Z "size": 318568913, 2024-12-18T03:31:43.0709905Z "digest": "sha256:f3d817e0be62e96a38e3a6596705a35dfa864a2658a4d4e92890f192eaa1103e" 2024-12-18T03:31:43.0710757Z }, 2024-12-18T03:31:43.0711111Z { 2024-12-18T03:31:43.0711707Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2024-12-18T03:31:43.0712450Z "size": 111, 2024-12-18T03:31:43.0713209Z "digest": "sha256:babfeddb429861eef35685a83ff84f1b120f8eda1b6a1c552453065dc0bd6cb3" 2024-12-18T03:31:43.0714075Z }, 2024-12-18T03:31:43.0714432Z { 2024-12-18T03:31:43.0715023Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2024-12-18T03:31:43.0715762Z "size": 1555, 2024-12-18T03:31:43.0716504Z "digest": "sha256:e00cbec1ecdd51cc9b1b2471a6bf61f3e93cc03540114c13375e35cb48169f90" 2024-12-18T03:31:43.0717358Z }, 2024-12-18T03:31:43.0717713Z { 2024-12-18T03:31:43.0718287Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2024-12-18T03:31:43.0719021Z "size": 107, 2024-12-18T03:31:43.0719744Z "digest": "sha256:60175e320c6277d6be778429e32b3dd271c508af81bb52bdfec8c5c6edb55a66" 2024-12-18T03:31:43.0720586Z }, 2024-12-18T03:31:43.0720931Z { 2024-12-18T03:31:43.0721508Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2024-12-18T03:31:43.0722239Z "size": 166, 2024-12-18T03:31:43.0722969Z "digest": "sha256:e4fd8cd3183ce9d5e635650cd867e61f68b6edc31b37e605f9c038a2064e42c0" 2024-12-18T03:31:43.0723810Z }, 2024-12-18T03:31:43.0724156Z { 2024-12-18T03:31:43.0724741Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2024-12-18T03:31:43.0725480Z "size": 2842293, 2024-12-18T03:31:43.0726211Z "digest": "sha256:f79cba221c4638d554fcf21bde3a813a5ddd7d4900f5928e43c92c9307e9d58d" 2024-12-18T03:31:43.0727043Z }, 2024-12-18T03:31:43.0727388Z { 2024-12-18T03:31:43.0727958Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2024-12-18T03:31:43.0728690Z "size": 107, 2024-12-18T03:31:43.0729411Z "digest": "sha256:e425c457ab3e0a6637feed1c3ef95776f4c43fc59336a9da4e0a7f19858529c2" 2024-12-18T03:31:43.0730248Z }, 2024-12-18T03:31:43.0730607Z { 2024-12-18T03:31:43.0731179Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2024-12-18T03:31:43.0731910Z "size": 566, 2024-12-18T03:31:43.0732646Z "digest": "sha256:6d2cbef9a0f53dff8893f40509e211ffe284a5d8fb4e03923b9c9646b06ad2e7" 2024-12-18T03:31:43.0733490Z }, 2024-12-18T03:31:43.0733851Z { 2024-12-18T03:31:43.0734762Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2024-12-18T03:31:43.0735511Z "size": 43195564, 2024-12-18T03:31:43.0736383Z "digest": "sha256:2c4472ad27f9258eee43c37d8fdd0ec0db693fc1d33d03902c90d85850a2fa74" 2024-12-18T03:31:43.0737240Z }, 2024-12-18T03:31:43.0737585Z { 2024-12-18T03:31:43.0738164Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2024-12-18T03:31:43.0738897Z "size": 106, 2024-12-18T03:31:43.0739621Z "digest": "sha256:48ffbd6d25729ef5a8cbfc2950686efcd5cc5854803572b079a40e7d59b81481" 2024-12-18T03:31:43.0740448Z }, 2024-12-18T03:31:43.0740798Z { 2024-12-18T03:31:43.0741385Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2024-12-18T03:31:43.0742121Z "size": 295, 2024-12-18T03:31:43.0742848Z "digest": "sha256:cf56c8fabbc0842e7f589f295894c2b6eb980e7f5ec8f2232b8c105f503a46e5" 2024-12-18T03:31:43.0743686Z }, 2024-12-18T03:31:43.0744025Z { 2024-12-18T03:31:43.0744993Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2024-12-18T03:31:43.0745728Z "size": 88293, 2024-12-18T03:31:43.0746451Z "digest": "sha256:b1c0b18891861b71d1c07dfb5e1063225b3ee635b5cf8d088bc62755ae2a3140" 2024-12-18T03:31:43.0747275Z }, 2024-12-18T03:31:43.0747615Z { 2024-12-18T03:31:43.0748186Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2024-12-18T03:31:43.0748919Z "size": 106, 2024-12-18T03:31:43.0749643Z "digest": "sha256:3021fd4a208aeeab27bda896abedaba113f2a3845b3b037c57f855a429bcd61a" 2024-12-18T03:31:43.0750498Z }, 2024-12-18T03:31:43.0750848Z { 2024-12-18T03:31:43.0751417Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2024-12-18T03:31:43.0752149Z "size": 1402, 2024-12-18T03:31:43.0752892Z "digest": "sha256:a6f5eec4a2df539ca39d87dfd6ba37ef1c60304eda99ed48b657823b8b5a83aa" 2024-12-18T03:31:43.0753741Z }, 2024-12-18T03:31:43.0754088Z { 2024-12-18T03:31:43.0754664Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2024-12-18T03:31:43.0755405Z "size": 701, 2024-12-18T03:31:43.0756135Z "digest": "sha256:82c83b062d947fa6269438bde3cb9af1fdf56b6945be283407336d4cc3f16676" 2024-12-18T03:31:43.0756957Z }, 2024-12-18T03:31:43.0757298Z { 2024-12-18T03:31:43.0757860Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2024-12-18T03:31:43.0758584Z "size": 137, 2024-12-18T03:31:43.0759315Z "digest": "sha256:89e8bdba21ffada6ab13d8b625b5349b0cc0398741ffd1c5155fdea44633255a" 2024-12-18T03:31:43.0760158Z }, 2024-12-18T03:31:43.0760496Z { 2024-12-18T03:31:43.0761066Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2024-12-18T03:31:43.0761795Z "size": 120, 2024-12-18T03:31:43.0762512Z "digest": "sha256:7239a56eb3344ab4d10ba3a41fc1e7af5559c747ee876bb8660f0237ed85a2f0" 2024-12-18T03:31:43.0763344Z }, 2024-12-18T03:31:43.0763686Z { 2024-12-18T03:31:43.0764254Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2024-12-18T03:31:43.0764998Z "size": 5014581981, 2024-12-18T03:31:43.0765749Z "digest": "sha256:22093b6a474afa19ed0f46a0491aa69688d1f0b3954fb7614a8f8e2538f90a43" 2024-12-18T03:31:43.0766566Z }, 2024-12-18T03:31:43.0766916Z { 2024-12-18T03:31:43.0767492Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2024-12-18T03:31:43.0768222Z "size": 174, 2024-12-18T03:31:43.0768945Z "digest": "sha256:48aa755f3a17db6703cc7bff22b93fe216ee7f1112fb2e8330c2e1f7737822c2" 2024-12-18T03:31:43.0769776Z }, 2024-12-18T03:31:43.0770121Z { 2024-12-18T03:31:43.0770693Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2024-12-18T03:31:43.0771423Z "size": 209, 2024-12-18T03:31:43.0772127Z "digest": "sha256:789ba2fe5a5187199259980262efd9e420b90ff489372e2cd60c98470a3db40d" 2024-12-18T03:31:43.0772949Z }, 2024-12-18T03:31:43.0773292Z { 2024-12-18T03:31:43.0773861Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2024-12-18T03:31:43.0774589Z "size": 701, 2024-12-18T03:31:43.0775321Z "digest": "sha256:82c83b062d947fa6269438bde3cb9af1fdf56b6945be283407336d4cc3f16676" 2024-12-18T03:31:43.0776562Z }, 2024-12-18T03:31:43.0776924Z { 2024-12-18T03:31:43.0777497Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2024-12-18T03:31:43.0778224Z "size": 633, 2024-12-18T03:31:43.0778924Z "digest": "sha256:e2e30e00626e69012828cfe72a0d31832f6ff31805e36d44356537d5f7fcb9ba" 2024-12-18T03:31:43.0779732Z }, 2024-12-18T03:31:43.0780072Z { 2024-12-18T03:31:43.0780640Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2024-12-18T03:31:43.0781373Z "size": 296742339, 2024-12-18T03:31:43.0782111Z "digest": "sha256:c631a2525143e662e72b9b97c2e87b09a43a1038995e76b403dad6ba88966e41" 2024-12-18T03:31:43.0782916Z }, 2024-12-18T03:31:43.0783254Z { 2024-12-18T03:31:43.0783826Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2024-12-18T03:31:43.0784564Z "size": 1932, 2024-12-18T03:31:43.0785291Z "digest": "sha256:08d3deeeb0fbaac4992048b95790661de095ddd8925926cfa2f2ec217bf4e0f7" 2024-12-18T03:31:43.0786479Z }, 2024-12-18T03:31:43.0786827Z { 2024-12-18T03:31:43.0787414Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2024-12-18T03:31:43.0788143Z "size": 15983403, 2024-12-18T03:31:43.0788894Z "digest": "sha256:f098b0de0dbe9076c39d2aa97b15a08de76d7c33be71cc1069255184e8716618" 2024-12-18T03:31:43.0789723Z }, 2024-12-18T03:31:43.0790070Z { 2024-12-18T03:31:43.0790643Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2024-12-18T03:31:43.0791373Z "size": 54145664, 2024-12-18T03:31:43.0792104Z "digest": "sha256:4e73d9ed9f9510302a97c5ce44701037bd8453e91d3dbe54738434120cf00300" 2024-12-18T03:31:43.0792927Z } 2024-12-18T03:31:43.0793271Z ] 2024-12-18T03:31:43.0793624Z } 2024-12-18T03:31:43.0793995Z + exit 0 2024-12-18T03:31:43.0844445Z ##[group]Run set -eux 2024-12-18T03:31:43.0844894Z set -eux 2024-12-18T03:31:43.0846246Z aws secretsmanager get-secret-value --secret-id docker_hub_readonly_token | jq --raw-output '.SecretString' | jq -r .docker_hub_readonly_token | docker login --username pytorchbot --password-stdin 2024-12-18T03:31:43.0882572Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2024-12-18T03:31:43.0883194Z env: 2024-12-18T03:31:43.0883536Z GIT_DEFAULT_BRANCH: main 2024-12-18T03:31:43.0884062Z DOCKER_HOST: unix:///run/user/1307800118/docker.sock 2024-12-18T03:31:43.0884967Z GPU_FLAG: --device=/dev/mem --device=/dev/kfd --device=/dev/dri --group-add video --group-add daemon 2024-12-18T03:31:43.0885775Z AWS_DEFAULT_REGION: us-east-1 2024-12-18T03:31:43.0886228Z AWS_REGION: us-east-1 2024-12-18T03:31:43.0886858Z AWS_ACCESS_KEY_ID: *** 2024-12-18T03:31:43.0887458Z AWS_SECRET_ACCESS_KEY: *** 2024-12-18T03:31:43.0897274Z AWS_SESSION_TOKEN: *** 2024-12-18T03:31:43.0897706Z ##[endgroup] 2024-12-18T03:31:43.0983268Z + aws secretsmanager get-secret-value --secret-id docker_hub_readonly_token 2024-12-18T03:31:43.0985768Z + jq --raw-output .SecretString 2024-12-18T03:31:43.0989397Z + jq -r .docker_hub_readonly_token 2024-12-18T03:31:43.0993997Z + docker login --username pytorchbot --password-stdin 2024-12-18T03:31:43.9232018Z 2024-12-18T03:31:43.9234560Z An error occurred (AccessDeniedException) when calling the GetSecretValue operation: User: arn:aws:sts::308535385114:assumed-role/gha_workflow_s3_and_ecr_read_only/GitHubActions is not authorized to perform: secretsmanager:GetSecretValue on resource: docker_hub_readonly_token because no identity-based policy allows the secretsmanager:GetSecretValue action 2024-12-18T03:31:44.0465435Z Error: Cannot perform an interactive login from a non TTY device 2024-12-18T03:31:44.0541589Z ##[error]Process completed with exit code 1. 2024-12-18T03:31:44.0698698Z ##[group]Run pytorch/test-infra/.github/actions/pull-docker-image@release/2.6 2024-12-18T03:31:44.0699561Z with: 2024-12-18T03:31:44.0700662Z docker-image: 308535385114.dkr.ecr.us-east-1.amazonaws.com/pytorch/pytorch-linux-focal-rocm-n-py3:45e1356b47a284893081276eff3000b7b534f3b1 2024-12-18T03:31:44.0702098Z docker-registry: 308535385114.dkr.ecr.us-east-1.amazonaws.com 2024-12-18T03:31:44.0702776Z env: 2024-12-18T03:31:44.0703166Z GIT_DEFAULT_BRANCH: main 2024-12-18T03:31:44.0703740Z DOCKER_HOST: unix:///run/user/1307800118/docker.sock 2024-12-18T03:31:44.0704758Z GPU_FLAG: --device=/dev/mem --device=/dev/kfd --device=/dev/dri --group-add video --group-add daemon 2024-12-18T03:31:44.0705691Z AWS_DEFAULT_REGION: us-east-1 2024-12-18T03:31:44.0706188Z AWS_REGION: us-east-1 2024-12-18T03:31:44.0706898Z AWS_ACCESS_KEY_ID: *** 2024-12-18T03:31:44.0707581Z AWS_SECRET_ACCESS_KEY: *** 2024-12-18T03:31:44.0718283Z AWS_SESSION_TOKEN: *** 2024-12-18T03:31:44.0718792Z ##[endgroup] 2024-12-18T03:31:44.0748849Z ##[group]Run set -x 2024-12-18T03:31:44.0749304Z set -x 2024-12-18T03:31:44.0749662Z set +e 2024-12-18T03:31:44.0750004Z  2024-12-18T03:31:44.0750332Z login() { 2024-12-18T03:31:44.0751565Z  aws ecr get-login-password --region us-east-1 | docker login -u AWS --password-stdin "$1" 2024-12-18T03:31:44.0752350Z } 2024-12-18T03:31:44.0752686Z  2024-12-18T03:31:44.0753020Z retry () { 2024-12-18T03:31:44.0753437Z  $* || (sleep 1 && $*) || (sleep 2 && $*) 2024-12-18T03:31:44.0753918Z } 2024-12-18T03:31:44.0754244Z  2024-12-18T03:31:44.0754609Z retry login "${DOCKER_REGISTRY}" 2024-12-18T03:31:44.0755079Z  2024-12-18T03:31:44.0755397Z set -e 2024-12-18T03:31:44.0755921Z # ignore output since only exit code is used for conditional 2024-12-18T03:31:44.0756683Z # only pull docker image if it's not available locally 2024-12-18T03:31:44.0757518Z if ! docker inspect --type=image "${DOCKER_IMAGE}" >/dev/null 2>/dev/null; then 2024-12-18T03:31:44.0758283Z  retry docker pull "${DOCKER_IMAGE}" 2024-12-18T03:31:44.0758772Z fi 2024-12-18T03:31:44.0794431Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2024-12-18T03:31:44.0795036Z env: 2024-12-18T03:31:44.0795378Z GIT_DEFAULT_BRANCH: main 2024-12-18T03:31:44.0795885Z DOCKER_HOST: unix:///run/user/1307800118/docker.sock 2024-12-18T03:31:44.0796769Z GPU_FLAG: --device=/dev/mem --device=/dev/kfd --device=/dev/dri --group-add video --group-add daemon 2024-12-18T03:31:44.0797579Z AWS_DEFAULT_REGION: us-east-1 2024-12-18T03:31:44.0798026Z AWS_REGION: us-east-1 2024-12-18T03:31:44.0798548Z AWS_ACCESS_KEY_ID: *** 2024-12-18T03:31:44.0799149Z AWS_SECRET_ACCESS_KEY: *** 2024-12-18T03:31:44.0808573Z AWS_SESSION_TOKEN: *** 2024-12-18T03:31:44.0809615Z DOCKER_IMAGE: 308535385114.dkr.ecr.us-east-1.amazonaws.com/pytorch/pytorch-linux-focal-rocm-n-py3:45e1356b47a284893081276eff3000b7b534f3b1 2024-12-18T03:31:44.0810827Z DOCKER_REGISTRY: 308535385114.dkr.ecr.us-east-1.amazonaws.com 2024-12-18T03:31:44.0811436Z ##[endgroup] 2024-12-18T03:31:44.0887997Z + set +e 2024-12-18T03:31:44.0888693Z + retry login 308535385114.dkr.ecr.us-east-1.amazonaws.com 2024-12-18T03:31:44.0889509Z + login 308535385114.dkr.ecr.us-east-1.amazonaws.com 2024-12-18T03:31:44.0897792Z + aws ecr get-login-password --region us-east-1 2024-12-18T03:31:44.0901265Z + docker login -u AWS --password-stdin 308535385114.dkr.ecr.us-east-1.amazonaws.com 2024-12-18T03:31:45.2684420Z WARNING! Your password will be stored unencrypted in /var/home/pytorchci/.docker/config.json. 2024-12-18T03:31:45.2685560Z Configure a credential helper to remove this warning. See 2024-12-18T03:31:45.2686593Z https://docs.docker.com/engine/reference/commandline/login/#credential-stores 2024-12-18T03:31:45.2687291Z 2024-12-18T03:31:45.2693258Z Login Succeeded 2024-12-18T03:31:45.2750003Z + set -e 2024-12-18T03:31:45.2751290Z + docker inspect --type=image 308535385114.dkr.ecr.us-east-1.amazonaws.com/pytorch/pytorch-linux-focal-rocm-n-py3:45e1356b47a284893081276eff3000b7b534f3b1 2024-12-18T03:31:45.3235459Z Prepare all required actions 2024-12-18T03:31:45.3236250Z Getting action download info 2024-12-18T03:31:45.5058564Z Download action repository 'seemethere/download-artifact-s3@v4' (SHA:1da556a7aa0a088e3153970611f6c432d58e80e6) 2024-12-18T03:31:46.0481608Z Download action repository 'actions/download-artifact@v4' (SHA:fa0a91b85d4f404e444e00e005971372dc801d16) 2024-12-18T03:31:46.6389532Z ##[group]Run ./.github/actions/download-build-artifacts 2024-12-18T03:31:46.6390206Z with: 2024-12-18T03:31:46.6390649Z name: linux-focal-rocm6.2-py3.10 2024-12-18T03:31:46.6391218Z s3-bucket: gha-artifacts 2024-12-18T03:31:46.6391688Z env: 2024-12-18T03:31:46.6392086Z GIT_DEFAULT_BRANCH: main 2024-12-18T03:31:46.6392657Z DOCKER_HOST: unix:///run/user/1307800118/docker.sock 2024-12-18T03:31:46.6393725Z GPU_FLAG: --device=/dev/mem --device=/dev/kfd --device=/dev/dri --group-add video --group-add daemon 2024-12-18T03:31:46.6394688Z AWS_DEFAULT_REGION: us-east-1 2024-12-18T03:31:46.6395269Z AWS_REGION: us-east-1 2024-12-18T03:31:46.6396416Z AWS_ACCESS_KEY_ID: *** 2024-12-18T03:31:46.6397147Z AWS_SECRET_ACCESS_KEY: *** 2024-12-18T03:31:46.6408627Z AWS_SESSION_TOKEN: *** 2024-12-18T03:31:46.6409125Z ##[endgroup] 2024-12-18T03:31:46.6463160Z ##[group]Run seemethere/download-artifact-s3@v4 2024-12-18T03:31:46.6463702Z with: 2024-12-18T03:31:46.6464082Z name: linux-focal-rocm6.2-py3.10 2024-12-18T03:31:46.6464562Z s3-bucket: gha-artifacts 2024-12-18T03:31:46.6464980Z region: us-east-1 2024-12-18T03:31:46.6465334Z env: 2024-12-18T03:31:46.6465661Z GIT_DEFAULT_BRANCH: main 2024-12-18T03:31:46.6466158Z DOCKER_HOST: unix:///run/user/1307800118/docker.sock 2024-12-18T03:31:46.6467083Z GPU_FLAG: --device=/dev/mem --device=/dev/kfd --device=/dev/dri --group-add video --group-add daemon 2024-12-18T03:31:46.6467926Z AWS_DEFAULT_REGION: us-east-1 2024-12-18T03:31:46.6468370Z AWS_REGION: us-east-1 2024-12-18T03:31:46.6468890Z AWS_ACCESS_KEY_ID: *** 2024-12-18T03:31:46.6469499Z AWS_SECRET_ACCESS_KEY: *** 2024-12-18T03:31:46.6479105Z AWS_SESSION_TOKEN: *** 2024-12-18T03:31:46.6479532Z ##[endgroup] 2024-12-18T03:31:47.1899656Z (node:731070) NOTE: We are formalizing our plans to enter AWS SDK for JavaScript (v2) into maintenance mode in 2023. 2024-12-18T03:31:47.1900534Z 2024-12-18T03:31:47.1900892Z Please migrate your code to use AWS SDK for JavaScript (v3). 2024-12-18T03:31:47.1901822Z For more information, check the migration guide at https://a.co/7PzMCcy 2024-12-18T03:31:47.1902795Z (Use `node --trace-warnings ...` to show where the warning was created) 2024-12-18T03:31:47.3431105Z Found 1 objects with prefix pytorch/pytorch/12383255523/linux-focal-rocm6.2-py3.10/ 2024-12-18T03:31:47.3432506Z Starting download (1/1): /var/home/pytorchci/actions-runner/_work/pytorch/pytorch/artifacts.zip 2024-12-18T03:32:17.9041580Z Finished download (1/1): /var/home/pytorchci/actions-runner/_work/pytorch/pytorch/artifacts.zip 2024-12-18T03:32:17.9053067Z Artifact download has finished successfully 2024-12-18T03:32:17.9663309Z ##[group]Run unzip -o artifacts.zip 2024-12-18T03:32:17.9664112Z unzip -o artifacts.zip 2024-12-18T03:32:17.9705936Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2024-12-18T03:32:17.9706636Z env: 2024-12-18T03:32:17.9707030Z GIT_DEFAULT_BRANCH: main 2024-12-18T03:32:17.9707621Z DOCKER_HOST: unix:///run/user/1307800118/docker.sock 2024-12-18T03:32:17.9708670Z GPU_FLAG: --device=/dev/mem --device=/dev/kfd --device=/dev/dri --group-add video --group-add daemon 2024-12-18T03:32:17.9709608Z AWS_DEFAULT_REGION: us-east-1 2024-12-18T03:32:17.9710119Z AWS_REGION: us-east-1 2024-12-18T03:32:17.9710724Z AWS_ACCESS_KEY_ID: *** 2024-12-18T03:32:17.9711549Z AWS_SECRET_ACCESS_KEY: *** 2024-12-18T03:32:17.9722591Z AWS_SESSION_TOKEN: *** 2024-12-18T03:32:17.9723056Z ##[endgroup] 2024-12-18T03:32:17.9839722Z Archive: artifacts.zip 2024-12-18T03:32:17.9841350Z creating: dist/ 2024-12-18T03:32:21.1125826Z inflating: dist/torch-2.6.0a0+git0cdf8b1-cp310-cp310-linux_x86_64.whl 2024-12-18T03:32:21.1272252Z inflating: dist/.ninja_log 2024-12-18T03:32:21.1276336Z creating: build/custom_test_artifacts/ 2024-12-18T03:32:21.1277228Z creating: build/custom_test_artifacts/custom-op-build/ 2024-12-18T03:32:21.1278210Z creating: build/custom_test_artifacts/custom-op-build/CMakeFiles/ 2024-12-18T03:32:21.1279314Z creating: build/custom_test_artifacts/custom-op-build/CMakeFiles/pkgRedirects/ 2024-12-18T03:32:21.1280614Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/CMakeConfigureLog.yaml 2024-12-18T03:32:21.1281828Z creating: build/custom_test_artifacts/custom-op-build/CMakeFiles/3.26.4/ 2024-12-18T03:32:21.1283046Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/3.26.4/CMakeSystem.cmake 2024-12-18T03:32:21.1284353Z creating: build/custom_test_artifacts/custom-op-build/CMakeFiles/3.26.4/CompilerIdC/ 2024-12-18T03:32:21.1285641Z creating: build/custom_test_artifacts/custom-op-build/CMakeFiles/3.26.4/CompilerIdC/tmp/ 2024-12-18T03:32:21.1287075Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/3.26.4/CompilerIdC/CMakeCCompilerId.c 2024-12-18T03:32:21.1289226Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/3.26.4/CompilerIdC/a.out 2024-12-18T03:32:21.1290486Z creating: build/custom_test_artifacts/custom-op-build/CMakeFiles/3.26.4/CompilerIdCXX/ 2024-12-18T03:32:21.1291763Z creating: build/custom_test_artifacts/custom-op-build/CMakeFiles/3.26.4/CompilerIdCXX/tmp/ 2024-12-18T03:32:21.1293258Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/3.26.4/CompilerIdCXX/CMakeCXXCompilerId.cpp 2024-12-18T03:32:21.1294777Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/3.26.4/CompilerIdCXX/a.out 2024-12-18T03:32:21.1296244Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/3.26.4/CMakeDetermineCompilerABI_C.bin 2024-12-18T03:32:21.1298026Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/3.26.4/CMakeCCompiler.cmake 2024-12-18T03:32:21.1299577Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/3.26.4/CMakeDetermineCompilerABI_CXX.bin 2024-12-18T03:32:21.1301097Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/3.26.4/CMakeCXXCompiler.cmake 2024-12-18T03:32:21.1302368Z creating: build/custom_test_artifacts/custom-op-build/CMakeFiles/CMakeScratch/ 2024-12-18T03:32:21.1303461Z creating: build/custom_test_artifacts/custom-op-build/CMakeFiles/CMakeTmp/ 2024-12-18T03:32:21.1304605Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/cmake.check_cache 2024-12-18T03:32:21.1305784Z creating: build/custom_test_artifacts/custom-op-build/CMakeFiles/custom_ops.dir/ 2024-12-18T03:32:21.1307097Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/custom_ops.dir/compiler_depend.ts 2024-12-18T03:32:21.1308580Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/custom_ops.dir/compiler_depend.make 2024-12-18T03:32:21.1310012Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/custom_ops.dir/depend.make 2024-12-18T03:32:21.1311355Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/custom_ops.dir/link.txt 2024-12-18T03:32:21.1312722Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/custom_ops.dir/cmake_clean.cmake 2024-12-18T03:32:21.1314117Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/custom_ops.dir/build.make 2024-12-18T03:32:21.1315499Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/custom_ops.dir/DependInfo.cmake 2024-12-18T03:32:21.1316867Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/custom_ops.dir/flags.make 2024-12-18T03:32:21.1318210Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/custom_ops.dir/progress.make 2024-12-18T03:32:21.1325069Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/custom_ops.dir/op.cpp.o.d 2024-12-18T03:32:21.1482845Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/custom_ops.dir/op.cpp.o 2024-12-18T03:32:21.1484201Z creating: build/custom_test_artifacts/custom-op-build/CMakeFiles/test_custom_ops.dir/ 2024-12-18T03:32:21.1485612Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/test_custom_ops.dir/compiler_depend.ts 2024-12-18T03:32:21.1487184Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/test_custom_ops.dir/compiler_depend.make 2024-12-18T03:32:21.1488685Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/test_custom_ops.dir/depend.make 2024-12-18T03:32:21.1490103Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/test_custom_ops.dir/link.txt 2024-12-18T03:32:21.1491555Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/test_custom_ops.dir/cmake_clean.cmake 2024-12-18T03:32:21.1493019Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/test_custom_ops.dir/build.make 2024-12-18T03:32:21.1494464Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/test_custom_ops.dir/DependInfo.cmake 2024-12-18T03:32:21.1496254Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/test_custom_ops.dir/flags.make 2024-12-18T03:32:21.1497856Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/test_custom_ops.dir/progress.make 2024-12-18T03:32:21.1511476Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/test_custom_ops.dir/test_custom_ops.cpp.o.d 2024-12-18T03:32:21.1602035Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/test_custom_ops.dir/test_custom_ops.cpp.o 2024-12-18T03:32:21.1603624Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/CMakeDirectoryInformation.cmake 2024-12-18T03:32:21.1605059Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/TargetDirectories.txt 2024-12-18T03:32:21.1606342Z extracting: build/custom_test_artifacts/custom-op-build/CMakeFiles/progress.marks 2024-12-18T03:32:21.1607532Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/Makefile2 2024-12-18T03:32:21.1608679Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/Makefile.cmake 2024-12-18T03:32:21.1609799Z inflating: build/custom_test_artifacts/custom-op-build/hip_new_types.cc 2024-12-18T03:32:21.1610858Z inflating: build/custom_test_artifacts/custom-op-build/CMakeCache.txt 2024-12-18T03:32:21.1611874Z inflating: build/custom_test_artifacts/custom-op-build/Makefile 2024-12-18T03:32:21.1612893Z inflating: build/custom_test_artifacts/custom-op-build/cmake_install.cmake 2024-12-18T03:32:21.1738708Z inflating: build/custom_test_artifacts/custom-op-build/libcustom_ops.so 2024-12-18T03:32:21.1805744Z inflating: build/custom_test_artifacts/custom-op-build/test_custom_ops 2024-12-18T03:32:21.1806702Z creating: build/custom_test_artifacts/jit-hook-build/ 2024-12-18T03:32:21.1807573Z creating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/ 2024-12-18T03:32:21.1808605Z creating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/pkgRedirects/ 2024-12-18T03:32:21.1810902Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/CMakeConfigureLog.yaml 2024-12-18T03:32:21.1812078Z creating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/3.26.4/ 2024-12-18T03:32:21.1813217Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/3.26.4/CMakeSystem.cmake 2024-12-18T03:32:21.1814462Z creating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/3.26.4/CompilerIdC/ 2024-12-18T03:32:21.1815676Z creating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/3.26.4/CompilerIdC/tmp/ 2024-12-18T03:32:21.1817198Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/3.26.4/CompilerIdC/CMakeCCompilerId.c 2024-12-18T03:32:21.1818627Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/3.26.4/CompilerIdC/a.out 2024-12-18T03:32:21.1820275Z creating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/3.26.4/CompilerIdCXX/ 2024-12-18T03:32:21.1821572Z creating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/3.26.4/CompilerIdCXX/tmp/ 2024-12-18T03:32:21.1823050Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/3.26.4/CompilerIdCXX/CMakeCXXCompilerId.cpp 2024-12-18T03:32:21.1824534Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/3.26.4/CompilerIdCXX/a.out 2024-12-18T03:32:21.1826052Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/3.26.4/CMakeDetermineCompilerABI_C.bin 2024-12-18T03:32:21.1827523Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/3.26.4/CMakeCCompiler.cmake 2024-12-18T03:32:21.1829003Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/3.26.4/CMakeDetermineCompilerABI_CXX.bin 2024-12-18T03:32:21.1830511Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/3.26.4/CMakeCXXCompiler.cmake 2024-12-18T03:32:21.1831781Z creating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/CMakeScratch/ 2024-12-18T03:32:21.1833221Z creating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/CMakeTmp/ 2024-12-18T03:32:21.1834354Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/cmake.check_cache 2024-12-18T03:32:21.1835540Z creating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/test_jit_hooks.dir/ 2024-12-18T03:32:21.1836887Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/test_jit_hooks.dir/compiler_depend.ts 2024-12-18T03:32:21.1838437Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/test_jit_hooks.dir/compiler_depend.make 2024-12-18T03:32:21.1839926Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/test_jit_hooks.dir/depend.make 2024-12-18T03:32:21.1841288Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/test_jit_hooks.dir/link.txt 2024-12-18T03:32:21.1842717Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/test_jit_hooks.dir/cmake_clean.cmake 2024-12-18T03:32:21.1844146Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/test_jit_hooks.dir/build.make 2024-12-18T03:32:21.1845568Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/test_jit_hooks.dir/DependInfo.cmake 2024-12-18T03:32:21.1846993Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/test_jit_hooks.dir/flags.make 2024-12-18T03:32:21.1848379Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/test_jit_hooks.dir/progress.make 2024-12-18T03:32:21.1857114Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/test_jit_hooks.dir/test_jit_hooks.cpp.o.d 2024-12-18T03:32:21.1926552Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/test_jit_hooks.dir/test_jit_hooks.cpp.o 2024-12-18T03:32:21.1928104Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/CMakeDirectoryInformation.cmake 2024-12-18T03:32:21.1929514Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/TargetDirectories.txt 2024-12-18T03:32:21.1930784Z extracting: build/custom_test_artifacts/jit-hook-build/CMakeFiles/progress.marks 2024-12-18T03:32:21.1931950Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/Makefile2 2024-12-18T03:32:21.1933093Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/Makefile.cmake 2024-12-18T03:32:21.1934195Z inflating: build/custom_test_artifacts/jit-hook-build/hip_new_types.cc 2024-12-18T03:32:21.1935233Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeCache.txt 2024-12-18T03:32:21.1936202Z inflating: build/custom_test_artifacts/jit-hook-build/Makefile 2024-12-18T03:32:21.1937517Z inflating: build/custom_test_artifacts/jit-hook-build/cmake_install.cmake 2024-12-18T03:32:21.1986527Z inflating: build/custom_test_artifacts/jit-hook-build/test_jit_hooks 2024-12-18T03:32:21.1987957Z creating: build/custom_test_artifacts/custom-backend-build/ 2024-12-18T03:32:21.1988946Z creating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/ 2024-12-18T03:32:21.1990095Z creating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/pkgRedirects/ 2024-12-18T03:32:21.1991734Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/CMakeConfigureLog.yaml 2024-12-18T03:32:21.1993033Z creating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/3.26.4/ 2024-12-18T03:32:21.1994303Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/3.26.4/CMakeSystem.cmake 2024-12-18T03:32:21.1995663Z creating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/3.26.4/CompilerIdC/ 2024-12-18T03:32:21.1997002Z creating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/3.26.4/CompilerIdC/tmp/ 2024-12-18T03:32:21.1998499Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/3.26.4/CompilerIdC/CMakeCCompilerId.c 2024-12-18T03:32:21.2000054Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/3.26.4/CompilerIdC/a.out 2024-12-18T03:32:21.2001749Z creating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/3.26.4/CompilerIdCXX/ 2024-12-18T03:32:21.2003096Z creating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/3.26.4/CompilerIdCXX/tmp/ 2024-12-18T03:32:21.2004674Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/3.26.4/CompilerIdCXX/CMakeCXXCompilerId.cpp 2024-12-18T03:32:21.2006271Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/3.26.4/CompilerIdCXX/a.out 2024-12-18T03:32:21.2007822Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/3.26.4/CMakeDetermineCompilerABI_C.bin 2024-12-18T03:32:21.2009396Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/3.26.4/CMakeCCompiler.cmake 2024-12-18T03:32:21.2010985Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/3.26.4/CMakeDetermineCompilerABI_CXX.bin 2024-12-18T03:32:21.2012589Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/3.26.4/CMakeCXXCompiler.cmake 2024-12-18T03:32:21.2013943Z creating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/CMakeScratch/ 2024-12-18T03:32:21.2015105Z creating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/CMakeTmp/ 2024-12-18T03:32:21.2016615Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/cmake.check_cache 2024-12-18T03:32:21.2017910Z creating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/custom_backend.dir/ 2024-12-18T03:32:21.2019389Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/custom_backend.dir/compiler_depend.ts 2024-12-18T03:32:21.2021040Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/custom_backend.dir/compiler_depend.make 2024-12-18T03:32:21.2022638Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/custom_backend.dir/depend.make 2024-12-18T03:32:21.2024133Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/custom_backend.dir/link.txt 2024-12-18T03:32:21.2025704Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/custom_backend.dir/cmake_clean.cmake 2024-12-18T03:32:21.2027271Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/custom_backend.dir/build.make 2024-12-18T03:32:21.2028823Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/custom_backend.dir/DependInfo.cmake 2024-12-18T03:32:21.2030359Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/custom_backend.dir/flags.make 2024-12-18T03:32:21.2031879Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/custom_backend.dir/progress.make 2024-12-18T03:32:21.2033519Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/custom_backend.dir/custom_backend.cpp.o.d 2024-12-18T03:32:21.2154027Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/custom_backend.dir/custom_backend.cpp.o 2024-12-18T03:32:21.2155627Z creating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/test_custom_backend.dir/ 2024-12-18T03:32:21.2157187Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/test_custom_backend.dir/compiler_depend.ts 2024-12-18T03:32:21.2158922Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/test_custom_backend.dir/compiler_depend.make 2024-12-18T03:32:21.2160587Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/test_custom_backend.dir/depend.make 2024-12-18T03:32:21.2162176Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/test_custom_backend.dir/link.txt 2024-12-18T03:32:21.2163785Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/test_custom_backend.dir/cmake_clean.cmake 2024-12-18T03:32:21.2165422Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/test_custom_backend.dir/build.make 2024-12-18T03:32:21.2167377Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/test_custom_backend.dir/DependInfo.cmake 2024-12-18T03:32:21.2169002Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/test_custom_backend.dir/flags.make 2024-12-18T03:32:21.2170598Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/test_custom_backend.dir/progress.make 2024-12-18T03:32:21.2182688Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/test_custom_backend.dir/test_custom_backend.cpp.o.d 2024-12-18T03:32:21.2242912Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/test_custom_backend.dir/test_custom_backend.cpp.o 2024-12-18T03:32:21.2244661Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/CMakeDirectoryInformation.cmake 2024-12-18T03:32:21.2246192Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/TargetDirectories.txt 2024-12-18T03:32:21.2247561Z extracting: build/custom_test_artifacts/custom-backend-build/CMakeFiles/progress.marks 2024-12-18T03:32:21.2248813Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/Makefile2 2024-12-18T03:32:21.2250022Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/Makefile.cmake 2024-12-18T03:32:21.2251213Z inflating: build/custom_test_artifacts/custom-backend-build/hip_new_types.cc 2024-12-18T03:32:21.2252320Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeCache.txt 2024-12-18T03:32:21.2253390Z inflating: build/custom_test_artifacts/custom-backend-build/Makefile 2024-12-18T03:32:21.2254477Z inflating: build/custom_test_artifacts/custom-backend-build/cmake_install.cmake 2024-12-18T03:32:21.2357868Z inflating: build/custom_test_artifacts/custom-backend-build/libcustom_backend.so 2024-12-18T03:32:21.2403338Z inflating: build/custom_test_artifacts/custom-backend-build/test_custom_backend 2024-12-18T03:32:21.2404238Z creating: build/lib/ 2024-12-18T03:32:21.2498647Z inflating: build/lib/libprotobuf-lite.a 2024-12-18T03:32:21.2509127Z inflating: build/lib/libpthreadpool.a 2024-12-18T03:32:21.2517448Z inflating: build/lib/libcpuinfo.a 2024-12-18T03:32:21.2525718Z inflating: build/lib/libcpuinfo_internals.a 2024-12-18T03:32:21.3014150Z inflating: build/lib/libprotobuf.a 2024-12-18T03:32:21.3553334Z inflating: build/lib/libprotoc.a 2024-12-18T03:32:21.3554285Z inflating: build/lib/libclog.a 2024-12-18T03:32:21.3574553Z inflating: build/lib/libpytorch_qnnpack.a 2024-12-18T03:32:21.3576809Z inflating: build/lib/libnnpack_reference_layers.a 2024-12-18T03:32:21.3596066Z inflating: build/lib/libnnpack.a 2024-12-18T03:32:21.3794624Z inflating: build/lib/libmicrokernels-prod.a 2024-12-18T03:32:21.4715782Z inflating: build/lib/libmicrokernels-all.a 2024-12-18T03:32:21.4789127Z inflating: build/lib/libgtest.a 2024-12-18T03:32:21.4808353Z inflating: build/lib/libgmock.a 2024-12-18T03:32:21.4808989Z inflating: build/lib/libgmock_main.a 2024-12-18T03:32:21.4809577Z inflating: build/lib/libgtest_main.a 2024-12-18T03:32:21.4889104Z inflating: build/lib/libbenchmark.a 2024-12-18T03:32:21.4889726Z inflating: build/lib/libbenchmark_main.a 2024-12-18T03:32:21.4984242Z inflating: build/lib/libXNNPACK.a 2024-12-18T03:32:21.4992149Z inflating: build/lib/libittnotify.a 2024-12-18T03:32:21.5059479Z inflating: build/lib/libasmjit.a 2024-12-18T03:32:21.6422347Z inflating: build/lib/libfbgemm.a 2024-12-18T03:32:21.6451407Z inflating: build/lib/libtensorpipe_uv.a 2024-12-18T03:32:21.7071154Z inflating: build/lib/libtensorpipe.a 2024-12-18T03:32:21.7116626Z inflating: build/lib/libonnx_proto.a 2024-12-18T03:32:21.7238222Z inflating: build/lib/libgloo.a 2024-12-18T03:32:21.7660327Z inflating: build/lib/libgloo_hip.a 2024-12-18T03:32:21.8448145Z inflating: build/lib/libonnx.a 2024-12-18T03:32:21.8470030Z inflating: build/lib/libfmt.a 2024-12-18T03:32:21.8817890Z inflating: build/lib/libkineto.a 2024-12-18T03:32:22.9961397Z inflating: build/lib/libdnnl.a 2024-12-18T03:32:23.0066192Z inflating: build/lib/libc10.so 2024-12-18T03:32:23.0067479Z inflating: build/lib/libtorch_global_deps.so 2024-12-18T03:32:23.0118026Z inflating: build/lib/libc10_hip.so 2024-12-18T03:32:23.0119555Z inflating: build/lib/libcaffe2_nvrtc.so 2024-12-18T03:32:25.6897722Z inflating: build/lib/libtorch_cpu.so 2024-12-18T03:32:25.6902663Z inflating: build/lib/libunbox_lib.a 2024-12-18T03:32:25.6906815Z inflating: build/lib/libshm.so 2024-12-18T03:32:27.0971141Z inflating: build/lib/libtorch_hip.so 2024-12-18T03:32:27.0972165Z inflating: build/lib/libtorch.so 2024-12-18T03:32:27.0993538Z inflating: build/lib/libjitbackend_test.so 2024-12-18T03:32:27.1019521Z inflating: build/lib/libbackend_with_compiler.so 2024-12-18T03:32:27.1093693Z inflating: build/lib/libtorchbind_test.so 2024-12-18T03:32:27.1120206Z inflating: build/lib/libaoti_custom_ops.so 2024-12-18T03:32:27.3311504Z inflating: build/lib/libtorch_python.so 2024-12-18T03:32:27.3347790Z inflating: build/lib/libnnapi_backend.so 2024-12-18T03:32:27.3348397Z creating: build/bin/ 2024-12-18T03:32:27.3348870Z creating: build/bin/CMakeFiles/ 2024-12-18T03:32:27.3349446Z inflating: build/bin/cmake_install.cmake 2024-12-18T03:32:27.3350064Z inflating: build/bin/CTestTestfile.cmake 2024-12-18T03:32:27.3821013Z inflating: build/bin/protoc-3.13.0.0 2024-12-18T03:32:27.4290575Z inflating: build/bin/protoc 2024-12-18T03:32:27.4346899Z inflating: build/bin/c10_CompileTimeFunctionPointer_test 2024-12-18T03:32:27.4404572Z inflating: build/bin/c10_DeviceGuard_test 2024-12-18T03:32:27.4462443Z inflating: build/bin/c10_Device_test 2024-12-18T03:32:27.4528258Z inflating: build/bin/c10_DispatchKeySet_test 2024-12-18T03:32:27.4587839Z inflating: build/bin/c10_Scalar_test 2024-12-18T03:32:27.4642563Z inflating: build/bin/c10_StreamGuard_test 2024-12-18T03:32:27.4699600Z inflating: build/bin/c10_SymInt_test 2024-12-18T03:32:27.4760115Z inflating: build/bin/c10_InlineDeviceGuard_test 2024-12-18T03:32:27.4822777Z inflating: build/bin/c10_SizesAndStrides_test 2024-12-18T03:32:27.4885033Z inflating: build/bin/c10_InlineStreamGuard_test 2024-12-18T03:32:27.4940452Z inflating: build/bin/c10_ArrayRef_test 2024-12-18T03:32:27.4995369Z inflating: build/bin/c10_ConstexprCrc_test 2024-12-18T03:32:27.5073270Z inflating: build/bin/c10_cow_test 2024-12-18T03:32:27.5132354Z inflating: build/bin/c10_Bitset_test 2024-12-18T03:32:27.5188223Z inflating: build/bin/c10_DeadlockDetection_test 2024-12-18T03:32:27.5245230Z inflating: build/bin/c10_Half_test 2024-12-18T03:32:27.5308033Z inflating: build/bin/c10_LeftRight_test 2024-12-18T03:32:27.5369402Z inflating: build/bin/c10_Metaprogramming_test 2024-12-18T03:32:27.5426134Z inflating: build/bin/c10_Synchronized_test 2024-12-18T03:32:27.5484913Z inflating: build/bin/c10_NetworkFlow_test 2024-12-18T03:32:27.5546805Z inflating: build/bin/c10_ThreadLocal_test 2024-12-18T03:32:27.5604403Z inflating: build/bin/c10_TypeIndex_test 2024-12-18T03:32:27.5661871Z inflating: build/bin/c10_TypeList_test 2024-12-18T03:32:27.5716506Z inflating: build/bin/c10_TypeTraits_test 2024-12-18T03:32:27.5774404Z inflating: build/bin/c10_accumulate_test 2024-12-18T03:32:27.5836750Z inflating: build/bin/c10_bfloat16_test 2024-12-18T03:32:27.5893328Z inflating: build/bin/c10_bit_cast_test 2024-12-18T03:32:27.5956780Z inflating: build/bin/c10_complex_math_test 2024-12-18T03:32:27.6018129Z inflating: build/bin/c10_complex_test 2024-12-18T03:32:27.6073764Z inflating: build/bin/c10_error_test 2024-12-18T03:32:27.6132697Z inflating: build/bin/c10_exception_test 2024-12-18T03:32:27.6189435Z inflating: build/bin/c10_flags_test 2024-12-18T03:32:27.6245872Z inflating: build/bin/c10_generic_math_test 2024-12-18T03:32:27.6305540Z inflating: build/bin/c10_lazy_test 2024-12-18T03:32:27.6362371Z inflating: build/bin/c10_irange_test 2024-12-18T03:32:27.6426136Z inflating: build/bin/c10_logging_test 2024-12-18T03:32:27.6608727Z inflating: build/bin/c10_intrusive_ptr_test 2024-12-18T03:32:27.6693060Z inflating: build/bin/c10_optional_test 2024-12-18T03:32:27.6762510Z inflating: build/bin/c10_ordered_preserving_dict_test 2024-12-18T03:32:27.6822276Z inflating: build/bin/c10_registry_test 2024-12-18T03:32:27.6880006Z inflating: build/bin/c10_ssize_test 2024-12-18T03:32:27.7050304Z inflating: build/bin/c10_small_vector_test 2024-12-18T03:32:27.7108076Z inflating: build/bin/c10_string_util_test 2024-12-18T03:32:27.7174722Z inflating: build/bin/c10_string_view_test 2024-12-18T03:32:27.7236853Z inflating: build/bin/c10_typeid_test 2024-12-18T03:32:27.7293627Z inflating: build/bin/c10_tempfile_test 2024-12-18T03:32:27.7344600Z inflating: build/bin/c10_intrusive_ptr_benchmark 2024-12-18T03:32:27.7399434Z inflating: build/bin/c10_hip_HIPAssertionsTest_1_var_test 2024-12-18T03:32:27.7453876Z inflating: build/bin/c10_hip_HIPAssertionsTest_catches_stream 2024-12-18T03:32:27.7508849Z inflating: build/bin/c10_hip_HIPAssertionsTest_catches_thread_and_block_and_device 2024-12-18T03:32:27.7563447Z inflating: build/bin/c10_hip_HIPAssertionsTest_from_2_processes 2024-12-18T03:32:27.7618266Z inflating: build/bin/c10_hip_HIPAssertionsTest_multiple_writes_from_blocks_and_threads 2024-12-18T03:32:27.7672718Z inflating: build/bin/c10_hip_HIPAssertionsTest_multiple_writes_from_multiple_blocks 2024-12-18T03:32:27.7727297Z inflating: build/bin/c10_hip_HIPAssertionsTest_multiple_writes_from_same_block 2024-12-18T03:32:27.7782532Z inflating: build/bin/c10_hip_HIPTest 2024-12-18T03:32:27.8209268Z inflating: build/bin/vec_test_all_types_DEFAULT 2024-12-18T03:32:27.8646745Z inflating: build/bin/vec_test_all_types_AVX512 2024-12-18T03:32:27.9099836Z inflating: build/bin/vec_test_all_types_AVX2 2024-12-18T03:32:27.9159593Z inflating: build/bin/test_edge_op_registration 2024-12-18T03:32:27.9219045Z inflating: build/bin/BackoffTest 2024-12-18T03:32:27.9278039Z inflating: build/bin/FileStoreTest 2024-12-18T03:32:27.9339926Z inflating: build/bin/TCPStoreTest 2024-12-18T03:32:27.9399004Z inflating: build/bin/HashStoreTest 2024-12-18T03:32:27.9472226Z inflating: build/bin/ProcessGroupGlooTest 2024-12-18T03:32:27.9475006Z inflating: build/bin/example_allreduce 2024-12-18T03:32:27.9537623Z inflating: build/bin/static_runtime_bench 2024-12-18T03:32:27.9811546Z inflating: build/bin/static_runtime_test 2024-12-18T03:32:27.9893873Z inflating: build/bin/Dict_test 2024-12-18T03:32:27.9948561Z inflating: build/bin/hip_half_test 2024-12-18T03:32:28.0006797Z inflating: build/bin/Dimname_test 2024-12-18T03:32:28.0078937Z inflating: build/bin/MaybeOwned_test 2024-12-18T03:32:28.0143895Z inflating: build/bin/NamedTensor_test 2024-12-18T03:32:28.0209030Z inflating: build/bin/apply_utils_test 2024-12-18T03:32:28.0275309Z inflating: build/bin/atest 2024-12-18T03:32:28.0345173Z inflating: build/bin/basic 2024-12-18T03:32:28.0406666Z inflating: build/bin/broadcast_test 2024-12-18T03:32:28.0463999Z inflating: build/bin/cpu_allocator_test 2024-12-18T03:32:28.0529481Z inflating: build/bin/cpu_generator_test 2024-12-18T03:32:28.0589677Z inflating: build/bin/cpu_profiling_allocator_test 2024-12-18T03:32:28.0691420Z inflating: build/bin/cpu_rng_test 2024-12-18T03:32:28.0747550Z inflating: build/bin/dispatch_key_set_test 2024-12-18T03:32:28.0804454Z inflating: build/bin/dlconvertor_test 2024-12-18T03:32:28.0869129Z inflating: build/bin/extension_backend_test 2024-12-18T03:32:28.0931007Z inflating: build/bin/half_test 2024-12-18T03:32:28.1036126Z inflating: build/bin/ivalue_test 2024-12-18T03:32:28.1091673Z inflating: build/bin/lazy_tensor_test 2024-12-18T03:32:28.1152119Z inflating: build/bin/memory_format_test 2024-12-18T03:32:28.1212383Z inflating: build/bin/math_kernel_test 2024-12-18T03:32:28.1269613Z inflating: build/bin/operator_name_test 2024-12-18T03:32:28.1328850Z inflating: build/bin/memory_overlapping_test 2024-12-18T03:32:28.1388327Z inflating: build/bin/mobile_memory_cleanup 2024-12-18T03:32:28.1450824Z inflating: build/bin/native_test 2024-12-18T03:32:28.1508676Z inflating: build/bin/operators_test 2024-12-18T03:32:28.1566655Z inflating: build/bin/packedtensoraccessor_test 2024-12-18T03:32:28.1641185Z inflating: build/bin/pow_test 2024-12-18T03:32:28.1705207Z inflating: build/bin/quantized_test 2024-12-18T03:32:28.1762515Z inflating: build/bin/reportMemoryUsage_test 2024-12-18T03:32:28.1818349Z inflating: build/bin/reduce_ops_test 2024-12-18T03:32:28.1882170Z inflating: build/bin/scalar_tensor_test 2024-12-18T03:32:28.1939830Z inflating: build/bin/StorageUtils_test 2024-12-18T03:32:28.1998591Z inflating: build/bin/stride_properties_test 2024-12-18T03:32:28.2064683Z inflating: build/bin/scalar_test 2024-12-18T03:32:28.2153064Z inflating: build/bin/tensor_iterator_test 2024-12-18T03:32:28.2213805Z inflating: build/bin/test_parallel 2024-12-18T03:32:28.2275915Z inflating: build/bin/type_ptr_test 2024-12-18T03:32:28.2278703Z inflating: build/bin/thread_init_test 2024-12-18T03:32:28.2337527Z inflating: build/bin/undefined_tensor_test 2024-12-18T03:32:28.2404444Z inflating: build/bin/type_test 2024-12-18T03:32:28.2405855Z inflating: build/bin/verify_api_visibility 2024-12-18T03:32:28.2483569Z inflating: build/bin/legacy_vmap_test 2024-12-18T03:32:28.2541480Z inflating: build/bin/wrapdim_test 2024-12-18T03:32:28.2599200Z inflating: build/bin/weakref_test 2024-12-18T03:32:28.2665779Z inflating: build/bin/IListRef_test 2024-12-18T03:32:28.2784189Z inflating: build/bin/List_test 2024-12-18T03:32:28.2841906Z inflating: build/bin/xla_tensor_test 2024-12-18T03:32:28.2915919Z inflating: build/bin/KernelFunction_test 2024-12-18T03:32:28.3048828Z inflating: build/bin/kernel_function_legacy_test 2024-12-18T03:32:28.3154944Z inflating: build/bin/kernel_function_test 2024-12-18T03:32:28.3295241Z inflating: build/bin/kernel_lambda_legacy_test 2024-12-18T03:32:28.3409953Z inflating: build/bin/kernel_lambda_test 2024-12-18T03:32:28.3477935Z inflating: build/bin/kernel_stackbased_test 2024-12-18T03:32:28.3583579Z inflating: build/bin/make_boxed_from_unboxed_functor_test 2024-12-18T03:32:28.3638236Z inflating: build/bin/op_allowlist_test 2024-12-18T03:32:28.3696025Z inflating: build/bin/CppSignature_test 2024-12-18T03:32:28.3758546Z inflating: build/bin/backend_fallback_test 2024-12-18T03:32:28.4087429Z inflating: build/bin/op_registration_test 2024-12-18T03:32:28.4158422Z inflating: build/bin/inline_container_test 2024-12-18T03:32:28.4214021Z inflating: build/bin/hip_complex_math_test 2024-12-18T03:32:28.4272529Z inflating: build/bin/hip_apply_test 2024-12-18T03:32:28.4327419Z inflating: build/bin/hip_complex_test 2024-12-18T03:32:28.4382058Z inflating: build/bin/hip_distributions_test 2024-12-18T03:32:28.4437078Z inflating: build/bin/hip_generator_test 2024-12-18T03:32:28.4491578Z inflating: build/bin/hip_integer_divider_test 2024-12-18T03:32:28.4549049Z inflating: build/bin/hip_dlconvertor_test 2024-12-18T03:32:28.4604272Z inflating: build/bin/hip_optional_test 2024-12-18T03:32:28.4659516Z inflating: build/bin/hip_packedtensoraccessor_test 2024-12-18T03:32:28.4714072Z inflating: build/bin/hip_vectorized_test 2024-12-18T03:32:28.5332975Z inflating: build/bin/test_jit 2024-12-18T03:32:28.6185644Z inflating: build/bin/test_tensorexpr 2024-12-18T03:32:28.6200703Z inflating: build/bin/tutorial_tensorexpr 2024-12-18T03:32:28.6262232Z inflating: build/bin/test_dist_autograd 2024-12-18T03:32:28.6338670Z inflating: build/bin/test_cpp_rpc 2024-12-18T03:32:28.6341423Z inflating: build/bin/parallel_benchmark 2024-12-18T03:32:28.6351113Z inflating: build/bin/aot_model_compiler_test 2024-12-18T03:32:28.7608223Z inflating: build/bin/test_api 2024-12-18T03:32:28.7682515Z inflating: build/bin/test_mobile_nnc 2024-12-18T03:32:28.8060585Z inflating: build/bin/test_lazy 2024-12-18T03:32:28.8064933Z inflating: build/bin/torch_shm_manager 2024-12-18T03:32:28.8065548Z creating: .additional_ci_files/ 2024-12-18T03:32:28.8161272Z inflating: .additional_ci_files/test-times.json 2024-12-18T03:32:28.8539037Z inflating: .additional_ci_files/test-class-times.json 2024-12-18T03:32:28.8603911Z ##[group]Run rm artifacts.zip 2024-12-18T03:32:28.8604517Z rm artifacts.zip 2024-12-18T03:32:28.8647385Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2024-12-18T03:32:28.8648126Z env: 2024-12-18T03:32:28.8648542Z GIT_DEFAULT_BRANCH: main 2024-12-18T03:32:28.8649182Z DOCKER_HOST: unix:///run/user/1307800118/docker.sock 2024-12-18T03:32:28.8650265Z GPU_FLAG: --device=/dev/mem --device=/dev/kfd --device=/dev/dri --group-add video --group-add daemon 2024-12-18T03:32:28.8651233Z AWS_DEFAULT_REGION: us-east-1 2024-12-18T03:32:28.8651771Z AWS_REGION: us-east-1 2024-12-18T03:32:28.8652429Z AWS_ACCESS_KEY_ID: *** 2024-12-18T03:32:28.8653145Z AWS_SECRET_ACCESS_KEY: *** 2024-12-18T03:32:28.8664867Z AWS_SESSION_TOKEN: *** 2024-12-18T03:32:28.8665362Z ##[endgroup] 2024-12-18T03:32:29.0791670Z ##[group]Run df -H 2024-12-18T03:32:29.0792244Z df -H 2024-12-18T03:32:29.0832880Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2024-12-18T03:32:29.0833690Z env: 2024-12-18T03:32:29.0834123Z GIT_DEFAULT_BRANCH: main 2024-12-18T03:32:29.0834710Z DOCKER_HOST: unix:///run/user/1307800118/docker.sock 2024-12-18T03:32:29.0835721Z GPU_FLAG: --device=/dev/mem --device=/dev/kfd --device=/dev/dri --group-add video --group-add daemon 2024-12-18T03:32:29.0836671Z AWS_DEFAULT_REGION: us-east-1 2024-12-18T03:32:29.0837184Z AWS_REGION: us-east-1 2024-12-18T03:32:29.0837831Z AWS_ACCESS_KEY_ID: *** 2024-12-18T03:32:29.0838511Z AWS_SECRET_ACCESS_KEY: *** 2024-12-18T03:32:29.0849316Z AWS_SESSION_TOKEN: *** 2024-12-18T03:32:29.0849796Z ##[endgroup] 2024-12-18T03:32:29.0986890Z Filesystem Size Used Avail Use% Mounted on 2024-12-18T03:32:29.0987771Z tmpfs 109G 33M 109G 1% /run 2024-12-18T03:32:29.0988576Z /dev/nvme0n1p2 944G 65G 832G 8% / 2024-12-18T03:32:29.0989345Z tmpfs 542G 33k 542G 1% /dev/shm 2024-12-18T03:32:29.0990073Z tmpfs 5.3M 0 5.3M 0% /run/lock 2024-12-18T03:32:29.0990833Z /dev/nvme0n1p1 536M 6.4M 530M 2% /boot/efi 2024-12-18T03:32:29.0992179Z /dev/nvme1n1p1 3.8T 640G 3.0T 18% /media/4TB 2024-12-18T03:32:29.0993229Z tmpfs 109G 33k 109G 1% /run/user/1307800118 2024-12-18T03:32:29.0994211Z 172.18.148.8:/export/amd2 5.5T 260G 5.3T 5% /mnt 2024-12-18T03:32:29.0995594Z pure1.jax.cs.cpe.ice.amd.com:/homes/amd-pytorch 108G 468M 107G 1% /home/amd-pytorch 2024-12-18T03:32:29.0996724Z pure2.jax.cs.cpe.ice.amd.com:/GroupStorage 110T 72T 39T 65% /groups 2024-12-18T03:32:29.0997742Z pure2.jax.cs.cpe.ice.amd.com:/GroupStorage/Scratch 5.5T 375G 5.2T 7% /scratch 2024-12-18T03:32:29.0998814Z pure1.jax.cs.cpe.ice.amd.com:/homes/okakarpa 108G 137M 108G 1% /home/okakarpa 2024-12-18T03:32:29.1055951Z pure1.jax.cs.cpe.ice.amd.com:/homes/mkunredd 108G 1.1M 108G 1% /home/mkunredd 2024-12-18T03:32:29.1057683Z pure1.jax.cs.cpe.ice.amd.com:/homes/rkarhila 108G 66G 42G 62% /home/rkarhila 2024-12-18T03:32:29.1122980Z Prepare all required actions 2024-12-18T03:32:29.1123675Z Getting action download info 2024-12-18T03:32:29.2779088Z ##[group]Run ./.github/actions/download-td-artifacts 2024-12-18T03:32:29.2779714Z with: 2024-12-18T03:32:29.2780070Z env: 2024-12-18T03:32:29.2780444Z GIT_DEFAULT_BRANCH: main 2024-12-18T03:32:29.2781002Z DOCKER_HOST: unix:///run/user/1307800118/docker.sock 2024-12-18T03:32:29.2781990Z GPU_FLAG: --device=/dev/mem --device=/dev/kfd --device=/dev/dri --group-add video --group-add daemon 2024-12-18T03:32:29.2782895Z AWS_DEFAULT_REGION: us-east-1 2024-12-18T03:32:29.2783396Z AWS_REGION: us-east-1 2024-12-18T03:32:29.2783983Z AWS_ACCESS_KEY_ID: *** 2024-12-18T03:32:29.2784663Z AWS_SECRET_ACCESS_KEY: *** 2024-12-18T03:32:29.2795395Z AWS_SESSION_TOKEN: *** 2024-12-18T03:32:29.2795854Z ##[endgroup] 2024-12-18T03:32:29.2849681Z ##[group]Run seemethere/download-artifact-s3@v4 2024-12-18T03:32:29.2850275Z with: 2024-12-18T03:32:29.2850651Z name: td_results 2024-12-18T03:32:29.2851122Z s3-bucket: gha-artifacts 2024-12-18T03:32:29.2851597Z region: us-east-1 2024-12-18T03:32:29.2852003Z env: 2024-12-18T03:32:29.2852376Z GIT_DEFAULT_BRANCH: main 2024-12-18T03:32:29.2852927Z DOCKER_HOST: unix:///run/user/1307800118/docker.sock 2024-12-18T03:32:29.2853909Z GPU_FLAG: --device=/dev/mem --device=/dev/kfd --device=/dev/dri --group-add video --group-add daemon 2024-12-18T03:32:29.2854811Z AWS_DEFAULT_REGION: us-east-1 2024-12-18T03:32:29.2855310Z AWS_REGION: us-east-1 2024-12-18T03:32:29.2855955Z AWS_ACCESS_KEY_ID: *** 2024-12-18T03:32:29.2857071Z AWS_SECRET_ACCESS_KEY: *** 2024-12-18T03:32:29.2867576Z AWS_SESSION_TOKEN: *** 2024-12-18T03:32:29.2867979Z ##[endgroup] 2024-12-18T03:32:29.8019452Z (node:731141) NOTE: We are formalizing our plans to enter AWS SDK for JavaScript (v2) into maintenance mode in 2023. 2024-12-18T03:32:29.8020411Z 2024-12-18T03:32:29.8020795Z Please migrate your code to use AWS SDK for JavaScript (v3). 2024-12-18T03:32:29.8021813Z For more information, check the migration guide at https://a.co/7PzMCcy 2024-12-18T03:32:29.8022847Z (Use `node --trace-warnings ...` to show where the warning was created) 2024-12-18T03:32:29.9290122Z Found 0 objects with prefix pytorch/pytorch/12383255523/td_results/ 2024-12-18T03:32:29.9295823Z Artifact download has finished successfully 2024-12-18T03:32:29.9665821Z ##[group]Run mkdir -p .additional_ci_files 2024-12-18T03:32:29.9666518Z mkdir -p .additional_ci_files 2024-12-18T03:32:29.9667275Z mv td_results.json .additional_ci_files/td_results.json || true 2024-12-18T03:32:29.9704092Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2024-12-18T03:32:29.9704785Z env: 2024-12-18T03:32:29.9705177Z GIT_DEFAULT_BRANCH: main 2024-12-18T03:32:29.9705765Z DOCKER_HOST: unix:///run/user/1307800118/docker.sock 2024-12-18T03:32:29.9706785Z GPU_FLAG: --device=/dev/mem --device=/dev/kfd --device=/dev/dri --group-add video --group-add daemon 2024-12-18T03:32:29.9707749Z AWS_DEFAULT_REGION: us-east-1 2024-12-18T03:32:29.9708309Z AWS_REGION: us-east-1 2024-12-18T03:32:29.9709003Z AWS_ACCESS_KEY_ID: *** 2024-12-18T03:32:29.9709823Z AWS_SECRET_ACCESS_KEY: *** 2024-12-18T03:32:29.9717516Z AWS_SESSION_TOKEN: *** 2024-12-18T03:32:29.9717802Z ##[endgroup] 2024-12-18T03:32:29.9865288Z mv: cannot stat 'td_results.json': No such file or directory 2024-12-18T03:32:29.9931240Z ##[group]Run .github/scripts/parse_ref.py 2024-12-18T03:32:29.9931990Z .github/scripts/parse_ref.py 2024-12-18T03:32:29.9976856Z shell: /usr/bin/bash -e {0} 2024-12-18T03:32:29.9977459Z env: 2024-12-18T03:32:29.9977884Z GIT_DEFAULT_BRANCH: main 2024-12-18T03:32:29.9978518Z DOCKER_HOST: unix:///run/user/1307800118/docker.sock 2024-12-18T03:32:29.9979638Z GPU_FLAG: --device=/dev/mem --device=/dev/kfd --device=/dev/dri --group-add video --group-add daemon 2024-12-18T03:32:29.9980658Z AWS_DEFAULT_REGION: us-east-1 2024-12-18T03:32:29.9981203Z AWS_REGION: us-east-1 2024-12-18T03:32:29.9981836Z AWS_ACCESS_KEY_ID: *** 2024-12-18T03:32:29.9982562Z AWS_SECRET_ACCESS_KEY: *** 2024-12-18T03:32:29.9994644Z AWS_SESSION_TOKEN: *** 2024-12-18T03:32:29.9995671Z ##[endgroup] 2024-12-18T03:32:30.0554816Z Prepare all required actions 2024-12-18T03:32:30.0614025Z ##[group]Run ./.github/actions/get-workflow-job-id 2024-12-18T03:32:30.0614704Z with: 2024-12-18T03:32:30.0615461Z github-token: *** 2024-12-18T03:32:30.0615949Z env: 2024-12-18T03:32:30.0616519Z GIT_DEFAULT_BRANCH: main 2024-12-18T03:32:30.0617150Z DOCKER_HOST: unix:///run/user/1307800118/docker.sock 2024-12-18T03:32:30.0618226Z GPU_FLAG: --device=/dev/mem --device=/dev/kfd --device=/dev/dri --group-add video --group-add daemon 2024-12-18T03:32:30.0619224Z AWS_DEFAULT_REGION: us-east-1 2024-12-18T03:32:30.0619765Z AWS_REGION: us-east-1 2024-12-18T03:32:30.0620366Z AWS_ACCESS_KEY_ID: *** 2024-12-18T03:32:30.0621112Z AWS_SECRET_ACCESS_KEY: *** 2024-12-18T03:32:30.0632450Z AWS_SESSION_TOKEN: *** 2024-12-18T03:32:30.0632960Z ##[endgroup] 2024-12-18T03:32:30.0663978Z ##[group]Run set -eux 2024-12-18T03:32:30.0664504Z set -eux 2024-12-18T03:32:30.0665403Z python3 .github/scripts/get_workflow_job_id.py "${GITHUB_RUN_ID}" "${RUNNER_NAME}" 2024-12-18T03:32:30.0705353Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2024-12-18T03:32:30.0706080Z env: 2024-12-18T03:32:30.0706494Z GIT_DEFAULT_BRANCH: main 2024-12-18T03:32:30.0707107Z DOCKER_HOST: unix:///run/user/1307800118/docker.sock 2024-12-18T03:32:30.0708175Z GPU_FLAG: --device=/dev/mem --device=/dev/kfd --device=/dev/dri --group-add video --group-add daemon 2024-12-18T03:32:30.0709149Z AWS_DEFAULT_REGION: us-east-1 2024-12-18T03:32:30.0709691Z AWS_REGION: us-east-1 2024-12-18T03:32:30.0710274Z AWS_ACCESS_KEY_ID: *** 2024-12-18T03:32:30.0710989Z AWS_SECRET_ACCESS_KEY: *** 2024-12-18T03:32:30.0722355Z AWS_SESSION_TOKEN: *** 2024-12-18T03:32:30.0723073Z GITHUB_TOKEN: *** 2024-12-18T03:32:30.0723524Z ##[endgroup] 2024-12-18T03:32:30.0804670Z + python3 .github/scripts/get_workflow_job_id.py 12383255523 gpu948c.jax.cs.cpe.ice.amd.com 2024-12-18T03:32:30.4530593Z setting job-id=34566638935 2024-12-18T03:32:30.4531579Z setting job-name=rocm6.2-py3.10-inductor / test (inductor, 1, 2, linux.rocm.gpu.2) 2024-12-18T03:32:30.4804198Z Prepare all required actions 2024-12-18T03:32:30.4804662Z Getting action download info 2024-12-18T03:32:30.6522042Z ##[group]Run ./.github/actions/filter-test-configs 2024-12-18T03:32:30.6522435Z with: 2024-12-18T03:32:30.6522905Z github-token: *** 2024-12-18T03:32:30.6523676Z test-matrix: {"include": [{"config": "inductor", "shard": 1, "num_shards": 2, "runner": "linux.rocm.gpu.2"}, {"config": "inductor", "shard": 2, "num_shards": 2, "runner": "linux.rocm.gpu.2"}]} 2024-12-18T03:32:30.6524626Z job-name: rocm6.2-py3.10-inductor / test (inductor, 1, 2, linux.rocm.gpu.2) 2024-12-18T03:32:30.6525101Z env: 2024-12-18T03:32:30.6525363Z GIT_DEFAULT_BRANCH: main 2024-12-18T03:32:30.6525719Z DOCKER_HOST: unix:///run/user/1307800118/docker.sock 2024-12-18T03:32:30.6526331Z GPU_FLAG: --device=/dev/mem --device=/dev/kfd --device=/dev/dri --group-add video --group-add daemon 2024-12-18T03:32:30.6526916Z AWS_DEFAULT_REGION: us-east-1 2024-12-18T03:32:30.6527260Z AWS_REGION: us-east-1 2024-12-18T03:32:30.6527578Z AWS_ACCESS_KEY_ID: *** 2024-12-18T03:32:30.6527985Z AWS_SECRET_ACCESS_KEY: *** 2024-12-18T03:32:30.6534485Z AWS_SESSION_TOKEN: *** 2024-12-18T03:32:30.6534765Z ##[endgroup] 2024-12-18T03:32:30.6575035Z ##[group]Run nick-fields/retry@v3.0.0 2024-12-18T03:32:30.6575374Z with: 2024-12-18T03:32:30.6575600Z shell: bash 2024-12-18T03:32:30.6575841Z timeout_minutes: 10 2024-12-18T03:32:30.6576103Z max_attempts: 5 2024-12-18T03:32:30.6576470Z retry_wait_seconds: 30 2024-12-18T03:32:30.6577298Z command: set -eux # PyYAML 6.0 doesn't work with MacOS x86 anymore # This must run on Python-3.7 (AmazonLinux2) so can't use request=3.32.2 python3 -m pip install requests==2.27.1 pyyaml==6.0.1 2024-12-18T03:32:30.6578142Z polling_interval_seconds: 1 2024-12-18T03:32:30.6578445Z warning_on_retry: true 2024-12-18T03:32:30.6578732Z continue_on_error: false 2024-12-18T03:32:30.6579305Z env: 2024-12-18T03:32:30.6579535Z GIT_DEFAULT_BRANCH: main 2024-12-18T03:32:30.6579881Z DOCKER_HOST: unix:///run/user/1307800118/docker.sock 2024-12-18T03:32:30.6580484Z GPU_FLAG: --device=/dev/mem --device=/dev/kfd --device=/dev/dri --group-add video --group-add daemon 2024-12-18T03:32:30.6581038Z AWS_DEFAULT_REGION: us-east-1 2024-12-18T03:32:30.6581341Z AWS_REGION: us-east-1 2024-12-18T03:32:30.6581691Z AWS_ACCESS_KEY_ID: *** 2024-12-18T03:32:30.6582100Z AWS_SECRET_ACCESS_KEY: *** 2024-12-18T03:32:30.6588596Z AWS_SESSION_TOKEN: *** 2024-12-18T03:32:30.6589004Z GITHUB_TOKEN: *** 2024-12-18T03:32:30.6589271Z ##[endgroup] 2024-12-18T03:32:30.7645516Z + python3 -m pip install requests==2.27.1 pyyaml==6.0.1 2024-12-18T03:32:31.0930919Z Defaulting to user installation because normal site-packages is not writeable 2024-12-18T03:32:31.2660215Z Requirement already satisfied: requests==2.27.1 in /var/home/pytorchci/.local/lib/python3.10/site-packages (2.27.1) 2024-12-18T03:32:31.2665271Z Requirement already satisfied: pyyaml==6.0.1 in /var/home/pytorchci/.local/lib/python3.10/site-packages (6.0.1) 2024-12-18T03:32:31.2775535Z Requirement already satisfied: charset-normalizer~=2.0.0 in /var/home/pytorchci/.local/lib/python3.10/site-packages (from requests==2.27.1) (2.0.12) 2024-12-18T03:32:31.2780285Z Requirement already satisfied: urllib3<1.27,>=1.21.1 in /usr/lib/python3/dist-packages (from requests==2.27.1) (1.26.5) 2024-12-18T03:32:31.2785631Z Requirement already satisfied: certifi>=2017.4.17 in /usr/lib/python3/dist-packages (from requests==2.27.1) (2020.6.20) 2024-12-18T03:32:31.2796594Z Requirement already satisfied: idna<4,>=2.5 in /usr/lib/python3/dist-packages (from requests==2.27.1) (3.3) 2024-12-18T03:32:31.7637249Z Command completed after 1 attempt(s). 2024-12-18T03:32:31.7765454Z ##[group]Run set -x 2024-12-18T03:32:31.7765890Z set -x 2024-12-18T03:32:31.7766269Z  2024-12-18T03:32:31.7766876Z # Use relative path here as this could be checked out anywhere, not necessarily 2024-12-18T03:32:31.7767637Z # in runner workspace 2024-12-18T03:32:31.7768682Z python3 "${GITHUB_ACTION_PATH}/../../scripts/parse_ref.py" 2024-12-18T03:32:31.7803583Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2024-12-18T03:32:31.7804194Z env: 2024-12-18T03:32:31.7804545Z GIT_DEFAULT_BRANCH: main 2024-12-18T03:32:31.7805059Z DOCKER_HOST: unix:///run/user/1307800118/docker.sock 2024-12-18T03:32:31.7805944Z GPU_FLAG: --device=/dev/mem --device=/dev/kfd --device=/dev/dri --group-add video --group-add daemon 2024-12-18T03:32:31.7806757Z AWS_DEFAULT_REGION: us-east-1 2024-12-18T03:32:31.7807196Z AWS_REGION: us-east-1 2024-12-18T03:32:31.7807706Z AWS_ACCESS_KEY_ID: *** 2024-12-18T03:32:31.7808304Z AWS_SECRET_ACCESS_KEY: *** 2024-12-18T03:32:31.7818103Z AWS_SESSION_TOKEN: *** 2024-12-18T03:32:31.7818519Z ##[endgroup] 2024-12-18T03:32:31.7892664Z + python3 /var/home/pytorchci/actions-runner/_work/pytorch/pytorch/./.github/actions/filter-test-configs/../../scripts/parse_ref.py 2024-12-18T03:32:31.8338877Z ##[group]Run echo "Workflow: ${GITHUB_WORKFLOW}" 2024-12-18T03:32:31.8339588Z echo "Workflow: ${GITHUB_WORKFLOW}" 2024-12-18T03:32:31.8340194Z echo "Job name: ${JOB_NAME}" 2024-12-18T03:32:31.8340741Z  2024-12-18T03:32:31.8341421Z # Use relative path here as this could be checked out anywhere, not necessarily 2024-12-18T03:32:31.8342258Z # in runner workspace 2024-12-18T03:32:31.8343015Z python3 "${GITHUB_ACTION_PATH}/../../scripts/filter_test_configs.py" \ 2024-12-18T03:32:31.8343864Z  --workflow "${GITHUB_WORKFLOW}" \ 2024-12-18T03:32:31.8344464Z  --job-name "${JOB_NAME}" \ 2024-12-18T03:32:31.8345823Z  --test-matrix "{"include": [{"config": "inductor", "shard": 1, "num_shards": 2, "runner": "linux.rocm.gpu.2"}, {"config": "inductor", "shard": 2, "num_shards": 2, "runner": "linux.rocm.gpu.2"}]}" \ 2024-12-18T03:32:31.8350513Z  --selected-test-configs "" \ 2024-12-18T03:32:31.8351129Z  --pr-number "${PR_NUMBER}" \ 2024-12-18T03:32:31.8351685Z  --tag "${TAG}" \ 2024-12-18T03:32:31.8352219Z  --event-name "${EVENT_NAME}" \ 2024-12-18T03:32:31.8352802Z  --schedule "${SCHEDULE}" \ 2024-12-18T03:32:31.8353353Z  --branch "${HEAD_BRANCH}" 2024-12-18T03:32:31.8392555Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2024-12-18T03:32:31.8393245Z env: 2024-12-18T03:32:31.8393700Z GIT_DEFAULT_BRANCH: main 2024-12-18T03:32:31.8394388Z DOCKER_HOST: unix:///run/user/1307800118/docker.sock 2024-12-18T03:32:31.8395559Z GPU_FLAG: --device=/dev/mem --device=/dev/kfd --device=/dev/dri --group-add video --group-add daemon 2024-12-18T03:32:31.8396631Z AWS_DEFAULT_REGION: us-east-1 2024-12-18T03:32:31.8397235Z AWS_REGION: us-east-1 2024-12-18T03:32:31.8397912Z AWS_ACCESS_KEY_ID: *** 2024-12-18T03:32:31.8398643Z AWS_SECRET_ACCESS_KEY: *** 2024-12-18T03:32:31.8409868Z AWS_SESSION_TOKEN: *** 2024-12-18T03:32:31.8410617Z GITHUB_TOKEN: *** 2024-12-18T03:32:31.8411304Z JOB_NAME: rocm6.2-py3.10-inductor / test (inductor, 1, 2, linux.rocm.gpu.2) 2024-12-18T03:32:31.8412072Z PR_NUMBER: 2024-12-18T03:32:31.8412460Z TAG: 2024-12-18T03:32:31.8412826Z EVENT_NAME: push 2024-12-18T03:32:31.8413236Z SCHEDULE: 2024-12-18T03:32:31.8413608Z HEAD_BRANCH: 2024-12-18T03:32:31.8414013Z ##[endgroup] 2024-12-18T03:32:31.8493274Z Workflow: inductor-rocm 2024-12-18T03:32:31.8494113Z Job name: rocm6.2-py3.10-inductor / test (inductor, 1, 2, linux.rocm.gpu.2) 2024-12-18T03:32:32.2848752Z ##[group]Run echo "Filtered matrix:" 2024-12-18T03:32:32.2849360Z echo "Filtered matrix:" 2024-12-18T03:32:32.2850644Z echo "{"include": [{"config": "inductor", "shard": 1, "num_shards": 2, "runner": "linux.rocm.gpu.2"}, {"config": "inductor", "shard": 2, "num_shards": 2, "runner": "linux.rocm.gpu.2"}]}" 2024-12-18T03:32:32.2851927Z  2024-12-18T03:32:32.2852327Z echo 2024-12-18T03:32:32.2852824Z echo "Is the current job unstable? False" 2024-12-18T03:32:32.2853905Z  2024-12-18T03:32:32.2854297Z echo 2024-12-18T03:32:32.2854766Z echo "Is keep-going label set? False" 2024-12-18T03:32:32.2855319Z  2024-12-18T03:32:32.2855663Z echo 2024-12-18T03:32:32.2856068Z echo "Renabled issues? " 2024-12-18T03:32:32.2892293Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2024-12-18T03:32:32.2892982Z env: 2024-12-18T03:32:32.2893368Z GIT_DEFAULT_BRANCH: main 2024-12-18T03:32:32.2893939Z DOCKER_HOST: unix:///run/user/1307800118/docker.sock 2024-12-18T03:32:32.2894928Z GPU_FLAG: --device=/dev/mem --device=/dev/kfd --device=/dev/dri --group-add video --group-add daemon 2024-12-18T03:32:32.2895843Z AWS_DEFAULT_REGION: us-east-1 2024-12-18T03:32:32.2896681Z AWS_REGION: us-east-1 2024-12-18T03:32:32.2897452Z AWS_ACCESS_KEY_ID: *** 2024-12-18T03:32:32.2898135Z AWS_SECRET_ACCESS_KEY: *** 2024-12-18T03:32:32.2908203Z AWS_SESSION_TOKEN: *** 2024-12-18T03:32:32.2908483Z ##[endgroup] 2024-12-18T03:32:32.2979030Z Filtered matrix: 2024-12-18T03:32:32.2980226Z {include: [{config: inductor, shard: 1, num_shards: 2, runner: linux.rocm.gpu.2}, {config: inductor, shard: 2, num_shards: 2, runner: linux.rocm.gpu.2}]} 2024-12-18T03:32:32.2981254Z 2024-12-18T03:32:32.2981467Z Is the current job unstable? False 2024-12-18T03:32:32.2981845Z 2024-12-18T03:32:32.2982041Z Is keep-going label set? False 2024-12-18T03:32:32.2982435Z 2024-12-18T03:32:32.2982639Z Renabled issues? 2024-12-18T03:32:32.3060950Z ##[group]Run echo "timeout=$((JOB_TIMEOUT-30))" >> "${GITHUB_OUTPUT}" 2024-12-18T03:32:32.3061917Z echo "timeout=$((JOB_TIMEOUT-30))" >> "${GITHUB_OUTPUT}" 2024-12-18T03:32:32.3102104Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2024-12-18T03:32:32.3102827Z env: 2024-12-18T03:32:32.3103221Z GIT_DEFAULT_BRANCH: main 2024-12-18T03:32:32.3104246Z DOCKER_HOST: unix:///run/user/1307800118/docker.sock 2024-12-18T03:32:32.3105246Z GPU_FLAG: --device=/dev/mem --device=/dev/kfd --device=/dev/dri --group-add video --group-add daemon 2024-12-18T03:32:32.3106157Z AWS_DEFAULT_REGION: us-east-1 2024-12-18T03:32:32.3106649Z AWS_REGION: us-east-1 2024-12-18T03:32:32.3107210Z AWS_ACCESS_KEY_ID: *** 2024-12-18T03:32:32.3107889Z AWS_SECRET_ACCESS_KEY: *** 2024-12-18T03:32:32.3118606Z AWS_SESSION_TOKEN: *** 2024-12-18T03:32:32.3119070Z JOB_TIMEOUT: 300 2024-12-18T03:32:32.3119482Z ##[endgroup] 2024-12-18T03:32:32.3282113Z ##[group]Run set -x 2024-12-18T03:32:32.3282723Z set -x 2024-12-18T03:32:32.3283151Z  2024-12-18T03:32:32.3283625Z if [[ $TEST_CONFIG == 'multigpu' ]]; then 2024-12-18T03:32:32.3284333Z  TEST_COMMAND=.ci/pytorch/multigpu-test.sh 2024-12-18T03:32:32.3285040Z elif [[ $BUILD_ENVIRONMENT == *onnx* ]]; then 2024-12-18T03:32:32.3285691Z  TEST_COMMAND=.ci/caffe2/test.sh 2024-12-18T03:32:32.3286259Z else 2024-12-18T03:32:32.3286711Z  TEST_COMMAND=.ci/pytorch/test.sh 2024-12-18T03:32:32.3287256Z fi 2024-12-18T03:32:32.3287621Z  2024-12-18T03:32:32.3288205Z # detached container should get cleaned up by teardown_ec2_linux 2024-12-18T03:32:32.3289135Z # TODO: Stop building test binaries as part of the build phase 2024-12-18T03:32:32.3289960Z # Used for GPU_FLAG since that doesn't play nice 2024-12-18T03:32:32.3290668Z # shellcheck disable=SC2086,SC2090 2024-12-18T03:32:32.3291260Z container_name=$(docker run \ 2024-12-18T03:32:32.3291810Z  ${GPU_FLAG:-} \ 2024-12-18T03:32:32.3292315Z  -e BUILD_ENVIRONMENT \ 2024-12-18T03:32:32.3292852Z  -e PR_NUMBER \ 2024-12-18T03:32:32.3293322Z  -e GITHUB_ACTIONS \ 2024-12-18T03:32:32.3293829Z  -e GITHUB_REPOSITORY \ 2024-12-18T03:32:32.3294339Z  -e GITHUB_WORKFLOW \ 2024-12-18T03:32:32.3294842Z  -e GITHUB_JOB \ 2024-12-18T03:32:32.3295294Z  -e GITHUB_RUN_ID \ 2024-12-18T03:32:32.3295773Z  -e GITHUB_RUN_NUMBER \ 2024-12-18T03:32:32.3296433Z  -e GITHUB_RUN_ATTEMPT \ 2024-12-18T03:32:32.3296955Z  -e JOB_ID \ 2024-12-18T03:32:32.3297401Z  -e JOB_NAME \ 2024-12-18T03:32:32.3297849Z  -e BRANCH \ 2024-12-18T03:32:32.3298279Z  -e SHA1 \ 2024-12-18T03:32:32.3298714Z  -e AWS_DEFAULT_REGION \ 2024-12-18T03:32:32.3299239Z  -e IN_WHEEL_TEST \ 2024-12-18T03:32:32.3299719Z  -e SHARD_NUMBER \ 2024-12-18T03:32:32.3300192Z  -e TEST_CONFIG \ 2024-12-18T03:32:32.3300669Z  -e NUM_TEST_SHARDS \ 2024-12-18T03:32:32.3301176Z  -e REENABLED_ISSUES \ 2024-12-18T03:32:32.3301707Z  -e CONTINUE_THROUGH_ERROR \ 2024-12-18T03:32:32.3302247Z  -e VERBOSE_TEST_LOGS \ 2024-12-18T03:32:32.3302767Z  -e TEST_SHOWLOCALS \ 2024-12-18T03:32:32.3303371Z  -e NO_TEST_TIMEOUT \ 2024-12-18T03:32:32.3303924Z  -e NO_TD \ 2024-12-18T03:32:32.3304492Z  -e MAX_JOBS="$(nproc --ignore=2)" \ 2024-12-18T03:32:32.3305192Z  -e SCCACHE_BUCKET \ 2024-12-18T03:32:32.3305821Z  -e XLA_CLANG_CACHE_S3_BUCKET_NAME \ 2024-12-18T03:32:32.3306561Z  -e PYTORCH_TEST_CUDA_MEM_LEAK_CHECK \ 2024-12-18T03:32:32.3307322Z  -e PYTORCH_TEST_RERUN_DISABLED_TESTS \ 2024-12-18T03:32:32.3307933Z  -e TESTS_TO_INCLUDE \ 2024-12-18T03:32:32.3308544Z  --env-file="/tmp/github_env_${GITHUB_RUN_ID}" \ 2024-12-18T03:32:32.3309204Z  --ulimit stack=10485760:83886080 \ 2024-12-18T03:32:32.3309755Z  --ulimit core=0 \ 2024-12-18T03:32:32.3310290Z  --security-opt seccomp=unconfined \ 2024-12-18T03:32:32.3310884Z  --cap-add=SYS_PTRACE \ 2024-12-18T03:32:32.3311400Z  --shm-size="8g" \ 2024-12-18T03:32:32.3312306Z  --tty \ 2024-12-18T03:32:32.3312745Z  --detach \ 2024-12-18T03:32:32.3313315Z  --name="${container_name}" \ 2024-12-18T03:32:32.3313963Z  --user jenkins \ 2024-12-18T03:32:32.3314679Z  -v "${GITHUB_WORKSPACE}:/var/lib/jenkins/workspace" \ 2024-12-18T03:32:32.3315499Z  -w /var/lib/jenkins/workspace \ 2024-12-18T03:32:32.3316046Z  "${DOCKER_IMAGE}" 2024-12-18T03:32:32.3316483Z ) 2024-12-18T03:32:32.3316912Z # save container name for later step 2024-12-18T03:32:32.3318032Z echo "CONTAINER_NAME=${container_name}" >> "$GITHUB_ENV" 2024-12-18T03:32:32.3319322Z # jenkins user does not have write permission to mounted workspace; work-around by copying within container to jenkins home 2024-12-18T03:32:32.3320950Z docker exec -t "${container_name}" sh -c "cd .. && cp -R workspace pytorch && cd pytorch && pip install dist/*.whl && ${TEST_COMMAND}" 2024-12-18T03:32:32.3359934Z shell: /usr/bin/bash -e {0} 2024-12-18T03:32:32.3360461Z env: 2024-12-18T03:32:32.3360848Z GIT_DEFAULT_BRANCH: main 2024-12-18T03:32:32.3361442Z DOCKER_HOST: unix:///run/user/1307800118/docker.sock 2024-12-18T03:32:32.3362450Z GPU_FLAG: --device=/dev/mem --device=/dev/kfd --device=/dev/dri --group-add video --group-add daemon 2024-12-18T03:32:32.3363367Z AWS_DEFAULT_REGION: us-east-1 2024-12-18T03:32:32.3363862Z AWS_REGION: us-east-1 2024-12-18T03:32:32.3364412Z AWS_ACCESS_KEY_ID: *** 2024-12-18T03:32:32.3365076Z AWS_SECRET_ACCESS_KEY: *** 2024-12-18T03:32:32.3375795Z AWS_SESSION_TOKEN: *** 2024-12-18T03:32:32.3376489Z BUILD_ENVIRONMENT: linux-focal-rocm6.2-py3.10 2024-12-18T03:32:32.3377092Z PR_NUMBER: 2024-12-18T03:32:32.3377524Z GITHUB_REPOSITORY: pytorch/pytorch 2024-12-18T03:32:32.3378087Z GITHUB_WORKFLOW: inductor-rocm 2024-12-18T03:32:32.3378591Z GITHUB_JOB: test 2024-12-18T03:32:32.3379021Z GITHUB_RUN_ID: 12383255523 2024-12-18T03:32:32.3379491Z GITHUB_RUN_NUMBER: 5376 2024-12-18T03:32:32.3379955Z GITHUB_RUN_ATTEMPT: 1 2024-12-18T03:32:32.3380384Z JOB_ID: 34566638935 2024-12-18T03:32:32.3381041Z JOB_NAME: rocm6.2-py3.10-inductor / test (inductor, 1, 2, linux.rocm.gpu.2) 2024-12-18T03:32:32.3381793Z BRANCH: release/2.6 2024-12-18T03:32:32.3382278Z SHA1: 0cdf8b1d09254cfda66191d1bd01e3041c3c76f7 2024-12-18T03:32:32.3382866Z CONTINUE_THROUGH_ERROR: False 2024-12-18T03:32:32.3383358Z VERBOSE_TEST_LOGS: False 2024-12-18T03:32:32.3383827Z TEST_SHOWLOCALS: False 2024-12-18T03:32:32.3384272Z NO_TEST_TIMEOUT: False 2024-12-18T03:32:32.3384705Z NO_TD: False 2024-12-18T03:32:32.3385097Z TEST_CONFIG: inductor 2024-12-18T03:32:32.3385514Z SHARD_NUMBER: 1 2024-12-18T03:32:32.3385912Z NUM_TEST_SHARDS: 2 2024-12-18T03:32:32.3386328Z REENABLED_ISSUES: 2024-12-18T03:32:32.3386840Z SCCACHE_BUCKET: ossci-compiler-cache-circleci-v2 2024-12-18T03:32:32.3388149Z DOCKER_IMAGE: 308535385114.dkr.ecr.us-east-1.amazonaws.com/pytorch/pytorch-linux-focal-rocm-n-py3:45e1356b47a284893081276eff3000b7b534f3b1 2024-12-18T03:32:32.3389587Z XLA_CLANG_CACHE_S3_BUCKET_NAME: ossci-compiler-clang-cache-circleci-xla 2024-12-18T03:32:32.3390374Z PYTORCH_TEST_CUDA_MEM_LEAK_CHECK: 0 2024-12-18T03:32:32.3390919Z PYTORCH_TEST_RERUN_DISABLED_TESTS: 0 2024-12-18T03:32:32.3391448Z TESTS_TO_INCLUDE: 2024-12-18T03:32:32.3391872Z ##[endgroup] 2024-12-18T03:32:32.3467161Z + [[ inductor == \m\u\l\t\i\g\p\u ]] 2024-12-18T03:32:32.3467878Z + [[ linux-focal-rocm6.2-py3.10 == *onnx* ]] 2024-12-18T03:32:32.3468507Z + TEST_COMMAND=.ci/pytorch/test.sh 2024-12-18T03:32:32.3488187Z +++ nproc --ignore=2 2024-12-18T03:32:32.3525888Z ++ docker run --device=/dev/mem --device=/dev/kfd --device=/dev/dri --group-add video --group-add daemon -e BUILD_ENVIRONMENT -e PR_NUMBER -e GITHUB_ACTIONS -e GITHUB_REPOSITORY -e GITHUB_WORKFLOW -e GITHUB_JOB -e GITHUB_RUN_ID -e GITHUB_RUN_NUMBER -e GITHUB_RUN_ATTEMPT -e JOB_ID -e JOB_NAME -e BRANCH -e SHA1 -e AWS_DEFAULT_REGION -e IN_WHEEL_TEST -e SHARD_NUMBER -e TEST_CONFIG -e NUM_TEST_SHARDS -e REENABLED_ISSUES -e CONTINUE_THROUGH_ERROR -e VERBOSE_TEST_LOGS -e TEST_SHOWLOCALS -e NO_TEST_TIMEOUT -e NO_TD -e MAX_JOBS=126 -e SCCACHE_BUCKET -e XLA_CLANG_CACHE_S3_BUCKET_NAME -e PYTORCH_TEST_CUDA_MEM_LEAK_CHECK -e PYTORCH_TEST_RERUN_DISABLED_TESTS -e TESTS_TO_INCLUDE --env-file=/tmp/github_env_12383255523 --ulimit stack=10485760:83886080 --ulimit core=0 --security-opt seccomp=unconfined --cap-add=SYS_PTRACE --shm-size=8g --tty --detach --name= --user jenkins -v /var/home/pytorchci/actions-runner/_work/pytorch/pytorch:/var/lib/jenkins/workspace -w /var/lib/jenkins/workspace 308535385114.dkr.ecr.us-east-1.amazonaws.com/pytorch/pytorch-linux-focal-rocm-n-py3:45e1356b47a284893081276eff3000b7b534f3b1 2024-12-18T03:32:32.7399184Z + container_name=805096c92863e91228ee66dc3c57325b874efaae9a517275e9d3e7e5118b745d 2024-12-18T03:32:32.7400478Z + echo CONTAINER_NAME=805096c92863e91228ee66dc3c57325b874efaae9a517275e9d3e7e5118b745d 2024-12-18T03:32:32.7402360Z + docker exec -t 805096c92863e91228ee66dc3c57325b874efaae9a517275e9d3e7e5118b745d sh -c 'cd .. && cp -R workspace pytorch && cd pytorch && pip install dist/*.whl && .ci/pytorch/test.sh' 2024-12-18T03:32:47.0998821Z Processing ./dist/torch-2.6.0a0+git0cdf8b1-cp310-cp310-linux_x86_64.whl 2024-12-18T03:32:47.5696620Z Requirement already satisfied: filelock in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from torch==2.6.0a0+git0cdf8b1) (3.16.1) 2024-12-18T03:32:47.5699261Z Requirement already satisfied: typing-extensions>=4.10.0 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from torch==2.6.0a0+git0cdf8b1) (4.12.2) 2024-12-18T03:32:47.5701889Z Requirement already satisfied: networkx in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from torch==2.6.0a0+git0cdf8b1) (2.8.8) 2024-12-18T03:32:47.5704636Z Requirement already satisfied: jinja2 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from torch==2.6.0a0+git0cdf8b1) (3.1.4) 2024-12-18T03:32:47.5707446Z Requirement already satisfied: fsspec in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from torch==2.6.0a0+git0cdf8b1) (2024.10.0) 2024-12-18T03:32:47.5712392Z Requirement already satisfied: sympy==1.13.1 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from torch==2.6.0a0+git0cdf8b1) (1.13.1) 2024-12-18T03:32:47.5728077Z Requirement already satisfied: mpmath<1.4,>=1.1.0 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from sympy==1.13.1->torch==2.6.0a0+git0cdf8b1) (1.3.0) 2024-12-18T03:32:47.6094388Z Requirement already satisfied: MarkupSafe>=2.0 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from jinja2->torch==2.6.0a0+git0cdf8b1) (3.0.2) 2024-12-18T03:32:47.9723223Z Installing collected packages: torch 2024-12-18T03:32:58.1815738Z Successfully installed torch-2.6.0a0+git0cdf8b1 2024-12-18T03:32:58.2487528Z + export TERM=vt100 2024-12-18T03:32:58.2491842Z + TERM=vt100 2024-12-18T03:32:58.2494221Z ++ dirname .ci/pytorch/test.sh 2024-12-18T03:32:58.2521763Z + source .ci/pytorch/common.sh 2024-12-18T03:32:58.2533174Z +++ dirname .ci/pytorch/common.sh 2024-12-18T03:32:58.2561084Z ++ source .ci/pytorch/common_utils.sh 2024-12-18T03:32:58.2565322Z +++ declare -f -t trap_add 2024-12-18T03:32:58.2577082Z ++ set -ex 2024-12-18T03:32:58.2578578Z ++ [[ linux-focal-rocm6.2-py3.10 == *rocm* ]] 2024-12-18T03:32:58.2579175Z ++ unset HIP_PLATFORM 2024-12-18T03:32:58.2579677Z ++ export PYTORCH_TEST_WITH_ROCM=1 2024-12-18T03:32:58.2580220Z ++ PYTORCH_TEST_WITH_ROCM=1 2024-12-18T03:32:58.2580719Z ++ export HSAKMT_DEBUG_LEVEL=4 2024-12-18T03:32:58.2581202Z ++ HSAKMT_DEBUG_LEVEL=4 2024-12-18T03:32:58.2581707Z ++ export HSA_FORCE_FINE_GRAIN_PCIE=1 2024-12-18T03:32:58.2582268Z ++ HSA_FORCE_FINE_GRAIN_PCIE=1 2024-12-18T03:32:58.2582759Z ++ BUILD_TEST_LIBTORCH=0 2024-12-18T03:32:58.2583274Z + [[ linux-focal-rocm6.2-py3.10 != *rocm* ]] 2024-12-18T03:32:58.2583850Z + echo 'Environment variables:' 2024-12-18T03:32:58.2584371Z Environment variables: 2024-12-18T03:32:58.2584816Z + env 2024-12-18T03:32:58.2608388Z INSTALLED_DB=yes 2024-12-18T03:32:58.2609116Z GITHUB_WORKSPACE=/var/home/pytorchci/actions-runner/_work/pytorch/pytorch 2024-12-18T03:32:58.2610634Z AOTRITON_INSTALLED_PREFIX=/opt/rocm/aotriton 2024-12-18T03:32:58.2611230Z CONTINUE_THROUGH_ERROR=False 2024-12-18T03:32:58.2611860Z BUILD_ENVIRONMENT=linux-focal-rocm6.2-py3.10 2024-12-18T03:32:58.2612433Z HOSTNAME=805096c92863 2024-12-18T03:32:58.2613519Z GITHUB_PATH=/var/home/pytorchci/actions-runner/_work/_temp/_runner_file_commands/add_path_05479eb8-abcf-4adb-9ff8-1fd3299c6973 2024-12-18T03:32:58.2614842Z GITHUB_ACTION=__self 2024-12-18T03:32:58.2615852Z PYTORCH_TEST_CUDA_MEM_LEAK_CHECK=0 2024-12-18T03:32:58.2616664Z GITHUB_RUN_NUMBER=5376 2024-12-18T03:32:58.2617180Z TEST_CONFIG=inductor 2024-12-18T03:32:58.2617720Z GITHUB_REPOSITORY_OWNER_ID=21003710 2024-12-18T03:32:58.2618366Z AWS_DEFAULT_REGION=us-east-1 2024-12-18T03:32:58.2618880Z GITHUB_TRIGGERING_ACTOR=malfet 2024-12-18T03:32:58.2619362Z GITHUB_REF_TYPE=branch 2024-12-18T03:32:58.2620489Z *** 2024-12-18T03:32:58.2620911Z GITHUB_REPOSITORY_ID=65600975 2024-12-18T03:32:58.2621444Z GITHUB_ACTIONS=true 2024-12-18T03:32:58.2621940Z SHA1=0cdf8b1d09254cfda66191d1bd01e3041c3c76f7 2024-12-18T03:32:58.2622596Z GITHUB_SHA=0cdf8b1d09254cfda66191d1bd01e3041c3c76f7 2024-12-18T03:32:58.2623609Z GITHUB_WORKFLOW_REF=pytorch/pytorch/.github/workflows/inductor-rocm.yml@refs/heads/release/2.6 2024-12-18T03:32:58.2624553Z VERBOSE_TEST_LOGS=False 2024-12-18T03:32:58.2625028Z GITHUB_REF=refs/heads/release/2.6 2024-12-18T03:32:58.2625529Z SHARD_NUMBER=1 2024-12-18T03:32:58.2625941Z GITHUB_REF_PROTECTED=true 2024-12-18T03:32:58.2626413Z HOME=/var/lib/jenkins 2024-12-18T03:32:58.2626908Z GITHUB_API_URL=https://api.github.com 2024-12-18T03:32:58.2627502Z PYTORCH_TEST_RERUN_DISABLED_TESTS=0 2024-12-18T03:32:58.2628014Z LANG=C.UTF-8 2024-12-18T03:32:58.2628410Z PYTORCH_TEST_WITH_ROCM=1 2024-12-18T03:32:58.2628862Z NUM_TEST_SHARDS=2 2024-12-18T03:32:58.2629922Z GITHUB_STATE=/var/home/pytorchci/actions-runner/_work/_temp/_runner_file_commands/save_state_05479eb8-abcf-4adb-9ff8-1fd3299c6973 2024-12-18T03:32:58.2631312Z JOB_NAME=rocm6.2-py3.10-inductor / test (inductor, 1, 2, linux.rocm.gpu.2) 2024-12-18T03:32:58.2632073Z MAGMA_HOME=/opt/rocm/magma 2024-12-18T03:32:58.2633136Z GITHUB_ENV=/var/home/pytorchci/actions-runner/_work/_temp/_runner_file_commands/set_env_05479eb8-abcf-4adb-9ff8-1fd3299c6973 2024-12-18T03:32:58.2634237Z HSAKMT_DEBUG_LEVEL=4 2024-12-18T03:32:58.2635034Z GITHUB_EVENT_PATH=/var/home/pytorchci/actions-runner/_work/_temp/_github_workflow/event.json 2024-12-18T03:32:58.2635933Z GITHUB_EVENT_NAME=push 2024-12-18T03:32:58.2636391Z GITHUB_RUN_ID=12383255523 2024-12-18T03:32:58.2637535Z GITHUB_STEP_SUMMARY=/var/home/pytorchci/actions-runner/_work/_temp/_runner_file_commands/step_summary_05479eb8-abcf-4adb-9ff8-1fd3299c6973 2024-12-18T03:32:58.2638724Z GITHUB_ACTOR=malfet 2024-12-18T03:32:58.2639137Z PR_NUMBER= 2024-12-18T03:32:58.2639528Z GITHUB_RUN_ATTEMPT=1 2024-12-18T03:32:58.2639975Z ANACONDA_PYTHON_VERSION=3.10 2024-12-18T03:32:58.2640553Z GITHUB_GRAPHQL_URL=https://api.github.com/graphql 2024-12-18T03:32:58.2641165Z TERM=vt100 2024-12-18T03:32:58.2641541Z INSTALLED_VISION=yes 2024-12-18T03:32:58.2641955Z BRANCH=release/2.6 2024-12-18T03:32:58.2642362Z TESTS_TO_INCLUDE= 2024-12-18T03:32:58.2643241Z GITHUB_ACTION_PATH=/var/home/pytorchci/actions-runner/_work/pytorch/pytorch/./.github/actions/setup-rocm 2024-12-18T03:32:58.2644333Z GITHUB_SERVER_URL=https://github.com 2024-12-18T03:32:58.2644972Z PYTORCH_ROCM_ARCH=gfx90a 2024-12-18T03:32:58.2645495Z REENABLED_ISSUES= 2024-12-18T03:32:58.2645951Z SHLVL=1 2024-12-18T03:32:58.2646392Z MAX_JOBS=126 2024-12-18T03:32:58.2646814Z GITHUB_ACTOR_ID=2453524 2024-12-18T03:32:58.2647405Z GITHUB_WORKFLOW_SHA=0cdf8b1d09254cfda66191d1bd01e3041c3c76f7 2024-12-18T03:32:58.2648095Z GITHUB_REF_NAME=release/2.6 2024-12-18T03:32:58.2648566Z ROCM_PATH=/opt/rocm 2024-12-18T03:32:58.2649218Z XLA_CLANG_CACHE_S3_BUCKET_NAME=ossci-compiler-clang-cache-circleci-xla 2024-12-18T03:32:58.2649954Z GITHUB_JOB=test 2024-12-18T03:32:58.2650354Z NO_TEST_TIMEOUT=False 2024-12-18T03:32:58.2651283Z GITHUB_REPOSITORY=pytorch/pytorch 2024-12-18T03:32:58.2651788Z LC_ALL=C.UTF-8 2024-12-18T03:32:58.2652202Z GITHUB_RETENTION_DAYS=90 2024-12-18T03:32:58.2652661Z GITHUB_ACTION_REPOSITORY= 2024-12-18T03:32:58.2654297Z PATH=/opt/cache/bin:/opt/rocm/llvm/bin:/opt/rocm/opencl/bin:/opt/rocm/hip/bin:/opt/rocm/hcc/bin:/opt/rocm/bin:/opt/conda/envs/py_3.10/bin:/opt/conda/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin 2024-12-18T03:32:58.2655950Z GITHUB_BASE_REF= 2024-12-18T03:32:58.2656493Z CI=true 2024-12-18T03:32:58.2657190Z HSA_FORCE_FINE_GRAIN_PCIE=1 2024-12-18T03:32:58.2657697Z GITHUB_REPOSITORY_OWNER=pytorch 2024-12-18T03:32:58.2658176Z JOB_ID=34566638935 2024-12-18T03:32:58.2658584Z INSTALLED_PROTOBUF=yes 2024-12-18T03:32:58.2659013Z GITHUB_HEAD_REF= 2024-12-18T03:32:58.2659407Z GITHUB_ACTION_REF= 2024-12-18T03:32:58.2659905Z SCCACHE_BUCKET=ossci-compiler-cache-circleci-v2 2024-12-18T03:32:58.2660518Z TEST_SHOWLOCALS=False 2024-12-18T03:32:58.2660972Z GITHUB_WORKFLOW=inductor-rocm 2024-12-18T03:32:58.2661494Z DEBIAN_FRONTEND=noninteractive 2024-12-18T03:32:58.2662643Z GITHUB_OUTPUT=/var/home/pytorchci/actions-runner/_work/_temp/_runner_file_commands/set_output_05479eb8-abcf-4adb-9ff8-1fd3299c6973 2024-12-18T03:32:58.2663786Z NO_TD=False 2024-12-18T03:32:58.2664179Z OLDPWD=/var/lib/jenkins 2024-12-18T03:32:58.2664600Z _=/usr/bin/env 2024-12-18T03:32:58.2665151Z ++ python -c 'import site; print(site.getsitepackages()[0])' 2024-12-18T03:32:58.3072646Z + TORCH_INSTALL_DIR=/opt/conda/envs/py_3.10/lib/python3.10/site-packages/torch 2024-12-18T03:32:58.3073750Z + TORCH_BIN_DIR=/opt/conda/envs/py_3.10/lib/python3.10/site-packages/torch/bin 2024-12-18T03:32:58.3074775Z + TORCH_LIB_DIR=/opt/conda/envs/py_3.10/lib/python3.10/site-packages/torch/lib 2024-12-18T03:32:58.3075948Z + TORCH_TEST_DIR=/opt/conda/envs/py_3.10/lib/python3.10/site-packages/torch/test 2024-12-18T03:32:58.3076858Z + BUILD_DIR=build 2024-12-18T03:32:58.3077378Z + BUILD_RENAMED_DIR=build_renamed 2024-12-18T03:32:58.3078005Z + BUILD_BIN_DIR=build/bin 2024-12-18T03:32:58.3078551Z + SHARD_NUMBER=1 2024-12-18T03:32:58.3079028Z + NUM_TEST_SHARDS=2 2024-12-18T03:32:58.3079450Z + export VALGRIND=ON 2024-12-18T03:32:58.3079885Z + VALGRIND=ON 2024-12-18T03:32:58.3080340Z + [[ linux-focal-rocm6.2-py3.10 == *clang9* ]] 2024-12-18T03:32:58.3081002Z + [[ linux-focal-rocm6.2-py3.10 == *xpu* ]] 2024-12-18T03:32:58.3081539Z + [[ 0 == \1 ]] 2024-12-18T03:32:58.3081935Z + [[ False == \1 ]] 2024-12-18T03:32:58.3082400Z + [[ linux-focal-rocm6.2-py3.10 != *bazel* ]] 2024-12-18T03:32:58.3089380Z ++ realpath build/custom_test_artifacts 2024-12-18T03:32:58.3116143Z + CUSTOM_TEST_ARTIFACT_BUILD_DIR=/var/lib/jenkins/pytorch/build/custom_test_artifacts 2024-12-18T03:32:58.3116992Z + [[ -n '' ]] 2024-12-18T03:32:58.3117411Z + echo 'Environment variables' 2024-12-18T03:32:58.3117911Z Environment variables 2024-12-18T03:32:58.3118333Z + env 2024-12-18T03:32:58.3142903Z INSTALLED_DB=yes 2024-12-18T03:32:58.3143632Z GITHUB_WORKSPACE=/var/home/pytorchci/actions-runner/_work/pytorch/pytorch 2024-12-18T03:32:58.3144508Z AOTRITON_INSTALLED_PREFIX=/opt/rocm/aotriton 2024-12-18T03:32:58.3145176Z CONTINUE_THROUGH_ERROR=False 2024-12-18T03:32:58.3145845Z BUILD_ENVIRONMENT=linux-focal-rocm6.2-py3.10 2024-12-18T03:32:58.3146535Z HOSTNAME=805096c92863 2024-12-18T03:32:58.3147802Z GITHUB_PATH=/var/home/pytorchci/actions-runner/_work/_temp/_runner_file_commands/add_path_05479eb8-abcf-4adb-9ff8-1fd3299c6973 2024-12-18T03:32:58.3149155Z GITHUB_ACTION=__self 2024-12-18T03:32:58.3149663Z PYTORCH_TEST_CUDA_MEM_LEAK_CHECK=0 2024-12-18T03:32:58.3150182Z GITHUB_RUN_NUMBER=5376 2024-12-18T03:32:58.3150613Z TEST_CONFIG=inductor 2024-12-18T03:32:58.3151068Z GITHUB_REPOSITORY_OWNER_ID=21003710 2024-12-18T03:32:58.3151610Z AWS_DEFAULT_REGION=us-east-1 2024-12-18T03:32:58.3152109Z GITHUB_TRIGGERING_ACTOR=malfet 2024-12-18T03:32:58.3152593Z GITHUB_REF_TYPE=branch 2024-12-18T03:32:58.3153094Z *** 2024-12-18T03:32:58.3153493Z GITHUB_REPOSITORY_ID=65600975 2024-12-18T03:32:58.3154557Z GITHUB_ACTIONS=true 2024-12-18T03:32:58.3155042Z SHA1=0cdf8b1d09254cfda66191d1bd01e3041c3c76f7 2024-12-18T03:32:58.3155718Z GITHUB_SHA=0cdf8b1d09254cfda66191d1bd01e3041c3c76f7 2024-12-18T03:32:58.3156732Z GITHUB_WORKFLOW_REF=pytorch/pytorch/.github/workflows/inductor-rocm.yml@refs/heads/release/2.6 2024-12-18T03:32:58.3157664Z VERBOSE_TEST_LOGS=False 2024-12-18T03:32:58.3158138Z GITHUB_REF=refs/heads/release/2.6 2024-12-18T03:32:58.3158641Z SHARD_NUMBER=1 2024-12-18T03:32:58.3159058Z GITHUB_REF_PROTECTED=true 2024-12-18T03:32:58.3159834Z HOME=/var/lib/jenkins 2024-12-18T03:32:58.3160334Z GITHUB_API_URL=https://api.github.com 2024-12-18T03:32:58.3160920Z PYTORCH_TEST_RERUN_DISABLED_TESTS=0 2024-12-18T03:32:58.3161481Z LANG=C.UTF-8 2024-12-18T03:32:58.3161892Z PYTORCH_TEST_WITH_ROCM=1 2024-12-18T03:32:58.3162338Z NUM_TEST_SHARDS=2 2024-12-18T03:32:58.3163387Z GITHUB_STATE=/var/home/pytorchci/actions-runner/_work/_temp/_runner_file_commands/save_state_05479eb8-abcf-4adb-9ff8-1fd3299c6973 2024-12-18T03:32:58.3164787Z JOB_NAME=rocm6.2-py3.10-inductor / test (inductor, 1, 2, linux.rocm.gpu.2) 2024-12-18T03:32:58.3165551Z MAGMA_HOME=/opt/rocm/magma 2024-12-18T03:32:58.3166595Z GITHUB_ENV=/var/home/pytorchci/actions-runner/_work/_temp/_runner_file_commands/set_env_05479eb8-abcf-4adb-9ff8-1fd3299c6973 2024-12-18T03:32:58.3167695Z HSAKMT_DEBUG_LEVEL=4 2024-12-18T03:32:58.3168505Z GITHUB_EVENT_PATH=/var/home/pytorchci/actions-runner/_work/_temp/_github_workflow/event.json 2024-12-18T03:32:58.3169398Z GITHUB_EVENT_NAME=push 2024-12-18T03:32:58.3169854Z GITHUB_RUN_ID=12383255523 2024-12-18T03:32:58.3170998Z GITHUB_STEP_SUMMARY=/var/home/pytorchci/actions-runner/_work/_temp/_runner_file_commands/step_summary_05479eb8-abcf-4adb-9ff8-1fd3299c6973 2024-12-18T03:32:58.3172190Z GITHUB_ACTOR=malfet 2024-12-18T03:32:58.3172598Z PR_NUMBER= 2024-12-18T03:32:58.3172983Z GITHUB_RUN_ATTEMPT=1 2024-12-18T03:32:58.3173393Z VALGRIND=ON 2024-12-18T03:32:58.3173790Z ANACONDA_PYTHON_VERSION=3.10 2024-12-18T03:32:58.3174370Z GITHUB_GRAPHQL_URL=https://api.github.com/graphql 2024-12-18T03:32:58.3175009Z TERM=vt100 2024-12-18T03:32:58.3175455Z INSTALLED_VISION=yes 2024-12-18T03:32:58.3175940Z BRANCH=release/2.6 2024-12-18T03:32:58.3176834Z TESTS_TO_INCLUDE= 2024-12-18T03:32:58.3177828Z GITHUB_ACTION_PATH=/var/home/pytorchci/actions-runner/_work/pytorch/pytorch/./.github/actions/setup-rocm 2024-12-18T03:32:58.3178847Z GITHUB_SERVER_URL=https://github.com 2024-12-18T03:32:58.3179384Z PYTORCH_ROCM_ARCH=gfx90a 2024-12-18T03:32:58.3179833Z REENABLED_ISSUES= 2024-12-18T03:32:58.3180223Z SHLVL=1 2024-12-18T03:32:58.3180581Z MAX_JOBS=126 2024-12-18T03:32:58.3180967Z GITHUB_ACTOR_ID=2453524 2024-12-18T03:32:58.3181548Z GITHUB_WORKFLOW_SHA=0cdf8b1d09254cfda66191d1bd01e3041c3c76f7 2024-12-18T03:32:58.3182229Z GITHUB_REF_NAME=release/2.6 2024-12-18T03:32:58.3182694Z ROCM_PATH=/opt/rocm 2024-12-18T03:32:58.3183347Z XLA_CLANG_CACHE_S3_BUCKET_NAME=ossci-compiler-clang-cache-circleci-xla 2024-12-18T03:32:58.3184094Z GITHUB_JOB=test 2024-12-18T03:32:58.3184501Z NO_TEST_TIMEOUT=False 2024-12-18T03:32:58.3185017Z GITHUB_REPOSITORY=pytorch/pytorch 2024-12-18T03:32:58.3185620Z LC_ALL=C.UTF-8 2024-12-18T03:32:58.3186104Z GITHUB_RETENTION_DAYS=90 2024-12-18T03:32:58.3186657Z GITHUB_ACTION_REPOSITORY= 2024-12-18T03:32:58.3188605Z PATH=/opt/cache/bin:/opt/rocm/llvm/bin:/opt/rocm/opencl/bin:/opt/rocm/hip/bin:/opt/rocm/hcc/bin:/opt/rocm/bin:/opt/conda/envs/py_3.10/bin:/opt/conda/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin 2024-12-18T03:32:58.3190377Z GITHUB_BASE_REF= 2024-12-18T03:32:58.3190765Z CI=true 2024-12-18T03:32:58.3191160Z HSA_FORCE_FINE_GRAIN_PCIE=1 2024-12-18T03:32:58.3191657Z GITHUB_REPOSITORY_OWNER=pytorch 2024-12-18T03:32:58.3192130Z JOB_ID=34566638935 2024-12-18T03:32:58.3192536Z INSTALLED_PROTOBUF=yes 2024-12-18T03:32:58.3192966Z GITHUB_HEAD_REF= 2024-12-18T03:32:58.3193357Z GITHUB_ACTION_REF= 2024-12-18T03:32:58.3193855Z SCCACHE_BUCKET=ossci-compiler-cache-circleci-v2 2024-12-18T03:32:58.3194461Z TEST_SHOWLOCALS=False 2024-12-18T03:32:58.3195367Z GITHUB_WORKFLOW=inductor-rocm 2024-12-18T03:32:58.3195980Z DEBIAN_FRONTEND=noninteractive 2024-12-18T03:32:58.3197319Z GITHUB_OUTPUT=/var/home/pytorchci/actions-runner/_work/_temp/_runner_file_commands/set_output_05479eb8-abcf-4adb-9ff8-1fd3299c6973 2024-12-18T03:32:58.3198516Z NO_TD=False 2024-12-18T03:32:58.3198899Z OLDPWD=/var/lib/jenkins 2024-12-18T03:32:58.3199320Z _=/usr/bin/env 2024-12-18T03:32:58.3199724Z + echo 'Testing pytorch' 2024-12-18T03:32:58.3200162Z Testing pytorch 2024-12-18T03:32:58.3200555Z + export LANG=C.UTF-8 2024-12-18T03:32:58.3201328Z + LANG=C.UTF-8 2024-12-18T03:32:58.3201717Z + PR_NUMBER= 2024-12-18T03:32:58.3202117Z + [[ inductor == \d\e\f\a\u\l\t ]] 2024-12-18T03:32:58.3202644Z + [[ inductor == \d\i\s\t\r\i\b\u\t\e\d ]] 2024-12-18T03:32:58.3203179Z + [[ inductor == \s\l\o\w ]] 2024-12-18T03:32:58.3203735Z + [[ linux-focal-rocm6.2-py3.10 == *slow-gradcheck* ]] 2024-12-18T03:32:58.3204399Z + [[ linux-focal-rocm6.2-py3.10 == *cuda* ]] 2024-12-18T03:32:58.3204987Z + [[ linux-focal-rocm6.2-py3.10 == *rocm* ]] 2024-12-18T03:32:58.3205602Z + export PYTORCH_TESTING_DEVICE_ONLY_FOR=cuda 2024-12-18T03:32:58.3206189Z + PYTORCH_TESTING_DEVICE_ONLY_FOR=cuda 2024-12-18T03:32:58.3206731Z + [[ inductor == *crossref* ]] 2024-12-18T03:32:58.3207243Z + [[ linux-focal-rocm6.2-py3.10 == *rocm* ]] 2024-12-18T03:32:58.3207772Z + export VALGRIND=OFF 2024-12-18T03:32:58.3208181Z + VALGRIND=OFF 2024-12-18T03:32:58.3208556Z + rocminfo 2024-12-18T03:32:58.3381604Z ROCk module version 6.8.5 is loaded 2024-12-18T03:32:58.4904241Z ===================== 2024-12-18T03:32:58.4904773Z HSA System Attributes 2024-12-18T03:32:58.4905243Z ===================== 2024-12-18T03:32:58.4905683Z Runtime Version: 1.14 2024-12-18T03:32:58.4906176Z Runtime Ext Version: 1.6 2024-12-18T03:32:58.4906680Z System Timestamp Freq.: 1000.000000MHz 2024-12-18T03:32:58.4907516Z Sig. Max Wait Duration: 18446744073709551615 (0xFFFFFFFFFFFFFFFF) (timestamp count) 2024-12-18T03:32:58.4908435Z Machine Model: LARGE 2024-12-18T03:32:58.4909181Z System Endianness: LITTLE 2024-12-18T03:32:58.4909812Z Mwaitx: DISABLED 2024-12-18T03:32:58.4910311Z DMAbuf Support: YES 2024-12-18T03:32:58.4910628Z 2024-12-18T03:32:58.4910803Z ========== 2024-12-18T03:32:58.4911257Z HSA Agents 2024-12-18T03:32:58.4911688Z ========== 2024-12-18T03:32:58.4912091Z ******* 2024-12-18T03:32:58.4912606Z Agent 1 2024-12-18T03:32:58.4913020Z ******* 2024-12-18T03:32:58.4913543Z Name: AMD EPYC 7713 64-Core Processor 2024-12-18T03:32:58.4914249Z Uuid: CPU-XX 2024-12-18T03:32:58.4914945Z Marketing Name: AMD EPYC 7713 64-Core Processor 2024-12-18T03:32:58.4915651Z Vendor Name: CPU 2024-12-18T03:32:58.4916313Z Feature: None specified 2024-12-18T03:32:58.4916983Z Profile: FULL_PROFILE 2024-12-18T03:32:58.4917675Z Float Round Mode: NEAR 2024-12-18T03:32:58.4918357Z Max Queue Number: 0(0x0) 2024-12-18T03:32:58.4919034Z Queue Min Size: 0(0x0) 2024-12-18T03:32:58.4919677Z Queue Max Size: 0(0x0) 2024-12-18T03:32:58.4920344Z Queue Type: MULTI 2024-12-18T03:32:58.4920981Z Node: 0 2024-12-18T03:32:58.4921609Z Device Type: CPU 2024-12-18T03:32:58.4922200Z Cache Info: 2024-12-18T03:32:58.4922707Z L1: 32768(0x8000) KB 2024-12-18T03:32:58.4923363Z Chip ID: 0(0x0) 2024-12-18T03:32:58.4924497Z ASIC Revision: 0(0x0) 2024-12-18T03:32:58.4925192Z Cacheline Size: 64(0x40) 2024-12-18T03:32:58.4925888Z Max Clock Freq. (MHz): 2000 2024-12-18T03:32:58.4926537Z BDFID: 0 2024-12-18T03:32:58.4927171Z Internal Node ID: 0 2024-12-18T03:32:58.4927842Z Compute Unit: 64 2024-12-18T03:32:58.4928798Z SIMDs per CU: 0 2024-12-18T03:32:58.4929480Z Shader Engines: 0 2024-12-18T03:32:58.4930163Z Shader Arrs. per Eng.: 0 2024-12-18T03:32:58.4930882Z WatchPts on Addr. Ranges:1 2024-12-18T03:32:58.4931516Z Memory Properties: 2024-12-18T03:32:58.4931992Z Features: None 2024-12-18T03:32:58.4932483Z Pool Info: 2024-12-18T03:32:58.4932921Z Pool 1 2024-12-18T03:32:58.4933488Z Segment: GLOBAL; FLAGS: FINE GRAINED 2024-12-18T03:32:58.4934216Z Size: 528249788(0x1f7c73bc) KB 2024-12-18T03:32:58.4934887Z Allocatable: TRUE 2024-12-18T03:32:58.4935585Z Alloc Granule: 4KB 2024-12-18T03:32:58.4936499Z Alloc Recommended Granule:4KB 2024-12-18T03:32:58.4937242Z Alloc Alignment: 4KB 2024-12-18T03:32:58.4937962Z Accessible by all: TRUE 2024-12-18T03:32:58.4938576Z Pool 2 2024-12-18T03:32:58.4939138Z Segment: GLOBAL; FLAGS: KERNARG, FINE GRAINED 2024-12-18T03:32:58.4939802Z Size: 528249788(0x1f7c73bc) KB 2024-12-18T03:32:58.4940461Z Allocatable: TRUE 2024-12-18T03:32:58.4941139Z Alloc Granule: 4KB 2024-12-18T03:32:58.4941865Z Alloc Recommended Granule:4KB 2024-12-18T03:32:58.4942582Z Alloc Alignment: 4KB 2024-12-18T03:32:58.4943278Z Accessible by all: TRUE 2024-12-18T03:32:58.4943897Z Pool 3 2024-12-18T03:32:58.4944467Z Segment: GLOBAL; FLAGS: COARSE GRAINED 2024-12-18T03:32:58.4945136Z Size: 528249788(0x1f7c73bc) KB 2024-12-18T03:32:58.4945791Z Allocatable: TRUE 2024-12-18T03:32:58.4946474Z Alloc Granule: 4KB 2024-12-18T03:32:58.4947198Z Alloc Recommended Granule:4KB 2024-12-18T03:32:58.4947942Z Alloc Alignment: 4KB 2024-12-18T03:32:58.4948658Z Accessible by all: TRUE 2024-12-18T03:32:58.4949273Z ISA Info: 2024-12-18T03:32:58.4949722Z ******* 2024-12-18T03:32:58.4950154Z Agent 2 2024-12-18T03:32:58.4950577Z ******* 2024-12-18T03:32:58.4951081Z Name: AMD EPYC 7713 64-Core Processor 2024-12-18T03:32:58.4951746Z Uuid: CPU-XX 2024-12-18T03:32:58.4952434Z Marketing Name: AMD EPYC 7713 64-Core Processor 2024-12-18T03:32:58.4953144Z Vendor Name: CPU 2024-12-18T03:32:58.4953817Z Feature: None specified 2024-12-18T03:32:58.4954480Z Profile: FULL_PROFILE 2024-12-18T03:32:58.4955519Z Float Round Mode: NEAR 2024-12-18T03:32:58.4956218Z Max Queue Number: 0(0x0) 2024-12-18T03:32:58.4956890Z Queue Min Size: 0(0x0) 2024-12-18T03:32:58.4957544Z Queue Max Size: 0(0x0) 2024-12-18T03:32:58.4958203Z Queue Type: MULTI 2024-12-18T03:32:58.4958833Z Node: 1 2024-12-18T03:32:58.4959760Z Device Type: CPU 2024-12-18T03:32:58.4960366Z Cache Info: 2024-12-18T03:32:58.4960866Z L1: 32768(0x8000) KB 2024-12-18T03:32:58.4961470Z Chip ID: 0(0x0) 2024-12-18T03:32:58.4962109Z ASIC Revision: 0(0x0) 2024-12-18T03:32:58.4962796Z Cacheline Size: 64(0x40) 2024-12-18T03:32:58.4963498Z Max Clock Freq. (MHz): 2000 2024-12-18T03:32:58.4964134Z BDFID: 0 2024-12-18T03:32:58.4964791Z Internal Node ID: 1 2024-12-18T03:32:58.4965456Z Compute Unit: 64 2024-12-18T03:32:58.4966107Z SIMDs per CU: 0 2024-12-18T03:32:58.4966782Z Shader Engines: 0 2024-12-18T03:32:58.4967469Z Shader Arrs. per Eng.: 0 2024-12-18T03:32:58.4968175Z WatchPts on Addr. Ranges:1 2024-12-18T03:32:58.4968804Z Memory Properties: 2024-12-18T03:32:58.4969273Z Features: None 2024-12-18T03:32:58.4969744Z Pool Info: 2024-12-18T03:32:58.4970192Z Pool 1 2024-12-18T03:32:58.4970761Z Segment: GLOBAL; FLAGS: FINE GRAINED 2024-12-18T03:32:58.4971432Z Size: 528402424(0x1f7ec7f8) KB 2024-12-18T03:32:58.4972106Z Allocatable: TRUE 2024-12-18T03:32:58.4972797Z Alloc Granule: 4KB 2024-12-18T03:32:58.4973523Z Alloc Recommended Granule:4KB 2024-12-18T03:32:58.4974260Z Alloc Alignment: 4KB 2024-12-18T03:32:58.4974974Z Accessible by all: TRUE 2024-12-18T03:32:58.4975591Z Pool 2 2024-12-18T03:32:58.4976154Z Segment: GLOBAL; FLAGS: KERNARG, FINE GRAINED 2024-12-18T03:32:58.4977130Z Size: 528402424(0x1f7ec7f8) KB 2024-12-18T03:32:58.4977774Z Allocatable: TRUE 2024-12-18T03:32:58.4978450Z Alloc Granule: 4KB 2024-12-18T03:32:58.4979174Z Alloc Recommended Granule:4KB 2024-12-18T03:32:58.4979896Z Alloc Alignment: 4KB 2024-12-18T03:32:58.4980604Z Accessible by all: TRUE 2024-12-18T03:32:58.4981205Z Pool 3 2024-12-18T03:32:58.4981756Z Segment: GLOBAL; FLAGS: COARSE GRAINED 2024-12-18T03:32:58.4982419Z Size: 528402424(0x1f7ec7f8) KB 2024-12-18T03:32:58.4983061Z Allocatable: TRUE 2024-12-18T03:32:58.4983744Z Alloc Granule: 4KB 2024-12-18T03:32:58.4984465Z Alloc Recommended Granule:4KB 2024-12-18T03:32:58.4985187Z Alloc Alignment: 4KB 2024-12-18T03:32:58.4985889Z Accessible by all: TRUE 2024-12-18T03:32:58.4986851Z ISA Info: 2024-12-18T03:32:58.4987292Z ******* 2024-12-18T03:32:58.4987718Z Agent 3 2024-12-18T03:32:58.4988136Z ******* 2024-12-18T03:32:58.4988614Z Name: gfx90a 2024-12-18T03:32:58.4989256Z Uuid: GPU-8f375f9eb6d0d924 2024-12-18T03:32:58.4989954Z Marketing Name: AMD Instinct MI250X/MI250 2024-12-18T03:32:58.4990951Z Vendor Name: AMD 2024-12-18T03:32:58.4991632Z Feature: KERNEL_DISPATCH 2024-12-18T03:32:58.4992296Z Profile: BASE_PROFILE 2024-12-18T03:32:58.4992967Z Float Round Mode: NEAR 2024-12-18T03:32:58.4993650Z Max Queue Number: 128(0x80) 2024-12-18T03:32:58.4994331Z Queue Min Size: 64(0x40) 2024-12-18T03:32:58.4994992Z Queue Max Size: 131072(0x20000) 2024-12-18T03:32:58.4995666Z Queue Type: MULTI 2024-12-18T03:32:58.4996298Z Node: 2 2024-12-18T03:32:58.4996924Z Device Type: GPU 2024-12-18T03:32:58.4997505Z Cache Info: 2024-12-18T03:32:58.4997997Z L1: 16(0x10) KB 2024-12-18T03:32:58.4998639Z L2: 8192(0x2000) KB 2024-12-18T03:32:58.4999351Z Chip ID: 29708(0x740c) 2024-12-18T03:32:58.5000102Z ASIC Revision: 1(0x1) 2024-12-18T03:32:58.5000913Z Cacheline Size: 64(0x40) 2024-12-18T03:32:58.5001610Z Max Clock Freq. (MHz): 1700 2024-12-18T03:32:58.5002249Z BDFID: 12800 2024-12-18T03:32:58.5002889Z Internal Node ID: 2 2024-12-18T03:32:58.5003560Z Compute Unit: 104 2024-12-18T03:32:58.5004207Z SIMDs per CU: 4 2024-12-18T03:32:58.5004863Z Shader Engines: 8 2024-12-18T03:32:58.5005554Z Shader Arrs. per Eng.: 1 2024-12-18T03:32:58.5006312Z WatchPts on Addr. Ranges:4 2024-12-18T03:32:58.5007044Z Coherent Host Access: FALSE 2024-12-18T03:32:58.5007678Z Memory Properties: 2024-12-18T03:32:58.5008189Z Features: KERNEL_DISPATCH 2024-12-18T03:32:58.5008835Z Fast F16 Operation: TRUE 2024-12-18T03:32:58.5009542Z Wavefront Size: 64(0x40) 2024-12-18T03:32:58.5010250Z Workgroup Max Size: 1024(0x400) 2024-12-18T03:32:58.5010901Z Workgroup Max Size per Dimension: 2024-12-18T03:32:58.5011445Z x 1024(0x400) 2024-12-18T03:32:58.5012011Z y 1024(0x400) 2024-12-18T03:32:58.5012558Z z 1024(0x400) 2024-12-18T03:32:58.5013176Z Max Waves Per CU: 32(0x20) 2024-12-18T03:32:58.5013862Z Max Work-item Per CU: 2048(0x800) 2024-12-18T03:32:58.5014565Z Grid Max Size: 4294967295(0xffffffff) 2024-12-18T03:32:58.5015173Z Grid Max Size per Dimension: 2024-12-18T03:32:58.5015684Z x 4294967295(0xffffffff) 2024-12-18T03:32:58.5016367Z y 4294967295(0xffffffff) 2024-12-18T03:32:58.5017321Z z 4294967295(0xffffffff) 2024-12-18T03:32:58.5017986Z Max fbarriers/Workgrp: 32 2024-12-18T03:32:58.5018773Z Packet Processor uCode:: 83 2024-12-18T03:32:58.5019506Z SDMA engine uCode:: 8 2024-12-18T03:32:58.5020210Z IOMMU Support:: None 2024-12-18T03:32:58.5020828Z Pool Info: 2024-12-18T03:32:58.5021648Z Pool 1 2024-12-18T03:32:58.5022253Z Segment: GLOBAL; FLAGS: COARSE GRAINED 2024-12-18T03:32:58.5022933Z Size: 67092480(0x3ffc000) KB 2024-12-18T03:32:58.5023597Z Allocatable: TRUE 2024-12-18T03:32:58.5024284Z Alloc Granule: 4KB 2024-12-18T03:32:58.5025006Z Alloc Recommended Granule:2048KB 2024-12-18T03:32:58.5025747Z Alloc Alignment: 4KB 2024-12-18T03:32:58.5026455Z Accessible by all: FALSE 2024-12-18T03:32:58.5027062Z Pool 2 2024-12-18T03:32:58.5027627Z Segment: GLOBAL; FLAGS: EXTENDED FINE GRAINED 2024-12-18T03:32:58.5028322Z Size: 67092480(0x3ffc000) KB 2024-12-18T03:32:58.5029133Z Allocatable: TRUE 2024-12-18T03:32:58.5029968Z Alloc Granule: 4KB 2024-12-18T03:32:58.5030836Z Alloc Recommended Granule:2048KB 2024-12-18T03:32:58.5031708Z Alloc Alignment: 4KB 2024-12-18T03:32:58.5032555Z Accessible by all: FALSE 2024-12-18T03:32:58.5033239Z Pool 3 2024-12-18T03:32:58.5033801Z Segment: GLOBAL; FLAGS: FINE GRAINED 2024-12-18T03:32:58.5034462Z Size: 67092480(0x3ffc000) KB 2024-12-18T03:32:58.5035116Z Allocatable: TRUE 2024-12-18T03:32:58.5035801Z Alloc Granule: 4KB 2024-12-18T03:32:58.5036520Z Alloc Recommended Granule:2048KB 2024-12-18T03:32:58.5037258Z Alloc Alignment: 4KB 2024-12-18T03:32:58.5037959Z Accessible by all: FALSE 2024-12-18T03:32:58.5038612Z Pool 4 2024-12-18T03:32:58.5039259Z Segment: GROUP 2024-12-18T03:32:58.5040021Z Size: 64(0x40) KB 2024-12-18T03:32:58.5040794Z Allocatable: FALSE 2024-12-18T03:32:58.5041530Z Alloc Granule: 0KB 2024-12-18T03:32:58.5042251Z Alloc Recommended Granule:0KB 2024-12-18T03:32:58.5042982Z Alloc Alignment: 0KB 2024-12-18T03:32:58.5043689Z Accessible by all: FALSE 2024-12-18T03:32:58.5044301Z ISA Info: 2024-12-18T03:32:58.5044747Z ISA 1 2024-12-18T03:32:58.5045354Z Name: amdgcn-amd-amdhsa--gfx90a:sramecc+:xnack- 2024-12-18T03:32:58.5046112Z Machine Models: HSA_MACHINE_MODEL_LARGE 2024-12-18T03:32:58.5046827Z Profiles: HSA_PROFILE_BASE 2024-12-18T03:32:58.5047537Z Default Rounding Mode: NEAR 2024-12-18T03:32:58.5048265Z Default Rounding Mode: NEAR 2024-12-18T03:32:58.5048944Z Fast f16: TRUE 2024-12-18T03:32:58.5049909Z Workgroup Max Size: 1024(0x400) 2024-12-18T03:32:58.5050567Z Workgroup Max Size per Dimension: 2024-12-18T03:32:58.5051144Z x 1024(0x400) 2024-12-18T03:32:58.5051731Z y 1024(0x400) 2024-12-18T03:32:58.5052298Z z 1024(0x400) 2024-12-18T03:32:58.5053183Z Grid Max Size: 4294967295(0xffffffff) 2024-12-18T03:32:58.5053833Z Grid Max Size per Dimension: 2024-12-18T03:32:58.5054355Z x 4294967295(0xffffffff) 2024-12-18T03:32:58.5054926Z y 4294967295(0xffffffff) 2024-12-18T03:32:58.5055493Z z 4294967295(0xffffffff) 2024-12-18T03:32:58.5056135Z FBarrier Max Size: 32 2024-12-18T03:32:58.5056864Z ******* 2024-12-18T03:32:58.5057294Z Agent 4 2024-12-18T03:32:58.5057709Z ******* 2024-12-18T03:32:58.5058196Z Name: gfx90a 2024-12-18T03:32:58.5058834Z Uuid: GPU-47e65c59488469bd 2024-12-18T03:32:58.5059520Z Marketing Name: AMD Instinct MI250X/MI250 2024-12-18T03:32:58.5060227Z Vendor Name: AMD 2024-12-18T03:32:58.5060896Z Feature: KERNEL_DISPATCH 2024-12-18T03:32:58.5061598Z Profile: BASE_PROFILE 2024-12-18T03:32:58.5062316Z Float Round Mode: NEAR 2024-12-18T03:32:58.5063223Z Max Queue Number: 128(0x80) 2024-12-18T03:32:58.5063898Z Queue Min Size: 64(0x40) 2024-12-18T03:32:58.5064573Z Queue Max Size: 131072(0x20000) 2024-12-18T03:32:58.5065235Z Queue Type: MULTI 2024-12-18T03:32:58.5065857Z Node: 3 2024-12-18T03:32:58.5066498Z Device Type: GPU 2024-12-18T03:32:58.5067094Z Cache Info: 2024-12-18T03:32:58.5067601Z L1: 16(0x10) KB 2024-12-18T03:32:58.5068199Z L2: 8192(0x2000) KB 2024-12-18T03:32:58.5068884Z Chip ID: 29708(0x740c) 2024-12-18T03:32:58.5069642Z ASIC Revision: 1(0x1) 2024-12-18T03:32:58.5070451Z Cacheline Size: 64(0x40) 2024-12-18T03:32:58.5071257Z Max Clock Freq. (MHz): 1700 2024-12-18T03:32:58.5072046Z BDFID: 13568 2024-12-18T03:32:58.5072820Z Internal Node ID: 3 2024-12-18T03:32:58.5073522Z Compute Unit: 104 2024-12-18T03:32:58.5074178Z SIMDs per CU: 4 2024-12-18T03:32:58.5074842Z Shader Engines: 8 2024-12-18T03:32:58.5075534Z Shader Arrs. per Eng.: 1 2024-12-18T03:32:58.5076295Z WatchPts on Addr. Ranges:4 2024-12-18T03:32:58.5077036Z Coherent Host Access: FALSE 2024-12-18T03:32:58.5077675Z Memory Properties: 2024-12-18T03:32:58.5078187Z Features: KERNEL_DISPATCH 2024-12-18T03:32:58.5078911Z Fast F16 Operation: TRUE 2024-12-18T03:32:58.5079752Z Wavefront Size: 64(0x40) 2024-12-18T03:32:58.5080988Z Workgroup Max Size: 1024(0x400) 2024-12-18T03:32:58.5081643Z Workgroup Max Size per Dimension: 2024-12-18T03:32:58.5082204Z x 1024(0x400) 2024-12-18T03:32:58.5082777Z y 1024(0x400) 2024-12-18T03:32:58.5083333Z z 1024(0x400) 2024-12-18T03:32:58.5083952Z Max Waves Per CU: 32(0x20) 2024-12-18T03:32:58.5084957Z Max Work-item Per CU: 2048(0x800) 2024-12-18T03:32:58.5085657Z Grid Max Size: 4294967295(0xffffffff) 2024-12-18T03:32:58.5086266Z Grid Max Size per Dimension: 2024-12-18T03:32:58.5086767Z x 4294967295(0xffffffff) 2024-12-18T03:32:58.5087344Z y 4294967295(0xffffffff) 2024-12-18T03:32:58.5087908Z z 4294967295(0xffffffff) 2024-12-18T03:32:58.5088580Z Max fbarriers/Workgrp: 32 2024-12-18T03:32:58.5089330Z Packet Processor uCode:: 83 2024-12-18T03:32:58.5090047Z SDMA engine uCode:: 8 2024-12-18T03:32:58.5090738Z IOMMU Support:: None 2024-12-18T03:32:58.5091347Z Pool Info: 2024-12-18T03:32:58.5091798Z Pool 1 2024-12-18T03:32:58.5092378Z Segment: GLOBAL; FLAGS: COARSE GRAINED 2024-12-18T03:32:58.5093068Z Size: 67092480(0x3ffc000) KB 2024-12-18T03:32:58.5093727Z Allocatable: TRUE 2024-12-18T03:32:58.5094429Z Alloc Granule: 4KB 2024-12-18T03:32:58.5095156Z Alloc Recommended Granule:2048KB 2024-12-18T03:32:58.5095908Z Alloc Alignment: 4KB 2024-12-18T03:32:58.5096911Z Accessible by all: FALSE 2024-12-18T03:32:58.5097523Z Pool 2 2024-12-18T03:32:58.5098082Z Segment: GLOBAL; FLAGS: EXTENDED FINE GRAINED 2024-12-18T03:32:58.5098749Z Size: 67092480(0x3ffc000) KB 2024-12-18T03:32:58.5099407Z Allocatable: TRUE 2024-12-18T03:32:58.5100096Z Alloc Granule: 4KB 2024-12-18T03:32:58.5100804Z Alloc Recommended Granule:2048KB 2024-12-18T03:32:58.5101529Z Alloc Alignment: 4KB 2024-12-18T03:32:58.5102231Z Accessible by all: FALSE 2024-12-18T03:32:58.5102835Z Pool 3 2024-12-18T03:32:58.5103378Z Segment: GLOBAL; FLAGS: FINE GRAINED 2024-12-18T03:32:58.5104044Z Size: 67092480(0x3ffc000) KB 2024-12-18T03:32:58.5104692Z Allocatable: TRUE 2024-12-18T03:32:58.5105375Z Alloc Granule: 4KB 2024-12-18T03:32:58.5106092Z Alloc Recommended Granule:2048KB 2024-12-18T03:32:58.5106813Z Alloc Alignment: 4KB 2024-12-18T03:32:58.5107523Z Accessible by all: FALSE 2024-12-18T03:32:58.5108126Z Pool 4 2024-12-18T03:32:58.5108696Z Segment: GROUP 2024-12-18T03:32:58.5109444Z Size: 64(0x40) KB 2024-12-18T03:32:58.5110222Z Allocatable: FALSE 2024-12-18T03:32:58.5111043Z Alloc Granule: 0KB 2024-12-18T03:32:58.5112325Z Alloc Recommended Granule:0KB 2024-12-18T03:32:58.5113157Z Alloc Alignment: 0KB 2024-12-18T03:32:58.5113859Z Accessible by all: FALSE 2024-12-18T03:32:58.5114471Z ISA Info: 2024-12-18T03:32:58.5114910Z ISA 1 2024-12-18T03:32:58.5115484Z Name: amdgcn-amd-amdhsa--gfx90a:sramecc+:xnack- 2024-12-18T03:32:58.5116531Z Machine Models: HSA_MACHINE_MODEL_LARGE 2024-12-18T03:32:58.5117261Z Profiles: HSA_PROFILE_BASE 2024-12-18T03:32:58.5117974Z Default Rounding Mode: NEAR 2024-12-18T03:32:58.5118704Z Default Rounding Mode: NEAR 2024-12-18T03:32:58.5119382Z Fast f16: TRUE 2024-12-18T03:32:58.5120066Z Workgroup Max Size: 1024(0x400) 2024-12-18T03:32:58.5120712Z Workgroup Max Size per Dimension: 2024-12-18T03:32:58.5121289Z x 1024(0x400) 2024-12-18T03:32:58.5121877Z y 1024(0x400) 2024-12-18T03:32:58.5122446Z z 1024(0x400) 2024-12-18T03:32:58.5123069Z Grid Max Size: 4294967295(0xffffffff) 2024-12-18T03:32:58.5123688Z Grid Max Size per Dimension: 2024-12-18T03:32:58.5124215Z x 4294967295(0xffffffff) 2024-12-18T03:32:58.5124796Z y 4294967295(0xffffffff) 2024-12-18T03:32:58.5125373Z z 4294967295(0xffffffff) 2024-12-18T03:32:58.5126021Z FBarrier Max Size: 32 2024-12-18T03:32:58.5126630Z ******* 2024-12-18T03:32:58.5127064Z Agent 5 2024-12-18T03:32:58.5127488Z ******* 2024-12-18T03:32:58.5127973Z Name: gfx90a 2024-12-18T03:32:58.5128644Z Uuid: GPU-7a90e0d9d56cf49c 2024-12-18T03:32:58.5129480Z Marketing Name: AMD Instinct MI250X/MI250 2024-12-18T03:32:58.5130332Z Vendor Name: AMD 2024-12-18T03:32:58.5131144Z Feature: KERNEL_DISPATCH 2024-12-18T03:32:58.5131826Z Profile: BASE_PROFILE 2024-12-18T03:32:58.5132544Z Float Round Mode: NEAR 2024-12-18T03:32:58.5133228Z Max Queue Number: 128(0x80) 2024-12-18T03:32:58.5133904Z Queue Min Size: 64(0x40) 2024-12-18T03:32:58.5134572Z Queue Max Size: 131072(0x20000) 2024-12-18T03:32:58.5135250Z Queue Type: MULTI 2024-12-18T03:32:58.5135886Z Node: 4 2024-12-18T03:32:58.5136625Z Device Type: GPU 2024-12-18T03:32:58.5137220Z Cache Info: 2024-12-18T03:32:58.5137715Z L1: 16(0x10) KB 2024-12-18T03:32:58.5138304Z L2: 8192(0x2000) KB 2024-12-18T03:32:58.5138915Z Chip ID: 29708(0x740c) 2024-12-18T03:32:58.5139576Z ASIC Revision: 1(0x1) 2024-12-18T03:32:58.5140260Z Cacheline Size: 64(0x40) 2024-12-18T03:32:58.5140937Z Max Clock Freq. (MHz): 1700 2024-12-18T03:32:58.5141577Z BDFID: 4352 2024-12-18T03:32:58.5142620Z Internal Node ID: 4 2024-12-18T03:32:58.5143285Z Compute Unit: 104 2024-12-18T03:32:58.5143936Z SIMDs per CU: 4 2024-12-18T03:32:58.5144598Z Shader Engines: 8 2024-12-18T03:32:58.5145301Z Shader Arrs. per Eng.: 1 2024-12-18T03:32:58.5146010Z WatchPts on Addr. Ranges:4 2024-12-18T03:32:58.5147026Z Coherent Host Access: FALSE 2024-12-18T03:32:58.5147677Z Memory Properties: 2024-12-18T03:32:58.5148190Z Features: KERNEL_DISPATCH 2024-12-18T03:32:58.5148894Z Fast F16 Operation: TRUE 2024-12-18T03:32:58.5149719Z Wavefront Size: 64(0x40) 2024-12-18T03:32:58.5150549Z Workgroup Max Size: 1024(0x400) 2024-12-18T03:32:58.5151312Z Workgroup Max Size per Dimension: 2024-12-18T03:32:58.5151951Z x 1024(0x400) 2024-12-18T03:32:58.5152626Z y 1024(0x400) 2024-12-18T03:32:58.5153276Z z 1024(0x400) 2024-12-18T03:32:58.5153898Z Max Waves Per CU: 32(0x20) 2024-12-18T03:32:58.5154591Z Max Work-item Per CU: 2048(0x800) 2024-12-18T03:32:58.5155279Z Grid Max Size: 4294967295(0xffffffff) 2024-12-18T03:32:58.5155888Z Grid Max Size per Dimension: 2024-12-18T03:32:58.5156390Z x 4294967295(0xffffffff) 2024-12-18T03:32:58.5156973Z y 4294967295(0xffffffff) 2024-12-18T03:32:58.5157542Z z 4294967295(0xffffffff) 2024-12-18T03:32:58.5158202Z Max fbarriers/Workgrp: 32 2024-12-18T03:32:58.5159036Z Packet Processor uCode:: 83 2024-12-18T03:32:58.5159902Z SDMA engine uCode:: 8 2024-12-18T03:32:58.5160721Z IOMMU Support:: None 2024-12-18T03:32:58.5161404Z Pool Info: 2024-12-18T03:32:58.5161845Z Pool 1 2024-12-18T03:32:58.5162412Z Segment: GLOBAL; FLAGS: COARSE GRAINED 2024-12-18T03:32:58.5163099Z Size: 67092480(0x3ffc000) KB 2024-12-18T03:32:58.5163765Z Allocatable: TRUE 2024-12-18T03:32:58.5164457Z Alloc Granule: 4KB 2024-12-18T03:32:58.5165184Z Alloc Recommended Granule:2048KB 2024-12-18T03:32:58.5165916Z Alloc Alignment: 4KB 2024-12-18T03:32:58.5166622Z Accessible by all: FALSE 2024-12-18T03:32:58.5167232Z Pool 2 2024-12-18T03:32:58.5167787Z Segment: GLOBAL; FLAGS: EXTENDED FINE GRAINED 2024-12-18T03:32:58.5168448Z Size: 67092480(0x3ffc000) KB 2024-12-18T03:32:58.5169101Z Allocatable: TRUE 2024-12-18T03:32:58.5169787Z Alloc Granule: 4KB 2024-12-18T03:32:58.5170507Z Alloc Recommended Granule:2048KB 2024-12-18T03:32:58.5171232Z Alloc Alignment: 4KB 2024-12-18T03:32:58.5171926Z Accessible by all: FALSE 2024-12-18T03:32:58.5172529Z Pool 3 2024-12-18T03:32:58.5173077Z Segment: GLOBAL; FLAGS: FINE GRAINED 2024-12-18T03:32:58.5173717Z Size: 67092480(0x3ffc000) KB 2024-12-18T03:32:58.5174651Z Allocatable: TRUE 2024-12-18T03:32:58.5175338Z Alloc Granule: 4KB 2024-12-18T03:32:58.5176043Z Alloc Recommended Granule:2048KB 2024-12-18T03:32:58.5176877Z Alloc Alignment: 4KB 2024-12-18T03:32:58.5177575Z Accessible by all: FALSE 2024-12-18T03:32:58.5178482Z Pool 4 2024-12-18T03:32:58.5179018Z Segment: GROUP 2024-12-18T03:32:58.5179641Z Size: 64(0x40) KB 2024-12-18T03:32:58.5180281Z Allocatable: FALSE 2024-12-18T03:32:58.5180968Z Alloc Granule: 0KB 2024-12-18T03:32:58.5181676Z Alloc Recommended Granule:0KB 2024-12-18T03:32:58.5182408Z Alloc Alignment: 0KB 2024-12-18T03:32:58.5183115Z Accessible by all: FALSE 2024-12-18T03:32:58.5183729Z ISA Info: 2024-12-18T03:32:58.5184162Z ISA 1 2024-12-18T03:32:58.5184731Z Name: amdgcn-amd-amdhsa--gfx90a:sramecc+:xnack- 2024-12-18T03:32:58.5185474Z Machine Models: HSA_MACHINE_MODEL_LARGE 2024-12-18T03:32:58.5186193Z Profiles: HSA_PROFILE_BASE 2024-12-18T03:32:58.5186902Z Default Rounding Mode: NEAR 2024-12-18T03:32:58.5187627Z Default Rounding Mode: NEAR 2024-12-18T03:32:58.5188321Z Fast f16: TRUE 2024-12-18T03:32:58.5189084Z Workgroup Max Size: 1024(0x400) 2024-12-18T03:32:58.5189867Z Workgroup Max Size per Dimension: 2024-12-18T03:32:58.5190544Z x 1024(0x400) 2024-12-18T03:32:58.5191233Z y 1024(0x400) 2024-12-18T03:32:58.5191896Z z 1024(0x400) 2024-12-18T03:32:58.5192644Z Grid Max Size: 4294967295(0xffffffff) 2024-12-18T03:32:58.5193339Z Grid Max Size per Dimension: 2024-12-18T03:32:58.5193872Z x 4294967295(0xffffffff) 2024-12-18T03:32:58.5194450Z y 4294967295(0xffffffff) 2024-12-18T03:32:58.5195025Z z 4294967295(0xffffffff) 2024-12-18T03:32:58.5195667Z FBarrier Max Size: 32 2024-12-18T03:32:58.5196263Z ******* 2024-12-18T03:32:58.5196687Z Agent 6 2024-12-18T03:32:58.5197118Z ******* 2024-12-18T03:32:58.5197594Z Name: gfx90a 2024-12-18T03:32:58.5198224Z Uuid: GPU-8ad9228e7f5394ba 2024-12-18T03:32:58.5198903Z Marketing Name: AMD Instinct MI250X/MI250 2024-12-18T03:32:58.5199599Z Vendor Name: AMD 2024-12-18T03:32:58.5200263Z Feature: KERNEL_DISPATCH 2024-12-18T03:32:58.5200928Z Profile: BASE_PROFILE 2024-12-18T03:32:58.5201605Z Float Round Mode: NEAR 2024-12-18T03:32:58.5202283Z Max Queue Number: 128(0x80) 2024-12-18T03:32:58.5202948Z Queue Min Size: 64(0x40) 2024-12-18T03:32:58.5203613Z Queue Max Size: 131072(0x20000) 2024-12-18T03:32:58.5204265Z Queue Type: MULTI 2024-12-18T03:32:58.5205221Z Node: 5 2024-12-18T03:32:58.5205845Z Device Type: GPU 2024-12-18T03:32:58.5206431Z Cache Info: 2024-12-18T03:32:58.5206918Z L1: 16(0x10) KB 2024-12-18T03:32:58.5207497Z L2: 8192(0x2000) KB 2024-12-18T03:32:58.5208339Z Chip ID: 29708(0x740c) 2024-12-18T03:32:58.5209057Z ASIC Revision: 1(0x1) 2024-12-18T03:32:58.5209865Z Cacheline Size: 64(0x40) 2024-12-18T03:32:58.5210675Z Max Clock Freq. (MHz): 1700 2024-12-18T03:32:58.5211414Z BDFID: 5120 2024-12-18T03:32:58.5212063Z Internal Node ID: 5 2024-12-18T03:32:58.5212742Z Compute Unit: 104 2024-12-18T03:32:58.5213393Z SIMDs per CU: 4 2024-12-18T03:32:58.5214062Z Shader Engines: 8 2024-12-18T03:32:58.5214751Z Shader Arrs. per Eng.: 1 2024-12-18T03:32:58.5215466Z WatchPts on Addr. Ranges:4 2024-12-18T03:32:58.5216178Z Coherent Host Access: FALSE 2024-12-18T03:32:58.5217165Z Memory Properties: 2024-12-18T03:32:58.5217682Z Features: KERNEL_DISPATCH 2024-12-18T03:32:58.5218316Z Fast F16 Operation: TRUE 2024-12-18T03:32:58.5219009Z Wavefront Size: 64(0x40) 2024-12-18T03:32:58.5219688Z Workgroup Max Size: 1024(0x400) 2024-12-18T03:32:58.5220248Z Workgroup Max Size per Dimension: 2024-12-18T03:32:58.5220735Z x 1024(0x400) 2024-12-18T03:32:58.5221236Z y 1024(0x400) 2024-12-18T03:32:58.5221722Z z 1024(0x400) 2024-12-18T03:32:58.5222261Z Max Waves Per CU: 32(0x20) 2024-12-18T03:32:58.5222870Z Max Work-item Per CU: 2048(0x800) 2024-12-18T03:32:58.5223483Z Grid Max Size: 4294967295(0xffffffff) 2024-12-18T03:32:58.5224017Z Grid Max Size per Dimension: 2024-12-18T03:32:58.5224456Z x 4294967295(0xffffffff) 2024-12-18T03:32:58.5224959Z y 4294967295(0xffffffff) 2024-12-18T03:32:58.5225459Z z 4294967295(0xffffffff) 2024-12-18T03:32:58.5226042Z Max fbarriers/Workgrp: 32 2024-12-18T03:32:58.5226699Z Packet Processor uCode:: 83 2024-12-18T03:32:58.5227334Z SDMA engine uCode:: 8 2024-12-18T03:32:58.5227946Z IOMMU Support:: None 2024-12-18T03:32:58.5228474Z Pool Info: 2024-12-18T03:32:58.5228903Z Pool 1 2024-12-18T03:32:58.5229489Z Segment: GLOBAL; FLAGS: COARSE GRAINED 2024-12-18T03:32:58.5230192Z Size: 67092480(0x3ffc000) KB 2024-12-18T03:32:58.5230893Z Allocatable: TRUE 2024-12-18T03:32:58.5231611Z Alloc Granule: 4KB 2024-12-18T03:32:58.5232358Z Alloc Recommended Granule:2048KB 2024-12-18T03:32:58.5233123Z Alloc Alignment: 4KB 2024-12-18T03:32:58.5233773Z Accessible by all: FALSE 2024-12-18T03:32:58.5234626Z Pool 2 2024-12-18T03:32:58.5235121Z Segment: GLOBAL; FLAGS: EXTENDED FINE GRAINED 2024-12-18T03:32:58.5235712Z Size: 67092480(0x3ffc000) KB 2024-12-18T03:32:58.5236287Z Allocatable: TRUE 2024-12-18T03:32:58.5236893Z Alloc Granule: 4KB 2024-12-18T03:32:58.5237522Z Alloc Recommended Granule:2048KB 2024-12-18T03:32:58.5238418Z Alloc Alignment: 4KB 2024-12-18T03:32:58.5239122Z Accessible by all: FALSE 2024-12-18T03:32:58.5239765Z Pool 3 2024-12-18T03:32:58.5240332Z Segment: GLOBAL; FLAGS: FINE GRAINED 2024-12-18T03:32:58.5241012Z Size: 67092480(0x3ffc000) KB 2024-12-18T03:32:58.5241649Z Allocatable: TRUE 2024-12-18T03:32:58.5242252Z Alloc Granule: 4KB 2024-12-18T03:32:58.5242885Z Alloc Recommended Granule:2048KB 2024-12-18T03:32:58.5243532Z Alloc Alignment: 4KB 2024-12-18T03:32:58.5244163Z Accessible by all: FALSE 2024-12-18T03:32:58.5244694Z Pool 4 2024-12-18T03:32:58.5245158Z Segment: GROUP 2024-12-18T03:32:58.5245713Z Size: 64(0x40) KB 2024-12-18T03:32:58.5246285Z Allocatable: FALSE 2024-12-18T03:32:58.5246890Z Alloc Granule: 0KB 2024-12-18T03:32:58.5247516Z Alloc Recommended Granule:0KB 2024-12-18T03:32:58.5248157Z Alloc Alignment: 0KB 2024-12-18T03:32:58.5248777Z Accessible by all: FALSE 2024-12-18T03:32:58.5249323Z ISA Info: 2024-12-18T03:32:58.5249713Z ISA 1 2024-12-18T03:32:58.5250219Z Name: amdgcn-amd-amdhsa--gfx90a:sramecc+:xnack- 2024-12-18T03:32:58.5250875Z Machine Models: HSA_MACHINE_MODEL_LARGE 2024-12-18T03:32:58.5251510Z Profiles: HSA_PROFILE_BASE 2024-12-18T03:32:58.5252141Z Default Rounding Mode: NEAR 2024-12-18T03:32:58.5252781Z Default Rounding Mode: NEAR 2024-12-18T03:32:58.5253377Z Fast f16: TRUE 2024-12-18T03:32:58.5253975Z Workgroup Max Size: 1024(0x400) 2024-12-18T03:32:58.5254544Z Workgroup Max Size per Dimension: 2024-12-18T03:32:58.5255049Z x 1024(0x400) 2024-12-18T03:32:58.5255562Z y 1024(0x400) 2024-12-18T03:32:58.5256056Z z 1024(0x400) 2024-12-18T03:32:58.5256708Z Grid Max Size: 4294967295(0xffffffff) 2024-12-18T03:32:58.5257250Z Grid Max Size per Dimension: 2024-12-18T03:32:58.5257708Z x 4294967295(0xffffffff) 2024-12-18T03:32:58.5258224Z y 4294967295(0xffffffff) 2024-12-18T03:32:58.5258730Z z 4294967295(0xffffffff) 2024-12-18T03:32:58.5259307Z FBarrier Max Size: 32 2024-12-18T03:32:58.5259832Z ******* 2024-12-18T03:32:58.5260213Z Agent 7 2024-12-18T03:32:58.5260582Z ******* 2024-12-18T03:32:58.5261343Z Name: gfx90a 2024-12-18T03:32:58.5261909Z Uuid: GPU-bdbf1ce15a4e2cd8 2024-12-18T03:32:58.5262523Z Marketing Name: AMD Instinct MI250X/MI250 2024-12-18T03:32:58.5263142Z Vendor Name: AMD 2024-12-18T03:32:58.5263725Z Feature: KERNEL_DISPATCH 2024-12-18T03:32:58.5264311Z Profile: BASE_PROFILE 2024-12-18T03:32:58.5265197Z Float Round Mode: NEAR 2024-12-18T03:32:58.5265822Z Max Queue Number: 128(0x80) 2024-12-18T03:32:58.5266420Z Queue Min Size: 64(0x40) 2024-12-18T03:32:58.5267009Z Queue Max Size: 131072(0x20000) 2024-12-18T03:32:58.5267604Z Queue Type: MULTI 2024-12-18T03:32:58.5268168Z Node: 6 2024-12-18T03:32:58.5268736Z Device Type: GPU 2024-12-18T03:32:58.5269368Z Cache Info: 2024-12-18T03:32:58.5269887Z L1: 16(0x10) KB 2024-12-18T03:32:58.5270501Z L2: 8192(0x2000) KB 2024-12-18T03:32:58.5271129Z Chip ID: 29708(0x740c) 2024-12-18T03:32:58.5271814Z ASIC Revision: 1(0x1) 2024-12-18T03:32:58.5272539Z Cacheline Size: 64(0x40) 2024-12-18T03:32:58.5273260Z Max Clock Freq. (MHz): 1700 2024-12-18T03:32:58.5273863Z BDFID: 44544 2024-12-18T03:32:58.5274442Z Internal Node ID: 6 2024-12-18T03:32:58.5275038Z Compute Unit: 104 2024-12-18T03:32:58.5275620Z SIMDs per CU: 4 2024-12-18T03:32:58.5276212Z Shader Engines: 8 2024-12-18T03:32:58.5276824Z Shader Arrs. per Eng.: 1 2024-12-18T03:32:58.5277464Z WatchPts on Addr. Ranges:4 2024-12-18T03:32:58.5278108Z Coherent Host Access: FALSE 2024-12-18T03:32:58.5278670Z Memory Properties: 2024-12-18T03:32:58.5279189Z Features: KERNEL_DISPATCH 2024-12-18T03:32:58.5279865Z Fast F16 Operation: TRUE 2024-12-18T03:32:58.5280598Z Wavefront Size: 64(0x40) 2024-12-18T03:32:58.5281344Z Workgroup Max Size: 1024(0x400) 2024-12-18T03:32:58.5281961Z Workgroup Max Size per Dimension: 2024-12-18T03:32:58.5282441Z x 1024(0x400) 2024-12-18T03:32:58.5282952Z y 1024(0x400) 2024-12-18T03:32:58.5283445Z z 1024(0x400) 2024-12-18T03:32:58.5283998Z Max Waves Per CU: 32(0x20) 2024-12-18T03:32:58.5284637Z Max Work-item Per CU: 2048(0x800) 2024-12-18T03:32:58.5285269Z Grid Max Size: 4294967295(0xffffffff) 2024-12-18T03:32:58.5285823Z Grid Max Size per Dimension: 2024-12-18T03:32:58.5286305Z x 4294967295(0xffffffff) 2024-12-18T03:32:58.5286827Z y 4294967295(0xffffffff) 2024-12-18T03:32:58.5287345Z z 4294967295(0xffffffff) 2024-12-18T03:32:58.5287931Z Max fbarriers/Workgrp: 32 2024-12-18T03:32:58.5288596Z Packet Processor uCode:: 83 2024-12-18T03:32:58.5289500Z SDMA engine uCode:: 8 2024-12-18T03:32:58.5290122Z IOMMU Support:: None 2024-12-18T03:32:58.5290659Z Pool Info: 2024-12-18T03:32:58.5291066Z Pool 1 2024-12-18T03:32:58.5291572Z Segment: GLOBAL; FLAGS: COARSE GRAINED 2024-12-18T03:32:58.5292183Z Size: 67092480(0x3ffc000) KB 2024-12-18T03:32:58.5293000Z Allocatable: TRUE 2024-12-18T03:32:58.5293629Z Alloc Granule: 4KB 2024-12-18T03:32:58.5294284Z Alloc Recommended Granule:2048KB 2024-12-18T03:32:58.5294948Z Alloc Alignment: 4KB 2024-12-18T03:32:58.5295573Z Accessible by all: FALSE 2024-12-18T03:32:58.5296122Z Pool 2 2024-12-18T03:32:58.5296736Z Segment: GLOBAL; FLAGS: EXTENDED FINE GRAINED 2024-12-18T03:32:58.5297339Z Size: 67092480(0x3ffc000) KB 2024-12-18T03:32:58.5297925Z Allocatable: TRUE 2024-12-18T03:32:58.5298541Z Alloc Granule: 4KB 2024-12-18T03:32:58.5299177Z Alloc Recommended Granule:2048KB 2024-12-18T03:32:58.5299825Z Alloc Alignment: 4KB 2024-12-18T03:32:58.5300455Z Accessible by all: FALSE 2024-12-18T03:32:58.5301001Z Pool 3 2024-12-18T03:32:58.5301484Z Segment: GLOBAL; FLAGS: FINE GRAINED 2024-12-18T03:32:58.5302065Z Size: 67092480(0x3ffc000) KB 2024-12-18T03:32:58.5302636Z Allocatable: TRUE 2024-12-18T03:32:58.5303243Z Alloc Granule: 4KB 2024-12-18T03:32:58.5303881Z Alloc Recommended Granule:2048KB 2024-12-18T03:32:58.5304523Z Alloc Alignment: 4KB 2024-12-18T03:32:58.5305144Z Accessible by all: FALSE 2024-12-18T03:32:58.5305680Z Pool 4 2024-12-18T03:32:58.5306149Z Segment: GROUP 2024-12-18T03:32:58.5306714Z Size: 64(0x40) KB 2024-12-18T03:32:58.5307295Z Allocatable: FALSE 2024-12-18T03:32:58.5307901Z Alloc Granule: 0KB 2024-12-18T03:32:58.5308537Z Alloc Recommended Granule:0KB 2024-12-18T03:32:58.5309252Z Alloc Alignment: 0KB 2024-12-18T03:32:58.5309997Z Accessible by all: FALSE 2024-12-18T03:32:58.5310635Z ISA Info: 2024-12-18T03:32:58.5311106Z ISA 1 2024-12-18T03:32:58.5311721Z Name: amdgcn-amd-amdhsa--gfx90a:sramecc+:xnack- 2024-12-18T03:32:58.5312502Z Machine Models: HSA_MACHINE_MODEL_LARGE 2024-12-18T03:32:58.5313263Z Profiles: HSA_PROFILE_BASE 2024-12-18T03:32:58.5313950Z Default Rounding Mode: NEAR 2024-12-18T03:32:58.5314596Z Default Rounding Mode: NEAR 2024-12-18T03:32:58.5315194Z Fast f16: TRUE 2024-12-18T03:32:58.5315787Z Workgroup Max Size: 1024(0x400) 2024-12-18T03:32:58.5316362Z Workgroup Max Size per Dimension: 2024-12-18T03:32:58.5316871Z x 1024(0x400) 2024-12-18T03:32:58.5317696Z y 1024(0x400) 2024-12-18T03:32:58.5318206Z z 1024(0x400) 2024-12-18T03:32:58.5318765Z Grid Max Size: 4294967295(0xffffffff) 2024-12-18T03:32:58.5319403Z Grid Max Size per Dimension: 2024-12-18T03:32:58.5319958Z x 4294967295(0xffffffff) 2024-12-18T03:32:58.5320870Z y 4294967295(0xffffffff) 2024-12-18T03:32:58.5321487Z z 4294967295(0xffffffff) 2024-12-18T03:32:58.5322072Z FBarrier Max Size: 32 2024-12-18T03:32:58.5322605Z ******* 2024-12-18T03:32:58.5322984Z Agent 8 2024-12-18T03:32:58.5323354Z ******* 2024-12-18T03:32:58.5323774Z Name: gfx90a 2024-12-18T03:32:58.5324344Z Uuid: GPU-fbca43c355c8b7ae 2024-12-18T03:32:58.5324956Z Marketing Name: AMD Instinct MI250X/MI250 2024-12-18T03:32:58.5325573Z Vendor Name: AMD 2024-12-18T03:32:58.5326160Z Feature: KERNEL_DISPATCH 2024-12-18T03:32:58.5326744Z Profile: BASE_PROFILE 2024-12-18T03:32:58.5327339Z Float Round Mode: NEAR 2024-12-18T03:32:58.5327950Z Max Queue Number: 128(0x80) 2024-12-18T03:32:58.5328544Z Queue Min Size: 64(0x40) 2024-12-18T03:32:58.5329136Z Queue Max Size: 131072(0x20000) 2024-12-18T03:32:58.5329716Z Queue Type: MULTI 2024-12-18T03:32:58.5330264Z Node: 7 2024-12-18T03:32:58.5330826Z Device Type: GPU 2024-12-18T03:32:58.5331348Z Cache Info: 2024-12-18T03:32:58.5331782Z L1: 16(0x10) KB 2024-12-18T03:32:58.5332296Z L2: 8192(0x2000) KB 2024-12-18T03:32:58.5332838Z Chip ID: 29708(0x740c) 2024-12-18T03:32:58.5333410Z ASIC Revision: 1(0x1) 2024-12-18T03:32:58.5334019Z Cacheline Size: 64(0x40) 2024-12-18T03:32:58.5334625Z Max Clock Freq. (MHz): 1700 2024-12-18T03:32:58.5335188Z BDFID: 45824 2024-12-18T03:32:58.5335762Z Internal Node ID: 7 2024-12-18T03:32:58.5336585Z Compute Unit: 104 2024-12-18T03:32:58.5337171Z SIMDs per CU: 4 2024-12-18T03:32:58.5337768Z Shader Engines: 8 2024-12-18T03:32:58.5338377Z Shader Arrs. per Eng.: 1 2024-12-18T03:32:58.5339001Z WatchPts on Addr. Ranges:4 2024-12-18T03:32:58.5339634Z Coherent Host Access: FALSE 2024-12-18T03:32:58.5340186Z Memory Properties: 2024-12-18T03:32:58.5340644Z Features: KERNEL_DISPATCH 2024-12-18T03:32:58.5341221Z Fast F16 Operation: TRUE 2024-12-18T03:32:58.5341847Z Wavefront Size: 64(0x40) 2024-12-18T03:32:58.5342475Z Workgroup Max Size: 1024(0x400) 2024-12-18T03:32:58.5343052Z Workgroup Max Size per Dimension: 2024-12-18T03:32:58.5343537Z x 1024(0x400) 2024-12-18T03:32:58.5344044Z y 1024(0x400) 2024-12-18T03:32:58.5344859Z z 1024(0x400) 2024-12-18T03:32:58.5345418Z Max Waves Per CU: 32(0x20) 2024-12-18T03:32:58.5346041Z Max Work-item Per CU: 2048(0x800) 2024-12-18T03:32:58.5346657Z Grid Max Size: 4294967295(0xffffffff) 2024-12-18T03:32:58.5347197Z Grid Max Size per Dimension: 2024-12-18T03:32:58.5347949Z x 4294967295(0xffffffff) 2024-12-18T03:32:58.5348476Z y 4294967295(0xffffffff) 2024-12-18T03:32:58.5349000Z z 4294967295(0xffffffff) 2024-12-18T03:32:58.5349681Z Max fbarriers/Workgrp: 32 2024-12-18T03:32:58.5350467Z Packet Processor uCode:: 83 2024-12-18T03:32:58.5351212Z SDMA engine uCode:: 8 2024-12-18T03:32:58.5351950Z IOMMU Support:: None 2024-12-18T03:32:58.5352586Z Pool Info: 2024-12-18T03:32:58.5353079Z Pool 1 2024-12-18T03:32:58.5353659Z Segment: GLOBAL; FLAGS: COARSE GRAINED 2024-12-18T03:32:58.5354261Z Size: 67092480(0x3ffc000) KB 2024-12-18T03:32:58.5354858Z Allocatable: TRUE 2024-12-18T03:32:58.5355482Z Alloc Granule: 4KB 2024-12-18T03:32:58.5356132Z Alloc Recommended Granule:2048KB 2024-12-18T03:32:58.5356799Z Alloc Alignment: 4KB 2024-12-18T03:32:58.5357432Z Accessible by all: FALSE 2024-12-18T03:32:58.5357982Z Pool 2 2024-12-18T03:32:58.5358485Z Segment: GLOBAL; FLAGS: EXTENDED FINE GRAINED 2024-12-18T03:32:58.5359128Z Size: 67092480(0x3ffc000) KB 2024-12-18T03:32:58.5359820Z Allocatable: TRUE 2024-12-18T03:32:58.5360555Z Alloc Granule: 4KB 2024-12-18T03:32:58.5361310Z Alloc Recommended Granule:2048KB 2024-12-18T03:32:58.5362017Z Alloc Alignment: 4KB 2024-12-18T03:32:58.5362650Z Accessible by all: FALSE 2024-12-18T03:32:58.5363185Z Pool 3 2024-12-18T03:32:58.5363680Z Segment: GLOBAL; FLAGS: FINE GRAINED 2024-12-18T03:32:58.5364259Z Size: 67092480(0x3ffc000) KB 2024-12-18T03:32:58.5364831Z Allocatable: TRUE 2024-12-18T03:32:58.5365435Z Alloc Granule: 4KB 2024-12-18T03:32:58.5366075Z Alloc Recommended Granule:2048KB 2024-12-18T03:32:58.5366721Z Alloc Alignment: 4KB 2024-12-18T03:32:58.5367341Z Accessible by all: FALSE 2024-12-18T03:32:58.5367878Z Pool 4 2024-12-18T03:32:58.5368347Z Segment: GROUP 2024-12-18T03:32:58.5368903Z Size: 64(0x40) KB 2024-12-18T03:32:58.5369488Z Allocatable: FALSE 2024-12-18T03:32:58.5370100Z Alloc Granule: 0KB 2024-12-18T03:32:58.5370740Z Alloc Recommended Granule:0KB 2024-12-18T03:32:58.5371383Z Alloc Alignment: 0KB 2024-12-18T03:32:58.5372009Z Accessible by all: FALSE 2024-12-18T03:32:58.5372815Z ISA Info: 2024-12-18T03:32:58.5373207Z ISA 1 2024-12-18T03:32:58.5373710Z Name: amdgcn-amd-amdhsa--gfx90a:sramecc+:xnack- 2024-12-18T03:32:58.5374374Z Machine Models: HSA_MACHINE_MODEL_LARGE 2024-12-18T03:32:58.5375013Z Profiles: HSA_PROFILE_BASE 2024-12-18T03:32:58.5375639Z Default Rounding Mode: NEAR 2024-12-18T03:32:58.5376643Z Default Rounding Mode: NEAR 2024-12-18T03:32:58.5377285Z Fast f16: TRUE 2024-12-18T03:32:58.5377889Z Workgroup Max Size: 1024(0x400) 2024-12-18T03:32:58.5378471Z Workgroup Max Size per Dimension: 2024-12-18T03:32:58.5378979Z x 1024(0x400) 2024-12-18T03:32:58.5379497Z y 1024(0x400) 2024-12-18T03:32:58.5380007Z z 1024(0x400) 2024-12-18T03:32:58.5380565Z Grid Max Size: 4294967295(0xffffffff) 2024-12-18T03:32:58.5381110Z Grid Max Size per Dimension: 2024-12-18T03:32:58.5381570Z x 4294967295(0xffffffff) 2024-12-18T03:32:58.5382084Z y 4294967295(0xffffffff) 2024-12-18T03:32:58.5382595Z z 4294967295(0xffffffff) 2024-12-18T03:32:58.5383164Z FBarrier Max Size: 32 2024-12-18T03:32:58.5383700Z ******* 2024-12-18T03:32:58.5384090Z Agent 9 2024-12-18T03:32:58.5384463Z ******* 2024-12-18T03:32:58.5384902Z Name: gfx90a 2024-12-18T03:32:58.5385470Z Uuid: GPU-224bf7aab4354d06 2024-12-18T03:32:58.5386088Z Marketing Name: AMD Instinct MI250X/MI250 2024-12-18T03:32:58.5386708Z Vendor Name: AMD 2024-12-18T03:32:58.5387298Z Feature: KERNEL_DISPATCH 2024-12-18T03:32:58.5387890Z Profile: BASE_PROFILE 2024-12-18T03:32:58.5388489Z Float Round Mode: NEAR 2024-12-18T03:32:58.5389130Z Max Queue Number: 128(0x80) 2024-12-18T03:32:58.5389827Z Queue Min Size: 64(0x40) 2024-12-18T03:32:58.5390514Z Queue Max Size: 131072(0x20000) 2024-12-18T03:32:58.5391202Z Queue Type: MULTI 2024-12-18T03:32:58.5391854Z Node: 8 2024-12-18T03:32:58.5392511Z Device Type: GPU 2024-12-18T03:32:58.5393143Z Cache Info: 2024-12-18T03:32:58.5393660Z L1: 16(0x10) KB 2024-12-18T03:32:58.5394190Z L2: 8192(0x2000) KB 2024-12-18T03:32:58.5394723Z Chip ID: 29708(0x740c) 2024-12-18T03:32:58.5395304Z ASIC Revision: 1(0x1) 2024-12-18T03:32:58.5395909Z Cacheline Size: 64(0x40) 2024-12-18T03:32:58.5396526Z Max Clock Freq. (MHz): 1700 2024-12-18T03:32:58.5397099Z BDFID: 36352 2024-12-18T03:32:58.5397682Z Internal Node ID: 8 2024-12-18T03:32:58.5398273Z Compute Unit: 104 2024-12-18T03:32:58.5398852Z SIMDs per CU: 4 2024-12-18T03:32:58.5399519Z Shader Engines: 8 2024-12-18T03:32:58.5400614Z Shader Arrs. per Eng.: 1 2024-12-18T03:32:58.5401356Z WatchPts on Addr. Ranges:4 2024-12-18T03:32:58.5402051Z Coherent Host Access: FALSE 2024-12-18T03:32:58.5402608Z Memory Properties: 2024-12-18T03:32:58.5403050Z Features: KERNEL_DISPATCH 2024-12-18T03:32:58.5403615Z Fast F16 Operation: TRUE 2024-12-18T03:32:58.5404455Z Wavefront Size: 64(0x40) 2024-12-18T03:32:58.5405077Z Workgroup Max Size: 1024(0x400) 2024-12-18T03:32:58.5405643Z Workgroup Max Size per Dimension: 2024-12-18T03:32:58.5406120Z x 1024(0x400) 2024-12-18T03:32:58.5406618Z y 1024(0x400) 2024-12-18T03:32:58.5407106Z z 1024(0x400) 2024-12-18T03:32:58.5407646Z Max Waves Per CU: 32(0x20) 2024-12-18T03:32:58.5408258Z Max Work-item Per CU: 2048(0x800) 2024-12-18T03:32:58.5408859Z Grid Max Size: 4294967295(0xffffffff) 2024-12-18T03:32:58.5409391Z Grid Max Size per Dimension: 2024-12-18T03:32:58.5409836Z x 4294967295(0xffffffff) 2024-12-18T03:32:58.5410352Z y 4294967295(0xffffffff) 2024-12-18T03:32:58.5410855Z z 4294967295(0xffffffff) 2024-12-18T03:32:58.5411432Z Max fbarriers/Workgrp: 32 2024-12-18T03:32:58.5412088Z Packet Processor uCode:: 83 2024-12-18T03:32:58.5412723Z SDMA engine uCode:: 8 2024-12-18T03:32:58.5413336Z IOMMU Support:: None 2024-12-18T03:32:58.5413871Z Pool Info: 2024-12-18T03:32:58.5414273Z Pool 1 2024-12-18T03:32:58.5414775Z Segment: GLOBAL; FLAGS: COARSE GRAINED 2024-12-18T03:32:58.5414975Z Size: 67092480(0x3ffc000) KB 2024-12-18T03:32:58.5415216Z Allocatable: TRUE 2024-12-18T03:32:58.5415437Z Alloc Granule: 4KB 2024-12-18T03:32:58.5415711Z Alloc Recommended Granule:2048KB 2024-12-18T03:32:58.5415941Z Alloc Alignment: 4KB 2024-12-18T03:32:58.5416190Z Accessible by all: FALSE 2024-12-18T03:32:58.5416424Z Pool 2 2024-12-18T03:32:58.5416674Z Segment: GLOBAL; FLAGS: EXTENDED FINE GRAINED 2024-12-18T03:32:58.5416863Z Size: 67092480(0x3ffc000) KB 2024-12-18T03:32:58.5417099Z Allocatable: TRUE 2024-12-18T03:32:58.5417323Z Alloc Granule: 4KB 2024-12-18T03:32:58.5417582Z Alloc Recommended Granule:2048KB 2024-12-18T03:32:58.5417820Z Alloc Alignment: 4KB 2024-12-18T03:32:58.5418056Z Accessible by all: FALSE 2024-12-18T03:32:58.5418217Z Pool 3 2024-12-18T03:32:58.5418444Z Segment: GLOBAL; FLAGS: FINE GRAINED 2024-12-18T03:32:58.5418636Z Size: 67092480(0x3ffc000) KB 2024-12-18T03:32:58.5418861Z Allocatable: TRUE 2024-12-18T03:32:58.5419087Z Alloc Granule: 4KB 2024-12-18T03:32:58.5419342Z Alloc Recommended Granule:2048KB 2024-12-18T03:32:58.5419880Z Alloc Alignment: 4KB 2024-12-18T03:32:58.5420119Z Accessible by all: FALSE 2024-12-18T03:32:58.5420270Z Pool 4 2024-12-18T03:32:58.5420479Z Segment: GROUP 2024-12-18T03:32:58.5420674Z Size: 64(0x40) KB 2024-12-18T03:32:58.5421160Z Allocatable: FALSE 2024-12-18T03:32:58.5421399Z Alloc Granule: 0KB 2024-12-18T03:32:58.5421657Z Alloc Recommended Granule:0KB 2024-12-18T03:32:58.5421884Z Alloc Alignment: 0KB 2024-12-18T03:32:58.5422129Z Accessible by all: FALSE 2024-12-18T03:32:58.5422275Z ISA Info: 2024-12-18T03:32:58.5422429Z ISA 1 2024-12-18T03:32:58.5422677Z Name: amdgcn-amd-amdhsa--gfx90a:sramecc+:xnack- 2024-12-18T03:32:58.5422931Z Machine Models: HSA_MACHINE_MODEL_LARGE 2024-12-18T03:32:58.5423159Z Profiles: HSA_PROFILE_BASE 2024-12-18T03:32:58.5423410Z Default Rounding Mode: NEAR 2024-12-18T03:32:58.5423652Z Default Rounding Mode: NEAR 2024-12-18T03:32:58.5423862Z Fast f16: TRUE 2024-12-18T03:32:58.5424101Z Workgroup Max Size: 1024(0x400) 2024-12-18T03:32:58.5424284Z Workgroup Max Size per Dimension: 2024-12-18T03:32:58.5424471Z x 1024(0x400) 2024-12-18T03:32:58.5424646Z y 1024(0x400) 2024-12-18T03:32:58.5424828Z z 1024(0x400) 2024-12-18T03:32:58.5425049Z Grid Max Size: 4294967295(0xffffffff) 2024-12-18T03:32:58.5425223Z Grid Max Size per Dimension: 2024-12-18T03:32:58.5425399Z x 4294967295(0xffffffff) 2024-12-18T03:32:58.5425579Z y 4294967295(0xffffffff) 2024-12-18T03:32:58.5425750Z z 4294967295(0xffffffff) 2024-12-18T03:32:58.5425997Z FBarrier Max Size: 32 2024-12-18T03:32:58.5426138Z ******* 2024-12-18T03:32:58.5426287Z Agent 10 2024-12-18T03:32:58.5426420Z ******* 2024-12-18T03:32:58.5426623Z Name: gfx90a 2024-12-18T03:32:58.5426830Z Uuid: GPU-8473d8ace24d57eb 2024-12-18T03:32:58.5427084Z Marketing Name: AMD Instinct MI250X/MI250 2024-12-18T03:32:58.5427303Z Vendor Name: AMD 2024-12-18T03:32:58.5427534Z Feature: KERNEL_DISPATCH 2024-12-18T03:32:58.5427755Z Profile: BASE_PROFILE 2024-12-18T03:32:58.5427983Z Float Round Mode: NEAR 2024-12-18T03:32:58.5428210Z Max Queue Number: 128(0x80) 2024-12-18T03:32:58.5428427Z Queue Min Size: 64(0x40) 2024-12-18T03:32:58.5428643Z Queue Max Size: 131072(0x20000) 2024-12-18T03:32:58.5428854Z Queue Type: MULTI 2024-12-18T03:32:58.5429043Z Node: 9 2024-12-18T03:32:58.5429299Z Device Type: GPU 2024-12-18T03:32:58.5429485Z Cache Info: 2024-12-18T03:32:58.5429983Z L1: 16(0x10) KB 2024-12-18T03:32:58.5430200Z L2: 8192(0x2000) KB 2024-12-18T03:32:58.5430428Z Chip ID: 29708(0x740c) 2024-12-18T03:32:58.5430690Z ASIC Revision: 1(0x1) 2024-12-18T03:32:58.5430968Z Cacheline Size: 64(0x40) 2024-12-18T03:32:58.5431233Z Max Clock Freq. (MHz): 1700 2024-12-18T03:32:58.5431760Z BDFID: 37632 2024-12-18T03:32:58.5432038Z Internal Node ID: 9 2024-12-18T03:32:58.5432298Z Compute Unit: 104 2024-12-18T03:32:58.5432540Z SIMDs per CU: 4 2024-12-18T03:32:58.5432818Z Shader Engines: 8 2024-12-18T03:32:58.5433100Z Shader Arrs. per Eng.: 1 2024-12-18T03:32:58.5433391Z WatchPts on Addr. Ranges:4 2024-12-18T03:32:58.5433678Z Coherent Host Access: FALSE 2024-12-18T03:32:58.5433848Z Memory Properties: 2024-12-18T03:32:58.5434026Z Features: KERNEL_DISPATCH 2024-12-18T03:32:58.5434262Z Fast F16 Operation: TRUE 2024-12-18T03:32:58.5434491Z Wavefront Size: 64(0x40) 2024-12-18T03:32:58.5434733Z Workgroup Max Size: 1024(0x400) 2024-12-18T03:32:58.5434915Z Workgroup Max Size per Dimension: 2024-12-18T03:32:58.5435083Z x 1024(0x400) 2024-12-18T03:32:58.5435256Z y 1024(0x400) 2024-12-18T03:32:58.5435418Z z 1024(0x400) 2024-12-18T03:32:58.5435649Z Max Waves Per CU: 32(0x20) 2024-12-18T03:32:58.5435876Z Max Work-item Per CU: 2048(0x800) 2024-12-18T03:32:58.5436096Z Grid Max Size: 4294967295(0xffffffff) 2024-12-18T03:32:58.5436258Z Grid Max Size per Dimension: 2024-12-18T03:32:58.5436439Z x 4294967295(0xffffffff) 2024-12-18T03:32:58.5436611Z y 4294967295(0xffffffff) 2024-12-18T03:32:58.5436791Z z 4294967295(0xffffffff) 2024-12-18T03:32:58.5437035Z Max fbarriers/Workgrp: 32 2024-12-18T03:32:58.5437291Z Packet Processor uCode:: 83 2024-12-18T03:32:58.5437527Z SDMA engine uCode:: 8 2024-12-18T03:32:58.5437754Z IOMMU Support:: None 2024-12-18T03:32:58.5437910Z Pool Info: 2024-12-18T03:32:58.5438063Z Pool 1 2024-12-18T03:32:58.5438313Z Segment: GLOBAL; FLAGS: COARSE GRAINED 2024-12-18T03:32:58.5438513Z Size: 67092480(0x3ffc000) KB 2024-12-18T03:32:58.5438751Z Allocatable: TRUE 2024-12-18T03:32:58.5438976Z Alloc Granule: 4KB 2024-12-18T03:32:58.5439280Z Alloc Recommended Granule:2048KB 2024-12-18T03:32:58.5439556Z Alloc Alignment: 4KB 2024-12-18T03:32:58.5439852Z Accessible by all: FALSE 2024-12-18T03:32:58.5440023Z Pool 2 2024-12-18T03:32:58.5440313Z Segment: GLOBAL; FLAGS: EXTENDED FINE GRAINED 2024-12-18T03:32:58.5440532Z Size: 67092480(0x3ffc000) KB 2024-12-18T03:32:58.5441094Z Allocatable: TRUE 2024-12-18T03:32:58.5441364Z Alloc Granule: 4KB 2024-12-18T03:32:58.5441669Z Alloc Recommended Granule:2048KB 2024-12-18T03:32:58.5441935Z Alloc Alignment: 4KB 2024-12-18T03:32:58.5442173Z Accessible by all: FALSE 2024-12-18T03:32:58.5442322Z Pool 3 2024-12-18T03:32:58.5442754Z Segment: GLOBAL; FLAGS: FINE GRAINED 2024-12-18T03:32:58.5442959Z Size: 67092480(0x3ffc000) KB 2024-12-18T03:32:58.5443186Z Allocatable: TRUE 2024-12-18T03:32:58.5443416Z Alloc Granule: 4KB 2024-12-18T03:32:58.5443670Z Alloc Recommended Granule:2048KB 2024-12-18T03:32:58.5443903Z Alloc Alignment: 4KB 2024-12-18T03:32:58.5444145Z Accessible by all: FALSE 2024-12-18T03:32:58.5444294Z Pool 4 2024-12-18T03:32:58.5444509Z Segment: GROUP 2024-12-18T03:32:58.5444695Z Size: 64(0x40) KB 2024-12-18T03:32:58.5444925Z Allocatable: FALSE 2024-12-18T03:32:58.5445145Z Alloc Granule: 0KB 2024-12-18T03:32:58.5445407Z Alloc Recommended Granule:0KB 2024-12-18T03:32:58.5445633Z Alloc Alignment: 0KB 2024-12-18T03:32:58.5445875Z Accessible by all: FALSE 2024-12-18T03:32:58.5446024Z ISA Info: 2024-12-18T03:32:58.5446169Z ISA 1 2024-12-18T03:32:58.5446424Z Name: amdgcn-amd-amdhsa--gfx90a:sramecc+:xnack- 2024-12-18T03:32:58.5446678Z Machine Models: HSA_MACHINE_MODEL_LARGE 2024-12-18T03:32:58.5446903Z Profiles: HSA_PROFILE_BASE 2024-12-18T03:32:58.5447152Z Default Rounding Mode: NEAR 2024-12-18T03:32:58.5447405Z Default Rounding Mode: NEAR 2024-12-18T03:32:58.5447603Z Fast f16: TRUE 2024-12-18T03:32:58.5447847Z Workgroup Max Size: 1024(0x400) 2024-12-18T03:32:58.5448025Z Workgroup Max Size per Dimension: 2024-12-18T03:32:58.5448208Z x 1024(0x400) 2024-12-18T03:32:58.5448378Z y 1024(0x400) 2024-12-18T03:32:58.5448552Z z 1024(0x400) 2024-12-18T03:32:58.5448772Z Grid Max Size: 4294967295(0xffffffff) 2024-12-18T03:32:58.5448945Z Grid Max Size per Dimension: 2024-12-18T03:32:58.5449118Z x 4294967295(0xffffffff) 2024-12-18T03:32:58.5449300Z y 4294967295(0xffffffff) 2024-12-18T03:32:58.5449474Z z 4294967295(0xffffffff) 2024-12-18T03:32:58.5449714Z FBarrier Max Size: 32 2024-12-18T03:32:58.5449863Z *** Done *** 2024-12-18T03:32:58.5450024Z + rocminfo 2024-12-18T03:32:58.5450201Z + grep -E 'Name:.*\sgfx|Marketing' 2024-12-18T03:32:58.6629521Z Marketing Name: AMD EPYC 7713 64-Core Processor 2024-12-18T03:32:58.6629809Z Marketing Name: AMD EPYC 7713 64-Core Processor 2024-12-18T03:32:58.6630013Z Name: gfx90a 2024-12-18T03:32:58.6630266Z Marketing Name: AMD Instinct MI250X/MI250 2024-12-18T03:32:58.6630804Z Name: gfx90a 2024-12-18T03:32:58.6631050Z Marketing Name: AMD Instinct MI250X/MI250 2024-12-18T03:32:58.6631231Z Name: gfx90a 2024-12-18T03:32:58.6631476Z Marketing Name: AMD Instinct MI250X/MI250 2024-12-18T03:32:58.6631667Z Name: gfx90a 2024-12-18T03:32:58.6632183Z Marketing Name: AMD Instinct MI250X/MI250 2024-12-18T03:32:58.6632382Z Name: gfx90a 2024-12-18T03:32:58.6632621Z Marketing Name: AMD Instinct MI250X/MI250 2024-12-18T03:32:58.6632816Z Name: gfx90a 2024-12-18T03:32:58.6633053Z Marketing Name: AMD Instinct MI250X/MI250 2024-12-18T03:32:58.6633264Z Name: gfx90a 2024-12-18T03:32:58.6633506Z Marketing Name: AMD Instinct MI250X/MI250 2024-12-18T03:32:58.6634071Z Name: gfx90a 2024-12-18T03:32:58.6634318Z Marketing Name: AMD Instinct MI250X/MI250 2024-12-18T03:32:58.6839208Z + [[ linux-focal-rocm6.2-py3.10 == *xpu* ]] 2024-12-18T03:32:58.6839556Z + [[ linux-focal-rocm6.2-py3.10 != *-bazel-* ]] 2024-12-18T03:32:58.6839794Z + pip_install --user ninja==1.10.2 2024-12-18T03:32:58.6840269Z + pip_install_pkg='python3 -m pip install --progress-bar off' 2024-12-18T03:32:59.2841443Z + python3 -m pip install --progress-bar off --user ninja==1.10.2 2024-12-18T03:32:59.2842236Z Collecting ninja==1.10.2 2024-12-18T03:32:59.3660543Z Downloading ninja-1.10.2-py2.py3-none-manylinux_2_5_x86_64.manylinux1_x86_64.whl.metadata (5.0 kB) 2024-12-18T03:32:59.3984123Z Downloading ninja-1.10.2-py2.py3-none-manylinux_2_5_x86_64.manylinux1_x86_64.whl (108 kB) 2024-12-18T03:32:59.7887922Z Installing collected packages: ninja 2024-12-18T03:32:59.7967495Z  WARNING: The script ninja is installed in '/var/lib/jenkins/.local/bin' which is not on PATH. 2024-12-18T03:32:59.7969190Z Consider adding this directory to PATH or, if you prefer to suppress this warning, use --no-warn-script-location. 2024-12-18T03:32:59.7986701Z Successfully installed ninja-1.10.2 2024-12-18T03:32:59.8605319Z + export PATH=/var/lib/jenkins/.local/bin:/opt/cache/bin:/opt/rocm/llvm/bin:/opt/rocm/opencl/bin:/opt/rocm/hip/bin:/opt/rocm/hcc/bin:/opt/rocm/bin:/opt/conda/envs/py_3.10/bin:/opt/conda/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin 2024-12-18T03:32:59.8608855Z + PATH=/var/lib/jenkins/.local/bin:/opt/cache/bin:/opt/rocm/llvm/bin:/opt/rocm/opencl/bin:/opt/rocm/hip/bin:/opt/rocm/hcc/bin:/opt/rocm/bin:/opt/conda/envs/py_3.10/bin:/opt/conda/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin 2024-12-18T03:32:59.8610799Z + [[ linux-focal-rocm6.2-py3.10 == *aarch64* ]] 2024-12-18T03:32:59.8611426Z + install_tlparse 2024-12-18T03:32:59.8611890Z + pip_install --user tlparse==0.3.25 2024-12-18T03:32:59.8612605Z + pip_install_pkg='python3 -m pip install --progress-bar off' 2024-12-18T03:32:59.8613475Z + python3 -m pip install --progress-bar off --user tlparse==0.3.25 2024-12-18T03:33:00.4477676Z Collecting tlparse==0.3.25 2024-12-18T03:33:00.5272594Z Downloading tlparse-0.3.25-py3-none-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (1.7 kB) 2024-12-18T03:33:00.5591513Z Downloading tlparse-0.3.25-py3-none-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (2.2 MB) 2024-12-18T03:33:01.0504568Z Installing collected packages: tlparse 2024-12-18T03:33:01.0849339Z Successfully installed tlparse-0.3.25 2024-12-18T03:33:01.1488799Z ++ python -m site --user-base 2024-12-18T03:33:01.1788914Z + PATH=/var/lib/jenkins/.local/bin:/var/lib/jenkins/.local/bin:/opt/cache/bin:/opt/rocm/llvm/bin:/opt/rocm/opencl/bin:/opt/rocm/hip/bin:/opt/rocm/hcc/bin:/opt/rocm/bin:/opt/conda/envs/py_3.10/bin:/opt/conda/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin 2024-12-18T03:33:01.1791748Z + [[ linux-focal-rocm6.2-py3.10 == *asan* ]] 2024-12-18T03:33:01.1792380Z + [[ linux-focal-rocm6.2-py3.10 == *-debug* ]] 2024-12-18T03:33:01.1793008Z + [[ linux-focal-rocm6.2-py3.10 != *-bazel-* ]] 2024-12-18T03:33:01.1793910Z + echo 'We are not in debug mode: linux-focal-rocm6.2-py3.10. Expect the assertion to pass' 2024-12-18T03:33:01.1795021Z We are not in debug mode: linux-focal-rocm6.2-py3.10. Expect the assertion to pass 2024-12-18T03:33:01.1798176Z + cd test 2024-12-18T03:33:01.1798889Z + python -c 'import torch; torch._C._crash_if_debug_asserts_fail(424242)' 2024-12-18T03:33:04.7475576Z + [[ inductor == \n\o\g\p\u\_\N\O\_\A\V\X\2 ]] 2024-12-18T03:33:04.7476346Z + [[ inductor == \n\o\g\p\u\_\A\V\X\5\1\2 ]] 2024-12-18T03:33:04.7486378Z + DYNAMO_BENCHMARK_FLAGS=() 2024-12-18T03:33:04.7488167Z + [[ inductor == *pr_time_benchmarks* ]] 2024-12-18T03:33:04.7488885Z + [[ inductor == *dynamo_eager* ]] 2024-12-18T03:33:04.7489493Z + [[ inductor == *aot_eager* ]] 2024-12-18T03:33:04.7490011Z + [[ inductor == *aot_inductor* ]] 2024-12-18T03:33:04.7490552Z + [[ inductor == *inductor* ]] 2024-12-18T03:33:04.7491033Z + [[ inductor != *perf* ]] 2024-12-18T03:33:04.7491558Z + DYNAMO_BENCHMARK_FLAGS+=(--inductor) 2024-12-18T03:33:04.7492115Z + [[ inductor == *dynamic* ]] 2024-12-18T03:33:04.7492587Z + [[ inductor == *cpu* ]] 2024-12-18T03:33:04.7493075Z + DYNAMO_BENCHMARK_FLAGS+=(--device cuda) 2024-12-18T03:33:04.7548121Z + [[ linux-focal-rocm6.2-py3.10 == *libtorch* ]] 2024-12-18T03:33:04.7548863Z + [[ linux-focal-rocm6.2-py3.10 == *-bazel-* ]] 2024-12-18T03:33:04.7558319Z + cd test 2024-12-18T03:33:04.7560734Z + python -c 'import torch; print(torch.__config__.show())' 2024-12-18T03:33:07.6366172Z PyTorch built with: 2024-12-18T03:33:07.6366732Z - GCC 9.4 2024-12-18T03:33:07.6367156Z - C++ Version: 201703 2024-12-18T03:33:07.6368163Z - Intel(R) oneAPI Math Kernel Library Version 2021.4-Product Build 20210904 for Intel(R) 64 architecture applications 2024-12-18T03:33:07.6369513Z - Intel(R) MKL-DNN v3.5.3 (Git Hash 66f0cb9eb66affd2da3bf5f8d897376f04aae6af) 2024-12-18T03:33:07.6370311Z - OpenMP 201511 (a.k.a. OpenMP 4.5) 2024-12-18T03:33:07.6370923Z - LAPACK is enabled (usually provided by MKL) 2024-12-18T03:33:07.6371501Z - NNPACK is enabled 2024-12-18T03:33:07.6371964Z - CPU capability usage: AVX2 2024-12-18T03:33:07.6372472Z - HIP Runtime 6.2.41134 2024-12-18T03:33:07.6372923Z - MIOpen 3.2.0 2024-12-18T03:33:07.6373345Z - Magma 2.7.2 2024-12-18T03:33:07.6381788Z - Build settings: BLAS_INFO=mkl, BUILD_TYPE=Release, COMMIT_SHA=0cdf8b1d09254cfda66191d1bd01e3041c3c76f7, CXX_COMPILER=/opt/cache/bin/c++, CXX_FLAGS= -D_GLIBCXX_USE_CXX11_ABI=1 -fvisibility-inlines-hidden -DUSE_PTHREADPOOL -DNDEBUG -DUSE_KINETO -DLIBKINETO_NOCUPTI -DLIBKINETO_NOXPUPTI=ON -DUSE_FBGEMM -DUSE_PYTORCH_QNNPACK -DUSE_XNNPACK -DSYMBOLICATE_MOBILE_DEBUG_HANDLE -O2 -fPIC -Wall -Wextra -Werror=return-type -Werror=non-virtual-dtor -Werror=bool-operation -Wnarrowing -Wno-missing-field-initializers -Wno-type-limits -Wno-array-bounds -Wno-unknown-pragmas -Wno-unused-parameter -Wno-strict-overflow -Wno-strict-aliasing -Wno-stringop-overflow -Wsuggest-override -Wno-psabi -Wno-error=old-style-cast -Wno-missing-braces -fdiagnostics-color=always -faligned-new -Wno-unused-but-set-variable -Wno-maybe-uninitialized -fno-math-errno -fno-trapping-math -Werror=format -Wno-stringop-overflow, LAPACK_INFO=mkl, PERF_WITH_AVX=1, PERF_WITH_AVX2=1, TORCH_VERSION=2.6.0, USE_CUDA=OFF, USE_CUDNN=OFF, USE_CUSPARSELT=OFF, USE_EXCEPTION_PTR=1, USE_GFLAGS=OFF, USE_GLOG=OFF, USE_GLOO=ON, USE_MKL=ON, USE_MKLDNN=ON, USE_MPI=OFF, USE_NCCL=ON, USE_NNPACK=ON, USE_OPENMP=ON, USE_ROCM=ON, USE_ROCM_KERNEL_ASSERT=OFF, 2024-12-18T03:33:07.6390160Z 2024-12-18T03:33:08.2687248Z + cd test 2024-12-18T03:33:08.2687986Z + python -c 'import torch; print(torch.__config__.parallel_info())' 2024-12-18T03:33:09.6659703Z ATen/Parallel: 2024-12-18T03:33:09.6661131Z at::get_num_threads() : 128 2024-12-18T03:33:09.6661707Z at::get_num_interop_threads() : 128 2024-12-18T03:33:09.6662289Z OpenMP 201511 (a.k.a. OpenMP 4.5) 2024-12-18T03:33:09.6662816Z omp_get_max_threads() : 128 2024-12-18T03:33:09.6663816Z Intel(R) oneAPI Math Kernel Library Version 2021.4-Product Build 20210904 for Intel(R) 64 architecture applications 2024-12-18T03:33:09.6664858Z mkl_get_max_threads() : 128 2024-12-18T03:33:09.6665541Z Intel(R) MKL-DNN v3.5.3 (Git Hash 66f0cb9eb66affd2da3bf5f8d897376f04aae6af) 2024-12-18T03:33:09.6666697Z std::thread::hardware_concurrency() : 128 2024-12-18T03:33:09.6667277Z Environment variables: 2024-12-18T03:33:09.6667730Z OMP_NUM_THREADS : [not set] 2024-12-18T03:33:09.6668199Z MKL_NUM_THREADS : [not set] 2024-12-18T03:33:09.6668681Z ATen parallel backend: OpenMP 2024-12-18T03:33:09.6669010Z 2024-12-18T03:33:11.7689125Z + [[ inductor == *numpy_2* ]] 2024-12-18T03:33:11.7689791Z + [[ linux-focal-rocm6.2-py3.10 == *aarch64* ]] 2024-12-18T03:33:11.7690416Z + [[ inductor == *backward* ]] 2024-12-18T03:33:11.7690935Z + [[ inductor == *xla* ]] 2024-12-18T03:33:11.7691439Z + [[ inductor == *executorch* ]] 2024-12-18T03:33:11.7692050Z + [[ inductor == \j\i\t\_\l\e\g\a\c\y ]] 2024-12-18T03:33:11.7692762Z + [[ linux-focal-rocm6.2-py3.10 == *libtorch* ]] 2024-12-18T03:33:11.7693462Z + [[ inductor == distributed ]] 2024-12-18T03:33:11.7694079Z + [[ inductor == *inductor_distributed* ]] 2024-12-18T03:33:11.7694745Z + [[ inductor == *inductor-halide* ]] 2024-12-18T03:33:11.7695442Z + [[ inductor == *inductor-triton-cpu* ]] 2024-12-18T03:33:11.7696102Z + [[ inductor == *inductor-micro-benchmark* ]] 2024-12-18T03:33:11.7696880Z + [[ inductor == *huggingface* ]] 2024-12-18T03:33:11.7697378Z + [[ inductor == *timm* ]] 2024-12-18T03:33:11.7697844Z + [[ inductor == *torchbench* ]] 2024-12-18T03:33:11.7698363Z + [[ inductor == *inductor_cpp_wrapper* ]] 2024-12-18T03:33:11.7698913Z + [[ inductor == *inductor* ]] 2024-12-18T03:33:11.7699406Z + install_torchvision 2024-12-18T03:33:11.7699859Z + local orig_preload 2024-12-18T03:33:11.7700283Z + local commit 2024-12-18T03:33:11.7700985Z ++ get_pinned_commit vision 2024-12-18T03:33:11.7702236Z ++ cat .github/ci_commit_pins/vision.txt 2024-12-18T03:33:11.7743040Z + commit=d23a6e1664d20707c11781299611436e1f0c104f 2024-12-18T03:33:11.7743676Z + orig_preload= 2024-12-18T03:33:11.7744118Z + '[' -n '' ']' 2024-12-18T03:33:11.7745148Z + pip_install --no-use-pep517 --user git+https://github.com/pytorch/vision.git@d23a6e1664d20707c11781299611436e1f0c104f 2024-12-18T03:33:11.7746467Z + pip_install_pkg='python3 -m pip install --progress-bar off' 2024-12-18T03:33:11.7747952Z + python3 -m pip install --progress-bar off --no-use-pep517 --user git+https://github.com/pytorch/vision.git@d23a6e1664d20707c11781299611436e1f0c104f 2024-12-18T03:33:12.2136860Z Collecting git+https://github.com/pytorch/vision.git@d23a6e1664d20707c11781299611436e1f0c104f 2024-12-18T03:33:12.2143160Z Cloning https://github.com/pytorch/vision.git (to revision d23a6e1664d20707c11781299611436e1f0c104f) to /tmp/pip-req-build-fhgtzg6y 2024-12-18T03:33:12.2207465Z Running command git clone --filter=blob:none --quiet https://github.com/pytorch/vision.git /tmp/pip-req-build-fhgtzg6y 2024-12-18T03:33:17.2188656Z Running command git rev-parse -q --verify 'sha^d23a6e1664d20707c11781299611436e1f0c104f' 2024-12-18T03:33:17.2254190Z Running command git fetch -q https://github.com/pytorch/vision.git d23a6e1664d20707c11781299611436e1f0c104f 2024-12-18T03:33:19.4352866Z Running command git checkout -q d23a6e1664d20707c11781299611436e1f0c104f 2024-12-18T03:33:21.0035867Z Resolved https://github.com/pytorch/vision.git to commit d23a6e1664d20707c11781299611436e1f0c104f 2024-12-18T03:33:25.7322391Z Preparing metadata (setup.py) ... [?25l- \ | / - \ done 2024-12-18T03:33:25.7378345Z [?25hRequirement already satisfied: numpy in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from torchvision==0.19.0a0+d23a6e1) (1.22.4) 2024-12-18T03:33:25.7385343Z Requirement already satisfied: torch in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from torchvision==0.19.0a0+d23a6e1) (2.6.0a0+git0cdf8b1) 2024-12-18T03:33:25.7393747Z Requirement already satisfied: pillow!=8.3.*,>=5.3.0 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from torchvision==0.19.0a0+d23a6e1) (11.0.0) 2024-12-18T03:33:25.7498802Z Requirement already satisfied: filelock in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from torch->torchvision==0.19.0a0+d23a6e1) (3.16.1) 2024-12-18T03:33:25.7507719Z Requirement already satisfied: typing-extensions>=4.10.0 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from torch->torchvision==0.19.0a0+d23a6e1) (4.12.2) 2024-12-18T03:33:25.7512690Z Requirement already satisfied: networkx in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from torch->torchvision==0.19.0a0+d23a6e1) (2.8.8) 2024-12-18T03:33:25.7515981Z Requirement already satisfied: jinja2 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from torch->torchvision==0.19.0a0+d23a6e1) (3.1.4) 2024-12-18T03:33:25.7520150Z Requirement already satisfied: fsspec in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from torch->torchvision==0.19.0a0+d23a6e1) (2024.10.0) 2024-12-18T03:33:25.7529906Z Requirement already satisfied: sympy==1.13.1 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from torch->torchvision==0.19.0a0+d23a6e1) (1.13.1) 2024-12-18T03:33:25.7557457Z Requirement already satisfied: mpmath<1.4,>=1.1.0 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from sympy==1.13.1->torch->torchvision==0.19.0a0+d23a6e1) (1.3.0) 2024-12-18T03:33:25.8152935Z Requirement already satisfied: MarkupSafe>=2.0 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from jinja2->torch->torchvision==0.19.0a0+d23a6e1) (3.0.2) 2024-12-18T03:33:25.8214794Z Building wheels for collected packages: torchvision 2024-12-18T03:34:08.6883012Z Building wheel for torchvision (setup.py) ... [?25l- \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ done 2024-12-18T03:34:08.6922436Z [?25h Created wheel for torchvision: filename=torchvision-0.19.0a0+d23a6e1-cp310-cp310-linux_x86_64.whl size=1372483 sha256=be9257f1b05551719e278e99c547072917016ecdaf30d3e0a30d378e13d55cea 2024-12-18T03:34:08.6924609Z Stored in directory: /var/lib/jenkins/.cache/pip/wheels/0e/56/35/02931e71eb23fd2b85591c7ec05b733ca7c8b328a2fd151f96 2024-12-18T03:34:08.6978265Z Successfully built torchvision 2024-12-18T03:34:08.9856909Z Installing collected packages: torchvision 2024-12-18T03:34:09.3760274Z Successfully installed torchvision-0.19.0a0+d23a6e1 2024-12-18T03:34:09.5043114Z + '[' -n '' ']' 2024-12-18T03:34:09.5043588Z + test_inductor_shard 1 2024-12-18T03:34:09.5044053Z + [[ -z 2 ]] 2024-12-18T03:34:09.5044531Z + python tools/dynamo/verify_dynamo.py 2024-12-18T03:34:13.0225831Z Python version: 3.10.15 2024-12-18T03:34:13.0226481Z `torch` version: 2.6.0a0+git0cdf8b1 2024-12-18T03:34:13.0227047Z CUDA version: None 2024-12-18T03:34:13.0227520Z ROCM version: 6.2 2024-12-18T03:34:13.0227771Z 2024-12-18T03:34:25.8755333Z All required checks passed 2024-12-18T03:34:27.0830921Z + python test/run_test.py --inductor --include test_modules test_ops test_ops_gradients test_torch --shard 1 2 --verbose 2024-12-18T03:34:27.2166297Z /var/lib/jenkins/pytorch/test/run_test.py:22: DeprecationWarning: pkg_resources is deprecated as an API. See https://setuptools.pypa.io/en/latest/pkg_resources.html 2024-12-18T03:34:27.2167776Z import pkg_resources 2024-12-18T03:34:32.2973758Z No TD results found 2024-12-18T03:34:32.2975603Z Downloading https://ossci-metrics.s3.amazonaws.com/disabled-tests-condensed.json?versionId=PhiMB7EP3187qvpKvnORewoK3InOIvX5 to /var/lib/jenkins/pytorch/test/.pytorch-disabled-tests.json 2024-12-18T03:34:32.5259471Z Ignoring disabled issues: [''] 2024-12-18T03:34:32.5582902Z ##[warning] Gathered no stats from artifacts for linux-focal-rocm6.2-py3.10 build env and inductor test config. Using default build env and inductor test config instead. 2024-12-18T03:34:32.6200272Z ##[warning] Gathered no stats from artifacts for linux-focal-rocm6.2-py3.10 build env and inductor test config. Using default build env and inductor test config instead. 2024-12-18T03:34:32.6217954Z Running all tests 2024-12-18T03:34:32.6222392Z Running parallel tests on 8 processes 2024-12-18T03:34:32.6223039Z Name: tests to run (est. time: 39.08min) 2024-12-18T03:34:32.6223594Z Serial tests (4): 2024-12-18T03:34:32.6224018Z test_torch 1/4 2024-12-18T03:34:32.6224434Z test_torch 2/4 2024-12-18T03:34:32.6225382Z test_torch 3/4 2024-12-18T03:34:32.6225809Z test_torch 4/4 2024-12-18T03:34:32.6226219Z Parallel tests (0): 2024-12-18T03:34:32.6226701Z Name: excluded (est. time: 0.0min) 2024-12-18T03:34:32.6227221Z Serial tests (0): 2024-12-18T03:34:32.6227642Z Parallel tests (0): 2024-12-18T03:34:32.6366000Z Running test_torch 1/4 ... [2024-12-18 03:34:32.636346] 2024-12-18T03:34:32.6366672Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2024-12-18T03:34:32.6369712Z Executing ['/opt/conda/envs/py_3.10/bin/python', '-bb', 'test_torch.py', '--shard-id=1', '--num-shards=4', '-v', '-vv', '-rfEX', '-p', 'no:xdist', '--use-pytest', '-x', '--reruns=2', '--import-slow-tests', '--import-disabled-tests'] ... [2024-12-18 03:34:32.636678] 2024-12-18T03:42:59.9765468Z 2024-12-18T03:42:59.9766862Z test_torch 1/4 was successful, full logs can be found in artifacts with path test/test-reports/test_torch_1.4_2a97ea4be661af8c_.log 2024-12-18T03:42:59.9864703Z Running 262 items in this shard: test/test_torch.py::TestBasicVitalSigns::test_dataloader_vitals, test/test_torch.py::TestTorch::test_Size, test/test_torch.py::TestTorch::test_backward_hooks_traverse, test/test_torch.py::TestTorch::test_batch_norm_cpu_inference, test/test_torch.py::TestTorch::test_copy_dtypes, test/test_torch.py::TestTorch::test_copy_float16, test/test_torch.py::TestTorch::test_cummax_neg_dim, test/test_torch.py::TestTorch::test_deterministic_flag, test/test_torch.py::TestTorch::test_dim_order, test/test_torch.py::TestTorch::test_dot_data_use, test/test_torch.py::TestTorch::test_empty_storage_view, test/test_torch.py::TestTorch::test_equal, test/test_torch.py::TestTorch::test_fill_diagonal, test/test_torch.py::TestTorch::test_format_scalar_meta, test/test_torch.py::TestTorch::test_index_add_all_dtypes, test/test_torch.py::TestTorch::test_index_fill_neg_dim, test/test_torch.py::TestTorch::test_is_nonzero, test/test_torch.py::TestTorch::test_is_same_size, test/test_torch.py::TestTorch::test_iter, test/test_torch.py::TestTorch::test_memory_format_contiguous_returns_same_tensor_if_already_satisfies, test/test_torch.py::TestTorch::test_nanmedian_neg_dim, test/test_torch.py::TestTorch::test_narrow_neg_dim, test/test_torch.py::TestTorch::test_newaxis_numpy_comparison, test/test_torch.py::TestTorch::test_newindex, test/test_torch.py::TestTorch::test_no_cuda_monkeypatch, test/test_torch.py::TestTorch::test_norm_neg_dim, test/test_torch.py::TestTorch::test_parallel_info, test/test_torch.py::TestTorch::test_pickle, test/test_torch.py::TestTorch::test_pin_memory, test/test_torch.py::TestTorch::test_reversed, test/test_torch.py::TestTorch::test_scatter_neg_dim, test/test_torch.py::TestTorch::test_show_config, test/test_torch.py::TestTorch::test_slice, test/test_torch.py::TestTorch::test_sobolengine_continuing, test/test_torch.py::TestTorch::test_sobolengine_draw_scrambled, test/test_torch.py::TestTorch::test_sobolengine_first_point, test/test_torch.py::TestTorch::test_storage_base_init, test/test_torch.py::TestTorch::test_storage_cycle_via_slots, test/test_torch.py::TestTorch::test_storage_dealloc_resurrected, test/test_torch.py::TestTorch::test_storage_dealloc_subclass_zombie, test/test_torch.py::TestTorch::test_storage_error_no_attribute, test/test_torch.py::TestTorch::test_storage_resurrected_weak_ref, test/test_torch.py::TestTorch::test_swap_basic, test/test_torch.py::TestTorch::test_swap_fail_slots, test/test_torch.py::TestTorch::test_tensor_cycle_via_dict, test/test_torch.py::TestTorch::test_tensor_slot_dealloc, test/test_torch.py::TestTorch::test_torch_from_file, test/test_torch.py::TestTorch::test_unflatten, test/test_torch.py::TestTorch::test_unsqueeze_neg_dim, test/test_torch.py::TestTorch::test_upsample_nearest1d_meta, test/test_torch.py::TestTorch::test_upsample_nearest2d_meta, test/test_torch.py::TestTorch::test_var_neg_dim, test/test_torch.py::TestVitalSignsCudaCUDA::test_cuda_vitals_gpu_only_cuda, test/test_torch.py::TestTorchDeviceTypeCUDA::test_addcdiv_cuda_int8, test/test_torch.py::TestTorchDeviceTypeCUDA::test_addcmul_cuda_complex128, test/test_torch.py::TestTorchDeviceTypeCUDA::test_addcmul_cuda_float16, test/test_torch.py::TestTorchDeviceTypeCUDA::test_addcmul_cuda_int32, test/test_torch.py::TestTorchDeviceTypeCUDA::test_bernoulli_self_cuda_float16, test/test_torch.py::TestTorchDeviceTypeCUDA::test_bernoulli_self_cuda_float32, test/test_torch.py::TestTorchDeviceTypeCUDA::test_bernoulli_self_cuda_float64, test/test_torch.py::TestTorchDeviceTypeCUDA::test_bernoulli_self_cuda_int32, test/test_torch.py::TestTorchDeviceTypeCUDA::test_bernoulli_self_cuda_uint8, test/test_torch.py::TestTorchDeviceTypeCUDA::test_broadcast_fn_addcmul_cuda, test/test_torch.py::TestTorchDeviceTypeCUDA::test_broadcast_fn_copy_cuda, test/test_torch.py::TestTorchDeviceTypeCUDA::test_broadcast_fn_fmod_cuda, test/test_torch.py::TestTorchDeviceTypeCUDA::test_broadcast_fn_map2_cuda, test/test_torch.py::TestTorchDeviceTypeCUDA::test_broadcast_fn_map_cuda, test/test_torch.py::TestTorchDeviceTypeCUDA::test_broadcast_fn_max_cuda, test/test_torch.py::TestTorchDeviceTypeCUDA::test_broadcast_fn_remainder_cuda, test/test_torch.py::TestTorchDeviceTypeCUDA::test_bytes_to_scalar_cuda_float64, test/test_torch.py::TestTorchDeviceTypeCUDA::test_bytes_to_scalar_cuda_int16, test/test_torch.py::TestTorchDeviceTypeCUDA::test_bytes_to_scalar_cuda_int64, test/test_torch.py::TestTorchDeviceTypeCUDA::test_bytes_to_scalar_cuda_int8, test/test_torch.py::TestTorchDeviceTypeCUDA::test_bytes_to_scalar_cuda_uint8, test/test_torch.py::TestTorchDeviceTypeCUDA::test_cdist_grad_p_lt_1_no_nan_cuda, test/test_torch.py::TestTorchDeviceTypeCUDA::test_cdist_norm_cuda, test/test_torch.py::TestTorchDeviceTypeCUDA::test_cdist_same_inputs_cuda, test/test_torch.py::TestTorchDeviceTypeCUDA::test_check_tensor_all_cuda, test/test_torch.py::TestTorchDeviceTypeCUDA::test_conv_transposed_backward_agnostic_to_memory_format_cuda, test/test_torch.py::TestTorchDeviceTypeCUDA::test_copy__cuda_bfloat16, test/test_torch.py::TestTorchDeviceTypeCUDA::test_copy__cuda_complex128, test/test_torch.py::TestTorchDeviceTypeCUDA::test_copy__cuda_int8, test/test_torch.py::TestTorchDeviceTypeCUDA::test_copy__cuda_uint8, test/test_torch.py::TestTorchDeviceTypeCUDA::test_copy_math_view_cuda, test/test_torch.py::TestTorchDeviceTypeCUDA::test_copy_mem_overlap_cuda_float64, test/test_torch.py::TestTorchDeviceTypeCUDA::test_corrcoef_cuda_complex64, test/test_torch.py::TestTorchDeviceTypeCUDA::test_cpp_warnings_have_python_context_cuda, test/test_torch.py::TestTorchDeviceTypeCUDA::test_cublas_config_nondeterministic_alert_cuda, test/test_torch.py::TestTorchDeviceTypeCUDA::test_cummax_cummin_cuda, test/test_torch.py::TestTorchDeviceTypeCUDA::test_deepcopy_scalar_cuda_float32, test/test_torch.py::TestTorchDeviceTypeCUDA::test_deterministic_empty_cuda_float16, test/test_torch.py::TestTorchDeviceTypeCUDA::test_deterministic_empty_cuda_float64, test/test_torch.py::TestTorchDeviceTypeCUDA::test_deterministic_empty_cuda_int16, test/test_torch.py::TestTorchDeviceTypeCUDA::test_deterministic_empty_cuda_int8, test/test_torch.py::TestTorchDeviceTypeCUDA::test_deterministic_empty_cuda_uint32, test/test_torch.py::TestTorchDeviceTypeCUDA::test_deterministic_empty_cuda_uint8, test/test_torch.py::TestTorchDeviceTypeCUDA::test_deterministic_interpolate_bilinear_cuda, test/test_torch.py::TestTorchDeviceTypeCUDA::test_deterministic_replication_pad2d_cuda, test/test_torch.py::TestTorchDeviceTypeCUDA::test_deterministic_resize_cuda_float16, test/test_torch.py::TestTorchDeviceTypeCUDA::test_deterministic_resize_cuda_float64, test/test_torch.py::TestTorchDeviceTypeCUDA::test_deterministic_resize_cuda_int32, test/test_torch.py::TestTorchDeviceTypeCUDA::test_deterministic_resize_cuda_uint8, test/test_torch.py::TestTorchDeviceTypeCUDA::test_diff_cuda_float16, test/test_torch.py::TestTorchDeviceTypeCUDA::test_diff_cuda_int32, test/test_torch.py::TestTorchDeviceTypeCUDA::test_diff_cuda_int64, test/test_torch.py::TestTorchDeviceTypeCUDA::test_diff_noncontig_cuda_float64, test/test_torch.py::TestTorchDeviceTypeCUDA::test_dim_function_empty_cuda, test/test_torch.py::TestTorchDeviceTypeCUDA::test_exponential_cuda_bfloat16, test/test_torch.py::TestTorchDeviceTypeCUDA::test_geometric_cuda_float16, test/test_torch.py::TestTorchDeviceTypeCUDA::test_geometric_cuda_float32, test/test_torch.py::TestTorchDeviceTypeCUDA::test_geometric_cuda_float64, test/test_torch.py::TestTorchDeviceTypeCUDA::test_geometric_cuda_int16, test/test_torch.py::TestTorchDeviceTypeCUDA::test_geometric_cuda_int32, test/test_torch.py::TestTorchDeviceTypeCUDA::test_grad_scaling_accumulation_cuda, test/test_torch.py::TestTorchDeviceTypeCUDA::test_grad_scaling_autocast_foreach0_fused0_AdamW_cuda_float32, test/test_torch.py::TestTorchDeviceTypeCUDA::test_grad_scaling_autocast_foreach0_fused0_Adam_cuda_float32, test/test_torch.py::TestTorchDeviceTypeCUDA::test_grad_scaling_autocast_foreach2_fused_True_Adam_cuda_float32, test/test_torch.py::TestTorchDeviceTypeCUDA::test_grad_scaling_unscale_cuda_float64, test/test_torch.py::TestTorchDeviceTypeCUDA::test_grad_scaling_update_scale_cuda_float32, test/test_torch.py::TestTorchDeviceTypeCUDA::test_gradient_extreme_cases_cuda_complex64, test/test_torch.py::TestTorchDeviceTypeCUDA::test_gradient_extreme_cases_cuda_int64, test/test_torch.py::TestTorchDeviceTypeCUDA::test_gradient_spacing_list_length_error_cuda_complex64, test/test_torch.py::TestTorchDeviceTypeCUDA::test_hook_remove_cuda, test/test_torch.py::TestTorchDeviceTypeCUDA::test_index_copy_cuda_bool, test/test_torch.py::TestTorchDeviceTypeCUDA::test_index_copy_cuda_complex64, test/test_torch.py::TestTorchDeviceTypeCUDA::test_index_copy_cuda_float64, test/test_torch.py::TestTorchDeviceTypeCUDA::test_index_copy_cuda_int16, test/test_torch.py::TestTorchDeviceTypeCUDA::test_index_copy_cuda_int64, test/test_torch.py::TestTorchDeviceTypeCUDA::test_index_copy_cuda_int8, test/test_torch.py::TestTorchDeviceTypeCUDA::test_index_copy_deterministic_cuda, test/test_torch.py::TestTorchDeviceTypeCUDA::test_index_copy_mem_overlap_cuda, test/test_torch.py::TestTorchDeviceTypeCUDA::test_index_copy_scalars_cuda_bool, test/test_torch.py::TestTorchDeviceTypeCUDA::test_index_copy_scalars_cuda_complex128, test/test_torch.py::TestTorchDeviceTypeCUDA::test_index_copy_scalars_cuda_float32, test/test_torch.py::TestTorchDeviceTypeCUDA::test_index_copy_scalars_cuda_float64, test/test_torch.py::TestTorchDeviceTypeCUDA::test_index_copy_scalars_cuda_int32, test/test_torch.py::TestTorchDeviceTypeCUDA::test_index_copy_scalars_cuda_int8, test/test_torch.py::TestTorchDeviceTypeCUDA::test_index_fill_cuda_bfloat16, test/test_torch.py::TestTorchDeviceTypeCUDA::test_index_fill_cuda_bool, test/test_torch.py::TestTorchDeviceTypeCUDA::test_index_fill_cuda_complex128, test/test_torch.py::TestTorchDeviceTypeCUDA::test_index_fill_cuda_int32, test/test_torch.py::TestTorchDeviceTypeCUDA::test_index_reduce_reduce_amax_cuda_float16, test/test_torch.py::TestTorchDeviceTypeCUDA::test_index_reduce_reduce_amax_cuda_float32, test/test_torch.py::TestTorchDeviceTypeCUDA::test_index_reduce_reduce_amax_cuda_int32, test/test_torch.py::TestTorchDeviceTypeCUDA::test_index_reduce_reduce_mean_cuda_float16, test/test_torch.py::TestTorchDeviceTypeCUDA::test_index_reduce_reduce_mean_cuda_float64, test/test_torch.py::TestTorchDeviceTypeCUDA::test_index_reduce_reduce_mean_cuda_int8, test/test_torch.py::TestTorchDeviceTypeCUDA::test_index_reduce_reduce_prod_cuda_int32, test/test_torch.py::TestTorchDeviceTypeCUDA::test_index_select_cuda_bool, test/test_torch.py::TestTorchDeviceTypeCUDA::test_index_select_cuda_complex64, test/test_torch.py::TestTorchDeviceTypeCUDA::test_index_select_cuda_float32, test/test_torch.py::TestTorchDeviceTypeCUDA::test_index_select_cuda_float8_e4m3fnuz, test/test_torch.py::TestTorchDeviceTypeCUDA::test_index_select_cuda_float8_e5m2fnuz, test/test_torch.py::TestTorchDeviceTypeCUDA::test_index_select_cuda_int8, test/test_torch.py::TestTorchDeviceTypeCUDA::test_item_cuda_bool, test/test_torch.py::TestTorchDeviceTypeCUDA::test_item_cuda_float32, test/test_torch.py::TestTorchDeviceTypeCUDA::test_item_cuda_float8_e4m3fnuz, test/test_torch.py::TestTorchDeviceTypeCUDA::test_item_cuda_int16, test/test_torch.py::TestTorchDeviceTypeCUDA::test_large_cumprod_cuda_float16, test/test_torch.py::TestTorchDeviceTypeCUDA::test_lazy_clone_binary_op_no_materialize_cuda_bool, test/test_torch.py::TestTorchDeviceTypeCUDA::test_lazy_clone_binary_op_no_materialize_cuda_float32, test/test_torch.py::TestTorchDeviceTypeCUDA::test_lazy_clone_cuda_float16, test/test_torch.py::TestTorchDeviceTypeCUDA::test_lazy_clone_cuda_float64, test/test_torch.py::TestTorchDeviceTypeCUDA::test_lazy_clone_view_cuda_bfloat16, test/test_torch.py::TestTorchDeviceTypeCUDA::test_lazy_clone_view_cuda_float32, test/test_torch.py::TestTorchDeviceTypeCUDA::test_lazy_clone_view_cuda_float64, test/test_torch.py::TestTorchDeviceTypeCUDA::test_lazy_clone_view_cuda_int32, test/test_torch.py::TestTorchDeviceTypeCUDA::test_lazy_clone_view_materialize_cuda_bool, test/test_torch.py::TestTorchDeviceTypeCUDA::test_lazy_clone_view_materialize_cuda_float16, test/test_torch.py::TestTorchDeviceTypeCUDA::test_lazy_clone_view_materialize_cuda_int16, test/test_torch.py::TestTorchDeviceTypeCUDA::test_lazy_clone_view_materialize_cuda_int32, test/test_torch.py::TestTorchDeviceTypeCUDA::test_log_normal_cuda_float64, test/test_torch.py::TestTorchDeviceTypeCUDA::test_masked_fill_cuda_bool_bool, test/test_torch.py::TestTorchDeviceTypeCUDA::test_masked_fill_cuda_complex128_uint8, test/test_torch.py::TestTorchDeviceTypeCUDA::test_masked_fill_cuda_complex64_bool, test/test_torch.py::TestTorchDeviceTypeCUDA::test_masked_fill_cuda_float16_uint8, test/test_torch.py::TestTorchDeviceTypeCUDA::test_masked_fill_cuda_float64_bool, test/test_torch.py::TestTorchDeviceTypeCUDA::test_masked_scatter_cuda_complex128, test/test_torch.py::TestTorchDeviceTypeCUDA::test_masked_scatter_cuda_uint8, test/test_torch.py::TestTorchDeviceTypeCUDA::test_masked_scatter_inplace_noncontiguous_cuda, test/test_torch.py::TestTorchDeviceTypeCUDA::test_masked_select_cuda_bfloat16, test/test_torch.py::TestTorchDeviceTypeCUDA::test_masked_select_cuda_float16, test/test_torch.py::TestTorchDeviceTypeCUDA::test_masked_select_cuda_int16, test/test_torch.py::TestTorchDeviceTypeCUDA::test_masked_select_cuda_int8, test/test_torch.py::TestTorchDeviceTypeCUDA::test_memory_format_cpu_and_cuda_ops_cuda, test/test_torch.py::TestTorchDeviceTypeCUDA::test_memory_format_propagation_rules_cuda, test/test_torch.py::TestTorchDeviceTypeCUDA::test_multinomial_cpu_cuda_float32, test/test_torch.py::TestTorchDeviceTypeCUDA::test_multinomial_deterministic_cuda_float64, test/test_torch.py::TestTorchDeviceTypeCUDA::test_multinomial_empty_w_replacement_cuda, test/test_torch.py::TestTorchDeviceTypeCUDA::test_nondeterministic_alert_AdaptiveAvgPool2d_cuda, test/test_torch.py::TestTorchDeviceTypeCUDA::test_nondeterministic_alert_MaxUnpool1d_cuda_float16, test/test_torch.py::TestTorchDeviceTypeCUDA::test_nondeterministic_alert_MaxUnpool2d_cuda_float16, test/test_torch.py::TestTorchDeviceTypeCUDA::test_nondeterministic_alert_MaxUnpool3d_cuda_float32, test/test_torch.py::TestTorchDeviceTypeCUDA::test_nondeterministic_alert_grid_sample_2d_cuda, test/test_torch.py::TestTorchDeviceTypeCUDA::test_nondeterministic_resize_quantized_cuda_quint2x4, test/test_torch.py::TestTorchDeviceTypeCUDA::test_nondeterministic_resize_quantized_cuda_quint4x2, test/test_torch.py::TestTorchDeviceTypeCUDA::test_nondeterministic_resize_quantized_cuda_quint8, test/test_torch.py::TestTorchDeviceTypeCUDA::test_parallel_cow_materialize_error_cuda_bfloat16, test/test_torch.py::TestTorchDeviceTypeCUDA::test_parallel_cow_materialize_error_cuda_int16, test/test_torch.py::TestTorchDeviceTypeCUDA::test_parallel_cow_materialize_error_cuda_int64, test/test_torch.py::TestTorchDeviceTypeCUDA::test_parallel_cow_materialize_error_cuda_int8, test/test_torch.py::TestTorchDeviceTypeCUDA::test_put_accumulate_cuda_int16, test/test_torch.py::TestTorchDeviceTypeCUDA::test_put_cuda_complex128, test/test_torch.py::TestTorchDeviceTypeCUDA::test_put_cuda_complex64, test/test_torch.py::TestTorchDeviceTypeCUDA::test_put_cuda_float16, test/test_torch.py::TestTorchDeviceTypeCUDA::test_put_cuda_float32, test/test_torch.py::TestTorchDeviceTypeCUDA::test_put_cuda_float64, test/test_torch.py::TestTorchDeviceTypeCUDA::test_put_cuda_int16, test/test_torch.py::TestTorchDeviceTypeCUDA::test_put_cuda_int8, test/test_torch.py::TestTorchDeviceTypeCUDA::test_put_cuda_uint8, test/test_torch.py::TestTorchDeviceTypeCUDA::test_reduced_type_float_copy_cuda_float16, test/test_torch.py::TestTorchDeviceTypeCUDA::test_repeat_interleave_cuda, test/test_torch.py::TestTorchDeviceTypeCUDA::test_scalar_check_cuda, test/test_torch.py::TestTorchDeviceTypeCUDA::test_scatter_add_bool_cuda, test/test_torch.py::TestTorchDeviceTypeCUDA::test_scatter_mem_overlap_cuda, test/test_torch.py::TestTorchDeviceTypeCUDA::test_scatter_reduce_multiply_unsupported_dtypes_cuda_complex128, test/test_torch.py::TestTorchDeviceTypeCUDA::test_scatter_reduce_non_unique_index_cuda_float32, test/test_torch.py::TestTorchDeviceTypeCUDA::test_scatter_reduce_operations_to_large_input_cuda_int16, test/test_torch.py::TestTorchDeviceTypeCUDA::test_scatter_reduce_operations_to_large_input_cuda_int32, test/test_torch.py::TestTorchDeviceTypeCUDA::test_scatter_reduce_operations_to_large_input_cuda_int8, test/test_torch.py::TestTorchDeviceTypeCUDA::test_scatter_reduce_scalar_cuda_uint8, test/test_torch.py::TestTorchDeviceTypeCUDA::test_set_storage_cuda_float64, test/test_torch.py::TestTorchDeviceTypeCUDA::test_set_storage_cuda_int32, test/test_torch.py::TestTorchDeviceTypeCUDA::test_set_storage_cuda_int64, test/test_torch.py::TestTorchDeviceTypeCUDA::test_shift_mem_overlap_cuda, test/test_torch.py::TestTorchDeviceTypeCUDA::test_storage_cuda_float32, test/test_torch.py::TestTorchDeviceTypeCUDA::test_storage_cuda_uint64, test/test_torch.py::TestTorchDeviceTypeCUDA::test_storage_meta_errors_cuda_int16, test/test_torch.py::TestTorchDeviceTypeCUDA::test_storage_meta_from_tensor_cuda_complex128, test/test_torch.py::TestTorchDeviceTypeCUDA::test_storage_meta_from_tensor_cuda_complex64, test/test_torch.py::TestTorchDeviceTypeCUDA::test_storage_meta_from_tensor_cuda_float64, test/test_torch.py::TestTorchDeviceTypeCUDA::test_storage_meta_from_tensor_cuda_int32, test/test_torch.py::TestTorchDeviceTypeCUDA::test_storage_meta_ok_cuda_bfloat16, test/test_torch.py::TestTorchDeviceTypeCUDA::test_storage_meta_ok_cuda_float32, test/test_torch.py::TestTorchDeviceTypeCUDA::test_storage_meta_ok_cuda_float64, test/test_torch.py::TestTorchDeviceTypeCUDA::test_storage_setitem_cuda_complex128, test/test_torch.py::TestTorchDeviceTypeCUDA::test_storage_setitem_cuda_complex64, test/test_torch.py::TestTorchDeviceTypeCUDA::test_storage_setitem_cuda_int32, test/test_torch.py::TestTorchDeviceTypeCUDA::test_storage_setitem_cuda_qint8, test/test_torch.py::TestTorchDeviceTypeCUDA::test_take_cuda_float16, test/test_torch.py::TestTorchDeviceTypeCUDA::test_take_cuda_int32, test/test_torch.py::TestTorchDeviceTypeCUDA::test_take_cuda_int64, test/test_torch.py::TestTorchDeviceTypeCUDA::test_tensor_from_storage_cuda_bfloat16, test/test_torch.py::TestTorchDeviceTypeCUDA::test_tensor_from_storage_cuda_complex64, test/test_torch.py::TestTorchDeviceTypeCUDA::test_tensor_shape_empty_cuda, test/test_torch.py::TestTorchDeviceTypeCUDA::test_tensor_storage_type_cuda_complex64, test/test_torch.py::TestTorchDeviceTypeCUDA::test_tensor_storage_type_cuda_float64, test/test_torch.py::TestTorchDeviceTypeCUDA::test_tensor_storage_type_cuda_int16, test/test_torch.py::TestTorchDeviceTypeCUDA::test_typed_storage_meta_cuda_bool, test/test_torch.py::TestTorchDeviceTypeCUDA::test_typed_storage_meta_cuda_complex64, test/test_torch.py::TestTorchDeviceTypeCUDA::test_typed_storage_meta_cuda_int64, test/test_torch.py::TestTorchDeviceTypeCUDA::test_typed_storage_meta_cuda_int8, test/test_torch.py::TestDevicePrecisionCUDA::test_advancedindex_mixed_cpu_devices_cuda, test/test_torch.py::TestDevicePrecisionCUDA::test_advancedindex_mixed_devices_error_cuda, test/test_torch.py::TestDevicePrecisionCUDA::test_copy_noncontig_cuda, test/test_torch.py::TestDevicePrecisionCUDA::test_cuda_device_idx_cuda, test/test_torch.py::TestDevicePrecisionCUDA::test_from_sequence_cuda_float16, test/test_torch.py::TestDevicePrecisionCUDA::test_from_sequence_cuda_int32, test/test_torch.py::TestDevicePrecisionCUDA::test_from_sequence_cuda_int64, test/test_torch.py::TestDevicePrecisionCUDA::test_from_sequence_cuda_int8, test/test_torch.py::TestDevicePrecisionCUDA::test_from_sequence_cuda_uint8, test/test_torch.py::TestDevicePrecisionCUDA::test_type_conversions_same_device_cuda 2024-12-18T03:42:59.9957028Z 2024-12-18T03:42:59.9957220Z Running test_torch 2/4 ... [2024-12-18 03:42:59.982587] 2024-12-18T03:42:59.9957638Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2024-12-18T03:42:59.9958659Z Executing ['/opt/conda/envs/py_3.10/bin/python', '-bb', 'test_torch.py', '--shard-id=2', '--num-shards=4', '-v', '-vv', '-rfEX', '-p', 'no:xdist', '--use-pytest', '-x', '--reruns=2', '--import-slow-tests', '--import-disabled-tests'] ... [2024-12-18 03:42:59.983023] 2024-12-18T03:55:37.0562748Z 2024-12-18T03:55:37.0563768Z test_torch 2/4 was successful, full logs can be found in artifacts with path test/test-reports/test_torch_2.4_893d8689a3856116_.log 2024-12-18T03:55:37.0658632Z Running 260 items in this shard: test/test_torch.py::TestBasicVitalSigns::test_basic_vitals, test/test_torch.py::TestTorch::test_RNGState, test/test_torch.py::TestTorch::test_Size_iter, test/test_torch.py::TestTorch::test_add_meta_scalar, test/test_torch.py::TestTorch::test_assert_async, test/test_torch.py::TestTorch::test_boxMullerState, test/test_torch.py::TestTorch::test_cat_neg_dim, test/test_torch.py::TestTorch::test_conj_neg_tolist, test/test_torch.py::TestTorch::test_copy_broadcast, test/test_torch.py::TestTorch::test_copy_many_to_one, test/test_torch.py::TestTorch::test_data_ptr_of_empty_view_with_storage, test/test_torch.py::TestTorch::test_deepcopy_parameter, test/test_torch.py::TestTorch::test_deterministic_fill_uninitialized_memory, test/test_torch.py::TestTorch::test_device, test/test_torch.py::TestTorch::test_element_size, test/test_torch.py::TestTorch::test_empty_meta, test/test_torch.py::TestTorch::test_from_buffer, test/test_torch.py::TestTorch::test_has_storage, test/test_torch.py::TestTorch::test_kthvalue_neg_dim, test/test_torch.py::TestTorch::test_linspace_logspace, test/test_torch.py::TestTorch::test_logcumsumexp_neg_dim, test/test_torch.py::TestTorch::test_memory_format, test/test_torch.py::TestTorch::test_parsing_intlist, test/test_torch.py::TestTorch::test_permute, test/test_torch.py::TestTorch::test_pickle_parameter, test/test_torch.py::TestTorch::test_renorm_neg_dim, test/test_torch.py::TestTorch::test_sobolengine_distribution_scrambled, test/test_torch.py::TestTorch::test_sobolengine_draw_base2_scrambled, test/test_torch.py::TestTorch::test_sobolengine_fast_forward, test/test_torch.py::TestTorch::test_sobolengine_high_dim, test/test_torch.py::TestTorch::test_sobolengine_raise, test/test_torch.py::TestTorch::test_squeeze_neg_dim, test/test_torch.py::TestTorch::test_storage_base_new, test/test_torch.py::TestTorch::test_storage_cycle_via_dict, test/test_torch.py::TestTorch::test_storage_fix_weakref_no_leak, test/test_torch.py::TestTorch::test_storage_from_tensor_dealloc_resurrected, test/test_torch.py::TestTorch::test_storage_preserve_nonhermetic_in_hermetic_context, test/test_torch.py::TestTorch::test_subclass_tensors, test/test_torch.py::TestTorch::test_sum_neg_dim, test/test_torch.py::TestTorch::test_t_not_2d_error, test/test_torch.py::TestTorch::test_tensor_base_init, test/test_torch.py::TestTorch::test_tensor_base_new, test/test_torch.py::TestTorch::test_tensor_cycle_via_slots, test/test_torch.py::TestTorch::test_tensor_dict_dealloc, test/test_torch.py::TestTorch::test_tensor_set, test/test_torch.py::TestTorch::test_tensor_set_errors, test/test_torch.py::TestTorch::test_type_alias, test/test_torch.py::TestTorch::test_type_conversion_via_dtype_name, test/test_torch.py::TestTorch::test_unbind_neg_dim, test/test_torch.py::TestTorchDeviceTypeCUDA::test_addcdiv_cuda_complex128, test/test_torch.py::TestTorchDeviceTypeCUDA::test_addcdiv_cuda_float16, test/test_torch.py::TestTorchDeviceTypeCUDA::test_addcdiv_cuda_int32, test/test_torch.py::TestTorchDeviceTypeCUDA::test_addcdiv_cuda_uint8, test/test_torch.py::TestTorchDeviceTypeCUDA::test_addcmul_cuda_float64, test/test_torch.py::TestTorchDeviceTypeCUDA::test_addcmul_cuda_int16, test/test_torch.py::TestTorchDeviceTypeCUDA::test_assertRaisesRegex_ignore_msg_non_native_device_cuda, test/test_torch.py::TestTorchDeviceTypeCUDA::test_bernoulli_p_cuda_float32, test/test_torch.py::TestTorchDeviceTypeCUDA::test_bernoulli_self_cuda_bool, test/test_torch.py::TestTorchDeviceTypeCUDA::test_bfloat16_neg_abs_cuda, test/test_torch.py::TestTorchDeviceTypeCUDA::test_broadcast_fn_add_cuda, test/test_torch.py::TestTorchDeviceTypeCUDA::test_broadcast_fn_addcdiv_cuda, test/test_torch.py::TestTorchDeviceTypeCUDA::test_broadcast_fn_atan2_cuda, test/test_torch.py::TestTorchDeviceTypeCUDA::test_broadcast_fn_dist_cuda, test/test_torch.py::TestTorchDeviceTypeCUDA::test_broadcast_fn_lt_cuda, test/test_torch.py::TestTorchDeviceTypeCUDA::test_broadcast_fn_masked_select_cuda, test/test_torch.py::TestTorchDeviceTypeCUDA::test_broadcast_fn_min_cuda, test/test_torch.py::TestTorchDeviceTypeCUDA::test_bytes_to_scalar_cuda_bool, test/test_torch.py::TestTorchDeviceTypeCUDA::test_bytes_to_scalar_cuda_complex128, test/test_torch.py::TestTorchDeviceTypeCUDA::test_bytes_to_scalar_cuda_complex64, test/test_torch.py::TestTorchDeviceTypeCUDA::test_bytes_to_scalar_cuda_float32, test/test_torch.py::TestTorchDeviceTypeCUDA::test_bytes_to_scalar_cuda_int32, test/test_torch.py::TestTorchDeviceTypeCUDA::test_bytes_to_scalar_cuda_uint64, test/test_torch.py::TestTorchDeviceTypeCUDA::test_cauchy_cuda_float16, test/test_torch.py::TestTorchDeviceTypeCUDA::test_cauchy_kstest_cuda, test/test_torch.py::TestTorchDeviceTypeCUDA::test_cdist_euclidean_large_cuda, test/test_torch.py::TestTorchDeviceTypeCUDA::test_cdist_large_cuda, test/test_torch.py::TestTorchDeviceTypeCUDA::test_check_tensor_internal_cuda, test/test_torch.py::TestTorchDeviceTypeCUDA::test_complex_half_experimental_warning_cuda, test/test_torch.py::TestTorchDeviceTypeCUDA::test_conv_transposed_large_cuda, test/test_torch.py::TestTorchDeviceTypeCUDA::test_copy__cuda_float16, test/test_torch.py::TestTorchDeviceTypeCUDA::test_copy__cuda_int32, test/test_torch.py::TestTorchDeviceTypeCUDA::test_copy_transpose_math_view_cuda_float32, test/test_torch.py::TestTorchDeviceTypeCUDA::test_corrcoef_cuda_int32, test/test_torch.py::TestTorchDeviceTypeCUDA::test_cummin_discontiguous_cuda, test/test_torch.py::TestTorchDeviceTypeCUDA::test_cumprod_cuda, test/test_torch.py::TestTorchDeviceTypeCUDA::test_cumsum_cuda, test/test_torch.py::TestTorchDeviceTypeCUDA::test_deepcopy_cuda_float32, test/test_torch.py::TestTorchDeviceTypeCUDA::test_deepcopy_scalar_cuda_complex64, test/test_torch.py::TestTorchDeviceTypeCUDA::test_deterministic_empty_cuda_complex128, test/test_torch.py::TestTorchDeviceTypeCUDA::test_deterministic_empty_cuda_complex32, test/test_torch.py::TestTorchDeviceTypeCUDA::test_deterministic_empty_cuda_complex64, test/test_torch.py::TestTorchDeviceTypeCUDA::test_deterministic_empty_cuda_uint16, test/test_torch.py::TestTorchDeviceTypeCUDA::test_deterministic_resize_cuda_int16, test/test_torch.py::TestTorchDeviceTypeCUDA::test_deterministic_resize_cuda_uint64, test/test_torch.py::TestTorchDeviceTypeCUDA::test_device_guard_cuda, test/test_torch.py::TestTorchDeviceTypeCUDA::test_diff_cuda_complex128, test/test_torch.py::TestTorchDeviceTypeCUDA::test_diff_noncontig_cuda_bool, test/test_torch.py::TestTorchDeviceTypeCUDA::test_diff_noncontig_cuda_int32, test/test_torch.py::TestTorchDeviceTypeCUDA::test_diff_noncontig_cuda_int8, test/test_torch.py::TestTorchDeviceTypeCUDA::test_errors_index_copy_cuda, test/test_torch.py::TestTorchDeviceTypeCUDA::test_exponential_cuda_float16, test/test_torch.py::TestTorchDeviceTypeCUDA::test_exponential_kstest_cuda_bfloat16, test/test_torch.py::TestTorchDeviceTypeCUDA::test_exponential_kstest_cuda_float32, test/test_torch.py::TestTorchDeviceTypeCUDA::test_gather_backward_deterministic_path_cuda, test/test_torch.py::TestTorchDeviceTypeCUDA::test_geometric_kstest_cuda, test/test_torch.py::TestTorchDeviceTypeCUDA::test_grad_scale_will_not_overflow_cuda, test/test_torch.py::TestTorchDeviceTypeCUDA::test_grad_scaling_clipping_cuda, test/test_torch.py::TestTorchDeviceTypeCUDA::test_grad_scaling_clipping_separate_unscale_cuda, test/test_torch.py::TestTorchDeviceTypeCUDA::test_gradient_all_cuda_complex64, test/test_torch.py::TestTorchDeviceTypeCUDA::test_index_add_deterministic_cuda, test/test_torch.py::TestTorchDeviceTypeCUDA::test_index_add_mem_overlap_cuda, test/test_torch.py::TestTorchDeviceTypeCUDA::test_index_copy_cuda_bfloat16, test/test_torch.py::TestTorchDeviceTypeCUDA::test_index_copy_cuda_uint8, test/test_torch.py::TestTorchDeviceTypeCUDA::test_index_copy_scalars_cuda_complex64, test/test_torch.py::TestTorchDeviceTypeCUDA::test_index_copy_scalars_cuda_int16, test/test_torch.py::TestTorchDeviceTypeCUDA::test_index_copy_scalars_cuda_int64, test/test_torch.py::TestTorchDeviceTypeCUDA::test_index_fill_cuda_float64, test/test_torch.py::TestTorchDeviceTypeCUDA::test_index_fill_cuda_int16, test/test_torch.py::TestTorchDeviceTypeCUDA::test_index_fill_mem_overlap_cuda, test/test_torch.py::TestTorchDeviceTypeCUDA::test_index_reduce_reduce_amax_cuda_float64, test/test_torch.py::TestTorchDeviceTypeCUDA::test_index_reduce_reduce_amax_cuda_int16, test/test_torch.py::TestTorchDeviceTypeCUDA::test_index_reduce_reduce_amax_cuda_int64, test/test_torch.py::TestTorchDeviceTypeCUDA::test_index_reduce_reduce_amin_cuda_int16, test/test_torch.py::TestTorchDeviceTypeCUDA::test_index_reduce_reduce_amin_cuda_int8, test/test_torch.py::TestTorchDeviceTypeCUDA::test_index_reduce_reduce_mean_cuda_float32, test/test_torch.py::TestTorchDeviceTypeCUDA::test_index_reduce_reduce_mean_cuda_int64, test/test_torch.py::TestTorchDeviceTypeCUDA::test_index_reduce_reduce_mean_cuda_uint8, test/test_torch.py::TestTorchDeviceTypeCUDA::test_index_reduce_reduce_prod_cuda_float16, test/test_torch.py::TestTorchDeviceTypeCUDA::test_index_reduce_reduce_prod_cuda_int8, test/test_torch.py::TestTorchDeviceTypeCUDA::test_index_reduce_reduce_prod_cuda_uint8, test/test_torch.py::TestTorchDeviceTypeCUDA::test_index_select_cuda_float8_e4m3fn, test/test_torch.py::TestTorchDeviceTypeCUDA::test_index_select_cuda_float8_e5m2, test/test_torch.py::TestTorchDeviceTypeCUDA::test_index_select_cuda_int32, test/test_torch.py::TestTorchDeviceTypeCUDA::test_index_select_cuda_uint8, test/test_torch.py::TestTorchDeviceTypeCUDA::test_is_set_to_cuda, test/test_torch.py::TestTorchDeviceTypeCUDA::test_item_cuda_bfloat16, test/test_torch.py::TestTorchDeviceTypeCUDA::test_item_cuda_complex32, test/test_torch.py::TestTorchDeviceTypeCUDA::test_item_cuda_complex64, test/test_torch.py::TestTorchDeviceTypeCUDA::test_item_cuda_float16, test/test_torch.py::TestTorchDeviceTypeCUDA::test_item_cuda_int8, test/test_torch.py::TestTorchDeviceTypeCUDA::test_item_cuda_uint64, test/test_torch.py::TestTorchDeviceTypeCUDA::test_item_cuda_uint8, test/test_torch.py::TestTorchDeviceTypeCUDA::test_large_cumsum_cuda_float16, test/test_torch.py::TestTorchDeviceTypeCUDA::test_lazy_clone_binary_op_no_materialize_cuda_int16, test/test_torch.py::TestTorchDeviceTypeCUDA::test_lazy_clone_cuda_complex128, test/test_torch.py::TestTorchDeviceTypeCUDA::test_lazy_clone_cuda_complex64, test/test_torch.py::TestTorchDeviceTypeCUDA::test_lazy_clone_cuda_float32, test/test_torch.py::TestTorchDeviceTypeCUDA::test_lazy_clone_cuda_int32, test/test_torch.py::TestTorchDeviceTypeCUDA::test_lazy_clone_cuda_int8, test/test_torch.py::TestTorchDeviceTypeCUDA::test_lazy_clone_cuda_uint8, test/test_torch.py::TestTorchDeviceTypeCUDA::test_lazy_clone_view_cuda_float16, test/test_torch.py::TestTorchDeviceTypeCUDA::test_lazy_clone_view_cuda_int16, test/test_torch.py::TestTorchDeviceTypeCUDA::test_lazy_clone_view_cuda_uint8, test/test_torch.py::TestTorchDeviceTypeCUDA::test_lazy_clone_view_materialize_cuda_complex64, test/test_torch.py::TestTorchDeviceTypeCUDA::test_lazy_clone_view_materialize_cuda_float64, test/test_torch.py::TestTorchDeviceTypeCUDA::test_lazy_clone_view_materialize_cuda_uint8, test/test_torch.py::TestTorchDeviceTypeCUDA::test_logcumsumexp_cuda, test/test_torch.py::TestTorchDeviceTypeCUDA::test_lognormal_kstest_cuda, test/test_torch.py::TestTorchDeviceTypeCUDA::test_masked_fill_cuda_bfloat16_uint8, test/test_torch.py::TestTorchDeviceTypeCUDA::test_masked_fill_cuda_complex64_uint8, test/test_torch.py::TestTorchDeviceTypeCUDA::test_masked_fill_cuda_float32_bool, test/test_torch.py::TestTorchDeviceTypeCUDA::test_masked_fill_cuda_float64_uint8, test/test_torch.py::TestTorchDeviceTypeCUDA::test_masked_fill_cuda_int32_uint8, test/test_torch.py::TestTorchDeviceTypeCUDA::test_masked_fill_cuda_int8_bool, test/test_torch.py::TestTorchDeviceTypeCUDA::test_masked_fill_cuda_int8_uint8, test/test_torch.py::TestTorchDeviceTypeCUDA::test_masked_fill_cuda_uint8_uint8, test/test_torch.py::TestTorchDeviceTypeCUDA::test_masked_scatter_bool_tensor_cuda, test/test_torch.py::TestTorchDeviceTypeCUDA::test_masked_scatter_cuda_bfloat16, test/test_torch.py::TestTorchDeviceTypeCUDA::test_masked_scatter_cuda_float16, test/test_torch.py::TestTorchDeviceTypeCUDA::test_masked_scatter_cuda_float64, test/test_torch.py::TestTorchDeviceTypeCUDA::test_masked_select_discontiguous_cuda, test/test_torch.py::TestTorchDeviceTypeCUDA::test_memory_format_preserved_after_permute_cuda, test/test_torch.py::TestTorchDeviceTypeCUDA::test_memory_format_to_cuda, test/test_torch.py::TestTorchDeviceTypeCUDA::test_memory_format_type_cuda, test/test_torch.py::TestTorchDeviceTypeCUDA::test_memory_format_type_shortcuts_cuda, test/test_torch.py::TestTorchDeviceTypeCUDA::test_multinomial_cpu_cuda_float16, test/test_torch.py::TestTorchDeviceTypeCUDA::test_multinomial_cpu_cuda_float64, test/test_torch.py::TestTorchDeviceTypeCUDA::test_multinomial_cuda_float32, test/test_torch.py::TestTorchDeviceTypeCUDA::test_multinomial_deterministic_cuda_float16, test/test_torch.py::TestTorchDeviceTypeCUDA::test_multinomial_deterministic_cuda_float32, test/test_torch.py::TestTorchDeviceTypeCUDA::test_multinomial_gpu_device_constrain_cuda, test/test_torch.py::TestTorchDeviceTypeCUDA::test_multinomial_rng_state_advance_cuda_float32, test/test_torch.py::TestTorchDeviceTypeCUDA::test_narrow_copy_non_contiguous_cuda, test/test_torch.py::TestTorchDeviceTypeCUDA::test_narrow_empty_cuda, test/test_torch.py::TestTorchDeviceTypeCUDA::test_nondeterministic_alert_AvgPool3d_cuda, test/test_torch.py::TestTorchDeviceTypeCUDA::test_nondeterministic_alert_MaxUnpool2d_cuda_float64, test/test_torch.py::TestTorchDeviceTypeCUDA::test_nondeterministic_alert_MaxUnpool3d_cuda_float64, test/test_torch.py::TestTorchDeviceTypeCUDA::test_nondeterministic_alert_ReflectionPad2d_cuda, test/test_torch.py::TestTorchDeviceTypeCUDA::test_nondeterministic_alert_histc_cuda, test/test_torch.py::TestTorchDeviceTypeCUDA::test_nondeterministic_alert_median_cuda_float64, test/test_torch.py::TestTorchDeviceTypeCUDA::test_nondeterministic_alert_put_cuda, test/test_torch.py::TestTorchDeviceTypeCUDA::test_normal_kstest_cuda_float16, test/test_torch.py::TestTorchDeviceTypeCUDA::test_normal_kstest_cuda_float32, test/test_torch.py::TestTorchDeviceTypeCUDA::test_nullary_op_mem_overlap_cuda, test/test_torch.py::TestTorchDeviceTypeCUDA::test_parallel_cow_materialize_error_cuda_complex128, test/test_torch.py::TestTorchDeviceTypeCUDA::test_parallel_cow_materialize_error_cuda_float64, test/test_torch.py::TestTorchDeviceTypeCUDA::test_parallel_cow_materialize_error_cuda_uint8, test/test_torch.py::TestTorchDeviceTypeCUDA::test_pdist_empty_cuda, test/test_torch.py::TestTorchDeviceTypeCUDA::test_pickle_gradscaler_cuda, test/test_torch.py::TestTorchDeviceTypeCUDA::test_pin_memory_from_constructor_cuda, test/test_torch.py::TestTorchDeviceTypeCUDA::test_put_accumulate_cuda_complex128, test/test_torch.py::TestTorchDeviceTypeCUDA::test_put_accumulate_cuda_int64, test/test_torch.py::TestTorchDeviceTypeCUDA::test_put_accumulate_cuda_int8, test/test_torch.py::TestTorchDeviceTypeCUDA::test_put_accumulate_cuda_uint8, test/test_torch.py::TestTorchDeviceTypeCUDA::test_put_cuda_bfloat16, test/test_torch.py::TestTorchDeviceTypeCUDA::test_scatter_add_non_unique_index_cuda, test/test_torch.py::TestTorchDeviceTypeCUDA::test_scatter_add_one_dim_deterministic_cuda, test/test_torch.py::TestTorchDeviceTypeCUDA::test_scatter_add_to_large_input_cuda, test/test_torch.py::TestTorchDeviceTypeCUDA::test_scatter_reduce_non_unique_index_cuda_complex128, test/test_torch.py::TestTorchDeviceTypeCUDA::test_scatter_reduce_non_unique_index_cuda_int32, test/test_torch.py::TestTorchDeviceTypeCUDA::test_scatter_reduce_non_unique_index_cuda_uint8, test/test_torch.py::TestTorchDeviceTypeCUDA::test_scatter_reduce_operations_to_large_input_cuda_int64, test/test_torch.py::TestTorchDeviceTypeCUDA::test_scatter_reduce_scalar_cuda_bool, test/test_torch.py::TestTorchDeviceTypeCUDA::test_scatter_reduce_scalar_cuda_int16, test/test_torch.py::TestTorchDeviceTypeCUDA::test_scatter_reduce_scalar_cuda_int32, test/test_torch.py::TestTorchDeviceTypeCUDA::test_scatter_reduce_scalar_cuda_int8, test/test_torch.py::TestTorchDeviceTypeCUDA::test_scatter_zero_size_index_cuda, test/test_torch.py::TestTorchDeviceTypeCUDA::test_serialization_cuda, test/test_torch.py::TestTorchDeviceTypeCUDA::test_set_default_tensor_type_warnings_cuda, test/test_torch.py::TestTorchDeviceTypeCUDA::test_set_storage_cuda_complex64, test/test_torch.py::TestTorchDeviceTypeCUDA::test_skip_xla_cuda, test/test_torch.py::TestTorchDeviceTypeCUDA::test_storage_cuda_int32, test/test_torch.py::TestTorchDeviceTypeCUDA::test_storage_meta_errors_cuda_bfloat16, test/test_torch.py::TestTorchDeviceTypeCUDA::test_storage_meta_errors_cuda_bool, test/test_torch.py::TestTorchDeviceTypeCUDA::test_storage_meta_errors_cuda_complex64, test/test_torch.py::TestTorchDeviceTypeCUDA::test_storage_meta_errors_cuda_float64, test/test_torch.py::TestTorchDeviceTypeCUDA::test_storage_meta_from_tensor_cuda_uint8, test/test_torch.py::TestTorchDeviceTypeCUDA::test_storage_meta_ok_cuda_complex128, test/test_torch.py::TestTorchDeviceTypeCUDA::test_storage_meta_ok_cuda_complex64, test/test_torch.py::TestTorchDeviceTypeCUDA::test_storage_meta_ok_cuda_float16, test/test_torch.py::TestTorchDeviceTypeCUDA::test_storage_meta_ok_cuda_int16, test/test_torch.py::TestTorchDeviceTypeCUDA::test_storage_meta_ok_cuda_int32, test/test_torch.py::TestTorchDeviceTypeCUDA::test_storage_meta_ok_cuda_int8, test/test_torch.py::TestTorchDeviceTypeCUDA::test_storage_setitem_cuda_bool, test/test_torch.py::TestTorchDeviceTypeCUDA::test_storage_setitem_cuda_float32, test/test_torch.py::TestTorchDeviceTypeCUDA::test_storage_setitem_cuda_int8, test/test_torch.py::TestTorchDeviceTypeCUDA::test_storage_setitem_cuda_qint32, test/test_torch.py::TestTorchDeviceTypeCUDA::test_sync_warning_cuda, test/test_torch.py::TestTorchDeviceTypeCUDA::test_take_cuda_bfloat16, test/test_torch.py::TestTorchDeviceTypeCUDA::test_take_cuda_float32, test/test_torch.py::TestTorchDeviceTypeCUDA::test_take_cuda_float64, test/test_torch.py::TestTorchDeviceTypeCUDA::test_tensor_from_storage_cuda_bool, test/test_torch.py::TestTorchDeviceTypeCUDA::test_tensor_from_storage_cuda_float32, test/test_torch.py::TestTorchDeviceTypeCUDA::test_tensor_from_storage_cuda_float64, test/test_torch.py::TestTorchDeviceTypeCUDA::test_tensor_from_storage_cuda_int16, test/test_torch.py::TestTorchDeviceTypeCUDA::test_tensor_from_storage_cuda_int64, test/test_torch.py::TestTorchDeviceTypeCUDA::test_tensor_from_storage_cuda_uint64, test/test_torch.py::TestTorchDeviceTypeCUDA::test_tensor_from_storage_cuda_uint8, test/test_torch.py::TestTorchDeviceTypeCUDA::test_tensor_storage_type_cuda_bool, test/test_torch.py::TestTorchDeviceTypeCUDA::test_tensor_storage_type_cuda_float32, test/test_torch.py::TestTorchDeviceTypeCUDA::test_tensor_storage_type_cuda_uint8, test/test_torch.py::TestTorchDeviceTypeCUDA::test_typed_storage_meta_cuda_float64, test/test_torch.py::TestTorchDeviceTypeCUDA::test_typed_storage_meta_cuda_uint8, test/test_torch.py::TestTorchDeviceTypeCUDA::test_uniform_kstest_cuda_bfloat16, test/test_torch.py::TestTorchDeviceTypeCUDA::test_uniform_kstest_cuda_float64, test/test_torch.py::TestTorchDeviceTypeCUDA::test_warn_always_caught_cuda, test/test_torch.py::TestDevicePrecisionCUDA::test_clamp_cuda_float64, test/test_torch.py::TestDevicePrecisionCUDA::test_clamp_cuda_int64, test/test_torch.py::TestDevicePrecisionCUDA::test_from_sequence_cuda_int16, test/test_torch.py::TestDevicePrecisionCUDA::test_multidevice_serialization_cuda 2024-12-18T03:55:37.0736455Z 2024-12-18T03:55:37.0736654Z Running test_torch 3/4 ... [2024-12-18 03:55:37.061619] 2024-12-18T03:55:37.0737075Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2024-12-18T03:55:37.0738134Z Executing ['/opt/conda/envs/py_3.10/bin/python', '-bb', 'test_torch.py', '--shard-id=3', '--num-shards=4', '-v', '-vv', '-rfEX', '-p', 'no:xdist', '--use-pytest', '-x', '--reruns=2', '--import-slow-tests', '--import-disabled-tests'] ... [2024-12-18 03:55:37.062098] 2024-12-18T04:04:23.1328635Z 2024-12-18T04:04:23.1329884Z test_torch 3/4 was successful, full logs can be found in artifacts with path test/test-reports/test_torch_3.4_41ae067f9f848c00_.log 2024-12-18T04:04:23.1480859Z Running 253 items in this shard: test/test_torch.py::TestBasicVitalSigns::test_basic_vitals_read_write, test/test_torch.py::TestTorch::test_RNG_after_pickle, test/test_torch.py::TestTorch::test_Size_scalar, test/test_torch.py::TestTorch::test_allow_tensor_metadata_change, test/test_torch.py::TestTorch::test_bf16_supported_on_cpu, test/test_torch.py::TestTorch::test_chunk_neg_dim, test/test_torch.py::TestTorch::test_cxx_flags, test/test_torch.py::TestTorch::test_doc, test/test_torch.py::TestTorch::test_dtype_is_signed, test/test_torch.py::TestTorch::test_error_msg_type_translation, test/test_torch.py::TestTorch::test_gather_neg_dim, test/test_torch.py::TestTorch::test_generator_cpu, test/test_torch.py::TestTorch::test_index_add_cornercase, test/test_torch.py::TestTorch::test_index_add_correctness, test/test_torch.py::TestTorch::test_index_add_neg_dim, test/test_torch.py::TestTorch::test_index_copy_neg_dim, test/test_torch.py::TestTorch::test_index_select_neg_dim, test/test_torch.py::TestTorch::test_invalid_generator_raises, test/test_torch.py::TestTorch::test_manual_seed, test/test_torch.py::TestTorch::test_median_neg_dim, test/test_torch.py::TestTorch::test_memory_format_empty, test/test_torch.py::TestTorch::test_multinomial_invalid_probs, test/test_torch.py::TestTorch::test_nbytes, test/test_torch.py::TestTorch::test_ndim, test/test_torch.py::TestTorch::test_parsing_double, test/test_torch.py::TestTorch::test_pickle_function, test/test_torch.py::TestTorch::test_pickle_size, test/test_torch.py::TestTorch::test_print, test/test_torch.py::TestTorch::test_prod_neg_dim, test/test_torch.py::TestTorch::test_qengine, test/test_torch.py::TestTorch::test_resizable, test/test_torch.py::TestTorch::test_select_neg_dim, test/test_torch.py::TestTorch::test_setting_real_imag_to_a_number, test/test_torch.py::TestTorch::test_sobolengine_continuing_scrambled, test/test_torch.py::TestTorch::test_sobolengine_distribution, test/test_torch.py::TestTorch::test_sobolengine_draw, test/test_torch.py::TestTorch::test_sobolengine_reset_scrambled, test/test_torch.py::TestTorch::test_sort_neg_dim, test/test_torch.py::TestTorch::test_split_neg_dim, test/test_torch.py::TestTorch::test_split_with_sizes_copy_out, test/test_torch.py::TestTorch::test_storage_casts, test/test_torch.py::TestTorch::test_storage_dealloc_subclass_resurrected, test/test_torch.py::TestTorch::test_storage_finalizer_dealloc, test/test_torch.py::TestTorch::test_storage_weakref_dealloc, test/test_torch.py::TestTorch::test_structseq_repr, test/test_torch.py::TestTorch::test_subclass_preserved, test/test_torch.py::TestTorch::test_tensor_dead_weak_ref, test/test_torch.py::TestTorch::test_tensor_finalizer_dealloc, test/test_torch.py::TestTorch::test_tensor_resurrected_weak_ref, test/test_torch.py::TestTorch::test_tensor_weakref_dealloc, test/test_torch.py::TestTorch::test_tensoriterator_output_setup, test/test_torch.py::TestTorch::test_terminate_handler_on_crash, test/test_torch.py::TestTorch::test_to, test/test_torch.py::TestTorch::test_transpose_neg_dim, test/test_torch.py::TestTorch::test_type, test/test_torch.py::TestTorch::test_typed_storage_deprecation_warning, test/test_torch.py::TestTorch::test_typed_storage_internal_no_warning, test/test_torch.py::TestTorch::test_warn_types, test/test_torch.py::TestTorchDeviceTypeCUDA::test_addcmul_cuda_float32, test/test_torch.py::TestTorchDeviceTypeCUDA::test_addcmul_cuda_int8, test/test_torch.py::TestTorchDeviceTypeCUDA::test_bernoulli_edge_cases_cuda_float16, test/test_torch.py::TestTorchDeviceTypeCUDA::test_bernoulli_edge_cases_cuda_float32, test/test_torch.py::TestTorchDeviceTypeCUDA::test_bernoulli_mem_overlap_cuda, test/test_torch.py::TestTorchDeviceTypeCUDA::test_bernoulli_p_cuda_float16, test/test_torch.py::TestTorchDeviceTypeCUDA::test_bernoulli_p_cuda_float64, test/test_torch.py::TestTorchDeviceTypeCUDA::test_bernoulli_self_cuda_int64, test/test_torch.py::TestTorchDeviceTypeCUDA::test_broadcast_fn_gt_cuda, test/test_torch.py::TestTorchDeviceTypeCUDA::test_broadcast_fn_le_cuda, test/test_torch.py::TestTorchDeviceTypeCUDA::test_broadcast_fn_lerp_cuda, test/test_torch.py::TestTorchDeviceTypeCUDA::test_broadcast_fn_masked_fill_cuda, test/test_torch.py::TestTorchDeviceTypeCUDA::test_broadcast_fn_masked_scatter_cuda, test/test_torch.py::TestTorchDeviceTypeCUDA::test_broadcast_fn_ne_cuda, test/test_torch.py::TestTorchDeviceTypeCUDA::test_broadcast_fn_pow_cuda, test/test_torch.py::TestTorchDeviceTypeCUDA::test_broadcast_fn_sub_cuda, test/test_torch.py::TestTorchDeviceTypeCUDA::test_cauchy_cuda_bfloat16, test/test_torch.py::TestTorchDeviceTypeCUDA::test_cauchy_no_inf_cuda_bfloat16, test/test_torch.py::TestTorchDeviceTypeCUDA::test_cauchy_no_inf_cuda_float32, test/test_torch.py::TestTorchDeviceTypeCUDA::test_cdist_empty_cuda, test/test_torch.py::TestTorchDeviceTypeCUDA::test_clone_all_dtypes_and_devices_cuda, test/test_torch.py::TestTorchDeviceTypeCUDA::test_clone_not_memory_dense_cuda, test/test_torch.py::TestTorchDeviceTypeCUDA::test_copy__cuda_float64, test/test_torch.py::TestTorchDeviceTypeCUDA::test_copy_transpose_math_view_cuda_complex64, test/test_torch.py::TestTorchDeviceTypeCUDA::test_copy_transpose_math_view_cuda_int64, test/test_torch.py::TestTorchDeviceTypeCUDA::test_corrcoef_cuda_float32, test/test_torch.py::TestTorchDeviceTypeCUDA::test_cov_cuda, test/test_torch.py::TestTorchDeviceTypeCUDA::test_deepcopy_cuda_complex64, test/test_torch.py::TestTorchDeviceTypeCUDA::test_deterministic_cumsum_cuda, test/test_torch.py::TestTorchDeviceTypeCUDA::test_deterministic_empty_cuda_bfloat16, test/test_torch.py::TestTorchDeviceTypeCUDA::test_deterministic_empty_cuda_bool, test/test_torch.py::TestTorchDeviceTypeCUDA::test_deterministic_empty_cuda_float32, test/test_torch.py::TestTorchDeviceTypeCUDA::test_deterministic_empty_cuda_uint64, test/test_torch.py::TestTorchDeviceTypeCUDA::test_deterministic_resize_cuda_bool, test/test_torch.py::TestTorchDeviceTypeCUDA::test_deterministic_resize_cuda_complex64, test/test_torch.py::TestTorchDeviceTypeCUDA::test_deterministic_resize_cuda_int8, test/test_torch.py::TestTorchDeviceTypeCUDA::test_deterministic_resize_cuda_uint16, test/test_torch.py::TestTorchDeviceTypeCUDA::test_diff_cuda_bool, test/test_torch.py::TestTorchDeviceTypeCUDA::test_diff_cuda_complex64, test/test_torch.py::TestTorchDeviceTypeCUDA::test_diff_cuda_float32, test/test_torch.py::TestTorchDeviceTypeCUDA::test_diff_cuda_float64, test/test_torch.py::TestTorchDeviceTypeCUDA::test_diff_cuda_int16, test/test_torch.py::TestTorchDeviceTypeCUDA::test_diff_cuda_uint8, test/test_torch.py::TestTorchDeviceTypeCUDA::test_diff_noncontig_cuda_float16, test/test_torch.py::TestTorchDeviceTypeCUDA::test_diff_noncontig_cuda_float32, test/test_torch.py::TestTorchDeviceTypeCUDA::test_diff_noncontig_cuda_int16, test/test_torch.py::TestTorchDeviceTypeCUDA::test_diff_noncontig_cuda_int64, test/test_torch.py::TestTorchDeviceTypeCUDA::test_diff_noncontig_cuda_uint8, test/test_torch.py::TestTorchDeviceTypeCUDA::test_discontiguous_out_cumsum_cuda, test/test_torch.py::TestTorchDeviceTypeCUDA::test_expected_failure_xla_cuda, test/test_torch.py::TestTorchDeviceTypeCUDA::test_exponential_cuda_float64, test/test_torch.py::TestTorchDeviceTypeCUDA::test_exponential_no_zero_cuda_float16, test/test_torch.py::TestTorchDeviceTypeCUDA::test_gather_backward_one_dim_cuda, test/test_torch.py::TestTorchDeviceTypeCUDA::test_grad_scaler_pass_itself_cuda, test/test_torch.py::TestTorchDeviceTypeCUDA::test_grad_scaling_autocast_foreach0_fused0_SGD_cuda_float32, test/test_torch.py::TestTorchDeviceTypeCUDA::test_grad_scaling_autocast_foreach2_fused_True_AdamW_cuda_float32, test/test_torch.py::TestTorchDeviceTypeCUDA::test_grad_scaling_autocast_foreach2_fused_True_SGD_cuda_float32, test/test_torch.py::TestTorchDeviceTypeCUDA::test_grad_scaling_multiple_cuda, test/test_torch.py::TestTorchDeviceTypeCUDA::test_grad_scaling_state_dict_cuda, test/test_torch.py::TestTorchDeviceTypeCUDA::test_grad_scaling_unscale_cuda_float32, test/test_torch.py::TestTorchDeviceTypeCUDA::test_grad_scaling_unscale_sparse_cuda_float32, test/test_torch.py::TestTorchDeviceTypeCUDA::test_gradient_all_cuda_int64, test/test_torch.py::TestTorchDeviceTypeCUDA::test_gradient_extreme_cases_cuda_float32, test/test_torch.py::TestTorchDeviceTypeCUDA::test_gradient_spacing_list_length_error_cuda_float32, test/test_torch.py::TestTorchDeviceTypeCUDA::test_gradient_type_promotion_cuda, test/test_torch.py::TestTorchDeviceTypeCUDA::test_index_add_large_inputs_cuda, test/test_torch.py::TestTorchDeviceTypeCUDA::test_index_copy_cuda_complex128, test/test_torch.py::TestTorchDeviceTypeCUDA::test_index_copy_cuda_float32, test/test_torch.py::TestTorchDeviceTypeCUDA::test_index_copy_scalars_cuda_bfloat16, test/test_torch.py::TestTorchDeviceTypeCUDA::test_index_fill_cuda_int8, test/test_torch.py::TestTorchDeviceTypeCUDA::test_index_put_non_accumulate_deterministic_cuda, test/test_torch.py::TestTorchDeviceTypeCUDA::test_index_reduce_reduce_amax_cuda_bfloat16, test/test_torch.py::TestTorchDeviceTypeCUDA::test_index_reduce_reduce_amax_cuda_uint8, test/test_torch.py::TestTorchDeviceTypeCUDA::test_index_reduce_reduce_amin_cuda_float16, test/test_torch.py::TestTorchDeviceTypeCUDA::test_index_reduce_reduce_amin_cuda_int32, test/test_torch.py::TestTorchDeviceTypeCUDA::test_index_reduce_reduce_mean_cuda_bfloat16, test/test_torch.py::TestTorchDeviceTypeCUDA::test_index_reduce_reduce_mean_cuda_int16, test/test_torch.py::TestTorchDeviceTypeCUDA::test_index_reduce_reduce_mean_cuda_int32, test/test_torch.py::TestTorchDeviceTypeCUDA::test_index_reduce_reduce_prod_cuda_bfloat16, test/test_torch.py::TestTorchDeviceTypeCUDA::test_index_reduce_reduce_prod_cuda_float64, test/test_torch.py::TestTorchDeviceTypeCUDA::test_index_select_cuda_bfloat16, test/test_torch.py::TestTorchDeviceTypeCUDA::test_index_select_cuda_float64, test/test_torch.py::TestTorchDeviceTypeCUDA::test_is_signed_cuda, test/test_torch.py::TestTorchDeviceTypeCUDA::test_item_cuda_complex128, test/test_torch.py::TestTorchDeviceTypeCUDA::test_item_cuda_float8_e4m3fn, test/test_torch.py::TestTorchDeviceTypeCUDA::test_item_cuda_float8_e5m2, test/test_torch.py::TestTorchDeviceTypeCUDA::test_item_cuda_float8_e5m2fnuz, test/test_torch.py::TestTorchDeviceTypeCUDA::test_item_cuda_uint32, test/test_torch.py::TestTorchDeviceTypeCUDA::test_lazy_clone_binary_op_no_materialize_cuda_int64, test/test_torch.py::TestTorchDeviceTypeCUDA::test_lazy_clone_binary_op_no_materialize_cuda_int8, test/test_torch.py::TestTorchDeviceTypeCUDA::test_lazy_clone_cuda_bfloat16, test/test_torch.py::TestTorchDeviceTypeCUDA::test_lazy_clone_cuda_bool, test/test_torch.py::TestTorchDeviceTypeCUDA::test_lazy_clone_cuda_int16, test/test_torch.py::TestTorchDeviceTypeCUDA::test_lazy_clone_view_cuda_int64, test/test_torch.py::TestTorchDeviceTypeCUDA::test_lazy_clone_view_cuda_int8, test/test_torch.py::TestTorchDeviceTypeCUDA::test_lazy_clone_view_materialize_cuda_float32, test/test_torch.py::TestTorchDeviceTypeCUDA::test_lazy_clone_view_materialize_cuda_int64, test/test_torch.py::TestTorchDeviceTypeCUDA::test_lazy_clone_view_materialize_cuda_int8, test/test_torch.py::TestTorchDeviceTypeCUDA::test_log_normal_cuda_bfloat16, test/test_torch.py::TestTorchDeviceTypeCUDA::test_log_normal_cuda_float32, test/test_torch.py::TestTorchDeviceTypeCUDA::test_masked_fill_bool_tensor_cuda, test/test_torch.py::TestTorchDeviceTypeCUDA::test_masked_fill_cuda_float16_bool, test/test_torch.py::TestTorchDeviceTypeCUDA::test_masked_fill_cuda_int16_bool, test/test_torch.py::TestTorchDeviceTypeCUDA::test_masked_fill_cuda_int32_bool, test/test_torch.py::TestTorchDeviceTypeCUDA::test_masked_fill_cuda_int64_uint8, test/test_torch.py::TestTorchDeviceTypeCUDA::test_masked_fill_cuda_uint8_bool, test/test_torch.py::TestTorchDeviceTypeCUDA::test_masked_scatter_cuda_complex64, test/test_torch.py::TestTorchDeviceTypeCUDA::test_masked_scatter_cuda_float32, test/test_torch.py::TestTorchDeviceTypeCUDA::test_masked_scatter_cuda_int16, test/test_torch.py::TestTorchDeviceTypeCUDA::test_masked_scatter_cuda_int32, test/test_torch.py::TestTorchDeviceTypeCUDA::test_masked_scatter_mem_overlap_cuda, test/test_torch.py::TestTorchDeviceTypeCUDA::test_masked_select_cuda_complex64, test/test_torch.py::TestTorchDeviceTypeCUDA::test_masked_select_cuda_float64, test/test_torch.py::TestTorchDeviceTypeCUDA::test_memory_format_clone_cuda, test/test_torch.py::TestTorchDeviceTypeCUDA::test_memory_format_consistency_cuda, test/test_torch.py::TestTorchDeviceTypeCUDA::test_memory_format_empty_like_cuda, test/test_torch.py::TestTorchDeviceTypeCUDA::test_multinomial_cuda_float16, test/test_torch.py::TestTorchDeviceTypeCUDA::test_multinomial_cuda_float64, test/test_torch.py::TestTorchDeviceTypeCUDA::test_nondeterministic_alert_AdaptiveMaxPool2d_cuda, test/test_torch.py::TestTorchDeviceTypeCUDA::test_nondeterministic_alert_EmbeddingBag_max_cuda, test/test_torch.py::TestTorchDeviceTypeCUDA::test_nondeterministic_alert_MaxUnpool1d_cuda_float32, test/test_torch.py::TestTorchDeviceTypeCUDA::test_nondeterministic_alert_MaxUnpool1d_cuda_float64, test/test_torch.py::TestTorchDeviceTypeCUDA::test_nondeterministic_alert_MaxUnpool2d_cuda_float32, test/test_torch.py::TestTorchDeviceTypeCUDA::test_nondeterministic_alert_ReflectionPad3d_cuda, test/test_torch.py::TestTorchDeviceTypeCUDA::test_nondeterministic_alert_ReplicationPad1d_cuda, test/test_torch.py::TestTorchDeviceTypeCUDA::test_nondeterministic_alert_grid_sample_3d_cuda, test/test_torch.py::TestTorchDeviceTypeCUDA::test_nondeterministic_alert_interpolate_bilinear_cuda, test/test_torch.py::TestTorchDeviceTypeCUDA::test_nondeterministic_alert_interpolate_linear_cuda, test/test_torch.py::TestTorchDeviceTypeCUDA::test_nondeterministic_alert_interpolate_trilinear_cuda, test/test_torch.py::TestTorchDeviceTypeCUDA::test_nondeterministic_resize_quantized_cuda_qint32, test/test_torch.py::TestTorchDeviceTypeCUDA::test_normal_kstest_cuda_bfloat16, test/test_torch.py::TestTorchDeviceTypeCUDA::test_normal_kstest_cuda_float64, test/test_torch.py::TestTorchDeviceTypeCUDA::test_pairwise_distance_empty_cuda, test/test_torch.py::TestTorchDeviceTypeCUDA::test_parallel_cow_materialize_error_cuda_float16, test/test_torch.py::TestTorchDeviceTypeCUDA::test_params_invalidated_with_grads_invalidated_between_unscale_and_step_AdamW_cuda_float32, test/test_torch.py::TestTorchDeviceTypeCUDA::test_params_invalidated_with_grads_invalidated_between_unscale_and_step_Adam_cuda_float32, test/test_torch.py::TestTorchDeviceTypeCUDA::test_put_accumulate_cuda_bfloat16, test/test_torch.py::TestTorchDeviceTypeCUDA::test_put_accumulate_cuda_complex64, test/test_torch.py::TestTorchDeviceTypeCUDA::test_put_accumulate_cuda_float32, test/test_torch.py::TestTorchDeviceTypeCUDA::test_put_accumulate_cuda_float64, test/test_torch.py::TestTorchDeviceTypeCUDA::test_put_cuda_int32, test/test_torch.py::TestTorchDeviceTypeCUDA::test_reduced_type_float_copy_cuda_bfloat16, test/test_torch.py::TestTorchDeviceTypeCUDA::test_scatter_bool_cuda, test/test_torch.py::TestTorchDeviceTypeCUDA::test_scatter_reduce_non_unique_index_cuda_bool, test/test_torch.py::TestTorchDeviceTypeCUDA::test_scatter_reduce_non_unique_index_cuda_int8, test/test_torch.py::TestTorchDeviceTypeCUDA::test_scatter_reduce_operations_to_large_input_cuda_bool, test/test_torch.py::TestTorchDeviceTypeCUDA::test_scatter_reduce_operations_to_large_input_cuda_complex128, test/test_torch.py::TestTorchDeviceTypeCUDA::test_scatter_reduce_operations_to_large_input_cuda_complex64, test/test_torch.py::TestTorchDeviceTypeCUDA::test_scatter_reduce_operations_to_large_input_cuda_float32, test/test_torch.py::TestTorchDeviceTypeCUDA::test_scatter_reduce_operations_to_large_input_cuda_float64, test/test_torch.py::TestTorchDeviceTypeCUDA::test_scatter_reduce_scalar_cuda_bfloat16, test/test_torch.py::TestTorchDeviceTypeCUDA::test_scatter_reduce_scalar_cuda_float32, test/test_torch.py::TestTorchDeviceTypeCUDA::test_scatter_to_large_input_cuda, test/test_torch.py::TestTorchDeviceTypeCUDA::test_set_storage_cuda_bool, test/test_torch.py::TestTorchDeviceTypeCUDA::test_set_storage_cuda_complex128, test/test_torch.py::TestTorchDeviceTypeCUDA::test_set_storage_cuda_int16, test/test_torch.py::TestTorchDeviceTypeCUDA::test_set_storage_cuda_int8, test/test_torch.py::TestTorchDeviceTypeCUDA::test_set_storage_cuda_uint8, test/test_torch.py::TestTorchDeviceTypeCUDA::test_storage_all_devices_non_blocking_True_cuda, test/test_torch.py::TestTorchDeviceTypeCUDA::test_storage_cuda_bool, test/test_torch.py::TestTorchDeviceTypeCUDA::test_storage_cuda_float64, test/test_torch.py::TestTorchDeviceTypeCUDA::test_storage_cuda_int16, test/test_torch.py::TestTorchDeviceTypeCUDA::test_storage_cuda_uint16, test/test_torch.py::TestTorchDeviceTypeCUDA::test_storage_cuda_uint8, test/test_torch.py::TestTorchDeviceTypeCUDA::test_storage_meta_errors_cuda_complex128, test/test_torch.py::TestTorchDeviceTypeCUDA::test_storage_meta_errors_cuda_float32, test/test_torch.py::TestTorchDeviceTypeCUDA::test_storage_meta_errors_cuda_int32, test/test_torch.py::TestTorchDeviceTypeCUDA::test_storage_meta_errors_cuda_int8, test/test_torch.py::TestTorchDeviceTypeCUDA::test_storage_meta_from_tensor_cuda_bool, test/test_torch.py::TestTorchDeviceTypeCUDA::test_storage_meta_from_tensor_cuda_float16, test/test_torch.py::TestTorchDeviceTypeCUDA::test_storage_meta_from_tensor_cuda_int64, test/test_torch.py::TestTorchDeviceTypeCUDA::test_storage_meta_ok_cuda_bool, test/test_torch.py::TestTorchDeviceTypeCUDA::test_storage_meta_ok_cuda_uint8, test/test_torch.py::TestTorchDeviceTypeCUDA::test_storage_setitem_cuda_float64, test/test_torch.py::TestTorchDeviceTypeCUDA::test_storage_setitem_cuda_int16, test/test_torch.py::TestTorchDeviceTypeCUDA::test_storage_setitem_cuda_quint8, test/test_torch.py::TestTorchDeviceTypeCUDA::test_take_cuda_complex64, test/test_torch.py::TestTorchDeviceTypeCUDA::test_take_cuda_int16, test/test_torch.py::TestTorchDeviceTypeCUDA::test_take_empty_cuda, test/test_torch.py::TestTorchDeviceTypeCUDA::test_tensor_from_storage_cuda_int32, test/test_torch.py::TestTorchDeviceTypeCUDA::test_tensor_from_storage_cuda_uint32, test/test_torch.py::TestTorchDeviceTypeCUDA::test_tensor_storage_type_cuda_bfloat16, test/test_torch.py::TestTorchDeviceTypeCUDA::test_tensor_storage_type_cuda_complex128, test/test_torch.py::TestTorchDeviceTypeCUDA::test_tensor_storage_type_cuda_float16, test/test_torch.py::TestTorchDeviceTypeCUDA::test_tensor_storage_type_cuda_int32, test/test_torch.py::TestTorchDeviceTypeCUDA::test_tensor_storage_type_cuda_int64, test/test_torch.py::TestTorchDeviceTypeCUDA::test_tensor_storage_type_cuda_int8, test/test_torch.py::TestTorchDeviceTypeCUDA::test_ternary_op_mem_overlap_cuda_float64, test/test_torch.py::TestTorchDeviceTypeCUDA::test_typed_storage_meta_cuda_bfloat16, test/test_torch.py::TestTorchDeviceTypeCUDA::test_typed_storage_meta_cuda_complex128, test/test_torch.py::TestTorchDeviceTypeCUDA::test_typed_storage_meta_cuda_int32, test/test_torch.py::TestTorchDeviceTypeCUDA::test_uniform_kstest_cuda_float32, test/test_torch.py::TestDevicePrecisionCUDA::test_clamp_cuda_float32, test/test_torch.py::TestDevicePrecisionCUDA::test_copy_broadcast_cuda, test/test_torch.py::TestDevicePrecisionCUDA::test_from_sequence_cuda_float32 2024-12-18T04:04:23.1608733Z 2024-12-18T04:04:23.1609028Z Running test_torch 4/4 ... [2024-12-18 04:04:23.144718] 2024-12-18T04:04:23.1609712Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2024-12-18T04:04:23.1611790Z Executing ['/opt/conda/envs/py_3.10/bin/python', '-bb', 'test_torch.py', '--shard-id=4', '--num-shards=4', '-v', '-vv', '-rfEX', '-p', 'no:xdist', '--use-pytest', '-x', '--reruns=2', '--import-slow-tests', '--import-disabled-tests'] ... [2024-12-18 04:04:23.145288] 2024-12-18T04:13:38.6501555Z 2024-12-18T04:13:38.6502625Z test_torch 4/4 was successful, full logs can be found in artifacts with path test/test-reports/test_torch_4.4_56ff15f7f7c9470c_.log 2024-12-18T04:13:38.6584064Z Running 268 items in this shard: test/test_torch.py::TestTorch::test_RNGStateAliasing, test/test_torch.py::TestTorch::test_apply, test/test_torch.py::TestTorch::test_as_subclass, test/test_torch.py::TestTorch::test_bmm_multithreaded, test/test_torch.py::TestTorch::test_check, test/test_torch.py::TestTorch::test_contains, test/test_torch.py::TestTorch::test_copy_transpose, test/test_torch.py::TestTorch::test_cuda_not_built, test/test_torch.py::TestTorch::test_cummin_neg_dim, test/test_torch.py::TestTorch::test_cumprod_neg_dim, test/test_torch.py::TestTorch::test_cumsum_neg_dim, test/test_torch.py::TestTorch::test_data_ptr_of_empty_tensor_with_storage, test/test_torch.py::TestTorch::test_deepcopy_gradient, test/test_torch.py::TestTorch::test_dir, test/test_torch.py::TestTorch::test_doc_template, test/test_torch.py::TestTorch::test_from_file, test/test_torch.py::TestTorch::test_get_cpu_capability, test/test_torch.py::TestTorch::test_has_internal_overlap, test/test_torch.py::TestTorch::test_index_add, test/test_torch.py::TestTorch::test_invalid_arg_error_handling, test/test_torch.py::TestTorch::test_map, test/test_torch.py::TestTorch::test_map2, test/test_torch.py::TestTorch::test_max_neg_dim, test/test_torch.py::TestTorch::test_mean_neg_dim, test/test_torch.py::TestTorch::test_min_neg_dim, test/test_torch.py::TestTorch::test_mode_neg_dim, test/test_torch.py::TestTorch::test_new, test/test_torch.py::TestTorch::test_normal_shape, test/test_torch.py::TestTorch::test_numel, test/test_torch.py::TestTorch::test_parsing_int64, test/test_torch.py::TestTorch::test_pickle_dtype, test/test_torch.py::TestTorch::test_pickle_generator, test/test_torch.py::TestTorch::test_pickle_parameter_no_requires_grad, test/test_torch.py::TestTorch::test_pyobj_preserved, test/test_torch.py::TestTorch::test_set_flush_denormal, test/test_torch.py::TestTorch::test_size_neg_dim, test/test_torch.py::TestTorch::test_size_stride, test/test_torch.py::TestTorch::test_sizeof, test/test_torch.py::TestTorch::test_slow_test, test/test_torch.py::TestTorch::test_sobolengine_bounds, test/test_torch.py::TestTorch::test_sobolengine_bounds_scrambled, test/test_torch.py::TestTorch::test_sobolengine_default_dtype, test/test_torch.py::TestTorch::test_sobolengine_draw_base2, test/test_torch.py::TestTorch::test_sobolengine_fast_forward_scrambled, test/test_torch.py::TestTorch::test_sobolengine_reset, test/test_torch.py::TestTorch::test_std_neg_dim, test/test_torch.py::TestTorch::test_storage_byteswap, test/test_torch.py::TestTorch::test_storage_dead_weak_ref, test/test_torch.py::TestTorch::test_storage_dealloc, test/test_torch.py::TestTorch::test_storage_dict_dealloc, test/test_torch.py::TestTorch::test_storage_error, test/test_torch.py::TestTorch::test_storage_from_tensor_dealloc, test/test_torch.py::TestTorch::test_storage_from_tensor_dealloc_zombie, test/test_torch.py::TestTorch::test_storage_slot_dealloc, test/test_torch.py::TestTorch::test_tensor_ctor_scalar, test/test_torch.py::TestTorch::test_tensor_fix_weakref_no_leak, test/test_torch.py::TestTorch::test_tensor_ressurecting_clear, test/test_torch.py::TestTorch::test_tensor_where_scalar, test/test_torch.py::TestTorch::test_to_with_tensor, test/test_torch.py::TestTorch::test_topk_neg_dim, test/test_torch.py::TestTorch::test_unfold_neg_dim, test/test_torch.py::TestTorch::test_wildcard_import, test/test_torch.py::TestTorchDeviceTypeCUDA::test_addcdiv_cuda_complex64, test/test_torch.py::TestTorchDeviceTypeCUDA::test_addcdiv_cuda_float32, test/test_torch.py::TestTorchDeviceTypeCUDA::test_addcdiv_cuda_float64, test/test_torch.py::TestTorchDeviceTypeCUDA::test_addcdiv_cuda_int16, test/test_torch.py::TestTorchDeviceTypeCUDA::test_addcdiv_cuda_int64, test/test_torch.py::TestTorchDeviceTypeCUDA::test_addcmul_cuda_complex64, test/test_torch.py::TestTorchDeviceTypeCUDA::test_addcmul_cuda_int64, test/test_torch.py::TestTorchDeviceTypeCUDA::test_addcmul_cuda_uint8, test/test_torch.py::TestTorchDeviceTypeCUDA::test_bernoulli_edge_cases_cuda_float64, test/test_torch.py::TestTorchDeviceTypeCUDA::test_bernoulli_self_cuda_int16, test/test_torch.py::TestTorchDeviceTypeCUDA::test_bernoulli_self_cuda_int8, test/test_torch.py::TestTorchDeviceTypeCUDA::test_bool_tensor_value_change_cuda, test/test_torch.py::TestTorchDeviceTypeCUDA::test_broadcast_fn_div_cuda, test/test_torch.py::TestTorchDeviceTypeCUDA::test_broadcast_fn_eq_cuda, test/test_torch.py::TestTorchDeviceTypeCUDA::test_broadcast_fn_ge_cuda, test/test_torch.py::TestTorchDeviceTypeCUDA::test_broadcast_fn_mul_cuda, test/test_torch.py::TestTorchDeviceTypeCUDA::test_bytes_to_scalar_cuda_uint16, test/test_torch.py::TestTorchDeviceTypeCUDA::test_bytes_to_scalar_cuda_uint32, test/test_torch.py::TestTorchDeviceTypeCUDA::test_cauchy_cuda_float32, test/test_torch.py::TestTorchDeviceTypeCUDA::test_cauchy_cuda_float64, test/test_torch.py::TestTorchDeviceTypeCUDA::test_cdist_cuda_backward_cuda, test/test_torch.py::TestTorchDeviceTypeCUDA::test_cdist_large_batch_cuda, test/test_torch.py::TestTorchDeviceTypeCUDA::test_cdist_non_contiguous_batch_cuda, test/test_torch.py::TestTorchDeviceTypeCUDA::test_cdist_non_contiguous_cuda, test/test_torch.py::TestTorchDeviceTypeCUDA::test_cdist_norm_batch_cuda, test/test_torch.py::TestTorchDeviceTypeCUDA::test_clone_zero_stride_dim_cuda, test/test_torch.py::TestTorchDeviceTypeCUDA::test_constants_cuda, test/test_torch.py::TestTorchDeviceTypeCUDA::test_copy__cuda_bool, test/test_torch.py::TestTorchDeviceTypeCUDA::test_copy__cuda_complex32, test/test_torch.py::TestTorchDeviceTypeCUDA::test_copy__cuda_complex64, test/test_torch.py::TestTorchDeviceTypeCUDA::test_copy__cuda_float32, test/test_torch.py::TestTorchDeviceTypeCUDA::test_copy__cuda_int16, test/test_torch.py::TestTorchDeviceTypeCUDA::test_copy__cuda_int64, test/test_torch.py::TestTorchDeviceTypeCUDA::test_copy_all_dtypes_and_devices_cuda, test/test_torch.py::TestTorchDeviceTypeCUDA::test_cummax_discontiguous_cuda, test/test_torch.py::TestTorchDeviceTypeCUDA::test_deterministic_empty_cuda_int32, test/test_torch.py::TestTorchDeviceTypeCUDA::test_deterministic_empty_cuda_int64, test/test_torch.py::TestTorchDeviceTypeCUDA::test_deterministic_resize_cuda_bfloat16, test/test_torch.py::TestTorchDeviceTypeCUDA::test_deterministic_resize_cuda_complex128, test/test_torch.py::TestTorchDeviceTypeCUDA::test_deterministic_resize_cuda_float32, test/test_torch.py::TestTorchDeviceTypeCUDA::test_deterministic_resize_cuda_int64, test/test_torch.py::TestTorchDeviceTypeCUDA::test_deterministic_resize_cuda_uint32, test/test_torch.py::TestTorchDeviceTypeCUDA::test_diff_cuda_int8, test/test_torch.py::TestTorchDeviceTypeCUDA::test_diff_noncontig_cuda_complex128, test/test_torch.py::TestTorchDeviceTypeCUDA::test_diff_noncontig_cuda_complex64, test/test_torch.py::TestTorchDeviceTypeCUDA::test_dist_cuda, test/test_torch.py::TestTorchDeviceTypeCUDA::test_dtypetensor_warnings_cuda, test/test_torch.py::TestTorchDeviceTypeCUDA::test_exponential_cuda_float32, test/test_torch.py::TestTorchDeviceTypeCUDA::test_exponential_kstest_cuda_float16, test/test_torch.py::TestTorchDeviceTypeCUDA::test_exponential_kstest_cuda_float64, test/test_torch.py::TestTorchDeviceTypeCUDA::test_exponential_no_zero_cuda_float32, test/test_torch.py::TestTorchDeviceTypeCUDA::test_geometric_cuda_bfloat16, test/test_torch.py::TestTorchDeviceTypeCUDA::test_geometric_cuda_int64, test/test_torch.py::TestTorchDeviceTypeCUDA::test_geometric_cuda_int8, test/test_torch.py::TestTorchDeviceTypeCUDA::test_geometric_cuda_uint8, test/test_torch.py::TestTorchDeviceTypeCUDA::test_grad_scaler_deprecated_warning_cuda, test/test_torch.py::TestTorchDeviceTypeCUDA::test_grad_scaling_autocast_foreach_True_fused1_AdamW_cuda_float32, test/test_torch.py::TestTorchDeviceTypeCUDA::test_grad_scaling_autocast_foreach_True_fused1_Adam_cuda_float32, test/test_torch.py::TestTorchDeviceTypeCUDA::test_grad_scaling_autocast_foreach_True_fused1_SGD_cuda_float32, test/test_torch.py::TestTorchDeviceTypeCUDA::test_grad_scaling_penalty_cuda, test/test_torch.py::TestTorchDeviceTypeCUDA::test_gradient_all_cuda_float32, test/test_torch.py::TestTorchDeviceTypeCUDA::test_gradient_spacing_list_length_error_cuda_int64, test/test_torch.py::TestTorchDeviceTypeCUDA::test_index_copy_cuda_float16, test/test_torch.py::TestTorchDeviceTypeCUDA::test_index_copy_cuda_int32, test/test_torch.py::TestTorchDeviceTypeCUDA::test_index_copy_scalars_cuda_float16, test/test_torch.py::TestTorchDeviceTypeCUDA::test_index_copy_scalars_cuda_uint8, test/test_torch.py::TestTorchDeviceTypeCUDA::test_index_fill_cuda_complex64, test/test_torch.py::TestTorchDeviceTypeCUDA::test_index_fill_cuda_float16, test/test_torch.py::TestTorchDeviceTypeCUDA::test_index_fill_cuda_float32, test/test_torch.py::TestTorchDeviceTypeCUDA::test_index_fill_cuda_int64, test/test_torch.py::TestTorchDeviceTypeCUDA::test_index_fill_cuda_uint8, test/test_torch.py::TestTorchDeviceTypeCUDA::test_index_put_mem_overlap_cuda, test/test_torch.py::TestTorchDeviceTypeCUDA::test_index_reduce_reduce_amax_cuda_int8, test/test_torch.py::TestTorchDeviceTypeCUDA::test_index_reduce_reduce_amin_cuda_bfloat16, test/test_torch.py::TestTorchDeviceTypeCUDA::test_index_reduce_reduce_amin_cuda_float32, test/test_torch.py::TestTorchDeviceTypeCUDA::test_index_reduce_reduce_amin_cuda_float64, test/test_torch.py::TestTorchDeviceTypeCUDA::test_index_reduce_reduce_amin_cuda_int64, test/test_torch.py::TestTorchDeviceTypeCUDA::test_index_reduce_reduce_amin_cuda_uint8, test/test_torch.py::TestTorchDeviceTypeCUDA::test_index_reduce_reduce_prod_cuda_float32, test/test_torch.py::TestTorchDeviceTypeCUDA::test_index_reduce_reduce_prod_cuda_int16, test/test_torch.py::TestTorchDeviceTypeCUDA::test_index_reduce_reduce_prod_cuda_int64, test/test_torch.py::TestTorchDeviceTypeCUDA::test_index_select_cuda_complex128, test/test_torch.py::TestTorchDeviceTypeCUDA::test_index_select_cuda_float16, test/test_torch.py::TestTorchDeviceTypeCUDA::test_index_select_cuda_int16, test/test_torch.py::TestTorchDeviceTypeCUDA::test_index_select_cuda_int64, test/test_torch.py::TestTorchDeviceTypeCUDA::test_invalid_shapes_grid_sampler_cuda, test/test_torch.py::TestTorchDeviceTypeCUDA::test_item_cuda_float64, test/test_torch.py::TestTorchDeviceTypeCUDA::test_item_cuda_int32, test/test_torch.py::TestTorchDeviceTypeCUDA::test_item_cuda_int64, test/test_torch.py::TestTorchDeviceTypeCUDA::test_item_cuda_uint16, test/test_torch.py::TestTorchDeviceTypeCUDA::test_lazy_clone_binary_op_no_materialize_cuda_bfloat16, test/test_torch.py::TestTorchDeviceTypeCUDA::test_lazy_clone_binary_op_no_materialize_cuda_complex128, test/test_torch.py::TestTorchDeviceTypeCUDA::test_lazy_clone_binary_op_no_materialize_cuda_complex64, test/test_torch.py::TestTorchDeviceTypeCUDA::test_lazy_clone_binary_op_no_materialize_cuda_float16, test/test_torch.py::TestTorchDeviceTypeCUDA::test_lazy_clone_binary_op_no_materialize_cuda_float64, test/test_torch.py::TestTorchDeviceTypeCUDA::test_lazy_clone_binary_op_no_materialize_cuda_int32, test/test_torch.py::TestTorchDeviceTypeCUDA::test_lazy_clone_binary_op_no_materialize_cuda_uint8, test/test_torch.py::TestTorchDeviceTypeCUDA::test_lazy_clone_cuda_int64, test/test_torch.py::TestTorchDeviceTypeCUDA::test_lazy_clone_view_cuda_bool, test/test_torch.py::TestTorchDeviceTypeCUDA::test_lazy_clone_view_cuda_complex128, test/test_torch.py::TestTorchDeviceTypeCUDA::test_lazy_clone_view_cuda_complex64, test/test_torch.py::TestTorchDeviceTypeCUDA::test_lazy_clone_view_materialize_cuda_bfloat16, test/test_torch.py::TestTorchDeviceTypeCUDA::test_lazy_clone_view_materialize_cuda_complex128, test/test_torch.py::TestTorchDeviceTypeCUDA::test_log_normal_cuda_float16, test/test_torch.py::TestTorchDeviceTypeCUDA::test_masked_fill_cuda_bfloat16_bool, test/test_torch.py::TestTorchDeviceTypeCUDA::test_masked_fill_cuda_bool_uint8, test/test_torch.py::TestTorchDeviceTypeCUDA::test_masked_fill_cuda_complex128_bool, test/test_torch.py::TestTorchDeviceTypeCUDA::test_masked_fill_cuda_float32_uint8, test/test_torch.py::TestTorchDeviceTypeCUDA::test_masked_fill_cuda_int16_uint8, test/test_torch.py::TestTorchDeviceTypeCUDA::test_masked_fill_cuda_int64_bool, test/test_torch.py::TestTorchDeviceTypeCUDA::test_masked_fill_mem_overlap_cuda, test/test_torch.py::TestTorchDeviceTypeCUDA::test_masked_scatter_cuda_int64, test/test_torch.py::TestTorchDeviceTypeCUDA::test_masked_scatter_cuda_int8, test/test_torch.py::TestTorchDeviceTypeCUDA::test_masked_scatter_large_tensor_cuda, test/test_torch.py::TestTorchDeviceTypeCUDA::test_masked_select_cuda_bool, test/test_torch.py::TestTorchDeviceTypeCUDA::test_masked_select_cuda_complex128, test/test_torch.py::TestTorchDeviceTypeCUDA::test_masked_select_cuda_float32, test/test_torch.py::TestTorchDeviceTypeCUDA::test_masked_select_cuda_int32, test/test_torch.py::TestTorchDeviceTypeCUDA::test_masked_select_cuda_int64, test/test_torch.py::TestTorchDeviceTypeCUDA::test_masked_select_cuda_uint8, test/test_torch.py::TestTorchDeviceTypeCUDA::test_memory_format_factory_like_functions_preserve_cuda, test/test_torch.py::TestTorchDeviceTypeCUDA::test_memory_format_operators_cuda, test/test_torch.py::TestTorchDeviceTypeCUDA::test_module_share_memory_cuda, test/test_torch.py::TestTorchDeviceTypeCUDA::test_multinomial_device_constrain_cuda, test/test_torch.py::TestTorchDeviceTypeCUDA::test_multinomial_empty_wo_replacement_cuda, test/test_torch.py::TestTorchDeviceTypeCUDA::test_nondeterministic_alert_AdaptiveAvgPool3d_cuda, test/test_torch.py::TestTorchDeviceTypeCUDA::test_nondeterministic_alert_CTCLoss_cuda, test/test_torch.py::TestTorchDeviceTypeCUDA::test_nondeterministic_alert_FractionalMaxPool2d_cuda, test/test_torch.py::TestTorchDeviceTypeCUDA::test_nondeterministic_alert_FractionalMaxPool3d_cuda, test/test_torch.py::TestTorchDeviceTypeCUDA::test_nondeterministic_alert_MaxPool3d_cuda, test/test_torch.py::TestTorchDeviceTypeCUDA::test_nondeterministic_alert_MaxUnpool3d_cuda_float16, test/test_torch.py::TestTorchDeviceTypeCUDA::test_nondeterministic_alert_NLLLoss_cuda, test/test_torch.py::TestTorchDeviceTypeCUDA::test_nondeterministic_alert_ReflectionPad1d_cuda, test/test_torch.py::TestTorchDeviceTypeCUDA::test_nondeterministic_alert_ReplicationPad2d_cuda, test/test_torch.py::TestTorchDeviceTypeCUDA::test_nondeterministic_alert_ReplicationPad3d_cuda, test/test_torch.py::TestTorchDeviceTypeCUDA::test_nondeterministic_alert_bincount_cuda, test/test_torch.py::TestTorchDeviceTypeCUDA::test_nondeterministic_alert_interpolate_bicubic_cuda, test/test_torch.py::TestTorchDeviceTypeCUDA::test_nondeterministic_alert_kthvalue_cuda_float64, test/test_torch.py::TestTorchDeviceTypeCUDA::test_nondeterministic_alert_put_accumulate_cuda, test/test_torch.py::TestTorchDeviceTypeCUDA::test_nondeterministic_resize_quantized_cuda_qint8, test/test_torch.py::TestTorchDeviceTypeCUDA::test_parallel_cow_materialize_error_cuda_bool, test/test_torch.py::TestTorchDeviceTypeCUDA::test_parallel_cow_materialize_error_cuda_complex64, test/test_torch.py::TestTorchDeviceTypeCUDA::test_parallel_cow_materialize_error_cuda_float32, test/test_torch.py::TestTorchDeviceTypeCUDA::test_parallel_cow_materialize_error_cuda_int32, test/test_torch.py::TestTorchDeviceTypeCUDA::test_params_invalidated_with_grads_invalidated_between_unscale_and_step_SGD_cuda_float32, test/test_torch.py::TestTorchDeviceTypeCUDA::test_pdist_norm_large_cuda, test/test_torch.py::TestTorchDeviceTypeCUDA::test_put_accumulate_cuda_float16, test/test_torch.py::TestTorchDeviceTypeCUDA::test_put_accumulate_cuda_int32, test/test_torch.py::TestTorchDeviceTypeCUDA::test_put_cuda_int64, test/test_torch.py::TestTorchDeviceTypeCUDA::test_put_empty_cuda, test/test_torch.py::TestTorchDeviceTypeCUDA::test_put_mem_overlap_cuda, test/test_torch.py::TestTorchDeviceTypeCUDA::test_scatter_reduce_multiply_unsupported_dtypes_cuda_complex64, test/test_torch.py::TestTorchDeviceTypeCUDA::test_scatter_reduce_non_unique_index_cuda_bfloat16, test/test_torch.py::TestTorchDeviceTypeCUDA::test_scatter_reduce_non_unique_index_cuda_complex64, test/test_torch.py::TestTorchDeviceTypeCUDA::test_scatter_reduce_non_unique_index_cuda_float16, test/test_torch.py::TestTorchDeviceTypeCUDA::test_scatter_reduce_non_unique_index_cuda_float64, test/test_torch.py::TestTorchDeviceTypeCUDA::test_scatter_reduce_non_unique_index_cuda_int16, test/test_torch.py::TestTorchDeviceTypeCUDA::test_scatter_reduce_non_unique_index_cuda_int64, test/test_torch.py::TestTorchDeviceTypeCUDA::test_scatter_reduce_operations_to_large_input_cuda_bfloat16, test/test_torch.py::TestTorchDeviceTypeCUDA::test_scatter_reduce_operations_to_large_input_cuda_float16, test/test_torch.py::TestTorchDeviceTypeCUDA::test_scatter_reduce_operations_to_large_input_cuda_uint8, test/test_torch.py::TestTorchDeviceTypeCUDA::test_scatter_reduce_scalar_cuda_complex128, test/test_torch.py::TestTorchDeviceTypeCUDA::test_scatter_reduce_scalar_cuda_complex64, test/test_torch.py::TestTorchDeviceTypeCUDA::test_scatter_reduce_scalar_cuda_float16, test/test_torch.py::TestTorchDeviceTypeCUDA::test_scatter_reduce_scalar_cuda_float64, test/test_torch.py::TestTorchDeviceTypeCUDA::test_scatter_reduce_scalar_cuda_int64, test/test_torch.py::TestTorchDeviceTypeCUDA::test_set_storage_cuda_bfloat16, test/test_torch.py::TestTorchDeviceTypeCUDA::test_set_storage_cuda_float16, test/test_torch.py::TestTorchDeviceTypeCUDA::test_set_storage_cuda_float32, test/test_torch.py::TestTorchDeviceTypeCUDA::test_storage_all_devices_non_blocking_False_cuda, test/test_torch.py::TestTorchDeviceTypeCUDA::test_storage_cuda_complex128, test/test_torch.py::TestTorchDeviceTypeCUDA::test_storage_cuda_complex64, test/test_torch.py::TestTorchDeviceTypeCUDA::test_storage_cuda_int64, test/test_torch.py::TestTorchDeviceTypeCUDA::test_storage_cuda_int8, test/test_torch.py::TestTorchDeviceTypeCUDA::test_storage_cuda_uint32, test/test_torch.py::TestTorchDeviceTypeCUDA::test_storage_meta_errors_cuda_float16, test/test_torch.py::TestTorchDeviceTypeCUDA::test_storage_meta_errors_cuda_int64, test/test_torch.py::TestTorchDeviceTypeCUDA::test_storage_meta_errors_cuda_uint8, test/test_torch.py::TestTorchDeviceTypeCUDA::test_storage_meta_from_tensor_cuda_bfloat16, test/test_torch.py::TestTorchDeviceTypeCUDA::test_storage_meta_from_tensor_cuda_float32, test/test_torch.py::TestTorchDeviceTypeCUDA::test_storage_meta_from_tensor_cuda_int16, test/test_torch.py::TestTorchDeviceTypeCUDA::test_storage_meta_from_tensor_cuda_int8, test/test_torch.py::TestTorchDeviceTypeCUDA::test_storage_meta_ok_cuda_int64, test/test_torch.py::TestTorchDeviceTypeCUDA::test_storage_setitem_cuda_int64, test/test_torch.py::TestTorchDeviceTypeCUDA::test_storage_setitem_cuda_quint4x2, test/test_torch.py::TestTorchDeviceTypeCUDA::test_storage_setitem_cuda_uint8, test/test_torch.py::TestTorchDeviceTypeCUDA::test_strides_propagation_cuda, test/test_torch.py::TestTorchDeviceTypeCUDA::test_take_cuda_bool, test/test_torch.py::TestTorchDeviceTypeCUDA::test_take_cuda_complex128, test/test_torch.py::TestTorchDeviceTypeCUDA::test_take_cuda_int8, test/test_torch.py::TestTorchDeviceTypeCUDA::test_take_cuda_uint8, test/test_torch.py::TestTorchDeviceTypeCUDA::test_tensor_from_storage_cuda_complex128, test/test_torch.py::TestTorchDeviceTypeCUDA::test_tensor_from_storage_cuda_float16, test/test_torch.py::TestTorchDeviceTypeCUDA::test_tensor_from_storage_cuda_int8, test/test_torch.py::TestTorchDeviceTypeCUDA::test_tensor_from_storage_cuda_uint16, test/test_torch.py::TestTorchDeviceTypeCUDA::test_tensor_set_errors_multigpu_cuda, test/test_torch.py::TestTorchDeviceTypeCUDA::test_tensor_type_cuda, test/test_torch.py::TestTorchDeviceTypeCUDA::test_typed_storage_meta_cuda_float16, test/test_torch.py::TestTorchDeviceTypeCUDA::test_typed_storage_meta_cuda_float32, test/test_torch.py::TestTorchDeviceTypeCUDA::test_typed_storage_meta_cuda_int16, test/test_torch.py::TestTorchDeviceTypeCUDA::test_uniform_kstest_cuda_float16, test/test_torch.py::TestTorchDeviceTypeCUDA::test_untyped_storage_meta_cuda, test/test_torch.py::TestTorchDeviceTypeCUDA::test_where_scalar_handcrafted_values_cuda, test/test_torch.py::TestDevicePrecisionCUDA::test_device_serialization_cuda, test/test_torch.py::TestDevicePrecisionCUDA::test_from_sequence_cuda_float64, test/test_torch.py::TestDevicePrecisionCUDA::test_index_add_bfloat16_cuda 2024-12-18T04:13:38.6647972Z 2024-12-18T04:13:39.8313271Z Running test batch 'tests to run' cost 2347.21 seconds 2024-12-18T04:13:41.0026712Z + python test/run_test.py --include inductor/test_torchinductor inductor/test_torchinductor_opinfo inductor/test_aot_inductor --shard 1 2 --verbose 2024-12-18T04:13:41.1314129Z /var/lib/jenkins/pytorch/test/run_test.py:22: DeprecationWarning: pkg_resources is deprecated as an API. See https://setuptools.pypa.io/en/latest/pkg_resources.html 2024-12-18T04:13:41.1315660Z import pkg_resources 2024-12-18T04:13:46.2381325Z No TD results found 2024-12-18T04:13:46.2383130Z Downloading https://ossci-metrics.s3.amazonaws.com/disabled-tests-condensed.json?versionId=PhiMB7EP3187qvpKvnORewoK3InOIvX5 to /var/lib/jenkins/pytorch/test/.pytorch-disabled-tests.json 2024-12-18T04:13:46.2531892Z ##[warning] Gathered no stats from artifacts for linux-focal-rocm6.2-py3.10 build env and inductor test config. Using default build env and inductor test config instead. 2024-12-18T04:13:46.3128026Z ##[warning] Gathered no stats from artifacts for linux-focal-rocm6.2-py3.10 build env and inductor test config. Using default build env and inductor test config instead. 2024-12-18T04:13:46.3141960Z Running all tests 2024-12-18T04:13:46.3147384Z Running parallel tests on 8 processes 2024-12-18T04:13:46.3148664Z Name: tests to run (est. time: 67.26min) 2024-12-18T04:13:46.3149224Z Serial tests (0): 2024-12-18T04:13:46.3149720Z Parallel tests (13): 2024-12-18T04:13:46.3150218Z inductor/test_aot_inductor 1/4 2024-12-18T04:13:46.3150774Z inductor/test_aot_inductor 3/4 2024-12-18T04:13:46.3151325Z inductor/test_aot_inductor 4/4 2024-12-18T04:13:46.3151880Z inductor/test_torchinductor 5/6 2024-12-18T04:13:46.3152440Z inductor/test_torchinductor 6/6 2024-12-18T04:13:46.3153023Z inductor/test_torchinductor_opinfo 2/16 2024-12-18T04:13:46.3153647Z inductor/test_torchinductor_opinfo 4/16 2024-12-18T04:13:46.3154235Z inductor/test_torchinductor_opinfo 6/16 2024-12-18T04:13:46.3154819Z inductor/test_torchinductor_opinfo 8/16 2024-12-18T04:13:46.3155421Z inductor/test_torchinductor_opinfo 10/16 2024-12-18T04:13:46.3156037Z inductor/test_torchinductor_opinfo 12/16 2024-12-18T04:13:46.3156627Z inductor/test_torchinductor_opinfo 14/16 2024-12-18T04:13:46.3157209Z inductor/test_torchinductor_opinfo 16/16 2024-12-18T04:13:46.3157779Z Name: excluded (est. time: 0.0min) 2024-12-18T04:13:46.3158290Z Serial tests (0): 2024-12-18T04:13:46.3158719Z Parallel tests (0): 2024-12-18T04:13:46.3283845Z Running inductor/test_aot_inductor 1/4 ... [2024-12-18 04:13:46.327972] 2024-12-18T04:13:46.3284796Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2024-12-18T04:13:46.3286983Z Executing ['/opt/conda/envs/py_3.10/bin/python', '-bb', 'inductor/test_aot_inductor.py', '-m', 'serial', '--shard-id=1', '--num-shards=4', '-v', '-vv', '-rfEX', '-p', 'no:xdist', '--use-pytest', '-x', '--reruns=2', '--import-slow-tests', '--import-disabled-tests'] ... [2024-12-18 04:13:46.328269] 2024-12-18T04:13:58.0111296Z 2024-12-18T04:13:58.0112862Z inductor/test_aot_inductor 1/4 was successful, full logs can be found in artifacts with path test/test-reports/inductor.test_aot_inductor_1.4_af22cbf7cd37485c_.log 2024-12-18T04:13:58.0115277Z Running 0 items in this shard: 2024-12-18T04:13:58.0115653Z 2024-12-18T04:13:58.0121174Z Running inductor/test_aot_inductor 3/4 ... [2024-12-18 04:13:58.011916] 2024-12-18T04:13:58.0121998Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2024-12-18T04:13:58.0128339Z Executing ['/opt/conda/envs/py_3.10/bin/python', '-bb', 'inductor/test_aot_inductor.py', '-m', 'serial', '--shard-id=3', '--num-shards=4', '-v', '-vv', '-rfEX', '-p', 'no:xdist', '--use-pytest', '-x', '--reruns=2', '--import-slow-tests', '--import-disabled-tests'] ... [2024-12-18 04:13:58.012474] 2024-12-18T04:14:09.0946901Z 2024-12-18T04:14:09.0948399Z inductor/test_aot_inductor 3/4 was successful, full logs can be found in artifacts with path test/test-reports/inductor.test_aot_inductor_3.4_e2449c6e59e51978_.log 2024-12-18T04:14:09.0949942Z Running 0 items in this shard: 2024-12-18T04:14:09.0950309Z 2024-12-18T04:14:09.0950725Z Running inductor/test_aot_inductor 4/4 ... [2024-12-18 04:14:09.094625] 2024-12-18T04:14:09.0951585Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2024-12-18T04:14:09.0955390Z Executing ['/opt/conda/envs/py_3.10/bin/python', '-bb', 'inductor/test_aot_inductor.py', '-m', 'serial', '--shard-id=4', '--num-shards=4', '-v', '-vv', '-rfEX', '-p', 'no:xdist', '--use-pytest', '-x', '--reruns=2', '--import-slow-tests', '--import-disabled-tests'] ... [2024-12-18 04:14:09.095220] 2024-12-18T04:14:20.1777865Z 2024-12-18T04:14:20.1779307Z inductor/test_aot_inductor 4/4 was successful, full logs can be found in artifacts with path test/test-reports/inductor.test_aot_inductor_4.4_89b5f9c4cb47fe43_.log 2024-12-18T04:14:20.1780772Z Running 0 items in this shard: 2024-12-18T04:14:20.1781126Z 2024-12-18T04:14:20.1781563Z Running inductor/test_torchinductor 5/6 ... [2024-12-18 04:14:20.177829] 2024-12-18T04:14:20.1782344Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2024-12-18T04:14:20.1786613Z Executing ['/opt/conda/envs/py_3.10/bin/python', '-bb', 'inductor/test_torchinductor.py', '-m', 'serial', '--shard-id=5', '--num-shards=6', '-v', '-vv', '-rfEX', '-p', 'no:xdist', '--use-pytest', '-x', '--reruns=2', '--import-slow-tests', '--import-disabled-tests'] ... [2024-12-18 04:14:20.178370] 2024-12-18T04:14:30.4098224Z 2024-12-18T04:14:30.4099918Z inductor/test_torchinductor 5/6 was successful, full logs can be found in artifacts with path test/test-reports/inductor.test_torchinductor_5.6_3e5425f042bdab57_.log 2024-12-18T04:14:30.4101229Z Running 0 items in this shard: 2024-12-18T04:14:30.4101547Z 2024-12-18T04:14:30.4101976Z Running inductor/test_torchinductor 6/6 ... [2024-12-18 04:14:30.409729] 2024-12-18T04:14:30.4102656Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2024-12-18T04:14:30.4105313Z Executing ['/opt/conda/envs/py_3.10/bin/python', '-bb', 'inductor/test_torchinductor.py', '-m', 'serial', '--shard-id=6', '--num-shards=6', '-v', '-vv', '-rfEX', '-p', 'no:xdist', '--use-pytest', '-x', '--reruns=2', '--import-slow-tests', '--import-disabled-tests'] ... [2024-12-18 04:14:30.410253] 2024-12-18T04:14:40.7420014Z 2024-12-18T04:14:40.7421884Z inductor/test_torchinductor 6/6 was successful, full logs can be found in artifacts with path test/test-reports/inductor.test_torchinductor_6.6_cdb95f818be3836e_.log 2024-12-18T04:14:40.7423463Z Running 0 items in this shard: 2024-12-18T04:14:40.7423849Z 2024-12-18T04:14:40.7424365Z Running inductor/test_torchinductor_opinfo 2/16 ... [2024-12-18 04:14:40.741874] 2024-12-18T04:14:40.7425249Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2024-12-18T04:14:40.7428414Z Executing ['/opt/conda/envs/py_3.10/bin/python', '-bb', 'inductor/test_torchinductor_opinfo.py', '-m', 'serial', '--shard-id=2', '--num-shards=16', '-v', '-vv', '-rfEX', '-p', 'no:xdist', '--use-pytest', '-x', '--reruns=2', '--import-slow-tests', '--import-disabled-tests'] ... [2024-12-18 04:14:40.742428] 2024-12-18T04:14:53.3778234Z 2024-12-18T04:14:53.3780308Z inductor/test_torchinductor_opinfo 2/16 was successful, full logs can be found in artifacts with path test/test-reports/inductor.test_torchinductor_opinfo_2.16_3309e9bacb37eb95_.log 2024-12-18T04:14:53.3782884Z Running 0 items in this shard: 2024-12-18T04:14:53.3783288Z 2024-12-18T04:14:53.3783849Z Running inductor/test_torchinductor_opinfo 4/16 ... [2024-12-18 04:14:53.377621] 2024-12-18T04:14:53.3784858Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2024-12-18T04:14:53.3787396Z Executing ['/opt/conda/envs/py_3.10/bin/python', '-bb', 'inductor/test_torchinductor_opinfo.py', '-m', 'serial', '--shard-id=4', '--num-shards=16', '-v', '-vv', '-rfEX', '-p', 'no:xdist', '--use-pytest', '-x', '--reruns=2', '--import-slow-tests', '--import-disabled-tests'] ... [2024-12-18 04:14:53.378185] 2024-12-18T04:15:06.0636036Z 2024-12-18T04:15:06.0637814Z inductor/test_torchinductor_opinfo 4/16 was successful, full logs can be found in artifacts with path test/test-reports/inductor.test_torchinductor_opinfo_4.16_858dda38461dddb7_.log 2024-12-18T04:15:06.0639451Z Running 0 items in this shard: 2024-12-18T04:15:06.0639837Z 2024-12-18T04:15:06.0640374Z Running inductor/test_torchinductor_opinfo 6/16 ... [2024-12-18 04:15:06.063548] 2024-12-18T04:15:06.0641287Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2024-12-18T04:15:06.0644290Z Executing ['/opt/conda/envs/py_3.10/bin/python', '-bb', 'inductor/test_torchinductor_opinfo.py', '-m', 'serial', '--shard-id=6', '--num-shards=16', '-v', '-vv', '-rfEX', '-p', 'no:xdist', '--use-pytest', '-x', '--reruns=2', '--import-slow-tests', '--import-disabled-tests'] ... [2024-12-18 04:15:06.064107] 2024-12-18T04:15:18.6993214Z 2024-12-18T04:15:18.6994973Z inductor/test_torchinductor_opinfo 6/16 was successful, full logs can be found in artifacts with path test/test-reports/inductor.test_torchinductor_opinfo_6.16_ba2e3ab3b637da5f_.log 2024-12-18T04:15:18.6996638Z Running 0 items in this shard: 2024-12-18T04:15:18.6997011Z 2024-12-18T04:15:18.6997498Z Running inductor/test_torchinductor_opinfo 8/16 ... [2024-12-18 04:15:18.699212] 2024-12-18T04:15:18.6998384Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2024-12-18T04:15:18.7001147Z Executing ['/opt/conda/envs/py_3.10/bin/python', '-bb', 'inductor/test_torchinductor_opinfo.py', '-m', 'serial', '--shard-id=8', '--num-shards=16', '-v', '-vv', '-rfEX', '-p', 'no:xdist', '--use-pytest', '-x', '--reruns=2', '--import-slow-tests', '--import-disabled-tests'] ... [2024-12-18 04:15:18.699794] 2024-12-18T04:15:31.3350163Z 2024-12-18T04:15:31.3351865Z inductor/test_torchinductor_opinfo 8/16 was successful, full logs can be found in artifacts with path test/test-reports/inductor.test_torchinductor_opinfo_8.16_483c78eb5fd89b65_.log 2024-12-18T04:15:31.3353623Z Running 0 items in this shard: 2024-12-18T04:15:31.3353996Z 2024-12-18T04:15:31.3360075Z Running inductor/test_torchinductor_opinfo 10/16 ... [2024-12-18 04:15:31.334954] 2024-12-18T04:15:31.3361101Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2024-12-18T04:15:31.3363517Z Executing ['/opt/conda/envs/py_3.10/bin/python', '-bb', 'inductor/test_torchinductor_opinfo.py', '-m', 'serial', '--shard-id=10', '--num-shards=16', '-v', '-vv', '-rfEX', '-p', 'no:xdist', '--use-pytest', '-x', '--reruns=2', '--import-slow-tests', '--import-disabled-tests'] ... [2024-12-18 04:15:31.335554] 2024-12-18T04:15:44.0207594Z 2024-12-18T04:15:44.0209006Z inductor/test_torchinductor_opinfo 10/16 was successful, full logs can be found in artifacts with path test/test-reports/inductor.test_torchinductor_opinfo_10.16_403a397c02114dbb_.log 2024-12-18T04:15:44.0210571Z Running 0 items in this shard: 2024-12-18T04:15:44.0210925Z 2024-12-18T04:15:44.0211427Z Running inductor/test_torchinductor_opinfo 12/16 ... [2024-12-18 04:15:44.020679] 2024-12-18T04:15:44.0212276Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2024-12-18T04:15:44.0215315Z Executing ['/opt/conda/envs/py_3.10/bin/python', '-bb', 'inductor/test_torchinductor_opinfo.py', '-m', 'serial', '--shard-id=12', '--num-shards=16', '-v', '-vv', '-rfEX', '-p', 'no:xdist', '--use-pytest', '-x', '--reruns=2', '--import-slow-tests', '--import-disabled-tests'] ... [2024-12-18 04:15:44.021224] 2024-12-18T04:15:56.7564918Z 2024-12-18T04:15:56.7579101Z inductor/test_torchinductor_opinfo 12/16 was successful, full logs can be found in artifacts with path test/test-reports/inductor.test_torchinductor_opinfo_12.16_e87e613124cce4f0_.log 2024-12-18T04:15:56.7580783Z Running 0 items in this shard: 2024-12-18T04:15:56.7581161Z 2024-12-18T04:15:56.7581657Z Running inductor/test_torchinductor_opinfo 14/16 ... [2024-12-18 04:15:56.756389] 2024-12-18T04:15:56.7582538Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2024-12-18T04:15:56.7585040Z Executing ['/opt/conda/envs/py_3.10/bin/python', '-bb', 'inductor/test_torchinductor_opinfo.py', '-m', 'serial', '--shard-id=14', '--num-shards=16', '-v', '-vv', '-rfEX', '-p', 'no:xdist', '--use-pytest', '-x', '--reruns=2', '--import-slow-tests', '--import-disabled-tests'] ... [2024-12-18 04:15:56.756943] 2024-12-18T04:16:09.4923100Z 2024-12-18T04:16:09.4924769Z inductor/test_torchinductor_opinfo 14/16 was successful, full logs can be found in artifacts with path test/test-reports/inductor.test_torchinductor_opinfo_14.16_07151d239a94d67d_.log 2024-12-18T04:16:09.4926447Z Running 0 items in this shard: 2024-12-18T04:16:09.4926829Z 2024-12-18T04:16:09.4927322Z Running inductor/test_torchinductor_opinfo 16/16 ... [2024-12-18 04:16:09.492198] 2024-12-18T04:16:09.4928229Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2024-12-18T04:16:09.4930708Z Executing ['/opt/conda/envs/py_3.10/bin/python', '-bb', 'inductor/test_torchinductor_opinfo.py', '-m', 'serial', '--shard-id=16', '--num-shards=16', '-v', '-vv', '-rfEX', '-p', 'no:xdist', '--use-pytest', '-x', '--reruns=2', '--import-slow-tests', '--import-disabled-tests'] ... [2024-12-18 04:16:09.492732] 2024-12-18T04:16:22.1278337Z 2024-12-18T04:16:22.1280231Z inductor/test_torchinductor_opinfo 16/16 was successful, full logs can be found in artifacts with path test/test-reports/inductor.test_torchinductor_opinfo_16.16_df9e986489602b62_.log 2024-12-18T04:16:22.1281832Z Running 0 items in this shard: 2024-12-18T04:16:22.1282199Z 2024-12-18T04:16:22.1309915Z Running inductor/test_aot_inductor 1/4 ... [2024-12-18 04:16:22.130655] 2024-12-18T04:16:22.1310816Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2024-12-18T04:16:22.1312261Z Running inductor/test_aot_inductor 3/4 ... [2024-12-18 04:16:22.130971] 2024-12-18T04:16:22.1313079Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2024-12-18T04:16:22.1314028Z Running inductor/test_aot_inductor 4/4 ... [2024-12-18 04:16:22.131085] 2024-12-18T04:16:22.1314942Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2024-12-18T04:16:22.1315865Z Running inductor/test_torchinductor 5/6 ... [2024-12-18 04:16:22.131198] 2024-12-18T04:16:22.1316692Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2024-12-18T04:16:22.1317459Z Running inductor/test_torchinductor 6/6 ... [2024-12-18 04:16:22.131367] 2024-12-18T04:16:22.1318261Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2024-12-18T04:16:22.1319083Z Running inductor/test_torchinductor_opinfo 2/16 ... [2024-12-18 04:16:22.131461] 2024-12-18T04:16:22.1319943Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2024-12-18T04:16:22.1321946Z Executing ['/opt/conda/envs/py_3.10/bin/python', '-bb', 'inductor/test_aot_inductor.py', '-m', 'not serial', '--shard-id=1', '--num-shards=4', '-v', '-vv', '-rfEX', '-p', 'no:xdist', '--use-pytest', '-x', '--reruns=2', '--import-slow-tests', '--import-disabled-tests'] ... [2024-12-18 04:16:22.131554] 2024-12-18T04:16:22.1324296Z Running inductor/test_torchinductor_opinfo 4/16 ... [2024-12-18 04:16:22.131572] 2024-12-18T04:16:22.1325161Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2024-12-18T04:16:22.1325990Z Running inductor/test_torchinductor_opinfo 6/16 ... [2024-12-18 04:16:22.131703] 2024-12-18T04:16:22.1326839Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2024-12-18T04:16:22.1328792Z Executing ['/opt/conda/envs/py_3.10/bin/python', '-bb', 'inductor/test_aot_inductor.py', '-m', 'not serial', '--shard-id=3', '--num-shards=4', '-v', '-vv', '-rfEX', '-p', 'no:xdist', '--use-pytest', '-x', '--reruns=2', '--import-slow-tests', '--import-disabled-tests'] ... [2024-12-18 04:16:22.131784] 2024-12-18T04:16:22.1332061Z Executing ['/opt/conda/envs/py_3.10/bin/python', '-bb', 'inductor/test_torchinductor.py', '-m', 'not serial', '--shard-id=5', '--num-shards=6', '-v', '-vv', '-rfEX', '-p', 'no:xdist', '--use-pytest', '-x', '--reruns=2', '--import-slow-tests', '--import-disabled-tests'] ... [2024-12-18 04:16:22.131900] 2024-12-18T04:16:22.1336876Z Executing ['/opt/conda/envs/py_3.10/bin/python', '-bb', 'inductor/test_aot_inductor.py', '-m', 'not serial', '--shard-id=4', '--num-shards=4', '-v', '-vv', '-rfEX', '-p', 'no:xdist', '--use-pytest', '-x', '--reruns=2', '--import-slow-tests', '--import-disabled-tests'] ... [2024-12-18 04:16:22.132019] 2024-12-18T04:16:22.1340179Z Executing ['/opt/conda/envs/py_3.10/bin/python', '-bb', 'inductor/test_torchinductor.py', '-m', 'not serial', '--shard-id=6', '--num-shards=6', '-v', '-vv', '-rfEX', '-p', 'no:xdist', '--use-pytest', '-x', '--reruns=2', '--import-slow-tests', '--import-disabled-tests'] ... [2024-12-18 04:16:22.132098] 2024-12-18T04:16:22.1343591Z Executing ['/opt/conda/envs/py_3.10/bin/python', '-bb', 'inductor/test_torchinductor_opinfo.py', '-m', 'not serial', '--shard-id=2', '--num-shards=16', '-v', '-vv', '-rfEX', '-p', 'no:xdist', '--use-pytest', '-x', '--reruns=2', '--import-slow-tests', '--import-disabled-tests'] ... [2024-12-18 04:16:22.132222] 2024-12-18T04:16:22.1347615Z Executing ['/opt/conda/envs/py_3.10/bin/python', '-bb', 'inductor/test_torchinductor_opinfo.py', '-m', 'not serial', '--shard-id=4', '--num-shards=16', '-v', '-vv', '-rfEX', '-p', 'no:xdist', '--use-pytest', '-x', '--reruns=2', '--import-slow-tests', '--import-disabled-tests'] ... [2024-12-18 04:16:22.132351] 2024-12-18T04:16:22.1351043Z Executing ['/opt/conda/envs/py_3.10/bin/python', '-bb', 'inductor/test_torchinductor_opinfo.py', '-m', 'not serial', '--shard-id=6', '--num-shards=16', '-v', '-vv', '-rfEX', '-p', 'no:xdist', '--use-pytest', '-x', '--reruns=2', '--import-slow-tests', '--import-disabled-tests'] ... [2024-12-18 04:16:22.132508] 2024-12-18T04:26:38.4907072Z 2024-12-18T04:26:38.4908179Z inductor/test_torchinductor 5/6 was successful, full logs can be found in artifacts with path test/test-reports/inductor.test_torchinductor_5.6_7e8aa249d5802fdb_.log 2024-12-18T04:26:38.5013880Z Running 285 items in this shard: test/inductor/test_torchinductor.py::SweepInputsCpuTest::test_cpu_broadcast1_broadcast2, test/inductor/test_torchinductor.py::SweepInputsCpuTest::test_cpu_broadcast2_broadcast1, test/inductor/test_torchinductor.py::SweepInputsCpuTest::test_cpu_broadcast2_broadcast2, test/inductor/test_torchinductor.py::SweepInputsCpuTest::test_cpu_broadcast3_strided, test/inductor/test_torchinductor.py::SweepInputsCpuTest::test_cpu_broadcast3_transposed, test/inductor/test_torchinductor.py::SweepInputsCpuTest::test_cpu_dense_broadcast1, test/inductor/test_torchinductor.py::SweepInputsCpuTest::test_cpu_dense_broadcast2, test/inductor/test_torchinductor.py::SweepInputsCpuTest::test_cpu_dense_int, test/inductor/test_torchinductor.py::SweepInputsCpuTest::test_cpu_dense_transposed, test/inductor/test_torchinductor.py::SweepInputsCpuTest::test_cpu_double_broadcast3, test/inductor/test_torchinductor.py::SweepInputsCpuTest::test_cpu_double_dense, test/inductor/test_torchinductor.py::SweepInputsCpuTest::test_cpu_double_transposed, test/inductor/test_torchinductor.py::SweepInputsCpuTest::test_cpu_int_double, test/inductor/test_torchinductor.py::SweepInputsCpuTest::test_cpu_int_strided, test/inductor/test_torchinductor.py::CpuTests::test_adaptive_avg_pool2d1_cpu, test/inductor/test_torchinductor.py::CpuTests::test_adaptive_avg_pool2d2_cpu, test/inductor/test_torchinductor.py::CpuTests::test_adaptive_max_pool2d2_cpu, test/inductor/test_torchinductor.py::CpuTests::test_add_complex5_cpu, test/inductor/test_torchinductor.py::CpuTests::test_add_const_int_cpu, test/inductor/test_torchinductor.py::CpuTests::test_add_inplace_permuted_cpu, test/inductor/test_torchinductor.py::CpuTests::test_angle_cpu, test/inductor/test_torchinductor.py::CpuTests::test_arange1_cpu, test/inductor/test_torchinductor.py::CpuTests::test_avg_pool2d1_cpu, test/inductor/test_torchinductor.py::CpuTests::test_avg_pool2d_backward_cpu, test/inductor/test_torchinductor.py::CpuTests::test_avg_pool3d_backward4_cpu, test/inductor/test_torchinductor.py::CpuTests::test_bitwise3_cpu, test/inductor/test_torchinductor.py::CpuTests::test_bucketize_add_autotune_cpu, test/inductor/test_torchinductor.py::CpuTests::test_bucketize_cpu, test/inductor/test_torchinductor.py::CpuTests::test_bucketize_int_cpu, test/inductor/test_torchinductor.py::CpuTests::test_builtins_round_int_ndigits_pos_cpu, test/inductor/test_torchinductor.py::CpuTests::test_cat_inplace_cpu, test/inductor/test_torchinductor.py::CpuTests::test_cat_unbacked_legacy_empty_cpu, test/inductor/test_torchinductor.py::CpuTests::test_cauchy_cpu, test/inductor/test_torchinductor.py::CpuTests::test_clone_cpu, test/inductor/test_torchinductor.py::CpuTests::test_compar_cpu, test/inductor/test_torchinductor.py::CpuTests::test_computed_buffer_inlining_cpu, test/inductor/test_torchinductor.py::CpuTests::test_config_option_dont_assume_alignment_recompiles_cpu, test/inductor/test_torchinductor.py::CpuTests::test_consecutive_split_cumprod_cpu, test/inductor/test_torchinductor.py::CpuTests::test_conv_bn_fuse_cpu, test/inductor/test_torchinductor.py::CpuTests::test_conv_with_as_strided_cpu, test/inductor/test_torchinductor.py::CpuTests::test_convolution2_cpu, test/inductor/test_torchinductor.py::CpuTests::test_convolution5_cpu, test/inductor/test_torchinductor.py::CpuTests::test_cos_cpu, test/inductor/test_torchinductor.py::CpuTests::test_cumsum_no_mask_cpu, test/inductor/test_torchinductor.py::CpuTests::test_custom_op_unbacked_symints_cpu, test/inductor/test_torchinductor.py::CpuTests::test_dist_bf16_cpu, test/inductor/test_torchinductor.py::CpuTests::test_div1_cpu, test/inductor/test_torchinductor.py::CpuTests::test_div5_cpu, test/inductor/test_torchinductor.py::CpuTests::test_div_precision_cpu, test/inductor/test_torchinductor.py::CpuTests::test_dropout_cpu, test/inductor/test_torchinductor.py::CpuTests::test_dtype_mismatch_issue_cpu, test/inductor/test_torchinductor.py::CpuTests::test_dtypeview_bfloat16_float64_cpu, test/inductor/test_torchinductor.py::CpuTests::test_dtypeview_bfloat16_uint8_cpu, test/inductor/test_torchinductor.py::CpuTests::test_dtypeview_float32_float32_cpu, test/inductor/test_torchinductor.py::CpuTests::test_dtypeview_float32_int32_cpu, test/inductor/test_torchinductor.py::CpuTests::test_dtypeview_float64_float16_cpu, test/inductor/test_torchinductor.py::CpuTests::test_dtypeview_fusion_cpu, test/inductor/test_torchinductor.py::CpuTests::test_dtypeview_int16_int64_cpu, test/inductor/test_torchinductor.py::CpuTests::test_dtypeview_int64_int64_cpu, test/inductor/test_torchinductor.py::CpuTests::test_dtypeview_int8_bfloat16_cpu, test/inductor/test_torchinductor.py::CpuTests::test_dtypeview_uint8_bfloat16_cpu, test/inductor/test_torchinductor.py::CpuTests::test_dtypeview_uint8_int32_cpu, test/inductor/test_torchinductor.py::CpuTests::test_embedding_cpu, test/inductor/test_torchinductor.py::CpuTests::test_empty_strided_cpu, test/inductor/test_torchinductor.py::CpuTests::test_erfc_cpu, test/inductor/test_torchinductor.py::CpuTests::test_exact_stride_cpu, test/inductor/test_torchinductor.py::CpuTests::test_exp2_cpu, test/inductor/test_torchinductor.py::CpuTests::test_fill1_cpu, test/inductor/test_torchinductor.py::CpuTests::test_float16_to_int16_cpu, test/inductor/test_torchinductor.py::CpuTests::test_float_index_expression_cpu, test/inductor/test_torchinductor.py::CpuTests::test_forced_buffer_realize_cpu, test/inductor/test_torchinductor.py::CpuTests::test_fractional_max_pool2d4_cpu, test/inductor/test_torchinductor.py::CpuTests::test_full_boolean_cpu, test/inductor/test_torchinductor.py::CpuTests::test_full_like_cpu, test/inductor/test_torchinductor.py::CpuTests::test_fuse_tiled_cpu, test/inductor/test_torchinductor.py::CpuTests::test_horizonal_fusion2_cpu, test/inductor/test_torchinductor.py::CpuTests::test_index_propagation_flip_cpu, test/inductor/test_torchinductor.py::CpuTests::test_index_propagation_floordiv_cpu, test/inductor/test_torchinductor.py::CpuTests::test_inductor_assert_cpu, test/inductor/test_torchinductor.py::CpuTests::test_insignificant_strides_cpu, test/inductor/test_torchinductor.py::CpuTests::test_invalid_operand_issue1_cpu, test/inductor/test_torchinductor.py::CpuTests::test_kwargs_cpu, test/inductor/test_torchinductor.py::CpuTests::test_lgamma_cpu, test/inductor/test_torchinductor.py::CpuTests::test_like_rands3_cpu, test/inductor/test_torchinductor.py::CpuTests::test_logsumexp_cpu, test/inductor/test_torchinductor.py::CpuTests::test_masked_fill_promotion_cpu, test/inductor/test_torchinductor.py::CpuTests::test_max_pool2d2_cpu, test/inductor/test_torchinductor.py::CpuTests::test_max_pool2d_with_indices_backward4_cpu, test/inductor/test_torchinductor.py::CpuTests::test_mean_cpu, test/inductor/test_torchinductor.py::CpuTests::test_mul_softmax_symfloat_cpu, test/inductor/test_torchinductor.py::CpuTests::test_multi_threading_cpu, test/inductor/test_torchinductor.py::CpuTests::test_multilayer_sum_low_prec_cpu, test/inductor/test_torchinductor.py::CpuTests::test_neg_index_cpu, test/inductor/test_torchinductor.py::CpuTests::test_no_mega_fusion_during_lowering_cpu, test/inductor/test_torchinductor.py::CpuTests::test_no_op_reduction_cpu, test/inductor/test_torchinductor.py::CpuTests::test_pad_cast_cpu, test/inductor/test_torchinductor.py::CpuTests::test_pad_view_cpu, test/inductor/test_torchinductor.py::CpuTests::test_pixel_shuffle_channels_last_cpu, test/inductor/test_torchinductor.py::CpuTests::test_pointwise_bessel_j1_cpu, test/inductor/test_torchinductor.py::CpuTests::test_pointwise_digamma_cpu, test/inductor/test_torchinductor.py::CpuTests::test_pointwise_exp2_cpu, test/inductor/test_torchinductor.py::CpuTests::test_pointwise_gammaln_cpu, test/inductor/test_torchinductor.py::CpuTests::test_pointwise_i1e_cpu, test/inductor/test_torchinductor.py::CpuTests::test_pointwise_legendre_polynomial_p_cpu, test/inductor/test_torchinductor.py::CpuTests::test_pointwise_log_ndtr_cpu, test/inductor/test_torchinductor.py::CpuTests::test_pointwise_modified_bessel_k0_cpu, test/inductor/test_torchinductor.py::CpuTests::test_pointwise_ndtri_cpu, test/inductor/test_torchinductor.py::CpuTests::test_pointwise_sinc_cpu, test/inductor/test_torchinductor.py::CpuTests::test_pointwise_spherical_bessel_j0_cpu, test/inductor/test_torchinductor.py::CpuTests::test_pointwise_xlogy_cpu, test/inductor/test_torchinductor.py::CpuTests::test_pointwise_zeta_cpu, test/inductor/test_torchinductor.py::CpuTests::test_pow3_cpu, test/inductor/test_torchinductor.py::CpuTests::test_randint_cpu, test/inductor/test_torchinductor.py::CpuTests::test_randn_generator_cpu, test/inductor/test_torchinductor.py::CpuTests::test_reduction2_cpu, test/inductor/test_torchinductor.py::CpuTests::test_remove_noop_copy_cpu, test/inductor/test_torchinductor.py::CpuTests::test_roll_cpu, test/inductor/test_torchinductor.py::CpuTests::test_scatter3_cpu, test/inductor/test_torchinductor.py::CpuTests::test_scatter_reduce3_cpu, test/inductor/test_torchinductor.py::CpuTests::test_sdpa_prefer_nd_tiling_True_use_block_ptr_False_cpu, test/inductor/test_torchinductor.py::CpuTests::test_sgn_extremal_cpu, test/inductor/test_torchinductor.py::CpuTests::test_shape_padding_cpu, test/inductor/test_torchinductor.py::CpuTests::test_shape_prop_torch_ones_cpu, test/inductor/test_torchinductor.py::CpuTests::test_sign_dtype_cpu, test/inductor/test_torchinductor.py::CpuTests::test_signbit_cpu, test/inductor/test_torchinductor.py::CpuTests::test_simplify_loops_cpu, test/inductor/test_torchinductor.py::CpuTests::test_slice2_cpu, test/inductor/test_torchinductor.py::CpuTests::test_slice3_cpu, test/inductor/test_torchinductor.py::CpuTests::test_slice_mutation1_cpu, test/inductor/test_torchinductor.py::CpuTests::test_softmax_backward_data_cpu, test/inductor/test_torchinductor.py::CpuTests::test_split_cumsum_low_prec_cpu, test/inductor/test_torchinductor.py::CpuTests::test_split_with_integer_cpu, test/inductor/test_torchinductor.py::CpuTests::test_split_with_sizes_with_unbacked_symints_cpu, test/inductor/test_torchinductor.py::CpuTests::test_sqrt_dynamic_shapes_cpu, test/inductor/test_torchinductor.py::CpuTests::test_squeeze2_cpu, test/inductor/test_torchinductor.py::CpuTests::test_stack_cpu, test/inductor/test_torchinductor.py::CpuTests::test_sum5_cpu, test/inductor/test_torchinductor.py::CpuTests::test_tensor_index_slice_cpu, test/inductor/test_torchinductor.py::CpuTests::test_unspec_inputs_float64_cpu, test/inductor/test_torchinductor.py::CpuTests::test_unspec_inputs_int16_cpu, test/inductor/test_torchinductor.py::CpuTests::test_unspec_inputs_int32_cpu, test/inductor/test_torchinductor.py::CpuTests::test_unsqueeze_cpu, test/inductor/test_torchinductor.py::CpuTests::test_vdd_clamp_cpu, test/inductor/test_torchinductor.py::CpuTests::test_view_as_complex_cpu, test/inductor/test_torchinductor.py::CpuTests::test_views1_cpu, test/inductor/test_torchinductor.py::SweepInputsGPUTest::test_cuda_broadcast1_broadcast2, test/inductor/test_torchinductor.py::SweepInputsGPUTest::test_cuda_broadcast1_strided, test/inductor/test_torchinductor.py::SweepInputsGPUTest::test_cuda_broadcast1_transposed, test/inductor/test_torchinductor.py::SweepInputsGPUTest::test_cuda_broadcast2_transposed, test/inductor/test_torchinductor.py::SweepInputsGPUTest::test_cuda_dense_strided, test/inductor/test_torchinductor.py::SweepInputsGPUTest::test_cuda_double_broadcast2, test/inductor/test_torchinductor.py::SweepInputsGPUTest::test_cuda_double_int, test/inductor/test_torchinductor.py::SweepInputsGPUTest::test_cuda_int_transposed, test/inductor/test_torchinductor.py::SweepInputsGPUTest::test_cuda_strided_broadcast3, test/inductor/test_torchinductor.py::SweepInputsGPUTest::test_cuda_transposed_double, test/inductor/test_torchinductor.py::GPUTests::test__unsafe_masked_index_put_accumulate_cuda, test/inductor/test_torchinductor.py::GPUTests::test_abs_cuda, test/inductor/test_torchinductor.py::GPUTests::test_adaptive_max_pool2d3_cuda, test/inductor/test_torchinductor.py::GPUTests::test_add_const_float_cuda, test/inductor/test_torchinductor.py::GPUTests::test_addmm_cuda, test/inductor/test_torchinductor.py::GPUTests::test_angle_cuda, test/inductor/test_torchinductor.py::GPUTests::test_aoti_eager_with_persistent_cache_cuda, test/inductor/test_torchinductor.py::GPUTests::test_arange2_cuda, test/inductor/test_torchinductor.py::GPUTests::test_arange6_cuda, test/inductor/test_torchinductor.py::GPUTests::test_argmax_argmin2_cuda, test/inductor/test_torchinductor.py::GPUTests::test_avg_pool2d4_cuda, test/inductor/test_torchinductor.py::GPUTests::test_avg_pool2d6_cuda, test/inductor/test_torchinductor.py::GPUTests::test_batch_norm_2d_cuda, test/inductor/test_torchinductor.py::GPUTests::test_both_scalars_cuda, test/inductor/test_torchinductor.py::GPUTests::test_bucketize_add_autotune_cuda, test/inductor/test_torchinductor.py::GPUTests::test_bucketize_cuda, test/inductor/test_torchinductor.py::GPUTests::test_bucketize_default_kwargs_cuda, test/inductor/test_torchinductor.py::GPUTests::test_builtins_round_int_ndigits_pos_cuda, test/inductor/test_torchinductor.py::GPUTests::test_cat_empty_cuda, test/inductor/test_torchinductor.py::GPUTests::test_cat_single_empty_cuda, test/inductor/test_torchinductor.py::GPUTests::test_cauchy_cuda, test/inductor/test_torchinductor.py::GPUTests::test_chunk_recompiles_cuda, test/inductor/test_torchinductor.py::GPUTests::test_complex_fallback_cuda, test/inductor/test_torchinductor.py::GPUTests::test_complex_memory_overlap_cuda, test/inductor/test_torchinductor.py::GPUTests::test_conv3d_cuda, test/inductor/test_torchinductor.py::GPUTests::test_convolution3_cuda, test/inductor/test_torchinductor.py::GPUTests::test_cudnn_rnn_cuda, test/inductor/test_torchinductor.py::GPUTests::test_cumprod_zero_dim_cuda, test/inductor/test_torchinductor.py::GPUTests::test_device_assert_cuda, test/inductor/test_torchinductor.py::GPUTests::test_div2_cuda, test/inductor/test_torchinductor.py::GPUTests::test_div3_cuda, test/inductor/test_torchinductor.py::GPUTests::test_div7_cuda, test/inductor/test_torchinductor.py::GPUTests::test_dropout3_cuda, test/inductor/test_torchinductor.py::GPUTests::test_dtypeview_float16_float32_cuda, test/inductor/test_torchinductor.py::GPUTests::test_dtypeview_float32_bfloat16_cuda, test/inductor/test_torchinductor.py::GPUTests::test_dtypeview_float64_int8_cuda, test/inductor/test_torchinductor.py::GPUTests::test_dtypeview_fusion_cuda, test/inductor/test_torchinductor.py::GPUTests::test_dtypeview_int16_float64_cuda, test/inductor/test_torchinductor.py::GPUTests::test_dtypeview_int16_int16_cuda, test/inductor/test_torchinductor.py::GPUTests::test_dtypeview_int64_bfloat16_cuda, test/inductor/test_torchinductor.py::GPUTests::test_dtypeview_int8_float16_cuda, test/inductor/test_torchinductor.py::GPUTests::test_dtypeview_int8_uint8_cuda, test/inductor/test_torchinductor.py::GPUTests::test_dtypeview_uint8_int64_cuda, test/inductor/test_torchinductor.py::GPUTests::test_dtypeview_uint8_uint8_cuda, test/inductor/test_torchinductor.py::GPUTests::test_embedding_bag_cuda, test/inductor/test_torchinductor.py::GPUTests::test_exp_cuda, test/inductor/test_torchinductor.py::GPUTests::test_expand_as_cuda, test/inductor/test_torchinductor.py::GPUTests::test_fft_real_input_real_output_cuda, test/inductor/test_torchinductor.py::GPUTests::test_float_index_expression_type_promotion_cuda, test/inductor/test_torchinductor.py::GPUTests::test_floordiv_cuda, test/inductor/test_torchinductor.py::GPUTests::test_fmod_zero_dim_cuda, test/inductor/test_torchinductor.py::GPUTests::test_full_boolean_cuda, test/inductor/test_torchinductor.py::GPUTests::test_functionalize_rng_wrappers_cuda, test/inductor/test_torchinductor.py::GPUTests::test_fusing_write_into_disjoint_read_cuda, test/inductor/test_torchinductor.py::GPUTests::test_gather3_cuda, test/inductor/test_torchinductor.py::GPUTests::test_gelu_cuda, test/inductor/test_torchinductor.py::GPUTests::test_glu_cuda, test/inductor/test_torchinductor.py::GPUTests::test_hardtanh_cuda, test/inductor/test_torchinductor.py::GPUTests::test_horizonal_fusion1_cuda, test/inductor/test_torchinductor.py::GPUTests::test_index_propagation_flip_cuda, test/inductor/test_torchinductor.py::GPUTests::test_index_propagation_floordiv_cuda, test/inductor/test_torchinductor.py::GPUTests::test_indirect_load_broadcast_cuda, test/inductor/test_torchinductor.py::GPUTests::test_int8_weight_only_quant_cuda, test/inductor/test_torchinductor.py::GPUTests::test_int_input_dynamic_shapes_cuda, test/inductor/test_torchinductor.py::GPUTests::test_invalid_operand_issue1_cuda, test/inductor/test_torchinductor.py::GPUTests::test_isinf2_cuda, test/inductor/test_torchinductor.py::GPUTests::test_large_grid_cuda, test/inductor/test_torchinductor.py::GPUTests::test_layer_norm_cuda, test/inductor/test_torchinductor.py::GPUTests::test_log1p_cuda, test/inductor/test_torchinductor.py::GPUTests::test_long_tensor_cuda, test/inductor/test_torchinductor.py::GPUTests::test_masked_fill_cuda, test/inductor/test_torchinductor.py::GPUTests::test_masked_fill_promotion_cuda, test/inductor/test_torchinductor.py::GPUTests::test_max_pool2d4_cuda, test/inductor/test_torchinductor.py::GPUTests::test_max_pool2d7_cuda, test/inductor/test_torchinductor.py::GPUTests::test_min_max_reduction_cuda, test/inductor/test_torchinductor.py::GPUTests::test_misaligned_address_issue1_cuda, test/inductor/test_torchinductor.py::GPUTests::test_move_arange_cuda, test/inductor/test_torchinductor.py::GPUTests::test_multi_threading_cuda, test/inductor/test_torchinductor.py::GPUTests::test_multilayer_any_cuda, test/inductor/test_torchinductor.py::GPUTests::test_multilayer_prime_size_cuda, test/inductor/test_torchinductor.py::GPUTests::test_mutations_loop_fusion_cuda, test/inductor/test_torchinductor.py::GPUTests::test_new_empty_cuda, test/inductor/test_torchinductor.py::GPUTests::test_new_empty_strided_cuda, test/inductor/test_torchinductor.py::GPUTests::test_pad_cast_cuda, test/inductor/test_torchinductor.py::GPUTests::test_pad_view_cuda, test/inductor/test_torchinductor.py::GPUTests::test_pointwise_airy_ai_cuda, test/inductor/test_torchinductor.py::GPUTests::test_pointwise_bessel_y1_cuda, test/inductor/test_torchinductor.py::GPUTests::test_pointwise_chebyshev_polynomial_t_cuda, test/inductor/test_torchinductor.py::GPUTests::test_pointwise_gammaln_cuda, test/inductor/test_torchinductor.py::GPUTests::test_pointwise_hermite_polynomial_h_cuda, test/inductor/test_torchinductor.py::GPUTests::test_pointwise_i1_cuda, test/inductor/test_torchinductor.py::GPUTests::test_pointwise_legendre_polynomial_p_cuda, test/inductor/test_torchinductor.py::GPUTests::test_pointwise_modified_bessel_i0_cuda, test/inductor/test_torchinductor.py::GPUTests::test_pointwise_multigammaln_cuda, test/inductor/test_torchinductor.py::GPUTests::test_pointwise_psi_cuda, test/inductor/test_torchinductor.py::GPUTests::test_pointwise_round_cuda, test/inductor/test_torchinductor.py::GPUTests::test_pointwise_zeta_cuda, test/inductor/test_torchinductor.py::GPUTests::test_prod_cuda, test/inductor/test_torchinductor.py::GPUTests::test_rand_like_deterministic_cuda, test/inductor/test_torchinductor.py::GPUTests::test_randn_with_dtype_and_device_cuda, test/inductor/test_torchinductor.py::GPUTests::test_remove_noop_copy_cuda, test/inductor/test_torchinductor.py::GPUTests::test_repeat_cuda, test/inductor/test_torchinductor.py::GPUTests::test_repeat_interleave_cuda, test/inductor/test_torchinductor.py::GPUTests::test_scatter_bf16_cuda, test/inductor/test_torchinductor.py::GPUTests::test_scheduler_vertical_fusion1_cuda, test/inductor/test_torchinductor.py::GPUTests::test_sdpa_unaligned_mask_cuda, test/inductor/test_torchinductor.py::GPUTests::test_sign_dtype_cuda, test/inductor/test_torchinductor.py::GPUTests::test_sizehint_issue1_cuda, test/inductor/test_torchinductor.py::GPUTests::test_softmax_cuda, test/inductor/test_torchinductor.py::GPUTests::test_sort_cuda, test/inductor/test_torchinductor.py::GPUTests::test_split_with_sizes_with_unbacked_symints_cuda, test/inductor/test_torchinductor.py::GPUTests::test_squeeze1_cuda, test/inductor/test_torchinductor.py::GPUTests::test_sum_int_cuda, test/inductor/test_torchinductor.py::GPUTests::test_tanh_cuda, test/inductor/test_torchinductor.py::GPUTests::test_tensor1_cuda, test/inductor/test_torchinductor.py::GPUTests::test_transpose_add_cuda, test/inductor/test_torchinductor.py::GPUTests::test_unroll_small_reduction_cuda, test/inductor/test_torchinductor.py::GPUTests::test_unspec_inputs_int64_cuda, test/inductor/test_torchinductor.py::GPUTests::test_unspec_inputs_int8_cuda, test/inductor/test_torchinductor.py::GPUTests::test_upsample_bicubic2d_cuda, test/inductor/test_torchinductor.py::GPUTests::test_var_mean_cuda, test/inductor/test_torchinductor.py::GPUTests::test_vdd_clamp_cuda, test/inductor/test_torchinductor.py::GPUTests::test_vertical_fusion1_cuda, test/inductor/test_torchinductor.py::GPUTests::test_views2_cuda, test/inductor/test_torchinductor.py::GPUTests::test_where_broadcast_cuda, test/inductor/test_torchinductor.py::TritonCodeGenTests::test_bandwidth_profiler, test/inductor/test_torchinductor.py::TritonCodeGenTests::test_codegen_config_option_dont_assume_alignment, test/inductor/test_torchinductor.py::TritonCodeGenTests::test_indirect_device_assert, test/inductor/test_torchinductor.py::TritonCodeGenTests::test_red_followed_by_transposed_pointwise, test/inductor/test_torchinductor.py::TritonCodeGenTests::test_sdpa_inference_mode_aot_compile 2024-12-18T04:26:38.5112709Z 2024-12-18T04:26:38.5113188Z Running inductor/test_torchinductor_opinfo 8/16 ... [2024-12-18 04:26:38.491770] 2024-12-18T04:26:38.5114031Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2024-12-18T04:26:38.5116055Z Executing ['/opt/conda/envs/py_3.10/bin/python', '-bb', 'inductor/test_torchinductor_opinfo.py', '-m', 'not serial', '--shard-id=8', '--num-shards=16', '-v', '-vv', '-rfEX', '-p', 'no:xdist', '--use-pytest', '-x', '--reruns=2', '--import-slow-tests', '--import-disabled-tests'] ... [2024-12-18 04:26:38.492370] 2024-12-18T04:27:10.7421188Z 2024-12-18T04:27:10.7422791Z inductor/test_aot_inductor 1/4 was successful, full logs can be found in artifacts with path test/test-reports/inductor.test_aot_inductor_1.4_2f577785df888921_.log 2024-12-18T04:27:10.7513931Z Running 91 items in this shard: test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleCpu::test_addmm_cpu, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleCpu::test_addmm_multiple_dynamic_cpu, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleCpu::test_aliased_buffer_reuse_cpu, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleCpu::test_assert_async_cpu, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleCpu::test_buffer_mutation_1_cpu, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleCpu::test_cond_non_tensor_predicates_dynamic_False_cpu, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleCpu::test_cond_simple_cpu, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleCpu::test_cond_symint_input_cpu, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleCpu::test_cond_with_multiple_outputs_cpu, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleCpu::test_duplicate_constant_folding_cpu, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleCpu::test_embedding_bag_cpu, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleCpu::test_inf_cpu, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleCpu::test_int_list_input_cpu, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleCpu::test_large_mmaped_weights_cpu, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleCpu::test_large_weight_cpu, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleCpu::test_linear_freezing_cpu, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleCpu::test_misaligned_input_1_cpu, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleCpu::test_multiple_output_alias_cpu, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleCpu::test_nan_cpu, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleCpu::test_no_args_cpu, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleCpu::test_poi_multiple_dynamic_cpu, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleCpu::test_quanatized_int8_linear_cpu, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleCpu::test_runtime_checks_complex_cpu, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleCpu::test_runtime_checks_dtype_failed_cpu, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleCpu::test_shifted_constraint_ranges_cpu, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleCpu::test_simple_cpu, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleCpu::test_symint_item_cpu, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleCpu::test_triton_kernel_equal_to_1_float_arg_dynamic_True_cpu, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleCpu::test_triton_kernel_grid_type_1_num_dims_2_dynamic_True_autotune_True_cpu, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleCpu::test_triton_kernel_grid_type_2_num_dims_1_dynamic_True_autotune_False_cpu, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleCpu::test_triton_kernel_grid_type_2_num_dims_2_dynamic_True_autotune_False_cpu, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleCpu::test_triton_kernel_grid_type_3_num_dims_1_dynamic_True_autotune_False_cpu, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleCpu::test_triton_kernel_grid_type_3_num_dims_2_dynamic_False_autotune_True_cpu, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleCpu::test_triton_kernel_grid_type_3_num_dims_2_dynamic_True_autotune_False_cpu, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleCpu::test_triton_kernel_multi_output_arg_cpu, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleCpu::test_triton_kernel_reinterpret_view_cpu, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleCpu::test_triton_kernel_sympy_expr_arg_cpu, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleCpu::test_triton_kernel_weird_param_order_cpu, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleCpu::test_view_outputs_cpu, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleCpu::test_while_loop_with_outer_buffers_cpu, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleCpu::test_while_loop_with_outer_code_cpu, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleCpu::test_while_loop_with_pytree_inputs_cpu, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleGpu::test_add_complex_cuda, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleGpu::test_addmm_cuda, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleGpu::test_aliased_buffer_reuse_cuda, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleGpu::test_aoti_debug_printer_user_defined_triton_kernel_cuda, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleGpu::test_buffer_mutation_4_cuda, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleGpu::test_buffer_reuse_cuda, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleGpu::test_cond_nested_cuda, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleGpu::test_cond_non_tensor_predicates_dynamic_False_cuda, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleGpu::test_cond_non_tensor_predicates_dynamic_True_cuda, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleGpu::test_cond_with_multiple_outputs_cuda, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleGpu::test_cond_with_outer_code_before_after_cuda, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleGpu::test_duplicated_params_cuda, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleGpu::test_foreach_multiple_dynamic_cuda, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleGpu::test_fqn_cuda, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleGpu::test_fx_gm_return_tuple_validation_cuda, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleGpu::test_misc_1_max_autotune_False_cuda, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleGpu::test_misc_1_max_autotune_True_cuda, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleGpu::test_nested_tensor_from_jagged_cuda, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleGpu::test_non_default_gpu_device_cuda, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleGpu::test_output_path_2_cuda, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleGpu::test_poi_multiple_dynamic_cuda, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleGpu::test_quanatized_int8_linear_cuda, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleGpu::test_replicate_on_devices_cuda, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleGpu::test_runtime_checks_dtype_failed_cuda, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleGpu::test_simple_cuda, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleGpu::test_symbool_item_cuda, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleGpu::test_symint_item_cuda, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleGpu::test_triton_kernel_equal_to_1_float_arg_dynamic_False_cuda, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleGpu::test_triton_kernel_extern_kernel_arg_cuda, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleGpu::test_triton_kernel_grid_type_1_num_dims_1_dynamic_False_autotune_True_cuda, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleGpu::test_triton_kernel_grid_type_1_num_dims_1_dynamic_True_autotune_True_cuda, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleGpu::test_triton_kernel_grid_type_1_num_dims_2_dynamic_True_autotune_True_cuda, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleGpu::test_triton_kernel_grid_type_2_num_dims_1_dynamic_False_autotune_True_cuda, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleGpu::test_triton_kernel_grid_type_2_num_dims_1_dynamic_True_autotune_False_cuda, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleGpu::test_triton_kernel_grid_type_2_num_dims_1_dynamic_True_autotune_True_cuda, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleGpu::test_triton_kernel_grid_type_2_num_dims_2_dynamic_True_autotune_True_cuda, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleGpu::test_triton_kernel_grid_type_3_num_dims_2_dynamic_False_autotune_False_cuda, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleGpu::test_triton_kernel_grid_type_3_num_dims_2_dynamic_False_autotune_True_cuda, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleGpu::test_triton_kernel_grid_type_3_num_dims_2_dynamic_True_autotune_False_cuda, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleGpu::test_triton_kernel_grid_type_3_num_dims_2_dynamic_True_autotune_True_cuda, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleGpu::test_triton_kernel_tma_descriptor_1d_dynamic_False_cuda, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleGpu::test_triton_kernel_tma_descriptor_2d_dynamic_True_cuda, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleGpu::test_triton_kernel_unbacked_symint_in_grid_dynamic_False_autotuning_True_cuda, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleGpu::test_unsupported_input_dtype_cuda, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleGpu::test_while_loop_simple_cuda, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleGpu::test_while_loop_with_outer_buffers_cuda, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleGpu::test_while_loop_with_outer_code_cuda, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleGpu::test_with_no_triton_profiler_cuda, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleGpu::test_zero_size_weight_cuda 2024-12-18T04:27:10.7575547Z 2024-12-18T04:27:10.7575989Z Running inductor/test_torchinductor_opinfo 10/16 ... [2024-12-18 04:27:10.742393] 2024-12-18T04:27:10.7576821Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2024-12-18T04:27:10.7578610Z Executing ['/opt/conda/envs/py_3.10/bin/python', '-bb', 'inductor/test_torchinductor_opinfo.py', '-m', 'not serial', '--shard-id=10', '--num-shards=16', '-v', '-vv', '-rfEX', '-p', 'no:xdist', '--use-pytest', '-x', '--reruns=2', '--import-slow-tests', '--import-disabled-tests'] ... [2024-12-18 04:27:10.742769] 2024-12-18T04:27:51.2250386Z 2024-12-18T04:27:51.2252046Z inductor/test_aot_inductor 4/4 was successful, full logs can be found in artifacts with path test/test-reports/inductor.test_aot_inductor_4.4_bd7d77f0702dd095_.log 2024-12-18T04:27:51.2334147Z Running 99 items in this shard: test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleCpu::test_aoti_debug_printer_codegen_cpu, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleCpu::test_aoti_debug_printing_model_inputs_codegen_cpu, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleCpu::test_buffer_mutation_2_cpu, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleCpu::test_buffer_mutation_and_force_mmap_weights_cpu, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleCpu::test_cond_non_tensor_predicates_dynamic_True_cpu, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleCpu::test_cond_use_buffers_from_outer_scope_cpu, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleCpu::test_cond_with_outer_code_before_after_cpu, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleCpu::test_cond_with_reinterpret_view_inputs_outputs_cpu, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleCpu::test_consecutive_compiles_cpu, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleCpu::test_constant_folding_cpu, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleCpu::test_conv_freezing_cpu, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleCpu::test_dynamic_cat_cpu, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleCpu::test_dynamic_scalar_cpu, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleCpu::test_fallback_kernel_with_symexpr_output_cpu, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleCpu::test_fft_c2c_cpu, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleCpu::test_foreach_multiple_dynamic_cpu, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleCpu::test_fp8_cpu, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleCpu::test_freezing_cpu, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleCpu::test_index_put_fallback_cpu, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleCpu::test_index_put_with_none_index_cpu, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleCpu::test_issue_140766_cpu, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleCpu::test_large_grid_cpu, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleCpu::test_model_modified_weights_cpu, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleCpu::test_multi_device_cpu, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleCpu::test_nested_tensor_from_jagged_cpu, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleCpu::test_non_default_gpu_device_cpu, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleCpu::test_normal_functional_cpu, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleCpu::test_on_gpu_device1_cpu, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleCpu::test_output_path_1_cpu, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleCpu::test_quantized_linear_cpu, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleCpu::test_repeat_interleave_cpu, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleCpu::test_replicate_on_devices_cpu, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleCpu::test_return_constant_cpu, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleCpu::test_reuse_kernel_cpu, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleCpu::test_run_with_grad_enabled_cpu, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleCpu::test_scaled_dot_product_efficient_attention_cpu, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleCpu::test_scatter_fallback_cpu, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleCpu::test_sdpa_2_cpu, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleCpu::test_sdpa_cpu, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleCpu::test_seq_cpu, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleCpu::test_stride_with_unbacked_expr_cpu, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleCpu::test_torchvision_transforms_functional_tensor_resize_cpu, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleCpu::test_triton_kernel_dynamic_shape_with_div_cpu, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleCpu::test_triton_kernel_grid_type_1_num_dims_1_dynamic_False_autotune_True_cpu, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleCpu::test_triton_kernel_grid_type_1_num_dims_2_dynamic_True_autotune_False_cpu, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleCpu::test_triton_kernel_grid_type_2_num_dims_1_dynamic_False_autotune_True_cpu, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleCpu::test_triton_kernel_grid_type_2_num_dims_2_dynamic_False_autotune_False_cpu, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleCpu::test_triton_kernel_grid_type_2_num_dims_2_dynamic_False_autotune_True_cpu, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleCpu::test_triton_kernel_grid_type_2_num_dims_2_dynamic_True_autotune_True_cpu, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleCpu::test_triton_kernel_grid_type_3_num_dims_1_dynamic_False_autotune_False_cpu, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleCpu::test_triton_kernel_grid_type_3_num_dims_1_dynamic_False_autotune_True_cpu, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleCpu::test_triton_kernel_grid_type_3_num_dims_1_dynamic_True_autotune_True_cpu, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleCpu::test_triton_kernel_reinterpret_view_mem_leak_cpu, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleCpu::test_triton_kernel_tma_descriptor_2d_dynamic_False_cpu, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleCpu::test_unsupported_input_dtype_cpu, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleGpu::test_aoti_debug_printer_cpp_kernel_cuda, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleGpu::test_bmm_multiple_dynamic_cuda, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleGpu::test_buffer_mutation_1_cuda, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleGpu::test_buffer_mutation_and_force_mmap_weights_cuda, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleGpu::test_cond_share_predicte_cuda, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleGpu::test_cond_simple_cuda, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleGpu::test_cond_symint_input_cuda, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleGpu::test_convolution_cuda, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleGpu::test_deconv_freezing_cuda, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleGpu::test_dup_unbacked_sym_decl_with_refinement_cuda, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleGpu::test_duplicate_constant_folding_cuda, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleGpu::test_fake_tensor_device_validation_cuda, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleGpu::test_fp8_cuda, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleGpu::test_fp8_view_of_param_cuda, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleGpu::test_inf_cuda, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleGpu::test_int_list_input_cuda, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleGpu::test_large_grid_cuda, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleGpu::test_large_mmaped_weights_cuda, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleGpu::test_large_weight_cuda, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleGpu::test_masked_select_dynamic_cuda, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleGpu::test_misaligned_input_1_cuda, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleGpu::test_misaligned_input_2_cuda, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleGpu::test_output_path_1_cuda, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleGpu::test_quantized_linear_cuda, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleGpu::test_return_constant_cuda, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleGpu::test_reuse_kernel_cuda, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleGpu::test_run_with_grad_enabled_cuda, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleGpu::test_scatter_fallback_cuda, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleGpu::test_scatter_reduce_fallback_cuda, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleGpu::test_seq_cuda, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleGpu::test_simple_dynamic_cuda, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleGpu::test_size_from_multi_output_cuda, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleGpu::test_so_without_weight_cuda, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleGpu::test_torchvision_transforms_functional_tensor_resize_cuda, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleGpu::test_triton_kernel_dynamic_shape_with_div_cuda, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleGpu::test_triton_kernel_grid_type_2_num_dims_2_dynamic_True_autotune_False_cuda, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleGpu::test_triton_kernel_grid_type_3_num_dims_1_dynamic_True_autotune_False_cuda, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleGpu::test_triton_kernel_grid_type_3_num_dims_1_dynamic_True_autotune_True_cuda, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleGpu::test_triton_kernel_sympy_fn_like_arg_cuda, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleGpu::test_triton_kernel_unbacked_symint_in_grid_dynamic_True_autotuning_False_cuda, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleGpu::test_update_constant_buffer_cuda, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleGpu::test_while_loop_with_parameters_cuda, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleGpu::test_with_offset_cuda, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleGpu::test_zero_grid_with_unbacked_symbols_cuda 2024-12-18T04:27:51.2412009Z 2024-12-18T04:27:51.2412489Z Running inductor/test_torchinductor_opinfo 12/16 ... [2024-12-18 04:27:51.225781] 2024-12-18T04:27:51.2413397Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2024-12-18T04:27:51.2415462Z Executing ['/opt/conda/envs/py_3.10/bin/python', '-bb', 'inductor/test_torchinductor_opinfo.py', '-m', 'not serial', '--shard-id=12', '--num-shards=16', '-v', '-vv', '-rfEX', '-p', 'no:xdist', '--use-pytest', '-x', '--reruns=2', '--import-slow-tests', '--import-disabled-tests'] ... [2024-12-18 04:27:51.226372] 2024-12-18T04:27:57.5623604Z 2024-12-18T04:27:57.5625103Z inductor/test_torchinductor 6/6 was successful, full logs can be found in artifacts with path test/test-reports/inductor.test_torchinductor_6.6_af2cf222f42119bb_.log 2024-12-18T04:27:57.5713367Z Running 262 items in this shard: test/inductor/test_torchinductor.py::SweepInputsCpuTest::test_cpu_broadcast1_broadcast3, test/inductor/test_torchinductor.py::SweepInputsCpuTest::test_cpu_broadcast1_dense, test/inductor/test_torchinductor.py::SweepInputsCpuTest::test_cpu_broadcast1_double, test/inductor/test_torchinductor.py::SweepInputsCpuTest::test_cpu_broadcast2_int, test/inductor/test_torchinductor.py::SweepInputsCpuTest::test_cpu_dense_double, test/inductor/test_torchinductor.py::SweepInputsCpuTest::test_cpu_double_broadcast1, test/inductor/test_torchinductor.py::SweepInputsCpuTest::test_cpu_int_transposed, test/inductor/test_torchinductor.py::SweepInputsCpuTest::test_cpu_strided_dense, test/inductor/test_torchinductor.py::SweepInputsCpuTest::test_cpu_transposed_strided, test/inductor/test_torchinductor.py::CpuTests::test__unsafe_masked_index_put_accumulate_cpu, test/inductor/test_torchinductor.py::CpuTests::test_add_complex4_cpu, test/inductor/test_torchinductor.py::CpuTests::test_add_const_float_cpu, test/inductor/test_torchinductor.py::CpuTests::test_adding_tensor_offsets_cpu, test/inductor/test_torchinductor.py::CpuTests::test_alexnet_prefix_cpu, test/inductor/test_torchinductor.py::CpuTests::test_any_cpu, test/inductor/test_torchinductor.py::CpuTests::test_aoti_eager_support_out_cpu, test/inductor/test_torchinductor.py::CpuTests::test_aoti_eager_with_persistent_cache_cpu, test/inductor/test_torchinductor.py::CpuTests::test_avg_pool2d4_cpu, test/inductor/test_torchinductor.py::CpuTests::test_baddbmm_cpu, test/inductor/test_torchinductor.py::CpuTests::test_bfloat16_to_int16_cpu, test/inductor/test_torchinductor.py::CpuTests::test_bitwise2_cpu, test/inductor/test_torchinductor.py::CpuTests::test_bmm2_cpu, test/inductor/test_torchinductor.py::CpuTests::test_buffer_copied_in_graph_cpu, test/inductor/test_torchinductor.py::CpuTests::test_cat_single_empty_cpu, test/inductor/test_torchinductor.py::CpuTests::test_cat_unbacked_2d_cpu, test/inductor/test_torchinductor.py::CpuTests::test_check_stack_no_cycles_cpu, test/inductor/test_torchinductor.py::CpuTests::test_clamp_type_promotion_cpu, test/inductor/test_torchinductor.py::CpuTests::test_complex_fallback_cpu, test/inductor/test_torchinductor.py::CpuTests::test_constant_pad_fill_dtype_cpu, test/inductor/test_torchinductor.py::CpuTests::test_custom_op_fixed_layout_sequential_cpu, test/inductor/test_torchinductor.py::CpuTests::test_custom_scan_op_compiled_cpu, test/inductor/test_torchinductor.py::CpuTests::test_custom_scan_op_multi_input_cpu, test/inductor/test_torchinductor.py::CpuTests::test_data_type_propogation_cpu, test/inductor/test_torchinductor.py::CpuTests::test_dense_mask_index_cpu, test/inductor/test_torchinductor.py::CpuTests::test_div8_cpu, test/inductor/test_torchinductor.py::CpuTests::test_div_by_zero_cpu, test/inductor/test_torchinductor.py::CpuTests::test_dropout3_cpu, test/inductor/test_torchinductor.py::CpuTests::test_dtypeview_bfloat16_float16_cpu, test/inductor/test_torchinductor.py::CpuTests::test_dtypeview_bfloat16_int16_cpu, test/inductor/test_torchinductor.py::CpuTests::test_dtypeview_float16_bfloat16_cpu, test/inductor/test_torchinductor.py::CpuTests::test_dtypeview_float16_float32_cpu, test/inductor/test_torchinductor.py::CpuTests::test_dtypeview_float16_int16_cpu, test/inductor/test_torchinductor.py::CpuTests::test_dtypeview_float32_bfloat16_cpu, test/inductor/test_torchinductor.py::CpuTests::test_dtypeview_float32_int8_cpu, test/inductor/test_torchinductor.py::CpuTests::test_dtypeview_float64_float64_cpu, test/inductor/test_torchinductor.py::CpuTests::test_dtypeview_float64_int16_cpu, test/inductor/test_torchinductor.py::CpuTests::test_dtypeview_int32_float32_cpu, test/inductor/test_torchinductor.py::CpuTests::test_dtypeview_int32_int32_cpu, test/inductor/test_torchinductor.py::CpuTests::test_dtypeview_int32_int64_cpu, test/inductor/test_torchinductor.py::CpuTests::test_dtypeview_int64_bfloat16_cpu, test/inductor/test_torchinductor.py::CpuTests::test_dtypeview_int64_float64_cpu, test/inductor/test_torchinductor.py::CpuTests::test_dtypeview_int64_int16_cpu, test/inductor/test_torchinductor.py::CpuTests::test_dtypeview_int64_uint8_cpu, test/inductor/test_torchinductor.py::CpuTests::test_dtypeview_int8_int32_cpu, test/inductor/test_torchinductor.py::CpuTests::test_dtypeview_uint8_float16_cpu, test/inductor/test_torchinductor.py::CpuTests::test_dtypeview_uint8_float64_cpu, test/inductor/test_torchinductor.py::CpuTests::test_dtypeview_uint8_uint8_cpu, test/inductor/test_torchinductor.py::CpuTests::test_embedding_bag_byte_unpack_cpu, test/inductor/test_torchinductor.py::CpuTests::test_exp_cpu, test/inductor/test_torchinductor.py::CpuTests::test_expanded_reduction_cpu, test/inductor/test_torchinductor.py::CpuTests::test_functionalize_rng_wrappers_cpu, test/inductor/test_torchinductor.py::CpuTests::test_fuse_large_params_cpu, test/inductor/test_torchinductor.py::CpuTests::test_gather1_cpu, test/inductor/test_torchinductor.py::CpuTests::test_hardsigmoid_cpu, test/inductor/test_torchinductor.py::CpuTests::test_index2_cpu, test/inductor/test_torchinductor.py::CpuTests::test_index_put3_cpu, test/inductor/test_torchinductor.py::CpuTests::test_index_put_fallback1_cpu, test/inductor/test_torchinductor.py::CpuTests::test_index_put_index_cpu, test/inductor/test_torchinductor.py::CpuTests::test_index_put_reinplace_cpu, test/inductor/test_torchinductor.py::CpuTests::test_input_mutation5_cpu, test/inductor/test_torchinductor.py::CpuTests::test_int8_weight_only_quant_cpu, test/inductor/test_torchinductor.py::CpuTests::test_large_offset_pointwise_cpu, test/inductor/test_torchinductor.py::CpuTests::test_large_strided_reduction_cpu, test/inductor/test_torchinductor.py::CpuTests::test_like_rands_cpu, test/inductor/test_torchinductor.py::CpuTests::test_linear_mixed_dtype_cpu, test/inductor/test_torchinductor.py::CpuTests::test_linspace4_cpu, test/inductor/test_torchinductor.py::CpuTests::test_list_clearing_cpu, test/inductor/test_torchinductor.py::CpuTests::test_logcumsumexp_cpu, test/inductor/test_torchinductor.py::CpuTests::test_low_memory_max_pool_cpu, test/inductor/test_torchinductor.py::CpuTests::test_masked_fill_cpu, test/inductor/test_torchinductor.py::CpuTests::test_matmul_layer_norm_cpu, test/inductor/test_torchinductor.py::CpuTests::test_max_min_cpu, test/inductor/test_torchinductor.py::CpuTests::test_max_pool2d8_cpu, test/inductor/test_torchinductor.py::CpuTests::test_max_pool2d_with_indices_backward5_cpu, test/inductor/test_torchinductor.py::CpuTests::test_min_max_reduction_nan_cpu, test/inductor/test_torchinductor.py::CpuTests::test_multilayer_prime_size_cpu, test/inductor/test_torchinductor.py::CpuTests::test_mutable_custom_op_fixed_layout_cpu, test/inductor/test_torchinductor.py::CpuTests::test_narrow_cpu, test/inductor/test_torchinductor.py::CpuTests::test_permute1_cpu, test/inductor/test_torchinductor.py::CpuTests::test_pointwise_chebyshev_polynomial_t_cpu, test/inductor/test_torchinductor.py::CpuTests::test_pointwise_chebyshev_polynomial_w_cpu, test/inductor/test_torchinductor.py::CpuTests::test_pointwise_erf_cpu, test/inductor/test_torchinductor.py::CpuTests::test_pointwise_erfc_cpu, test/inductor/test_torchinductor.py::CpuTests::test_pointwise_i0_cpu, test/inductor/test_torchinductor.py::CpuTests::test_pointwise_i0e_cpu, test/inductor/test_torchinductor.py::CpuTests::test_pointwise_i1_cpu, test/inductor/test_torchinductor.py::CpuTests::test_pointwise_shifted_chebyshev_polynomial_w_cpu, test/inductor/test_torchinductor.py::CpuTests::test_resize_as_cpu, test/inductor/test_torchinductor.py::CpuTests::test_round_correctness_cpu, test/inductor/test_torchinductor.py::CpuTests::test_scalar_input_cpu, test/inductor/test_torchinductor.py::CpuTests::test_scaled_dot_product_efficient_attention_cpu, test/inductor/test_torchinductor.py::CpuTests::test_scatter6_cpu, test/inductor/test_torchinductor.py::CpuTests::test_should_pad_bench_for_bmm_cpu, test/inductor/test_torchinductor.py::CpuTests::test_slice_scatter4_cpu, test/inductor/test_torchinductor.py::CpuTests::test_slice_scatter5_cpu, test/inductor/test_torchinductor.py::CpuTests::test_softmax_cpu, test/inductor/test_torchinductor.py::CpuTests::test_softmax_one_kernel_loop_cpu, test/inductor/test_torchinductor.py::CpuTests::test_split_cpu, test/inductor/test_torchinductor.py::CpuTests::test_split_cumsum_index_cpu, test/inductor/test_torchinductor.py::CpuTests::test_sum1_cpu, test/inductor/test_torchinductor.py::CpuTests::test_sum_int_cpu, test/inductor/test_torchinductor.py::CpuTests::test_tanh_cpu, test/inductor/test_torchinductor.py::CpuTests::test_tensor_index_put_slice_cpu, test/inductor/test_torchinductor.py::CpuTests::test_tmp_not_defined_issue2_cpu, test/inductor/test_torchinductor.py::CpuTests::test_topk_cpu, test/inductor/test_torchinductor.py::CpuTests::test_triu_cpu, test/inductor/test_torchinductor.py::CpuTests::test_unspec_inputs_int64_cpu, test/inductor/test_torchinductor.py::CpuTests::test_upsample_nearest1d_cpu, test/inductor/test_torchinductor.py::CpuTests::test_view_as_real_cpu, test/inductor/test_torchinductor.py::CpuTests::test_view_on_aliased_cpu, test/inductor/test_torchinductor.py::CpuTests::test_views2_cpu, test/inductor/test_torchinductor.py::CpuTests::test_views6_cpu, test/inductor/test_torchinductor.py::CpuTests::test_zero_element_mutation_cpu, test/inductor/test_torchinductor.py::CpuTests::test_zeros_cpu, test/inductor/test_torchinductor.py::SweepInputsGPUTest::test_cuda_broadcast1_broadcast3, test/inductor/test_torchinductor.py::SweepInputsGPUTest::test_cuda_broadcast1_int, test/inductor/test_torchinductor.py::SweepInputsGPUTest::test_cuda_broadcast2_dense, test/inductor/test_torchinductor.py::SweepInputsGPUTest::test_cuda_broadcast2_strided, test/inductor/test_torchinductor.py::SweepInputsGPUTest::test_cuda_dense_broadcast2, test/inductor/test_torchinductor.py::SweepInputsGPUTest::test_cuda_int_int, test/inductor/test_torchinductor.py::SweepInputsGPUTest::test_cuda_strided_broadcast2, test/inductor/test_torchinductor.py::SweepInputsGPUTest::test_cuda_strided_double, test/inductor/test_torchinductor.py::SweepInputsGPUTest::test_cuda_strided_int, test/inductor/test_torchinductor.py::SweepInputsGPUTest::test_cuda_transposed_broadcast3, test/inductor/test_torchinductor.py::SweepInputsGPUTest::test_cuda_transposed_transposed, test/inductor/test_torchinductor.py::GPUTests::test_aoti_eager_override_registration_cuda, test/inductor/test_torchinductor.py::GPUTests::test_arange3_cuda, test/inductor/test_torchinductor.py::GPUTests::test_arange4_cuda, test/inductor/test_torchinductor.py::GPUTests::test_arange5_cuda, test/inductor/test_torchinductor.py::GPUTests::test_argmax_argmin_with_nan_cuda, test/inductor/test_torchinductor.py::GPUTests::test_avg_pool2d1_cuda, test/inductor/test_torchinductor.py::GPUTests::test_avg_pool2d_backward4_cuda, test/inductor/test_torchinductor.py::GPUTests::test_bfloat16_to_int16_cuda, test/inductor/test_torchinductor.py::GPUTests::test_cat_inplace_cuda, test/inductor/test_torchinductor.py::GPUTests::test_cat_uint8_cuda, test/inductor/test_torchinductor.py::GPUTests::test_cat_unbacked_legacy_empty_cuda, test/inductor/test_torchinductor.py::GPUTests::test_config_option_dont_assume_alignment_cuda, test/inductor/test_torchinductor.py::GPUTests::test_constant_pad_2d_cuda, test/inductor/test_torchinductor.py::GPUTests::test_conv_backward_cuda, test/inductor/test_torchinductor.py::GPUTests::test_conv_bn_fuse_cuda, test/inductor/test_torchinductor.py::GPUTests::test_conv_inference_heuristics_cuda, test/inductor/test_torchinductor.py::GPUTests::test_conv_with_as_strided_cuda, test/inductor/test_torchinductor.py::GPUTests::test_cumsum_zero_dim_cuda, test/inductor/test_torchinductor.py::GPUTests::test_custom_op_1_cuda, test/inductor/test_torchinductor.py::GPUTests::test_custom_op_fixed_layout_channels_last_cuda, test/inductor/test_torchinductor.py::GPUTests::test_custom_op_fixed_layout_sequential_cuda, test/inductor/test_torchinductor.py::GPUTests::test_custom_scan_op_cuda, test/inductor/test_torchinductor.py::GPUTests::test_diagonal_copy_cuda, test/inductor/test_torchinductor.py::GPUTests::test_dist_bf16_cuda, test/inductor/test_torchinductor.py::GPUTests::test_div8_cuda, test/inductor/test_torchinductor.py::GPUTests::test_div9_cuda, test/inductor/test_torchinductor.py::GPUTests::test_div_zero_dim_cuda, test/inductor/test_torchinductor.py::GPUTests::test_dropout2_cuda, test/inductor/test_torchinductor.py::GPUTests::test_dropout_trivial_0_cuda, test/inductor/test_torchinductor.py::GPUTests::test_dtypeview_bfloat16_bfloat16_cuda, test/inductor/test_torchinductor.py::GPUTests::test_dtypeview_float16_int64_cuda, test/inductor/test_torchinductor.py::GPUTests::test_dtypeview_float32_float32_cuda, test/inductor/test_torchinductor.py::GPUTests::test_dtypeview_float32_int8_cuda, test/inductor/test_torchinductor.py::GPUTests::test_dtypeview_int16_float32_cuda, test/inductor/test_torchinductor.py::GPUTests::test_dtypeview_int32_float32_cuda, test/inductor/test_torchinductor.py::GPUTests::test_dtypeview_int32_float64_cuda, test/inductor/test_torchinductor.py::GPUTests::test_dtypeview_int32_int64_cuda, test/inductor/test_torchinductor.py::GPUTests::test_dtypeview_int64_int8_cuda, test/inductor/test_torchinductor.py::GPUTests::test_dtypeview_int64_uint8_cuda, test/inductor/test_torchinductor.py::GPUTests::test_dtypeview_int8_bfloat16_cuda, test/inductor/test_torchinductor.py::GPUTests::test_dtypeview_int8_int16_cuda, test/inductor/test_torchinductor.py::GPUTests::test_dtypeview_uint8_float32_cuda, test/inductor/test_torchinductor.py::GPUTests::test_erfc_cuda, test/inductor/test_torchinductor.py::GPUTests::test_fallback_mutable_op_no_mutated_tensors_cuda, test/inductor/test_torchinductor.py::GPUTests::test_fft_real_input_cuda, test/inductor/test_torchinductor.py::GPUTests::test_fill2_cuda, test/inductor/test_torchinductor.py::GPUTests::test_flip_cat_cuda, test/inductor/test_torchinductor.py::GPUTests::test_hardswish_cuda, test/inductor/test_torchinductor.py::GPUTests::test_index1_cuda, test/inductor/test_torchinductor.py::GPUTests::test_index_propagation_abs_cuda, test/inductor/test_torchinductor.py::GPUTests::test_index_propagation_device_assert_masked_cuda, test/inductor/test_torchinductor.py::GPUTests::test_index_put1_cuda, test/inductor/test_torchinductor.py::GPUTests::test_index_select_cuda, test/inductor/test_torchinductor.py::GPUTests::test_inplace_activations_cuda, test/inductor/test_torchinductor.py::GPUTests::test_inplace_add_cuda, test/inductor/test_torchinductor.py::GPUTests::test_input_mutation1_cuda, test/inductor/test_torchinductor.py::GPUTests::test_input_mutation4_cuda, test/inductor/test_torchinductor.py::GPUTests::test_input_mutation5_cuda, test/inductor/test_torchinductor.py::GPUTests::test_insignificant_strides_cuda, test/inductor/test_torchinductor.py::GPUTests::test_isinf_cuda, test/inductor/test_torchinductor.py::GPUTests::test_large_tensor_reduction_cuda, test/inductor/test_torchinductor.py::GPUTests::test_like_rands3_cuda, test/inductor/test_torchinductor.py::GPUTests::test_linear1_cuda, test/inductor/test_torchinductor.py::GPUTests::test_log_fp64_cuda, test/inductor/test_torchinductor.py::GPUTests::test_logcumsumexp_cuda, test/inductor/test_torchinductor.py::GPUTests::test_logcumsumexp_zero_dim_cuda, test/inductor/test_torchinductor.py::GPUTests::test_max_pool2d3_cuda, test/inductor/test_torchinductor.py::GPUTests::test_max_pool2d_with_indices_backward3_cuda, test/inductor/test_torchinductor.py::GPUTests::test_min_max_reduction_nan_cuda, test/inductor/test_torchinductor.py::GPUTests::test_mixed_mm3_cuda, test/inductor/test_torchinductor.py::GPUTests::test_mm_mixed_dtype_cuda, test/inductor/test_torchinductor.py::GPUTests::test_mul_index_expr_cuda, test/inductor/test_torchinductor.py::GPUTests::test_mul_softmax_symfloat_cuda, test/inductor/test_torchinductor.py::GPUTests::test_multi_gpu_recompile_on_index_cuda, test/inductor/test_torchinductor.py::GPUTests::test_multilayer_var_lowp_cuda, test/inductor/test_torchinductor.py::GPUTests::test_nan_to_num_cuda, test/inductor/test_torchinductor.py::GPUTests::test_nonzero_unbacked_refinement_cuda, test/inductor/test_torchinductor.py::GPUTests::test_pattern_matcher_multi_user_cuda, test/inductor/test_torchinductor.py::GPUTests::test_permute1_cuda, test/inductor/test_torchinductor.py::GPUTests::test_permute2_cuda, test/inductor/test_torchinductor.py::GPUTests::test_pointwise_chebyshev_polynomial_w_cuda, test/inductor/test_torchinductor.py::GPUTests::test_pointwise_entr_cuda, test/inductor/test_torchinductor.py::GPUTests::test_pointwise_erfc_cuda, test/inductor/test_torchinductor.py::GPUTests::test_pointwise_expm1_cuda, test/inductor/test_torchinductor.py::GPUTests::test_pointwise_gammainc_cuda, test/inductor/test_torchinductor.py::GPUTests::test_pointwise_i0_cuda, test/inductor/test_torchinductor.py::GPUTests::test_pointwise_i1e_cuda, test/inductor/test_torchinductor.py::GPUTests::test_pointwise_logit_cuda, test/inductor/test_torchinductor.py::GPUTests::test_pointwise_modified_bessel_k0_cuda, test/inductor/test_torchinductor.py::GPUTests::test_pointwise_ndtr_cuda, test/inductor/test_torchinductor.py::GPUTests::test_pointwise_polygamma_cuda, test/inductor/test_torchinductor.py::GPUTests::test_pointwise_shifted_chebyshev_polynomial_t_cuda, test/inductor/test_torchinductor.py::GPUTests::test_pointwise_xlog1py_cuda, test/inductor/test_torchinductor.py::GPUTests::test_polar_cuda, test/inductor/test_torchinductor.py::GPUTests::test_randn_generator_cuda, test/inductor/test_torchinductor.py::GPUTests::test_reduction1_cuda, test/inductor/test_torchinductor.py::GPUTests::test_reduction5_cuda, test/inductor/test_torchinductor.py::GPUTests::test_reflection_pad2d_backward_cuda, test/inductor/test_torchinductor.py::GPUTests::test_remove_no_ops_cuda, test/inductor/test_torchinductor.py::GPUTests::test_resize_as_cuda, test/inductor/test_torchinductor.py::GPUTests::test_resize_cuda, test/inductor/test_torchinductor.py::GPUTests::test_scatter4_cuda, test/inductor/test_torchinductor.py::GPUTests::test_searchsorted_cuda, test/inductor/test_torchinductor.py::GPUTests::test_signbit_cuda, test/inductor/test_torchinductor.py::GPUTests::test_silu_cuda, test/inductor/test_torchinductor.py::GPUTests::test_single_elem_cuda, test/inductor/test_torchinductor.py::GPUTests::test_slice1_cuda, test/inductor/test_torchinductor.py::GPUTests::test_slice4_cuda, test/inductor/test_torchinductor.py::GPUTests::test_softmax_backward_data_cuda, test/inductor/test_torchinductor.py::GPUTests::test_softmax_one_kernel_loop_cuda, test/inductor/test_torchinductor.py::GPUTests::test_split_cumsum_low_prec_cuda, test/inductor/test_torchinductor.py::GPUTests::test_std_cuda, test/inductor/test_torchinductor.py::GPUTests::test_sum5_cuda, test/inductor/test_torchinductor.py::GPUTests::test_tensor2_cuda, test/inductor/test_torchinductor.py::GPUTests::test_tensor_index_slice_cuda, test/inductor/test_torchinductor.py::GPUTests::test_to_device_cuda, test/inductor/test_torchinductor.py::GPUTests::test_to_dtype_cuda, test/inductor/test_torchinductor.py::GPUTests::test_unbacked_floordiv_simplify_errors_cuda, test/inductor/test_torchinductor.py::GPUTests::test_unspec_inputs_float32_cuda, test/inductor/test_torchinductor.py::GPUTests::test_unspec_inputs_float64_cuda, test/inductor/test_torchinductor.py::GPUTests::test_upsample_bilinear2d_b_cuda, test/inductor/test_torchinductor.py::GPUTests::test_vectorized_ops_masked_var_novec_cuda, test/inductor/test_torchinductor.py::GPUTests::test_view_on_aliased_cuda, test/inductor/test_torchinductor.py::GPUTests::test_views4_cuda, test/inductor/test_torchinductor.py::GPUTests::test_xblock_divides_xnumel_cuda, test/inductor/test_torchinductor.py::TritonCodeGenTests::test_has_constant_mask_block_multiple_True_ynumel_exceed_ygrid_size_False, test/inductor/test_torchinductor.py::TritonCodeGenTests::test_has_constant_mask_block_multiple_True_ynumel_exceed_ygrid_size_True 2024-12-18T04:27:57.5793602Z 2024-12-18T04:27:57.5793906Z Running inductor/test_torchinductor_opinfo 14/16 ... [2024-12-18 04:27:57.562781] 2024-12-18T04:27:57.5794431Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2024-12-18T04:27:57.5795629Z Executing ['/opt/conda/envs/py_3.10/bin/python', '-bb', 'inductor/test_torchinductor_opinfo.py', '-m', 'not serial', '--shard-id=14', '--num-shards=16', '-v', '-vv', '-rfEX', '-p', 'no:xdist', '--use-pytest', '-x', '--reruns=2', '--import-slow-tests', '--import-disabled-tests'] ... [2024-12-18 04:27:57.563075] 2024-12-18T04:28:29.3145520Z 2024-12-18T04:28:29.3146676Z inductor/test_aot_inductor 3/4 was successful, full logs can be found in artifacts with path test/test-reports/inductor.test_aot_inductor_3.4_6df3a0b4e984621e_.log 2024-12-18T04:28:29.3227548Z Running 97 items in this shard: test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleCpu::test_add_complex_cpu, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleCpu::test_aoti_debug_printer_cpp_kernel_cpu, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleCpu::test_bool_input_cpu, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleCpu::test_buffer_mutation_4_cpu, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleCpu::test_buffer_reuse_cpu, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleCpu::test_cond_nested_cpu, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleCpu::test_cond_share_predicte_cpu, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleCpu::test_constant_original_fqn_and_dtype_cpu, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleCpu::test_convolution_cpu, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleCpu::test_deconv_freezing_cpu, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleCpu::test_dup_unbacked_sym_decl_cpu, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleCpu::test_duplicated_params_cpu, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleCpu::test_dynamic_smem_above_default_limit_cpu, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleCpu::test_empty_graph_cpu, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleCpu::test_fake_tensor_device_validation_cpu, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleCpu::test_fqn_cpu, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleCpu::test_masked_select_dynamic_cpu, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleCpu::test_misc_1_max_autotune_True_cpu, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleCpu::test_missing_cubin_cpu, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleCpu::test_non_contiguous_output_alias_cpu, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleCpu::test_output_misaligned_cpu, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleCpu::test_pytree_inputs_cpu, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleCpu::test_reuse_kernel_dynamic_cpu, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleCpu::test_runtime_checks_cpu, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleCpu::test_runtime_checks_fp8_cpu, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleCpu::test_scatter_reduce_fallback_cpu, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleCpu::test_size_from_multi_output_cpu, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleCpu::test_small_constant_cpu, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleCpu::test_symfloat_item_cpu, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleCpu::test_triton_kernel_extern_kernel_arg_cpu, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleCpu::test_triton_kernel_grid_type_1_num_dims_1_dynamic_True_autotune_True_cpu, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleCpu::test_triton_kernel_grid_type_1_num_dims_2_dynamic_False_autotune_True_cpu, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleCpu::test_triton_kernel_grid_type_2_num_dims_1_dynamic_False_autotune_False_cpu, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleCpu::test_triton_kernel_grid_type_2_num_dims_1_dynamic_True_autotune_True_cpu, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleCpu::test_triton_kernel_grid_type_3_num_dims_2_dynamic_False_autotune_False_cpu, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleCpu::test_triton_kernel_sympy_fn_like_arg_cpu, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleCpu::test_triton_kernel_tma_descriptor_2d_dynamic_True_cpu, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleCpu::test_triton_kernel_unbacked_symint_in_grid_dynamic_False_autotuning_False_cpu, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleCpu::test_triton_kernel_with_none_input_cpu, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleCpu::test_update_constant_buffer_cpu, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleCpu::test_while_loop_simple_cpu, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleCpu::test_while_loop_with_parameters_cpu, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleCpu::test_with_no_triton_profiler_cpu, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleCpu::test_zero_grid_with_backed_symbols_cpu, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleCpu::test_zero_size_weight_cpu, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleGpu::test_amp_fallback_random_cuda, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleGpu::test_aoti_debug_printer_codegen_cuda, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleGpu::test_aoti_debug_printer_sym_inputs_cuda, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleGpu::test_aoti_debug_printing_model_inputs_codegen_cuda, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleGpu::test_assert_async_cuda, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleGpu::test_buffer_mutation_2_cuda, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleGpu::test_buffer_mutation_3_cuda, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleGpu::test_cond_use_buffers_from_outer_scope_cuda, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleGpu::test_cond_with_reinterpret_view_inputs_outputs_cuda, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleGpu::test_consecutive_compiles_cuda, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleGpu::test_constant_original_fqn_and_dtype_cuda, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleGpu::test_dup_unbacked_sym_decl_cuda, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleGpu::test_dynamic_smem_above_default_limit_cuda, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleGpu::test_empty_graph_cuda, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleGpu::test_fallback_kernel_with_symexpr_output_cuda, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleGpu::test_freezing_cuda, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleGpu::test_index_put_fallback_cuda, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleGpu::test_index_put_with_none_index_cuda, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleGpu::test_linear_freezing_cuda, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleGpu::test_missing_output_cuda, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleGpu::test_multiple_output_alias_cuda, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleGpu::test_on_gpu_device1_cuda, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleGpu::test_output_misaligned_cuda, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleGpu::test_pytree_inputs_cuda, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleGpu::test_repeat_interleave_cuda, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleGpu::test_repeat_output_cuda, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleGpu::test_repeated_user_defined_triton_kernel_cuda, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleGpu::test_return_view_constant_cuda, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleGpu::test_runtime_checks_complex_cuda, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleGpu::test_runtime_checks_cuda, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleGpu::test_runtime_checks_shape_failed_cuda, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleGpu::test_scaled_dot_product_efficient_attention_cuda, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleGpu::test_simple_split_cuda, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleGpu::test_stride_with_unbacked_expr_cuda, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleGpu::test_triton_kernel_grid_type_1_num_dims_1_dynamic_False_autotune_False_cuda, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleGpu::test_triton_kernel_grid_type_1_num_dims_1_dynamic_True_autotune_False_cuda, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleGpu::test_triton_kernel_grid_type_1_num_dims_2_dynamic_False_autotune_False_cuda, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleGpu::test_triton_kernel_grid_type_1_num_dims_2_dynamic_True_autotune_False_cuda, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleGpu::test_triton_kernel_grid_type_2_num_dims_2_dynamic_False_autotune_False_cuda, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleGpu::test_triton_kernel_grid_type_2_num_dims_2_dynamic_False_autotune_True_cuda, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleGpu::test_triton_kernel_grid_type_3_num_dims_1_dynamic_False_autotune_False_cuda, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleGpu::test_triton_kernel_multi_output_arg_cuda, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleGpu::test_triton_kernel_reinterpret_view_mem_leak_cuda, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleGpu::test_triton_kernel_sympy_expr_arg_cuda, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleGpu::test_triton_kernel_tma_descriptor_1d_dynamic_True_cuda, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleGpu::test_triton_kernel_unbacked_symint_in_grid_dynamic_False_autotuning_False_cuda, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleGpu::test_triton_kernel_unbacked_symint_in_grid_dynamic_True_autotuning_True_cuda, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleGpu::test_triton_kernel_weird_param_order_cuda, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleGpu::test_triton_kernel_with_none_input_cuda, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleGpu::test_view_outputs_cuda, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleGpu::test_while_loop_with_pytree_inputs_cuda, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleGpu::test_zero_grid_with_backed_symbols_cuda 2024-12-18T04:28:29.3301663Z 2024-12-18T04:28:29.3302550Z Running inductor/test_torchinductor_opinfo 16/16 ... [2024-12-18 04:28:29.315015] 2024-12-18T04:28:29.3303472Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2024-12-18T04:28:29.3305456Z Executing ['/opt/conda/envs/py_3.10/bin/python', '-bb', 'inductor/test_torchinductor_opinfo.py', '-m', 'not serial', '--shard-id=16', '--num-shards=16', '-v', '-vv', '-rfEX', '-p', 'no:xdist', '--use-pytest', '-x', '--reruns=2', '--import-slow-tests', '--import-disabled-tests'] ... [2024-12-18 04:28:29.315411] 2024-12-18T04:31:28.0943566Z 2024-12-18T04:31:28.0944865Z inductor/test_torchinductor_opinfo 6/16 was successful, full logs can be found in artifacts with path test/test-reports/inductor.test_torchinductor_opinfo_6.16_2b0e478ce657bdcb_.log 2024-12-18T04:31:28.1074184Z Running 234 items in this shard: test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive___radd___cuda_bool, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive___radd___cuda_float32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive___rxor___cuda_uint8, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive__segment_reduce_lengths_cuda_float32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_alias_copy_cuda_uint8, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_angle_cuda_uint8, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_argwhere_cuda_int32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_asinh_cuda_int64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_atleast_3d_cuda_float64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_atleast_3d_cuda_int32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_bitwise_not_cuda_int64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_bitwise_or_cuda_bool, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_bitwise_or_cuda_int32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_bitwise_right_shift_cuda_int64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_bitwise_xor_cuda_bool, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_block_diag_cuda_float32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_bmm_cuda_float64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_bool_cuda_uint8, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_cat_cuda_int64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_cauchy_cuda_float64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_cfloat_cuda_float32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_clone_cuda_float16, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_clone_cuda_uint8, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_conj_physical_cuda_int32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_copysign_cuda_float16, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_copysign_cuda_int64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_corrcoef_cuda_int64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_count_nonzero_cuda_bool, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_count_nonzero_cuda_int32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_count_nonzero_cuda_int64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_cummax_cuda_float32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_cummax_cuda_uint8, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_cumsum_cuda_uint8, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_cumulative_trapezoid_cuda_float64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_cumulative_trapezoid_cuda_uint8, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_deg2rad_cuda_bool, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_diff_cuda_int32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_div_floor_rounding_cuda_int32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_div_no_rounding_mode_cuda_bool, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_div_no_rounding_mode_cuda_float32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_div_trunc_rounding_cuda_float32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_double_cuda_float32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_empty_like_cuda_uint8, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_equal_cuda_int32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_erf_cuda_float16, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_expand_copy_cuda_int64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_exponential_cuda_float64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_eye_cuda_uint8, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_fft_fft_cuda_uint8, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_fft_ifft2_cuda_float64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_fft_ifftn_cuda_float16, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_fft_ifftshift_cuda_int32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_fft_ifftshift_cuda_int64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_fft_ihfft2_cuda_bool, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_fft_ihfft2_cuda_int32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_fft_ihfftn_cuda_float32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_fft_rfft2_cuda_float16, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_fft_rfft_cuda_float64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_flip_cuda_float64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_flip_cuda_int64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_flip_cuda_uint8, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_fliplr_cuda_float64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_flipud_cuda_uint8, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_float_cuda_float64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_floor_cuda_int32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_fmin_cuda_int64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_fmin_cuda_uint8, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_full_cuda_uint8, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_full_like_cuda_bool, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_gt_cuda_uint8, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_half_cuda_uint8, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_histc_cuda_float64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_hsplit_cuda_bool, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_i0_cuda_bool, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_i0_cuda_int32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_isin_cuda_float16, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_isin_cuda_float64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_isinf_cuda_float16, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_isneginf_cuda_float16, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_isreal_cuda_int32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_item_cuda_float16, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_jiterator_binary_cuda_bool, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_kthvalue_cuda_int32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_lcm_cuda_uint8, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_lerp_cuda_float16, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_linalg_cond_cuda_float64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_linalg_inv_ex_cuda_float64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_linalg_vander_cuda_float64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_linspace_cuda_int32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_linspace_cuda_uint8, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_log_softmax_with_dtype_cuda_uint8, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_logaddexp_cuda_float16, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_logical_not_cuda_int32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_logical_not_cuda_uint8, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_logical_xor_cuda_int32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_mT_cuda_float32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_masked_cumsum_cuda_int64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_masked_logsumexp_cuda_uint8, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_masked_median_cuda_float32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_masked_prod_cuda_float32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_masked_scatter_cuda_float16, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_masked_softmax_cuda_float32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_masked_sum_cuda_bool, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_masked_sum_cuda_uint8, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_max_binary_cuda_float64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_max_pool2d_with_indices_backward_cuda_float64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_max_reduction_no_dim_cuda_float16, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_mean_cuda_float16, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_meshgrid_list_of_tensors_cuda_float64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_min_reduction_with_dim_cuda_float32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_min_reduction_with_dim_cuda_float64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_mode_cuda_bool, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_mvlgamma_mvlgamma_p_5_cuda_int64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_nanmedian_cuda_float64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_nansum_cuda_int64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_new_full_cuda_int64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_new_ones_cuda_bool, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_new_ones_cuda_int64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_new_zeros_cuda_float16, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_nn_functional_adaptive_max_pool2d_cuda_float64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_nn_functional_alpha_dropout_cuda_float32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_nn_functional_avg_pool2d_cuda_float16, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_nn_functional_avg_pool3d_cuda_float32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_nn_functional_bilinear_cuda_float32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_nn_functional_conv2d_cuda_float32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_nn_functional_cosine_embedding_loss_cuda_float16, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_nn_functional_dropout_cuda_float16, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_nn_functional_dropout_cuda_float64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_nn_functional_embedding_bag_cuda_float16, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_nn_functional_feature_alpha_dropout_with_train_cuda_float64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_nn_functional_feature_alpha_dropout_without_train_cuda_float64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_nn_functional_group_norm_cuda_float64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_nn_functional_hardswish_cuda_float16, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_nn_functional_instance_norm_cuda_float32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_nn_functional_interpolate_linear_cuda_float32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_nn_functional_interpolate_linear_cuda_float64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_nn_functional_linear_cuda_float64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_nn_functional_local_response_norm_cuda_float64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_nn_functional_margin_ranking_loss_cuda_float32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_nn_functional_margin_ranking_loss_cuda_uint8, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_nn_functional_max_pool2d_cuda_float64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_nn_functional_max_unpool1d_grad_cuda_float16, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_nn_functional_max_unpool2d_grad_cuda_float64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_nn_functional_normalize_cuda_float64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_nn_functional_pad_circular_cuda_float64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_nn_functional_pad_constant_cuda_bool, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_nn_functional_pad_replicate_negative_cuda_float64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_nn_functional_pixel_shuffle_cuda_bool, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_nn_functional_pixel_shuffle_cuda_int32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_nn_functional_poisson_nll_loss_cuda_uint8, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_nn_functional_rrelu_cuda_float16, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_nn_functional_rrelu_cuda_float32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_nn_functional_softmin_with_dtype_cuda_float16, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_nn_functional_softmin_with_dtype_cuda_uint8, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_nn_functional_softshrink_cuda_float16, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_nn_functional_triplet_margin_loss_cuda_uint8, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_nn_functional_triplet_margin_with_distance_loss_cuda_float32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_nn_functional_unfold_cuda_float32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_nn_functional_upsample_nearest_cuda_float64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_ones_cuda_int64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_outer_cuda_bool, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_outer_cuda_float64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_permute_cuda_bool, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_positive_cuda_int32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_put_cuda_float64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_randint_like_cuda_int64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_repeat_cuda_bool, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_resize_as__cuda_uint8, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_resolve_conj_cuda_uint8, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_rot90_cuda_uint8, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_round_cuda_float64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_scatter_cuda_uint8, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_select_cuda_float16, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_select_cuda_uint8, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_select_scatter_cuda_bool, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_select_scatter_cuda_float16, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_signal_windows_blackman_cuda_float64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_signal_windows_exponential_cuda_float64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_sinc_cuda_float16, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_slice_scatter_cuda_float16, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_slice_scatter_cuda_float32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_softmax_with_dtype_cuda_bool, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_softmax_with_dtype_cuda_int64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_special_bessel_j0_cuda_int32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_special_bessel_j1_cuda_float32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_special_bessel_y0_cuda_uint8, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_special_chebyshev_polynomial_t_cuda_float32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_special_chebyshev_polynomial_t_cuda_float64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_special_chebyshev_polynomial_t_cuda_int32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_special_chebyshev_polynomial_v_cuda_int32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_special_entr_cuda_float16, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_special_erfcx_cuda_uint8, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_special_hermite_polynomial_he_cuda_bool, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_special_i1_cuda_float64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_special_legendre_polynomial_p_cuda_uint8, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_special_modified_bessel_i1_cuda_bool, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_special_modified_bessel_i1_cuda_int64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_special_ndtr_cuda_float32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_special_ndtr_cuda_int64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_special_ndtr_cuda_uint8, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_special_ndtri_cuda_int64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_special_shifted_chebyshev_polynomial_t_cuda_float64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_special_xlog1py_cuda_float16, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_special_xlog1py_cuda_int32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_special_zeta_cuda_float64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_sqrt_cuda_bool, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_square_cuda_int32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_squeeze_copy_cuda_int32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_squeeze_cuda_float16, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_squeeze_multiple_cuda_int32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_std_mean_unbiased_cuda_float16, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_sum_cuda_int32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_svd_lowrank_cuda_float32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_t_cuda_float64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_take_along_dim_cuda_float16, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_tan_cuda_uint8, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_tensor_split_cuda_float32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_to_cuda_int32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_torch_ops_aten__safe_softmax_default_cuda_float16, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_tril_cuda_bool, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_tril_indices_cuda_int32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_true_divide_cuda_float64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_unbind_cuda_float64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_unique_cuda_float64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_unique_cuda_int64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_unsafe_chunk_cuda_float32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_unsafe_chunk_cuda_float64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_unsafe_split_cuda_int64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_unsqueeze_copy_cuda_float64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_unsqueeze_copy_cuda_int64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_view_as_complex_cuda_float32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_view_cuda_int32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_where_cuda_uint8, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_zeros_like_cuda_bool 2024-12-18T04:31:28.1185927Z 2024-12-18T04:34:17.4329443Z 2024-12-18T04:34:17.4331204Z inductor/test_torchinductor_opinfo 2/16 was successful, full logs can be found in artifacts with path test/test-reports/inductor.test_torchinductor_opinfo_2.16_cf86a0b0975fea76_.log 2024-12-18T04:34:17.4522614Z Running 243 items in this shard: test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive___getitem___cuda_int64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive___rpow___cuda_float32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive__batch_norm_with_update_cuda_float16, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive__native_batch_norm_legit_cuda_float16, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_acosh_cuda_bool, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_addmm_cuda_float64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_addr_cuda_float16, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_addr_cuda_int64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_alias_copy_cuda_bool, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_angle_cuda_float64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_argsort_cuda_float32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_atanh_cuda_uint8, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_atleast_3d_cuda_float16, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_bitwise_and_cuda_int64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_bitwise_xor_cuda_int32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_block_diag_cuda_float64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_broadcast_tensors_cuda_float64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_broadcast_to_cuda_float32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_broadcast_to_cuda_uint8, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_byte_cuda_int32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_cat_cuda_float64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_char_cuda_float64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_char_cuda_int32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_cholesky_cuda_float32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_clamp_cuda_float32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_combinations_cuda_uint8, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_contiguous_cuda_int64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_copysign_cuda_float64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_corrcoef_cuda_uint8, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_cosh_cuda_float64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_cosh_cuda_int64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_count_nonzero_cuda_float32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_cummin_cuda_uint8, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_cumprod_cuda_float64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_cumprod_cuda_uint8, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_deg2rad_cuda_float64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_diag_cuda_bool, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_diag_embed_cuda_uint8, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_diagflat_cuda_float16, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_diagonal_copy_cuda_bool, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_diagonal_scatter_cuda_int32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_diff_cuda_float32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_dist_cuda_float32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_div_no_rounding_mode_cuda_float64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_double_cuda_float64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_dsplit_cuda_uint8, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_empty_permuted_cuda_uint8, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_eq_cuda_float64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_eq_cuda_int32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_eq_cuda_int64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_expand_cuda_bool, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_expm1_cuda_int64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_exponential_cuda_float32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_eye_cuda_float16, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_fft_fft2_cuda_float32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_fft_fft2_cuda_int64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_fft_fftn_cuda_float64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_fft_fftshift_cuda_float16, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_fft_fftshift_cuda_int64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_fft_hfft_cuda_bool, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_fft_hfft_cuda_int32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_fft_hfftn_cuda_float64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_fft_irfft2_cuda_float32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_fft_irfftn_cuda_float16, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_fft_irfftn_cuda_int32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_fft_rfftn_cuda_int32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_flipud_cuda_float16, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_float_power_cuda_uint8, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_floor_cuda_float32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_floor_cuda_float64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_fmin_cuda_bool, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_fmod_cuda_int32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_full_cuda_int64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_full_like_cuda_int64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_full_like_cuda_uint8, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_gather_cuda_bool, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_gcd_cuda_int32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_gradient_cuda_float32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_grid_sampler_2d_cuda_float16, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_half_cuda_float32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_hsplit_cuda_int64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_hstack_cuda_uint8, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_index_add_cuda_float16, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_index_reduce_amax_cuda_uint8, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_index_select_cuda_int64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_inner_cuda_float16, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_inner_cuda_float64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_int_cuda_float32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_isclose_cuda_float32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_isfinite_cuda_int64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_isin_cuda_float32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_isinf_cuda_bool, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_isnan_cuda_float32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_item_cuda_bool, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_jiterator_binary_cuda_int32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_jiterator_binary_return_by_ref_cuda_uint8, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_kthvalue_cuda_float64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_le_cuda_float64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_lgamma_cuda_float64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_linalg_cholesky_cuda_float32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_linalg_eigvals_cuda_float64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_linalg_lu_factor_cuda_float64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_linalg_lu_solve_cuda_float64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_linalg_matrix_norm_cuda_float32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_linalg_vander_cuda_float32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_linspace_tensor_overload_cuda_int32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_log1p_cuda_float32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_log_softmax_cuda_float32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_log_softmax_cuda_float64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_logical_xor_cuda_float32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_logsumexp_cuda_bool, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_long_cuda_int64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_masked_cumprod_cuda_float32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_masked_cumsum_cuda_float32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_masked_log_softmax_cuda_float64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_masked_select_cuda_float64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_masked_softmax_cuda_float16, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_masked_var_cuda_float32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_masked_var_cuda_float64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_max_binary_cuda_int32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_median_cuda_int32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_meshgrid_variadic_tensors_cuda_int32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_min_reduction_with_dim_cuda_uint8, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_mm_cuda_float64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_mode_cuda_uint8, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_mul_cuda_int32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_mul_cuda_uint8, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_mvlgamma_mvlgamma_p_1_cuda_float64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_nan_to_num_cuda_bool, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_nan_to_num_cuda_float16, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_nan_to_num_cuda_int64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_nanmean_cuda_float32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_native_batch_norm_cuda_float16, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_new_ones_cuda_uint8, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_new_zeros_cuda_int64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_new_zeros_cuda_uint8, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_nn_functional_embedding_cuda_float16, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_nn_functional_feature_alpha_dropout_without_train_cuda_bool, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_nn_functional_feature_alpha_dropout_without_train_cuda_uint8, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_nn_functional_group_norm_cuda_float16, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_nn_functional_instance_norm_cuda_float64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_nn_functional_interpolate_nearest_cuda_float16, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_nn_functional_interpolate_nearest_cuda_uint8, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_nn_functional_l1_loss_cuda_float32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_nn_functional_layer_norm_cuda_float32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_nn_functional_max_unpool2d_grad_cuda_float16, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_nn_functional_max_unpool3d_grad_cuda_float32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_nn_functional_pad_constant_cuda_float64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_nn_functional_pad_constant_cuda_int64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_nn_functional_pad_reflect_cuda_int32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_nn_functional_pdist_cuda_float64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_nn_functional_pixel_unshuffle_cuda_int32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_nn_functional_pixel_unshuffle_cuda_int64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_nn_functional_softmin_cuda_float32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_nn_functional_softsign_cuda_float32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_nn_functional_softsign_cuda_int64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_nn_functional_triplet_margin_with_distance_loss_cuda_float64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_norm_fro_cuda_float32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_normal_in_place_cuda_float64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_ones_cuda_float32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_ormqr_cuda_float32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_pca_lowrank_cuda_float64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_permute_copy_cuda_float64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_polygamma_polygamma_n_0_cuda_float64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_polygamma_polygamma_n_4_cuda_int32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_polygamma_polygamma_n_4_cuda_int64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_pow_cuda_int64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_prod_cuda_float64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_quantile_cuda_float64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_rand_like_cuda_float32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_randint_cuda_float32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_randint_like_cuda_uint8, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_randn_cuda_float64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_reciprocal_cuda_uint8, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_reshape_as_cuda_float32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_reshape_cuda_float32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_resize_as__cuda_int32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_resize_as__cuda_int64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_rot90_cuda_float64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_scalar_tensor_cuda_float64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_scalar_tensor_cuda_int32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_scatter_reduce_amin_cuda_int32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_scatter_reduce_prod_cuda_int64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_scatter_reduce_sum_cuda_bool, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_signal_windows_hann_cuda_float32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_signbit_cuda_uint8, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_sin_cuda_bool, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_sin_cuda_int32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_sin_cuda_int64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_slice_cuda_bool, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_sort_cuda_int32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_sparse_mm_reduce_cuda_float32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_sparse_sampled_addmm_cuda_float32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_special_chebyshev_polynomial_v_cuda_uint8, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_special_chebyshev_polynomial_w_cuda_bool, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_special_entr_cuda_bool, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_special_entr_cuda_int32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_special_i1_cuda_bool, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_special_i1_cuda_int32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_special_laguerre_polynomial_l_cuda_int32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_special_log_ndtr_cuda_float32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_special_modified_bessel_i1_cuda_float32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_special_modified_bessel_k0_cuda_int32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_special_scaled_modified_bessel_k1_cuda_int64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_special_shifted_chebyshev_polynomial_u_cuda_bool, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_special_shifted_chebyshev_polynomial_u_cuda_int64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_special_xlog1py_cuda_float64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_split_cuda_float16, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_split_cuda_float64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_split_with_sizes_cuda_bool, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_sqrt_cuda_int32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_sqrt_cuda_uint8, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_squeeze_copy_cuda_float64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_squeeze_multiple_cuda_float16, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_squeeze_multiple_cuda_int64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_std_cuda_float16, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_std_mean_cuda_float16, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_std_unbiased_cuda_float64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_sub_cuda_uint8, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_sum_to_size_cuda_float64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_t_copy_cuda_float32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_t_copy_cuda_int32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_take_along_dim_cuda_int32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_tan_cuda_int64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_tensor_split_cuda_float16, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_tensordot_cuda_float32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_topk_cuda_float64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_trace_cuda_uint8, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_transpose_copy_cuda_int32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_transpose_cuda_int32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_trapz_cuda_int64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_triu_cuda_float64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_unflatten_cuda_uint8, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_unique_consecutive_cuda_int64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_unique_cuda_uint8, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_view_as_cuda_int64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_view_copy_cuda_bool, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_view_copy_cuda_int32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_view_cuda_int64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_where_cuda_bool, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_xlogy_cuda_float64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_zeros_cuda_int64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_zeros_like_cuda_float32 2024-12-18T04:34:17.4688892Z 2024-12-18T04:35:50.9606218Z 2024-12-18T04:35:50.9607933Z inductor/test_torchinductor_opinfo 4/16 was successful, full logs can be found in artifacts with path test/test-reports/inductor.test_torchinductor_opinfo_4.16_dcb2d3c4b922d027_.log 2024-12-18T04:35:50.9799400Z Running 229 items in this shard: test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_H_cuda_float64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive___rdiv___cuda_float16, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive___rmod___cuda_float64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive___rpow___cuda_float16, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive__chunk_cat_cuda_uint8, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive__softmax_backward_data_cuda_float16, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive__unsafe_masked_index_cuda_uint8, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_abs_cuda_float16, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_acosh_cuda_float16, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_add_cuda_int64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_amax_cuda_float64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_amax_cuda_int64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_aminmax_cuda_int64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_argmax_cuda_float32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_argmax_cuda_uint8, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_argmin_cuda_int64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_as_strided_cuda_int32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_asin_cuda_int64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_atan_cuda_int32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_atleast_2d_cuda_bool, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_bfloat16_cuda_int32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_bfloat16_cuda_uint8, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_bool_cuda_float64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_broadcast_shapes_cuda_float32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_cartesian_prod_cuda_float32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_cat_cuda_float32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_chalf_cuda_float64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_char_cuda_int64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_chunk_cuda_float64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_chunk_cuda_int32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_clamp_max_cuda_uint8, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_clamp_min_cuda_int32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_combinations_cuda_int32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_conj_physical_cuda_int64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_constant_pad_nd_cuda_float64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_contiguous_cuda_float64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_copysign_cuda_int32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_copysign_cuda_uint8, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_cos_cuda_float64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_cos_cuda_uint8, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_cosh_cuda_float32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_diag_cuda_float32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_diagflat_cuda_int32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_diagonal_copy_cuda_int32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_div_floor_rounding_cuda_int64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_dot_cuda_float64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_empty_cuda_float64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_empty_permuted_cuda_float16, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_exp2_cuda_float32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_exp_cuda_uint8, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_expand_as_cuda_int32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_expand_cuda_float16, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_expm1_cuda_bool, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_expm1_cuda_uint8, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_eye_cuda_bool, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_fft_fft_cuda_int64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_fft_hfft2_cuda_int32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_fft_hfft2_cuda_int64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_fft_hfft_cuda_int64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_fft_ifftn_cuda_int32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_fft_ifftshift_cuda_float64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_fft_ihfft2_cuda_float16, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_fft_ihfft2_cuda_int64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_fft_irfftn_cuda_bool, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_fill_cuda_float16, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_flatten_cuda_int64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_float_power_cuda_float64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_fmax_cuda_float32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_full_like_cuda_float32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_full_like_cuda_int32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_geometric_cuda_uint8, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_gt_cuda_bool, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_gt_cuda_float64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_histc_cuda_int32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_hypot_cuda_float64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_index_copy_cuda_int32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_index_fill_cuda_float16, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_index_fill_cuda_int32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_index_put_cuda_float16, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_index_reduce_amin_cuda_float32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_index_reduce_amin_cuda_int32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_index_reduce_mean_cuda_float64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_index_select_cuda_float32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_isclose_cuda_bool, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_isfinite_cuda_float32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_isinf_cuda_int64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_isinf_cuda_uint8, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_isneginf_cuda_bool, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_isposinf_cuda_int64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_isreal_cuda_int64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_jiterator_2inputs_2outputs_cuda_int32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_jiterator_4inputs_with_extra_args_cuda_float16, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_jiterator_binary_cuda_float64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_jiterator_binary_return_by_ref_cuda_float64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_jiterator_unary_cuda_float64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_kthvalue_cuda_float32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_ldexp_cuda_int64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_linalg_det_cuda_float32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_linalg_diagonal_cuda_float64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_linalg_lu_factor_ex_cuda_float32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_linalg_pinv_cuda_float32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_linalg_solve_triangular_cuda_float32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_linalg_tensorinv_cuda_float64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_linalg_vander_cuda_uint8, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_linalg_vector_norm_cuda_float16, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_linspace_cuda_float64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_linspace_tensor_overload_cuda_uint8, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_logaddexp2_cuda_float16, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_logical_and_cuda_float32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_logical_or_cuda_int64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_masked_amax_cuda_float16, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_masked_amin_cuda_float64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_masked_argmin_cuda_int32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_masked_argmin_cuda_int64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_masked_argmin_cuda_uint8, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_masked_cumprod_cuda_int64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_masked_norm_cuda_float32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_masked_prod_cuda_int64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_masked_scatter_cuda_float32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_masked_softmin_cuda_float16, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_masked_std_cuda_float64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_masked_std_cuda_int64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_masked_sum_cuda_float16, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_masked_var_cuda_int32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_masked_var_cuda_int64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_max_reduction_no_dim_cuda_float64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_max_reduction_with_dim_cuda_float64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_max_reduction_with_dim_cuda_uint8, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_meshgrid_variadic_tensors_cuda_float16, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_meshgrid_variadic_tensors_cuda_float32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_meshgrid_variadic_tensors_cuda_uint8, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_min_reduction_no_dim_cuda_bool, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_msort_cuda_uint8, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_mvlgamma_mvlgamma_p_3_cuda_int32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_nanquantile_cuda_float64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_ne_cuda_int64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_ne_cuda_uint8, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_neg_cuda_uint8, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_new_empty_cuda_bool, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_new_empty_strided_cuda_float32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_nn_functional_adaptive_avg_pool3d_cuda_float16, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_nn_functional_avg_pool1d_cuda_float16, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_nn_functional_conv1d_cuda_float64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_nn_functional_conv3d_cuda_float32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_nn_functional_conv_transpose2d_cuda_float16, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_nn_functional_cross_entropy_cuda_float32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_nn_functional_group_norm_cuda_float32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_nn_functional_interpolate_bilinear_cuda_float16, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_nn_functional_logsigmoid_cuda_float32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_nn_functional_max_unpool1d_cuda_float16, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_nn_functional_max_unpool3d_cuda_float32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_nn_functional_mish_cuda_float16, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_nn_functional_mish_cuda_float64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_nn_functional_pixel_shuffle_cuda_float32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_nn_functional_poisson_nll_loss_cuda_int32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_nn_functional_scaled_dot_product_attention_cuda_float32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_nn_functional_silu_cuda_float32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_nn_functional_softshrink_cuda_float64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_nn_functional_threshold_cuda_float64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_nn_functional_threshold_cuda_int64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_nn_functional_unfold_cuda_float64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_nn_functional_upsample_bilinear_cuda_float16, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_nonzero_static_cuda_int64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_norm_cuda_float16, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_norm_cuda_float32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_norm_inf_cuda_float64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_normal_cuda_float16, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_normal_in_place_cuda_float32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_outer_cuda_float16, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_polygamma_polygamma_n_1_cuda_bool, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_polygamma_polygamma_n_2_cuda_bool, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_polygamma_polygamma_n_3_cuda_float64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_polygamma_polygamma_n_4_cuda_uint8, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_prod_cuda_float16, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_put_cuda_bool, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_put_cuda_int32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_ravel_cuda_bool, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_real_cuda_bool, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_repeat_cuda_int32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_repeat_interleave_cuda_float32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_repeat_interleave_cuda_int32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_reshape_cuda_float64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_reshape_cuda_uint8, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_resolve_conj_cuda_int64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_resolve_neg_cuda_int64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_rot90_cuda_int64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_rsqrt_cuda_float64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_scalar_tensor_cuda_float16, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_scatter_cuda_int32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_scatter_reduce_prod_cuda_float16, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_select_cuda_int64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_short_cuda_bool, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_short_cuda_float16, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_sign_cuda_bool, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_signal_windows_bartlett_cuda_float64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_signal_windows_general_cosine_cuda_float64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_signal_windows_hamming_cuda_float32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_signbit_cuda_float32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_sinc_cuda_float32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_special_bessel_y0_cuda_float32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_special_chebyshev_polynomial_u_cuda_int32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_special_erfcx_cuda_float32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_special_erfcx_cuda_int64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_special_laguerre_polynomial_l_cuda_int64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_special_modified_bessel_k0_cuda_int64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_special_modified_bessel_k1_cuda_float32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_special_polygamma_special_polygamma_n_0_cuda_int64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_special_scaled_modified_bessel_k0_cuda_float64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_special_scaled_modified_bessel_k0_cuda_uint8, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_special_shifted_chebyshev_polynomial_u_cuda_uint8, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_special_spherical_bessel_j0_cuda_float32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_split_list_args_cuda_int64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_sqrt_cuda_float32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_squeeze_cuda_int32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_stack_cuda_int64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_t_copy_cuda_float64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_t_cuda_int64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_tile_cuda_int64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_to_cuda_bool, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_triangular_solve_cuda_float32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_tril_cuda_float64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_unfold_copy_cuda_float32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_unfold_cuda_uint8, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_unique_cuda_float16, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_unsafe_split_cuda_float64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_view_cuda_bool, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_xlogy_cuda_float16, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_xlogy_cuda_float32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_zeros_cuda_bool 2024-12-18T04:35:50.9961212Z 2024-12-18T04:38:26.2855017Z 2024-12-18T04:38:26.2857086Z inductor/test_torchinductor_opinfo 12/16 was successful, full logs can be found in artifacts with path test/test-reports/inductor.test_torchinductor_opinfo_12.16_a2e7da7c52289c31_.log 2024-12-18T04:38:26.3019327Z Running 204 items in this shard: test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_H_cuda_int32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_T_cuda_bool, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_T_cuda_float32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive___rmul___cuda_bool, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive___rpow___cuda_int64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive__chunk_cat_cuda_float64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive__segment_reduce_offsets_cuda_float64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive__unsafe_masked_index_cuda_float32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_abs_cuda_int32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_abs_cuda_int64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_acos_cuda_float64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_acos_cuda_int64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_add_cuda_float64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_addmm_cuda_float16, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_addmv_cuda_float32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_any_cuda_bool, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_arange_cuda_float16, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_argmin_cuda_float16, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_argmin_cuda_float64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_argsort_cuda_float16, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_argwhere_cuda_uint8, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_as_strided_cuda_float16, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_atleast_3d_cuda_uint8, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_byte_cuda_float32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_byte_cuda_int64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_cartesian_prod_cuda_float16, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_ceil_cuda_int64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_chalf_cuda_bool, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_chalf_cuda_int64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_clone_cuda_float32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_column_stack_cuda_int32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_column_stack_cuda_int64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_complex_cuda_float16, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_cov_cuda_float16, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_cummax_cuda_float16, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_cummin_cuda_int64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_deg2rad_cuda_int64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_diag_cuda_int64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_diag_cuda_uint8, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_diagonal_cuda_float64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_diagonal_cuda_int64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_diagonal_scatter_cuda_uint8, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_digamma_cuda_int32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_double_cuda_float16, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_dsplit_cuda_float32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_dsplit_cuda_float64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_empty_strided_cuda_float64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_eq_cuda_uint8, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_erf_cuda_int32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_erfinv_cuda_int64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_expand_copy_cuda_bool, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_expm1_cuda_float64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_fft_hfft2_cuda_float32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_fft_hfftn_cuda_bool, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_fft_ifft_cuda_uint8, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_fft_ihfft2_cuda_float64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_fft_ihfft_cuda_bool, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_fft_irfftn_cuda_float32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_floor_divide_cuda_float64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_fmin_cuda_float64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_frexp_cuda_float16, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_gt_cuda_int32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_half_cuda_float64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_heaviside_cuda_float64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_index_put_cuda_bool, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_int_cuda_float64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_isclose_cuda_float16, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_isreal_cuda_float64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_kron_cuda_int32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_ldexp_cuda_uint8, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_le_cuda_int32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_le_cuda_int64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_lerp_cuda_float32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_lgamma_cuda_bool, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_linalg_diagonal_cuda_int32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_linalg_lstsq_cuda_float32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_linalg_lstsq_cuda_float64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_linalg_matrix_power_cuda_float32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_linalg_norm_cuda_float16, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_linalg_solve_cuda_float64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_linalg_tensorsolve_cuda_float32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_linspace_cuda_float16, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_linspace_tensor_overload_cuda_int64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_logical_and_cuda_int64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_logical_or_cuda_float32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_logit_cuda_int32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_logspace_cuda_float32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_logsumexp_cuda_float16, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_mH_cuda_float16, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_masked_amax_cuda_uint8, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_masked_cumsum_cuda_uint8, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_masked_fill_cuda_float16, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_masked_logaddexp_cuda_float64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_masked_mean_cuda_float16, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_max_reduction_no_dim_cuda_int64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_maximum_cuda_float32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_maximum_cuda_float64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_median_cuda_uint8, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_min_binary_cuda_float32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_min_reduction_no_dim_cuda_float16, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_mode_cuda_float32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_movedim_cuda_int64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_movedim_cuda_uint8, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_msort_cuda_float32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_mul_cuda_bool, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_mvlgamma_mvlgamma_p_1_cuda_float16, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_nansum_cuda_uint8, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_narrow_cuda_float64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_new_full_cuda_float64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_nn_functional_adaptive_avg_pool1d_cuda_float32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_nn_functional_adaptive_avg_pool2d_cuda_float32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_nn_functional_adaptive_max_pool1d_cuda_float64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_nn_functional_alpha_dropout_cuda_float16, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_nn_functional_avg_pool1d_cuda_float64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_nn_functional_batch_norm_without_cudnn_cuda_float64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_nn_functional_channel_shuffle_cuda_bool, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_nn_functional_cosine_similarity_cuda_float16, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_nn_functional_embedding_bag_cuda_float64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_nn_functional_feature_alpha_dropout_without_train_cuda_float16, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_nn_functional_fractional_max_pool3d_cuda_float16, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_nn_functional_hardsigmoid_cuda_float16, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_nn_functional_margin_ranking_loss_cuda_float16, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_nn_functional_max_pool3d_cuda_float64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_nn_functional_max_unpool3d_grad_cuda_float16, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_nn_functional_nll_loss_cuda_float64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_nn_functional_pad_reflect_cuda_float16, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_nn_functional_pad_replicate_negative_cuda_float16, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_nn_functional_pairwise_distance_cuda_float16, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_nn_functional_pixel_shuffle_cuda_float64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_nn_functional_softplus_cuda_float64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_nn_functional_threshold_cuda_float32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_nn_functional_triplet_margin_loss_cuda_int32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_nn_functional_triplet_margin_with_distance_loss_cuda_float16, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_nn_functional_triplet_margin_with_distance_loss_cuda_int32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_nn_functional_upsample_bilinear_cuda_float64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_nonzero_cuda_uint8, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_norm_fro_cuda_float16, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_outer_cuda_uint8, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_permute_copy_cuda_float16, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_polygamma_polygamma_n_0_cuda_bool, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_polygamma_polygamma_n_0_cuda_int32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_polygamma_polygamma_n_0_cuda_uint8, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_polygamma_polygamma_n_3_cuda_float16, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_polygamma_polygamma_n_4_cuda_bool, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_positive_cuda_float16, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_positive_cuda_float64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_prod_cuda_bool, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_ravel_cuda_int64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_real_cuda_float64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_reciprocal_cuda_float64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_reciprocal_cuda_int64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_remainder_cuda_float64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_repeat_interleave_cuda_float16, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_resize_as__cuda_bool, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_resolve_neg_cuda_float16, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_roll_cuda_bool, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_roll_cuda_float32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_rsqrt_cuda_bool, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_rsub_cuda_float32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_scalar_tensor_cuda_int64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_scatter_add_cuda_float16, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_scatter_reduce_prod_cuda_int32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_searchsorted_cuda_int32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_select_cuda_bool, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_select_scatter_cuda_float32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_select_scatter_cuda_int32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_sgn_cuda_float16, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_sigmoid_cuda_float64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_sign_cuda_float32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_sign_cuda_int32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_sinc_cuda_bool, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_sinh_cuda_float64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_sinh_cuda_int64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_special_airy_ai_cuda_float64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_special_bessel_j0_cuda_uint8, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_special_bessel_y1_cuda_uint8, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_special_i0e_cuda_float32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_special_log_ndtr_cuda_bool, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_special_ndtr_cuda_float64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_special_shifted_chebyshev_polynomial_v_cuda_bool, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_special_shifted_chebyshev_polynomial_v_cuda_float64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_split_cuda_float32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_split_list_args_cuda_bool, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_split_with_sizes_cuda_int32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_square_cuda_float32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_std_mean_cuda_float64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_sub_cuda_int64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_sum_to_size_cuda_float16, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_take_along_dim_cuda_uint8, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_tanh_cuda_int32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_tensordot_cuda_float64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_to_sparse_cuda_float64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_trace_cuda_float32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_transpose_copy_cuda_int64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_transpose_cuda_int64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_trapezoid_cuda_int32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_unbind_cuda_uint8, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_unfold_copy_cuda_float64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_unfold_cuda_int64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_uniform_cuda_float16, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_unique_cuda_uint16, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_unsqueeze_cuda_float16, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_unsqueeze_cuda_float32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_view_as_cuda_float32 2024-12-18T04:38:26.3116340Z 2024-12-18T04:39:21.7918495Z 2024-12-18T04:39:21.7920252Z inductor/test_torchinductor_opinfo 8/16 was successful, full logs can be found in artifacts with path test/test-reports/inductor.test_torchinductor_opinfo_8.16_4e98b5772482d04f_.log 2024-12-18T04:39:21.8100630Z Running 219 items in this shard: test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_T_cuda_float64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_T_cuda_uint8, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive___rdiv___cuda_int32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive___rmatmul___cuda_float32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive___rmul___cuda_float16, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive___rsub___cuda_uint8, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive___rxor___cuda_int32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive__chunk_cat_cuda_float32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive__unsafe_masked_index_put_accumulate_cuda_uint8, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_add_cuda_int32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_all_cuda_float64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_allclose_cuda_float32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_amin_cuda_bool, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_arange_cuda_uint8, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_argmax_cuda_int64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_argsort_cuda_uint8, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_as_strided_scatter_cuda_float32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_atleast_2d_cuda_float16, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_atleast_2d_cuda_uint8, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_atleast_3d_cuda_int64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_bfloat16_cuda_float32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_bfloat16_cuda_float64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_bincount_cuda_int32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_cdouble_cuda_int32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_ceil_cuda_float16, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_clamp_cuda_float16, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_combinations_cuda_float16, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_constant_pad_nd_cuda_int64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_cov_cuda_float64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_cross_cuda_int32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_deg2rad_cuda_float32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_diagflat_cuda_float64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_diff_cuda_int64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_dist_cuda_float64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_div_floor_rounding_cuda_uint8, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_div_no_rounding_mode_cuda_uint8, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_dstack_cuda_int32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_equal_cuda_uint8, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_erfc_cuda_float16, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_erfc_cuda_uint8, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_exp_cuda_int32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_expand_as_cuda_bool, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_expand_as_cuda_float64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_eye_cuda_float64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_fft_fftn_cuda_int32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_fft_fftshift_cuda_float32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_fft_hfft2_cuda_bool, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_fft_ifft2_cuda_float32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_fft_ifft_cuda_float64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_fft_ifftshift_cuda_float32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_fft_ihfft2_cuda_uint8, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_fft_irfft_cuda_float64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_fill_cuda_uint8, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_flatten_cuda_int32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_fliplr_cuda_float16, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_fmod_cuda_float64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_frac_cuda_float32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_full_like_cuda_float64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_gt_cuda_float32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_histc_cuda_int64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_hsplit_cuda_float16, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_i0_cuda_float32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_index_reduce_amax_cuda_int32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_index_reduce_amin_cuda_uint8, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_index_select_cuda_uint8, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_int_cuda_bool, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_int_cuda_int32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_isclose_cuda_int32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_isfinite_cuda_bool, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_isin_cuda_uint8, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_isneginf_cuda_int64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_isneginf_cuda_uint8, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_isposinf_cuda_float32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_jiterator_4inputs_with_extra_args_cuda_float32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_jiterator_binary_return_by_ref_cuda_int64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_jiterator_unary_cuda_int64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_kron_cuda_int64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_le_cuda_bool, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_linalg_cross_cuda_int32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_linalg_ldl_factor_cuda_float64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_linalg_slogdet_cuda_float64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_linalg_vecdot_cuda_float32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_linalg_vecdot_cuda_float64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_log10_cuda_float32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_log1p_cuda_float64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_log2_cuda_float16, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_log2_cuda_uint8, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_log_softmax_cuda_float16, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_log_softmax_with_dtype_cuda_int64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_logcumsumexp_cuda_float64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_logical_not_cuda_float16, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_logical_xor_cuda_uint8, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_logspace_cuda_uint8, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_logspace_tensor_overload_cuda_uint8, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_logsumexp_cuda_float32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_logsumexp_cuda_float64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_logsumexp_cuda_int32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_logsumexp_cuda_uint8, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_lu_cuda_float32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_lu_solve_cuda_float64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_masked_amin_cuda_int64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_masked_cumprod_cuda_int32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_masked_log_softmax_cuda_float32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_masked_scatter_cuda_float64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_masked_std_cuda_int32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_matrix_exp_cuda_float32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_matrix_exp_cuda_float64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_median_cuda_int64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_minimum_cuda_int64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_mode_cuda_int64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_movedim_cuda_float64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_movedim_cuda_int32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_multinomial_cuda_float32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_mv_cuda_float16, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_mv_cuda_float32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_mvlgamma_mvlgamma_p_5_cuda_float16, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_mvlgamma_mvlgamma_p_5_cuda_int32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_mvlgamma_mvlgamma_p_5_cuda_uint8, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_narrow_copy_cuda_uint8, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_narrow_cuda_bool, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_new_full_cuda_bool, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_nn_functional_bilinear_cuda_float64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_nn_functional_channel_shuffle_cuda_float16, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_nn_functional_conv3d_cuda_float64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_nn_functional_conv_transpose2d_cuda_float32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_nn_functional_cross_entropy_cuda_float64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_nn_functional_dropout2d_cuda_float64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_nn_functional_fractional_max_pool2d_cuda_float64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_nn_functional_glu_cuda_float16, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_nn_functional_huber_loss_cuda_float16, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_nn_functional_interpolate_area_cuda_float64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_nn_functional_linear_cuda_float16, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_nn_functional_max_unpool2d_cuda_float16, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_nn_functional_multi_head_attention_forward_cuda_float32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_nn_functional_multi_margin_loss_cuda_float16, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_nn_functional_multi_margin_loss_cuda_float32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_nn_functional_multilabel_soft_margin_loss_cuda_float16, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_nn_functional_normalize_cuda_float32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_nn_functional_pad_reflect_cuda_float32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_nn_functional_pad_reflect_cuda_float64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_nn_functional_pad_replicate_negative_cuda_int64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_nn_functional_relu6_cuda_int64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_nn_functional_silu_cuda_float16, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_nn_functional_softshrink_cuda_float32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_nn_functional_softsign_cuda_float64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_nn_functional_triplet_margin_with_distance_loss_cuda_uint8, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_nn_functional_unfold_cuda_float16, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_nonzero_cuda_float16, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_nonzero_static_cuda_int32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_norm_nuc_cuda_float64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_normal_in_place_cuda_float16, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_permute_cuda_float16, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_pinverse_cuda_float64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_polygamma_polygamma_n_1_cuda_int32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_polygamma_polygamma_n_1_cuda_int64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_polygamma_polygamma_n_2_cuda_uint8, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_polygamma_polygamma_n_3_cuda_int32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_polygamma_polygamma_n_4_cuda_float16, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_rand_like_cuda_float16, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_rand_like_cuda_float64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_randn_cuda_float32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_ravel_cuda_float64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_ravel_cuda_uint8, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_reciprocal_cuda_float32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_remainder_cuda_int32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_repeat_cuda_int64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_reshape_as_cuda_int64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_resolve_conj_cuda_float64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_round_decimals_neg_3_cuda_float64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_scatter_add_cuda_float32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_scatter_cuda_int64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_searchsorted_cuda_float16, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_sigmoid_cuda_float32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_signal_windows_general_hamming_cuda_float32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_slice_cuda_int64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_slice_scatter_cuda_int32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_softmax_cuda_float64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_softmax_with_dtype_cuda_int32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_special_airy_ai_cuda_uint8, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_special_entr_cuda_uint8, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_special_i1e_cuda_float16, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_special_i1e_cuda_int32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_special_i1e_cuda_int64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_special_legendre_polynomial_p_cuda_bool, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_special_legendre_polynomial_p_cuda_float32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_special_log_ndtr_cuda_int32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_special_scaled_modified_bessel_k0_cuda_int64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_special_scaled_modified_bessel_k1_cuda_int32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_special_scaled_modified_bessel_k1_cuda_uint8, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_special_shifted_chebyshev_polynomial_v_cuda_float32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_special_shifted_chebyshev_polynomial_v_cuda_int64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_special_shifted_chebyshev_polynomial_v_cuda_uint8, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_special_xlog1py_cuda_int64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_split_cuda_uint8, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_split_with_sizes_copy_cuda_float16, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_split_with_sizes_cuda_float64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_split_with_sizes_cuda_int64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_split_with_sizes_cuda_uint8, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_square_cuda_bool, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_sum_cuda_float16, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_sum_cuda_uint8, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_take_along_dim_cuda_float64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_tan_cuda_float16, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_tanh_cuda_uint8, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_tensor_split_cuda_int32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_transpose_copy_cuda_float64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_transpose_cuda_bool, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_trapezoid_cuda_uint8, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_trapz_cuda_uint8, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_unflatten_cuda_int64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_unfold_cuda_bool, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_unsafe_split_cuda_uint8, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_var_unbiased_cuda_float16, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_view_as_cuda_int32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_view_copy_cuda_int64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_vsplit_cuda_int32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_vstack_cuda_int32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_vstack_cuda_uint8, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_zero__cuda_float32 2024-12-18T04:39:21.8258249Z 2024-12-18T04:39:58.7543686Z 2024-12-18T04:39:58.7545337Z inductor/test_torchinductor_opinfo 14/16 was successful, full logs can be found in artifacts with path test/test-reports/inductor.test_torchinductor_opinfo_14.16_e6b5c370bc835859_.log 2024-12-18T04:39:58.7729396Z Running 225 items in this shard: test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_H_cuda_float16, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive___rdiv___cuda_float64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive___rdiv___cuda_uint8, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive___ror___cuda_uint8, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive__unsafe_masked_index_put_accumulate_cuda_int32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_acosh_cuda_float32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_addcmul_cuda_float16, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_addcmul_cuda_float32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_addmm_decomposed_cuda_float32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_all_cuda_bool, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_all_cuda_float16, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_all_cuda_float32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_amax_cuda_bool, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_any_cuda_uint8, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_arange_cuda_int32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_as_strided_copy_cuda_float64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_as_strided_copy_cuda_int64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_as_strided_cuda_int64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_asin_cuda_bool, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_atan2_cuda_int64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_atleast_1d_cuda_float64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_atleast_2d_cuda_float64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_atleast_3d_cuda_bool, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_bitwise_left_shift_cuda_uint8, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_bitwise_right_shift_cuda_uint8, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_bitwise_xor_cuda_uint8, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_bucketize_cuda_int64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_cat_cuda_float16, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_ceil_cuda_float64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_ceil_cuda_uint8, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_char_cuda_uint8, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_cholesky_solve_cuda_float32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_chunk_cuda_bool, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_chunk_cuda_uint8, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_clone_cuda_float64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_column_stack_cuda_bool, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_column_stack_cuda_float16, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_conj_cuda_int32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_corrcoef_cuda_float32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_cummin_cuda_bool, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_cummin_cuda_int32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_diag_embed_cuda_float64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_diagonal_cuda_uint8, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_diff_cuda_float16, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_div_floor_rounding_cuda_float32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_div_floor_rounding_cuda_float64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_dstack_cuda_bool, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_einsum_cuda_float16, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_empty_like_cuda_float64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_empty_strided_cuda_int64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_equal_cuda_float16, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_equal_cuda_float32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_equal_cuda_float64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_erf_cuda_float32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_erfc_cuda_int64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_exp2_cuda_uint8, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_expm1_cuda_float32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_fft_fft2_cuda_float64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_fft_fftn_cuda_float16, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_fft_fftshift_cuda_bool, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_fft_ihfft_cuda_float16, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_fft_ihfft_cuda_float32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_fft_irfft2_cuda_uint8, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_fft_rfft2_cuda_int32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_fft_rfft2_cuda_int64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_fill_cuda_int32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_flipud_cuda_float32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_flipud_cuda_int64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_float_cuda_float32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_float_cuda_int64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_fmax_cuda_bool, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_fmin_cuda_int32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_fmod_cuda_float16, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_frexp_cuda_float64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_gather_cuda_int32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_ge_cuda_int64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_heaviside_cuda_int32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_heaviside_cuda_int64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_hstack_cuda_bool, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_igammac_cuda_float64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_index_add_cuda_int64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_index_fill_cuda_uint8, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_index_put_cuda_float32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_index_reduce_mean_cuda_uint8, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_index_reduce_prod_cuda_int32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_isinf_cuda_int32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_isposinf_cuda_float64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_isposinf_cuda_int32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_isposinf_cuda_uint8, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_item_cuda_uint8, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_jiterator_2inputs_2outputs_cuda_float32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_jiterator_4inputs_with_extra_args_cuda_int64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_jiterator_unary_cuda_float16, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_ldexp_cuda_bool, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_ldexp_cuda_float64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_linalg_cross_cuda_int64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_linalg_householder_product_cuda_float64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_linalg_ldl_factor_ex_cuda_float64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_linalg_ldl_solve_cuda_float32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_linalg_lu_solve_cuda_float32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_linalg_matrix_rank_cuda_float64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_linalg_multi_dot_cuda_float64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_linalg_pinv_cuda_float64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_linalg_solve_ex_cuda_float64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_linalg_tensorsolve_cuda_float64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_log1p_cuda_int32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_log_cuda_int64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_logit_cuda_float64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_logit_cuda_uint8, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_long_cuda_bool, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_lt_cuda_bool, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_lt_cuda_float64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_mH_cuda_int32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_masked_amax_cuda_float32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_masked_argmax_cuda_int32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_masked_fill_cuda_int64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_masked_logsumexp_cuda_float16, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_masked_mean_cuda_int64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_masked_normalize_cuda_float64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_masked_scatter_cuda_bool, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_median_cuda_float64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_min_reduction_with_dim_cuda_bool, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_min_reduction_with_dim_cuda_int32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_mvlgamma_mvlgamma_p_3_cuda_int64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_narrow_copy_cuda_float64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_native_layer_norm_cuda_float32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_ne_cuda_float64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_new_empty_strided_cuda_int32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_nn_functional_adaptive_avg_pool2d_cuda_float64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_nn_functional_adaptive_max_pool2d_cuda_float32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_nn_functional_batch_norm_without_cudnn_cuda_float32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_nn_functional_celu_cuda_float64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_nn_functional_channel_shuffle_cuda_int64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_nn_functional_feature_alpha_dropout_without_train_cuda_float32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_nn_functional_feature_alpha_dropout_without_train_cuda_int64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_nn_functional_gaussian_nll_loss_cuda_float64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_nn_functional_gelu_cuda_float16, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_nn_functional_hardshrink_cuda_float64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_nn_functional_hinge_embedding_loss_cuda_float32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_nn_functional_huber_loss_cuda_float32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_nn_functional_interpolate_nearest_cuda_float32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_nn_functional_interpolate_trilinear_cuda_float16, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_nn_functional_kl_div_cuda_float32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_nn_functional_multi_head_attention_forward_cuda_float16, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_nn_functional_multi_head_attention_forward_cuda_float64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_nn_functional_nll_loss_cuda_float32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_nn_functional_normalize_cuda_float16, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_nn_functional_one_hot_cuda_int64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_nn_functional_pad_circular_cuda_int32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_nn_functional_pad_constant_cuda_uint8, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_nn_functional_pad_reflect_cuda_uint8, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_nn_functional_pad_replicate_negative_cuda_uint8, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_nn_functional_poisson_nll_loss_cuda_float32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_nn_functional_softplus_cuda_float32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_nn_functional_tanhshrink_cuda_int64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_nonzero_cuda_int32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_nonzero_static_cuda_float16, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_normal_number_mean_cuda_float32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_outer_cuda_int64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_pow_cuda_int32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_put_cuda_uint8, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_rad2deg_cuda_bool, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_rad2deg_cuda_uint8, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_ravel_cuda_float16, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_real_cuda_uint8, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_remainder_cuda_int64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_repeat_interleave_cuda_float64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_reshape_cuda_int32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_resize__cuda_float64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_resolve_conj_cuda_bool, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_rot90_cuda_float16, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_round_decimals_3_cuda_float64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_rsqrt_cuda_uint8, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_scatter_cuda_float16, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_scatter_cuda_float32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_scatter_cuda_float64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_scatter_reduce_amax_cuda_float64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_scatter_reduce_mean_cuda_int32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_select_cuda_float32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_select_scatter_cuda_uint8, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_sgn_cuda_float64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_sigmoid_cuda_int64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_signal_windows_general_cosine_cuda_float32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_signbit_cuda_float64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_sort_cuda_float16, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_special_bessel_y0_cuda_bool, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_special_bessel_y1_cuda_float32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_special_bessel_y1_cuda_int64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_special_chebyshev_polynomial_u_cuda_float64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_special_chebyshev_polynomial_v_cuda_int64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_special_entr_cuda_float32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_special_erfcx_cuda_int32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_special_hermite_polynomial_h_cuda_uint8, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_special_modified_bessel_i0_cuda_float64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_special_modified_bessel_k0_cuda_uint8, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_special_ndtr_cuda_float16, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_special_polygamma_special_polygamma_n_0_cuda_float64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_special_shifted_chebyshev_polynomial_w_cuda_uint8, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_split_list_args_cuda_float64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_split_with_sizes_copy_cuda_int64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_squeeze_copy_cuda_bool, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_squeeze_cuda_int64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_stack_cuda_float64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_std_unbiased_cuda_float32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_sum_to_size_cuda_bool, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_sum_to_size_cuda_int32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_t_cuda_bool, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_tan_cuda_bool, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_tile_cuda_float64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_to_cuda_float64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_to_sparse_cuda_float32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_torch_ops_aten__efficient_attention_forward_cuda_float16, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_trace_cuda_bool, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_trapz_cuda_float16, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_tril_cuda_int64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_true_divide_cuda_float16, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_unflatten_cuda_float64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_unfold_cuda_float32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_unique_consecutive_cuda_bool, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_unsafe_split_cuda_float16, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_unsqueeze_copy_cuda_float16, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_unsqueeze_copy_cuda_int32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_var_mean_unbiased_cuda_float64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_vsplit_cuda_bool, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_vstack_cuda_bool 2024-12-18T04:39:58.7887183Z 2024-12-18T04:42:16.6738497Z 2024-12-18T04:42:16.6740052Z inductor/test_torchinductor_opinfo 16/16 was successful, full logs can be found in artifacts with path test/test-reports/inductor.test_torchinductor_opinfo_16.16_ea5dcc34d7cf035f_.log 2024-12-18T04:42:16.6922287Z Running 224 items in this shard: test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_H_cuda_bool, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive___getitem___cuda_float32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive___rpow___cuda_int32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive___rsub___cuda_float64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive__chunk_cat_cuda_float16, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive__softmax_backward_data_cuda_float32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive__unsafe_masked_index_cuda_int32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_acos_cuda_uint8, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_acosh_cuda_int32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_addbmm_cuda_float32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_addcdiv_cuda_float32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_addmm_decomposed_cuda_float16, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_addmv_cuda_float64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_addr_cuda_uint8, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_alias_copy_cuda_float64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_amax_cuda_int32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_amax_cuda_uint8, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_aminmax_cuda_float16, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_argmin_cuda_uint8, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_argsort_cuda_float64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_as_strided_copy_cuda_float16, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_as_strided_partial_views_cuda_float16, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_atan2_cuda_float64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_atan2_cuda_int32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_atan_cuda_float64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_atanh_cuda_float32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_atleast_1d_cuda_bool, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_atleast_1d_cuda_uint8, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_bitwise_not_cuda_bool, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_bool_cuda_float32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_broadcast_tensors_cuda_float32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_bucketize_cuda_float16, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_cdouble_cuda_int64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_clone_cuda_int64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_complex_cuda_float64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_conj_cuda_float16, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_conj_cuda_uint8, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_constant_pad_nd_cuda_int32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_cov_cuda_float32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_cov_cuda_uint8, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_cross_cuda_float32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_cross_cuda_uint8, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_cummax_cuda_bool, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_cummax_cuda_float64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_cumsum_cuda_float32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_cumulative_trapezoid_cuda_float32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_diag_cuda_float16, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_diagflat_cuda_float32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_diagonal_scatter_cuda_int64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_diff_cuda_uint8, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_double_cuda_int32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_dsplit_cuda_int64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_dstack_cuda_uint8, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_empty_cuda_int64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_erf_cuda_uint8, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_erfinv_cuda_float32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_erfinv_cuda_uint8, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_exp_cuda_int64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_expand_cuda_int32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_fft_fftn_cuda_bool, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_fft_fftshift_cuda_float64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_fft_fftshift_cuda_int32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_fft_hfft2_cuda_float64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_fft_hfft2_cuda_uint8, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_fft_ifft2_cuda_int32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_fft_ifftn_cuda_float32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_fft_ifftn_cuda_int64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_fft_ihfftn_cuda_float64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_fft_rfft2_cuda_uint8, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_fft_rfft_cuda_bool, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_fft_rfftn_cuda_float64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_fill_cuda_float64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_fill_cuda_int64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_flatten_cuda_float32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_flatten_cuda_float64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_fliplr_cuda_bool, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_float_cuda_int32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_floor_divide_cuda_int32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_fmax_cuda_float16, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_full_cuda_float16, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_full_cuda_float64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_gather_cuda_float32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_hstack_cuda_float16, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_i0_cuda_float16, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_igamma_cuda_float64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_index_copy_cuda_float32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_isnan_cuda_int64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_isreal_cuda_float16, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_jiterator_2inputs_2outputs_cuda_float64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_jiterator_2inputs_2outputs_cuda_int64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_jiterator_unary_cuda_bool, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_kthvalue_cuda_float16, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_ldexp_cuda_float32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_linalg_diagonal_cuda_bool, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_linalg_diagonal_cuda_float16, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_linalg_inv_ex_cuda_float32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_linalg_pinv_hermitian_cuda_float32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_linalg_qr_cuda_float32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_linalg_vecdot_cuda_float16, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_linspace_cuda_float32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_logical_or_cuda_bool, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_long_cuda_float16, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_lt_cuda_float16, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_mH_cuda_uint8, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_mT_cuda_int64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_masked_amin_cuda_float32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_masked_mean_cuda_float64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_masked_mean_cuda_int32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_masked_norm_cuda_float64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_masked_select_cuda_int32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_masked_std_cuda_uint8, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_masked_var_cuda_uint8, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_max_binary_cuda_float16, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_max_reduction_no_dim_cuda_int32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_mean_cuda_float32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_min_reduction_with_dim_cuda_int64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_mode_cuda_float16, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_msort_cuda_int64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_mul_cuda_float16, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_multinomial_cuda_float64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_nanmedian_cuda_uint8, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_native_dropout_backward_cuda_float16, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_native_layer_norm_cuda_float16, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_neg_cuda_float64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_neg_cuda_int64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_new_empty_cuda_int64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_new_empty_strided_cuda_int64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_new_ones_cuda_float16, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_nn_functional_adaptive_max_pool3d_cuda_float32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_nn_functional_batch_norm_without_cudnn_cuda_float16, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_nn_functional_bilinear_cuda_float16, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_nn_functional_conv_transpose1d_cuda_float64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_nn_functional_glu_cuda_float32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_nn_functional_hardtanh_cuda_float64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_nn_functional_huber_loss_cuda_float64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_nn_functional_instance_norm_cuda_float16, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_nn_functional_interpolate_nearest-exact_cuda_uint8, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_nn_functional_kl_div_cuda_float64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_nn_functional_local_response_norm_cuda_float16, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_nn_functional_max_pool1d_cuda_float64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_nn_functional_max_unpool1d_grad_cuda_float32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_nn_functional_nll_loss_cuda_float16, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_nn_functional_pad_circular_cuda_bool, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_nn_functional_pad_circular_cuda_float32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_nn_functional_pad_constant_cuda_int32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_nn_functional_pairwise_distance_cuda_float32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_nn_functional_pixel_unshuffle_cuda_bool, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_nn_functional_pixel_unshuffle_cuda_float32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_nn_functional_poisson_nll_loss_cuda_int64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_nn_functional_relu6_cuda_float32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_nn_functional_relu6_cuda_int32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_nn_functional_relu6_cuda_uint8, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_nn_functional_softsign_cuda_uint8, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_nn_functional_triplet_margin_loss_cuda_float16, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_nn_functional_triplet_margin_loss_cuda_float64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_nn_functional_triplet_margin_loss_cuda_int64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_nonzero_cuda_bool, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_pinverse_cuda_float32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_polygamma_polygamma_n_1_cuda_float32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_positive_cuda_float32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_positive_cuda_int64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_put_cuda_float16, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_qr_cuda_float32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_ravel_cuda_float32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_remainder_cuda_uint8, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_resolve_neg_cuda_bool, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_rot90_cuda_bool, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_rot90_cuda_float32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_round_decimals_3_cuda_float16, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_rsqrt_cuda_float32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_scatter_add_cuda_uint8, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_scatter_reduce_amin_cuda_float16, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_scatter_reduce_amin_cuda_uint8, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_scatter_reduce_prod_cuda_uint8, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_select_scatter_cuda_float64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_sgn_cuda_bool, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_short_cuda_int64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_signbit_cuda_bool, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_signbit_cuda_float16, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_sinc_cuda_int32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_sinh_cuda_bool, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_slice_cuda_float32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_slice_scatter_cuda_float64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_softmax_cuda_float16, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_special_bessel_y0_cuda_int64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_special_bessel_y1_cuda_bool, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_special_chebyshev_polynomial_u_cuda_float32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_special_chebyshev_polynomial_w_cuda_uint8, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_special_laguerre_polynomial_l_cuda_float32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_special_laguerre_polynomial_l_cuda_uint8, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_special_legendre_polynomial_p_cuda_float64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_special_shifted_chebyshev_polynomial_t_cuda_bool, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_special_zeta_cuda_int32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_split_list_args_cuda_uint8, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_split_with_sizes_copy_cuda_float32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_sqrt_cuda_float64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_sum_to_size_cuda_int64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_tanh_cuda_bool, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_tanh_cuda_float32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_tanh_cuda_int64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_tile_cuda_float16, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_to_cuda_uint8, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_to_sparse_cuda_bool, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_to_sparse_cuda_int32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_topk_cuda_int64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_torch_ops_aten__flash_attention_forward_cuda_float16, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_transpose_cuda_float64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_trapz_cuda_float64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_triu_cuda_float16, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_unbind_cuda_bool, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_unbind_cuda_float16, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_unflatten_cuda_bool, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_unfold_copy_cuda_int64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_unfold_cuda_float16, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_vdot_cuda_float32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_view_copy_cuda_float32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_view_copy_cuda_float64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_view_cuda_float32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_view_cuda_uint8, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_where_cuda_float64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_where_cuda_int32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_zero__cuda_bool, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_zero__cuda_int32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_zeros_like_cuda_int64 2024-12-18T04:42:16.7078778Z 2024-12-18T04:43:22.2812629Z 2024-12-18T04:43:22.2814527Z inductor/test_torchinductor_opinfo 10/16 was successful, full logs can be found in artifacts with path test/test-reports/inductor.test_torchinductor_opinfo_10.16_d3181a92d7eb35d5_.log 2024-12-18T04:43:22.3020553Z Running 240 items in this shard: test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive___getitem___cuda_int32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive___rand___cuda_uint8, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive___rmul___cuda_int32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive___rmul___cuda_int64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive__unsafe_masked_index_cuda_int64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_abs_cuda_float32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_abs_cuda_uint8, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_addcdiv_cuda_float16, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_addr_cuda_float64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_all_cuda_int64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_all_cuda_uint8, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_amin_cuda_int32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_aminmax_cuda_float32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_aminmax_cuda_int32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_argmin_cuda_float32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_as_strided_scatter_cuda_bool, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_asin_cuda_float64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_asin_cuda_int32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_asinh_cuda_bool, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_atleast_2d_cuda_int64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_bfloat16_cuda_float16, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_block_diag_cuda_int32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_broadcast_to_cuda_float16, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_bucketize_cuda_int32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_byte_cuda_bool, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_cat_cuda_bool, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_cauchy_cuda_float32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_cdist_cuda_float32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_chunk_cuda_int64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_clamp_cuda_float64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_clamp_cuda_int64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_clamp_min_cuda_int64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_combinations_cuda_bool, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_conj_cuda_float32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_copysign_cuda_bool, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_corrcoef_cuda_float16, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_cos_cuda_int64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_cosh_cuda_float16, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_cov_cuda_int32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_cross_cuda_float64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_diag_embed_cuda_int64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_diagflat_cuda_bool, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_diagonal_scatter_cuda_float32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_einsum_cuda_float64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_empty_cuda_float16, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_empty_strided_cuda_float32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_equal_cuda_int64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_erfc_cuda_float32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_erfc_cuda_float64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_exp2_cuda_float64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_expand_as_cuda_uint8, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_fft_fft2_cuda_int32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_fft_fft_cuda_int32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_fft_hfft_cuda_float32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_fft_ihfftn_cuda_bool, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_fft_ihfftn_cuda_float16, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_fft_ihfftn_cuda_uint8, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_fft_irfft2_cuda_float16, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_fft_irfft2_cuda_float64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_fft_rfftn_cuda_bool, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_flatten_cuda_uint8, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_flip_cuda_int32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_flipud_cuda_float64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_floor_divide_cuda_int64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_fmod_cuda_float32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_ge_cuda_float16, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_geqrf_cuda_float32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_gradient_cuda_int64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_half_cuda_float16, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_heaviside_cuda_uint8, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_hsplit_cuda_int32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_index_put_cuda_float64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_index_reduce_amin_cuda_int64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_index_reduce_prod_cuda_float16, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_index_reduce_prod_cuda_float64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_isclose_cuda_float64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_isfinite_cuda_float16, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_item_cuda_float64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_jiterator_2inputs_2outputs_cuda_uint8, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_jiterator_4inputs_with_extra_args_cuda_uint8, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_jiterator_unary_cuda_uint8, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_kron_cuda_bool, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_kron_cuda_float32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_linalg_det_singular_cuda_float32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_linalg_eig_cuda_float32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_linalg_eigh_cuda_float64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_linalg_inv_cuda_float64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_linalg_matrix_rank_hermitian_cuda_float64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_linalg_multi_dot_cuda_float32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_linalg_pinv_singular_cuda_float64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_linalg_solve_triangular_cuda_float64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_log10_cuda_float64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_log_normal_cuda_float32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_logical_xor_cuda_float16, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_lt_cuda_int32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_lt_cuda_int64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_mT_cuda_uint8, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_masked_amin_cuda_int32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_masked_amin_cuda_uint8, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_masked_argmin_cuda_float16, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_masked_cumprod_cuda_float16, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_masked_cumsum_cuda_float16, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_masked_fill_cuda_float32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_masked_fill_cuda_uint8, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_masked_mean_cuda_bool, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_masked_prod_cuda_int32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_masked_scatter_cuda_int32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_masked_sum_cuda_int32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_matmul_cuda_float16, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_max_reduction_with_dim_cuda_bool, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_max_reduction_with_dim_cuda_float16, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_maximum_cuda_bool, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_meshgrid_variadic_tensors_cuda_float64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_minimum_cuda_float16, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_minimum_cuda_int32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_mm_cuda_float16, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_movedim_cuda_float16, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_mv_cuda_float64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_mvlgamma_mvlgamma_p_3_cuda_uint8, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_mvlgamma_mvlgamma_p_5_cuda_float32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_nanmedian_cuda_int64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_nansum_cuda_float32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_nansum_cuda_int32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_narrow_copy_cuda_int32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_new_empty_cuda_uint8, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_new_ones_cuda_float64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_nn_functional_adaptive_avg_pool1d_cuda_float64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_nn_functional_adaptive_avg_pool3d_cuda_float32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_nn_functional_avg_pool2d_cuda_float64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_nn_functional_batch_norm_cuda_float16, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_nn_functional_binary_cross_entropy_cuda_float64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_nn_functional_binary_cross_entropy_with_logits_cuda_float32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_nn_functional_celu_cuda_float16, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_nn_functional_channel_shuffle_cuda_float64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_nn_functional_conv1d_cuda_float16, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_nn_functional_conv_transpose3d_cuda_float64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_nn_functional_cosine_embedding_loss_cuda_int32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_nn_functional_cosine_similarity_cuda_float32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_nn_functional_embedding_cuda_float32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_nn_functional_fractional_max_pool3d_cuda_float32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_nn_functional_gelu_cuda_float32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_nn_functional_gelu_cuda_float64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_nn_functional_hardshrink_cuda_float32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_nn_functional_hardswish_cuda_float32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_nn_functional_interpolate_bicubic_cuda_float64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_nn_functional_interpolate_trilinear_cuda_float32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_nn_functional_layer_norm_cuda_float64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_nn_functional_max_unpool3d_cuda_float16, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_nn_functional_max_unpool3d_grad_cuda_float64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_nn_functional_pad_circular_cuda_float16, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_nn_functional_pad_circular_cuda_uint8, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_nn_functional_pad_constant_cuda_float16, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_nn_functional_pad_constant_cuda_float32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_nn_functional_pad_reflect_cuda_int64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_nn_functional_pad_replicate_negative_cuda_float32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_nn_functional_prelu_cuda_float64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_nn_functional_relu_cuda_int64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_nn_functional_rrelu_cuda_float64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_nn_functional_selu_cuda_float16, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_nn_functional_silu_cuda_float64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_nn_functional_softsign_cuda_int32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_normal_cuda_float32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_ones_cuda_uint8, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_ones_like_cuda_float16, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_ones_like_cuda_int32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_ormqr_cuda_float64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_permute_copy_cuda_bool, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_permute_cuda_uint8, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_polygamma_polygamma_n_1_cuda_float64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_polygamma_polygamma_n_3_cuda_int64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_pow_cuda_float64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_rad2deg_cuda_float64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_rad2deg_cuda_int32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_randint_like_cuda_float64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_ravel_cuda_int32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_reciprocal_cuda_float16, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_remainder_cuda_float16, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_repeat_cuda_float32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_repeat_cuda_uint8, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_rot90_cuda_int32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_round_decimals_0_cuda_float64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_scatter_add_cuda_float64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_sigmoid_cuda_bool, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_sigmoid_cuda_int32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_sign_cuda_int64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_signal_windows_cosine_cuda_float64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_signal_windows_gaussian_cuda_float32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_signal_windows_general_hamming_cuda_float64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_signal_windows_nuttall_cuda_float32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_signbit_cuda_int64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_sin_cuda_float16, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_sin_cuda_float32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_sin_cuda_float64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_sinc_cuda_float64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_sinh_cuda_float32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_slice_cuda_float64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_slice_scatter_cuda_int64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_slice_scatter_cuda_uint8, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_softmax_with_dtype_cuda_float64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_sort_cuda_int64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_sparse_mm_reduce_cuda_float16, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_special_chebyshev_polynomial_t_cuda_int64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_special_entr_cuda_float64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_special_hermite_polynomial_h_cuda_float64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_special_hermite_polynomial_h_cuda_int32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_special_hermite_polynomial_he_cuda_float64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_special_hermite_polynomial_he_cuda_int32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_special_i0e_cuda_int32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_special_legendre_polynomial_p_cuda_int32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_special_modified_bessel_i1_cuda_int32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_special_modified_bessel_k1_cuda_bool, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_special_ndtri_cuda_float32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_special_spherical_bessel_j0_cuda_bool, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_split_cuda_bool, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_split_with_sizes_cuda_float16, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_square_cuda_float64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_square_cuda_uint8, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_squeeze_copy_cuda_int64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_squeeze_cuda_bool, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_squeeze_cuda_uint8, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_squeeze_multiple_cuda_bool, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_stack_cuda_bool, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_tan_cuda_float64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_to_sparse_cuda_int64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_to_sparse_cuda_uint8, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_torch_ops_aten__safe_softmax_default_cuda_uint8, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_trace_cuda_float16, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_transpose_cuda_float32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_trapezoid_cuda_float16, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_trapezoid_cuda_float64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_trapezoid_cuda_int64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_trapz_cuda_float32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_triu_cuda_uint8, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_triu_indices_cuda_int64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_unbind_cuda_int32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_unique_cuda_uint64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_var_mean_unbiased_cuda_float32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_vdot_cuda_float64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_xlogy_cuda_int64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_zeros_cuda_int32 2024-12-18T04:43:22.3188837Z 2024-12-18T04:43:23.7310748Z Running test batch 'tests to run' cost 1777.42 seconds 2024-12-18T04:43:25.0167106Z + [[ 1 == 1 ]] 2024-12-18T04:43:25.0167878Z + [[ linux-focal-rocm6.2-py3.10 != linux-jammy-py3.9-gcc11-build ]] 2024-12-18T04:43:25.0168707Z + test_inductor_distributed 2024-12-18T04:43:25.0169365Z + echo 'Testing multi_gpu tests in test_torchinductor' 2024-12-18T04:43:25.0170149Z Testing multi_gpu tests in test_torchinductor 2024-12-18T04:43:25.0171168Z + python test/run_test.py -i inductor/test_torchinductor.py -k test_multi_gpu --verbose 2024-12-18T04:43:25.1462454Z /var/lib/jenkins/pytorch/test/run_test.py:22: DeprecationWarning: pkg_resources is deprecated as an API. See https://setuptools.pypa.io/en/latest/pkg_resources.html 2024-12-18T04:43:25.1464004Z import pkg_resources 2024-12-18T04:43:30.2689628Z No TD results found 2024-12-18T04:43:30.2691432Z Downloading https://ossci-metrics.s3.amazonaws.com/disabled-tests-condensed.json?versionId=PhiMB7EP3187qvpKvnORewoK3InOIvX5 to /var/lib/jenkins/pytorch/test/.pytorch-disabled-tests.json 2024-12-18T04:43:30.2840879Z ##[warning] Gathered no stats from artifacts for linux-focal-rocm6.2-py3.10 build env and inductor test config. Using default build env and inductor test config instead. 2024-12-18T04:43:30.3430132Z ##[warning] Gathered no stats from artifacts for linux-focal-rocm6.2-py3.10 build env and inductor test config. Using default build env and inductor test config instead. 2024-12-18T04:43:30.3446952Z Running all tests 2024-12-18T04:43:30.3450459Z Running parallel tests on 8 processes 2024-12-18T04:43:30.3451238Z Name: tests to run (est. time: 28.04min) 2024-12-18T04:43:30.3451786Z Serial tests (0): 2024-12-18T04:43:30.3452240Z Parallel tests (6): 2024-12-18T04:43:30.3452730Z inductor/test_torchinductor 1/6 2024-12-18T04:43:30.3453304Z inductor/test_torchinductor 2/6 2024-12-18T04:43:30.3453839Z inductor/test_torchinductor 3/6 2024-12-18T04:43:30.3454372Z inductor/test_torchinductor 4/6 2024-12-18T04:43:30.3454952Z inductor/test_torchinductor 5/6 2024-12-18T04:43:30.3455500Z inductor/test_torchinductor 6/6 2024-12-18T04:43:30.3456046Z Name: excluded (est. time: 0.0min) 2024-12-18T04:43:30.3456708Z Serial tests (0): 2024-12-18T04:43:30.3457150Z Parallel tests (0): 2024-12-18T04:43:30.3587751Z Running inductor/test_torchinductor 1/6 ... [2024-12-18 04:43:30.358509] 2024-12-18T04:43:30.3588609Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2024-12-18T04:43:30.3591278Z Executing ['/opt/conda/envs/py_3.10/bin/python', '-bb', 'inductor/test_torchinductor.py', '-m', 'serial', '--shard-id=1', '--num-shards=6', '-v', '-vv', '-rfEX', '-p', 'no:xdist', '--use-pytest', '-k', 'test_multi_gpu', '-x', '--reruns=2', '--import-slow-tests', '--import-disabled-tests'] ... [2024-12-18 04:43:30.358831] 2024-12-18T04:43:41.2907199Z 2024-12-18T04:43:41.2908821Z inductor/test_torchinductor 1/6 was successful, full logs can be found in artifacts with path test/test-reports/inductor.test_torchinductor_1.6_a6bb8554fcbbd110_.log 2024-12-18T04:43:41.2910345Z Running 0 items in this shard: 2024-12-18T04:43:41.2927275Z 2024-12-18T04:43:41.2927694Z Running inductor/test_torchinductor 2/6 ... [2024-12-18 04:43:41.290906] 2024-12-18T04:43:41.2928508Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2024-12-18T04:43:41.2930565Z Executing ['/opt/conda/envs/py_3.10/bin/python', '-bb', 'inductor/test_torchinductor.py', '-m', 'serial', '--shard-id=2', '--num-shards=6', '-v', '-vv', '-rfEX', '-p', 'no:xdist', '--use-pytest', '-k', 'test_multi_gpu', '-x', '--reruns=2', '--import-slow-tests', '--import-disabled-tests'] ... [2024-12-18 04:43:41.291473] 2024-12-18T04:43:52.0242113Z 2024-12-18T04:43:52.0243590Z inductor/test_torchinductor 2/6 was successful, full logs can be found in artifacts with path test/test-reports/inductor.test_torchinductor_2.6_dec1d4c64253516b_.log 2024-12-18T04:43:52.0245087Z Running 0 items in this shard: 2024-12-18T04:43:52.0245435Z 2024-12-18T04:43:52.0245868Z Running inductor/test_torchinductor 3/6 ... [2024-12-18 04:43:52.024077] 2024-12-18T04:43:52.0246655Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2024-12-18T04:43:52.0250213Z Executing ['/opt/conda/envs/py_3.10/bin/python', '-bb', 'inductor/test_torchinductor.py', '-m', 'serial', '--shard-id=3', '--num-shards=6', '-v', '-vv', '-rfEX', '-p', 'no:xdist', '--use-pytest', '-k', 'test_multi_gpu', '-x', '--reruns=2', '--import-slow-tests', '--import-disabled-tests'] ... [2024-12-18 04:43:52.024686] 2024-12-18T04:44:02.7570938Z 2024-12-18T04:44:02.7572444Z inductor/test_torchinductor 3/6 was successful, full logs can be found in artifacts with path test/test-reports/inductor.test_torchinductor_3.6_5aa9ae06715dd0d0_.log 2024-12-18T04:44:02.7573953Z Running 0 items in this shard: 2024-12-18T04:44:02.7574304Z 2024-12-18T04:44:02.7581169Z Running inductor/test_torchinductor 4/6 ... [2024-12-18 04:44:02.757089] 2024-12-18T04:44:02.7581978Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2024-12-18T04:44:02.7584401Z Executing ['/opt/conda/envs/py_3.10/bin/python', '-bb', 'inductor/test_torchinductor.py', '-m', 'serial', '--shard-id=4', '--num-shards=6', '-v', '-vv', '-rfEX', '-p', 'no:xdist', '--use-pytest', '-k', 'test_multi_gpu', '-x', '--reruns=2', '--import-slow-tests', '--import-disabled-tests'] ... [2024-12-18 04:44:02.757752] 2024-12-18T04:44:13.4403445Z 2024-12-18T04:44:13.4404911Z inductor/test_torchinductor 4/6 was successful, full logs can be found in artifacts with path test/test-reports/inductor.test_torchinductor_4.6_e16b14fe9f7c5f67_.log 2024-12-18T04:44:13.4406436Z Running 0 items in this shard: 2024-12-18T04:44:13.4406779Z 2024-12-18T04:44:13.4407244Z Running inductor/test_torchinductor 5/6 ... [2024-12-18 04:44:13.440298] 2024-12-18T04:44:13.4408035Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2024-12-18T04:44:13.4412491Z Executing ['/opt/conda/envs/py_3.10/bin/python', '-bb', 'inductor/test_torchinductor.py', '-m', 'serial', '--shard-id=5', '--num-shards=6', '-v', '-vv', '-rfEX', '-p', 'no:xdist', '--use-pytest', '-k', 'test_multi_gpu', '-x', '--reruns=2', '--import-slow-tests', '--import-disabled-tests'] ... [2024-12-18 04:44:13.440911] 2024-12-18T04:44:24.1738061Z 2024-12-18T04:44:24.1739981Z inductor/test_torchinductor 5/6 was successful, full logs can be found in artifacts with path test/test-reports/inductor.test_torchinductor_5.6_f9403c057d659651_.log 2024-12-18T04:44:24.1741603Z Running 0 items in this shard: 2024-12-18T04:44:24.1741980Z 2024-12-18T04:44:24.1742424Z Running inductor/test_torchinductor 6/6 ... [2024-12-18 04:44:24.173687] 2024-12-18T04:44:24.1743305Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2024-12-18T04:44:24.1746088Z Executing ['/opt/conda/envs/py_3.10/bin/python', '-bb', 'inductor/test_torchinductor.py', '-m', 'serial', '--shard-id=6', '--num-shards=6', '-v', '-vv', '-rfEX', '-p', 'no:xdist', '--use-pytest', '-k', 'test_multi_gpu', '-x', '--reruns=2', '--import-slow-tests', '--import-disabled-tests'] ... [2024-12-18 04:44:24.174270] 2024-12-18T04:44:34.8564774Z 2024-12-18T04:44:34.8566528Z inductor/test_torchinductor 6/6 was successful, full logs can be found in artifacts with path test/test-reports/inductor.test_torchinductor_6.6_024eb16b3b8725b6_.log 2024-12-18T04:44:34.8568949Z Running 0 items in this shard: 2024-12-18T04:44:34.8569315Z 2024-12-18T04:44:34.8584367Z Running inductor/test_torchinductor 1/6 ... [2024-12-18 04:44:34.858154] 2024-12-18T04:44:34.8585222Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2024-12-18T04:44:34.8587172Z Running inductor/test_torchinductor 2/6 ... [2024-12-18 04:44:34.858509] 2024-12-18T04:44:34.8588001Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2024-12-18T04:44:34.8588783Z Running inductor/test_torchinductor 3/6 ... [2024-12-18 04:44:34.858594] 2024-12-18T04:44:34.8590044Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2024-12-18T04:44:34.8590866Z Running inductor/test_torchinductor 4/6 ... [2024-12-18 04:44:34.858717] 2024-12-18T04:44:34.8591661Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2024-12-18T04:44:34.8592403Z Running inductor/test_torchinductor 5/6 ... [2024-12-18 04:44:34.858796] 2024-12-18T04:44:34.8593144Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2024-12-18T04:44:34.8593850Z Running inductor/test_torchinductor 6/6 ... [2024-12-18 04:44:34.858918] 2024-12-18T04:44:34.8594602Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2024-12-18T04:44:34.8596589Z Executing ['/opt/conda/envs/py_3.10/bin/python', '-bb', 'inductor/test_torchinductor.py', '-m', 'not serial', '--shard-id=1', '--num-shards=6', '-v', '-vv', '-rfEX', '-p', 'no:xdist', '--use-pytest', '-k', 'test_multi_gpu', '-x', '--reruns=2', '--import-slow-tests', '--import-disabled-tests'] ... [2024-12-18 04:44:34.858993] 2024-12-18T04:44:34.8600039Z Executing ['/opt/conda/envs/py_3.10/bin/python', '-bb', 'inductor/test_torchinductor.py', '-m', 'not serial', '--shard-id=2', '--num-shards=6', '-v', '-vv', '-rfEX', '-p', 'no:xdist', '--use-pytest', '-k', 'test_multi_gpu', '-x', '--reruns=2', '--import-slow-tests', '--import-disabled-tests'] ... [2024-12-18 04:44:34.859228] 2024-12-18T04:44:34.8603331Z Executing ['/opt/conda/envs/py_3.10/bin/python', '-bb', 'inductor/test_torchinductor.py', '-m', 'not serial', '--shard-id=3', '--num-shards=6', '-v', '-vv', '-rfEX', '-p', 'no:xdist', '--use-pytest', '-k', 'test_multi_gpu', '-x', '--reruns=2', '--import-slow-tests', '--import-disabled-tests'] ... [2024-12-18 04:44:34.859361] 2024-12-18T04:44:34.8606583Z Executing ['/opt/conda/envs/py_3.10/bin/python', '-bb', 'inductor/test_torchinductor.py', '-m', 'not serial', '--shard-id=5', '--num-shards=6', '-v', '-vv', '-rfEX', '-p', 'no:xdist', '--use-pytest', '-k', 'test_multi_gpu', '-x', '--reruns=2', '--import-slow-tests', '--import-disabled-tests'] ... [2024-12-18 04:44:34.859540] 2024-12-18T04:44:34.8609834Z Executing ['/opt/conda/envs/py_3.10/bin/python', '-bb', 'inductor/test_torchinductor.py', '-m', 'not serial', '--shard-id=4', '--num-shards=6', '-v', '-vv', '-rfEX', '-p', 'no:xdist', '--use-pytest', '-k', 'test_multi_gpu', '-x', '--reruns=2', '--import-slow-tests', '--import-disabled-tests'] ... [2024-12-18 04:44:34.859665] 2024-12-18T04:44:34.8613092Z Executing ['/opt/conda/envs/py_3.10/bin/python', '-bb', 'inductor/test_torchinductor.py', '-m', 'not serial', '--shard-id=6', '--num-shards=6', '-v', '-vv', '-rfEX', '-p', 'no:xdist', '--use-pytest', '-k', 'test_multi_gpu', '-x', '--reruns=2', '--import-slow-tests', '--import-disabled-tests'] ... [2024-12-18 04:44:34.859757] 2024-12-18T04:44:45.6419169Z 2024-12-18T04:44:45.6420384Z inductor/test_torchinductor 6/6 was successful, full logs can be found in artifacts with path test/test-reports/inductor.test_torchinductor_6.6_937f73a56368c176_.log 2024-12-18T04:44:45.6421850Z Running 1 items in this shard: test/inductor/test_torchinductor.py::GPUTests::test_multi_gpu_recompile_on_index_cuda 2024-12-18T04:44:45.6422419Z 2024-12-18T04:44:49.1961127Z 2024-12-18T04:44:49.1962573Z inductor/test_torchinductor 2/6 was successful, full logs can be found in artifacts with path test/test-reports/inductor.test_torchinductor_2.6_33604d885ab0cfa4_.log 2024-12-18T04:44:49.1965334Z Running 1 items in this shard: test/inductor/test_torchinductor.py::GPUTests::test_multi_gpu_device_cuda 2024-12-18T04:44:49.1965921Z 2024-12-18T04:44:52.7518352Z 2024-12-18T04:44:52.7520751Z inductor/test_torchinductor 1/6 was successful, full logs can be found in artifacts with path test/test-reports/inductor.test_torchinductor_1.6_d8f8c16afd359fa7_.log 2024-12-18T04:44:52.7522785Z Running 1 items in this shard: test/inductor/test_torchinductor.py::CpuTests::test_multi_gpu_recompile_on_index_cpu 2024-12-18T04:44:52.7523689Z 2024-12-18T04:44:56.3571486Z 2024-12-18T04:44:56.3573385Z inductor/test_torchinductor 5/6 was successful, full logs can be found in artifacts with path test/test-reports/inductor.test_torchinductor_5.6_f88e3c8a0af5d4de_.log 2024-12-18T04:44:56.3574892Z Running 0 items in this shard: 2024-12-18T04:44:56.3575249Z 2024-12-18T04:44:59.9126587Z 2024-12-18T04:44:59.9127876Z inductor/test_torchinductor 3/6 was successful, full logs can be found in artifacts with path test/test-reports/inductor.test_torchinductor_3.6_ca5f358fac175920_.log 2024-12-18T04:44:59.9129398Z Running 1 items in this shard: test/inductor/test_torchinductor.py::CpuTests::test_multi_gpu_device_cpu 2024-12-18T04:44:59.9129944Z 2024-12-18T04:45:03.4201859Z 2024-12-18T04:45:03.4203687Z inductor/test_torchinductor 4/6 was successful, full logs can be found in artifacts with path test/test-reports/inductor.test_torchinductor_4.6_ec3157784f4336f9_.log 2024-12-18T04:45:03.4205297Z Running 0 items in this shard: 2024-12-18T04:45:03.4205653Z 2024-12-18T04:45:04.8702970Z Running test batch 'tests to run' cost 94.52 seconds 2024-12-18T04:45:06.0979579Z + python test/run_test.py -i inductor/test_aot_inductor.py -k test_non_default_cuda_device --verbose 2024-12-18T04:45:06.2264855Z /var/lib/jenkins/pytorch/test/run_test.py:22: DeprecationWarning: pkg_resources is deprecated as an API. See https://setuptools.pypa.io/en/latest/pkg_resources.html 2024-12-18T04:45:06.2266360Z import pkg_resources 2024-12-18T04:45:11.3404440Z No TD results found 2024-12-18T04:45:11.3406293Z Downloading https://ossci-metrics.s3.amazonaws.com/disabled-tests-condensed.json?versionId=PhiMB7EP3187qvpKvnORewoK3InOIvX5 to /var/lib/jenkins/pytorch/test/.pytorch-disabled-tests.json 2024-12-18T04:45:11.3553780Z ##[warning] Gathered no stats from artifacts for linux-focal-rocm6.2-py3.10 build env and inductor test config. Using default build env and inductor test config instead. 2024-12-18T04:45:11.4137217Z ##[warning] Gathered no stats from artifacts for linux-focal-rocm6.2-py3.10 build env and inductor test config. Using default build env and inductor test config instead. 2024-12-18T04:45:11.4153940Z Running all tests 2024-12-18T04:45:11.4157322Z Running parallel tests on 8 processes 2024-12-18T04:45:11.4158033Z Name: tests to run (est. time: 19.49min) 2024-12-18T04:45:11.4158624Z Serial tests (0): 2024-12-18T04:45:11.4159100Z Parallel tests (4): 2024-12-18T04:45:11.4159616Z inductor/test_aot_inductor 1/4 2024-12-18T04:45:11.4160205Z inductor/test_aot_inductor 2/4 2024-12-18T04:45:11.4160765Z inductor/test_aot_inductor 3/4 2024-12-18T04:45:11.4161322Z inductor/test_aot_inductor 4/4 2024-12-18T04:45:11.4161871Z Name: excluded (est. time: 0.0min) 2024-12-18T04:45:11.4162409Z Serial tests (0): 2024-12-18T04:45:11.4162869Z Parallel tests (0): 2024-12-18T04:45:11.4293298Z Running inductor/test_aot_inductor 1/4 ... [2024-12-18 04:45:11.429085] 2024-12-18T04:45:11.4294201Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2024-12-18T04:45:11.4297259Z Executing ['/opt/conda/envs/py_3.10/bin/python', '-bb', 'inductor/test_aot_inductor.py', '-m', 'serial', '--shard-id=1', '--num-shards=4', '-v', '-vv', '-rfEX', '-p', 'no:xdist', '--use-pytest', '-k', 'test_non_default_cuda_device', '-x', '--reruns=2', '--import-slow-tests', '--import-disabled-tests'] ... [2024-12-18 04:45:11.429416] 2024-12-18T04:45:23.4633141Z 2024-12-18T04:45:23.4634926Z inductor/test_aot_inductor 1/4 was successful, full logs can be found in artifacts with path test/test-reports/inductor.test_aot_inductor_1.4_a7318a2fa4b5e779_.log 2024-12-18T04:45:23.4636529Z Running 0 items in this shard: 2024-12-18T04:45:23.4636899Z 2024-12-18T04:45:23.4637351Z Running inductor/test_aot_inductor 2/4 ... [2024-12-18 04:45:23.463488] 2024-12-18T04:45:23.4639149Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2024-12-18T04:45:23.4644700Z Executing ['/opt/conda/envs/py_3.10/bin/python', '-bb', 'inductor/test_aot_inductor.py', '-m', 'serial', '--shard-id=2', '--num-shards=4', '-v', '-vv', '-rfEX', '-p', 'no:xdist', '--use-pytest', '-k', 'test_non_default_cuda_device', '-x', '--reruns=2', '--import-slow-tests', '--import-disabled-tests'] ... [2024-12-18 04:45:23.464085] 2024-12-18T04:45:35.0978023Z 2024-12-18T04:45:35.0980249Z inductor/test_aot_inductor 2/4 was successful, full logs can be found in artifacts with path test/test-reports/inductor.test_aot_inductor_2.4_98effe49fd84664d_.log 2024-12-18T04:45:35.0981597Z Running 0 items in this shard: 2024-12-18T04:45:35.0981916Z 2024-12-18T04:45:35.0982350Z Running inductor/test_aot_inductor 3/4 ... [2024-12-18 04:45:35.097801] 2024-12-18T04:45:35.0983193Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2024-12-18T04:45:35.0987159Z Executing ['/opt/conda/envs/py_3.10/bin/python', '-bb', 'inductor/test_aot_inductor.py', '-m', 'serial', '--shard-id=3', '--num-shards=4', '-v', '-vv', '-rfEX', '-p', 'no:xdist', '--use-pytest', '-k', 'test_non_default_cuda_device', '-x', '--reruns=2', '--import-slow-tests', '--import-disabled-tests'] ... [2024-12-18 04:45:35.098436] 2024-12-18T04:45:46.6314243Z 2024-12-18T04:45:46.6315988Z inductor/test_aot_inductor 3/4 was successful, full logs can be found in artifacts with path test/test-reports/inductor.test_aot_inductor_3.4_8db2246f4f55d964_.log 2024-12-18T04:45:46.6317597Z Running 0 items in this shard: 2024-12-18T04:45:46.6317964Z 2024-12-18T04:45:46.6329312Z Running inductor/test_aot_inductor 4/4 ... [2024-12-18 04:45:46.631378] 2024-12-18T04:45:46.6330252Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2024-12-18T04:45:46.6332416Z Executing ['/opt/conda/envs/py_3.10/bin/python', '-bb', 'inductor/test_aot_inductor.py', '-m', 'serial', '--shard-id=4', '--num-shards=4', '-v', '-vv', '-rfEX', '-p', 'no:xdist', '--use-pytest', '-k', 'test_non_default_cuda_device', '-x', '--reruns=2', '--import-slow-tests', '--import-disabled-tests'] ... [2024-12-18 04:45:46.631952] 2024-12-18T04:45:58.1660082Z 2024-12-18T04:45:58.1661783Z inductor/test_aot_inductor 4/4 was successful, full logs can be found in artifacts with path test/test-reports/inductor.test_aot_inductor_4.4_69d12171885454f8_.log 2024-12-18T04:45:58.1663288Z Running 0 items in this shard: 2024-12-18T04:45:58.1663670Z 2024-12-18T04:45:58.1676722Z Running inductor/test_aot_inductor 2/4 ... [2024-12-18 04:45:58.167403] 2024-12-18T04:45:58.1677603Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2024-12-18T04:45:58.1678424Z Running inductor/test_aot_inductor 3/4 ... [2024-12-18 04:45:58.167480] 2024-12-18T04:45:58.1679373Z Running inductor/test_aot_inductor 1/4 ... [2024-12-18 04:45:58.167518] 2024-12-18T04:45:58.1680141Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2024-12-18T04:45:58.1680729Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2024-12-18T04:45:58.1681479Z Running inductor/test_aot_inductor 4/4 ... [2024-12-18 04:45:58.167572] 2024-12-18T04:45:58.1682294Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2024-12-18T04:45:58.1685321Z Executing ['/opt/conda/envs/py_3.10/bin/python', '-bb', 'inductor/test_aot_inductor.py', '-m', 'not serial', '--shard-id=2', '--num-shards=4', '-v', '-vv', '-rfEX', '-p', 'no:xdist', '--use-pytest', '-k', 'test_non_default_cuda_device', '-x', '--reruns=2', '--import-slow-tests', '--import-disabled-tests'] ... [2024-12-18 04:45:58.168211] 2024-12-18T04:45:58.1689121Z Executing ['/opt/conda/envs/py_3.10/bin/python', '-bb', 'inductor/test_aot_inductor.py', '-m', 'not serial', '--shard-id=3', '--num-shards=4', '-v', '-vv', '-rfEX', '-p', 'no:xdist', '--use-pytest', '-k', 'test_non_default_cuda_device', '-x', '--reruns=2', '--import-slow-tests', '--import-disabled-tests'] ... [2024-12-18 04:45:58.168323] 2024-12-18T04:45:58.1692762Z Executing ['/opt/conda/envs/py_3.10/bin/python', '-bb', 'inductor/test_aot_inductor.py', '-m', 'not serial', '--shard-id=1', '--num-shards=4', '-v', '-vv', '-rfEX', '-p', 'no:xdist', '--use-pytest', '-k', 'test_non_default_cuda_device', '-x', '--reruns=2', '--import-slow-tests', '--import-disabled-tests'] ... [2024-12-18 04:45:58.168427] 2024-12-18T04:45:58.1697623Z Executing ['/opt/conda/envs/py_3.10/bin/python', '-bb', 'inductor/test_aot_inductor.py', '-m', 'not serial', '--shard-id=4', '--num-shards=4', '-v', '-vv', '-rfEX', '-p', 'no:xdist', '--use-pytest', '-k', 'test_non_default_cuda_device', '-x', '--reruns=2', '--import-slow-tests', '--import-disabled-tests'] ... [2024-12-18 04:45:58.168553] 2024-12-18T04:46:09.5016833Z 2024-12-18T04:46:09.5019093Z inductor/test_aot_inductor 4/4 was successful, full logs can be found in artifacts with path test/test-reports/inductor.test_aot_inductor_4.4_e2357e2db7420346_.log 2024-12-18T04:46:09.5025994Z Running 0 items in this shard: 2024-12-18T04:46:09.5026544Z 2024-12-18T04:46:13.3068911Z 2024-12-18T04:46:13.3070129Z inductor/test_aot_inductor 2/4 was successful, full logs can be found in artifacts with path test/test-reports/inductor.test_aot_inductor_2.4_6956be316b2a08ce_.log 2024-12-18T04:46:13.3071323Z Running 0 items in this shard: 2024-12-18T04:46:13.3071553Z 2024-12-18T04:46:16.8123349Z 2024-12-18T04:46:16.8124580Z inductor/test_aot_inductor 3/4 was successful, full logs can be found in artifacts with path test/test-reports/inductor.test_aot_inductor_3.4_6269b41cbb738429_.log 2024-12-18T04:46:16.8126695Z Running 0 items in this shard: 2024-12-18T04:46:16.8126914Z 2024-12-18T04:46:20.0675954Z 2024-12-18T04:46:20.0677716Z inductor/test_aot_inductor 1/4 was successful, full logs can be found in artifacts with path test/test-reports/inductor.test_aot_inductor_1.4_45ca8cacfaa65fbb_.log 2024-12-18T04:46:20.0679236Z Running 0 items in this shard: 2024-12-18T04:46:20.0679622Z 2024-12-18T04:46:21.7273862Z Running test batch 'tests to run' cost 70.31 seconds 2024-12-18T04:46:22.6900460Z + python test/run_test.py -i inductor/test_aot_inductor.py -k test_replicate_on_devices --verbose 2024-12-18T04:46:22.8159998Z /var/lib/jenkins/pytorch/test/run_test.py:22: DeprecationWarning: pkg_resources is deprecated as an API. See https://setuptools.pypa.io/en/latest/pkg_resources.html 2024-12-18T04:46:22.8161487Z import pkg_resources 2024-12-18T04:46:27.9343357Z No TD results found 2024-12-18T04:46:27.9345204Z Downloading https://ossci-metrics.s3.amazonaws.com/disabled-tests-condensed.json?versionId=PhiMB7EP3187qvpKvnORewoK3InOIvX5 to /var/lib/jenkins/pytorch/test/.pytorch-disabled-tests.json 2024-12-18T04:46:27.9495232Z ##[warning] Gathered no stats from artifacts for linux-focal-rocm6.2-py3.10 build env and inductor test config. Using default build env and inductor test config instead. 2024-12-18T04:46:28.0081384Z ##[warning] Gathered no stats from artifacts for linux-focal-rocm6.2-py3.10 build env and inductor test config. Using default build env and inductor test config instead. 2024-12-18T04:46:28.0099096Z Running all tests 2024-12-18T04:46:28.0103104Z Running parallel tests on 8 processes 2024-12-18T04:46:28.0103760Z Name: tests to run (est. time: 19.49min) 2024-12-18T04:46:28.0104366Z Serial tests (0): 2024-12-18T04:46:28.0104816Z Parallel tests (4): 2024-12-18T04:46:28.0105311Z inductor/test_aot_inductor 1/4 2024-12-18T04:46:28.0105878Z inductor/test_aot_inductor 2/4 2024-12-18T04:46:28.0106417Z inductor/test_aot_inductor 3/4 2024-12-18T04:46:28.0106947Z inductor/test_aot_inductor 4/4 2024-12-18T04:46:28.0107471Z Name: excluded (est. time: 0.0min) 2024-12-18T04:46:28.0107970Z Serial tests (0): 2024-12-18T04:46:28.0108416Z Parallel tests (0): 2024-12-18T04:46:28.0239678Z Running inductor/test_aot_inductor 1/4 ... [2024-12-18 04:46:28.023670] 2024-12-18T04:46:28.0240481Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2024-12-18T04:46:28.0242970Z Executing ['/opt/conda/envs/py_3.10/bin/python', '-bb', 'inductor/test_aot_inductor.py', '-m', 'serial', '--shard-id=1', '--num-shards=4', '-v', '-vv', '-rfEX', '-p', 'no:xdist', '--use-pytest', '-k', 'test_replicate_on_devices', '-x', '--reruns=2', '--import-slow-tests', '--import-disabled-tests'] ... [2024-12-18 04:46:28.023993] 2024-12-18T04:46:40.0072821Z 2024-12-18T04:46:40.0074742Z inductor/test_aot_inductor 1/4 was successful, full logs can be found in artifacts with path test/test-reports/inductor.test_aot_inductor_1.4_50fdac1c1fe1fffc_.log 2024-12-18T04:46:40.0076298Z Running 0 items in this shard: 2024-12-18T04:46:40.0076684Z 2024-12-18T04:46:40.0077106Z Running inductor/test_aot_inductor 2/4 ... [2024-12-18 04:46:40.007317] 2024-12-18T04:46:40.0077921Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2024-12-18T04:46:40.0081354Z Executing ['/opt/conda/envs/py_3.10/bin/python', '-bb', 'inductor/test_aot_inductor.py', '-m', 'serial', '--shard-id=2', '--num-shards=4', '-v', '-vv', '-rfEX', '-p', 'no:xdist', '--use-pytest', '-k', 'test_replicate_on_devices', '-x', '--reruns=2', '--import-slow-tests', '--import-disabled-tests'] ... [2024-12-18 04:46:40.007705] 2024-12-18T04:46:51.5910637Z 2024-12-18T04:46:51.5912385Z inductor/test_aot_inductor 2/4 was successful, full logs can be found in artifacts with path test/test-reports/inductor.test_aot_inductor_2.4_25c79992d26ff854_.log 2024-12-18T04:46:51.5913974Z Running 0 items in this shard: 2024-12-18T04:46:51.5914326Z 2024-12-18T04:46:51.5914730Z Running inductor/test_aot_inductor 3/4 ... [2024-12-18 04:46:51.591085] 2024-12-18T04:46:51.5915501Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2024-12-18T04:46:51.5923129Z Executing ['/opt/conda/envs/py_3.10/bin/python', '-bb', 'inductor/test_aot_inductor.py', '-m', 'serial', '--shard-id=3', '--num-shards=4', '-v', '-vv', '-rfEX', '-p', 'no:xdist', '--use-pytest', '-k', 'test_replicate_on_devices', '-x', '--reruns=2', '--import-slow-tests', '--import-disabled-tests'] ... [2024-12-18 04:46:51.591710] 2024-12-18T04:47:03.2253116Z 2024-12-18T04:47:03.2254711Z inductor/test_aot_inductor 3/4 was successful, full logs can be found in artifacts with path test/test-reports/inductor.test_aot_inductor_3.4_4ec2e9cbfd2699b2_.log 2024-12-18T04:47:03.2256411Z Running 0 items in this shard: 2024-12-18T04:47:03.2256833Z 2024-12-18T04:47:03.2257268Z Running inductor/test_aot_inductor 4/4 ... [2024-12-18 04:47:03.225265] 2024-12-18T04:47:03.2258087Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2024-12-18T04:47:03.2262403Z Executing ['/opt/conda/envs/py_3.10/bin/python', '-bb', 'inductor/test_aot_inductor.py', '-m', 'serial', '--shard-id=4', '--num-shards=4', '-v', '-vv', '-rfEX', '-p', 'no:xdist', '--use-pytest', '-k', 'test_replicate_on_devices', '-x', '--reruns=2', '--import-slow-tests', '--import-disabled-tests'] ... [2024-12-18 04:47:03.225886] 2024-12-18T04:47:14.8094562Z 2024-12-18T04:47:14.8095776Z inductor/test_aot_inductor 4/4 was successful, full logs can be found in artifacts with path test/test-reports/inductor.test_aot_inductor_4.4_70aaec3c854935e8_.log 2024-12-18T04:47:14.8097384Z Running 0 items in this shard: 2024-12-18T04:47:14.8097733Z 2024-12-18T04:47:14.8109835Z Running inductor/test_aot_inductor 1/4 ... [2024-12-18 04:47:14.810662] 2024-12-18T04:47:14.8110789Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2024-12-18T04:47:14.8113692Z Running inductor/test_aot_inductor 2/4 ... [2024-12-18 04:47:14.811087] 2024-12-18T04:47:14.8114634Z Running inductor/test_aot_inductor 3/4 ... [2024-12-18 04:47:14.811118] 2024-12-18T04:47:14.8115401Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2024-12-18T04:47:14.8115968Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2024-12-18T04:47:14.8116692Z Running inductor/test_aot_inductor 4/4 ... [2024-12-18 04:47:14.811297] 2024-12-18T04:47:14.8117454Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2024-12-18T04:47:14.8119871Z Executing ['/opt/conda/envs/py_3.10/bin/python', '-bb', 'inductor/test_aot_inductor.py', '-m', 'not serial', '--shard-id=1', '--num-shards=4', '-v', '-vv', '-rfEX', '-p', 'no:xdist', '--use-pytest', '-k', 'test_replicate_on_devices', '-x', '--reruns=2', '--import-slow-tests', '--import-disabled-tests'] ... [2024-12-18 04:47:14.811529] 2024-12-18T04:47:14.8123639Z Executing ['/opt/conda/envs/py_3.10/bin/python', '-bb', 'inductor/test_aot_inductor.py', '-m', 'not serial', '--shard-id=3', '--num-shards=4', '-v', '-vv', '-rfEX', '-p', 'no:xdist', '--use-pytest', '-k', 'test_replicate_on_devices', '-x', '--reruns=2', '--import-slow-tests', '--import-disabled-tests'] ... [2024-12-18 04:47:14.811881] 2024-12-18T04:47:14.8128304Z Executing ['/opt/conda/envs/py_3.10/bin/python', '-bb', 'inductor/test_aot_inductor.py', '-m', 'not serial', '--shard-id=2', '--num-shards=4', '-v', '-vv', '-rfEX', '-p', 'no:xdist', '--use-pytest', '-k', 'test_replicate_on_devices', '-x', '--reruns=2', '--import-slow-tests', '--import-disabled-tests'] ... [2024-12-18 04:47:14.811970] 2024-12-18T04:47:14.8131745Z Executing ['/opt/conda/envs/py_3.10/bin/python', '-bb', 'inductor/test_aot_inductor.py', '-m', 'not serial', '--shard-id=4', '--num-shards=4', '-v', '-vv', '-rfEX', '-p', 'no:xdist', '--use-pytest', '-k', 'test_replicate_on_devices', '-x', '--reruns=2', '--import-slow-tests', '--import-disabled-tests'] ... [2024-12-18 04:47:14.812239] 2024-12-18T04:47:26.5454715Z 2024-12-18T04:47:26.5456121Z inductor/test_aot_inductor 2/4 was successful, full logs can be found in artifacts with path test/test-reports/inductor.test_aot_inductor_2.4_45963e69d9c811ae_.log 2024-12-18T04:47:26.5457836Z Running 0 items in this shard: 2024-12-18T04:47:26.5458198Z 2024-12-18T04:47:29.9995720Z 2024-12-18T04:47:29.9997297Z inductor/test_aot_inductor 1/4 was successful, full logs can be found in artifacts with path test/test-reports/inductor.test_aot_inductor_1.4_7eca09c48408886d_.log 2024-12-18T04:47:29.9999676Z Running 1 items in this shard: test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleGpu::test_replicate_on_devices_cuda 2024-12-18T04:47:30.0000671Z 2024-12-18T04:47:33.2569235Z 2024-12-18T04:47:33.2570758Z inductor/test_aot_inductor 4/4 was successful, full logs can be found in artifacts with path test/test-reports/inductor.test_aot_inductor_4.4_bb683c86490abbd6_.log 2024-12-18T04:47:33.2572858Z Running 1 items in this shard: test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleCpu::test_replicate_on_devices_cpu 2024-12-18T04:47:33.2573858Z 2024-12-18T04:47:36.8618528Z 2024-12-18T04:47:36.8619942Z inductor/test_aot_inductor 3/4 was successful, full logs can be found in artifacts with path test/test-reports/inductor.test_aot_inductor_3.4_52de7b30710a6df6_.log 2024-12-18T04:47:36.8621493Z Running 0 items in this shard: 2024-12-18T04:47:36.8621876Z 2024-12-18T04:47:38.5309061Z Running test batch 'tests to run' cost 70.52 seconds 2024-12-18T04:47:39.4720335Z + python test/run_test.py -i distributed/test_c10d_functional_native.py --verbose 2024-12-18T04:47:39.5984708Z /var/lib/jenkins/pytorch/test/run_test.py:22: DeprecationWarning: pkg_resources is deprecated as an API. See https://setuptools.pypa.io/en/latest/pkg_resources.html 2024-12-18T04:47:39.5986132Z import pkg_resources 2024-12-18T04:47:44.7073725Z No TD results found 2024-12-18T04:47:44.7075506Z Downloading https://ossci-metrics.s3.amazonaws.com/disabled-tests-condensed.json?versionId=PhiMB7EP3187qvpKvnORewoK3InOIvX5 to /var/lib/jenkins/pytorch/test/.pytorch-disabled-tests.json 2024-12-18T04:47:44.7224607Z ##[warning] Gathered no stats from artifacts for linux-focal-rocm6.2-py3.10 build env and inductor test config. Using default build env and inductor test config instead. 2024-12-18T04:47:44.7812551Z ##[warning] Gathered no stats from artifacts for linux-focal-rocm6.2-py3.10 build env and inductor test config. Using default build env and inductor test config instead. 2024-12-18T04:47:44.7829643Z Running all tests 2024-12-18T04:47:44.7832168Z Running parallel tests on 8 processes 2024-12-18T04:47:44.7832848Z Name: tests to run (est. time: 2.49min) 2024-12-18T04:47:44.7833410Z Serial tests (1): 2024-12-18T04:47:44.7833940Z distributed/test_c10d_functional_native 1/1 2024-12-18T04:47:44.7834569Z Parallel tests (0): 2024-12-18T04:47:44.7835080Z Name: excluded (est. time: 0.0min) 2024-12-18T04:47:44.7835612Z Serial tests (0): 2024-12-18T04:47:44.7836054Z Parallel tests (0): 2024-12-18T04:47:44.7967764Z Running distributed/test_c10d_functional_native 1/1 ... [2024-12-18 04:47:44.796384] 2024-12-18T04:47:44.7969499Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2024-12-18T04:47:44.7971150Z Executing ['/opt/conda/envs/py_3.10/bin/python', '-bb', 'distributed/test_c10d_functional_native.py', '--shard-id=1', '--num-shards=1', '-v', '-vv', '-rfEX', '-p', 'no:xdist', '--use-pytest', '-x', '--reruns=2', '--import-slow-tests', '--import-disabled-tests'] ... [2024-12-18 04:47:44.796717] 2024-12-18T04:51:02.2605727Z 2024-12-18T04:51:02.2608257Z distributed/test_c10d_functional_native 1/1 was successful, full logs can be found in artifacts with path test/test-reports/distributed.test_c10d_functional_native_1.1_a917f52af229c2d9_.log 2024-12-18T04:51:02.2627297Z Running 28 items in this shard: test/distributed/test_c10d_functional_native.py::TestWithNCCL::test_all_gather_into_tensor_coalesced, test/distributed/test_c10d_functional_native.py::TestWithNCCL::test_all_gather_into_tensor_single, test/distributed/test_c10d_functional_native.py::TestWithNCCL::test_all_reduce_coalesced, test/distributed/test_c10d_functional_native.py::TestWithNCCL::test_all_reduce_coalesced_, test/distributed/test_c10d_functional_native.py::TestWithNCCL::test_all_reduce_single, test/distributed/test_c10d_functional_native.py::TestWithNCCL::test_all_reduce_single_, test/distributed/test_c10d_functional_native.py::TestWithNCCL::test_all_to_all_single, test/distributed/test_c10d_functional_native.py::TestWithNCCL::test_broadcast, test/distributed/test_c10d_functional_native.py::TestWithNCCL::test_inductor_dtypeview_memory_leak, test/distributed/test_c10d_functional_native.py::TestWithNCCL::test_py_work, test/distributed/test_c10d_functional_native.py::TestWithNCCL::test_reduce_scatter_tensor_coalesced, test/distributed/test_c10d_functional_native.py::TestWithNCCL::test_reduce_scatter_tensor_single, test/distributed/test_c10d_functional_native.py::TestWithNCCL::test_threading, test/distributed/test_c10d_functional_native.py::TestWithNCCL::test_unwaited, test/distributed/test_c10d_functional_native.py::TestWithNCCL::test_wait_tensor, test/distributed/test_c10d_functional_native.py::CompileTest::test_inductor_all_gather_into_tensor_coalesced, test/distributed/test_c10d_functional_native.py::CompileTest::test_inductor_all_gather_into_tensor_single, test/distributed/test_c10d_functional_native.py::CompileTest::test_inductor_all_reduce_coalesced, test/distributed/test_c10d_functional_native.py::CompileTest::test_inductor_all_reduce_non_contig_input, test/distributed/test_c10d_functional_native.py::CompileTest::test_inductor_all_reduce_single, test/distributed/test_c10d_functional_native.py::CompileTest::test_inductor_all_to_all_single, test/distributed/test_c10d_functional_native.py::CompileTest::test_inductor_broadcast, test/distributed/test_c10d_functional_native.py::CompileTest::test_inductor_inplace_op_on_view, test/distributed/test_c10d_functional_native.py::CompileTest::test_inductor_reduce_scatter_tensor_coalesced, test/distributed/test_c10d_functional_native.py::CompileTest::test_inductor_reduce_scatter_tensor_single, test/distributed/test_c10d_functional_native.py::CompileTest::test_inductor_reuse_buffer_after_inplace_collective, test/distributed/test_c10d_functional_native.py::CompileTest::test_ranks_and_tag, test/distributed/test_c10d_functional_native.py::CompileTest::test_wait_tensor 2024-12-18T04:51:02.2645155Z 2024-12-18T04:51:03.6965280Z Running test batch 'tests to run' cost 198.91 seconds 2024-12-18T04:51:04.6430657Z + python test/run_test.py -i distributed/_tensor/test_dtensor_compile.py --verbose 2024-12-18T04:51:04.7702624Z /var/lib/jenkins/pytorch/test/run_test.py:22: DeprecationWarning: pkg_resources is deprecated as an API. See https://setuptools.pypa.io/en/latest/pkg_resources.html 2024-12-18T04:51:04.7704145Z import pkg_resources 2024-12-18T04:51:09.8939111Z No TD results found 2024-12-18T04:51:09.8940856Z Downloading https://ossci-metrics.s3.amazonaws.com/disabled-tests-condensed.json?versionId=PhiMB7EP3187qvpKvnORewoK3InOIvX5 to /var/lib/jenkins/pytorch/test/.pytorch-disabled-tests.json 2024-12-18T04:51:09.9089152Z ##[warning] Gathered no stats from artifacts for linux-focal-rocm6.2-py3.10 build env and inductor test config. Using default build env and inductor test config instead. 2024-12-18T04:51:09.9678229Z ##[warning] Gathered no stats from artifacts for linux-focal-rocm6.2-py3.10 build env and inductor test config. Using default build env and inductor test config instead. 2024-12-18T04:51:09.9695837Z Running all tests 2024-12-18T04:51:09.9699126Z Running parallel tests on 8 processes 2024-12-18T04:51:09.9700261Z Name: tests to run (est. time: 0.82min) 2024-12-18T04:51:09.9700831Z Serial tests (1): 2024-12-18T04:51:09.9701369Z distributed/_tensor/test_dtensor_compile 1/1 2024-12-18T04:51:09.9702013Z Parallel tests (0): 2024-12-18T04:51:09.9702505Z Name: excluded (est. time: 0.0min) 2024-12-18T04:51:09.9703035Z Serial tests (0): 2024-12-18T04:51:09.9703479Z Parallel tests (0): 2024-12-18T04:51:09.9832518Z Running distributed/_tensor/test_dtensor_compile 1/1 ... [2024-12-18 04:51:09.982843] 2024-12-18T04:51:09.9833553Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2024-12-18T04:51:09.9835540Z Executing ['/opt/conda/envs/py_3.10/bin/python', '-bb', 'distributed/_tensor/test_dtensor_compile.py', '--shard-id=1', '--num-shards=1', '-v', '-vv', '-rfEX', '-p', 'no:xdist', '--use-pytest', '-x', '--reruns=2', '--import-slow-tests', '--import-disabled-tests'] ... [2024-12-18 04:51:09.983165] 2024-12-18T04:53:01.3653844Z 2024-12-18T04:53:01.3655897Z distributed/_tensor/test_dtensor_compile 1/1 was successful, full logs can be found in artifacts with path test/test-reports/distributed._tensor.test_dtensor_compile_1.1_249194aaa29c5a08_.log 2024-12-18T04:53:01.3682120Z Running 30 items in this shard: test/distributed/_tensor/test_dtensor_compile.py::TestDTensorCompile::test_device_mesh_compile, test/distributed/_tensor/test_dtensor_compile.py::TestDTensorCompile::test_dtensor_attribute_access_on_intermediate, test/distributed/_tensor/test_dtensor_compile.py::TestDTensorCompile::test_dtensor_constructor_w_dynamo_disable, test/distributed/_tensor/test_dtensor_compile.py::TestDTensorCompile::test_dtensor_constructor_w_graph_break, test/distributed/_tensor/test_dtensor_compile.py::TestDTensorCompile::test_dtensor_contiguous_dtensor_noncontiguous_local_as_tangent, test/distributed/_tensor/test_dtensor_compile.py::TestDTensorCompile::test_dtensor_different_gradient_placement, test/distributed/_tensor/test_dtensor_compile.py::TestDTensorCompile::test_dtensor_dont_recompile_on_same_placement_devicemesh, test/distributed/_tensor/test_dtensor_compile.py::TestDTensorCompile::test_dtensor_dynamic, test/distributed/_tensor/test_dtensor_compile.py::TestDTensorCompile::test_dtensor_dynamo_device_mesh_attrs, test/distributed/_tensor/test_dtensor_compile.py::TestDTensorCompile::test_dtensor_noncontiguous_output, test/distributed/_tensor/test_dtensor_compile.py::TestDTensorCompile::test_dtensor_partial_placement_graph_output, test/distributed/_tensor/test_dtensor_compile.py::TestDTensorCompile::test_dtensor_partial_placement_redistribute_unbalanced_correct_strides, test/distributed/_tensor/test_dtensor_compile.py::TestDTensorCompile::test_dynamo_dtensor, test/distributed/_tensor/test_dtensor_compile.py::TestDTensorCompile::test_dynamo_dtensor_from_local, test/distributed/_tensor/test_dtensor_compile.py::TestDTensorCompile::test_dynamo_dtensor_from_local_dynamic_shapes, test/distributed/_tensor/test_dtensor_compile.py::TestDTensorCompile::test_dynamo_dtensor_from_local_redistribute, test/distributed/_tensor/test_dtensor_compile.py::TestDTensorCompile::test_dynamo_dtensor_from_local_redistribute_async, test/distributed/_tensor/test_dtensor_compile.py::TestDTensorCompile::test_dynamo_dtensor_recompile, test/distributed/_tensor/test_dtensor_compile.py::TestDTensorCompile::test_dynamo_to_local_kwargs, test/distributed/_tensor/test_dtensor_compile.py::TestDTensorCompile::test_dynamo_to_local_kwargs_forward_hook, test/distributed/_tensor/test_dtensor_compile.py::TestDTensorCompile::test_fakify_dtensor, test/distributed/_tensor/test_dtensor_compile.py::TestDTensorCompile::test_graph_input_is_async, test/distributed/_tensor/test_dtensor_compile.py::TestDTensorCompile::test_placement_compile, test/distributed/_tensor/test_dtensor_compile.py::TestDTensorCompile::test_tp_compile_comm_reordering, test/distributed/_tensor/test_dtensor_compile.py::TestDTensorCompile::test_unwrap_async_collective_tensor_tangent, test/distributed/_tensor/test_dtensor_compile.py::TestDTensorCompileE2E::test_2d_fsdp_tp_ac_compile, test/distributed/_tensor/test_dtensor_compile.py::TestDTensorCompileE2E::test_2d_fsdp_tp_compile, test/distributed/_tensor/test_dtensor_compile.py::TestDTensorCompileE2E::test_compile_dtensor_redistribute_backward, test/distributed/_tensor/test_dtensor_compile.py::TestDTensorCompileE2E::test_tp_compile_fullgraph_is_seq_parallel_False, test/distributed/_tensor/test_dtensor_compile.py::TestDTensorCompileE2E::test_tp_compile_fullgraph_is_seq_parallel_True 2024-12-18T04:53:01.3705471Z 2024-12-18T04:53:02.5843530Z Running test batch 'tests to run' cost 112.61 seconds 2024-12-18T04:53:03.5541491Z + python test/run_test.py -i distributed/tensor/parallel/test_micro_pipeline_tp.py --verbose 2024-12-18T04:53:03.6821507Z /var/lib/jenkins/pytorch/test/run_test.py:22: DeprecationWarning: pkg_resources is deprecated as an API. See https://setuptools.pypa.io/en/latest/pkg_resources.html 2024-12-18T04:53:03.6822917Z import pkg_resources 2024-12-18T04:53:08.7772570Z No TD results found 2024-12-18T04:53:08.7774380Z Downloading https://ossci-metrics.s3.amazonaws.com/disabled-tests-condensed.json?versionId=PhiMB7EP3187qvpKvnORewoK3InOIvX5 to /var/lib/jenkins/pytorch/test/.pytorch-disabled-tests.json 2024-12-18T04:53:08.7925382Z ##[warning] Gathered no stats from artifacts for linux-focal-rocm6.2-py3.10 build env and inductor test config. Using default build env and inductor test config instead. 2024-12-18T04:53:08.8509776Z ##[warning] Gathered no stats from artifacts for linux-focal-rocm6.2-py3.10 build env and inductor test config. Using default build env and inductor test config instead. 2024-12-18T04:53:08.8527241Z Running all tests 2024-12-18T04:53:08.8530278Z Running parallel tests on 8 processes 2024-12-18T04:53:08.8530911Z Name: tests to run (est. time: 0.21min) 2024-12-18T04:53:08.8531453Z Serial tests (1): 2024-12-18T04:53:08.8532039Z distributed/tensor/parallel/test_micro_pipeline_tp 1/1 2024-12-18T04:53:08.8532720Z Parallel tests (0): 2024-12-18T04:53:08.8533205Z Name: excluded (est. time: 0.0min) 2024-12-18T04:53:08.8533719Z Serial tests (0): 2024-12-18T04:53:08.8534169Z Parallel tests (0): 2024-12-18T04:53:08.8666788Z Running distributed/tensor/parallel/test_micro_pipeline_tp 1/1 ... [2024-12-18 04:53:08.866321] 2024-12-18T04:53:08.8667859Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2024-12-18T04:53:08.8669912Z Executing ['/opt/conda/envs/py_3.10/bin/python', '-bb', 'distributed/tensor/parallel/test_micro_pipeline_tp.py', '--shard-id=1', '--num-shards=1', '-v', '-vv', '-rfEX', '-p', 'no:xdist', '--use-pytest', '-x', '--reruns=2', '--import-slow-tests', '--import-disabled-tests'] ... [2024-12-18 04:53:08.866648] 2024-12-18T04:53:36.0238223Z 2024-12-18T04:53:36.0239980Z distributed/tensor/parallel/test_micro_pipeline_tp 1/1 was successful, full logs can be found in artifacts with path test/test-reports/distributed.tensor.parallel.test_micro_pipeline_tp_1.1_7853abe0ad558cca_.log 2024-12-18T04:53:36.0269470Z Running 29 items in this shard: test/distributed/tensor/parallel/test_micro_pipeline_tp.py::MicroPipelineTPTest::test_dtensor_seq_par_shard_dim_0, test/distributed/tensor/parallel/test_micro_pipeline_tp.py::MicroPipelineTPTest::test_dtensor_seq_par_shard_dim_1, test/distributed/tensor/parallel/test_micro_pipeline_tp.py::MicroPipelineTPTest::test_find_all_gather_patterns, test/distributed/tensor/parallel/test_micro_pipeline_tp.py::MicroPipelineTPTest::test_find_reduce_scatter_patterns, test/distributed/tensor/parallel/test_micro_pipeline_tp.py::MicroPipelineTPTest::test_fuse_all_gather_matmul_A_dims_2_gather_dim_0, test/distributed/tensor/parallel/test_micro_pipeline_tp.py::MicroPipelineTPTest::test_fuse_all_gather_matmul_A_dims_2_gather_dim_1, test/distributed/tensor/parallel/test_micro_pipeline_tp.py::MicroPipelineTPTest::test_fuse_all_gather_matmul_A_dims_2_gather_dim_2, test/distributed/tensor/parallel/test_micro_pipeline_tp.py::MicroPipelineTPTest::test_fuse_all_gather_matmul_A_dims_3_gather_dim_0, test/distributed/tensor/parallel/test_micro_pipeline_tp.py::MicroPipelineTPTest::test_fuse_all_gather_matmul_A_dims_3_gather_dim_1, test/distributed/tensor/parallel/test_micro_pipeline_tp.py::MicroPipelineTPTest::test_fuse_all_gather_matmul_A_dims_3_gather_dim_2, test/distributed/tensor/parallel/test_micro_pipeline_tp.py::MicroPipelineTPTest::test_fuse_all_gather_scaled_matmul_A_dims_2_gather_dim_0, test/distributed/tensor/parallel/test_micro_pipeline_tp.py::MicroPipelineTPTest::test_fuse_all_gather_scaled_matmul_A_dims_2_gather_dim_1, test/distributed/tensor/parallel/test_micro_pipeline_tp.py::MicroPipelineTPTest::test_fuse_all_gather_scaled_matmul_A_dims_2_gather_dim_2, test/distributed/tensor/parallel/test_micro_pipeline_tp.py::MicroPipelineTPTest::test_fuse_all_gather_scaled_matmul_A_dims_3_gather_dim_0, test/distributed/tensor/parallel/test_micro_pipeline_tp.py::MicroPipelineTPTest::test_fuse_all_gather_scaled_matmul_A_dims_3_gather_dim_1, test/distributed/tensor/parallel/test_micro_pipeline_tp.py::MicroPipelineTPTest::test_fuse_all_gather_scaled_matmul_A_dims_3_gather_dim_2, test/distributed/tensor/parallel/test_micro_pipeline_tp.py::MicroPipelineTPTest::test_fuse_matmul_reduce_scatter_A_dims_2_scatter_dim_0, test/distributed/tensor/parallel/test_micro_pipeline_tp.py::MicroPipelineTPTest::test_fuse_matmul_reduce_scatter_A_dims_2_scatter_dim_1, test/distributed/tensor/parallel/test_micro_pipeline_tp.py::MicroPipelineTPTest::test_fuse_matmul_reduce_scatter_A_dims_2_scatter_dim_2, test/distributed/tensor/parallel/test_micro_pipeline_tp.py::MicroPipelineTPTest::test_fuse_matmul_reduce_scatter_A_dims_3_scatter_dim_0, test/distributed/tensor/parallel/test_micro_pipeline_tp.py::MicroPipelineTPTest::test_fuse_matmul_reduce_scatter_A_dims_3_scatter_dim_1, test/distributed/tensor/parallel/test_micro_pipeline_tp.py::MicroPipelineTPTest::test_fuse_matmul_reduce_scatter_A_dims_3_scatter_dim_2, test/distributed/tensor/parallel/test_micro_pipeline_tp.py::MicroPipelineTPTest::test_fuse_scaled_matmul_reduce_scatter_A_dims_2_scatter_dim_0, test/distributed/tensor/parallel/test_micro_pipeline_tp.py::MicroPipelineTPTest::test_fuse_scaled_matmul_reduce_scatter_A_dims_2_scatter_dim_1, test/distributed/tensor/parallel/test_micro_pipeline_tp.py::MicroPipelineTPTest::test_fuse_scaled_matmul_reduce_scatter_A_dims_2_scatter_dim_2, test/distributed/tensor/parallel/test_micro_pipeline_tp.py::MicroPipelineTPTest::test_fuse_scaled_matmul_reduce_scatter_A_dims_3_scatter_dim_0, test/distributed/tensor/parallel/test_micro_pipeline_tp.py::MicroPipelineTPTest::test_fuse_scaled_matmul_reduce_scatter_A_dims_3_scatter_dim_1, test/distributed/tensor/parallel/test_micro_pipeline_tp.py::MicroPipelineTPTest::test_fuse_scaled_matmul_reduce_scatter_A_dims_3_scatter_dim_2, test/distributed/tensor/parallel/test_micro_pipeline_tp.py::MicroPipelineTPTest::test_get_unexposed_collectives 2024-12-18T04:53:36.0296219Z 2024-12-18T04:53:37.1690494Z Running test batch 'tests to run' cost 28.32 seconds 2024-12-18T04:53:38.1093836Z + python test/run_test.py -i distributed/_composable/test_replicate_with_compiler.py --verbose 2024-12-18T04:53:38.2359810Z /var/lib/jenkins/pytorch/test/run_test.py:22: DeprecationWarning: pkg_resources is deprecated as an API. See https://setuptools.pypa.io/en/latest/pkg_resources.html 2024-12-18T04:53:38.2361386Z import pkg_resources 2024-12-18T04:53:43.3551210Z No TD results found 2024-12-18T04:53:43.3553005Z Downloading https://ossci-metrics.s3.amazonaws.com/disabled-tests-condensed.json?versionId=PhiMB7EP3187qvpKvnORewoK3InOIvX5 to /var/lib/jenkins/pytorch/test/.pytorch-disabled-tests.json 2024-12-18T04:53:43.3702726Z ##[warning] Gathered no stats from artifacts for linux-focal-rocm6.2-py3.10 build env and inductor test config. Using default build env and inductor test config instead. 2024-12-18T04:53:43.4288972Z ##[warning] Gathered no stats from artifacts for linux-focal-rocm6.2-py3.10 build env and inductor test config. Using default build env and inductor test config instead. 2024-12-18T04:53:43.4306211Z Running all tests 2024-12-18T04:53:43.4309197Z Running parallel tests on 8 processes 2024-12-18T04:53:43.4309821Z Name: tests to run (est. time: 1.63min) 2024-12-18T04:53:43.4310389Z Serial tests (1): 2024-12-18T04:53:43.4311482Z distributed/_composable/test_replicate_with_compiler 1/1 2024-12-18T04:53:43.4312213Z Parallel tests (0): 2024-12-18T04:53:43.4312805Z Name: excluded (est. time: 0.0min) 2024-12-18T04:53:43.4313338Z Serial tests (0): 2024-12-18T04:53:43.4313775Z Parallel tests (0): 2024-12-18T04:53:43.4443184Z Running distributed/_composable/test_replicate_with_compiler 1/1 ... [2024-12-18 04:53:43.444053] 2024-12-18T04:53:43.4444170Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2024-12-18T04:53:43.4448592Z Executing ['/opt/conda/envs/py_3.10/bin/python', '-bb', 'distributed/_composable/test_replicate_with_compiler.py', '--shard-id=1', '--num-shards=1', '-v', '-vv', '-rfEX', '-p', 'no:xdist', '--use-pytest', '-x', '--reruns=2', '--import-slow-tests', '--import-disabled-tests'] ... [2024-12-18 04:53:43.444376] 2024-12-18T04:55:56.2323315Z 2024-12-18T04:55:56.2325445Z distributed/_composable/test_replicate_with_compiler 1/1 was successful, full logs can be found in artifacts with path test/test-reports/distributed._composable.test_replicate_with_compiler_1.1_49b35261204713dc_.log 2024-12-18T04:55:56.2334274Z Running 10 items in this shard: test/distributed/_composable/test_replicate_with_compiler.py::ReplicateTest::test_bucketing_coalesced_op, test/distributed/_composable/test_replicate_with_compiler.py::ReplicateTest::test_bucketing_concat_op, test/distributed/_composable/test_replicate_with_compiler.py::ReplicateTest::test_compile_backward_only, test/distributed/_composable/test_replicate_with_compiler.py::ReplicateTest::test_compile_bf16, test/distributed/_composable/test_replicate_with_compiler.py::ReplicateTest::test_compile_cpu, test/distributed/_composable/test_replicate_with_compiler.py::ReplicateTest::test_compile_cpu_no_sync, test/distributed/_composable/test_replicate_with_compiler.py::ReplicateTest::test_compile_fp16, test/distributed/_composable/test_replicate_with_compiler.py::ReplicateTest::test_compile_gpu, test/distributed/_composable/test_replicate_with_compiler.py::ReplicateTest::test_compile_gpu_ac, test/distributed/_composable/test_replicate_with_compiler.py::DDP_TP_Test::test_ddp_tp 2024-12-18T04:55:56.2341909Z 2024-12-18T04:55:57.6553221Z Running test batch 'tests to run' cost 134.22 seconds 2024-12-18T04:55:58.6173066Z + python test/run_test.py -i distributed/_composable/fsdp/test_fully_shard_comm.py --verbose 2024-12-18T04:55:58.7437520Z /var/lib/jenkins/pytorch/test/run_test.py:22: DeprecationWarning: pkg_resources is deprecated as an API. See https://setuptools.pypa.io/en/latest/pkg_resources.html 2024-12-18T04:55:58.7439082Z import pkg_resources 2024-12-18T04:56:03.8596523Z No TD results found 2024-12-18T04:56:03.8598243Z Downloading https://ossci-metrics.s3.amazonaws.com/disabled-tests-condensed.json?versionId=PhiMB7EP3187qvpKvnORewoK3InOIvX5 to /var/lib/jenkins/pytorch/test/.pytorch-disabled-tests.json 2024-12-18T04:56:03.8747034Z ##[warning] Gathered no stats from artifacts for linux-focal-rocm6.2-py3.10 build env and inductor test config. Using default build env and inductor test config instead. 2024-12-18T04:56:03.9327099Z ##[warning] Gathered no stats from artifacts for linux-focal-rocm6.2-py3.10 build env and inductor test config. Using default build env and inductor test config instead. 2024-12-18T04:56:03.9344003Z Running all tests 2024-12-18T04:56:03.9347268Z Running parallel tests on 8 processes 2024-12-18T04:56:03.9347896Z Name: tests to run (est. time: 2.61min) 2024-12-18T04:56:03.9348453Z Serial tests (1): 2024-12-18T04:56:03.9349646Z distributed/_composable/fsdp/test_fully_shard_comm 1/1 2024-12-18T04:56:03.9350331Z Parallel tests (0): 2024-12-18T04:56:03.9350824Z Name: excluded (est. time: 0.0min) 2024-12-18T04:56:03.9351349Z Serial tests (0): 2024-12-18T04:56:03.9351781Z Parallel tests (0): 2024-12-18T04:56:03.9486910Z Running distributed/_composable/fsdp/test_fully_shard_comm 1/1 ... [2024-12-18 04:56:03.948325] 2024-12-18T04:56:03.9487992Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2024-12-18T04:56:03.9490859Z Executing ['/opt/conda/envs/py_3.10/bin/python', '-bb', 'distributed/_composable/fsdp/test_fully_shard_comm.py', '--shard-id=1', '--num-shards=1', '-v', '-vv', '-rfEX', '-p', 'no:xdist', '--use-pytest', '-x', '--reruns=2', '--import-slow-tests', '--import-disabled-tests'] ... [2024-12-18 04:56:03.948661] 2024-12-18T05:00:10.3873644Z 2024-12-18T05:00:10.3875681Z distributed/_composable/fsdp/test_fully_shard_comm 1/1 was successful, full logs can be found in artifacts with path test/test-reports/distributed._composable.fsdp.test_fully_shard_comm_1.1_5a983f4c7a3863a4_.log 2024-12-18T05:00:10.3894808Z Running 15 items in this shard: test/distributed/_composable/fsdp/test_fully_shard_comm.py::TestFullyShardCollectiveOps::test_all_gather_fp32, test/distributed/_composable/fsdp/test_fully_shard_comm.py::TestFullyShardCollectiveOps::test_reduce_scatter_fp16, test/distributed/_composable/fsdp/test_fully_shard_comm.py::TestFullyShardCollectiveOps::test_reduce_scatter_fp32, test/distributed/_composable/fsdp/test_fully_shard_comm.py::TestFullyShardCommunication::test_fully_shard_communication_count, test/distributed/_composable/fsdp/test_fully_shard_comm.py::TestFullyShardCommunication::test_manual_reshard_with_reshard_after_forward_false, test/distributed/_composable/fsdp/test_fully_shard_comm.py::TestFullyShardCommunication::test_set_reduce_scatter_divide_factor, test/distributed/_composable/fsdp/test_fully_shard_comm.py::TestFullyShardPrefetch::test_backward_misprefetch, test/distributed/_composable/fsdp/test_fully_shard_comm.py::TestFullyShardPrefetch::test_fully_shard_backward_prefetch, test/distributed/_composable/fsdp/test_fully_shard_comm.py::TestFullyShardPrefetch::test_fully_shard_multi_module_backward_prefetch, test/distributed/_composable/fsdp/test_fully_shard_comm.py::TestFullyShardPrefetch::test_fully_shard_multi_module_unused_module, test/distributed/_composable/fsdp/test_fully_shard_comm.py::TestFullyShardPrefetch::test_set_modules_to_backward_prefetch, test/distributed/_composable/fsdp/test_fully_shard_comm.py::TestFullyShardPrefetch::test_set_modules_to_forward_prefetch, test/distributed/_composable/fsdp/test_fully_shard_comm.py::TestFullyShardUnshardMultiProcess::test_unshard_async, test/distributed/_composable/fsdp/test_fully_shard_comm.py::TestFullyShardUnshardMultiThread::test_unshard_no_param_group, test/distributed/_composable/fsdp/test_fully_shard_comm.py::TestFullyShardUnshardMultiThread::test_unshard_without_lazy_init 2024-12-18T05:00:10.3913156Z 2024-12-18T05:00:11.8302510Z Running test batch 'tests to run' cost 247.9 seconds 2024-12-18T05:00:12.9682451Z + python test/run_test.py -i distributed/_composable/fsdp/test_fully_shard_training.py -k test_train_parity_multi_group --verbose 2024-12-18T05:00:13.0968472Z /var/lib/jenkins/pytorch/test/run_test.py:22: DeprecationWarning: pkg_resources is deprecated as an API. See https://setuptools.pypa.io/en/latest/pkg_resources.html 2024-12-18T05:00:13.0969914Z import pkg_resources 2024-12-18T05:00:18.2163633Z No TD results found 2024-12-18T05:00:18.2165551Z Downloading https://ossci-metrics.s3.amazonaws.com/disabled-tests-condensed.json?versionId=PhiMB7EP3187qvpKvnORewoK3InOIvX5 to /var/lib/jenkins/pytorch/test/.pytorch-disabled-tests.json 2024-12-18T05:00:18.2313337Z ##[warning] Gathered no stats from artifacts for linux-focal-rocm6.2-py3.10 build env and inductor test config. Using default build env and inductor test config instead. 2024-12-18T05:00:18.2898314Z ##[warning] Gathered no stats from artifacts for linux-focal-rocm6.2-py3.10 build env and inductor test config. Using default build env and inductor test config instead. 2024-12-18T05:00:18.2914728Z Running all tests 2024-12-18T05:00:18.2917924Z Running parallel tests on 8 processes 2024-12-18T05:00:18.2918559Z Name: tests to run (est. time: 1.47min) 2024-12-18T05:00:18.2919141Z Serial tests (1): 2024-12-18T05:00:18.2919758Z distributed/_composable/fsdp/test_fully_shard_training 1/1 2024-12-18T05:00:18.2920474Z Parallel tests (0): 2024-12-18T05:00:18.2920959Z Name: excluded (est. time: 0.0min) 2024-12-18T05:00:18.2921484Z Serial tests (0): 2024-12-18T05:00:18.2922386Z Parallel tests (0): 2024-12-18T05:00:18.3057447Z Running distributed/_composable/fsdp/test_fully_shard_training 1/1 ... [2024-12-18 05:00:18.305294] 2024-12-18T05:00:18.3058592Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2024-12-18T05:00:18.3060879Z Executing ['/opt/conda/envs/py_3.10/bin/python', '-bb', 'distributed/_composable/fsdp/test_fully_shard_training.py', '--shard-id=1', '--num-shards=1', '-v', '-vv', '-rfEX', '-p', 'no:xdist', '--use-pytest', '-k', 'test_train_parity_multi_group', '-x', '--reruns=2', '--import-slow-tests', '--import-disabled-tests'] ... [2024-12-18 05:00:18.305647] 2024-12-18T05:06:40.4232189Z 2024-12-18T05:06:40.4234285Z distributed/_composable/fsdp/test_fully_shard_training 1/1 was successful, full logs can be found in artifacts with path test/test-reports/distributed._composable.fsdp.test_fully_shard_training_1.1_c3ea06eedab8f282_.log 2024-12-18T05:06:40.4239708Z Running 3 items in this shard: test/distributed/_composable/fsdp/test_fully_shard_training.py::TestFullyShard1DTrainingCore::test_train_parity_multi_group, test/distributed/_composable/fsdp/test_fully_shard_training.py::TestFullyShard1DTrainingCore::test_train_parity_multi_group_cpu_offload_eager, test/distributed/_composable/fsdp/test_fully_shard_training.py::TestFullyShard1DTrainingCore::test_train_parity_multi_group_unshard_async_op 2024-12-18T05:06:40.4243020Z 2024-12-18T05:06:42.0150647Z Running test batch 'tests to run' cost 383.72 seconds 2024-12-18T05:06:43.1449673Z + python test/run_test.py -i distributed/_composable/fsdp/test_fully_shard_training.py -k test_train_parity_with_activation_checkpointing --verbose 2024-12-18T05:06:43.2722755Z /var/lib/jenkins/pytorch/test/run_test.py:22: DeprecationWarning: pkg_resources is deprecated as an API. See https://setuptools.pypa.io/en/latest/pkg_resources.html 2024-12-18T05:06:43.2724251Z import pkg_resources 2024-12-18T05:06:48.3566001Z No TD results found 2024-12-18T05:06:48.3567843Z Downloading https://ossci-metrics.s3.amazonaws.com/disabled-tests-condensed.json?versionId=PhiMB7EP3187qvpKvnORewoK3InOIvX5 to /var/lib/jenkins/pytorch/test/.pytorch-disabled-tests.json 2024-12-18T05:06:48.3715424Z ##[warning] Gathered no stats from artifacts for linux-focal-rocm6.2-py3.10 build env and inductor test config. Using default build env and inductor test config instead. 2024-12-18T05:06:48.4300827Z ##[warning] Gathered no stats from artifacts for linux-focal-rocm6.2-py3.10 build env and inductor test config. Using default build env and inductor test config instead. 2024-12-18T05:06:48.4317583Z Running all tests 2024-12-18T05:06:48.4320551Z Running parallel tests on 8 processes 2024-12-18T05:06:48.4321317Z Name: tests to run (est. time: 1.47min) 2024-12-18T05:06:48.4321910Z Serial tests (1): 2024-12-18T05:06:48.4322527Z distributed/_composable/fsdp/test_fully_shard_training 1/1 2024-12-18T05:06:48.4323246Z Parallel tests (0): 2024-12-18T05:06:48.4323733Z Name: excluded (est. time: 0.0min) 2024-12-18T05:06:48.4324246Z Serial tests (0): 2024-12-18T05:06:48.4324699Z Parallel tests (0): 2024-12-18T05:06:48.4455126Z Running distributed/_composable/fsdp/test_fully_shard_training 1/1 ... [2024-12-18 05:06:48.445149] 2024-12-18T05:06:48.4456051Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2024-12-18T05:06:48.4458230Z Executing ['/opt/conda/envs/py_3.10/bin/python', '-bb', 'distributed/_composable/fsdp/test_fully_shard_training.py', '--shard-id=1', '--num-shards=1', '-v', '-vv', '-rfEX', '-p', 'no:xdist', '--use-pytest', '-k', 'test_train_parity_with_activation_checkpointing', '-x', '--reruns=2', '--import-slow-tests', '--import-disabled-tests'] ... [2024-12-18 05:06:48.445450] 2024-12-18T05:08:12.9877356Z 2024-12-18T05:08:12.9879261Z distributed/_composable/fsdp/test_fully_shard_training 1/1 was successful, full logs can be found in artifacts with path test/test-reports/distributed._composable.fsdp.test_fully_shard_training_1.1_a439643aceaea5cc_.log 2024-12-18T05:08:12.9892604Z Running 1 items in this shard: test/distributed/_composable/fsdp/test_fully_shard_training.py::TestFullyShard1DTrainingCompose::test_train_parity_with_activation_checkpointing 2024-12-18T05:08:12.9894018Z 2024-12-18T05:08:14.4186933Z Running test batch 'tests to run' cost 85.99 seconds 2024-12-18T05:08:15.5730455Z + python test/run_test.py -i distributed/_composable/fsdp/test_fully_shard_training.py -k test_train_parity_hsdp --verbose 2024-12-18T05:08:15.6998009Z /var/lib/jenkins/pytorch/test/run_test.py:22: DeprecationWarning: pkg_resources is deprecated as an API. See https://setuptools.pypa.io/en/latest/pkg_resources.html 2024-12-18T05:08:15.6999575Z import pkg_resources 2024-12-18T05:08:20.7994147Z No TD results found 2024-12-18T05:08:20.7995911Z Downloading https://ossci-metrics.s3.amazonaws.com/disabled-tests-condensed.json?versionId=PhiMB7EP3187qvpKvnORewoK3InOIvX5 to /var/lib/jenkins/pytorch/test/.pytorch-disabled-tests.json 2024-12-18T05:08:20.8146682Z ##[warning] Gathered no stats from artifacts for linux-focal-rocm6.2-py3.10 build env and inductor test config. Using default build env and inductor test config instead. 2024-12-18T05:08:20.8734286Z ##[warning] Gathered no stats from artifacts for linux-focal-rocm6.2-py3.10 build env and inductor test config. Using default build env and inductor test config instead. 2024-12-18T05:08:20.8750611Z Running all tests 2024-12-18T05:08:20.8753589Z Running parallel tests on 8 processes 2024-12-18T05:08:20.8754564Z Name: tests to run (est. time: 1.47min) 2024-12-18T05:08:20.8755220Z Serial tests (1): 2024-12-18T05:08:20.8755883Z distributed/_composable/fsdp/test_fully_shard_training 1/1 2024-12-18T05:08:20.8756617Z Parallel tests (0): 2024-12-18T05:08:20.8757106Z Name: excluded (est. time: 0.0min) 2024-12-18T05:08:20.8757613Z Serial tests (0): 2024-12-18T05:08:20.8758027Z Parallel tests (0): 2024-12-18T05:08:20.8897329Z Running distributed/_composable/fsdp/test_fully_shard_training 1/1 ... [2024-12-18 05:08:20.889421] 2024-12-18T05:08:20.8898350Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2024-12-18T05:08:20.8904376Z Executing ['/opt/conda/envs/py_3.10/bin/python', '-bb', 'distributed/_composable/fsdp/test_fully_shard_training.py', '--shard-id=1', '--num-shards=1', '-v', '-vv', '-rfEX', '-p', 'no:xdist', '--use-pytest', '-k', 'test_train_parity_hsdp', '-x', '--reruns=2', '--import-slow-tests', '--import-disabled-tests'] ... [2024-12-18 05:08:20.890032] 2024-12-18T05:08:56.8069000Z 2024-12-18T05:08:56.8071021Z distributed/_composable/fsdp/test_fully_shard_training 1/1 was successful, full logs can be found in artifacts with path test/test-reports/distributed._composable.fsdp.test_fully_shard_training_1.1_c42fec0f9ae7d978_.log 2024-12-18T05:08:56.8073891Z Running 1 items in this shard: test/distributed/_composable/fsdp/test_fully_shard_training.py::TestFullyShardHSDPTraining::test_train_parity_hsdp 2024-12-18T05:08:56.8075037Z 2024-12-18T05:08:57.9739977Z Running test batch 'tests to run' cost 37.1 seconds 2024-12-18T05:08:59.1594072Z + python test/run_test.py -i distributed/_composable/fsdp/test_fully_shard_training.py -k test_train_parity_2d_transformer_checkpoint_resume --verbose 2024-12-18T05:08:59.2853784Z /var/lib/jenkins/pytorch/test/run_test.py:22: DeprecationWarning: pkg_resources is deprecated as an API. See https://setuptools.pypa.io/en/latest/pkg_resources.html 2024-12-18T05:08:59.2855286Z import pkg_resources 2024-12-18T05:09:04.3817111Z No TD results found 2024-12-18T05:09:04.3818877Z Downloading https://ossci-metrics.s3.amazonaws.com/disabled-tests-condensed.json?versionId=PhiMB7EP3187qvpKvnORewoK3InOIvX5 to /var/lib/jenkins/pytorch/test/.pytorch-disabled-tests.json 2024-12-18T05:09:04.3967587Z ##[warning] Gathered no stats from artifacts for linux-focal-rocm6.2-py3.10 build env and inductor test config. Using default build env and inductor test config instead. 2024-12-18T05:09:04.4554442Z ##[warning] Gathered no stats from artifacts for linux-focal-rocm6.2-py3.10 build env and inductor test config. Using default build env and inductor test config instead. 2024-12-18T05:09:04.4571565Z Running all tests 2024-12-18T05:09:04.4575270Z Running parallel tests on 8 processes 2024-12-18T05:09:04.4575910Z Name: tests to run (est. time: 1.47min) 2024-12-18T05:09:04.4576650Z Serial tests (1): 2024-12-18T05:09:04.4577261Z distributed/_composable/fsdp/test_fully_shard_training 1/1 2024-12-18T05:09:04.4577972Z Parallel tests (0): 2024-12-18T05:09:04.4578457Z Name: excluded (est. time: 0.0min) 2024-12-18T05:09:04.4578985Z Serial tests (0): 2024-12-18T05:09:04.4579419Z Parallel tests (0): 2024-12-18T05:09:04.4710363Z Running distributed/_composable/fsdp/test_fully_shard_training 1/1 ... [2024-12-18 05:09:04.470661] 2024-12-18T05:09:04.4711433Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2024-12-18T05:09:04.4713872Z Executing ['/opt/conda/envs/py_3.10/bin/python', '-bb', 'distributed/_composable/fsdp/test_fully_shard_training.py', '--shard-id=1', '--num-shards=1', '-v', '-vv', '-rfEX', '-p', 'no:xdist', '--use-pytest', '-k', 'test_train_parity_2d_transformer_checkpoint_resume', '-x', '--reruns=2', '--import-slow-tests', '--import-disabled-tests'] ... [2024-12-18 05:09:04.470964] 2024-12-18T05:09:11.4466459Z 2024-12-18T05:09:11.4468660Z distributed/_composable/fsdp/test_fully_shard_training 1/1 was successful, full logs can be found in artifacts with path test/test-reports/distributed._composable.fsdp.test_fully_shard_training_1.1_bb567af8a813d29b_.log 2024-12-18T05:09:11.4470890Z Running 0 items in this shard: 2024-12-18T05:09:11.4471187Z 2024-12-18T05:09:12.8803348Z Running test batch 'tests to run' cost 8.42 seconds 2024-12-18T05:09:13.7871426Z + python test/run_test.py -i distributed/_composable/fsdp/test_fully_shard_training.py -k test_gradient_accumulation --verbose 2024-12-18T05:09:13.9171093Z /var/lib/jenkins/pytorch/test/run_test.py:22: DeprecationWarning: pkg_resources is deprecated as an API. See https://setuptools.pypa.io/en/latest/pkg_resources.html 2024-12-18T05:09:13.9172562Z import pkg_resources 2024-12-18T05:09:19.0307258Z No TD results found 2024-12-18T05:09:19.0309064Z Downloading https://ossci-metrics.s3.amazonaws.com/disabled-tests-condensed.json?versionId=PhiMB7EP3187qvpKvnORewoK3InOIvX5 to /var/lib/jenkins/pytorch/test/.pytorch-disabled-tests.json 2024-12-18T05:09:19.0458543Z ##[warning] Gathered no stats from artifacts for linux-focal-rocm6.2-py3.10 build env and inductor test config. Using default build env and inductor test config instead. 2024-12-18T05:09:19.1052108Z ##[warning] Gathered no stats from artifacts for linux-focal-rocm6.2-py3.10 build env and inductor test config. Using default build env and inductor test config instead. 2024-12-18T05:09:19.1062006Z Running all tests 2024-12-18T05:09:19.1065102Z Running parallel tests on 8 processes 2024-12-18T05:09:19.1065733Z Name: tests to run (est. time: 1.47min) 2024-12-18T05:09:19.1066279Z Serial tests (1): 2024-12-18T05:09:19.1066890Z distributed/_composable/fsdp/test_fully_shard_training 1/1 2024-12-18T05:09:19.1067592Z Parallel tests (0): 2024-12-18T05:09:19.1068074Z Name: excluded (est. time: 0.0min) 2024-12-18T05:09:19.1068595Z Serial tests (0): 2024-12-18T05:09:19.1069044Z Parallel tests (0): 2024-12-18T05:09:19.1197683Z Running distributed/_composable/fsdp/test_fully_shard_training 1/1 ... [2024-12-18 05:09:19.119477] 2024-12-18T05:09:19.1198671Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2024-12-18T05:09:19.1201248Z Executing ['/opt/conda/envs/py_3.10/bin/python', '-bb', 'distributed/_composable/fsdp/test_fully_shard_training.py', '--shard-id=1', '--num-shards=1', '-v', '-vv', '-rfEX', '-p', 'no:xdist', '--use-pytest', '-k', 'test_gradient_accumulation', '-x', '--reruns=2', '--import-slow-tests', '--import-disabled-tests'] ... [2024-12-18 05:09:19.119802] 2024-12-18T05:10:27.9367623Z 2024-12-18T05:10:27.9369672Z distributed/_composable/fsdp/test_fully_shard_training 1/1 was successful, full logs can be found in artifacts with path test/test-reports/distributed._composable.fsdp.test_fully_shard_training_1.1_e348b33fd5e11423_.log 2024-12-18T05:10:27.9379143Z Running 1 items in this shard: test/distributed/_composable/fsdp/test_fully_shard_training.py::TestFullyShardGradientAccumulation::test_gradient_accumulation 2024-12-18T05:10:27.9380457Z 2024-12-18T05:10:29.0881290Z Running test batch 'tests to run' cost 69.98 seconds 2024-12-18T05:10:30.0470689Z + python test/run_test.py -i distributed/_composable/fsdp/test_fully_shard_state_dict.py -k test_dp_state_dict_save_load --verbose 2024-12-18T05:10:30.1734284Z /var/lib/jenkins/pytorch/test/run_test.py:22: DeprecationWarning: pkg_resources is deprecated as an API. See https://setuptools.pypa.io/en/latest/pkg_resources.html 2024-12-18T05:10:30.1735760Z import pkg_resources 2024-12-18T05:10:35.2954789Z No TD results found 2024-12-18T05:10:35.2956566Z Downloading https://ossci-metrics.s3.amazonaws.com/disabled-tests-condensed.json?versionId=PhiMB7EP3187qvpKvnORewoK3InOIvX5 to /var/lib/jenkins/pytorch/test/.pytorch-disabled-tests.json 2024-12-18T05:10:35.3104517Z ##[warning] Gathered no stats from artifacts for linux-focal-rocm6.2-py3.10 build env and inductor test config. Using default build env and inductor test config instead. 2024-12-18T05:10:35.3701090Z ##[warning] Gathered no stats from artifacts for linux-focal-rocm6.2-py3.10 build env and inductor test config. Using default build env and inductor test config instead. 2024-12-18T05:10:35.3714738Z Running all tests 2024-12-18T05:10:35.3717745Z Running parallel tests on 8 processes 2024-12-18T05:10:35.3718362Z Name: tests to run (est. time: 0.12min) 2024-12-18T05:10:35.3718913Z Serial tests (1): 2024-12-18T05:10:35.3719548Z distributed/_composable/fsdp/test_fully_shard_state_dict 1/1 2024-12-18T05:10:35.3720303Z Parallel tests (0): 2024-12-18T05:10:35.3720791Z Name: excluded (est. time: 0.0min) 2024-12-18T05:10:35.3721310Z Serial tests (0): 2024-12-18T05:10:35.3721748Z Parallel tests (0): 2024-12-18T05:10:35.3854876Z Running distributed/_composable/fsdp/test_fully_shard_state_dict 1/1 ... [2024-12-18 05:10:35.385076] 2024-12-18T05:10:35.3856001Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2024-12-18T05:10:35.3858560Z Executing ['/opt/conda/envs/py_3.10/bin/python', '-bb', 'distributed/_composable/fsdp/test_fully_shard_state_dict.py', '--shard-id=1', '--num-shards=1', '-v', '-vv', '-rfEX', '-p', 'no:xdist', '--use-pytest', '-k', 'test_dp_state_dict_save_load', '-x', '--reruns=2', '--import-slow-tests', '--import-disabled-tests'] ... [2024-12-18 05:10:35.385402] 2024-12-18T05:11:00.4378226Z 2024-12-18T05:11:00.4380130Z distributed/_composable/fsdp/test_fully_shard_state_dict 1/1 was successful, full logs can be found in artifacts with path test/test-reports/distributed._composable.fsdp.test_fully_shard_state_dict_1.1_a04474155a142e6b_.log 2024-12-18T05:11:00.4383353Z Running 1 items in this shard: test/distributed/_composable/fsdp/test_fully_shard_state_dict.py::TestFullyShardStateDictMultiProcess::test_dp_state_dict_save_load 2024-12-18T05:11:00.4384796Z 2024-12-18T05:11:01.6273263Z Running test batch 'tests to run' cost 26.26 seconds 2024-12-18T05:11:02.5658741Z + python test/run_test.py -i distributed/_composable/fsdp/test_fully_shard_frozen.py --verbose 2024-12-18T05:11:02.6942079Z /var/lib/jenkins/pytorch/test/run_test.py:22: DeprecationWarning: pkg_resources is deprecated as an API. See https://setuptools.pypa.io/en/latest/pkg_resources.html 2024-12-18T05:11:02.6943594Z import pkg_resources 2024-12-18T05:11:07.8014668Z No TD results found 2024-12-18T05:11:07.8016626Z Downloading https://ossci-metrics.s3.amazonaws.com/disabled-tests-condensed.json?versionId=PhiMB7EP3187qvpKvnORewoK3InOIvX5 to /var/lib/jenkins/pytorch/test/.pytorch-disabled-tests.json 2024-12-18T05:11:07.8163526Z ##[warning] Gathered no stats from artifacts for linux-focal-rocm6.2-py3.10 build env and inductor test config. Using default build env and inductor test config instead. 2024-12-18T05:11:07.8750202Z ##[warning] Gathered no stats from artifacts for linux-focal-rocm6.2-py3.10 build env and inductor test config. Using default build env and inductor test config instead. 2024-12-18T05:11:07.8767097Z Running all tests 2024-12-18T05:11:07.8770302Z Running parallel tests on 8 processes 2024-12-18T05:11:07.8771440Z Name: tests to run (est. time: 0.36min) 2024-12-18T05:11:07.8772019Z Serial tests (1): 2024-12-18T05:11:07.8772616Z distributed/_composable/fsdp/test_fully_shard_frozen 1/1 2024-12-18T05:11:07.8773310Z Parallel tests (0): 2024-12-18T05:11:07.8773794Z Name: excluded (est. time: 0.0min) 2024-12-18T05:11:07.8774322Z Serial tests (0): 2024-12-18T05:11:07.8774762Z Parallel tests (0): 2024-12-18T05:11:07.8905892Z Running distributed/_composable/fsdp/test_fully_shard_frozen 1/1 ... [2024-12-18 05:11:07.890324] 2024-12-18T05:11:07.8906922Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2024-12-18T05:11:07.8909712Z Executing ['/opt/conda/envs/py_3.10/bin/python', '-bb', 'distributed/_composable/fsdp/test_fully_shard_frozen.py', '--shard-id=1', '--num-shards=1', '-v', '-vv', '-rfEX', '-p', 'no:xdist', '--use-pytest', '-x', '--reruns=2', '--import-slow-tests', '--import-disabled-tests'] ... [2024-12-18 05:11:07.890653] 2024-12-18T05:12:11.1001839Z 2024-12-18T05:12:11.1003867Z distributed/_composable/fsdp/test_fully_shard_frozen 1/1 was successful, full logs can be found in artifacts with path test/test-reports/distributed._composable.fsdp.test_fully_shard_frozen_1.1_ae7733be381dea95_.log 2024-12-18T05:12:11.1008256Z Running 3 items in this shard: test/distributed/_composable/fsdp/test_fully_shard_frozen.py::TestFullyShardFrozen::test_multi_forward_mixed_requires_grad, test/distributed/_composable/fsdp/test_fully_shard_frozen.py::TestFullyShardFrozen::test_train_mixed_requires_grad_across_groups, test/distributed/_composable/fsdp/test_fully_shard_frozen.py::TestFullyShardFrozen::test_train_mixed_requires_grad_per_group 2024-12-18T05:12:11.1011156Z 2024-12-18T05:12:12.6209941Z Running test batch 'tests to run' cost 64.74 seconds 2024-12-18T05:12:13.7806145Z + python test/run_test.py -i distributed/_composable/fsdp/test_fully_shard_mixed_precision.py -k test_compute_dtype --verbose 2024-12-18T05:12:13.9076635Z /var/lib/jenkins/pytorch/test/run_test.py:22: DeprecationWarning: pkg_resources is deprecated as an API. See https://setuptools.pypa.io/en/latest/pkg_resources.html 2024-12-18T05:12:13.9078155Z import pkg_resources 2024-12-18T05:12:18.9882914Z No TD results found 2024-12-18T05:12:18.9884770Z Downloading https://ossci-metrics.s3.amazonaws.com/disabled-tests-condensed.json?versionId=PhiMB7EP3187qvpKvnORewoK3InOIvX5 to /var/lib/jenkins/pytorch/test/.pytorch-disabled-tests.json 2024-12-18T05:12:19.0031705Z ##[warning] Gathered no stats from artifacts for linux-focal-rocm6.2-py3.10 build env and inductor test config. Using default build env and inductor test config instead. 2024-12-18T05:12:19.0618846Z ##[warning] Gathered no stats from artifacts for linux-focal-rocm6.2-py3.10 build env and inductor test config. Using default build env and inductor test config instead. 2024-12-18T05:12:19.0636601Z Running all tests 2024-12-18T05:12:19.0639571Z Running parallel tests on 8 processes 2024-12-18T05:12:19.0640214Z Name: tests to run (est. time: 0.26min) 2024-12-18T05:12:19.0640779Z Serial tests (1): 2024-12-18T05:12:19.0641478Z distributed/_composable/fsdp/test_fully_shard_mixed_precision 1/1 2024-12-18T05:12:19.0642260Z Parallel tests (0): 2024-12-18T05:12:19.0642773Z Name: excluded (est. time: 0.0min) 2024-12-18T05:12:19.0643306Z Serial tests (0): 2024-12-18T05:12:19.0643745Z Parallel tests (0): 2024-12-18T05:12:19.0772830Z Running distributed/_composable/fsdp/test_fully_shard_mixed_precision 1/1 ... [2024-12-18 05:12:19.076839] 2024-12-18T05:12:19.0773973Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2024-12-18T05:12:19.0777223Z Executing ['/opt/conda/envs/py_3.10/bin/python', '-bb', 'distributed/_composable/fsdp/test_fully_shard_mixed_precision.py', '--shard-id=1', '--num-shards=1', '-v', '-vv', '-rfEX', '-p', 'no:xdist', '--use-pytest', '-k', 'test_compute_dtype', '-x', '--reruns=2', '--import-slow-tests', '--import-disabled-tests'] ... [2024-12-18 05:12:19.077149] 2024-12-18T05:12:45.9315390Z 2024-12-18T05:12:45.9322562Z distributed/_composable/fsdp/test_fully_shard_mixed_precision 1/1 was successful, full logs can be found in artifacts with path test/test-reports/distributed._composable.fsdp.test_fully_shard_mixed_precision_1.1_85b2f641ad296973_.log 2024-12-18T05:12:45.9329862Z Running 1 items in this shard: test/distributed/_composable/fsdp/test_fully_shard_mixed_precision.py::TestFullyShardMixedPrecisionTraining::test_compute_dtype 2024-12-18T05:12:45.9331093Z 2024-12-18T05:12:47.3480462Z Running test batch 'tests to run' cost 28.28 seconds 2024-12-18T05:12:48.2854631Z + python test/run_test.py -i distributed/_composable/fsdp/test_fully_shard_mixed_precision.py -k test_reduce_dtype --verbose 2024-12-18T05:12:48.4136577Z /var/lib/jenkins/pytorch/test/run_test.py:22: DeprecationWarning: pkg_resources is deprecated as an API. See https://setuptools.pypa.io/en/latest/pkg_resources.html 2024-12-18T05:12:48.4138097Z import pkg_resources 2024-12-18T05:12:53.5438563Z No TD results found 2024-12-18T05:12:53.5440421Z Downloading https://ossci-metrics.s3.amazonaws.com/disabled-tests-condensed.json?versionId=PhiMB7EP3187qvpKvnORewoK3InOIvX5 to /var/lib/jenkins/pytorch/test/.pytorch-disabled-tests.json 2024-12-18T05:12:53.5590697Z ##[warning] Gathered no stats from artifacts for linux-focal-rocm6.2-py3.10 build env and inductor test config. Using default build env and inductor test config instead. 2024-12-18T05:12:53.6176434Z ##[warning] Gathered no stats from artifacts for linux-focal-rocm6.2-py3.10 build env and inductor test config. Using default build env and inductor test config instead. 2024-12-18T05:12:53.6194370Z Running all tests 2024-12-18T05:12:53.6197510Z Running parallel tests on 8 processes 2024-12-18T05:12:53.6198158Z Name: tests to run (est. time: 0.26min) 2024-12-18T05:12:53.6198706Z Serial tests (1): 2024-12-18T05:12:53.6199366Z distributed/_composable/fsdp/test_fully_shard_mixed_precision 1/1 2024-12-18T05:12:53.6200122Z Parallel tests (0): 2024-12-18T05:12:53.6200610Z Name: excluded (est. time: 0.0min) 2024-12-18T05:12:53.6201137Z Serial tests (0): 2024-12-18T05:12:53.6201605Z Parallel tests (0): 2024-12-18T05:12:53.6332932Z Running distributed/_composable/fsdp/test_fully_shard_mixed_precision 1/1 ... [2024-12-18 05:12:53.632987] 2024-12-18T05:12:53.6333970Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2024-12-18T05:12:53.6336655Z Executing ['/opt/conda/envs/py_3.10/bin/python', '-bb', 'distributed/_composable/fsdp/test_fully_shard_mixed_precision.py', '--shard-id=1', '--num-shards=1', '-v', '-vv', '-rfEX', '-p', 'no:xdist', '--use-pytest', '-k', 'test_reduce_dtype', '-x', '--reruns=2', '--import-slow-tests', '--import-disabled-tests'] ... [2024-12-18 05:12:53.633318] 2024-12-18T05:13:20.3397558Z 2024-12-18T05:13:20.3399768Z distributed/_composable/fsdp/test_fully_shard_mixed_precision 1/1 was successful, full logs can be found in artifacts with path test/test-reports/distributed._composable.fsdp.test_fully_shard_mixed_precision_1.1_f9b5e2022f810e15_.log 2024-12-18T05:13:20.3402777Z Running 1 items in this shard: test/distributed/_composable/fsdp/test_fully_shard_mixed_precision.py::TestFullyShardMixedPrecisionTraining::test_reduce_dtype 2024-12-18T05:13:20.3403999Z 2024-12-18T05:13:21.7616789Z Running test batch 'tests to run' cost 28.14 seconds 2024-12-18T05:13:22.9220870Z + python test/run_test.py -i distributed/_composable/fsdp/test_fully_shard_clip_grad_norm_.py -k test_clip_grad_norm_2d --verbose 2024-12-18T05:13:23.0501315Z /var/lib/jenkins/pytorch/test/run_test.py:22: DeprecationWarning: pkg_resources is deprecated as an API. See https://setuptools.pypa.io/en/latest/pkg_resources.html 2024-12-18T05:13:23.0503715Z import pkg_resources 2024-12-18T05:13:28.1718462Z No TD results found 2024-12-18T05:13:28.1720245Z Downloading https://ossci-metrics.s3.amazonaws.com/disabled-tests-condensed.json?versionId=PhiMB7EP3187qvpKvnORewoK3InOIvX5 to /var/lib/jenkins/pytorch/test/.pytorch-disabled-tests.json 2024-12-18T05:13:28.1871970Z ##[warning] Gathered no stats from artifacts for linux-focal-rocm6.2-py3.10 build env and inductor test config. Using default build env and inductor test config instead. 2024-12-18T05:13:28.2459405Z ##[warning] Gathered no stats from artifacts for linux-focal-rocm6.2-py3.10 build env and inductor test config. Using default build env and inductor test config instead. 2024-12-18T05:13:28.2475430Z Running all tests 2024-12-18T05:13:28.2482366Z Running parallel tests on 8 processes 2024-12-18T05:13:28.2482990Z Name: tests to run (est. time: 0.1min) 2024-12-18T05:13:28.2483541Z Serial tests (1): 2024-12-18T05:13:28.2484191Z distributed/_composable/fsdp/test_fully_shard_clip_grad_norm_ 1/1 2024-12-18T05:13:28.2484959Z Parallel tests (0): 2024-12-18T05:13:28.2485432Z Name: excluded (est. time: 0.0min) 2024-12-18T05:13:28.2485949Z Serial tests (0): 2024-12-18T05:13:28.2486395Z Parallel tests (0): 2024-12-18T05:13:28.2614999Z Running distributed/_composable/fsdp/test_fully_shard_clip_grad_norm_ 1/1 ... [2024-12-18 05:13:28.261074] 2024-12-18T05:13:28.2616140Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2024-12-18T05:13:28.2618604Z Executing ['/opt/conda/envs/py_3.10/bin/python', '-bb', 'distributed/_composable/fsdp/test_fully_shard_clip_grad_norm_.py', '--shard-id=1', '--num-shards=1', '-v', '-vv', '-rfEX', '-p', 'no:xdist', '--use-pytest', '-k', 'test_clip_grad_norm_2d', '-x', '--reruns=2', '--import-slow-tests', '--import-disabled-tests'] ... [2024-12-18 05:13:28.261401] 2024-12-18T05:13:56.1178109Z 2024-12-18T05:13:56.1179998Z distributed/_composable/fsdp/test_fully_shard_clip_grad_norm_ 1/1 was successful, full logs can be found in artifacts with path test/test-reports/distributed._composable.fsdp.test_fully_shard_clip_grad_norm__1.1_3d0e16f1571da1b6_.log 2024-12-18T05:13:56.1182714Z Running 1 items in this shard: test/distributed/_composable/fsdp/test_fully_shard_clip_grad_norm_.py::TestClipGradNormWorldSize4::test_clip_grad_norm_2d 2024-12-18T05:13:56.1183841Z 2024-12-18T05:13:57.5361234Z Running test batch 'tests to run' cost 29.29 seconds 2024-12-18T05:13:58.5089387Z + python test/run_test.py -i distributed/_composable/fsdp/test_fully_shard_compile.py --verbose 2024-12-18T05:13:58.6350906Z /var/lib/jenkins/pytorch/test/run_test.py:22: DeprecationWarning: pkg_resources is deprecated as an API. See https://setuptools.pypa.io/en/latest/pkg_resources.html 2024-12-18T05:13:58.6352388Z import pkg_resources 2024-12-18T05:14:03.7386986Z No TD results found 2024-12-18T05:14:03.7388705Z Downloading https://ossci-metrics.s3.amazonaws.com/disabled-tests-condensed.json?versionId=PhiMB7EP3187qvpKvnORewoK3InOIvX5 to /var/lib/jenkins/pytorch/test/.pytorch-disabled-tests.json 2024-12-18T05:14:03.7537069Z ##[warning] Gathered no stats from artifacts for linux-focal-rocm6.2-py3.10 build env and inductor test config. Using default build env and inductor test config instead. 2024-12-18T05:14:03.8121560Z ##[warning] Gathered no stats from artifacts for linux-focal-rocm6.2-py3.10 build env and inductor test config. Using default build env and inductor test config instead. 2024-12-18T05:14:03.8138197Z Running all tests 2024-12-18T05:14:03.8143913Z Running parallel tests on 8 processes 2024-12-18T05:14:03.8144663Z Name: tests to run (est. time: 4.42min) 2024-12-18T05:14:03.8145318Z Serial tests (1): 2024-12-18T05:14:03.8146023Z distributed/_composable/fsdp/test_fully_shard_compile 1/1 2024-12-18T05:14:03.8146836Z Parallel tests (0): 2024-12-18T05:14:03.8147399Z Name: excluded (est. time: 0.0min) 2024-12-18T05:14:03.8147981Z Serial tests (0): 2024-12-18T05:14:03.8148401Z Parallel tests (0): 2024-12-18T05:14:03.8281142Z Running distributed/_composable/fsdp/test_fully_shard_compile 1/1 ... [2024-12-18 05:14:03.827811] 2024-12-18T05:14:03.8282264Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2024-12-18T05:14:03.8283672Z Executing ['/opt/conda/envs/py_3.10/bin/python', '-bb', 'distributed/_composable/fsdp/test_fully_shard_compile.py', '--shard-id=1', '--num-shards=1', '-v', '-vv', '-rfEX', '-p', 'no:xdist', '--use-pytest', '-x', '--reruns=2', '--import-slow-tests', '--import-disabled-tests'] ... [2024-12-18 05:14:03.828143] 2024-12-18T05:16:26.0047020Z 2024-12-18T05:16:26.0049996Z distributed/_composable/fsdp/test_fully_shard_compile 1/1 was successful, full logs can be found in artifacts with path test/test-reports/distributed._composable.fsdp.test_fully_shard_compile_1.1_695a3c48ba10c7b5_.log 2024-12-18T05:16:26.0066394Z Running 16 items in this shard: test/distributed/_composable/fsdp/test_fully_shard_compile.py::TestFullyShardCompileCompute::test_disable_compiling_hooks, test/distributed/_composable/fsdp/test_fully_shard_compile.py::TestFullyShardCompile::test_compiled_autograd_ctx, test/distributed/_composable/fsdp/test_fully_shard_compile.py::TestFullyShardCompile::test_dynamo_recompiles_on_fsdp_layers, test/distributed/_composable/fsdp/test_fully_shard_compile.py::TestFullyShardCompile::test_dynamo_trace_use_training_state, test/distributed/_composable/fsdp/test_fully_shard_compile.py::TestFullyShardCompile::test_nested_fully_shard_backend_aot_eager, test/distributed/_composable/fsdp/test_fully_shard_compile.py::TestFullyShardCompile::test_nested_fully_shard_backend_aot_eager_decomp_partition, test/distributed/_composable/fsdp/test_fully_shard_compile.py::TestFullyShardCompile::test_nested_fully_shard_backend_inductor_fullgraph_False, test/distributed/_composable/fsdp/test_fully_shard_compile.py::TestFullyShardCompile::test_nested_fully_shard_backend_inductor_fullgraph_True, test/distributed/_composable/fsdp/test_fully_shard_compile.py::TestFullyShardCompile::test_simple_mlp_fullgraph_backend_aot_eager, test/distributed/_composable/fsdp/test_fully_shard_compile.py::TestFullyShardCompile::test_simple_mlp_fullgraph_backend_aot_eager_decomp_partition, test/distributed/_composable/fsdp/test_fully_shard_compile.py::TestFullyShardCompile::test_simple_mlp_fullgraph_backend_inductor, test/distributed/_composable/fsdp/test_fully_shard_compile.py::TestFullyShardCompile::test_trace_fsdp_copy_, test/distributed/_composable/fsdp/test_fully_shard_compile.py::TestFullyShardCompile::test_transformer_backend_aot_eager, test/distributed/_composable/fsdp/test_fully_shard_compile.py::TestFullyShardCompile::test_transformer_backend_aot_eager_decomp_partition, test/distributed/_composable/fsdp/test_fully_shard_compile.py::TestFullyShardCompile::test_transformer_backend_inductor_fullgraph_False, test/distributed/_composable/fsdp/test_fully_shard_compile.py::TestFullyShardCompile::test_transformer_backend_inductor_fullgraph_True 2024-12-18T05:16:26.0082300Z 2024-12-18T05:16:27.4610474Z Running test batch 'tests to run' cost 143.65 seconds 2024-12-18T05:16:28.4203965Z + python test/run_test.py -i distributed/fsdp/test_fsdp_tp_integration.py -k test_fsdp_tp_integration --verbose 2024-12-18T05:16:28.5448967Z /var/lib/jenkins/pytorch/test/run_test.py:22: DeprecationWarning: pkg_resources is deprecated as an API. See https://setuptools.pypa.io/en/latest/pkg_resources.html 2024-12-18T05:16:28.5450502Z import pkg_resources 2024-12-18T05:16:33.6311619Z No TD results found 2024-12-18T05:16:33.6313364Z Downloading https://ossci-metrics.s3.amazonaws.com/disabled-tests-condensed.json?versionId=PhiMB7EP3187qvpKvnORewoK3InOIvX5 to /var/lib/jenkins/pytorch/test/.pytorch-disabled-tests.json 2024-12-18T05:16:33.6462293Z ##[warning] Gathered no stats from artifacts for linux-focal-rocm6.2-py3.10 build env and inductor test config. Using default build env and inductor test config instead. 2024-12-18T05:16:33.7045832Z ##[warning] Gathered no stats from artifacts for linux-focal-rocm6.2-py3.10 build env and inductor test config. Using default build env and inductor test config instead. 2024-12-18T05:16:33.7064004Z Running all tests 2024-12-18T05:16:33.7069855Z Running parallel tests on 8 processes 2024-12-18T05:16:33.7070511Z Name: tests to run (est. time: 0.29min) 2024-12-18T05:16:33.7071065Z Serial tests (1): 2024-12-18T05:16:33.7071604Z distributed/fsdp/test_fsdp_tp_integration 1/1 2024-12-18T05:16:33.7072243Z Parallel tests (0): 2024-12-18T05:16:33.7072735Z Name: excluded (est. time: 0.0min) 2024-12-18T05:16:33.7073259Z Serial tests (0): 2024-12-18T05:16:33.7073708Z Parallel tests (0): 2024-12-18T05:16:33.7207461Z Running distributed/fsdp/test_fsdp_tp_integration 1/1 ... [2024-12-18 05:16:33.720330] 2024-12-18T05:16:33.7208536Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2024-12-18T05:16:33.7210704Z Executing ['/opt/conda/envs/py_3.10/bin/python', '-bb', 'distributed/fsdp/test_fsdp_tp_integration.py', '--shard-id=1', '--num-shards=1', '-v', '-vv', '-rfEX', '-p', 'no:xdist', '--use-pytest', '-k', 'test_fsdp_tp_integration', '-x', '--reruns=2', '--import-slow-tests', '--import-disabled-tests'] ... [2024-12-18 05:16:33.720666] 2024-12-18T05:17:30.2208714Z 2024-12-18T05:17:30.2210530Z distributed/fsdp/test_fsdp_tp_integration 1/1 was successful, full logs can be found in artifacts with path test/test-reports/distributed.fsdp.test_fsdp_tp_integration_1.1_afd8b0e1f8c25b52_.log 2024-12-18T05:17:30.2221735Z Running 3 items in this shard: test/distributed/fsdp/test_fsdp_tp_integration.py::TestTPFSDPIntegration::test_fsdp_tp_extension_grad, test/distributed/fsdp/test_fsdp_tp_integration.py::TestTPFSDPIntegration::test_fsdp_tp_integration, test/distributed/fsdp/test_fsdp_tp_integration.py::TestTPFSDPIntegration::test_fsdp_tp_sync_module_state 2024-12-18T05:17:30.2224347Z 2024-12-18T05:17:31.2056971Z Running test batch 'tests to run' cost 57.5 seconds 2024-12-18T05:17:32.1787777Z + python test/run_test.py --include distributed/test_dynamo_distributed distributed/test_inductor_collectives distributed/test_compute_comm_reordering --verbose 2024-12-18T05:17:32.3044529Z /var/lib/jenkins/pytorch/test/run_test.py:22: DeprecationWarning: pkg_resources is deprecated as an API. See https://setuptools.pypa.io/en/latest/pkg_resources.html 2024-12-18T05:17:32.3046002Z import pkg_resources 2024-12-18T05:17:37.4271602Z No TD results found 2024-12-18T05:17:37.4273415Z Downloading https://ossci-metrics.s3.amazonaws.com/disabled-tests-condensed.json?versionId=PhiMB7EP3187qvpKvnORewoK3InOIvX5 to /var/lib/jenkins/pytorch/test/.pytorch-disabled-tests.json 2024-12-18T05:17:37.4423562Z ##[warning] Gathered no stats from artifacts for linux-focal-rocm6.2-py3.10 build env and inductor test config. Using default build env and inductor test config instead. 2024-12-18T05:17:37.5013655Z ##[warning] Gathered no stats from artifacts for linux-focal-rocm6.2-py3.10 build env and inductor test config. Using default build env and inductor test config instead. 2024-12-18T05:17:37.5031500Z Running all tests 2024-12-18T05:17:37.5034295Z Running parallel tests on 8 processes 2024-12-18T05:17:37.5034947Z Name: tests to run (est. time: 7.86min) 2024-12-18T05:17:37.5035522Z Serial tests (3): 2024-12-18T05:17:37.5036039Z distributed/test_compute_comm_reordering 1/1 2024-12-18T05:17:37.5036721Z distributed/test_dynamo_distributed 1/1 2024-12-18T05:17:37.5037346Z distributed/test_inductor_collectives 1/1 2024-12-18T05:17:37.5037927Z Parallel tests (0): 2024-12-18T05:17:37.5038407Z Name: excluded (est. time: 0.0min) 2024-12-18T05:17:37.5038916Z Serial tests (0): 2024-12-18T05:17:37.5039341Z Parallel tests (0): 2024-12-18T05:17:37.5172191Z Running distributed/test_compute_comm_reordering 1/1 ... [2024-12-18 05:17:37.516788] 2024-12-18T05:17:37.5173241Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2024-12-18T05:17:37.5175277Z Executing ['/opt/conda/envs/py_3.10/bin/python', '-bb', 'distributed/test_compute_comm_reordering.py', '--shard-id=1', '--num-shards=1', '-v', '-vv', '-rfEX', '-p', 'no:xdist', '--use-pytest', '-x', '--reruns=2', '--import-slow-tests', '--import-disabled-tests'] ... [2024-12-18 05:17:37.517126] 2024-12-18T05:19:19.8374276Z 2024-12-18T05:19:19.8377319Z distributed/test_compute_comm_reordering 1/1 was successful, full logs can be found in artifacts with path test/test-reports/distributed.test_compute_comm_reordering_1.1_9f6184e9651f023f_.log 2024-12-18T05:19:19.8385664Z Running 7 items in this shard: test/distributed/test_compute_comm_reordering.py::TestComputeCommReorderingMultiProc::test_grouped_scheduler_node, test/distributed/test_compute_comm_reordering.py::TestComputeCommReorderingMultiProc::test_nccl_heuristics, test/distributed/test_compute_comm_reordering.py::TestComputeCommReorderingMultiProc::test_raise_comms, test/distributed/test_compute_comm_reordering.py::TestComputeCommReorderingMultiProc::test_reorder_compute_for_overlap, test/distributed/test_compute_comm_reordering.py::TestComputeCommReorderingMultiProc::test_reorder_compute_for_overlap_custom_runtime_estimation, test/distributed/test_compute_comm_reordering.py::TestComputeCommReorderingMultiProc::test_sink_waits, test/distributed/test_compute_comm_reordering.py::TestComputeCommReorderingMultiProc::test_sink_waits_raise_comms 2024-12-18T05:19:19.8392094Z 2024-12-18T05:19:19.8392577Z Running distributed/test_dynamo_distributed 1/1 ... [2024-12-18 05:19:19.837701] 2024-12-18T05:19:19.8393483Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2024-12-18T05:19:19.8395546Z Executing ['/opt/conda/envs/py_3.10/bin/python', '-bb', 'distributed/test_dynamo_distributed.py', '--shard-id=1', '--num-shards=1', '-v', '-vv', '-rfEX', '-p', 'no:xdist', '--use-pytest', '-x', '--reruns=2', '--import-slow-tests', '--import-disabled-tests'] ... [2024-12-18 05:19:19.838373] 2024-12-18T05:26:05.3645314Z 2024-12-18T05:26:05.3647014Z distributed/test_dynamo_distributed 1/1 was successful, full logs can be found in artifacts with path test/test-reports/distributed.test_dynamo_distributed_1.1_594e56722e590cb4_.log 2024-12-18T05:26:05.3689607Z Running 58 items in this shard: test/distributed/test_dynamo_distributed.py::TestFakeDistributedSingleProc::test_call_method_forward, test/distributed/test_dynamo_distributed.py::TestFakeDistributedSingleProc::test_ddp_optimizer_inductor_strides_dont_specialize, test/distributed/test_dynamo_distributed.py::TestFakeDistributedSingleProc::test_hf_bert_ddp_aot_eager, test/distributed/test_dynamo_distributed.py::TestFakeDistributedSingleProc::test_hf_bert_ddp_inductor, test/distributed/test_dynamo_distributed.py::TestFakeDistributedSingleProc::test_issue90375, test/distributed/test_dynamo_distributed.py::TestFakeDistributedSingleProc::test_symbol_splitting, test/distributed/test_dynamo_distributed.py::TestFakeDistributedSingleProc::test_unbacked_symbol_splitting_direct, test/distributed/test_dynamo_distributed.py::TestFakeDistributedSingleProc::test_unbacked_symbol_splitting_indirect, test/distributed/test_dynamo_distributed.py::TestFakeDistributedSingleProc::test_unbacked_symbol_splitting_no_binding, test/distributed/test_dynamo_distributed.py::TestFakeDistributedSingleProc::test_unbacked_symbol_splitting_torture_multi, test/distributed/test_dynamo_distributed.py::TestMultiProc::test_asymmetric_compilation, test/distributed/test_dynamo_distributed.py::TestMultiProc::test_asymmetric_compilation_with_fx_cache, test/distributed/test_dynamo_distributed.py::TestMultiProc::test_compiler_collectives_automatic_dynamic_scalar, test/distributed/test_dynamo_distributed.py::TestMultiProc::test_compiler_collectives_automatic_dynamic_speculation_divergence, test/distributed/test_dynamo_distributed.py::TestMultiProc::test_compiler_collectives_automatic_dynamic_tensor, test/distributed/test_dynamo_distributed.py::TestMultiProc::test_compiler_collectives_dim_mismatch, test/distributed/test_dynamo_distributed.py::TestMultiProc::test_compiler_collectives_graph_break_empty_graph_still_collective, test/distributed/test_dynamo_distributed.py::TestMultiProc::test_compiler_collectives_missing_source, test/distributed/test_dynamo_distributed.py::TestMultiProc::test_compiler_collectives_scalar_missing_source, test/distributed/test_dynamo_distributed.py::TestMultiProc::test_compiler_collectives_type_mismatch, test/distributed/test_dynamo_distributed.py::TestMultiProc::test_ddp_activation_checkpointing, test/distributed/test_dynamo_distributed.py::TestMultiProc::test_ddp_baseline_aot_eager_multiprocess, test/distributed/test_dynamo_distributed.py::TestMultiProc::test_fsdp_activation_checkpointing, test/distributed/test_dynamo_distributed.py::TestMultiProc::test_fsdp_aot_eager, test/distributed/test_dynamo_distributed.py::TestMultiProc::test_fsdp_inductor, test/distributed/test_dynamo_distributed.py::TestMultiProc::test_fsdp_setattr, test/distributed/test_dynamo_distributed.py::TestMultiProc::test_fsdp_unspecialized_forced_getattr_inline, test/distributed/test_dynamo_distributed.py::TestMultiProc::test_fsdp_unspecialized_forced_getattr_no_inline, test/distributed/test_dynamo_distributed.py::TestMultiProc::test_get_pg_attr, test/distributed/test_dynamo_distributed.py::TestMultiProc::test_hf_bert_ddp_aot_eager, test/distributed/test_dynamo_distributed.py::TestMultiProc::test_hf_bert_ddp_aot_eager_static_graph, test/distributed/test_dynamo_distributed.py::TestMultiProc::test_hf_bert_ddp_inductor, test/distributed/test_dynamo_distributed.py::TestMultiProc::test_hf_bert_ddp_inductor_static_graph, test/distributed/test_dynamo_distributed.py::TestMultiProc::test_hf_bert_fsdp, test/distributed/test_dynamo_distributed.py::TestMultiProc::test_hf_bert_fsdp_activation_checkpointing, test/distributed/test_dynamo_distributed.py::TestSingleProc::test_aot_autograd, test/distributed/test_dynamo_distributed.py::TestSingleProc::test_async_subclass_no_specialize, test/distributed/test_dynamo_distributed.py::TestSingleProc::test_compiled_flex_attention_full_model_ddp, test/distributed/test_dynamo_distributed.py::TestSingleProc::test_compiled_flex_attention_local_ddp, test/distributed/test_dynamo_distributed.py::TestSingleProc::test_custom_layer, test/distributed/test_dynamo_distributed.py::TestSingleProc::test_ddp_baseline_aot_eager, test/distributed/test_dynamo_distributed.py::TestSingleProc::test_ddp_baseline_inductor, test/distributed/test_dynamo_distributed.py::TestSingleProc::test_empty_graph_inductor, test/distributed/test_dynamo_distributed.py::TestSingleProc::test_fsdp_dup_tensors_diff_source, test/distributed/test_dynamo_distributed.py::TestSingleProc::test_fsdp_dup_tensors_same_source, test/distributed/test_dynamo_distributed.py::TestSingleProc::test_fsdp_orig_params_assert, test/distributed/test_dynamo_distributed.py::TestSingleProc::test_fsdp_skip_guards, test/distributed/test_dynamo_distributed.py::TestSingleProc::test_fsdp_skip_register_attr_or_module, test/distributed/test_dynamo_distributed.py::TestSingleProc::test_fsdp_staticmethod, test/distributed/test_dynamo_distributed.py::TestSingleProc::test_graph_split, test/distributed/test_dynamo_distributed.py::TestSingleProc::test_graph_split_ctx_manager, test/distributed/test_dynamo_distributed.py::TestSingleProc::test_graph_split_inductor, test/distributed/test_dynamo_distributed.py::TestSingleProc::test_graph_split_inductor_layout_optimizations_inference, test/distributed/test_dynamo_distributed.py::TestSingleProc::test_graph_split_inductor_layout_optimizations_training, test/distributed/test_dynamo_distributed.py::TestSingleProc::test_graph_split_inductor_transpose, test/distributed/test_dynamo_distributed.py::TestSingleProc::test_higher_order_op, test/distributed/test_dynamo_distributed.py::TestSingleProc::test_ignored_parameters, test/distributed/test_dynamo_distributed.py::TestSingleProc::test_no_split 2024-12-18T05:26:05.3729247Z 2024-12-18T05:26:05.3729756Z Running distributed/test_inductor_collectives 1/1 ... [2024-12-18 05:26:05.365068] 2024-12-18T05:26:05.3730631Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2024-12-18T05:26:05.3732537Z Executing ['/opt/conda/envs/py_3.10/bin/python', '-bb', 'distributed/test_inductor_collectives.py', '--shard-id=1', '--num-shards=1', '-v', '-vv', '-rfEX', '-p', 'no:xdist', '--use-pytest', '-x', '--reruns=2', '--import-slow-tests', '--import-disabled-tests'] ... [2024-12-18 05:26:05.365695] 2024-12-18T05:29:21.4290187Z 2024-12-18T05:29:21.4292713Z distributed/test_inductor_collectives 1/1 was successful, full logs can be found in artifacts with path test/test-reports/distributed.test_inductor_collectives_1.1_10e9f31826c7e61f_.log 2024-12-18T05:29:21.4335656Z Running 48 items in this shard: test/distributed/test_inductor_collectives.py::TestCollectivesMultiProc::test_all_to_all_single_inductor, test/distributed/test_inductor_collectives.py::TestCollectivesMultiProc::test_all_to_all_single_inductor_split_sizes_none, test/distributed/test_inductor_collectives.py::TestCollectivesMultiProc::test_allgather_contiguous_input, test/distributed/test_inductor_collectives.py::TestCollectivesMultiProc::test_allgather_into_tensor_inductor, test/distributed/test_inductor_collectives.py::TestCollectivesMultiProc::test_allgather_output_buffer_reuse, test/distributed/test_inductor_collectives.py::TestCollectivesMultiProc::test_allreduce_inductor, test/distributed/test_inductor_collectives.py::TestCollectivesMultiProc::test_allreduce_inductor_cudagraph_trees, test/distributed/test_inductor_collectives.py::TestCollectivesMultiProc::test_allreduce_input_buffer_reuse, test/distributed/test_inductor_collectives.py::TestCollectivesMultiProc::test_broadcast_inductor, test/distributed/test_inductor_collectives.py::TestCollectivesMultiProc::test_c10d_functional_tagged_pt2_compliant, test/distributed/test_inductor_collectives.py::TestCollectivesMultiProc::test_eager_allreduce_inductor_wait, test/distributed/test_inductor_collectives.py::TestCollectivesMultiProc::test_eager_async_allreduce_inductor_wait, test/distributed/test_inductor_collectives.py::TestCollectivesMultiProc::test_inductor_allreduce_eager_wait, test/distributed/test_inductor_collectives.py::TestCollectivesMultiProc::test_permute_tensor, test/distributed/test_inductor_collectives.py::TestCollectivesMultiProc::test_reduce_scatter_tensor_inductor, test/distributed/test_inductor_collectives.py::TestCollectivesInductor::test_backwards, test/distributed/test_inductor_collectives.py::TestCollectivesInductor::test_dynamo_get_world_group_source_GroupMember_WORLD, test/distributed/test_inductor_collectives.py::TestCollectivesInductor::test_dynamo_get_world_group_source__get_default_group, test/distributed/test_inductor_collectives.py::TestCollectivesInductor::test_dynamo_get_world_group_source_group_WORLD, test/distributed/test_inductor_collectives.py::TestCollectivesInductor::test_dynamo_graphbreaks_unsupported_async_op, test/distributed/test_inductor_collectives.py::TestCollectivesInductor::test_dynamo_pg_var, test/distributed/test_inductor_collectives.py::TestCollectivesInductor::test_dynamo_rewrite_dist_all_gather, test/distributed/test_inductor_collectives.py::TestCollectivesInductor::test_dynamo_rewrite_dist_all_gather_args_match, test/distributed/test_inductor_collectives.py::TestCollectivesInductor::test_dynamo_rewrite_dist_all_gather_list, test/distributed/test_inductor_collectives.py::TestCollectivesInductor::test_dynamo_rewrite_dist_all_to_all_single, test/distributed/test_inductor_collectives.py::TestCollectivesInductor::test_dynamo_rewrite_dist_allreduce_pg_mode_kwargs, test/distributed/test_inductor_collectives.py::TestCollectivesInductor::test_dynamo_rewrite_dist_allreduce_pg_mode_kwargs_none, test/distributed/test_inductor_collectives.py::TestCollectivesInductor::test_dynamo_rewrite_dist_allreduce_pg_mode_positional, test/distributed/test_inductor_collectives.py::TestCollectivesInductor::test_dynamo_rewrite_dist_allreduce_pg_mode_positional_none, test/distributed/test_inductor_collectives.py::TestCollectivesInductor::test_dynamo_rewrite_dist_allreduce_pg_mode_unspecified, test/distributed/test_inductor_collectives.py::TestCollectivesInductor::test_dynamo_rewrite_dist_allreduce_reduce_op_reduce_op0, test/distributed/test_inductor_collectives.py::TestCollectivesInductor::test_dynamo_rewrite_dist_allreduce_reduce_op_reduce_op1, test/distributed/test_inductor_collectives.py::TestCollectivesInductor::test_dynamo_rewrite_dist_allreduce_reduce_op_reduce_op2, test/distributed/test_inductor_collectives.py::TestCollectivesInductor::test_dynamo_rewrite_dist_allreduce_reduce_op_reduce_op3, test/distributed/test_inductor_collectives.py::TestCollectivesInductor::test_dynamo_rewrite_dist_allreduce_reduce_op_reduce_op4, test/distributed/test_inductor_collectives.py::TestCollectivesInductor::test_dynamo_rewrite_dist_reduce_scatter, test/distributed/test_inductor_collectives.py::TestCollectivesInductor::test_dynamo_support_collective_op_with_async_op_False, test/distributed/test_inductor_collectives.py::TestCollectivesInductor::test_dynamo_trace_all_gather_tensor, test/distributed/test_inductor_collectives.py::TestCollectivesInductor::test_dynamo_trace_all_gather_tensor_pg, test/distributed/test_inductor_collectives.py::TestCollectivesInductor::test_dynamo_trace_allgather_coalesced, test/distributed/test_inductor_collectives.py::TestCollectivesInductor::test_dynamo_trace_allreduce, test/distributed/test_inductor_collectives.py::TestCollectivesInductor::test_dynamo_trace_reduce_scatter_tensor, test/distributed/test_inductor_collectives.py::TestCollectivesInductor::test_inductor_all_gather_coalesced, test/distributed/test_inductor_collectives.py::TestCollectivesInductor::test_inductor_doesnt_mutate_shared, test/distributed/test_inductor_collectives.py::TestCollectivesInductor::test_inductor_reduce_scatter_coalesced, test/distributed/test_inductor_collectives.py::TestCollectivesInductor::test_inductor_single_op, test/distributed/test_inductor_collectives.py::TestCollectivesInductor::test_inductor_steal_buffer, test/distributed/test_inductor_collectives.py::TestCollectivesInductor::test_meta 2024-12-18T05:29:21.4377380Z 2024-12-18T05:29:22.8131960Z Running test batch 'tests to run' cost 705.31 seconds 2024-12-18T05:29:23.9376930Z + assert_git_not_dirty 2024-12-18T05:29:23.9377345Z + [[ linux-focal-rocm6.2-py3.10 != *rocm* ]] 2024-12-18T05:29:23.9583807Z ##[group]Run # copy test results back to the mounted workspace, needed sudo, resulting permissions were correct 2024-12-18T05:29:23.9585297Z # copy test results back to the mounted workspace, needed sudo, resulting permissions were correct 2024-12-18T05:29:23.9587085Z docker exec -t "805096c92863e91228ee66dc3c57325b874efaae9a517275e9d3e7e5118b745d" sh -c "cd ../pytorch && sudo cp -R test/test-reports ../workspace/test" 2024-12-18T05:29:23.9628085Z shell: /usr/bin/bash -e {0} 2024-12-18T05:29:23.9628610Z env: 2024-12-18T05:29:23.9629007Z GIT_DEFAULT_BRANCH: main 2024-12-18T05:29:23.9629617Z DOCKER_HOST: unix:///run/user/1307800118/docker.sock 2024-12-18T05:29:23.9630641Z GPU_FLAG: --device=/dev/mem --device=/dev/kfd --device=/dev/dri --group-add video --group-add daemon 2024-12-18T05:29:23.9631565Z AWS_DEFAULT_REGION: us-east-1 2024-12-18T05:29:23.9632075Z AWS_REGION: us-east-1 2024-12-18T05:29:23.9632664Z AWS_ACCESS_KEY_ID: *** 2024-12-18T05:29:23.9633413Z AWS_SECRET_ACCESS_KEY: *** 2024-12-18T05:29:23.9644176Z AWS_SESSION_TOKEN: *** 2024-12-18T05:29:23.9644937Z CONTAINER_NAME: 805096c92863e91228ee66dc3c57325b874efaae9a517275e9d3e7e5118b745d 2024-12-18T05:29:23.9645768Z ##[endgroup] 2024-12-18T05:29:24.0952066Z sudo: setrlimit(RLIMIT_STACK): Operation not permitted 2024-12-18T05:29:24.1557940Z ##[group]Run cat test/**/*_toprint.log || true 2024-12-18T05:29:24.1558686Z cat test/**/*_toprint.log || true 2024-12-18T05:29:24.1600209Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2024-12-18T05:29:24.1600899Z env: 2024-12-18T05:29:24.1601292Z GIT_DEFAULT_BRANCH: main 2024-12-18T05:29:24.1601877Z DOCKER_HOST: unix:///run/user/1307800118/docker.sock 2024-12-18T05:29:24.1602879Z GPU_FLAG: --device=/dev/mem --device=/dev/kfd --device=/dev/dri --group-add video --group-add daemon 2024-12-18T05:29:24.1603804Z AWS_DEFAULT_REGION: us-east-1 2024-12-18T05:29:24.1604297Z AWS_REGION: us-east-1 2024-12-18T05:29:24.1604881Z AWS_ACCESS_KEY_ID: *** 2024-12-18T05:29:24.1605545Z AWS_SECRET_ACCESS_KEY: *** 2024-12-18T05:29:24.1616609Z AWS_SESSION_TOKEN: *** 2024-12-18T05:29:24.1617386Z CONTAINER_NAME: 805096c92863e91228ee66dc3c57325b874efaae9a517275e9d3e7e5118b745d 2024-12-18T05:29:24.1618715Z ##[endgroup] 2024-12-18T05:29:24.1861768Z cat: 'test/**/*_toprint.log': No such file or directory 2024-12-18T05:29:24.2091514Z Prepare all required actions 2024-12-18T05:29:24.2092251Z Getting action download info 2024-12-18T05:29:24.6963094Z Download action repository 'seemethere/upload-artifact-s3@v5' (SHA:baba72d0712b404f646cebe0730933554ebce96a) 2024-12-18T05:29:25.2819800Z ##[group]Run ./.github/actions/upload-test-artifacts 2024-12-18T05:29:25.2820133Z with: 2024-12-18T05:29:25.2820339Z use-gha: true 2024-12-18T05:29:25.2820651Z file-suffix: test-inductor-1-2-linux.rocm.gpu.2_34566638935 2024-12-18T05:29:25.2821014Z s3-bucket: gha-artifacts 2024-12-18T05:29:25.2821241Z env: 2024-12-18T05:29:25.2821430Z GIT_DEFAULT_BRANCH: main 2024-12-18T05:29:25.2821708Z DOCKER_HOST: unix:///run/user/1307800118/docker.sock 2024-12-18T05:29:25.2822190Z GPU_FLAG: --device=/dev/mem --device=/dev/kfd --device=/dev/dri --group-add video --group-add daemon 2024-12-18T05:29:25.2822669Z AWS_DEFAULT_REGION: us-east-1 2024-12-18T05:29:25.2822920Z AWS_REGION: us-east-1 2024-12-18T05:29:25.2823244Z AWS_ACCESS_KEY_ID: *** 2024-12-18T05:29:25.2823578Z AWS_SECRET_ACCESS_KEY: *** 2024-12-18T05:29:25.2828769Z AWS_SESSION_TOKEN: *** 2024-12-18T05:29:25.2829145Z CONTAINER_NAME: 805096c92863e91228ee66dc3c57325b874efaae9a517275e9d3e7e5118b745d 2024-12-18T05:29:25.2829548Z ##[endgroup] 2024-12-18T05:29:25.2899344Z ##[group]Run actions/upload-artifact@v4 2024-12-18T05:29:25.2899624Z with: 2024-12-18T05:29:25.2899991Z name: test-jsons-runattempt1-test-inductor-1-2-linux.rocm.gpu.2_34566638935.zip 2024-12-18T05:29:25.2900433Z retention-days: 14 2024-12-18T05:29:25.2900671Z if-no-files-found: warn 2024-12-18T05:29:25.2900911Z path: test/**/*.json 2024-12-18T05:29:25.2901140Z compression-level: 6 2024-12-18T05:29:25.2901365Z overwrite: false 2024-12-18T05:29:25.2901582Z include-hidden-files: false 2024-12-18T05:29:25.2901817Z env: 2024-12-18T05:29:25.2902008Z GIT_DEFAULT_BRANCH: main 2024-12-18T05:29:25.2902311Z DOCKER_HOST: unix:///run/user/1307800118/docker.sock 2024-12-18T05:29:25.2902825Z GPU_FLAG: --device=/dev/mem --device=/dev/kfd --device=/dev/dri --group-add video --group-add daemon 2024-12-18T05:29:25.2903287Z AWS_DEFAULT_REGION: us-east-1 2024-12-18T05:29:25.2903532Z AWS_REGION: us-east-1 2024-12-18T05:29:25.2903819Z AWS_ACCESS_KEY_ID: *** 2024-12-18T05:29:25.2904155Z AWS_SECRET_ACCESS_KEY: *** 2024-12-18T05:29:25.2909346Z AWS_SESSION_TOKEN: *** 2024-12-18T05:29:25.2909721Z CONTAINER_NAME: 805096c92863e91228ee66dc3c57325b874efaae9a517275e9d3e7e5118b745d 2024-12-18T05:29:25.2910137Z ##[endgroup] 2024-12-18T05:29:26.0086727Z With the provided path, there will be 28 files uploaded 2024-12-18T05:29:26.0091857Z Artifact name is valid! 2024-12-18T05:29:26.0092798Z Root directory input is valid! 2024-12-18T05:29:26.1739752Z Beginning upload of artifact content to blob storage 2024-12-18T05:29:26.4419379Z Uploaded bytes 49304 2024-12-18T05:29:26.4877721Z Finished uploading artifact content to blob storage! 2024-12-18T05:29:26.4882552Z SHA256 hash of uploaded artifact zip is 09df0c76b2b70806a9e2a87f72cd03e397777c88b9e2ebb8d2a29a7b340af3df 2024-12-18T05:29:26.4885376Z Finalizing artifact upload 2024-12-18T05:29:26.5824644Z Artifact test-jsons-runattempt1-test-inductor-1-2-linux.rocm.gpu.2_34566638935.zip.zip successfully finalized. Artifact ID 2335845189 2024-12-18T05:29:26.5826801Z Artifact test-jsons-runattempt1-test-inductor-1-2-linux.rocm.gpu.2_34566638935.zip has been successfully uploaded! Final size is 49304 bytes. Artifact ID is 2335845189 2024-12-18T05:29:26.5836266Z Artifact download URL: https://github.com/pytorch/pytorch/actions/runs/12383255523/artifacts/2335845189 2024-12-18T05:29:26.6150612Z ##[group]Run actions/upload-artifact@v4 2024-12-18T05:29:26.6151175Z with: 2024-12-18T05:29:26.6151932Z name: test-reports-runattempt1-test-inductor-1-2-linux.rocm.gpu.2_34566638935.zip 2024-12-18T05:29:26.6152837Z retention-days: 14 2024-12-18T05:29:26.6153773Z if-no-files-found: ignore 2024-12-18T05:29:26.6154285Z path: test/**/*.xml test/**/*.csv 2024-12-18T05:29:26.6155269Z compression-level: 6 2024-12-18T05:29:26.6155757Z overwrite: false 2024-12-18T05:29:26.6156202Z include-hidden-files: false 2024-12-18T05:29:26.6156685Z env: 2024-12-18T05:29:26.6157057Z GIT_DEFAULT_BRANCH: main 2024-12-18T05:29:26.6157616Z DOCKER_HOST: unix:///run/user/1307800118/docker.sock 2024-12-18T05:29:26.6158632Z GPU_FLAG: --device=/dev/mem --device=/dev/kfd --device=/dev/dri --group-add video --group-add daemon 2024-12-18T05:29:26.6159554Z AWS_DEFAULT_REGION: us-east-1 2024-12-18T05:29:26.6160054Z AWS_REGION: us-east-1 2024-12-18T05:29:26.6160608Z AWS_ACCESS_KEY_ID: *** 2024-12-18T05:29:26.6161273Z AWS_SECRET_ACCESS_KEY: *** 2024-12-18T05:29:26.6172088Z AWS_SESSION_TOKEN: *** 2024-12-18T05:29:26.6172847Z CONTAINER_NAME: 805096c92863e91228ee66dc3c57325b874efaae9a517275e9d3e7e5118b745d 2024-12-18T05:29:26.6173668Z ##[endgroup] 2024-12-18T05:29:27.3965384Z With the provided path, there will be 80 files uploaded 2024-12-18T05:29:27.3970878Z Artifact name is valid! 2024-12-18T05:29:27.3971762Z Root directory input is valid! 2024-12-18T05:29:27.5565482Z Beginning upload of artifact content to blob storage 2024-12-18T05:29:27.9462723Z Uploaded bytes 185371 2024-12-18T05:29:27.9948954Z Finished uploading artifact content to blob storage! 2024-12-18T05:29:27.9954393Z SHA256 hash of uploaded artifact zip is e68e3e0ff1ee3d77e618b0ec2290d1fb5015062096956187102dd594c97ac153 2024-12-18T05:29:27.9957639Z Finalizing artifact upload 2024-12-18T05:29:28.0939034Z Artifact test-reports-runattempt1-test-inductor-1-2-linux.rocm.gpu.2_34566638935.zip.zip successfully finalized. Artifact ID 2335845254 2024-12-18T05:29:28.0941259Z Artifact test-reports-runattempt1-test-inductor-1-2-linux.rocm.gpu.2_34566638935.zip has been successfully uploaded! Final size is 185371 bytes. Artifact ID is 2335845254 2024-12-18T05:29:28.0957387Z Artifact download URL: https://github.com/pytorch/pytorch/actions/runs/12383255523/artifacts/2335845254 2024-12-18T05:29:28.1306229Z ##[group]Run actions/upload-artifact@v4 2024-12-18T05:29:28.1306831Z with: 2024-12-18T05:29:28.1307505Z name: logs-runattempt1-test-inductor-1-2-linux.rocm.gpu.2_34566638935.zip 2024-12-18T05:29:28.1308322Z retention-days: 14 2024-12-18T05:29:28.1308778Z if-no-files-found: ignore 2024-12-18T05:29:28.1309290Z path: usage_log.txt test/**/*.log 2024-12-18T05:29:28.1309822Z compression-level: 6 2024-12-18T05:29:28.1310260Z overwrite: false 2024-12-18T05:29:28.1310713Z include-hidden-files: false 2024-12-18T05:29:28.1311193Z env: 2024-12-18T05:29:28.1311562Z GIT_DEFAULT_BRANCH: main 2024-12-18T05:29:28.1312127Z DOCKER_HOST: unix:///run/user/1307800118/docker.sock 2024-12-18T05:29:28.1313144Z GPU_FLAG: --device=/dev/mem --device=/dev/kfd --device=/dev/dri --group-add video --group-add daemon 2024-12-18T05:29:28.1314102Z AWS_DEFAULT_REGION: us-east-1 2024-12-18T05:29:28.1314611Z AWS_REGION: us-east-1 2024-12-18T05:29:28.1315195Z AWS_ACCESS_KEY_ID: *** 2024-12-18T05:29:28.1315851Z AWS_SECRET_ACCESS_KEY: *** 2024-12-18T05:29:28.1326628Z AWS_SESSION_TOKEN: *** 2024-12-18T05:29:28.1327375Z CONTAINER_NAME: 805096c92863e91228ee66dc3c57325b874efaae9a517275e9d3e7e5118b745d 2024-12-18T05:29:28.1328191Z ##[endgroup] 2024-12-18T05:29:28.9434933Z Multiple search paths detected. Calculating the least common ancestor of all paths 2024-12-18T05:29:28.9437377Z The least common ancestor is /var/home/pytorchci/actions-runner/_work/pytorch/pytorch. This will be the root directory of the artifact 2024-12-18T05:29:28.9438751Z With the provided path, there will be 78 files uploaded 2024-12-18T05:29:28.9442424Z Artifact name is valid! 2024-12-18T05:29:28.9443256Z Root directory input is valid! 2024-12-18T05:29:29.1021955Z Beginning upload of artifact content to blob storage 2024-12-18T05:29:29.5748797Z Uploaded bytes 335593 2024-12-18T05:29:29.6183660Z Finished uploading artifact content to blob storage! 2024-12-18T05:29:29.6186441Z SHA256 hash of uploaded artifact zip is 0c798a85cbedd2f7882189c74a922220631d502f90d3ef62e59af57c701b0397 2024-12-18T05:29:29.6190963Z Finalizing artifact upload 2024-12-18T05:29:29.7108089Z Artifact logs-runattempt1-test-inductor-1-2-linux.rocm.gpu.2_34566638935.zip.zip successfully finalized. Artifact ID 2335845305 2024-12-18T05:29:29.7110525Z Artifact logs-runattempt1-test-inductor-1-2-linux.rocm.gpu.2_34566638935.zip has been successfully uploaded! Final size is 335593 bytes. Artifact ID is 2335845305 2024-12-18T05:29:29.7116013Z Artifact download URL: https://github.com/pytorch/pytorch/actions/runs/12383255523/artifacts/2335845305 2024-12-18T05:29:29.7437725Z ##[group]Run # shellcheck disable=SC2156 2024-12-18T05:29:29.7438578Z # shellcheck disable=SC2156 2024-12-18T05:29:29.7439638Z find . -iname "core.[1-9]*" -exec docker exec "${CONTAINER_NAME}" sh -c "gdb python {} -ex 'bt' -ex 'q'" \; 2024-12-18T05:29:29.7480306Z shell: /usr/bin/bash -e {0} 2024-12-18T05:29:29.7480853Z env: 2024-12-18T05:29:29.7481259Z GIT_DEFAULT_BRANCH: main 2024-12-18T05:29:29.7481848Z DOCKER_HOST: unix:///run/user/1307800118/docker.sock 2024-12-18T05:29:29.7482876Z GPU_FLAG: --device=/dev/mem --device=/dev/kfd --device=/dev/dri --group-add video --group-add daemon 2024-12-18T05:29:29.7483818Z AWS_DEFAULT_REGION: us-east-1 2024-12-18T05:29:29.7484330Z AWS_REGION: us-east-1 2024-12-18T05:29:29.7484907Z AWS_ACCESS_KEY_ID: *** 2024-12-18T05:29:29.7485576Z AWS_SECRET_ACCESS_KEY: *** 2024-12-18T05:29:29.7496662Z AWS_SESSION_TOKEN: *** 2024-12-18T05:29:29.7497472Z CONTAINER_NAME: 805096c92863e91228ee66dc3c57325b874efaae9a517275e9d3e7e5118b745d 2024-12-18T05:29:29.7498296Z ##[endgroup] 2024-12-18T05:29:30.1042843Z Prepare all required actions 2024-12-18T05:29:30.1043730Z Getting action download info 2024-12-18T05:29:30.1095013Z ##[group]Run ./.github/actions/teardown-rocm 2024-12-18T05:29:30.1095584Z env: 2024-12-18T05:29:30.1095968Z GIT_DEFAULT_BRANCH: main 2024-12-18T05:29:30.1096963Z DOCKER_HOST: unix:///run/user/1307800118/docker.sock 2024-12-18T05:29:30.1097972Z GPU_FLAG: --device=/dev/mem --device=/dev/kfd --device=/dev/dri --group-add video --group-add daemon 2024-12-18T05:29:30.1098876Z AWS_DEFAULT_REGION: us-east-1 2024-12-18T05:29:30.1099371Z AWS_REGION: us-east-1 2024-12-18T05:29:30.1099925Z AWS_ACCESS_KEY_ID: *** 2024-12-18T05:29:30.1100577Z AWS_SECRET_ACCESS_KEY: *** 2024-12-18T05:29:30.1112047Z AWS_SESSION_TOKEN: *** 2024-12-18T05:29:30.1112798Z CONTAINER_NAME: 805096c92863e91228ee66dc3c57325b874efaae9a517275e9d3e7e5118b745d 2024-12-18T05:29:30.1113690Z ##[endgroup] 2024-12-18T05:29:30.1143484Z ##[group]Run # ignore expansion of "docker ps -q" since it could be empty 2024-12-18T05:29:30.1144647Z # ignore expansion of "docker ps -q" since it could be empty 2024-12-18T05:29:30.1145509Z # shellcheck disable=SC2046 2024-12-18T05:29:30.1146218Z docker stop $(docker ps -q) || true 2024-12-18T05:29:30.1146931Z # Prune all stopped containers. 2024-12-18T05:29:30.1147626Z docker container prune -f 2024-12-18T05:29:30.1187432Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2024-12-18T05:29:30.1188109Z env: 2024-12-18T05:29:30.1188494Z GIT_DEFAULT_BRANCH: main 2024-12-18T05:29:30.1189068Z DOCKER_HOST: unix:///run/user/1307800118/docker.sock 2024-12-18T05:29:30.1190060Z GPU_FLAG: --device=/dev/mem --device=/dev/kfd --device=/dev/dri --group-add video --group-add daemon 2024-12-18T05:29:30.1190962Z AWS_DEFAULT_REGION: us-east-1 2024-12-18T05:29:30.1191485Z AWS_REGION: us-east-1 2024-12-18T05:29:30.1192028Z AWS_ACCESS_KEY_ID: *** 2024-12-18T05:29:30.1192675Z AWS_SECRET_ACCESS_KEY: *** 2024-12-18T05:29:30.1203390Z AWS_SESSION_TOKEN: *** 2024-12-18T05:29:30.1204152Z CONTAINER_NAME: 805096c92863e91228ee66dc3c57325b874efaae9a517275e9d3e7e5118b745d 2024-12-18T05:29:30.1204965Z ##[endgroup] 2024-12-18T05:29:31.7923619Z 805096c92863 2024-12-18T05:29:51.6927178Z Deleted Containers: 2024-12-18T05:29:51.6928854Z 805096c92863e91228ee66dc3c57325b874efaae9a517275e9d3e7e5118b745d 2024-12-18T05:29:51.6929457Z 2024-12-18T05:29:51.6929669Z Total reclaimed space: 8.896GB 2024-12-18T05:29:51.7013134Z Prepare all required actions 2024-12-18T05:29:51.7066026Z ##[group]Run ./.github/actions/diskspace-cleanup 2024-12-18T05:29:51.7066748Z with: 2024-12-18T05:29:51.7067226Z diskspace-cutoff: 70 2024-12-18T05:29:51.7067736Z env: 2024-12-18T05:29:51.7068117Z GIT_DEFAULT_BRANCH: main 2024-12-18T05:29:51.7068518Z DOCKER_HOST: unix:///run/user/1307800118/docker.sock 2024-12-18T05:29:51.7069139Z GPU_FLAG: --device=/dev/mem --device=/dev/kfd --device=/dev/dri --group-add video --group-add daemon 2024-12-18T05:29:51.7069716Z AWS_DEFAULT_REGION: us-east-1 2024-12-18T05:29:51.7070024Z AWS_REGION: us-east-1 2024-12-18T05:29:51.7070379Z AWS_ACCESS_KEY_ID: *** 2024-12-18T05:29:51.7070790Z AWS_SECRET_ACCESS_KEY: *** 2024-12-18T05:29:51.7079623Z AWS_SESSION_TOKEN: *** 2024-12-18T05:29:51.7080389Z CONTAINER_NAME: 805096c92863e91228ee66dc3c57325b874efaae9a517275e9d3e7e5118b745d 2024-12-18T05:29:51.7081227Z ##[endgroup] 2024-12-18T05:29:51.7110852Z ##[group]Run set -ex 2024-12-18T05:29:51.7111208Z set -ex 2024-12-18T05:29:51.7111480Z diskspace_cutoff=70 2024-12-18T05:29:51.7111903Z docker_root_dir=$(docker info -f '{{.DockerRootDir}}') 2024-12-18T05:29:51.7112558Z diskspace=$(df -H --output=pcent ${docker_root_dir} | sed -n 2p | sed 's/%//' | sed 's/ //') 2024-12-18T05:29:51.7113524Z msg="Please file an issue on pytorch/pytorch reporting the faulty runner. Include a link to the runner logs so the runner can be identified" 2024-12-18T05:29:51.7114932Z if [[ "$diskspace" -ge "$diskspace_cutoff" ]] ; then 2024-12-18T05:29:51.7115798Z  docker system prune -af 2024-12-18T05:29:51.7116872Z  diskspace_new=$(df -H --output=pcent ${docker_root_dir} | sed -n 2p | sed 's/%//' | sed 's/ //') 2024-12-18T05:29:51.7117887Z  if [[ "$diskspace_new" -gt "$diskspace_cutoff" ]] ; then 2024-12-18T05:29:51.7118980Z  echo "Error: Available diskspace is less than $diskspace_cutoff percent. Not enough diskspace." 2024-12-18T05:29:51.7119906Z  echo "$msg" 2024-12-18T05:29:51.7120386Z  exit 1 2024-12-18T05:29:51.7120818Z  else 2024-12-18T05:29:51.7121323Z  difference=$((diskspace - diskspace_new)) 2024-12-18T05:29:51.7122043Z  echo "Diskspace saved: $difference percent" 2024-12-18T05:29:51.7122660Z  fi 2024-12-18T05:29:51.7123063Z fi 2024-12-18T05:29:51.7160417Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2024-12-18T05:29:51.7161128Z env: 2024-12-18T05:29:51.7161524Z GIT_DEFAULT_BRANCH: main 2024-12-18T05:29:51.7162108Z DOCKER_HOST: unix:///run/user/1307800118/docker.sock 2024-12-18T05:29:51.7163113Z GPU_FLAG: --device=/dev/mem --device=/dev/kfd --device=/dev/dri --group-add video --group-add daemon 2024-12-18T05:29:51.7164036Z AWS_DEFAULT_REGION: us-east-1 2024-12-18T05:29:51.7164534Z AWS_REGION: us-east-1 2024-12-18T05:29:51.7165084Z AWS_ACCESS_KEY_ID: *** 2024-12-18T05:29:51.7165758Z AWS_SECRET_ACCESS_KEY: *** 2024-12-18T05:29:51.7176693Z AWS_SESSION_TOKEN: *** 2024-12-18T05:29:51.7177465Z CONTAINER_NAME: 805096c92863e91228ee66dc3c57325b874efaae9a517275e9d3e7e5118b745d 2024-12-18T05:29:51.7178274Z ##[endgroup] 2024-12-18T05:29:51.7259549Z + diskspace_cutoff=70 2024-12-18T05:29:51.7268997Z ++ docker info -f '{{.DockerRootDir}}' 2024-12-18T05:29:51.8231481Z + docker_root_dir=/media/4TB/docker-rootless 2024-12-18T05:29:51.8246898Z ++ df -H --output=pcent /media/4TB/docker-rootless 2024-12-18T05:29:51.8249943Z ++ sed -n 2p 2024-12-18T05:29:51.8252876Z ++ sed s/%// 2024-12-18T05:29:51.8255681Z ++ sed 's/ //' 2024-12-18T05:29:51.8297684Z + diskspace=18 2024-12-18T05:29:51.8298803Z + msg='Please file an issue on pytorch/pytorch reporting the faulty runner. Include a link to the runner logs so the runner can be identified' 2024-12-18T05:29:51.8300590Z + [[ 18 -ge 70 ]] 2024-12-18T05:29:51.8388119Z Post job cleanup. 2024-12-18T05:29:51.8453091Z Post job cleanup. 2024-12-18T05:29:51.9012103Z Logging out of registry 308535385114.dkr.ecr.us-east-1.amazonaws.com 2024-12-18T05:29:51.9610393Z Post job cleanup. 2024-12-18T05:29:52.1301304Z Post job cleanup. 2024-12-18T05:29:52.1388891Z Post job cleanup. 2024-12-18T05:29:52.1462322Z Post job cleanup. 2024-12-18T05:29:52.2499806Z [command]/usr/bin/git version 2024-12-18T05:29:52.2552580Z git version 2.34.1 2024-12-18T05:29:52.2596920Z Temporarily overriding HOME='/var/home/pytorchci/actions-runner/_work/_temp/0aa70f57-5b7c-4b29-8f04-36386839f93c' before making global git config changes 2024-12-18T05:29:52.2598639Z Adding repository directory to the temporary git global config as a safe directory 2024-12-18T05:29:52.2600046Z [command]/usr/bin/git config --global --add safe.directory /var/home/pytorchci/actions-runner/_work/pytorch/pytorch 2024-12-18T05:29:52.2668267Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand 2024-12-18T05:29:52.2724633Z [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' || :" 2024-12-18T05:29:52.3351071Z Entering 'android/libs/fbjni' 2024-12-18T05:29:52.3465371Z Entering 'third_party/FP16' 2024-12-18T05:29:52.3584114Z Entering 'third_party/FXdiv' 2024-12-18T05:29:52.3704128Z Entering 'third_party/NNPACK' 2024-12-18T05:29:52.3826038Z Entering 'third_party/NVTX' 2024-12-18T05:29:52.3943978Z Entering 'third_party/VulkanMemoryAllocator' 2024-12-18T05:29:52.4061203Z Entering 'third_party/XNNPACK' 2024-12-18T05:29:52.4213106Z Entering 'third_party/benchmark' 2024-12-18T05:29:52.4329975Z Entering 'third_party/composable_kernel' 2024-12-18T05:29:52.4462853Z Entering 'third_party/cpp-httplib' 2024-12-18T05:29:52.4578394Z Entering 'third_party/cpuinfo' 2024-12-18T05:29:52.4696133Z Entering 'third_party/cudnn_frontend' 2024-12-18T05:29:52.4813177Z Entering 'third_party/cutlass' 2024-12-18T05:29:52.4952211Z Entering 'third_party/eigen' 2024-12-18T05:29:52.5074198Z Entering 'third_party/fbgemm' 2024-12-18T05:29:52.5188259Z Entering 'third_party/fbgemm/third_party/asmjit' 2024-12-18T05:29:52.5300828Z Entering 'third_party/fbgemm/third_party/cpuinfo' 2024-12-18T05:29:52.5413786Z Entering 'third_party/fbgemm/third_party/cutlass' 2024-12-18T05:29:52.5538852Z Entering 'third_party/fbgemm/third_party/googletest' 2024-12-18T05:29:52.5650021Z Entering 'third_party/fbgemm/third_party/hipify_torch' 2024-12-18T05:29:52.5762903Z Entering 'third_party/flatbuffers' 2024-12-18T05:29:52.5884342Z Entering 'third_party/fmt' 2024-12-18T05:29:52.6001802Z Entering 'third_party/gemmlowp/gemmlowp' 2024-12-18T05:29:52.6119781Z Entering 'third_party/gloo' 2024-12-18T05:29:52.6236729Z Entering 'third_party/googletest' 2024-12-18T05:29:52.6353041Z Entering 'third_party/ideep' 2024-12-18T05:29:52.6466249Z Entering 'third_party/ideep/mkl-dnn' 2024-12-18T05:29:52.6601269Z Entering 'third_party/ittapi' 2024-12-18T05:29:52.6717846Z Entering 'third_party/kineto' 2024-12-18T05:29:52.6832952Z Entering 'third_party/kineto/libkineto/third_party/dynolog' 2024-12-18T05:29:52.6939769Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/DCGM' 2024-12-18T05:29:52.7056094Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/cpr' 2024-12-18T05:29:52.7167206Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/fmt' 2024-12-18T05:29:52.7276025Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/gflags' 2024-12-18T05:29:52.7384576Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/gflags/doc' 2024-12-18T05:29:52.7504120Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/glog' 2024-12-18T05:29:52.7616765Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/googletest' 2024-12-18T05:29:52.7729471Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/json' 2024-12-18T05:29:52.7844299Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/pfs' 2024-12-18T05:29:52.7962453Z Entering 'third_party/kineto/libkineto/third_party/fmt' 2024-12-18T05:29:52.8073852Z Entering 'third_party/kineto/libkineto/third_party/googletest' 2024-12-18T05:29:52.8193208Z Entering 'third_party/mimalloc' 2024-12-18T05:29:52.8311987Z Entering 'third_party/nccl/nccl' 2024-12-18T05:29:52.8431642Z Entering 'third_party/nlohmann' 2024-12-18T05:29:52.8551785Z Entering 'third_party/onnx' 2024-12-18T05:29:52.8697126Z Entering 'third_party/onnx/third_party/pybind11' 2024-12-18T05:29:52.8823053Z Entering 'third_party/opentelemetry-cpp' 2024-12-18T05:29:52.8942780Z Entering 'third_party/opentelemetry-cpp/third_party/benchmark' 2024-12-18T05:29:52.9063411Z Entering 'third_party/opentelemetry-cpp/third_party/googletest' 2024-12-18T05:29:52.9174702Z Entering 'third_party/opentelemetry-cpp/third_party/ms-gsl' 2024-12-18T05:29:52.9284922Z Entering 'third_party/opentelemetry-cpp/third_party/nlohmann-json' 2024-12-18T05:29:52.9400986Z Entering 'third_party/opentelemetry-cpp/third_party/opentelemetry-proto' 2024-12-18T05:29:52.9512340Z Entering 'third_party/opentelemetry-cpp/third_party/opentracing-cpp' 2024-12-18T05:29:52.9621722Z Entering 'third_party/opentelemetry-cpp/third_party/prometheus-cpp' 2024-12-18T05:29:52.9727386Z Entering 'third_party/opentelemetry-cpp/third_party/prometheus-cpp/3rdparty/civetweb' 2024-12-18T05:29:52.9844865Z Entering 'third_party/opentelemetry-cpp/third_party/prometheus-cpp/3rdparty/googletest' 2024-12-18T05:29:52.9961560Z Entering 'third_party/opentelemetry-cpp/tools/vcpkg' 2024-12-18T05:29:53.0121812Z Entering 'third_party/pocketfft' 2024-12-18T05:29:53.0240010Z Entering 'third_party/protobuf' 2024-12-18T05:29:53.0360799Z Entering 'third_party/protobuf/third_party/benchmark' 2024-12-18T05:29:53.0473714Z Entering 'third_party/protobuf/third_party/googletest' 2024-12-18T05:29:53.0594269Z Entering 'third_party/psimd' 2024-12-18T05:29:53.0713074Z Entering 'third_party/pthreadpool' 2024-12-18T05:29:53.0831017Z Entering 'third_party/pybind11' 2024-12-18T05:29:53.0949829Z Entering 'third_party/python-peachpy' 2024-12-18T05:29:53.1069683Z Entering 'third_party/sleef' 2024-12-18T05:29:53.1187637Z Entering 'third_party/tensorpipe' 2024-12-18T05:29:53.1301887Z Entering 'third_party/tensorpipe/third_party/googletest' 2024-12-18T05:29:53.1414895Z Entering 'third_party/tensorpipe/third_party/libnop' 2024-12-18T05:29:53.1528638Z Entering 'third_party/tensorpipe/third_party/libuv' 2024-12-18T05:29:53.1640808Z Entering 'third_party/tensorpipe/third_party/pybind11' 2024-12-18T05:29:53.1747740Z Entering 'third_party/tensorpipe/third_party/pybind11/tools/clang' 2024-12-18T05:29:53.1909393Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader 2024-12-18T05:29:53.1957711Z http.https://github.com/.extraheader 2024-12-18T05:29:53.1979302Z [command]/usr/bin/git config --local --unset-all http.https://github.com/.extraheader 2024-12-18T05:29:53.2049036Z [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' || :" 2024-12-18T05:29:53.2670208Z Entering 'android/libs/fbjni' 2024-12-18T05:29:53.2733087Z http.https://github.com/.extraheader 2024-12-18T05:29:53.2825021Z Entering 'third_party/FP16' 2024-12-18T05:29:53.2888168Z http.https://github.com/.extraheader 2024-12-18T05:29:53.2979820Z Entering 'third_party/FXdiv' 2024-12-18T05:29:53.3040261Z http.https://github.com/.extraheader 2024-12-18T05:29:53.3131139Z Entering 'third_party/NNPACK' 2024-12-18T05:29:53.3190997Z http.https://github.com/.extraheader 2024-12-18T05:29:53.3281476Z Entering 'third_party/NVTX' 2024-12-18T05:29:53.3343197Z http.https://github.com/.extraheader 2024-12-18T05:29:53.3432768Z Entering 'third_party/VulkanMemoryAllocator' 2024-12-18T05:29:53.3494625Z http.https://github.com/.extraheader 2024-12-18T05:29:53.3584595Z Entering 'third_party/XNNPACK' 2024-12-18T05:29:53.3644872Z http.https://github.com/.extraheader 2024-12-18T05:29:53.3768987Z Entering 'third_party/benchmark' 2024-12-18T05:29:53.3830462Z http.https://github.com/.extraheader 2024-12-18T05:29:53.3919363Z Entering 'third_party/composable_kernel' 2024-12-18T05:29:53.3981879Z http.https://github.com/.extraheader 2024-12-18T05:29:53.4086184Z Entering 'third_party/cpp-httplib' 2024-12-18T05:29:53.4148536Z http.https://github.com/.extraheader 2024-12-18T05:29:53.4238003Z Entering 'third_party/cpuinfo' 2024-12-18T05:29:53.4299374Z http.https://github.com/.extraheader 2024-12-18T05:29:53.4390127Z Entering 'third_party/cudnn_frontend' 2024-12-18T05:29:53.4457401Z http.https://github.com/.extraheader 2024-12-18T05:29:53.4557044Z Entering 'third_party/cutlass' 2024-12-18T05:29:53.4618457Z http.https://github.com/.extraheader 2024-12-18T05:29:53.4724611Z Entering 'third_party/eigen' 2024-12-18T05:29:53.4790023Z http.https://github.com/.extraheader 2024-12-18T05:29:53.4884682Z Entering 'third_party/fbgemm' 2024-12-18T05:29:53.4947100Z http.https://github.com/.extraheader 2024-12-18T05:29:53.5032901Z Entering 'third_party/fbgemm/third_party/asmjit' 2024-12-18T05:29:53.5090210Z http.https://github.com/.extraheader 2024-12-18T05:29:53.5178154Z Entering 'third_party/fbgemm/third_party/cpuinfo' 2024-12-18T05:29:53.5237638Z http.https://github.com/.extraheader 2024-12-18T05:29:53.5330791Z Entering 'third_party/fbgemm/third_party/cutlass' 2024-12-18T05:29:53.5388918Z http.https://github.com/.extraheader 2024-12-18T05:29:53.5495417Z Entering 'third_party/fbgemm/third_party/googletest' 2024-12-18T05:29:53.5553385Z http.https://github.com/.extraheader 2024-12-18T05:29:53.5637817Z Entering 'third_party/fbgemm/third_party/hipify_torch' 2024-12-18T05:29:53.5697403Z http.https://github.com/.extraheader 2024-12-18T05:29:53.5792058Z Entering 'third_party/flatbuffers' 2024-12-18T05:29:53.5854921Z http.https://github.com/.extraheader 2024-12-18T05:29:53.5949962Z Entering 'third_party/fmt' 2024-12-18T05:29:53.6012325Z http.https://github.com/.extraheader 2024-12-18T05:29:53.6102271Z Entering 'third_party/gemmlowp/gemmlowp' 2024-12-18T05:29:53.6163567Z http.https://github.com/.extraheader 2024-12-18T05:29:53.6255233Z Entering 'third_party/gloo' 2024-12-18T05:29:53.6316285Z http.https://github.com/.extraheader 2024-12-18T05:29:53.6409122Z Entering 'third_party/googletest' 2024-12-18T05:29:53.6471701Z http.https://github.com/.extraheader 2024-12-18T05:29:53.6561347Z Entering 'third_party/ideep' 2024-12-18T05:29:53.6622406Z http.https://github.com/.extraheader 2024-12-18T05:29:53.6707360Z Entering 'third_party/ideep/mkl-dnn' 2024-12-18T05:29:53.6764681Z http.https://github.com/.extraheader 2024-12-18T05:29:53.6874712Z Entering 'third_party/ittapi' 2024-12-18T05:29:53.6935349Z http.https://github.com/.extraheader 2024-12-18T05:29:53.7024763Z Entering 'third_party/kineto' 2024-12-18T05:29:53.7085458Z http.https://github.com/.extraheader 2024-12-18T05:29:53.7172220Z Entering 'third_party/kineto/libkineto/third_party/dynolog' 2024-12-18T05:29:53.7230532Z http.https://github.com/.extraheader 2024-12-18T05:29:53.7315862Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/DCGM' 2024-12-18T05:29:53.7374370Z http.https://github.com/.extraheader 2024-12-18T05:29:53.7468268Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/cpr' 2024-12-18T05:29:53.7527358Z http.https://github.com/.extraheader 2024-12-18T05:29:53.7617012Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/fmt' 2024-12-18T05:29:53.7681125Z http.https://github.com/.extraheader 2024-12-18T05:29:53.7774128Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/gflags' 2024-12-18T05:29:53.7832291Z http.https://github.com/.extraheader 2024-12-18T05:29:53.7914375Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/gflags/doc' 2024-12-18T05:29:53.7973998Z http.https://github.com/.extraheader 2024-12-18T05:29:53.8068987Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/glog' 2024-12-18T05:29:53.8126885Z http.https://github.com/.extraheader 2024-12-18T05:29:53.8214404Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/googletest' 2024-12-18T05:29:53.8272629Z http.https://github.com/.extraheader 2024-12-18T05:29:53.8362402Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/json' 2024-12-18T05:29:53.8419274Z http.https://github.com/.extraheader 2024-12-18T05:29:53.8510142Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/pfs' 2024-12-18T05:29:53.8568126Z http.https://github.com/.extraheader 2024-12-18T05:29:53.8659858Z Entering 'third_party/kineto/libkineto/third_party/fmt' 2024-12-18T05:29:53.8719391Z http.https://github.com/.extraheader 2024-12-18T05:29:53.8807280Z Entering 'third_party/kineto/libkineto/third_party/googletest' 2024-12-18T05:29:53.8865719Z http.https://github.com/.extraheader 2024-12-18T05:29:53.8959266Z Entering 'third_party/mimalloc' 2024-12-18T05:29:53.9022089Z http.https://github.com/.extraheader 2024-12-18T05:29:53.9113142Z Entering 'third_party/nccl/nccl' 2024-12-18T05:29:53.9174862Z http.https://github.com/.extraheader 2024-12-18T05:29:53.9265615Z Entering 'third_party/nlohmann' 2024-12-18T05:29:53.9326344Z http.https://github.com/.extraheader 2024-12-18T05:29:53.9419176Z Entering 'third_party/onnx' 2024-12-18T05:29:53.9480476Z http.https://github.com/.extraheader 2024-12-18T05:29:53.9600612Z Entering 'third_party/onnx/third_party/pybind11' 2024-12-18T05:29:53.9660210Z http.https://github.com/.extraheader 2024-12-18T05:29:53.9757440Z Entering 'third_party/opentelemetry-cpp' 2024-12-18T05:29:53.9820259Z http.https://github.com/.extraheader 2024-12-18T05:29:53.9912120Z Entering 'third_party/opentelemetry-cpp/third_party/benchmark' 2024-12-18T05:29:53.9970360Z http.https://github.com/.extraheader 2024-12-18T05:29:54.0066496Z Entering 'third_party/opentelemetry-cpp/third_party/googletest' 2024-12-18T05:29:54.0125236Z http.https://github.com/.extraheader 2024-12-18T05:29:54.0213738Z Entering 'third_party/opentelemetry-cpp/third_party/ms-gsl' 2024-12-18T05:29:54.0272206Z http.https://github.com/.extraheader 2024-12-18T05:29:54.0357752Z Entering 'third_party/opentelemetry-cpp/third_party/nlohmann-json' 2024-12-18T05:29:54.0415498Z http.https://github.com/.extraheader 2024-12-18T05:29:54.0506367Z Entering 'third_party/opentelemetry-cpp/third_party/opentelemetry-proto' 2024-12-18T05:29:54.0564602Z http.https://github.com/.extraheader 2024-12-18T05:29:54.0652378Z Entering 'third_party/opentelemetry-cpp/third_party/opentracing-cpp' 2024-12-18T05:29:54.0711375Z http.https://github.com/.extraheader 2024-12-18T05:29:54.0798897Z Entering 'third_party/opentelemetry-cpp/third_party/prometheus-cpp' 2024-12-18T05:29:54.0856881Z http.https://github.com/.extraheader 2024-12-18T05:29:54.0940730Z Entering 'third_party/opentelemetry-cpp/third_party/prometheus-cpp/3rdparty/civetweb' 2024-12-18T05:29:54.0998748Z http.https://github.com/.extraheader 2024-12-18T05:29:54.1088994Z Entering 'third_party/opentelemetry-cpp/third_party/prometheus-cpp/3rdparty/googletest' 2024-12-18T05:29:54.1149087Z http.https://github.com/.extraheader 2024-12-18T05:29:54.1243023Z Entering 'third_party/opentelemetry-cpp/tools/vcpkg' 2024-12-18T05:29:54.1301128Z http.https://github.com/.extraheader 2024-12-18T05:29:54.1438347Z Entering 'third_party/pocketfft' 2024-12-18T05:29:54.1500334Z http.https://github.com/.extraheader 2024-12-18T05:29:54.1590682Z Entering 'third_party/protobuf' 2024-12-18T05:29:54.1651435Z http.https://github.com/.extraheader 2024-12-18T05:29:54.1745439Z Entering 'third_party/protobuf/third_party/benchmark' 2024-12-18T05:29:54.1804368Z http.https://github.com/.extraheader 2024-12-18T05:29:54.1890561Z Entering 'third_party/protobuf/third_party/googletest' 2024-12-18T05:29:54.1950725Z http.https://github.com/.extraheader 2024-12-18T05:29:54.2047107Z Entering 'third_party/psimd' 2024-12-18T05:29:54.2108307Z http.https://github.com/.extraheader 2024-12-18T05:29:54.2198042Z Entering 'third_party/pthreadpool' 2024-12-18T05:29:54.2258747Z http.https://github.com/.extraheader 2024-12-18T05:29:54.2347589Z Entering 'third_party/pybind11' 2024-12-18T05:29:54.2408371Z http.https://github.com/.extraheader 2024-12-18T05:29:54.2496473Z Entering 'third_party/python-peachpy' 2024-12-18T05:29:54.2557813Z http.https://github.com/.extraheader 2024-12-18T05:29:54.2644874Z Entering 'third_party/sleef' 2024-12-18T05:29:54.2707805Z http.https://github.com/.extraheader 2024-12-18T05:29:54.2799546Z Entering 'third_party/tensorpipe' 2024-12-18T05:29:54.2861335Z http.https://github.com/.extraheader 2024-12-18T05:29:54.2947140Z Entering 'third_party/tensorpipe/third_party/googletest' 2024-12-18T05:29:54.3005340Z http.https://github.com/.extraheader 2024-12-18T05:29:54.3090317Z Entering 'third_party/tensorpipe/third_party/libnop' 2024-12-18T05:29:54.3148549Z http.https://github.com/.extraheader 2024-12-18T05:29:54.3237649Z Entering 'third_party/tensorpipe/third_party/libuv' 2024-12-18T05:29:54.3295260Z http.https://github.com/.extraheader 2024-12-18T05:29:54.3384425Z Entering 'third_party/tensorpipe/third_party/pybind11' 2024-12-18T05:29:54.3441899Z http.https://github.com/.extraheader 2024-12-18T05:29:54.3523765Z Entering 'third_party/tensorpipe/third_party/pybind11/tools/clang' 2024-12-18T05:29:54.3584471Z http.https://github.com/.extraheader 2024-12-18T05:29:54.3996145Z Cleaning up orphan processes